Skip to content

Commit c27008a

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103
1 parent aa2e98d commit c27008a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"prepare": "npm run snyk-protect"
2929
},
3030
"dependencies": {
31-
"lodash": "^4.17.19"
31+
"lodash": "^4.17.20"
3232
},
3333
"peerDependencies": {
3434
"react": "^16.0.0",

0 commit comments

Comments
 (0)