Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent 58cb911 commit 7bda8cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-config-oclif-typescript": "^3",
"eslint-config-prettier": "^9.1.0",
"mocha": "^10",
"oclif": "^4.14.36",
"oclif": "^4.15.2",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@
proc-log "^4.0.0"
which "^4.0.0"

"@oclif/core@^4":
"@oclif/core@^4", "@oclif/core@^4.0.27":
version "4.0.27"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.27.tgz#686079df278e681e3097cea301d5558fdb490e88"
integrity sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==
Expand Down Expand Up @@ -5931,17 +5931,17 @@ object.values@^1.2.0:
define-properties "^1.2.1"
es-object-atoms "^1.0.0"

oclif@^4.14.36:
version "4.14.36"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.36.tgz#3535f2de7665f223610e321be46b210f0a6dc3c4"
integrity sha512-aVNdf3Jgu3HZEos83q7YE+/SQ9uGwLpldLSJ0eRBaapRnX7Pw/q9kT9A06THnG3OmX2qFcmwX8Rsus47Su11hQ==
oclif@^4.15.2:
version "4.15.2"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.2.tgz#e4be9b99dfe150b163d063dcc32991b9349e8be3"
integrity sha512-OUgrpw/juKUJ6lk24DyQYO4TyvvvuFdmPaMEvCb1IRO4njNIkWRqiar9pRU1jcakCyfmsDBddgPsyqovlIhPAA==
dependencies:
"@aws-sdk/client-cloudfront" "^3.645.0"
"@aws-sdk/client-s3" "^3.651.1"
"@inquirer/confirm" "^3.1.22"
"@inquirer/input" "^2.2.4"
"@inquirer/select" "^2.5.0"
"@oclif/core" "^4"
"@oclif/core" "^4.0.27"
"@oclif/plugin-help" "^6.2.10"
"@oclif/plugin-not-found" "^3.2.21"
"@oclif/plugin-warn-if-update-available" "^3.1.11"
Expand Down

0 comments on commit 7bda8cc

Please sign in to comment.