Skip to content

Commit

Permalink
fix: examples/shopping-cart/package.json, examples/shopping-cart/pack…
Browse files Browse the repository at this point in the history
…age-lock.json & examples/shopping-cart/.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 ulivz committed May 1, 2020
1 parent 269563a commit e156bbf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/shopping-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@
"react-redux": "^5.0.5",
"redux": "^3.5.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.1.0"
"redux-thunk": "^2.1.0",
"snyk": "^1.316.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
}
"test": "react-scripts test",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit e156bbf

Please sign in to comment.