Skip to content

Commit 663b641

Browse files
committed
fix: packages/contentstack-variants/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 663b641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-variants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@contentstack/cli-utilities": "~1.18.0",
3232
"@oclif/core": "^4.3.0",
3333
"@oclif/plugin-help": "^6.2.28",
34-
"lodash": "^4.17.23",
34+
"lodash": "^4.18.1",
3535
"mkdirp": "^1.0.4",
3636
"winston": "^3.17.0"
3737
}

0 commit comments

Comments
 (0)