Skip to content

Commit 59d1b5b

Browse files
snyk-testjantimon
authored andcommitted
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639
1 parent c180d52 commit 59d1b5b

File tree

2 files changed

+34
-15
lines changed

2 files changed

+34
-15
lines changed

package-lock.json

Lines changed: 33 additions & 14 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
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"loader-utils": "1.1.0",
63-
"lodash": "4.17.5",
63+
"lodash": "4.17.11",
6464
"postcss": "6.0.20",
6565
"svg2ttf": "4.1.0",
6666
"svgicons2svgfont": "9.0.3",

0 commit comments

Comments
 (0)