Skip to content

Commit 5cb3c5f

Browse files
fix(deps): bump @oclif/core from 4.5.3 to 4.5.4 (#1212)
Bumps [@oclif/core](https://github.com/oclif/core) from 4.5.3 to 4.5.4. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.5.3...4.5.4) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2674a11 commit 5cb3c5f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {
8-
"@oclif/core": "^4.5.3",
8+
"@oclif/core": "^4.5.4",
99
"ansis": "^3.17.0",
1010
"debug": "^4.4.0",
1111
"npm": "^10.9.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,16 +1486,16 @@
14861486
proc-log "^5.0.0"
14871487
which "^5.0.0"
14881488

1489-
"@oclif/core@^4", "@oclif/core@^4.5.3":
1490-
version "4.5.3"
1491-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
1492-
integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
1489+
"@oclif/core@^4", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4":
1490+
version "4.5.4"
1491+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.4.tgz#d82bf4516d1e8a210aab4ccde826a0ce6cadf514"
1492+
integrity sha512-78YYJls8+KG96tReyUsesKKIKqC0qbFSY1peUSrt0P2uGsrgAuU9axQ0iBQdhAlIwZDcTyaj+XXVQkz2kl/O0w==
14931493
dependencies:
14941494
ansi-escapes "^4.3.2"
14951495
ansis "^3.17.0"
14961496
clean-stack "^3.0.1"
14971497
cli-spinners "^2.9.2"
1498-
debug "^4.4.0"
1498+
debug "^4.4.3"
14991499
ejs "^3.1.10"
15001500
get-package-type "^0.1.0"
15011501
indent-string "^4.0.0"

0 commit comments

Comments
 (0)