diff --git a/package.json b/package.json index 8ef0f7a..4a39f9f 100644 --- a/package.json +++ b/package.json @@ -41,8 +41,8 @@ "build": "tsc", "watch": "tsc --watch", "test": "mocha && npm run lint", - "upgrade": "npm-check -u", "coverage": "nyc node_modules/mocha/bin/mocha", + "upgrade": "npm-check -u && npm audit fix", "bump": "node bin/bump.js --tag --push --all", "release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump" },