From 1c885eab99c6f5735e65a8f229a27273b1a0c484 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:31:42 +0000 Subject: [PATCH] Update dependency inquirer to v12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6dad3a..1290f04 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chalk": "^5.0.0", "chromedriver": "latest", "geckodriver": "latest", - "inquirer": "^9.0.0", + "inquirer": "^12.0.0", "json5": "^2.2.2", "luxon": "^3.0.0", "selenium-webdriver": "4.18",