Skip to content

Commit

Permalink
Merge pull request #57 from vinayakkulkarni/fix/update-vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Sep 13, 2020
2 parents 9d63dc8 + 1d3bedd commit e6202c8
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 50 deletions.
129 changes: 84 additions & 45 deletions package-lock.json

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

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"lint:eslint:fix": "eslint --fix --ext .js,.ts",
"lint:prettier": "prettier --check \"{,!(node_modules|template)/**/}*.{js,ts}\"",
"lint:prettier:fix": "prettier --write \"{,!(node_modules|template)/**/}*.{js,ts}\"",
"release": "shipjs prepare",
"preinstall": "npx npm-force-resolutions"
"release": "shipjs prepare"
},
"dependencies": {
"cac": "^6.6.1",
Expand All @@ -50,9 +49,6 @@
"prettier": "^2.0.5",
"shipjs": "^0.21.0"
},
"resolutions": {
"dot-prop": "^5.2.0"
},
"engines": {
"node": ">=12.18.2"
}
Expand Down

0 comments on commit e6202c8

Please sign in to comment.