From 2a9a31c0602e2f44525cc49e36a07c45119e5799 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Sat, 9 Apr 2022 08:47:02 -0400 Subject: [PATCH] chore(deps): downgrade `inquirer` from 8.2.2 to 8.2.0 to avoid dropping Node 10 support (#887) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 976d196c..d7dc08a0 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "globby": "11.0.4", "got": "11.8.3", "import-cwd": "3.0.0", - "inquirer": "8.2.2", + "inquirer": "8.2.0", "is-ci": "3.0.1", "lodash": "4.17.21", "mime-types": "2.1.35",