Skip to content

Commit

Permalink
Add audit:fix to root and all plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel committed Oct 13, 2020
1 parent 5a57450 commit 3e011b5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"author": "Blockly Team",
"license": "Apache-2.0",
"scripts": {
"audit:fix": "lerna run audit:fix",
"boot": "lerna bootstrap",
"build": "lerna run build",
"clean": "lerna run clean",
Expand Down
1 change: 1 addition & 0 deletions plugins/block-plus-minus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.0.12",
"description": "A group of blocks that replace the built-in mutator UI with a +/- based UI.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/block-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "A group of Blockly test blocks.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.0.3",
"description": "A library of common utilities for Blockly extension development.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/field-date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "4.1.4",
"description": "A Blockly date picker field that uses the Google Closure date picker.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "gulp build",
"clean": "blockly-scripts clean",
"predeploy": "npm run build && blockly-scripts predeploy",
Expand Down
1 change: 1 addition & 0 deletions plugins/field-slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.1.4",
"description": "A Blockly slider field.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.1.3",
"description": "A Blockly plugin that creates a modal.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/nominal-connection-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "A Blockly plugin for creating more advanced connection checks, targeted at nominally typed languages.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/strict-connection-checker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "A Blockly plugin that makes connection checks strict.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/theme-modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.1.3",
"description": "A Blockly modern theme with darker block borders.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/typed-variable-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "3.1.3",
"description": "A Blockly plugin to create a modal for creating typed variables.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down
1 change: 1 addition & 0 deletions plugins/workspace-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.1.3",
"description": "A Blockly plugin that adds workspace search support.",
"scripts": {
"audit:fix": "npm install && npm audit fix",
"build": "blockly-scripts build",
"clean": "blockly-scripts clean",
"lint": "blockly-scripts lint",
Expand Down

0 comments on commit 3e011b5

Please sign in to comment.