From 53a71ab2adbc31da73a36827fe2934ba2df9e9a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 06:33:32 +0000 Subject: [PATCH] fix(deps): update dependency inquirer to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72327ee1..2e2982aa 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "create-torrent": "^5.0.0", "dlnacasts": "^0.1.0", "ecstatic": "^4.1.4", - "inquirer": "^8.2.2", + "inquirer": "^9.0.0", "memory-chunk-store": "^1.3.5", "mime": "^3.0.0", "moment": "^2.29.1",