Skip to content

Commit

Permalink
fix: package.json, package-lock.json & .snyk 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 randytarampi committed Apr 30, 2020
1 parent 42dd616 commit 0485c35
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"test": "NODE_ENV=test gulp -LLLL --color test",
"cover": "rm -rf coverage/ .nyc_output/; NODE_ENV=test nyc gulp -LLLL --color test",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepublishOnly": "npm shrinkwrap"
"prepublishOnly": "npm shrinkwrap",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"bugs": {
"url": "https://github.com/randytarampi/pseudolocalize/issues",
Expand Down Expand Up @@ -74,9 +76,11 @@
"sinon": "^9.0.2"
},
"dependencies": {
"commander": "^5.1.0"
"commander": "^5.1.0",
"snyk": "^1.316.1"
},
"engines": {
"node": ">=8"
}
},
"snyk": true
}

0 comments on commit 0485c35

Please sign in to comment.