Skip to content

Commit b39b54c

Browse files
authoredMar 31, 2024··
fix(deps): bump inquirer from 9.2.16 to 9.2.17 (#774)
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.2.16 to 9.2.17. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.16...inquirer@9.2.17) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1a4219 commit b39b54c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"debug": "^4.3.1",
1111
"filesize": "^6.1.0",
1212
"http-call": "^5.3.0",
13-
"inquirer": "^9.2.16",
13+
"inquirer": "^9.2.17",
1414
"lodash.throttle": "^4.1.1",
1515
"semver": "^7.6.0",
1616
"tar-fs": "^2.1.1"

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5398,10 +5398,10 @@ inquirer@^8.0.0:
53985398
through "^2.3.6"
53995399
wrap-ansi "^6.0.1"
54005400

5401-
inquirer@^9.2.16:
5402-
version "9.2.16"
5403-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.16.tgz#9291fbfdf96fd793179c9575f76fa50a5ed27349"
5404-
integrity sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA==
5401+
inquirer@^9.2.17:
5402+
version "9.2.17"
5403+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.17.tgz#87783875f2983cf8f64c30acb9c59cf044c71bc6"
5404+
integrity sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw==
54055405
dependencies:
54065406
"@ljharb/through" "^2.3.13"
54075407
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)
Please sign in to comment.