Skip to content

Commit d41dc61

Browse files
committed
fix: packages/contentstack-export-to-csv/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 d41dc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contentstack-export-to-csv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@oclif/core": "^4.8.0",
1111
"@oclif/plugin-help": "^6.2.32",
1212
"fast-csv": "^4.3.6",
13-
"inquirer": "8.2.7",
13+
"inquirer": "9.3.0",
1414
"inquirer-checkbox-plus-prompt": "1.4.2",
1515
"mkdirp": "^3.0.1"
1616
},

0 commit comments

Comments
 (0)