Skip to content

Commit

Permalink
Run npm audit fix on all __tests__ sub-projects
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencookdev committed Dec 26, 2018
1 parent cb9a8e4 commit 32f676a
Show file tree
Hide file tree
Showing 24 changed files with 1,464 additions and 3,228 deletions.
6 changes: 3 additions & 3 deletions __tests__/setups/v1-plain/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion __tests__/setups/v1-plain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"prepare": "cp -r ../../common/* .",
"test": "jest ./smp.test.js",
"cleanup": "rm -rf dist"
"cleanup": "rm -rf dist",
"audit-fix": "npm audit fix"
},
"license": "MIT",
"engines": {
Expand Down
40 changes: 27 additions & 13 deletions __tests__/setups/v2-plain/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion __tests__/setups/v2-plain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"prepare": "cp -r ../../common/* .",
"test": "jest ./smp.test.js",
"cleanup": "rm -rf dist"
"cleanup": "rm -rf dist",
"audit-fix": "npm audit fix"
},
"license": "MIT",
"engines": {
Expand Down
40 changes: 27 additions & 13 deletions __tests__/setups/v3-circular-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion __tests__/setups/v3-circular-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"prepare": "cp -r ../../common/* .",
"test": "jest ./smp.test.js",
"cleanup": "rm -rf dist"
"cleanup": "rm -rf dist",
"audit-fix": "npm audit fix"
},
"license": "MIT",
"engines": {
Expand Down
Loading

0 comments on commit 32f676a

Please sign in to comment.