Skip to content

Commit 61e35fd

Browse files
authored
Merge pull request #864 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 daab4a8 + 87fa079 commit 61e35fd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-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/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@oclif/core": "^3.20.0",
8+
"@oclif/core": "^3.23.0",
99
"@salesforce/core": "^6.5.1",
1010
"@salesforce/sf-plugins-core": "^5.0.13",
1111
"change-case": "^5.4.3",

yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -1701,10 +1701,10 @@
17011701
node-gyp "^8.2.0"
17021702
read-package-json-fast "^2.0.1"
17031703

1704-
"@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.20.0":
1705-
version "3.20.0"
1706-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
1707-
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
1704+
"@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":
1705+
version "3.23.0"
1706+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1707+
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
17081708
dependencies:
17091709
"@types/cli-progress" "^3.11.5"
17101710
ansi-escapes "^4.3.2"
@@ -1722,6 +1722,7 @@
17221722
indent-string "^4.0.0"
17231723
is-wsl "^2.2.0"
17241724
js-yaml "^3.14.1"
1725+
minimatch "^9.0.3"
17251726
natural-orderby "^2.0.3"
17261727
object-treeify "^1.1.33"
17271728
password-prompt "^1.1.3"

0 commit comments

Comments
 (0)