Skip to content

Commit b77f47f

Browse files
Added "npm audit fix" to the "upgrade" script
1 parent 83904f5 commit b77f47f

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
@@ -52,7 +52,7 @@
5252
"scripts": {
5353
"lint": "eslint .",
5454
"test": "mocha && npm run lint",
55-
"upgrade": "npm-check -u",
55+
"upgrade": "npm-check -u && npm audit fix",
5656
"bump": "bump --tag --push --all",
5757
"release": "npm run upgrade && npm test && npm run bump"
5858
},

0 commit comments

Comments
 (0)