@salesforce/cli 2.116.0 → 2.116.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +250 -64
- package/npm-shrinkwrap.json +166 -95
- package/oclif.lock +109 -57
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/oclif.lock
CHANGED
|
@@ -1331,6 +1331,18 @@
|
|
|
1331
1331
|
resolved "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz"
|
|
1332
1332
|
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
|
|
1333
1333
|
|
|
1334
|
+
"@isaacs/balanced-match@^4.0.1":
|
|
1335
|
+
version "4.0.1"
|
|
1336
|
+
resolved "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz"
|
|
1337
|
+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
|
|
1338
|
+
|
|
1339
|
+
"@isaacs/brace-expansion@^5.0.0":
|
|
1340
|
+
version "5.0.0"
|
|
1341
|
+
resolved "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz"
|
|
1342
|
+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
|
|
1343
|
+
dependencies:
|
|
1344
|
+
"@isaacs/balanced-match" "^4.0.1"
|
|
1345
|
+
|
|
1334
1346
|
"@isaacs/cliui@^8.0.2":
|
|
1335
1347
|
version "8.0.2"
|
|
1336
1348
|
resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz"
|
|
@@ -2053,23 +2065,23 @@
|
|
|
2053
2065
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
|
|
2054
2066
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
2055
2067
|
|
|
2056
|
-
"@salesforce/agents@^0.
|
|
2057
|
-
version "0.
|
|
2058
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.
|
|
2059
|
-
integrity sha512-
|
|
2068
|
+
"@salesforce/agents@^0.19.4":
|
|
2069
|
+
version "0.19.4"
|
|
2070
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.19.4.tgz"
|
|
2071
|
+
integrity sha512-gaBzCc84LkzD1ACcwsiLYw2g7/byEaG2DAlIzVfpGuBBmcvJC4pnaZxSEPMtAzhEdDHhItb0jJjyWTGZueUFnQ==
|
|
2060
2072
|
dependencies:
|
|
2061
|
-
"@salesforce/core" "^8.
|
|
2062
|
-
"@salesforce/kit" "^3.2.
|
|
2063
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2064
|
-
"@salesforce/types" "^1.
|
|
2065
|
-
fast-xml-parser "^5.2
|
|
2073
|
+
"@salesforce/core" "^8.23.5"
|
|
2074
|
+
"@salesforce/kit" "^3.2.4"
|
|
2075
|
+
"@salesforce/source-deploy-retrieve" "^12.30.0"
|
|
2076
|
+
"@salesforce/types" "^1.5.0"
|
|
2077
|
+
fast-xml-parser "^5.3.2"
|
|
2066
2078
|
nock "^13.5.6"
|
|
2067
|
-
yaml "^2.8.
|
|
2079
|
+
yaml "^2.8.2"
|
|
2068
2080
|
|
|
2069
|
-
"@salesforce/apex-node@^8.3.5", "@salesforce/apex-node@^8.
|
|
2070
|
-
version "8.
|
|
2071
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.
|
|
2072
|
-
integrity sha512-
|
|
2081
|
+
"@salesforce/apex-node@^8.3.5", "@salesforce/apex-node@^8.4.0":
|
|
2082
|
+
version "8.4.0"
|
|
2083
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.4.0.tgz"
|
|
2084
|
+
integrity sha512-zmXfNodRaE8R3tvjSf93db4V2nz7fXD+G9xEaAjLTR+LajNS84SG0bgdKOmD3PT7DHQdyn4r3OaNObTPg6kBEA==
|
|
2073
2085
|
dependencies:
|
|
2074
2086
|
"@salesforce/core" "^8.23.4"
|
|
2075
2087
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2097,10 +2109,10 @@
|
|
|
2097
2109
|
strip-ansi "6.0.1"
|
|
2098
2110
|
ts-retry-promise "^0.8.1"
|
|
2099
2111
|
|
|
2100
|
-
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.
|
|
2101
|
-
version "8.23.
|
|
2102
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
2103
|
-
integrity sha512-
|
|
2112
|
+
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.3", "@salesforce/core@^8.23.4", "@salesforce/core@^8.23.5", "@salesforce/core@^8.23.7", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
|
|
2113
|
+
version "8.23.7"
|
|
2114
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.23.7.tgz"
|
|
2115
|
+
integrity sha512-2drAVHK1A2yqioOMornMNxGaUnstGc/moyCQxJ9lSJrsZ/EICD12A9hLNx3dq791GCRMPnaZmAXmJZFllX56tQ==
|
|
2104
2116
|
dependencies:
|
|
2105
2117
|
"@jsforce/jsforce-node" "^3.10.10"
|
|
2106
2118
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2112,7 +2124,7 @@
|
|
|
2112
2124
|
faye "^1.4.1"
|
|
2113
2125
|
form-data "^4.0.4"
|
|
2114
2126
|
js2xmlparser "^4.0.1"
|
|
2115
|
-
jsonwebtoken "9.0.
|
|
2127
|
+
jsonwebtoken "9.0.3"
|
|
2116
2128
|
jszip "3.10.1"
|
|
2117
2129
|
memfs "^4.30.1"
|
|
2118
2130
|
pino "^9.7.0"
|
|
@@ -2194,35 +2206,36 @@
|
|
|
2194
2206
|
jszip "^3.10.1"
|
|
2195
2207
|
object-treeify "^2"
|
|
2196
2208
|
|
|
2197
|
-
"@salesforce/plugin-agent@1.
|
|
2198
|
-
version "1.
|
|
2199
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.
|
|
2200
|
-
integrity sha512-
|
|
2209
|
+
"@salesforce/plugin-agent@1.25.0":
|
|
2210
|
+
version "1.25.0"
|
|
2211
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.25.0.tgz"
|
|
2212
|
+
integrity sha512-Kx6ev6BxvxW2XOrUkkrdThnIdWte/AcqF4BfmTPZn6eIqlvFJ9IGzzFl/hTg8iAffO5OJotItrrhMbcAhe8oog==
|
|
2201
2213
|
dependencies:
|
|
2202
2214
|
"@inquirer/core" "^10.3.2"
|
|
2203
2215
|
"@inquirer/prompts" "^7.10.1"
|
|
2204
2216
|
"@oclif/core" "^4"
|
|
2205
2217
|
"@oclif/multi-stage-output" "^0.8.29"
|
|
2206
|
-
"@salesforce/agents" "^0.
|
|
2207
|
-
"@salesforce/core" "^8.23.
|
|
2218
|
+
"@salesforce/agents" "^0.19.4"
|
|
2219
|
+
"@salesforce/core" "^8.23.7"
|
|
2208
2220
|
"@salesforce/kit" "^3.2.3"
|
|
2209
2221
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2210
2222
|
"@salesforce/source-deploy-retrieve" "^12.30.0"
|
|
2211
2223
|
"@salesforce/types" "^1.5.0"
|
|
2212
2224
|
ansis "^3.3.2"
|
|
2213
2225
|
fast-xml-parser "^4.5.1"
|
|
2226
|
+
glob "^11.0.3"
|
|
2214
2227
|
ink "5.0.1"
|
|
2215
2228
|
ink-text-input "^6.0.0"
|
|
2216
2229
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
2217
2230
|
react "^18.3.1"
|
|
2218
2231
|
yaml "^2.8.1"
|
|
2219
2232
|
|
|
2220
|
-
"@salesforce/plugin-apex@3.
|
|
2221
|
-
version "3.
|
|
2222
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.
|
|
2223
|
-
integrity sha512-
|
|
2233
|
+
"@salesforce/plugin-apex@3.9.0":
|
|
2234
|
+
version "3.9.0"
|
|
2235
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.9.0.tgz"
|
|
2236
|
+
integrity sha512-8WaS+H9csugXm3j2wbSWc3Jy04yccA/BFnecoFWpkg5MzeLSZgSKf859FB5ehU5X6dNT7COV9a+zib27HrXeDA==
|
|
2224
2237
|
dependencies:
|
|
2225
|
-
"@salesforce/apex-node" "^8.
|
|
2238
|
+
"@salesforce/apex-node" "^8.4.0"
|
|
2226
2239
|
"@salesforce/core" "^8.23.4"
|
|
2227
2240
|
"@salesforce/kit" "^3.2.3"
|
|
2228
2241
|
"@salesforce/sf-plugins-core" "^12.2.5"
|
|
@@ -2532,7 +2545,7 @@
|
|
|
2532
2545
|
cli-progress "^3.12.0"
|
|
2533
2546
|
terminal-link "^3.0.0"
|
|
2534
2547
|
|
|
2535
|
-
"@salesforce/source-deploy-retrieve@^12.
|
|
2548
|
+
"@salesforce/source-deploy-retrieve@^12.24.0", "@salesforce/source-deploy-retrieve@^12.26.1", "@salesforce/source-deploy-retrieve@^12.28.0", "@salesforce/source-deploy-retrieve@^12.30.0":
|
|
2536
2549
|
version "12.30.0"
|
|
2537
2550
|
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.30.0.tgz"
|
|
2538
2551
|
integrity sha512-elfNE4NRw2JNRsYoS/e9Gi2KdaFg7c2JVdRY6ZT20vpxV3z81SvvbYhauiKOYkVvsP3Y+FBEzWiG6AwdF0fSWA==
|
|
@@ -2606,7 +2619,7 @@
|
|
|
2606
2619
|
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz"
|
|
2607
2620
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
2608
2621
|
|
|
2609
|
-
"@salesforce/types@^1.2.0", "@salesforce/types@^1.
|
|
2622
|
+
"@salesforce/types@^1.2.0", "@salesforce/types@^1.5.0":
|
|
2610
2623
|
version "1.5.0"
|
|
2611
2624
|
resolved "https://registry.npmjs.org/@salesforce/types/-/types-1.5.0.tgz"
|
|
2612
2625
|
integrity sha512-zBihdJ6WwE0JP6BVCXhm7guMQlj4/7nCYqtrkozgxgeKLJq+zKrTRwILeRQbbeqVP4nKjUz/AJr0zCDjrA2IVg==
|
|
@@ -4216,7 +4229,7 @@ browserslist@^4.23.0, browserslist@^4.24.0, "browserslist@>= 4.21.0":
|
|
|
4216
4229
|
node-releases "^2.0.19"
|
|
4217
4230
|
update-browserslist-db "^1.1.1"
|
|
4218
4231
|
|
|
4219
|
-
buffer-equal-constant-time
|
|
4232
|
+
buffer-equal-constant-time@^1.0.1:
|
|
4220
4233
|
version "1.0.1"
|
|
4221
4234
|
resolved "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz"
|
|
4222
4235
|
integrity sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==
|
|
@@ -5976,10 +5989,10 @@ fast-xml-parser@^4.5.0, fast-xml-parser@^4.5.1, fast-xml-parser@^4.5.3:
|
|
|
5976
5989
|
dependencies:
|
|
5977
5990
|
strnum "^1.1.1"
|
|
5978
5991
|
|
|
5979
|
-
fast-xml-parser@^5.2
|
|
5980
|
-
version "5.2
|
|
5981
|
-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.
|
|
5982
|
-
integrity sha512-
|
|
5992
|
+
fast-xml-parser@^5.3.2:
|
|
5993
|
+
version "5.3.2"
|
|
5994
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz"
|
|
5995
|
+
integrity sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==
|
|
5983
5996
|
dependencies:
|
|
5984
5997
|
strnum "^2.1.0"
|
|
5985
5998
|
|
|
@@ -6166,7 +6179,7 @@ foreground-child@^2.0.0:
|
|
|
6166
6179
|
cross-spawn "^7.0.0"
|
|
6167
6180
|
signal-exit "^3.0.2"
|
|
6168
6181
|
|
|
6169
|
-
foreground-child@^3.1.0, foreground-child@^3.3.0:
|
|
6182
|
+
foreground-child@^3.1.0, foreground-child@^3.3.0, foreground-child@^3.3.1:
|
|
6170
6183
|
version "3.3.1"
|
|
6171
6184
|
resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz"
|
|
6172
6185
|
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
|
|
@@ -6440,6 +6453,18 @@ glob@^10.2.2, glob@^10.3.10, glob@^10.4.5:
|
|
|
6440
6453
|
package-json-from-dist "^1.0.0"
|
|
6441
6454
|
path-scurry "^1.11.1"
|
|
6442
6455
|
|
|
6456
|
+
glob@^11.0.3:
|
|
6457
|
+
version "11.1.0"
|
|
6458
|
+
resolved "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz"
|
|
6459
|
+
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
|
|
6460
|
+
dependencies:
|
|
6461
|
+
foreground-child "^3.3.1"
|
|
6462
|
+
jackspeak "^4.1.1"
|
|
6463
|
+
minimatch "^10.1.1"
|
|
6464
|
+
minipass "^7.1.2"
|
|
6465
|
+
package-json-from-dist "^1.0.0"
|
|
6466
|
+
path-scurry "^2.0.0"
|
|
6467
|
+
|
|
6443
6468
|
glob@^7.0.0:
|
|
6444
6469
|
version "7.2.3"
|
|
6445
6470
|
resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz"
|
|
@@ -7504,6 +7529,13 @@ jackspeak@^3.1.2:
|
|
|
7504
7529
|
optionalDependencies:
|
|
7505
7530
|
"@pkgjs/parseargs" "^0.11.0"
|
|
7506
7531
|
|
|
7532
|
+
jackspeak@^4.1.1:
|
|
7533
|
+
version "4.1.1"
|
|
7534
|
+
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz"
|
|
7535
|
+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
|
|
7536
|
+
dependencies:
|
|
7537
|
+
"@isaacs/cliui" "^8.0.2"
|
|
7538
|
+
|
|
7507
7539
|
jake@^10.8.5:
|
|
7508
7540
|
version "10.8.7"
|
|
7509
7541
|
resolved "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz"
|
|
@@ -7667,12 +7699,12 @@ JSONStream@^1.0.4, JSONStream@^1.3.5:
|
|
|
7667
7699
|
jsonparse "^1.2.0"
|
|
7668
7700
|
through ">=2.2.7 <3"
|
|
7669
7701
|
|
|
7670
|
-
jsonwebtoken@9.0.
|
|
7671
|
-
version "9.0.
|
|
7672
|
-
resolved "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.
|
|
7673
|
-
integrity sha512-
|
|
7702
|
+
jsonwebtoken@9.0.3:
|
|
7703
|
+
version "9.0.3"
|
|
7704
|
+
resolved "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz"
|
|
7705
|
+
integrity sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==
|
|
7674
7706
|
dependencies:
|
|
7675
|
-
jws "^
|
|
7707
|
+
jws "^4.0.1"
|
|
7676
7708
|
lodash.includes "^4.3.0"
|
|
7677
7709
|
lodash.isboolean "^3.0.3"
|
|
7678
7710
|
lodash.isinteger "^4.0.4"
|
|
@@ -7718,21 +7750,21 @@ just-extend@^6.2.0:
|
|
|
7718
7750
|
resolved "https://registry.npmjs.org/just-extend/-/just-extend-6.2.0.tgz"
|
|
7719
7751
|
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
|
|
7720
7752
|
|
|
7721
|
-
jwa@^
|
|
7722
|
-
version "
|
|
7723
|
-
resolved "https://registry.npmjs.org/jwa/-/jwa-
|
|
7724
|
-
integrity sha512-
|
|
7753
|
+
jwa@^2.0.1:
|
|
7754
|
+
version "2.0.1"
|
|
7755
|
+
resolved "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz"
|
|
7756
|
+
integrity sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==
|
|
7725
7757
|
dependencies:
|
|
7726
|
-
buffer-equal-constant-time "1.0.1"
|
|
7758
|
+
buffer-equal-constant-time "^1.0.1"
|
|
7727
7759
|
ecdsa-sig-formatter "1.0.11"
|
|
7728
7760
|
safe-buffer "^5.0.1"
|
|
7729
7761
|
|
|
7730
|
-
jws@^
|
|
7731
|
-
version "
|
|
7732
|
-
resolved "https://registry.npmjs.org/jws/-/jws-
|
|
7733
|
-
integrity sha512-
|
|
7762
|
+
jws@^4.0.1:
|
|
7763
|
+
version "4.0.1"
|
|
7764
|
+
resolved "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz"
|
|
7765
|
+
integrity sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==
|
|
7734
7766
|
dependencies:
|
|
7735
|
-
jwa "^
|
|
7767
|
+
jwa "^2.0.1"
|
|
7736
7768
|
safe-buffer "^5.0.1"
|
|
7737
7769
|
|
|
7738
7770
|
keyv@^4.0.0, keyv@^4.5.3:
|
|
@@ -8117,6 +8149,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.2.2:
|
|
|
8117
8149
|
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz"
|
|
8118
8150
|
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
|
|
8119
8151
|
|
|
8152
|
+
lru-cache@^11.0.0:
|
|
8153
|
+
version "11.2.4"
|
|
8154
|
+
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.4.tgz"
|
|
8155
|
+
integrity sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==
|
|
8156
|
+
|
|
8120
8157
|
lru-cache@^5.1.1:
|
|
8121
8158
|
version "5.1.1"
|
|
8122
8159
|
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz"
|
|
@@ -8387,6 +8424,13 @@ min-indent@^1.0.0:
|
|
|
8387
8424
|
resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
|
|
8388
8425
|
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
|
8389
8426
|
|
|
8427
|
+
minimatch@^10.1.1:
|
|
8428
|
+
version "10.1.1"
|
|
8429
|
+
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz"
|
|
8430
|
+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
|
|
8431
|
+
dependencies:
|
|
8432
|
+
"@isaacs/brace-expansion" "^5.0.0"
|
|
8433
|
+
|
|
8390
8434
|
minimatch@^3.0.4, minimatch@^3.1.1:
|
|
8391
8435
|
version "3.1.2"
|
|
8392
8436
|
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
|
|
@@ -9441,6 +9485,14 @@ path-scurry@^1.11.1:
|
|
|
9441
9485
|
lru-cache "^10.2.0"
|
|
9442
9486
|
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
9443
9487
|
|
|
9488
|
+
path-scurry@^2.0.0:
|
|
9489
|
+
version "2.0.1"
|
|
9490
|
+
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.1.tgz"
|
|
9491
|
+
integrity sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==
|
|
9492
|
+
dependencies:
|
|
9493
|
+
lru-cache "^11.0.0"
|
|
9494
|
+
minipass "^7.1.2"
|
|
9495
|
+
|
|
9444
9496
|
path-to-regexp@^1.7.0:
|
|
9445
9497
|
version "1.8.0"
|
|
9446
9498
|
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
|
|
@@ -11755,10 +11807,10 @@ yallist@^5.0.0:
|
|
|
11755
11807
|
resolved "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz"
|
|
11756
11808
|
integrity sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==
|
|
11757
11809
|
|
|
11758
|
-
yaml@^2.5.1, yaml@^2.8.1:
|
|
11759
|
-
version "2.8.
|
|
11760
|
-
resolved "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
11761
|
-
integrity sha512-
|
|
11810
|
+
yaml@^2.5.1, yaml@^2.8.1, yaml@^2.8.2:
|
|
11811
|
+
version "2.8.2"
|
|
11812
|
+
resolved "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz"
|
|
11813
|
+
integrity sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==
|
|
11762
11814
|
|
|
11763
11815
|
yargs-parser@^18.1.2:
|
|
11764
11816
|
version "18.1.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.116.
|
|
4
|
+
"version": "2.116.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -157,8 +157,8 @@
|
|
|
157
157
|
"@oclif/plugin-which": "3.2.42",
|
|
158
158
|
"@salesforce/core": "^8.9.1",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
|
-
"@salesforce/plugin-agent": "1.
|
|
161
|
-
"@salesforce/plugin-apex": "3.
|
|
160
|
+
"@salesforce/plugin-agent": "1.25.0",
|
|
161
|
+
"@salesforce/plugin-apex": "3.9.0",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.22",
|
|
164
164
|
"@salesforce/plugin-data": "4.0.64",
|