Skip to content

Commit 902efde

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-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619
1 parent eb0f172 commit 902efde

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
"@contentstack/cli-utilities": "^1.17.4",
2727
"adm-zip": "^0.5.16",
2828
"chalk": "^4.1.2",
29-
"lodash": "^4.17.23",
29+
"lodash": "^4.18.1",
3030
"shelljs": "^0.10.0",
3131
"tmp": "^0.2.5",
3232
"winston": "^3.19.0"

0 commit comments

Comments
 (0)