Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 19, 2024
1 parent dfe1fb9 commit 3009572
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@inquirer/confirm": "^3.1.6",
"@inquirer/confirm": "^3.1.8",
"@inquirer/input": "^2.1.6",
"@inquirer/select": "^2.3.2",
"@oclif/core": "^3.26.5",
Expand Down
48 changes: 30 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1440,13 +1440,13 @@
"@inquirer/type" "^1.1.6"
chalk "^4.1.2"

"@inquirer/confirm@^3.1.6":
version "3.1.6"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.6.tgz#e2b6bdfb2bf307a93024dc5325080b7b750c6c3f"
integrity sha512-Mj4TU29g6Uy+37UtpA8UpEOI2icBfpCwSW1QDtfx60wRhUy90s/kHPif2OXSSvuwDQT1lhAYRWUfkNf9Tecxvg==
"@inquirer/confirm@^3.1.6", "@inquirer/confirm@^3.1.8":
version "3.1.8"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.8.tgz#db80f23f775d9b980c6de2425dde39f9786bf1d3"
integrity sha512-f3INZ+ca4dQdn+MQiq1yP/mOIR/Oc8BLRYuDh6ciToWd6z4W8yArfzjBCMQ0BPY8PcJKwZxGIt8Z6yNT32eSTw==
dependencies:
"@inquirer/core" "^8.1.0"
"@inquirer/type" "^1.3.1"
"@inquirer/core" "^8.2.1"
"@inquirer/type" "^1.3.2"

"@inquirer/core@^6.0.0":
version "6.0.0"
Expand All @@ -1468,15 +1468,15 @@
strip-ansi "^6.0.1"
wrap-ansi "^6.2.0"

"@inquirer/core@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
"@inquirer/core@^8.1.0", "@inquirer/core@^8.2.1":
version "8.2.1"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.1.tgz#ee92c2bf25f378819f56290f8ed8bfef8c6cc94d"
integrity sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==
dependencies:
"@inquirer/figures" "^1.0.1"
"@inquirer/type" "^1.3.1"
"@inquirer/figures" "^1.0.2"
"@inquirer/type" "^1.3.2"
"@types/mute-stream" "^0.0.4"
"@types/node" "^20.12.7"
"@types/node" "^20.12.12"
"@types/wrap-ansi" "^3.0.0"
ansi-escapes "^4.3.2"
chalk "^4.1.2"
Expand All @@ -1492,6 +1492,11 @@
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.1.tgz#d65f0bd0e9511a90b4d3543ee6a3ce7211f29417"
integrity sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==

"@inquirer/figures@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.2.tgz#a6af5e9f9969efb9ed3469130566315c36506b8a"
integrity sha512-4F1MBwVr3c/m4bAUef6LgkvBfSjzwH+OfldgHqcuacWwSUetFebM2wi58WfG9uk1rR98U6GwLed4asLJbwdV5w==

"@inquirer/input@^2.1.1", "@inquirer/input@^2.1.6":
version "2.1.6"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.6.tgz#6f0bc5659252015ce75155c92831252c7b90cfe3"
Expand Down Expand Up @@ -1521,10 +1526,10 @@
ansi-escapes "^4.3.2"
chalk "^4.1.2"

"@inquirer/type@^1.1.6", "@inquirer/type@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==
"@inquirer/type@^1.1.6", "@inquirer/type@^1.3.1", "@inquirer/type@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.2.tgz#439b0b50c152c89fd369d2a17eff54869b4d79b8"
integrity sha512-5Frickan9c89QbPkSu6I6y8p+9eR6hZkdPahGmNDsTFX8FHLPAozyzCZMKUeW8FyYwnlCKUjqIEqxY+UctARiw==

"@isaacs/cliui@^8.0.2":
version "8.0.2"
Expand Down Expand Up @@ -2860,7 +2865,7 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^20.10.7", "@types/node@^20.12.7":
"@types/node@*", "@types/node@^20.10.7":
version "20.12.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
Expand All @@ -2879,6 +2884,13 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^20.12.12":
version "20.12.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c"
Expand Down

0 comments on commit 3009572

Please sign in to comment.