Skip to content

Commit 8ba5f39

Browse files
Include "npm audit fix" in the upgrade script
1 parent 88a6a90 commit 8ba5f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"coverage": "npm run coverage:node && npm run coverage:browser",
4646
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node node_modules/mocha/bin/mocha",
4747
"coverage:browser": "npm run test:browser -- --coverage",
48-
"upgrade": "npm-check -u",
48+
"upgrade": "npm-check -u && npm audit fix",
4949
"bump": "bump --tag --push --all",
5050
"release": "npm run upgrade && npm test && npm run bump"
5151
},

0 commit comments

Comments
 (0)