Skip to content

Commit 3ba2216

Browse files
committed
fix: client/package.json, client/package-lock.json & client/.snyk to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/SNYK-JS-LODASH-567746
1 parent ce4cdff commit 3ba2216

File tree

3 files changed

+103
-22
lines changed

3 files changed

+103
-22
lines changed

client/.snyk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,3 +1756,7 @@ patch:
17561756
patched: '2020-10-05T12:41:35.515Z'
17571757
- snyk > snyk-mvn-plugin > @snyk/cli-interface > @snyk/dep-graph > graphlib > lodash:
17581758
patched: '2020-10-05T12:41:35.515Z'
1759+
- snyk > snyk-python-plugin > snyk-poetry-lockfile-parser > @snyk/dep-graph > graphlib > lodash:
1760+
patched: '2020-11-30T07:32:18.041Z'
1761+
- snyk > snyk-python-plugin > snyk-poetry-lockfile-parser > @snyk/cli-interface > @snyk/dep-graph > graphlib > lodash:
1762+
patched: '2020-11-30T07:32:18.041Z'

client/package-lock.json

Lines changed: 98 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-twitter-login": "^1.2.3",
1818
"redux": "^4.0.5",
1919
"redux-thunk": "^2.3.0",
20-
"snyk": "^1.425.4"
20+
"snyk": "^1.431.2"
2121
},
2222
"scripts": {
2323
"start": "react-scripts start",

0 commit comments

Comments
 (0)