Skip to content

Commit

Permalink
fix: remove vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Aug 18, 2020
1 parent b84ea98 commit 79cbd61
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 24 deletions.
85 changes: 62 additions & 23 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"test:snapshot": "ava --update-snapshots",
"release": "npm run test && npm run release:prepare",
"release:prepare": "shipjs prepare",
"release:trigger": "shipjs trigger"
"release:trigger": "shipjs trigger",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"cac": "^6.6.1",
Expand All @@ -41,6 +42,9 @@
"husky": "^4.2.5",
"shipjs": "^0.20.1"
},
"resolutions": {
"dot-prop": "^5.2.0"
},
"engines": {
"node": ">=12.18.2"
}
Expand Down

0 comments on commit 79cbd61

Please sign in to comment.