Skip to content

Commit 065cabc

Browse files
fix(deps): bump @oclif/core from 3.23.0 to 3.25.2
Bumps [@oclif/core](https://github.com/oclif/core) from 3.23.0 to 3.25.2. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.23.0...3.25.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9afcc98 commit 065cabc

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
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@inquirer/checkbox": "^1.5.2",
99
"@inquirer/select": "^1.3.3",
10-
"@oclif/core": "^3.23.0",
10+
"@oclif/core": "^3.25.2",
1111
"@salesforce/core": "^6.7.0",
1212
"@salesforce/kit": "^3.0.15",
1313
"@salesforce/sf-plugins-core": "^7.1.14",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1767,10 +1767,10 @@
17671767
node-gyp "^8.2.0"
17681768
read-package-json-fast "^2.0.1"
17691769

1770-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
1771-
version "3.23.0"
1772-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1773-
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
1770+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.25.2":
1771+
version "3.25.2"
1772+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
1773+
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
17741774
dependencies:
17751775
"@types/cli-progress" "^3.11.5"
17761776
ansi-escapes "^4.3.2"

0 commit comments

Comments
 (0)