From 2d28eb902cf0de17f594ccd1d648b58fb7d9e917 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Thu, 27 Oct 2022 06:11:40 +0000 Subject: [PATCH] fix(deps): update dependency inquirer to v8.2.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa7a195..345e201 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "dictionary-en": "3.2.0", "dictionary-es": "3.2.0", "globby": "11.1.0", - "inquirer": "8.2.4", + "inquirer": "8.2.5", "js-yaml": "4.1.0", "marked": "0.8.0", "nspell": "2.1.5", diff --git a/yarn.lock b/yarn.lock index 9079d13..a78d2be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1877,10 +1877,10 @@ inherits@2, inherits@^2.0.3, inherits@^2.0.4: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== -inquirer@8.2.4: - version "8.2.4" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4" - integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg== +inquirer@8.2.5: + version "8.2.5" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.5.tgz#d8654a7542c35a9b9e069d27e2df4858784d54f8" + integrity sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ== dependencies: ansi-escapes "^4.2.1" chalk "^4.1.1" -- GitLab