Skip to content

Commit 61aff92

Browse files
authored
Merge pull request #417 from salesforcecli/dependabot-npm_and_yarn-oclif-core-3.26.3
fix(deps): bump @oclif/core from 3.26.2 to 3.26.3
2 parents 01b3256 + 33e2e8b commit 61aff92

File tree

2 files changed

+13
-38
lines changed

2 files changed

+13
-38
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.26.2",
8+
"@oclif/core": "^3.26.3",
99
"@salesforce/apex-node": "^5.0.0-beta.2",
1010
"@salesforce/core": "^7.0.1",
1111
"@salesforce/kit": "^3.1.0",

yarn.lock

Lines changed: 12 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,10 +1543,10 @@
15431543
wordwrap "^1.0.0"
15441544
wrap-ansi "^7.0.0"
15451545

1546-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1547-
version "3.26.2"
1548-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a"
1549-
integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1546+
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1547+
version "3.26.3"
1548+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1549+
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
15501550
dependencies:
15511551
"@types/cli-progress" "^3.11.5"
15521552
ansi-escapes "^4.3.2"
@@ -1557,7 +1557,7 @@
15571557
cli-progress "^3.12.0"
15581558
color "^4.2.3"
15591559
debug "^4.3.4"
1560-
ejs "^3.1.9"
1560+
ejs "^3.1.10"
15611561
get-package-type "^0.1.0"
15621562
globby "^11.1.0"
15631563
hyperlinker "^1.0.0"
@@ -3670,10 +3670,10 @@ [email protected]:
36703670
dependencies:
36713671
safe-buffer "^5.0.1"
36723672

3673-
ejs@^3.1.9:
3674-
version "3.1.9"
3675-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
3676-
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
3673+
ejs@^3.1.10, ejs@^3.1.9:
3674+
version "3.1.10"
3675+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
3676+
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
36773677
dependencies:
36783678
jake "^10.8.5"
36793679

@@ -6898,16 +6898,7 @@ srcset@^5.0.0:
68986898
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
68996899
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
69006900

6901-
"string-width-cjs@npm:string-width@^4.2.0":
6902-
version "4.2.3"
6903-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6904-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6905-
dependencies:
6906-
emoji-regex "^8.0.0"
6907-
is-fullwidth-code-point "^3.0.0"
6908-
strip-ansi "^6.0.1"
6909-
6910-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6901+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
69116902
version "4.2.3"
69126903
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
69136904
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6966,14 +6957,7 @@ string_decoder@~1.1.1:
69666957
dependencies:
69676958
safe-buffer "~5.1.0"
69686959

6969-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6970-
version "6.0.1"
6971-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6972-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6973-
dependencies:
6974-
ansi-regex "^5.0.1"
6975-
6976-
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6960+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
69776961
version "6.0.1"
69786962
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
69796963
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7511,7 +7495,7 @@ [email protected]:
75117495
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
75127496
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
75137497

7514-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7498+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
75157499
version "7.0.0"
75167500
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
75177501
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7529,15 +7513,6 @@ wrap-ansi@^6.2.0:
75297513
string-width "^4.1.0"
75307514
strip-ansi "^6.0.0"
75317515

7532-
wrap-ansi@^7.0.0:
7533-
version "7.0.0"
7534-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7535-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7536-
dependencies:
7537-
ansi-styles "^4.0.0"
7538-
string-width "^4.1.0"
7539-
strip-ansi "^6.0.0"
7540-
75417516
wrap-ansi@^8.1.0:
75427517
version "8.1.0"
75437518
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)