Skip to content

Commit 8324af5

Browse files
chore: bump core
1 parent f0e0cd0 commit 8324af5

File tree

3 files changed

+39
-16
lines changed

3 files changed

+39
-16
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^4",
9-
"@salesforce/core": "^8.4.0",
9+
"@salesforce/core": "^8.8.1",
1010
"@salesforce/kit": "^3.2.1",
1111
"@salesforce/sf-plugins-core": "^12",
1212
"@salesforce/ts-types": "^2.0.12",

yarn.lock

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,13 +1178,12 @@
11781178
"@jridgewell/resolve-uri" "^3.1.0"
11791179
"@jridgewell/sourcemap-codec" "^1.4.14"
11801180

1181-
"@jsforce/jsforce-node@^3.4.1":
1182-
version "3.4.1"
1183-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz#36f5cba775b395eeedba676a78eafe447c3f4b28"
1184-
integrity sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A==
1181+
"@jsforce/jsforce-node@^3.6.1":
1182+
version "3.6.3"
1183+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.3.tgz#a5c984b6deffac01ddabc3f4b48374408c5cd194"
1184+
integrity sha512-sNUeBzfUv57uH0AiYuAOO8yjBP7lNY33mWybrjvBud8gMFVWozY6UAWU1DUk/dpqZ0+FK3iqB++nOQRczj1nSg==
11851185
dependencies:
11861186
"@sindresorhus/is" "^4"
1187-
abort-controller "^3.0.0"
11881187
base64url "^3.0.1"
11891188
csv-parse "^5.5.2"
11901189
csv-stringify "^6.4.4"
@@ -1193,7 +1192,6 @@
11931192
https-proxy-agent "^5.0.0"
11941193
multistream "^3.1.0"
11951194
node-fetch "^2.6.1"
1196-
strip-ansi "^6.0.0"
11971195
xml2js "^0.6.2"
11981196

11991197
"@nodelib/fs.scandir@2.1.5":
@@ -1348,12 +1346,12 @@
13481346
strip-ansi "6.0.1"
13491347
ts-retry-promise "^0.8.1"
13501348

1351-
"@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.4", "@salesforce/core@^8.5.7":
1352-
version "8.5.7"
1353-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.7.tgz#18c98ba383f7030f7e5420677bbd108d1d93dcc3"
1354-
integrity sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==
1349+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.5.4", "@salesforce/core@^8.5.7", "@salesforce/core@^8.8.1":
1350+
version "8.8.1"
1351+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.1.tgz#eceb9842d300316c02d4a34da5ac377c20dfdda3"
1352+
integrity sha512-/E7rQy4trbG1dmRA9FiePLmwjbcK4fk0WB9KePrxH+90kpCNOVcTKaOhzAswmNdJWXjGofPUQCgrb927x//a2g==
13551353
dependencies:
1356-
"@jsforce/jsforce-node" "^3.4.1"
1354+
"@jsforce/jsforce-node" "^3.6.1"
13571355
"@salesforce/kit" "^3.2.2"
13581356
"@salesforce/schemas" "^1.9.0"
13591357
"@salesforce/ts-types" "^2.0.10"
@@ -7130,7 +7128,16 @@ stack-utils@^2.0.6:
71307128
dependencies:
71317129
escape-string-regexp "^2.0.0"
71327130

7133-
"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:
7131+
"string-width-cjs@npm:string-width@^4.2.0":
7132+
version "4.2.3"
7133+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7134+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7135+
dependencies:
7136+
emoji-regex "^8.0.0"
7137+
is-fullwidth-code-point "^3.0.0"
7138+
strip-ansi "^6.0.1"
7139+
7140+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
71347141
version "4.2.3"
71357142
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
71367143
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7207,7 +7214,14 @@ stringify-entities@^4.0.0:
72077214
character-entities-html4 "^2.0.0"
72087215
character-entities-legacy "^3.0.0"
72097216

7210-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7217+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7218+
version "6.0.1"
7219+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7220+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7221+
dependencies:
7222+
ansi-regex "^5.0.1"
7223+
7224+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
72117225
version "6.0.1"
72127226
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
72137227
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7839,7 +7853,7 @@ workerpool@^6.5.1:
78397853
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
78407854
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
78417855

7842-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7856+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
78437857
version "7.0.0"
78447858
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
78457859
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7857,6 +7871,15 @@ wrap-ansi@^6.2.0:
78577871
string-width "^4.1.0"
78587872
strip-ansi "^6.0.0"
78597873

7874+
wrap-ansi@^7.0.0:
7875+
version "7.0.0"
7876+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7877+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7878+
dependencies:
7879+
ansi-styles "^4.0.0"
7880+
string-width "^4.1.0"
7881+
strip-ansi "^6.0.0"
7882+
78607883
wrap-ansi@^8.1.0:
78617884
version "8.1.0"
78627885
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)