diff --git a/package-lock.json b/package-lock.json index f596c260f0..960b6f933c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8571,9 +8571,9 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, "inquirer": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.3.tgz", - "integrity": "sha512-jmoBlmWUChXgVi1wGDZsD7pWCaibJKmL+8+E2jaiWiRj8OlJLwQdQQS2CIjgvdg8UUHX+oyagQKicVVcqwxi9Q==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", + "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", "requires": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", diff --git a/package.json b/package.json index db368398ff..2106155234 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "history": "4.10.1", "immutable": "4.0.0", "immutable-devtools": "0.1.5", - "inquirer": "8.2.3", + "inquirer": "8.2.4", "js-beautify": "1.14.2", "otpauth": "7.1.2", "package-json": "7.0.0",