Skip to content

Commit c2db2f7

Browse files
authored
Merge pull request #986 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.23.0
fix(deps): bump @oclif/core from 3.20.0 to 3.23.0
2 parents b21f9fa + 83c214b commit c2db2f7

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.18.1",
8+
"@oclif/core": "^3.23.0",
99
"@salesforce/core": "^6.6.0",
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
@@ -1436,10 +1436,10 @@
14361436
read-package-json-fast "^3.0.0"
14371437
which "^3.0.0"
14381438

1439-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.19.6":
1440-
version "3.20.0"
1441-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
1442-
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
1439+
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.19.6", "@oclif/core@^3.23.0":
1440+
version "3.23.0"
1441+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1442+
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
14431443
dependencies:
14441444
"@types/cli-progress" "^3.11.5"
14451445
ansi-escapes "^4.3.2"
@@ -1457,6 +1457,7 @@
14571457
indent-string "^4.0.0"
14581458
is-wsl "^2.2.0"
14591459
js-yaml "^3.14.1"
1460+
minimatch "^9.0.3"
14601461
natural-orderby "^2.0.3"
14611462
object-treeify "^1.1.33"
14621463
password-prompt "^1.1.3"

0 commit comments

Comments
 (0)