Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 10, 2024
1 parent e11af0e commit 8ad8744
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@inquirer/checkbox": "^2.4.5",
"@inquirer/select": "^2.4.5",
"@inquirer/select": "^2.4.7",
"@oclif/core": "^4",
"@salesforce/core": "^8.2.8",
"@salesforce/kit": "^3.2.0",
Expand Down
46 changes: 29 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1061,15 +1061,15 @@
"@inquirer/core" "^9.0.7"
"@inquirer/type" "^1.5.1"

"@inquirer/core@^9.0.4", "@inquirer/core@^9.0.7", "@inquirer/core@^9.0.8":
version "9.0.8"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.8.tgz#18458c637879f1ea0c7919b7e9a8786fa2082db9"
integrity sha512-ttnI/BGlP9SxjbQnv1nssv7dPAwiR82KmjJZx2SxSZyi2mGbaEvh4jg0I4yU/4mVQf7QvCVGGr/hGuJFEYhwnw==
"@inquirer/core@^9.0.10", "@inquirer/core@^9.0.4", "@inquirer/core@^9.0.7", "@inquirer/core@^9.0.8":
version "9.0.10"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
dependencies:
"@inquirer/figures" "^1.0.5"
"@inquirer/type" "^1.5.1"
"@inquirer/type" "^1.5.2"
"@types/mute-stream" "^0.0.4"
"@types/node" "^22.0.0"
"@types/node" "^22.1.0"
"@types/wrap-ansi" "^3.0.0"
ansi-escapes "^4.3.2"
cli-spinners "^2.9.2"
Expand Down Expand Up @@ -1102,21 +1102,21 @@
"@inquirer/type" "^1.5.1"
ansi-escapes "^4.3.2"

"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.5":
version "2.4.5"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.5.tgz#365341ee5c2f80ed48b8ed5cf2bdd6c456067ab8"
integrity sha512-DbCthH3l7vrrK+Ewll3bgzxC3dzMle8xkWYta4if31p9NOmFNhZKhSfdYMjaOtGFBCUEwo4D5LMgN6sPKgUWIw==
"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.4.7.tgz#6a23742b4f76d228186dfd42571d973def378ffa"
integrity sha512-JH7XqPEkBpNWp3gPCqWqY8ECbyMoFcCZANlL6pV9hf59qK6dGmkOlx1ydyhY+KZ0c5X74+W6Mtp+nm2QX0/MAQ==
dependencies:
"@inquirer/core" "^9.0.8"
"@inquirer/core" "^9.0.10"
"@inquirer/figures" "^1.0.5"
"@inquirer/type" "^1.5.1"
"@inquirer/type" "^1.5.2"
ansi-escapes "^4.3.2"
yoctocolors-cjs "^2.1.2"

"@inquirer/type@^1.5.0", "@inquirer/type@^1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.1.tgz#cdd36732e38ea5d2b1a4336aada65ebe7d2765e0"
integrity sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw==
"@inquirer/type@^1.5.0", "@inquirer/type@^1.5.1", "@inquirer/type@^1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==
dependencies:
mute-stream "^1.0.0"

Expand Down Expand Up @@ -2177,7 +2177,7 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^22.0.0":
"@types/node@*":
version "22.0.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.0.0.tgz#04862a2a71e62264426083abe1e27e87cac05a30"
integrity sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==
Expand All @@ -2196,6 +2196,13 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^22.1.0":
version "22.2.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b"
integrity sha512-bm6EG6/pCpkxDf/0gDNDdtDILMOHgaQBVOJGdwsqClnxA3xL6jtMv76rLBc006RVMWbmaf0xbmom4Z/5o2nRkQ==
dependencies:
undici-types "~6.13.0"

"@types/normalize-package-data@^2.4.0":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
Expand Down Expand Up @@ -7439,6 +7446,11 @@ undici-types@~6.11.1:
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.11.1.tgz#432ea6e8efd54a48569705a699e62d8f4981b197"
integrity sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==

undici-types@~6.13.0:
version "6.13.0"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==

unicorn-magic@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
Expand Down

0 comments on commit 8ad8744

Please sign in to comment.