Skip to content

Commit a8451ab

Browse files
fix(deps): bump @oclif/core from 3.25.2 to 3.26.0 (#513)
Bumps [@oclif/core](https://github.com/oclif/core) from 3.25.2 to 3.26.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.25.2...3.26.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production 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>
1 parent 7e2dbc5 commit a8451ab

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-command-snapshot/issues",
77
"dependencies": {
8-
"@oclif/core": "3.25.2",
8+
"@oclif/core": "3.26.0",
99
"@types/lodash.difference": "^4.5.9",
1010
"chalk": "^5.3.0",
1111
"globby": "^14.0.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1661,10 +1661,10 @@
16611661
node-gyp "^8.2.0"
16621662
read-package-json-fast "^2.0.1"
16631663

1664-
"@oclif/core@3.25.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
1665-
version "3.25.2"
1666-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
1667-
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
1664+
"@oclif/core@3.26.0", "@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
1665+
version "3.26.0"
1666+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
1667+
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
16681668
dependencies:
16691669
"@types/cli-progress" "^3.11.5"
16701670
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)