From 7f3e155601c15e30c5b84ffce133d7ffe94bf358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:31:17 -0600 Subject: [PATCH] fix(deps): bump inquirer from 9.2.13 to 9.2.15 (#748) Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.2.13 to 9.2.15. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.13...inquirer@9.2.15) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 86a89a11..ebc0332f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "debug": "^4.3.1", "filesize": "^6.1.0", "http-call": "^5.3.0", - "inquirer": "^9.2.13", + "inquirer": "^9.2.15", "lodash.throttle": "^4.1.1", "semver": "^7.6.0", "tar-fs": "^2.1.1" diff --git a/yarn.lock b/yarn.lock index 7e3a6a09..5637acf4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5391,10 +5391,10 @@ inquirer@^8.0.0: through "^2.3.6" wrap-ansi "^6.0.1" -inquirer@^9.2.13: - version "9.2.13" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.13.tgz#f4deddc460aeea3baed45cc2318bb74207182b07" - integrity sha512-mUlJNemjYioZgaZXqEFlQ0z9GD8/o+pavIF3JyhzWLX4Xa9M1wioGMCxQEFmps70un9lrah2WaBl3kSRVcoV3g== +inquirer@^9.2.15: + version "9.2.15" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.15.tgz#2135a36190a6e5c92f5d205e0af1fea36b9d3492" + integrity sha512-vI2w4zl/mDluHt9YEQ/543VTCwPKWiHzKtm9dM2V0NdFcqEexDAjUHzO1oA60HRNaVifGXXM1tRRNluLVHa0Kg== dependencies: "@ljharb/through" "^2.3.12" ansi-escapes "^4.3.2"