Skip to content

Commit aeaa31f

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-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724
1 parent d5c28fb commit aeaa31f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"debug": "^4.2.0",
3434
"fs-extra-promise": "^1.0.1",
3535
"glob": "^7.1.6",
36-
"lodash": "^4.17.20",
36+
"lodash": "^4.17.21",
3737
"merge": "^1.2.1",
3838
"minimatch": "^3.0.4",
3939
"mkdirp": "^1.0.4",

0 commit comments

Comments
 (0)