From a5faff0b5b0766bc0ea0642c4cb9caacd8bdf9dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Oct 2024 02:07:31 +0000 Subject: [PATCH] fix: upgrade inquirer from 0.10.1 to 0.12.0 Snyk has created this PR to upgrade inquirer from 0.10.1 to 0.12.0. See this package in npm: inquirer See this project in Snyk: https://app.snyk.io/org/arainstar786786/project/a36cc1c3-4911-4de6-88c3-18c98d1b4e28?utm_source=github&utm_medium=referral&page=upgrade-pr --- AhMyth-Server/app/node_modules/gulp-prompt/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AhMyth-Server/app/node_modules/gulp-prompt/package.json b/AhMyth-Server/app/node_modules/gulp-prompt/package.json index 4dcbb356..684c5637 100644 --- a/AhMyth-Server/app/node_modules/gulp-prompt/package.json +++ b/AhMyth-Server/app/node_modules/gulp-prompt/package.json @@ -55,12 +55,12 @@ }, "dependencies": { "event-stream": "~3.0.20", - "inquirer": "~0.10" + "inquirer": "~0.12.0" }, "description": "Add interactive console prompts to gulp", "devDependencies": { "event-stream": "~3.0.20", - "inquirer": "~0.3.5" + "inquirer": "~0.12.0" }, "directories": { "test": "test"