Skip to content

Commit 45767eb

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-567746
1 parent 9d05b8c commit 45767eb

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
@@ -26,7 +26,7 @@
2626
"prepublishOnly": "npm run transpile"
2727
},
2828
"dependencies": {
29-
"lodash": "^4.17.15"
29+
"lodash": "^4.17.16"
3030
},
3131
"peerDependencies": {
3232
"react": "^16.0.0",

0 commit comments

Comments
 (0)