From 6c1ea6b5499472616ac73c51bd61869598c93883 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 21:01:50 +0000 Subject: [PATCH] feat: upgrade inquirer from 7.3.3 to 12.2.0 Snyk has created this PR to upgrade inquirer from 7.3.3 to 12.2.0. See this package in npm: inquirer See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/091e4981-5d36-49a2-8b28-94fa77cc5c47?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- api/javascript/gha-cleanup/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/javascript/gha-cleanup/package.json b/api/javascript/gha-cleanup/package.json index cc01e6808..1b54629e7 100644 --- a/api/javascript/gha-cleanup/package.json +++ b/api/javascript/gha-cleanup/package.json @@ -11,7 +11,7 @@ "chalk": "^3.0.0", "commander": "^4.1.0", "dotenv": "^8.2.0", - "inquirer": "^7.3.3", + "inquirer": "^12.2.0", "lodash": "^4.17.21", "moment": "^2.29.4", "octokit": "^3.2.1",