Skip to content

Commit

Permalink
fix: packages/letter/package.json & packages/letter/.snyk to reduce v…
Browse files Browse the repository at this point in the history
…ulnerabilities

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 May 4, 2020
1 parent 1212af3 commit b12b491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/letter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-immutable": "^4.0.0",
"reselect": "^4.0.0"
"reselect": "^4.0.0",
"snyk": "^1.317.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand All @@ -57,7 +58,6 @@
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"sinon": "^9.0.2",
"snyk": "^1.316.2",
"webpack": "^4.43.0"
},
"directories": {
Expand Down

0 comments on commit b12b491

Please sign in to comment.