Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: "@inquirer/confirm"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent 4456e9e commit 0b73997
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@inquirer/confirm": "^3.1.22",
"@inquirer/confirm": "^3.2.0",
"@inquirer/password": "^2.2.0",
"@oclif/core": "^4.0.19",
"@salesforce/core": "^8.5.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -395,15 +395,15 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==

"@inquirer/confirm@^3.1.22":
version "3.1.22"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
"@inquirer/confirm@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.2.0.tgz#6af1284670ea7c7d95e3f1253684cfbd7228ad6a"
integrity sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==
dependencies:
"@inquirer/core" "^9.0.10"
"@inquirer/type" "^1.5.2"
"@inquirer/core" "^9.1.0"
"@inquirer/type" "^1.5.3"

"@inquirer/core@^9.0.10", "@inquirer/core@^9.1.0":
"@inquirer/core@^9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.1.0.tgz#158b82dc44564a1abd0ce14723d50c3efa0634a2"
integrity sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==
Expand Down

0 comments on commit 0b73997

Please sign in to comment.