Skip to content

Commit

Permalink
fix: .snyk & package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and iTonyYo committed May 1, 2020
1 parent 560d61b commit be4784d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "cross-env NODE_ENV=test npx babel-node ./scripts/test",
"changelog": "npx auto-changelog -p",
"snyk-protect": "npx snyk protect",
"prepublish": "npm run snyk-protect"
"prepublish": "yarn run snyk-protect"
},
"engines": {
"node": ">=10.13.0"
Expand Down Expand Up @@ -127,7 +127,7 @@
"meow": "^6.1.0",
"nodegit": "^0.26.5",
"redent": "^3.0.0",
"snyk": "^1.311.0",
"snyk": "^1.316.1",
"update-notifier": "^4.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit be4784d

Please sign in to comment.