From ae981d2eb6cf58190c249fb214dd649abc3aced9 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Sat, 30 Apr 2022 00:46:28 +0000 Subject: [PATCH] fix(deps): update dependency inquirer to v8.2.4 --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d518fc8..ae79e95 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.2", + "inquirer": "8.2.4", "js-yaml": "4.1.0", "marked": "0.8.0", "nspell": "2.1.5", diff --git a/yarn.lock b/yarn.lock index 1d50120..7ac5ccc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1880,10 +1880,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.2: - version "8.2.2" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.2.tgz#1310517a87a0814d25336c78a20b44c3d9b7629d" - integrity sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow== +inquirer@8.2.4: + version "8.2.4" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4" + integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg== dependencies: ansi-escapes "^4.2.1" chalk "^4.1.1" @@ -1899,6 +1899,7 @@ inquirer@8.2.2: string-width "^4.1.0" strip-ansi "^6.0.0" through "^2.3.6" + wrap-ansi "^7.0.0" is-arrayish@^0.2.1: version "0.2.1" -- GitLab