Skip to content

Commit

Permalink
fix(deps): bump inquirer from 9.2.20 to 9.2.21 (#958)
Browse files Browse the repository at this point in the history
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.2.20 to 9.2.21.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.20...inquirer@9.2.21)

---
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 May 17, 2024
1 parent 51486f1 commit 257ed17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"debug": "^4.3.4",
"fast-xml-parser": "^4.3.6",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.20",
"inquirer": "^9.2.21",
"puppeteer": "^22.9.0",
"tslib": "^2.6.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5590,10 +5590,10 @@ inquirer@^8.0.0:
through "^2.3.6"
wrap-ansi "^7.0.0"

inquirer@^9.2.20:
version "9.2.20"
resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.20.tgz"
integrity sha512-SFwJJPS+Ms75NV+wzFBHjirG4z3tzvis31h+9NyH1tqjIu2c7vCavlXILZ73q/nPYy8/aw4W+DNzLH5MjfYXiA==
inquirer@^9.2.21:
version "9.2.21"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.2.21.tgz#8396d24cc6ec423e37e5d46b2b267a436abaa410"
integrity sha512-c/dwDruM1FtzeISV+xMHm+JZTmhpmgWPEZI2bU3+Fwu5MhbAX0zMHHxj5warNfttE5NUID3aijrFUpDc2yBvcA==
dependencies:
"@inquirer/figures" "^1.0.1"
"@ljharb/through" "^2.3.13"
Expand Down

0 comments on commit 257ed17

Please sign in to comment.