Skip to content

Commit 12c14ca

Browse files
committed
fix: packages/contentstack-audit/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 12c14ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"chalk": "^4.1.2",
2727
"fast-csv": "^4.3.6",
2828
"fs-extra": "^11.3.0",
29-
"lodash": "^4.17.23",
29+
"lodash": "^4.18.1",
3030
"uuid": "^9.0.1",
3131
"winston": "^3.17.0"
3232
},

0 commit comments

Comments
 (0)