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 attesch committed May 5, 2020
1 parent bd63c96 commit c7838a0
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 @@ -50,7 +50,9 @@
"precommit": "lint-staged",
"start-api": "node -r esm src/api/server/index.js",
"start-store": "node -r esm dist/store/server/index.js",
"start": "concurrently npm:start-*"
"start": "concurrently npm:start-*",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"lint-staged": {
"*.js": [
Expand Down Expand Up @@ -134,10 +136,12 @@
"webpack-cli": "^3.1.0",
"winston": "^3.0.0",
"workbox-webpack-plugin": "^3.4.1",
"ws": "^6.0.0"
"ws": "^6.0.0",
"snyk": "^1.319.0"
},
"engines": {
"node": "^8.0.0",
"npm": "^5.0.0"
}
},
"snyk": true
}

0 comments on commit c7838a0

Please sign in to comment.