Skip to content

Commit

Permalink
chore(dev-deps): bump oclif from 4.14.10 to 4.14.12
Browse files Browse the repository at this point in the history
Bumps [oclif](https://github.com/oclif/oclif) from 4.14.10 to 4.14.12.
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.14.10...4.14.12)

---
updated-dependencies:
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2024
1 parent ceb0579 commit 338f514
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@salesforce/plugin-command-reference": "^3.1.11",
"chai-each": "^0.0.1",
"eslint-plugin-sf-plugin": "^1.20.1",
"oclif": "^4.14.10",
"oclif": "^4.14.12",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
Expand Down
39 changes: 29 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1062,17 +1062,36 @@
wrap-ansi "^6.2.0"
yoctocolors-cjs "^2.1.2"

"@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==
dependencies:
"@inquirer/figures" "^1.0.5"
"@inquirer/type" "^1.5.1"
"@types/mute-stream" "^0.0.4"
"@types/node" "^22.0.0"
"@types/wrap-ansi" "^3.0.0"
ansi-escapes "^4.3.2"
cli-spinners "^2.9.2"
cli-width "^4.1.0"
mute-stream "^1.0.0"
signal-exit "^4.1.0"
strip-ansi "^6.0.1"
wrap-ansi "^6.2.0"
yoctocolors-cjs "^2.1.2"

"@inquirer/figures@^1.0.3", "@inquirer/figures@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==

"@inquirer/input@^2.2.1":
version "2.2.4"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.4.tgz#5e98e7d24145ab9513374000f3de61f98b8c54f1"
integrity sha512-wvYnDITPQn+ltktj/O9kQjPxOvpmwcpxLWh8brAyD+jlEbihxtrx9cZdZcxqaCVQj3caw4eZa2Uq5xELo4yXkA==
"@inquirer/input@^2.2.4":
version "2.2.7"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.7.tgz#87a922243a6c833ee5f1d4a6102c68b3cee9f19d"
integrity sha512-QFk31Gq4Wr+Ve9ilMiFGGrSjGZQBilV0cgTN1zubD98Bx65fsNrh8++Biy/9mjNKRaqHFbZBw5baAcQvOmW8OQ==
dependencies:
"@inquirer/core" "^9.0.5"
"@inquirer/core" "^9.0.8"
"@inquirer/type" "^1.5.1"

"@inquirer/password@^2.1.18":
Expand Down Expand Up @@ -5618,15 +5637,15 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

oclif@^4.14.10:
version "4.14.10"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.10.tgz#4d2d215cc080cfa7c585f4d164be535f5acdedda"
integrity sha512-mg7YwlBwtoerp6k1GZfzFAkepQdUfLdPk/ePBCxv5mYJIczpYK9FA69ZfXw2yi662bn0Urs0prGWtDtQ8vDXsQ==
oclif@^4.14.12:
version "4.14.12"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.12.tgz#b6237a61ddfec6192f8b5c486c51a0d038b6a439"
integrity sha512-1stR9IK4LyAL2RvP/idZpM9qJJ1gStt6bpjrvN3Sl+ncLX/ocOMoYLw8mEDh3DzgNYXajaN4aCYPaaRISuN+Jw==
dependencies:
"@aws-sdk/client-cloudfront" "^3.609.0"
"@aws-sdk/client-s3" "^3.614.0"
"@inquirer/confirm" "^3.1.16"
"@inquirer/input" "^2.2.1"
"@inquirer/input" "^2.2.4"
"@inquirer/select" "^2.3.10"
"@oclif/core" "^4"
"@oclif/plugin-help" "^6.2.2"
Expand Down

0 comments on commit 338f514

Please sign in to comment.