Skip to content

Commit 035a523

Browse files
committed
fix: packages/contentstack-import/package.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 827e5ee commit 035a523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"chalk": "^4.1.2",
1616
"debug": "^4.4.3",
1717
"fs-extra": "^11.3.3",
18-
"lodash": "^4.17.23",
18+
"lodash": "^4.18.1",
1919
"marked": "^4.3.0",
2020
"merge": "^2.1.1",
2121
"mkdirp": "^1.0.4",

0 commit comments

Comments
 (0)