Skip to content

Commit 90ee2e7

Browse files
CopilotLipata
andcommitted
chore: update @inquirer/prompts to v7.9.0 to fix tmp vulnerability
Co-authored-by: Lipata <[email protected]>
1 parent 0f7635d commit 90ee2e7

File tree

4 files changed

+137
-182
lines changed

4 files changed

+137
-182
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"handlebars": "4.7.8"
6060
},
6161
"devDependencies": {
62-
"@inquirer/prompts": "^5.4.0",
62+
"@inquirer/prompts": "^7.9.0",
6363
"@types/jasmine": "^5.1.4",
6464
"@types/minimatch": "^5.1.2",
6565
"@types/node": "^22.5.5",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"dependencies": {
7979
"@igniteui/angular-templates": "~20.1.1464",
8080
"@igniteui/cli-core": "~14.6.4",
81-
"@inquirer/prompts": "^5.4.0",
81+
"@inquirer/prompts": "^7.9.0",
8282
"@types/yargs": "^17.0.33",
8383
"chalk": "^5.3.0",
8484
"glob": "^11.0.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Infragistics",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@inquirer/prompts": "~5.4.0",
15+
"@inquirer/prompts": "^7.9.0",
1616
"chalk": "^2.3.2",
1717
"glob": "^11.0.0",
1818
"through2": "^2.0.3",

0 commit comments

Comments
 (0)