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 brenapp committed May 1, 2020
1 parent 3b2e192 commit 4151d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run build && npm run snyk-protect",
"prepublish": "npm run build && yarn run snyk-protect",
"build": "tsc -d"
},
"repository": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"dependencies": {
"@types/node": "^12.12.7",
"@types/request": "^2.48.3",
"snoowrap": "^1.20.1"
"snoowrap": "^1.20.1",
"snyk": "^1.316.1"
},
"devDependencies": {
"snyk": "^1.189.0",
"typescript": "^3.7.2"
},
"homepage": "https://github.com/MayorMonty/Snoostorm#readme",
Expand Down

0 comments on commit 4151d0e

Please sign in to comment.