From 05ad241bc08872d7d6b6042ab346ef983965b97f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 May 2022 02:25:07 +0000 Subject: [PATCH] fix: upgrade inquirer from 8.2.2 to 8.2.3 Snyk has created this PR to upgrade inquirer from 8.2.2 to 8.2.3. See this package in npm: https://www.npmjs.com/package/inquirer See this project in Snyk: https://app.snyk.io/org/acinader/project/3e039b91-2450-4b56-8420-baf56cab388e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 25 ++++++++++++++++++------- package.json | 2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6801542a45..5fdbbf8716 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8571,9 +8571,9 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, "inquirer": { - "version": "8.2.2", - "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.2.tgz", - "integrity": "sha512-pG7I/si6K/0X7p1qU+rfWnpTE1UIkTONN1wxtzh0d+dHXtT/JG6qBgLxoyHVsQa8cFABxAPh0pD6uUUHiAoaow==", + "version": "8.2.3", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.3.tgz", + "integrity": "sha512-jmoBlmWUChXgVi1wGDZsD7pWCaibJKmL+8+E2jaiWiRj8OlJLwQdQQS2CIjgvdg8UUHX+oyagQKicVVcqwxi9Q==", "requires": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", @@ -8588,7 +8588,8 @@ "rxjs": "^7.5.5", "string-width": "^4.1.0", "strip-ansi": "^6.0.0", - "through": "^2.3.6" + "through": "^2.3.6", + "wrap-ansi": "^7.0.0" }, "dependencies": { "ansi-styles": { @@ -8615,6 +8616,16 @@ "requires": { "color-name": "~1.1.4" } + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } } } }, @@ -16000,9 +16011,9 @@ }, "dependencies": { "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", + "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" } } }, diff --git a/package.json b/package.json index fc2b37aa1e..64f223c3bf 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.2", + "inquirer": "8.2.3", "js-beautify": "1.14.2", "otpauth": "7.1.2", "package-json": "7.0.0",