Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: templates/stress-test/package.json & templates/stress-test/.snyk…
… to reduce vulnerabilities

The following vulnerabilities are fixed with a Snyk patch:
- https://snyk.io/vuln/SNYK-JS-LODASH-567746
  • Loading branch information
snyk-bot authored and WarnerBrosDev committed Apr 30, 2020
commit 071aee2cf0fda86cf40f7c73f55faae3654ce6f4
10 changes: 7 additions & 3 deletions templates/stress-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"build-pagination": "PAGINATION=true yarn build",
"bundle": "react-static bundle",
"export": "react-static export",
"serve": "serve dist -p 3000 -s"
"serve": "serve dist -p 3000 -s",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"@reach/router": "^1.2.1",
Expand All @@ -23,10 +25,12 @@
"react-static": "^6.0.18",
"react-static-plugin-emotion": "^6.0.8",
"react-static-plugin-styled-components": "^6.0.8",
"styled-components": "^4.1.1"
"styled-components": "^4.1.1",
"snyk": "^1.316.1"
},
"devDependencies": {
"eslint-config-react-tools": "1.x.x",
"serve": "^10.1.1"
}
},
"snyk": true
}