Skip to content

Commit 68e8200

Browse files
authoredFeb 2, 2025
fix(deps): bump @oclif/core from 4.2.4 to 4.2.5 (#1058)
Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.4 to 4.2.5. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@4.2.4...4.2.5) --- updated-dependencies: - dependency-name: "@oclif/core" 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 53460a9 commit 68e8200

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
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.2.4",
8+
"@oclif/core": "^4.2.5",
99
"ansis": "^3.5.2",
1010
"debug": "^4.4.0",
1111
"npm": "^10.9.2",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1820,10 +1820,10 @@
18201820
proc-log "^5.0.0"
18211821
which "^5.0.0"
18221822

1823-
"@oclif/core@^4", "@oclif/core@^4.2.0", "@oclif/core@^4.2.4":
1824-
version "4.2.4"
1825-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
1826-
integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
1823+
"@oclif/core@^4", "@oclif/core@^4.2.0", "@oclif/core@^4.2.5":
1824+
version "4.2.5"
1825+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe"
1826+
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
18271827
dependencies:
18281828
ansi-escapes "^4.3.2"
18291829
ansis "^3.9.0"

0 commit comments

Comments
 (0)