Skip to content

Commit

Permalink
chore(deps-dev): fix a security issue in minimist
Browse files Browse the repository at this point in the history
Fix #1.
  • Loading branch information
yudai-nkt committed Apr 19, 2020
1 parent c0a175d commit 0af0516
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 65 deletions.
90 changes: 30 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"open:doc": "open-cli ./doc/index.html",
"open:coverage": "open-cli ./coverage/lcov-report/index.html",
"postpublish": "git push --follow-tags origin master",
"preinstall": "npx npm-force-resolutions",
"test": "jest",
"test:coverage": "jest --coverage=true"
},
Expand Down Expand Up @@ -56,7 +55,6 @@
"husky": "^4.2.3",
"jest": "^25.1.0",
"nock": "^12.0.3",
"npm-force-resolutions": "0.0.3",
"open-cli": "^5.0.0",
"standard-version": "^7.1.0",
"ts-jest": "^25.2.1",
Expand All @@ -67,9 +65,6 @@
"axios": "^0.19.2",
"camelcase-keys": "^6.2.1"
},
"resolutions": {
"minimist": "^1.2.3"
},
"standard-version": {
"scripts": {
"prerelease": "npm run doc && touch ./docs/.nojekyll && git add ./docs && git commit -m 'docs: update document for the next release'"
Expand Down

0 comments on commit 0af0516

Please sign in to comment.