Skip to content

Commit 9a74d59

Browse files
committed
fix: packages/contentstack-bulk-publish/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 9a74d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/contentstack-bulk-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"chalk": "^4.1.2",
1414
"dotenv": "^16.5.0",
1515
"inquirer": "8.2.7",
16-
"lodash": "^4.17.23",
16+
"lodash": "^4.18.1",
1717
"winston": "^3.17.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)