Skip to content

Commit 78acf25

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 7aad6fa commit 78acf25

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.1.1",
3434
"fs-extra-promise": "^1.0.1",
3535
"glob": "^7.1.6",
36-
"lodash": "^4.17.15",
36+
"lodash": "^4.17.20",
3737
"merge": "^1.2.1",
3838
"minimatch": "^3.0.4",
3939
"mkdirp": "^1.0.4",

0 commit comments

Comments
 (0)