diff --git a/package.json b/package.json index 405af93db52bf6cd7462a898e994de2c60d6a13b..4197522c7ba88eb4e514ecb115262bcba3033468 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 ec31b810195483764a51e6ccfaa206e5aeed10c4..1e1f1b279e7f0ac2337efe7272afdbb219dbc3b0 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"