Skip to content

Commit a676425

Browse files
authored
Merge pull request #383 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 037878d + e89df65 commit a676425

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/apex-node": "^3.0.2",
1010
"@salesforce/core": "^6.5.1",
1111
"@salesforce/kit": "^3.0.15",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1787,10 +1787,10 @@
17871787
read-package-json-fast "^3.0.0"
17881788
which "^3.0.0"
17891789

1790-
"@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":
1791-
version "3.20.0"
1792-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
1793-
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
1790+
"@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":
1791+
version "3.23.0"
1792+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
1793+
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
17941794
dependencies:
17951795
"@types/cli-progress" "^3.11.5"
17961796
ansi-escapes "^4.3.2"
@@ -1808,6 +1808,7 @@
18081808
indent-string "^4.0.0"
18091809
is-wsl "^2.2.0"
18101810
js-yaml "^3.14.1"
1811+
minimatch "^9.0.3"
18111812
natural-orderby "^2.0.3"
18121813
object-treeify "^1.1.33"
18131814
password-prompt "^1.1.3"

0 commit comments

Comments
 (0)