@salesforce/cli 2.142.3 → 2.142.5

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 CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.142.3 linux-x64 node-v22.23.0
28
+ @salesforce/cli/2.142.5 linux-x64 node-v22.23.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -3391,7 +3391,7 @@ EXAMPLES
3391
3391
  $ sf autocomplete --refresh-cache
3392
3392
  ```
3393
3393
 
3394
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.52/src/commands/autocomplete/index.ts)_
3394
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.53/src/commands/autocomplete/index.ts)_
3395
3395
 
3396
3396
  ## `sf commands`
3397
3397
 
@@ -4920,7 +4920,7 @@ DESCRIPTION
4920
4920
  Display help for sf.
4921
4921
  ```
4922
4922
 
4923
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.52/src/commands/help.ts)_
4923
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.53/src/commands/help.ts)_
4924
4924
 
4925
4925
  ## `sf info releasenotes display`
4926
4926
 
@@ -8981,7 +8981,7 @@ EXAMPLES
8981
8981
  $ sf plugins
8982
8982
  ```
8983
8983
 
8984
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/index.ts)_
8984
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/index.ts)_
8985
8985
 
8986
8986
  ## `sf plugins discover`
8987
8987
 
@@ -9026,7 +9026,7 @@ EXAMPLES
9026
9026
  $ sf plugins inspect @salesforce/plugin-packaging
9027
9027
  ```
9028
9028
 
9029
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/inspect.ts)_
9029
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/inspect.ts)_
9030
9030
 
9031
9031
  ## `sf plugins install PLUGIN`
9032
9032
 
@@ -9075,7 +9075,7 @@ EXAMPLES
9075
9075
  $ sf plugins install someuser/someplugin
9076
9076
  ```
9077
9077
 
9078
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/install.ts)_
9078
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/install.ts)_
9079
9079
 
9080
9080
  ## `sf plugins link PATH`
9081
9081
 
@@ -9106,7 +9106,7 @@ EXAMPLES
9106
9106
  $ sf plugins link @salesforce/plugin-packaging
9107
9107
  ```
9108
9108
 
9109
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/link.ts)_
9109
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/link.ts)_
9110
9110
 
9111
9111
  ## `sf plugins reset`
9112
9112
 
@@ -9121,7 +9121,7 @@ FLAGS
9121
9121
  --reinstall Reinstall all plugins after uninstalling.
9122
9122
  ```
9123
9123
 
9124
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/reset.ts)_
9124
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/reset.ts)_
9125
9125
 
9126
9126
  ## `sf plugins trust allowlist add`
9127
9127
 
@@ -9280,7 +9280,7 @@ EXAMPLES
9280
9280
  $ sf plugins uninstall @salesforce/plugin-packaging
9281
9281
  ```
9282
9282
 
9283
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/uninstall.ts)_
9283
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/uninstall.ts)_
9284
9284
 
9285
9285
  ## `sf plugins update`
9286
9286
 
@@ -9298,7 +9298,7 @@ DESCRIPTION
9298
9298
  Update installed plugins.
9299
9299
  ```
9300
9300
 
9301
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.79/src/commands/plugins/update.ts)_
9301
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.80/src/commands/plugins/update.ts)_
9302
9302
 
9303
9303
  ## `sf project convert mdapi`
9304
9304
 
@@ -11219,7 +11219,7 @@ DESCRIPTION
11219
11219
  Once you select a command, hit enter and it will show the help for that command.
11220
11220
  ```
11221
11221
 
11222
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.51/src/commands/search.ts)_
11222
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.52/src/commands/search.ts)_
11223
11223
 
11224
11224
  ## `sf sobject describe`
11225
11225
 
@@ -12343,7 +12343,7 @@ EXAMPLES
12343
12343
  $ sf update --available
12344
12344
  ```
12345
12345
 
12346
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.52/src/commands/update.ts)_
12346
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.53/src/commands/update.ts)_
12347
12347
 
12348
12348
  ## `sf version`
12349
12349
 
@@ -12363,7 +12363,7 @@ FLAG DESCRIPTIONS
12363
12363
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
12364
12364
  ```
12365
12365
 
12366
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.49/src/commands/version.ts)_
12366
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.50/src/commands/version.ts)_
12367
12367
 
12368
12368
  ## `sf which`
12369
12369
 
@@ -12397,7 +12397,7 @@ EXAMPLES
12397
12397
  $ sf which "foo bar baz"
12398
12398
  ```
12399
12399
 
12400
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.57/src/commands/which.ts)_
12400
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.58/src/commands/which.ts)_
12401
12401
 
12402
12402
  <!-- commandsstop -->
12403
12403
 
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.142.3",
3
+ "version": "2.142.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.142.3",
9
+ "version": "2.142.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.11.11",
15
- "@oclif/plugin-autocomplete": "3.2.52",
15
+ "@oclif/plugin-autocomplete": "3.2.53",
16
16
  "@oclif/plugin-commands": "4.1.59",
17
- "@oclif/plugin-help": "6.2.52",
17
+ "@oclif/plugin-help": "6.2.53",
18
18
  "@oclif/plugin-not-found": "3.2.88",
19
- "@oclif/plugin-plugins": "5.4.79",
20
- "@oclif/plugin-search": "1.2.51",
21
- "@oclif/plugin-update": "4.7.52",
22
- "@oclif/plugin-version": "2.2.49",
23
- "@oclif/plugin-warn-if-update-available": "3.1.67",
24
- "@oclif/plugin-which": "3.2.57",
19
+ "@oclif/plugin-plugins": "5.4.80",
20
+ "@oclif/plugin-search": "1.2.52",
21
+ "@oclif/plugin-update": "4.7.53",
22
+ "@oclif/plugin-version": "2.2.50",
23
+ "@oclif/plugin-warn-if-update-available": "3.1.68",
24
+ "@oclif/plugin-which": "3.2.58",
25
25
  "@salesforce/core": "^8.31.4",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-agent": "1.43.0",
@@ -57,7 +57,7 @@
57
57
  "@salesforce/ts-sinon": "^1.4.36",
58
58
  "@salesforce/ts-types": "^2.0.11",
59
59
  "aws-sdk": "^2.1693.0",
60
- "oclif": "^4.23.18",
60
+ "oclif": "^4.23.24",
61
61
  "ts-node": "^10.9.2",
62
62
  "typescript": "^5.9.3"
63
63
  },
@@ -216,17 +216,17 @@
216
216
  }
217
217
  },
218
218
  "node_modules/@aws-sdk/client-cloudfront": {
219
- "version": "3.1068.0",
220
- "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.1068.0.tgz",
221
- "integrity": "sha512-Wix7hgaRQ10ue9n0q5kt0W0y6/VyciRwBSJOAf1WesZjQTqpbhzRafAcWoM2mR0uOizk4PZRBdMSO61VrBcTAg==",
219
+ "version": "3.1075.0",
220
+ "resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.1075.0.tgz",
221
+ "integrity": "sha512-Qw7Cmecwpjy4h5+ylsl1Du2QEWexz8MeQXThbpH4jRfxF4LRKCmZ3NJqrFEbT6rG+XkMsR/XOhUcpiVB+6YMNg==",
222
222
  "dev": true,
223
223
  "license": "Apache-2.0",
224
224
  "dependencies": {
225
225
  "@aws-crypto/sha256-browser": "5.2.0",
226
226
  "@aws-crypto/sha256-js": "5.2.0",
227
- "@aws-sdk/core": "^3.974.20",
228
- "@aws-sdk/credential-provider-node": "^3.972.55",
229
- "@aws-sdk/types": "^3.973.12",
227
+ "@aws-sdk/core": "^3.974.23",
228
+ "@aws-sdk/credential-provider-node": "^3.972.58",
229
+ "@aws-sdk/types": "^3.973.13",
230
230
  "@smithy/core": "^3.24.6",
231
231
  "@smithy/fetch-http-handler": "^5.4.6",
232
232
  "@smithy/node-http-handler": "^4.7.6",
@@ -264,14 +264,14 @@
264
264
  }
265
265
  },
266
266
  "node_modules/@aws-sdk/core": {
267
- "version": "3.974.22",
268
- "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.22.tgz",
269
- "integrity": "sha512-YofH63shc6YRdXjz80BJkpJW+Bkn0Cuu2dn4Rv7s9G2Idt58tgtzQEWxrR2xVljlVfIBeUjPuULnSVYLke3sUQ==",
267
+ "version": "3.974.23",
268
+ "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.23.tgz",
269
+ "integrity": "sha512-MiWR/uWjxjFXGzrE0Ghc5lWxUxzHsUWFhV+OX7M4cR9SrmrnZs6TXavnCWnzzdwJeFri34xQo81rvGNzK3c4BQ==",
270
270
  "dev": true,
271
271
  "license": "Apache-2.0",
272
272
  "dependencies": {
273
273
  "@aws-sdk/types": "^3.973.13",
274
- "@aws-sdk/xml-builder": "^3.972.30",
274
+ "@aws-sdk/xml-builder": "^3.972.31",
275
275
  "@aws/lambda-invoke-store": "^0.2.2",
276
276
  "@smithy/core": "^3.24.6",
277
277
  "@smithy/signature-v4": "^5.4.6",
@@ -284,13 +284,13 @@
284
284
  }
285
285
  },
286
286
  "node_modules/@aws-sdk/credential-provider-env": {
287
- "version": "3.972.48",
288
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.48.tgz",
289
- "integrity": "sha512-h6FEC95fbexUd6zxm4PdgS82bTcI2PRtUb2ZwMipb/Xr8bPwtf0G8rBo2jp7NA24Mbx2JA8/WingiYpA9RCCyw==",
287
+ "version": "3.972.49",
288
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.49.tgz",
289
+ "integrity": "sha512-liB3yQNHCM9k/gu/w36XHMKPluT7HTlnGUhRbBGSISDQkcr/Sy1zsZabiuvQj8WG5yW573u9RehrBvvnIQ9OEQ==",
290
290
  "dev": true,
291
291
  "license": "Apache-2.0",
292
292
  "dependencies": {
293
- "@aws-sdk/core": "^3.974.22",
293
+ "@aws-sdk/core": "^3.974.23",
294
294
  "@aws-sdk/types": "^3.973.13",
295
295
  "@smithy/core": "^3.24.6",
296
296
  "@smithy/types": "^4.14.3",
@@ -301,13 +301,13 @@
301
301
  }
302
302
  },
303
303
  "node_modules/@aws-sdk/credential-provider-http": {
304
- "version": "3.972.50",
305
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.50.tgz",
306
- "integrity": "sha512-lJO3OLpjvz5m/RSBQmsG/CEUGsvCy5ruxKwPQaOCqxqCMuyYT2BZwQUTDZVVwqQ9LrZKuK24JSa6r31hL/tvkg==",
304
+ "version": "3.972.51",
305
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.51.tgz",
306
+ "integrity": "sha512-XET0H2oofciJ5lMRWNIvRjAP7Q3wv2XT+JtJJEdhPWUMwe3TvQ9qcxonpu7vXmNngncvFpi4E2It+Tamas/naA==",
307
307
  "dev": true,
308
308
  "license": "Apache-2.0",
309
309
  "dependencies": {
310
- "@aws-sdk/core": "^3.974.22",
310
+ "@aws-sdk/core": "^3.974.23",
311
311
  "@aws-sdk/types": "^3.973.13",
312
312
  "@smithy/core": "^3.24.6",
313
313
  "@smithy/fetch-http-handler": "^5.4.6",
@@ -320,20 +320,20 @@
320
320
  }
321
321
  },
322
322
  "node_modules/@aws-sdk/credential-provider-ini": {
323
- "version": "3.972.55",
324
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.55.tgz",
325
- "integrity": "sha512-TBoF4buBGYhXjdZAryayY2TrkQj2B2KfE/msG4V53XCt+w0EhEwM2JRjx8p2grJ2C6gtH5++SAwEvGMRdi0yyw==",
323
+ "version": "3.972.56",
324
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.56.tgz",
325
+ "integrity": "sha512-IAmc61hbgQiHht9U3x0tnRwz0lzdwOwD/i9voRgdJrKamF+JtmrBOsW9GwB7mfFonNWOWL4qARWYrF8veEMe3w==",
326
326
  "dev": true,
327
327
  "license": "Apache-2.0",
328
328
  "dependencies": {
329
- "@aws-sdk/core": "^3.974.22",
330
- "@aws-sdk/credential-provider-env": "^3.972.48",
331
- "@aws-sdk/credential-provider-http": "^3.972.50",
332
- "@aws-sdk/credential-provider-login": "^3.972.54",
333
- "@aws-sdk/credential-provider-process": "^3.972.48",
334
- "@aws-sdk/credential-provider-sso": "^3.972.54",
335
- "@aws-sdk/credential-provider-web-identity": "^3.972.54",
336
- "@aws-sdk/nested-clients": "^3.997.22",
329
+ "@aws-sdk/core": "^3.974.23",
330
+ "@aws-sdk/credential-provider-env": "^3.972.49",
331
+ "@aws-sdk/credential-provider-http": "^3.972.51",
332
+ "@aws-sdk/credential-provider-login": "^3.972.55",
333
+ "@aws-sdk/credential-provider-process": "^3.972.49",
334
+ "@aws-sdk/credential-provider-sso": "^3.972.55",
335
+ "@aws-sdk/credential-provider-web-identity": "^3.972.55",
336
+ "@aws-sdk/nested-clients": "^3.997.23",
337
337
  "@aws-sdk/types": "^3.973.13",
338
338
  "@smithy/core": "^3.24.6",
339
339
  "@smithy/credential-provider-imds": "^4.3.7",
@@ -345,14 +345,14 @@
345
345
  }
346
346
  },
347
347
  "node_modules/@aws-sdk/credential-provider-login": {
348
- "version": "3.972.54",
349
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.54.tgz",
350
- "integrity": "sha512-hBWI3wZTdTGiuMfmPts6AWbAjFfRniOQnqx68tc2cQvRKWawFbN9wkLOVPWM1FAOyowZU73mC6Fi+rHSHNyLFw==",
348
+ "version": "3.972.55",
349
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.55.tgz",
350
+ "integrity": "sha512-hBBkANo3cDn+h2qxxzER4a+J8JCO9o9Z/YYmU7iky6AcaarX5RRdRcHNC6SLdwY0vAXQygn6soUbDqPn3GghaA==",
351
351
  "dev": true,
352
352
  "license": "Apache-2.0",
353
353
  "dependencies": {
354
- "@aws-sdk/core": "^3.974.22",
355
- "@aws-sdk/nested-clients": "^3.997.22",
354
+ "@aws-sdk/core": "^3.974.23",
355
+ "@aws-sdk/nested-clients": "^3.997.23",
356
356
  "@aws-sdk/types": "^3.973.13",
357
357
  "@smithy/core": "^3.24.6",
358
358
  "@smithy/types": "^4.14.3",
@@ -363,18 +363,18 @@
363
363
  }
364
364
  },
365
365
  "node_modules/@aws-sdk/credential-provider-node": {
366
- "version": "3.972.57",
367
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.57.tgz",
368
- "integrity": "sha512-u6dClpzNdWf1HGWz4wwhdXi1wiOofCLniM9S4BQQGlLAN9TW7VB+ld5V533GdKrYMaFeBGFqKnj0JCYvynLqwQ==",
366
+ "version": "3.972.58",
367
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.58.tgz",
368
+ "integrity": "sha512-OyCLVmSI7pZO8hxwNVX6pXhTVlJqRBTp+ijdEfJSUj0RyjHnF602OfAarOzGq6wkGodeFkYBt8MmJ6A6ycRgWw==",
369
369
  "dev": true,
370
370
  "license": "Apache-2.0",
371
371
  "dependencies": {
372
- "@aws-sdk/credential-provider-env": "^3.972.48",
373
- "@aws-sdk/credential-provider-http": "^3.972.50",
374
- "@aws-sdk/credential-provider-ini": "^3.972.55",
375
- "@aws-sdk/credential-provider-process": "^3.972.48",
376
- "@aws-sdk/credential-provider-sso": "^3.972.54",
377
- "@aws-sdk/credential-provider-web-identity": "^3.972.54",
372
+ "@aws-sdk/credential-provider-env": "^3.972.49",
373
+ "@aws-sdk/credential-provider-http": "^3.972.51",
374
+ "@aws-sdk/credential-provider-ini": "^3.972.56",
375
+ "@aws-sdk/credential-provider-process": "^3.972.49",
376
+ "@aws-sdk/credential-provider-sso": "^3.972.55",
377
+ "@aws-sdk/credential-provider-web-identity": "^3.972.55",
378
378
  "@aws-sdk/types": "^3.973.13",
379
379
  "@smithy/core": "^3.24.6",
380
380
  "@smithy/credential-provider-imds": "^4.3.7",
@@ -386,13 +386,13 @@
386
386
  }
387
387
  },
388
388
  "node_modules/@aws-sdk/credential-provider-process": {
389
- "version": "3.972.48",
390
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.48.tgz",
391
- "integrity": "sha512-w6VZwojPt12WnEkAUy6Nu4K6sWCbBmR7QX390b0nE6vRvkXbrYr9Lq9VySGkfjiMjpUA87op+J4EgvRmtWIDoQ==",
389
+ "version": "3.972.49",
390
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.49.tgz",
391
+ "integrity": "sha512-C8h36lBuC/RnBSsjlO+dn6xZm3KbAl5vpJaVPAfQnMmz2/OISmKOc8XZcqMQgO2ADwBYNRMM6Kf3vz9G/TulMQ==",
392
392
  "dev": true,
393
393
  "license": "Apache-2.0",
394
394
  "dependencies": {
395
- "@aws-sdk/core": "^3.974.22",
395
+ "@aws-sdk/core": "^3.974.23",
396
396
  "@aws-sdk/types": "^3.973.13",
397
397
  "@smithy/core": "^3.24.6",
398
398
  "@smithy/types": "^4.14.3",
@@ -403,15 +403,15 @@
403
403
  }
404
404
  },
405
405
  "node_modules/@aws-sdk/credential-provider-sso": {
406
- "version": "3.972.54",
407
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.54.tgz",
408
- "integrity": "sha512-23uZpIpF2SIFDCa1fcWa202tK4gGeyvX6GIIAjiB8WBsvsVRBMnJ/7dCxHzxf7eZT7GToJg837LDIBnZsl/VUg==",
406
+ "version": "3.972.55",
407
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.55.tgz",
408
+ "integrity": "sha512-1FkOz74Ea5QGS9jtIoXp55T/IkSS3spv+nLTT07fRY/+T5xmEOqaYBVIaEmX4zTNvbV6g2lrtlaVKWEoNyJt3w==",
409
409
  "dev": true,
410
410
  "license": "Apache-2.0",
411
411
  "dependencies": {
412
- "@aws-sdk/core": "^3.974.22",
413
- "@aws-sdk/nested-clients": "^3.997.22",
414
- "@aws-sdk/token-providers": "3.1071.0",
412
+ "@aws-sdk/core": "^3.974.23",
413
+ "@aws-sdk/nested-clients": "^3.997.23",
414
+ "@aws-sdk/token-providers": "3.1074.0",
415
415
  "@aws-sdk/types": "^3.973.13",
416
416
  "@smithy/core": "^3.24.6",
417
417
  "@smithy/types": "^4.14.3",
@@ -422,14 +422,14 @@
422
422
  }
423
423
  },
424
424
  "node_modules/@aws-sdk/credential-provider-web-identity": {
425
- "version": "3.972.54",
426
- "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.54.tgz",
427
- "integrity": "sha512-0Iv5QttS6wcATlodYKgvQj6B9Db51rx7NU9fqu0PoLeS4BIgdYMc/QK4smwLwpm5RFrs02V/eLyEFp3FklvlNQ==",
425
+ "version": "3.972.55",
426
+ "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.55.tgz",
427
+ "integrity": "sha512-g2BoECD1q01kTPByi56+VLVvdWDzMkKIcr77qixpqH0okw2t0U5CoPv+6S8v/D1Y2Wa6QKKtn6XAtDzP+Kfpvg==",
428
428
  "dev": true,
429
429
  "license": "Apache-2.0",
430
430
  "dependencies": {
431
- "@aws-sdk/core": "^3.974.22",
432
- "@aws-sdk/nested-clients": "^3.997.22",
431
+ "@aws-sdk/core": "^3.974.23",
432
+ "@aws-sdk/nested-clients": "^3.997.23",
433
433
  "@aws-sdk/types": "^3.973.13",
434
434
  "@smithy/core": "^3.24.6",
435
435
  "@smithy/types": "^4.14.3",
@@ -472,15 +472,15 @@
472
472
  }
473
473
  },
474
474
  "node_modules/@aws-sdk/nested-clients": {
475
- "version": "3.997.22",
476
- "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.22.tgz",
477
- "integrity": "sha512-4IwtcYSxEIVw5hcp8ogq0CMbFNZFw7jJUetpfFUhFFeqsa1K8j2Ihg2hnxLyOp3stMZnXda6VzOmPi1AFZQXcg==",
475
+ "version": "3.997.23",
476
+ "resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.23.tgz",
477
+ "integrity": "sha512-gO93ZPsI2bxeFZD42f1/qjDw6FAZkNZcKRO94LIiT03fzOmcJ9e/tunxjVjA1Rl69ClmVJzz8H3G9CdKef10PA==",
478
478
  "dev": true,
479
479
  "license": "Apache-2.0",
480
480
  "dependencies": {
481
481
  "@aws-crypto/sha256-browser": "5.2.0",
482
482
  "@aws-crypto/sha256-js": "5.2.0",
483
- "@aws-sdk/core": "^3.974.22",
483
+ "@aws-sdk/core": "^3.974.23",
484
484
  "@aws-sdk/signature-v4-multi-region": "^3.996.35",
485
485
  "@aws-sdk/types": "^3.973.13",
486
486
  "@smithy/core": "^3.24.6",
@@ -510,14 +510,14 @@
510
510
  }
511
511
  },
512
512
  "node_modules/@aws-sdk/token-providers": {
513
- "version": "3.1071.0",
514
- "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1071.0.tgz",
515
- "integrity": "sha512-4LDW2Qob6LoLFuqYSYZq2AyTE9koSE9+i+n5UZcm10GpmQOK0zRD9L4uYlzItiTKksIWgC/qMFChAi3RvKYtMg==",
513
+ "version": "3.1074.0",
514
+ "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1074.0.tgz",
515
+ "integrity": "sha512-pv80IzgGW4RnXWtft692chZOM9i6PhebVsLCcnaM4dBEPZva2fE6FXAHs76G7Rc7s3yGyX/68G0nZMrUy+Vmpg==",
516
516
  "dev": true,
517
517
  "license": "Apache-2.0",
518
518
  "dependencies": {
519
- "@aws-sdk/core": "^3.974.22",
520
- "@aws-sdk/nested-clients": "^3.997.22",
519
+ "@aws-sdk/core": "^3.974.23",
520
+ "@aws-sdk/nested-clients": "^3.997.23",
521
521
  "@aws-sdk/types": "^3.973.13",
522
522
  "@smithy/core": "^3.24.6",
523
523
  "@smithy/types": "^4.14.3",
@@ -555,42 +555,19 @@
555
555
  }
556
556
  },
557
557
  "node_modules/@aws-sdk/xml-builder": {
558
- "version": "3.972.30",
559
- "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.30.tgz",
560
- "integrity": "sha512-StElZPEoBquWwNqw1AcfpzEyZqJvFxouG+mpDNYlcH6ZOrqd2CuIryv+8LV8gNHZUOyKyJF3Dq9vxaXEmDR9TQ==",
558
+ "version": "3.972.31",
559
+ "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.31.tgz",
560
+ "integrity": "sha512-SzE4Pgyl+hDF+BuyuzxUSpwnuUu9lJuO1YGgteG89/4Qv0+2IQiVQqdbPV32IozLvXWQChPQcdkk/sKvb1QHiQ==",
561
561
  "dev": true,
562
562
  "license": "Apache-2.0",
563
563
  "dependencies": {
564
564
  "@smithy/types": "^4.14.3",
565
- "fast-xml-parser": "5.7.3",
566
565
  "tslib": "^2.6.2"
567
566
  },
568
567
  "engines": {
569
568
  "node": ">=20.0.0"
570
569
  }
571
570
  },
572
- "node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser": {
573
- "version": "5.7.3",
574
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
575
- "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
576
- "dev": true,
577
- "funding": [
578
- {
579
- "type": "github",
580
- "url": "https://github.com/sponsors/NaturalIntelligence"
581
- }
582
- ],
583
- "license": "MIT",
584
- "dependencies": {
585
- "@nodable/entities": "^2.1.0",
586
- "fast-xml-builder": "^1.1.7",
587
- "path-expression-matcher": "^1.5.0",
588
- "strnum": "^2.2.3"
589
- },
590
- "bin": {
591
- "fxparser": "src/cli/cli.js"
592
- }
593
- },
594
571
  "node_modules/@aws/lambda-invoke-store": {
595
572
  "version": "0.2.2",
596
573
  "resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.2.tgz",
@@ -3384,9 +3361,9 @@
3384
3361
  }
3385
3362
  },
3386
3363
  "node_modules/@oclif/plugin-autocomplete": {
3387
- "version": "3.2.52",
3388
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.52.tgz",
3389
- "integrity": "sha512-SZaTawQ5ekM4KZCHNxZ0aUNcZ81q4+zyMFKnWeKqpXOIL1ypqvFwRNdxP3Rj3YGEXYoLxrNNW+XOuoqriaBRTg==",
3364
+ "version": "3.2.53",
3365
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.53.tgz",
3366
+ "integrity": "sha512-cGAgN9ujTDxa6C84d6XNVsmoFnDFfHwdiykAnAfym3oBLxoXBNYMZhmfnZ8KBWDy/r/DYf11BrGJwqKl2P0iSA==",
3390
3367
  "license": "MIT",
3391
3368
  "dependencies": {
3392
3369
  "@oclif/core": "^4",
@@ -3482,9 +3459,9 @@
3482
3459
  }
3483
3460
  },
3484
3461
  "node_modules/@oclif/plugin-help": {
3485
- "version": "6.2.52",
3486
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.52.tgz",
3487
- "integrity": "sha512-qtrVz41wHDqG2rvx7xToYHVgJVBRcxE8aPSla/d5wNuHPZsDLm56Nl07pI+DNLA42Xbt9a70POl08qZgBH6FgA==",
3462
+ "version": "6.2.53",
3463
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.53.tgz",
3464
+ "integrity": "sha512-njx2nTH87EQEEuz4ShNtL0gzzN981MRkDPqScbu+Tkd7NpIv30OHdTjQK1GzGtkf+V2RvSYIrX+LrLsUVh9DJw==",
3488
3465
  "license": "MIT",
3489
3466
  "dependencies": {
3490
3467
  "@oclif/core": "^4"
@@ -3509,12 +3486,12 @@
3509
3486
  }
3510
3487
  },
3511
3488
  "node_modules/@oclif/plugin-plugins": {
3512
- "version": "5.4.79",
3513
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.79.tgz",
3514
- "integrity": "sha512-Nnk3OzELhldXN/544lhIMo1uLC/4W2/hEY+3Oj8WGbkWR7kBn8xwvgCbb3BAx/BROqPP/S+ZPDz8gdom7HudTA==",
3489
+ "version": "5.4.80",
3490
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.80.tgz",
3491
+ "integrity": "sha512-D32rqGtj9YdMixC0qHyqqT5aVAHZ0gXeJ5OgotOEtfuPsVOlRHqf5QZzzxj55XjeSO2+w309sVngqkO+WudSEQ==",
3515
3492
  "license": "MIT",
3516
3493
  "dependencies": {
3517
- "@oclif/core": "^4.11.7",
3494
+ "@oclif/core": "^4.11.11",
3518
3495
  "ansis": "^3.17.0",
3519
3496
  "debug": "^4.4.0",
3520
3497
  "npm": "^11.17.0",
@@ -3618,9 +3595,9 @@
3618
3595
  }
3619
3596
  },
3620
3597
  "node_modules/@oclif/plugin-search": {
3621
- "version": "1.2.51",
3622
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.51.tgz",
3623
- "integrity": "sha512-5nSYkDHpkk7nQBqY555KpV+quWKAqhPG6LBBrZiYHhs5ZhWOUxNkS0ocC5ck0rzr7YkmTRRywQxTph49ll6NhA==",
3598
+ "version": "1.2.52",
3599
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.52.tgz",
3600
+ "integrity": "sha512-9l2uvwGml8fJcfFGOfR8L5bVafgcnaajScsWLRCmaWfYN8iqc4QbsweWhXvNijNQ3b4RbFkj9HBjsGAmiwgBvA==",
3624
3601
  "license": "MIT",
3625
3602
  "dependencies": {
3626
3603
  "@oclif/core": "^4",
@@ -3647,9 +3624,9 @@
3647
3624
  }
3648
3625
  },
3649
3626
  "node_modules/@oclif/plugin-update": {
3650
- "version": "4.7.52",
3651
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.52.tgz",
3652
- "integrity": "sha512-GH3iTr4pgaDrrBRYwISvKjwSh83LTQ2UFQlpUAiTrKDl+W9QTqz3WNihz7rEHtnwHp7FTbZx6hCI5Bhajg1lzA==",
3627
+ "version": "4.7.53",
3628
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.53.tgz",
3629
+ "integrity": "sha512-AJ+vc7hQ9wnf1O2okqHSE8HWmk26jwWmZZwSxSERkyxmWcWb9GBR0ZLMqWdCduRNhEno8GmrIG5/5kgnvAnD1w==",
3653
3630
  "license": "MIT",
3654
3631
  "dependencies": {
3655
3632
  "@inquirer/select": "^2.5.0",
@@ -3661,16 +3638,16 @@
3661
3638
  "got": "^13",
3662
3639
  "proxy-agent": "^6.5.0",
3663
3640
  "semver": "^7.8.5",
3664
- "tar-fs": "^2.1.4"
3641
+ "tar-fs": "^2.1.5"
3665
3642
  },
3666
3643
  "engines": {
3667
3644
  "node": ">=18.0.0"
3668
3645
  }
3669
3646
  },
3670
3647
  "node_modules/@oclif/plugin-version": {
3671
- "version": "2.2.49",
3672
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.49.tgz",
3673
- "integrity": "sha512-41g6jy4NLUd4tK4LKC3k5t+r/nNWsQPkxbJIsqV4xlg+Maa58ENUCsREDIQycRJecztU5aJxScORPbWq4jiq1A==",
3648
+ "version": "2.2.50",
3649
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.50.tgz",
3650
+ "integrity": "sha512-29GupU9+spTNLvctiIRW7MEclDXfTePHWnnVuTleuVeDtAWsiteeektamchXdpMriXs18FqF3UJCJP9jrN4P1w==",
3674
3651
  "license": "MIT",
3675
3652
  "dependencies": {
3676
3653
  "@oclif/core": "^4",
@@ -3681,9 +3658,9 @@
3681
3658
  }
3682
3659
  },
3683
3660
  "node_modules/@oclif/plugin-warn-if-update-available": {
3684
- "version": "3.1.67",
3685
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.67.tgz",
3686
- "integrity": "sha512-TDo9Ea9y6eErQzz4TN+P3woU7072LADylQzkVYyZPM1KRB/hAbcR8No/Hu72SYlyLSbtnQPFG9nKHDbe6I6xoA==",
3661
+ "version": "3.1.68",
3662
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.68.tgz",
3663
+ "integrity": "sha512-UKWXSisocp/0Mpob2JCOUymUwtRYIrlXEQdX73KvBgIqzrKiVILz+AOuL0HQexw3DZzu+2o7cKw8gyXe3FX3bA==",
3687
3664
  "license": "MIT",
3688
3665
  "dependencies": {
3689
3666
  "@oclif/core": "^4",
@@ -3698,9 +3675,9 @@
3698
3675
  }
3699
3676
  },
3700
3677
  "node_modules/@oclif/plugin-which": {
3701
- "version": "3.2.57",
3702
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.57.tgz",
3703
- "integrity": "sha512-ABYDF7HI8uSYlQBOnqC03vdzU4H14dmqSdXk8SiH6vzBl/lYuQm+jLon483FQYTeR0BOaX8ZUnQWbTHPu7CAeA==",
3678
+ "version": "3.2.58",
3679
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.58.tgz",
3680
+ "integrity": "sha512-zfi7dzBP6nL2Qs6o+w0r0eYvtkmdRjQNlgP2XAJDdG3G/4QIgZolt/2lmYIwrGXZ9SsXSLVVM/hjOrVjA0ekgg==",
3704
3681
  "license": "MIT",
3705
3682
  "dependencies": {
3706
3683
  "@oclif/core": "^4",
@@ -18255,24 +18232,25 @@
18255
18232
  "license": "MIT"
18256
18233
  },
18257
18234
  "node_modules/oclif": {
18258
- "version": "4.23.18",
18259
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.18.tgz",
18260
- "integrity": "sha512-zAmRnygjPg1oKFpKG3k5Ej4mQXv4wq+NpvkYgEJOPe7Cc3SWq6/y8ReHReH4a3pWAHFnAJ3nHxLSpPwX3dcllw==",
18235
+ "version": "4.23.24",
18236
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.24.tgz",
18237
+ "integrity": "sha512-QbjHsrV5z5PWUIsLXHcPaWyECqOrX7JekXaTvL3WekUf5wl+B3kqZb5JD2dI3ndyDwTfJ8rLFMCIt6B4T6fpeA==",
18261
18238
  "dev": true,
18262
18239
  "license": "MIT",
18263
18240
  "dependencies": {
18264
- "@aws-sdk/client-cloudfront": "^3.1068.0",
18241
+ "@aws-sdk/client-cloudfront": "^3.1075.0",
18265
18242
  "@aws-sdk/client-s3": "^3.1073.0",
18266
18243
  "@inquirer/confirm": "^3.1.22",
18267
18244
  "@inquirer/input": "^2.2.4",
18268
18245
  "@inquirer/select": "^2.5.0",
18269
- "@oclif/core": "^4.11.4",
18270
- "@oclif/plugin-help": "^6.2.50",
18246
+ "@oclif/core": "^4.11.11",
18247
+ "@oclif/plugin-help": "^6.2.52",
18271
18248
  "@oclif/plugin-not-found": "^3.2.87",
18272
- "@oclif/plugin-warn-if-update-available": "^3.1.65",
18249
+ "@oclif/plugin-warn-if-update-available": "^3.1.67",
18273
18250
  "ansis": "^3.16.0",
18274
18251
  "async-retry": "^1.3.3",
18275
18252
  "change-case": "^4",
18253
+ "cross-spawn": "^7.0.6",
18276
18254
  "debug": "^4.4.0",
18277
18255
  "ejs": "^3.1.10",
18278
18256
  "find-yarn-workspace-root": "^2.0.0",
@@ -18280,7 +18258,7 @@
18280
18258
  "github-slugger": "^2",
18281
18259
  "got": "^13",
18282
18260
  "normalize-package-data": "^6",
18283
- "semver": "^7.8.4",
18261
+ "semver": "^7.8.5",
18284
18262
  "tiny-jsonc": "^1.0.2",
18285
18263
  "validate-npm-package-name": "^5.0.1"
18286
18264
  },
@@ -20994,9 +20972,9 @@
20994
20972
  }
20995
20973
  },
20996
20974
  "node_modules/tar-fs": {
20997
- "version": "2.1.4",
20998
- "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.4.tgz",
20999
- "integrity": "sha512-mDAjwmZdh7LTT6pNleZ05Yt65HC3E+NiQzl672vQG38jIrehtJk/J3mNwIg+vShQPcLF/LV7CMnDW6vjj6sfYQ==",
20975
+ "version": "2.1.5",
20976
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.5.tgz",
20977
+ "integrity": "sha512-OboTd8mmMhZDNPV+UjQcK9yKAatXu2aJ+r1w4im1Otd4M4fl2hwvdoXUxIYHFTHWK/3y3FarBP70v3vwmGlOxw==",
21000
20978
  "license": "MIT",
21001
20979
  "dependencies": {
21002
20980
  "chownr": "^1.1.1",