We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm audit fix --force
1 parent def6302 commit 345420eCopy full SHA for 345420e
package.json
@@ -35,7 +35,7 @@
35
"lint": "eslint --ext .ts src test",
36
"lint:fix": "prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test",
37
"lint:print-config": "eslint --print-config .eslintrc.js",
38
- "update-dependencies": "npx rimraf node_modules/ package-lock.json && npm install && npm dedupe"
+ "update-dependencies": "npx rimraf node_modules/ package-lock.json && npm install && npm audit fix --force && git checkout package.json && npm install"
39
},
40
"homepage": "https://msgpack.org/",
41
"repository": {
0 commit comments