Skip to content

Commit

Permalink
Merge pull request #65 from stephencookdev/feature/deps-upgrade
Browse files Browse the repository at this point in the history
Run `npm audit fix` on all __tests__ sub-projects
  • Loading branch information
stephencookdev committed Dec 26, 2018
2 parents 120e16a + 32f676a commit 7d4550c
Show file tree
Hide file tree
Showing 24 changed files with 1,451 additions and 3,215 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 7d4550c

Please sign in to comment.