Skip to content

Commit a7277d3

Browse files
fix(deps): bump @oclif/core from 3.19.6 to 3.23.0
Bumps [@oclif/core](https://github.com/oclif/core) from 3.19.6 to 3.23.0. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](oclif/core@3.19.6...3.23.0) --- 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 05c3c6f commit a7277d3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.19.2",
8+
"@oclif/core": "^3.23.0",
99
"@salesforce/core": "^6.4.2",
1010
"@salesforce/kit": "^3.0.15",
1111
"@salesforce/sf-plugins-core": "^7.1.14",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,10 +1756,10 @@
17561756
node-gyp "^8.2.0"
17571757
read-package-json-fast "^2.0.1"
17581758

1759-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6":
1760-
version "3.19.6"
1761-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1762-
integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1759+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.23.0":
1760+
version "3.23.0"
1761+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1762+
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
17631763
dependencies:
17641764
"@types/cli-progress" "^3.11.5"
17651765
ansi-escapes "^4.3.2"
@@ -1777,6 +1777,7 @@
17771777
indent-string "^4.0.0"
17781778
is-wsl "^2.2.0"
17791779
js-yaml "^3.14.1"
1780+
minimatch "^9.0.3"
17801781
natural-orderby "^2.0.3"
17811782
object-treeify "^1.1.33"
17821783
password-prompt "^1.1.3"

0 commit comments

Comments
 (0)