Skip to content

Commit f82c65f

Browse files
committed
fix: packages/contentstack-branches/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 f82c65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@contentstack/cli-utilities": "~1.18.0",
1212
"chalk": "^4.1.2",
1313
"just-diff": "^6.0.2",
14-
"lodash": "^4.17.23"
14+
"lodash": "^4.18.1"
1515
},
1616
"devDependencies": {
1717
"@contentstack/cli-dev-dependencies": "^1.3.1",

0 commit comments

Comments
 (0)