From cffdbc268a79e91026010dd29af81375918ab791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:38:33 +0000 Subject: [PATCH] chore(deps): bump inquirer from 9.2.16 to 9.2.17 (#10821) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 717ca6bb3609..687fb6f27a73 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "imagemin-mozjpeg": "^10.0.0", "imagemin-pngquant": "^9.0.2", "imagemin-svgo": "^10.0.1", - "inquirer": "^9.2.16", + "inquirer": "^9.2.17", "is-svg": "^5.0.0", "js-yaml": "^4.1.0", "loglevel": "^1.9.1", diff --git a/yarn.lock b/yarn.lock index 55da0c0852d6..a93656f537ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8598,10 +8598,10 @@ inquirer@^6.0.0: strip-ansi "^5.1.0" through "^2.3.6" -inquirer@^9.2.16: - version "9.2.16" - resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.16.tgz#9291fbfdf96fd793179c9575f76fa50a5ed27349" - integrity sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA== +inquirer@^9.2.17: + version "9.2.17" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.17.tgz#87783875f2983cf8f64c30acb9c59cf044c71bc6" + integrity sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw== dependencies: "@ljharb/through" "^2.3.13" ansi-escapes "^4.3.2"