Skip to content

Commit

Permalink
fix(deps): bump inquirer from 9.2.16 to 9.2.17 (#774)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Mar 31, 2024
1 parent f1a4219 commit b39b54c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"debug": "^4.3.1",
"filesize": "^6.1.0",
"http-call": "^5.3.0",
"inquirer": "^9.2.16",
"inquirer": "^9.2.17",
"lodash.throttle": "^4.1.1",
"semver": "^7.6.0",
"tar-fs": "^2.1.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5398,10 +5398,10 @@ inquirer@^8.0.0:
through "^2.3.6"
wrap-ansi "^6.0.1"

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"
Expand Down

0 comments on commit b39b54c

Please sign in to comment.