Skip to content

Commit d9f5092

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-15053838
1 parent 30cb494 commit d9f5092

File tree

2 files changed

+49
-5
lines changed

2 files changed

+49
-5
lines changed

package-lock.json

Lines changed: 48 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.14.4",
2727
"adm-zip": "^0.5.16",
2828
"chalk": "^4.1.2",
29-
"lodash": "^4.17.21",
29+
"lodash": "^4.17.23",
3030
"shelljs": "^0.10.0",
3131
"tmp": "^0.2.5",
3232
"winston": "^3.19.0"

0 commit comments

Comments
 (0)