From bdfe2a2933faab0b080123653bac0ea10656c726 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 00:03:19 +0000 Subject: [PATCH] fix(deps): update dependency inquirer to v13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96c682f..f364729 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "create-torrent": "^6.0.17", "dlnacasts": "^0.1.0", "ecstatic": "^4.1.4", - "inquirer": "^8.2.2", + "inquirer": "^13.0.0", "memory-chunk-store": "^1.3.5", "mime": "^3.0.0", "moment": "^2.29.1",