Skip to content

Commit e0cd00e

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

2 files changed

Lines changed: 5 additions & 5 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.7.2",
8+
"@oclif/core": "^4.8.0",
99
"ansis": "^3.17.0",
1010
"debug": "^4.4.0",
1111
"npm": "^10.9.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,10 +1510,10 @@
15101510
proc-log "^5.0.0"
15111511
which "^5.0.0"
15121512

1513-
"@oclif/core@^4", "@oclif/core@^4.5.5", "@oclif/core@^4.7.2":
1514-
version "4.7.2"
1515-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.7.2.tgz#9ebf36b4693500685956f3405c55526d191aa5ef"
1516-
integrity sha512-AmZnhEnyD7bFxmzEKRaOEr0kzonmwIip72eWZPWB5+7D9ayHa/QFX08zhaQT9eOo0//ed64v5p5QZIbYCbQaJQ==
1513+
"@oclif/core@^4", "@oclif/core@^4.5.5", "@oclif/core@^4.7.2", "@oclif/core@^4.8.0":
1514+
version "4.8.0"
1515+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785"
1516+
integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==
15171517
dependencies:
15181518
ansi-escapes "^4.3.2"
15191519
ansis "^3.17.0"

0 commit comments

Comments
 (0)