diff --git a/package-lock.json b/package-lock.json index 50c484e96a0..3d672c82794 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5918,21 +5918,21 @@ } }, "node_modules/@inquirer/prompts": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-5.3.6.tgz", - "integrity": "sha512-go5DXxasCIZvztWapYPUSFXg7GceDSQPM1ew3MahFF7degA5kfIVe5kB4KAlARXt83fApyEczvE1H4bh0HLObA==", + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-5.3.7.tgz", + "integrity": "sha512-rGXU6k1Vcf1Jn3tcMTKfxCNTkWhwS9moOCTGerWG1fLtjv94/ug+ZLuqp5tq5MBjSuxFIaFfNFSD8mQn24OnIw==", "dev": true, "dependencies": { - "@inquirer/checkbox": "^2.4.5", - "@inquirer/confirm": "^3.1.20", - "@inquirer/editor": "^2.1.20", - "@inquirer/expand": "^2.1.20", - "@inquirer/input": "^2.2.7", - "@inquirer/number": "^1.0.8", - "@inquirer/password": "^2.1.20", - "@inquirer/rawlist": "^2.2.2", - "@inquirer/search": "^1.0.5", - "@inquirer/select": "^2.4.5" + "@inquirer/checkbox": "^2.4.6", + "@inquirer/confirm": "^3.1.21", + "@inquirer/editor": "^2.1.21", + "@inquirer/expand": "^2.1.21", + "@inquirer/input": "^2.2.8", + "@inquirer/number": "^1.0.9", + "@inquirer/password": "^2.1.21", + "@inquirer/rawlist": "^2.2.3", + "@inquirer/search": "^1.0.6", + "@inquirer/select": "^2.4.6" }, "engines": { "node": ">=18" @@ -20931,27 +20931,6 @@ "node": ">=18" } }, - "node_modules/inquirer/node_modules/@inquirer/prompts": { - "version": "5.3.7", - "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-5.3.7.tgz", - "integrity": "sha512-rGXU6k1Vcf1Jn3tcMTKfxCNTkWhwS9moOCTGerWG1fLtjv94/ug+ZLuqp5tq5MBjSuxFIaFfNFSD8mQn24OnIw==", - "dev": true, - "dependencies": { - "@inquirer/checkbox": "^2.4.6", - "@inquirer/confirm": "^3.1.21", - "@inquirer/editor": "^2.1.21", - "@inquirer/expand": "^2.1.21", - "@inquirer/input": "^2.2.8", - "@inquirer/number": "^1.0.9", - "@inquirer/password": "^2.1.21", - "@inquirer/rawlist": "^2.2.3", - "@inquirer/search": "^1.0.6", - "@inquirer/select": "^2.4.6" - }, - "engines": { - "node": ">=18" - } - }, "node_modules/inquirer/node_modules/ansi-escapes": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", @@ -38377,7 +38356,7 @@ "scripts": { "version": "0.0.0", "devDependencies": { - "@inquirer/prompts": "5.3.6", + "@inquirer/prompts": "5.3.7", "glob": "^11.0.0", "inquirer": "^10.1.7", "replace-in-file": "^8.1.0" diff --git a/scripts/package.json b/scripts/package.json index fc3d2ac535f..0d1a403edce 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -63,7 +63,7 @@ "update:icon-fonts": "npm-run-all generate:icon-fonts generate:icon-types" }, "devDependencies": { - "@inquirer/prompts": "5.3.6", + "@inquirer/prompts": "5.3.7", "glob": "^11.0.0", "inquirer": "^10.1.7", "replace-in-file": "^8.1.0"