@salesforce/plugin-release-management 5.8.12 → 5.8.13

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
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.12/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.13/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.8.12",
3
+ "version": "5.8.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.8.12",
9
+ "version": "5.8.13",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1024.0",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.6",
23
23
  "@salesforce/ts-types": "^2.0.10",
24
- "@smithy/node-http-handler": "^4.4.16",
24
+ "@smithy/node-http-handler": "^4.6.1",
25
25
  "@smithy/types": "^4.11.0",
26
26
  "chalk": "^5.6.0",
27
27
  "commit-and-tag-version": "^12.7.1",
@@ -5740,14 +5740,14 @@
5740
5740
  }
5741
5741
  },
5742
5742
  "node_modules/@smithy/node-http-handler": {
5743
- "version": "4.5.1",
5744
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.5.1.tgz",
5745
- "integrity": "sha512-ejjxdAXjkPIs9lyYyVutOGNOraqUE9v/NjGMKwwFrfOM354wfSD8lmlj8hVwUzQmlLLF4+udhfCX9Exnbmvfzw==",
5743
+ "version": "4.6.1",
5744
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.6.1.tgz",
5745
+ "integrity": "sha512-iB+orM4x3xrr57X3YaXazfKnntl0LHlZB1kcXSGzMV1Tt0+YwEjGlbjk/44qEGtBzXAz6yFDzkYTKSV6Pj2HUg==",
5746
5746
  "license": "Apache-2.0",
5747
5747
  "dependencies": {
5748
- "@smithy/protocol-http": "^5.3.12",
5749
- "@smithy/querystring-builder": "^4.2.12",
5750
- "@smithy/types": "^4.13.1",
5748
+ "@smithy/protocol-http": "^5.3.14",
5749
+ "@smithy/querystring-builder": "^4.2.14",
5750
+ "@smithy/types": "^4.14.1",
5751
5751
  "tslib": "^2.6.2"
5752
5752
  },
5753
5753
  "engines": {
@@ -5768,12 +5768,12 @@
5768
5768
  }
5769
5769
  },
5770
5770
  "node_modules/@smithy/protocol-http": {
5771
- "version": "5.3.12",
5772
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.12.tgz",
5773
- "integrity": "sha512-fit0GZK9I1xoRlR4jXmbLhoN0OdEpa96ul8M65XdmXnxXkuMxM0Y8HDT0Fh0Xb4I85MBvBClOzgSrV1X2s1Hxw==",
5771
+ "version": "5.3.14",
5772
+ "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
5773
+ "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
5774
5774
  "license": "Apache-2.0",
5775
5775
  "dependencies": {
5776
- "@smithy/types": "^4.13.1",
5776
+ "@smithy/types": "^4.14.1",
5777
5777
  "tslib": "^2.6.2"
5778
5778
  },
5779
5779
  "engines": {
@@ -5781,12 +5781,12 @@
5781
5781
  }
5782
5782
  },
5783
5783
  "node_modules/@smithy/querystring-builder": {
5784
- "version": "4.2.12",
5785
- "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.12.tgz",
5786
- "integrity": "sha512-6wTZjGABQufekycfDGMEB84BgtdOE/rCVTov+EDXQ8NHKTUNIp/j27IliwP7tjIU9LR+sSzyGBOXjeEtVgzCHg==",
5784
+ "version": "4.2.14",
5785
+ "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.14.tgz",
5786
+ "integrity": "sha512-XYA5Z0IqTeF+5XDdh4BBmSA0HvbgVZIyv4cmOoUheDNR57K1HgBp9ukUMx3Cr3XpDHHpLBnexPE3LAtDsZkj2A==",
5787
5787
  "license": "Apache-2.0",
5788
5788
  "dependencies": {
5789
- "@smithy/types": "^4.13.1",
5789
+ "@smithy/types": "^4.14.1",
5790
5790
  "@smithy/util-uri-escape": "^4.2.2",
5791
5791
  "tslib": "^2.6.2"
5792
5792
  },
@@ -5870,9 +5870,9 @@
5870
5870
  }
5871
5871
  },
5872
5872
  "node_modules/@smithy/types": {
5873
- "version": "4.13.1",
5874
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.13.1.tgz",
5875
- "integrity": "sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==",
5873
+ "version": "4.14.1",
5874
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
5875
+ "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
5876
5876
  "license": "Apache-2.0",
5877
5877
  "dependencies": {
5878
5878
  "tslib": "^2.6.2"
@@ -18592,33 +18592,6 @@
18592
18592
  "node": ">=18.0.0"
18593
18593
  }
18594
18594
  },
18595
- "node_modules/oclif/node_modules/@aws-sdk/core/node_modules/@smithy/protocol-http": {
18596
- "version": "5.3.14",
18597
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
18598
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
18599
- "dev": true,
18600
- "license": "Apache-2.0",
18601
- "dependencies": {
18602
- "@smithy/types": "^4.14.1",
18603
- "tslib": "^2.6.2"
18604
- },
18605
- "engines": {
18606
- "node": ">=18.0.0"
18607
- }
18608
- },
18609
- "node_modules/oclif/node_modules/@aws-sdk/core/node_modules/@smithy/types": {
18610
- "version": "4.14.1",
18611
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
18612
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
18613
- "dev": true,
18614
- "license": "Apache-2.0",
18615
- "dependencies": {
18616
- "tslib": "^2.6.2"
18617
- },
18618
- "engines": {
18619
- "node": ">=18.0.0"
18620
- }
18621
- },
18622
18595
  "node_modules/oclif/node_modules/@aws-sdk/core/node_modules/@smithy/util-middleware": {
18623
18596
  "version": "4.2.14",
18624
18597
  "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.14.tgz",
@@ -18647,19 +18620,6 @@
18647
18620
  "node": ">=20.0.0"
18648
18621
  }
18649
18622
  },
18650
- "node_modules/oclif/node_modules/@aws-sdk/crc64-nvme/node_modules/@smithy/types": {
18651
- "version": "4.14.1",
18652
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
18653
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
18654
- "dev": true,
18655
- "license": "Apache-2.0",
18656
- "dependencies": {
18657
- "tslib": "^2.6.2"
18658
- },
18659
- "engines": {
18660
- "node": ">=18.0.0"
18661
- }
18662
- },
18663
18623
  "node_modules/oclif/node_modules/@aws-sdk/credential-provider-env": {
18664
18624
  "version": "3.972.27",
18665
18625
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.27.tgz",
@@ -18691,19 +18651,6 @@
18691
18651
  "node": ">=20.0.0"
18692
18652
  }
18693
18653
  },
18694
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-env/node_modules/@smithy/types": {
18695
- "version": "4.14.1",
18696
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
18697
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
18698
- "dev": true,
18699
- "license": "Apache-2.0",
18700
- "dependencies": {
18701
- "tslib": "^2.6.2"
18702
- },
18703
- "engines": {
18704
- "node": ">=18.0.0"
18705
- }
18706
- },
18707
18654
  "node_modules/oclif/node_modules/@aws-sdk/credential-provider-http": {
18708
18655
  "version": "3.972.29",
18709
18656
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.29.tgz",
@@ -18757,33 +18704,6 @@
18757
18704
  "node": ">=18.0.0"
18758
18705
  }
18759
18706
  },
18760
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/protocol-http": {
18761
- "version": "5.3.14",
18762
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
18763
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
18764
- "dev": true,
18765
- "license": "Apache-2.0",
18766
- "dependencies": {
18767
- "@smithy/types": "^4.14.1",
18768
- "tslib": "^2.6.2"
18769
- },
18770
- "engines": {
18771
- "node": ">=18.0.0"
18772
- }
18773
- },
18774
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/types": {
18775
- "version": "4.14.1",
18776
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
18777
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
18778
- "dev": true,
18779
- "license": "Apache-2.0",
18780
- "dependencies": {
18781
- "tslib": "^2.6.2"
18782
- },
18783
- "engines": {
18784
- "node": ">=18.0.0"
18785
- }
18786
- },
18787
18707
  "node_modules/oclif/node_modules/@aws-sdk/credential-provider-ini": {
18788
18708
  "version": "3.972.31",
18789
18709
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.31.tgz",
@@ -18824,19 +18744,6 @@
18824
18744
  "node": ">=20.0.0"
18825
18745
  }
18826
18746
  },
18827
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-ini/node_modules/@smithy/types": {
18828
- "version": "4.14.1",
18829
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
18830
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
18831
- "dev": true,
18832
- "license": "Apache-2.0",
18833
- "dependencies": {
18834
- "tslib": "^2.6.2"
18835
- },
18836
- "engines": {
18837
- "node": ">=18.0.0"
18838
- }
18839
- },
18840
18747
  "node_modules/oclif/node_modules/@aws-sdk/credential-provider-login": {
18841
18748
  "version": "3.972.31",
18842
18749
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.31.tgz",
@@ -18871,33 +18778,6 @@
18871
18778
  "node": ">=20.0.0"
18872
18779
  }
18873
18780
  },
18874
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/protocol-http": {
18875
- "version": "5.3.14",
18876
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
18877
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
18878
- "dev": true,
18879
- "license": "Apache-2.0",
18880
- "dependencies": {
18881
- "@smithy/types": "^4.14.1",
18882
- "tslib": "^2.6.2"
18883
- },
18884
- "engines": {
18885
- "node": ">=18.0.0"
18886
- }
18887
- },
18888
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-login/node_modules/@smithy/types": {
18889
- "version": "4.14.1",
18890
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
18891
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
18892
- "dev": true,
18893
- "license": "Apache-2.0",
18894
- "dependencies": {
18895
- "tslib": "^2.6.2"
18896
- },
18897
- "engines": {
18898
- "node": ">=18.0.0"
18899
- }
18900
- },
18901
18781
  "node_modules/oclif/node_modules/@aws-sdk/credential-provider-node": {
18902
18782
  "version": "3.972.32",
18903
18783
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.32.tgz",
@@ -18936,19 +18816,6 @@
18936
18816
  "node": ">=20.0.0"
18937
18817
  }
18938
18818
  },
18939
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-node/node_modules/@smithy/types": {
18940
- "version": "4.14.1",
18941
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
18942
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
18943
- "dev": true,
18944
- "license": "Apache-2.0",
18945
- "dependencies": {
18946
- "tslib": "^2.6.2"
18947
- },
18948
- "engines": {
18949
- "node": ">=18.0.0"
18950
- }
18951
- },
18952
18819
  "node_modules/oclif/node_modules/@aws-sdk/credential-provider-process": {
18953
18820
  "version": "3.972.27",
18954
18821
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.27.tgz",
@@ -18981,19 +18848,6 @@
18981
18848
  "node": ">=20.0.0"
18982
18849
  }
18983
18850
  },
18984
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-process/node_modules/@smithy/types": {
18985
- "version": "4.14.1",
18986
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
18987
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
18988
- "dev": true,
18989
- "license": "Apache-2.0",
18990
- "dependencies": {
18991
- "tslib": "^2.6.2"
18992
- },
18993
- "engines": {
18994
- "node": ">=18.0.0"
18995
- }
18996
- },
18997
18851
  "node_modules/oclif/node_modules/@aws-sdk/credential-provider-sso": {
18998
18852
  "version": "3.972.31",
18999
18853
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.31.tgz",
@@ -19028,19 +18882,6 @@
19028
18882
  "node": ">=20.0.0"
19029
18883
  }
19030
18884
  },
19031
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-sso/node_modules/@smithy/types": {
19032
- "version": "4.14.1",
19033
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19034
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19035
- "dev": true,
19036
- "license": "Apache-2.0",
19037
- "dependencies": {
19038
- "tslib": "^2.6.2"
19039
- },
19040
- "engines": {
19041
- "node": ">=18.0.0"
19042
- }
19043
- },
19044
18885
  "node_modules/oclif/node_modules/@aws-sdk/credential-provider-web-identity": {
19045
18886
  "version": "3.972.31",
19046
18887
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.31.tgz",
@@ -19074,19 +18915,6 @@
19074
18915
  "node": ">=20.0.0"
19075
18916
  }
19076
18917
  },
19077
- "node_modules/oclif/node_modules/@aws-sdk/credential-provider-web-identity/node_modules/@smithy/types": {
19078
- "version": "4.14.1",
19079
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19080
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19081
- "dev": true,
19082
- "license": "Apache-2.0",
19083
- "dependencies": {
19084
- "tslib": "^2.6.2"
19085
- },
19086
- "engines": {
19087
- "node": ">=18.0.0"
19088
- }
19089
- },
19090
18918
  "node_modules/oclif/node_modules/@aws-sdk/middleware-flexible-checksums": {
19091
18919
  "version": "3.974.9",
19092
18920
  "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.974.9.tgz",
@@ -19143,33 +18971,6 @@
19143
18971
  "node": ">=18.0.0"
19144
18972
  }
19145
18973
  },
19146
- "node_modules/oclif/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/protocol-http": {
19147
- "version": "5.3.14",
19148
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
19149
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
19150
- "dev": true,
19151
- "license": "Apache-2.0",
19152
- "dependencies": {
19153
- "@smithy/types": "^4.14.1",
19154
- "tslib": "^2.6.2"
19155
- },
19156
- "engines": {
19157
- "node": ">=18.0.0"
19158
- }
19159
- },
19160
- "node_modules/oclif/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/types": {
19161
- "version": "4.14.1",
19162
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19163
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19164
- "dev": true,
19165
- "license": "Apache-2.0",
19166
- "dependencies": {
19167
- "tslib": "^2.6.2"
19168
- },
19169
- "engines": {
19170
- "node": ">=18.0.0"
19171
- }
19172
- },
19173
18974
  "node_modules/oclif/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/util-middleware": {
19174
18975
  "version": "4.2.14",
19175
18976
  "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.14.tgz",
@@ -19240,33 +19041,6 @@
19240
19041
  "node": ">=18.0.0"
19241
19042
  }
19242
19043
  },
19243
- "node_modules/oclif/node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/protocol-http": {
19244
- "version": "5.3.14",
19245
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
19246
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
19247
- "dev": true,
19248
- "license": "Apache-2.0",
19249
- "dependencies": {
19250
- "@smithy/types": "^4.14.1",
19251
- "tslib": "^2.6.2"
19252
- },
19253
- "engines": {
19254
- "node": ">=18.0.0"
19255
- }
19256
- },
19257
- "node_modules/oclif/node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/types": {
19258
- "version": "4.14.1",
19259
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19260
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19261
- "dev": true,
19262
- "license": "Apache-2.0",
19263
- "dependencies": {
19264
- "tslib": "^2.6.2"
19265
- },
19266
- "engines": {
19267
- "node": ">=18.0.0"
19268
- }
19269
- },
19270
19044
  "node_modules/oclif/node_modules/@aws-sdk/middleware-sdk-s3/node_modules/@smithy/util-middleware": {
19271
19045
  "version": "4.2.14",
19272
19046
  "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.14.tgz",
@@ -19348,33 +19122,6 @@
19348
19122
  "node": ">=18.0.0"
19349
19123
  }
19350
19124
  },
19351
- "node_modules/oclif/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/protocol-http": {
19352
- "version": "5.3.14",
19353
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
19354
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
19355
- "dev": true,
19356
- "license": "Apache-2.0",
19357
- "dependencies": {
19358
- "@smithy/types": "^4.14.1",
19359
- "tslib": "^2.6.2"
19360
- },
19361
- "engines": {
19362
- "node": ">=18.0.0"
19363
- }
19364
- },
19365
- "node_modules/oclif/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/types": {
19366
- "version": "4.14.1",
19367
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19368
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19369
- "dev": true,
19370
- "license": "Apache-2.0",
19371
- "dependencies": {
19372
- "tslib": "^2.6.2"
19373
- },
19374
- "engines": {
19375
- "node": ">=18.0.0"
19376
- }
19377
- },
19378
19125
  "node_modules/oclif/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/url-parser": {
19379
19126
  "version": "4.2.14",
19380
19127
  "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.14.tgz",
@@ -19672,33 +19419,6 @@
19672
19419
  "node": ">=18.0.0"
19673
19420
  }
19674
19421
  },
19675
- "node_modules/oclif/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/protocol-http": {
19676
- "version": "5.3.14",
19677
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
19678
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
19679
- "dev": true,
19680
- "license": "Apache-2.0",
19681
- "dependencies": {
19682
- "@smithy/types": "^4.14.1",
19683
- "tslib": "^2.6.2"
19684
- },
19685
- "engines": {
19686
- "node": ">=18.0.0"
19687
- }
19688
- },
19689
- "node_modules/oclif/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/types": {
19690
- "version": "4.14.1",
19691
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19692
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19693
- "dev": true,
19694
- "license": "Apache-2.0",
19695
- "dependencies": {
19696
- "tslib": "^2.6.2"
19697
- },
19698
- "engines": {
19699
- "node": ">=18.0.0"
19700
- }
19701
- },
19702
19422
  "node_modules/oclif/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/url-parser": {
19703
19423
  "version": "4.2.14",
19704
19424
  "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.14.tgz",
@@ -19823,19 +19543,6 @@
19823
19543
  "node": ">=18.0.0"
19824
19544
  }
19825
19545
  },
19826
- "node_modules/oclif/node_modules/@aws-sdk/region-config-resolver/node_modules/@smithy/types": {
19827
- "version": "4.14.1",
19828
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19829
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19830
- "dev": true,
19831
- "license": "Apache-2.0",
19832
- "dependencies": {
19833
- "tslib": "^2.6.2"
19834
- },
19835
- "engines": {
19836
- "node": ">=18.0.0"
19837
- }
19838
- },
19839
19546
  "node_modules/oclif/node_modules/@aws-sdk/region-config-resolver/node_modules/@smithy/util-endpoints": {
19840
19547
  "version": "3.4.1",
19841
19548
  "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.4.1.tgz",
@@ -19897,33 +19604,6 @@
19897
19604
  "node": ">=20.0.0"
19898
19605
  }
19899
19606
  },
19900
- "node_modules/oclif/node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/protocol-http": {
19901
- "version": "5.3.14",
19902
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
19903
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
19904
- "dev": true,
19905
- "license": "Apache-2.0",
19906
- "dependencies": {
19907
- "@smithy/types": "^4.14.1",
19908
- "tslib": "^2.6.2"
19909
- },
19910
- "engines": {
19911
- "node": ">=18.0.0"
19912
- }
19913
- },
19914
- "node_modules/oclif/node_modules/@aws-sdk/signature-v4-multi-region/node_modules/@smithy/types": {
19915
- "version": "4.14.1",
19916
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19917
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19918
- "dev": true,
19919
- "license": "Apache-2.0",
19920
- "dependencies": {
19921
- "tslib": "^2.6.2"
19922
- },
19923
- "engines": {
19924
- "node": ">=18.0.0"
19925
- }
19926
- },
19927
19607
  "node_modules/oclif/node_modules/@aws-sdk/token-providers": {
19928
19608
  "version": "3.1032.0",
19929
19609
  "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1032.0.tgz",
@@ -19957,19 +19637,6 @@
19957
19637
  "node": ">=20.0.0"
19958
19638
  }
19959
19639
  },
19960
- "node_modules/oclif/node_modules/@aws-sdk/token-providers/node_modules/@smithy/types": {
19961
- "version": "4.14.1",
19962
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
19963
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
19964
- "dev": true,
19965
- "license": "Apache-2.0",
19966
- "dependencies": {
19967
- "tslib": "^2.6.2"
19968
- },
19969
- "engines": {
19970
- "node": ">=18.0.0"
19971
- }
19972
- },
19973
19640
  "node_modules/oclif/node_modules/@aws-sdk/util-user-agent-node": {
19974
19641
  "version": "3.973.17",
19975
19642
  "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.17.tgz",
@@ -20026,19 +19693,6 @@
20026
19693
  "node": ">=18.0.0"
20027
19694
  }
20028
19695
  },
20029
- "node_modules/oclif/node_modules/@aws-sdk/util-user-agent-node/node_modules/@smithy/types": {
20030
- "version": "4.14.1",
20031
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20032
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20033
- "dev": true,
20034
- "license": "Apache-2.0",
20035
- "dependencies": {
20036
- "tslib": "^2.6.2"
20037
- },
20038
- "engines": {
20039
- "node": ">=18.0.0"
20040
- }
20041
- },
20042
19696
  "node_modules/oclif/node_modules/@aws-sdk/xml-builder": {
20043
19697
  "version": "3.972.18",
20044
19698
  "resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.18.tgz",
@@ -20054,19 +19708,6 @@
20054
19708
  "node": ">=20.0.0"
20055
19709
  }
20056
19710
  },
20057
- "node_modules/oclif/node_modules/@aws-sdk/xml-builder/node_modules/@smithy/types": {
20058
- "version": "4.14.1",
20059
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20060
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20061
- "dev": true,
20062
- "license": "Apache-2.0",
20063
- "dependencies": {
20064
- "tslib": "^2.6.2"
20065
- },
20066
- "engines": {
20067
- "node": ">=18.0.0"
20068
- }
20069
- },
20070
19711
  "node_modules/oclif/node_modules/@oclif/core": {
20071
19712
  "version": "4.9.0",
20072
19713
  "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.9.0.tgz",
@@ -20119,33 +19760,6 @@
20119
19760
  "node": ">=18.0.0"
20120
19761
  }
20121
19762
  },
20122
- "node_modules/oclif/node_modules/@smithy/core/node_modules/@smithy/protocol-http": {
20123
- "version": "5.3.14",
20124
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
20125
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
20126
- "dev": true,
20127
- "license": "Apache-2.0",
20128
- "dependencies": {
20129
- "@smithy/types": "^4.14.1",
20130
- "tslib": "^2.6.2"
20131
- },
20132
- "engines": {
20133
- "node": ">=18.0.0"
20134
- }
20135
- },
20136
- "node_modules/oclif/node_modules/@smithy/core/node_modules/@smithy/types": {
20137
- "version": "4.14.1",
20138
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20139
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20140
- "dev": true,
20141
- "license": "Apache-2.0",
20142
- "dependencies": {
20143
- "tslib": "^2.6.2"
20144
- },
20145
- "engines": {
20146
- "node": ">=18.0.0"
20147
- }
20148
- },
20149
19763
  "node_modules/oclif/node_modules/@smithy/core/node_modules/@smithy/url-parser": {
20150
19764
  "version": "4.2.14",
20151
19765
  "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.14.tgz",
@@ -20208,19 +19822,6 @@
20208
19822
  "node": ">=18.0.0"
20209
19823
  }
20210
19824
  },
20211
- "node_modules/oclif/node_modules/@smithy/credential-provider-imds/node_modules/@smithy/types": {
20212
- "version": "4.14.1",
20213
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20214
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20215
- "dev": true,
20216
- "license": "Apache-2.0",
20217
- "dependencies": {
20218
- "tslib": "^2.6.2"
20219
- },
20220
- "engines": {
20221
- "node": ">=18.0.0"
20222
- }
20223
- },
20224
19825
  "node_modules/oclif/node_modules/@smithy/credential-provider-imds/node_modules/@smithy/url-parser": {
20225
19826
  "version": "4.2.14",
20226
19827
  "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.14.tgz",
@@ -20272,19 +19873,6 @@
20272
19873
  "node": ">=18.0.0"
20273
19874
  }
20274
19875
  },
20275
- "node_modules/oclif/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/types": {
20276
- "version": "4.14.1",
20277
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20278
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20279
- "dev": true,
20280
- "license": "Apache-2.0",
20281
- "dependencies": {
20282
- "tslib": "^2.6.2"
20283
- },
20284
- "engines": {
20285
- "node": ">=18.0.0"
20286
- }
20287
- },
20288
19876
  "node_modules/oclif/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/url-parser": {
20289
19877
  "version": "4.2.14",
20290
19878
  "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.14.tgz",
@@ -20352,33 +19940,6 @@
20352
19940
  "node": ">=18.0.0"
20353
19941
  }
20354
19942
  },
20355
- "node_modules/oclif/node_modules/@smithy/middleware-retry/node_modules/@smithy/protocol-http": {
20356
- "version": "5.3.14",
20357
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
20358
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
20359
- "dev": true,
20360
- "license": "Apache-2.0",
20361
- "dependencies": {
20362
- "@smithy/types": "^4.14.1",
20363
- "tslib": "^2.6.2"
20364
- },
20365
- "engines": {
20366
- "node": ">=18.0.0"
20367
- }
20368
- },
20369
- "node_modules/oclif/node_modules/@smithy/middleware-retry/node_modules/@smithy/types": {
20370
- "version": "4.14.1",
20371
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20372
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20373
- "dev": true,
20374
- "license": "Apache-2.0",
20375
- "dependencies": {
20376
- "tslib": "^2.6.2"
20377
- },
20378
- "engines": {
20379
- "node": ">=18.0.0"
20380
- }
20381
- },
20382
19943
  "node_modules/oclif/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-middleware": {
20383
19944
  "version": "4.2.14",
20384
19945
  "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.14.tgz",
@@ -20424,76 +19985,6 @@
20424
19985
  "node": ">=18.0.0"
20425
19986
  }
20426
19987
  },
20427
- "node_modules/oclif/node_modules/@smithy/middleware-serde/node_modules/@smithy/protocol-http": {
20428
- "version": "5.3.14",
20429
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
20430
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
20431
- "dev": true,
20432
- "license": "Apache-2.0",
20433
- "dependencies": {
20434
- "@smithy/types": "^4.14.1",
20435
- "tslib": "^2.6.2"
20436
- },
20437
- "engines": {
20438
- "node": ">=18.0.0"
20439
- }
20440
- },
20441
- "node_modules/oclif/node_modules/@smithy/middleware-serde/node_modules/@smithy/types": {
20442
- "version": "4.14.1",
20443
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20444
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20445
- "dev": true,
20446
- "license": "Apache-2.0",
20447
- "dependencies": {
20448
- "tslib": "^2.6.2"
20449
- },
20450
- "engines": {
20451
- "node": ">=18.0.0"
20452
- }
20453
- },
20454
- "node_modules/oclif/node_modules/@smithy/node-http-handler": {
20455
- "version": "4.5.3",
20456
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.5.3.tgz",
20457
- "integrity": "sha512-lc5jFL++x17sPhIwMWJ3YOnqmSjw/2Po6VLDlUIXvxVWRuJwRXnJ4jOBBLB0cfI5BB5ehIl02Fxr1PDvk/kxDw==",
20458
- "dev": true,
20459
- "license": "Apache-2.0",
20460
- "dependencies": {
20461
- "@smithy/protocol-http": "^5.3.14",
20462
- "@smithy/querystring-builder": "^4.2.14",
20463
- "@smithy/types": "^4.14.1",
20464
- "tslib": "^2.6.2"
20465
- },
20466
- "engines": {
20467
- "node": ">=18.0.0"
20468
- }
20469
- },
20470
- "node_modules/oclif/node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http": {
20471
- "version": "5.3.14",
20472
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
20473
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
20474
- "dev": true,
20475
- "license": "Apache-2.0",
20476
- "dependencies": {
20477
- "@smithy/types": "^4.14.1",
20478
- "tslib": "^2.6.2"
20479
- },
20480
- "engines": {
20481
- "node": ">=18.0.0"
20482
- }
20483
- },
20484
- "node_modules/oclif/node_modules/@smithy/node-http-handler/node_modules/@smithy/types": {
20485
- "version": "4.14.1",
20486
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20487
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20488
- "dev": true,
20489
- "license": "Apache-2.0",
20490
- "dependencies": {
20491
- "tslib": "^2.6.2"
20492
- },
20493
- "engines": {
20494
- "node": ">=18.0.0"
20495
- }
20496
- },
20497
19988
  "node_modules/oclif/node_modules/@smithy/property-provider": {
20498
19989
  "version": "4.2.14",
20499
19990
  "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-4.2.14.tgz",
@@ -20508,47 +19999,6 @@
20508
19999
  "node": ">=18.0.0"
20509
20000
  }
20510
20001
  },
20511
- "node_modules/oclif/node_modules/@smithy/property-provider/node_modules/@smithy/types": {
20512
- "version": "4.14.1",
20513
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20514
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20515
- "dev": true,
20516
- "license": "Apache-2.0",
20517
- "dependencies": {
20518
- "tslib": "^2.6.2"
20519
- },
20520
- "engines": {
20521
- "node": ">=18.0.0"
20522
- }
20523
- },
20524
- "node_modules/oclif/node_modules/@smithy/querystring-builder": {
20525
- "version": "4.2.14",
20526
- "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-4.2.14.tgz",
20527
- "integrity": "sha512-XYA5Z0IqTeF+5XDdh4BBmSA0HvbgVZIyv4cmOoUheDNR57K1HgBp9ukUMx3Cr3XpDHHpLBnexPE3LAtDsZkj2A==",
20528
- "dev": true,
20529
- "license": "Apache-2.0",
20530
- "dependencies": {
20531
- "@smithy/types": "^4.14.1",
20532
- "@smithy/util-uri-escape": "^4.2.2",
20533
- "tslib": "^2.6.2"
20534
- },
20535
- "engines": {
20536
- "node": ">=18.0.0"
20537
- }
20538
- },
20539
- "node_modules/oclif/node_modules/@smithy/querystring-builder/node_modules/@smithy/types": {
20540
- "version": "4.14.1",
20541
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20542
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20543
- "dev": true,
20544
- "license": "Apache-2.0",
20545
- "dependencies": {
20546
- "tslib": "^2.6.2"
20547
- },
20548
- "engines": {
20549
- "node": ">=18.0.0"
20550
- }
20551
- },
20552
20002
  "node_modules/oclif/node_modules/@smithy/querystring-parser": {
20553
20003
  "version": "4.2.14",
20554
20004
  "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-4.2.14.tgz",
@@ -20563,19 +20013,6 @@
20563
20013
  "node": ">=18.0.0"
20564
20014
  }
20565
20015
  },
20566
- "node_modules/oclif/node_modules/@smithy/querystring-parser/node_modules/@smithy/types": {
20567
- "version": "4.14.1",
20568
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20569
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20570
- "dev": true,
20571
- "license": "Apache-2.0",
20572
- "dependencies": {
20573
- "tslib": "^2.6.2"
20574
- },
20575
- "engines": {
20576
- "node": ">=18.0.0"
20577
- }
20578
- },
20579
20016
  "node_modules/oclif/node_modules/@smithy/service-error-classification": {
20580
20017
  "version": "4.2.14",
20581
20018
  "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-4.2.14.tgz",
@@ -20589,19 +20026,6 @@
20589
20026
  "node": ">=18.0.0"
20590
20027
  }
20591
20028
  },
20592
- "node_modules/oclif/node_modules/@smithy/service-error-classification/node_modules/@smithy/types": {
20593
- "version": "4.14.1",
20594
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20595
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20596
- "dev": true,
20597
- "license": "Apache-2.0",
20598
- "dependencies": {
20599
- "tslib": "^2.6.2"
20600
- },
20601
- "engines": {
20602
- "node": ">=18.0.0"
20603
- }
20604
- },
20605
20029
  "node_modules/oclif/node_modules/@smithy/shared-ini-file-loader": {
20606
20030
  "version": "4.4.9",
20607
20031
  "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.9.tgz",
@@ -20616,19 +20040,6 @@
20616
20040
  "node": ">=18.0.0"
20617
20041
  }
20618
20042
  },
20619
- "node_modules/oclif/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types": {
20620
- "version": "4.14.1",
20621
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20622
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20623
- "dev": true,
20624
- "license": "Apache-2.0",
20625
- "dependencies": {
20626
- "tslib": "^2.6.2"
20627
- },
20628
- "engines": {
20629
- "node": ">=18.0.0"
20630
- }
20631
- },
20632
20043
  "node_modules/oclif/node_modules/@smithy/signature-v4": {
20633
20044
  "version": "5.3.14",
20634
20045
  "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.3.14.tgz",
@@ -20649,33 +20060,6 @@
20649
20060
  "node": ">=18.0.0"
20650
20061
  }
20651
20062
  },
20652
- "node_modules/oclif/node_modules/@smithy/signature-v4/node_modules/@smithy/protocol-http": {
20653
- "version": "5.3.14",
20654
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
20655
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
20656
- "dev": true,
20657
- "license": "Apache-2.0",
20658
- "dependencies": {
20659
- "@smithy/types": "^4.14.1",
20660
- "tslib": "^2.6.2"
20661
- },
20662
- "engines": {
20663
- "node": ">=18.0.0"
20664
- }
20665
- },
20666
- "node_modules/oclif/node_modules/@smithy/signature-v4/node_modules/@smithy/types": {
20667
- "version": "4.14.1",
20668
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20669
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20670
- "dev": true,
20671
- "license": "Apache-2.0",
20672
- "dependencies": {
20673
- "tslib": "^2.6.2"
20674
- },
20675
- "engines": {
20676
- "node": ">=18.0.0"
20677
- }
20678
- },
20679
20063
  "node_modules/oclif/node_modules/@smithy/signature-v4/node_modules/@smithy/util-middleware": {
20680
20064
  "version": "4.2.14",
20681
20065
  "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.14.tgz",
@@ -20723,33 +20107,6 @@
20723
20107
  "node": ">=18.0.0"
20724
20108
  }
20725
20109
  },
20726
- "node_modules/oclif/node_modules/@smithy/smithy-client/node_modules/@smithy/protocol-http": {
20727
- "version": "5.3.14",
20728
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
20729
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
20730
- "dev": true,
20731
- "license": "Apache-2.0",
20732
- "dependencies": {
20733
- "@smithy/types": "^4.14.1",
20734
- "tslib": "^2.6.2"
20735
- },
20736
- "engines": {
20737
- "node": ">=18.0.0"
20738
- }
20739
- },
20740
- "node_modules/oclif/node_modules/@smithy/smithy-client/node_modules/@smithy/types": {
20741
- "version": "4.14.1",
20742
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20743
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20744
- "dev": true,
20745
- "license": "Apache-2.0",
20746
- "dependencies": {
20747
- "tslib": "^2.6.2"
20748
- },
20749
- "engines": {
20750
- "node": ">=18.0.0"
20751
- }
20752
- },
20753
20110
  "node_modules/oclif/node_modules/@smithy/util-defaults-mode-browser": {
20754
20111
  "version": "4.3.47",
20755
20112
  "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.47.tgz",
@@ -20766,19 +20123,6 @@
20766
20123
  "node": ">=18.0.0"
20767
20124
  }
20768
20125
  },
20769
- "node_modules/oclif/node_modules/@smithy/util-defaults-mode-browser/node_modules/@smithy/types": {
20770
- "version": "4.14.1",
20771
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20772
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20773
- "dev": true,
20774
- "license": "Apache-2.0",
20775
- "dependencies": {
20776
- "tslib": "^2.6.2"
20777
- },
20778
- "engines": {
20779
- "node": ">=18.0.0"
20780
- }
20781
- },
20782
20126
  "node_modules/oclif/node_modules/@smithy/util-defaults-mode-node": {
20783
20127
  "version": "4.2.52",
20784
20128
  "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.52.tgz",
@@ -20832,19 +20176,6 @@
20832
20176
  "node": ">=18.0.0"
20833
20177
  }
20834
20178
  },
20835
- "node_modules/oclif/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/types": {
20836
- "version": "4.14.1",
20837
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20838
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20839
- "dev": true,
20840
- "license": "Apache-2.0",
20841
- "dependencies": {
20842
- "tslib": "^2.6.2"
20843
- },
20844
- "engines": {
20845
- "node": ">=18.0.0"
20846
- }
20847
- },
20848
20179
  "node_modules/oclif/node_modules/@smithy/util-defaults-mode-node/node_modules/@smithy/util-endpoints": {
20849
20180
  "version": "3.4.1",
20850
20181
  "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-3.4.1.tgz",
@@ -20911,33 +20242,6 @@
20911
20242
  "node": ">=18.0.0"
20912
20243
  }
20913
20244
  },
20914
- "node_modules/oclif/node_modules/@smithy/util-stream/node_modules/@smithy/protocol-http": {
20915
- "version": "5.3.14",
20916
- "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-5.3.14.tgz",
20917
- "integrity": "sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==",
20918
- "dev": true,
20919
- "license": "Apache-2.0",
20920
- "dependencies": {
20921
- "@smithy/types": "^4.14.1",
20922
- "tslib": "^2.6.2"
20923
- },
20924
- "engines": {
20925
- "node": ">=18.0.0"
20926
- }
20927
- },
20928
- "node_modules/oclif/node_modules/@smithy/util-stream/node_modules/@smithy/types": {
20929
- "version": "4.14.1",
20930
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
20931
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
20932
- "dev": true,
20933
- "license": "Apache-2.0",
20934
- "dependencies": {
20935
- "tslib": "^2.6.2"
20936
- },
20937
- "engines": {
20938
- "node": ">=18.0.0"
20939
- }
20940
- },
20941
20245
  "node_modules/oclif/node_modules/balanced-match": {
20942
20246
  "version": "4.0.4",
20943
20247
  "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
package/oclif.lock CHANGED
@@ -3015,20 +3015,10 @@
3015
3015
  "@smithy/types" "^4.14.1"
3016
3016
  tslib "^2.6.2"
3017
3017
 
3018
- "@smithy/node-http-handler@^4.4.16", "@smithy/node-http-handler@^4.5.1":
3019
- version "4.5.1"
3020
- resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.5.1.tgz#9f05b4478ccfc6db82af37579a36fa48ee8f6067"
3021
- integrity sha512-ejjxdAXjkPIs9lyYyVutOGNOraqUE9v/NjGMKwwFrfOM354wfSD8lmlj8hVwUzQmlLLF4+udhfCX9Exnbmvfzw==
3022
- dependencies:
3023
- "@smithy/protocol-http" "^5.3.12"
3024
- "@smithy/querystring-builder" "^4.2.12"
3025
- "@smithy/types" "^4.13.1"
3026
- tslib "^2.6.2"
3027
-
3028
- "@smithy/node-http-handler@^4.5.0", "@smithy/node-http-handler@^4.5.3":
3029
- version "4.5.3"
3030
- resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.5.3.tgz#a0f7263fb8ecb0fd5dea03f770ec99d3a4c4efdc"
3031
- integrity sha512-lc5jFL++x17sPhIwMWJ3YOnqmSjw/2Po6VLDlUIXvxVWRuJwRXnJ4jOBBLB0cfI5BB5ehIl02Fxr1PDvk/kxDw==
3018
+ "@smithy/node-http-handler@^4.4.16", "@smithy/node-http-handler@^4.5.0", "@smithy/node-http-handler@^4.5.1", "@smithy/node-http-handler@^4.5.3", "@smithy/node-http-handler@^4.6.1":
3019
+ version "4.6.1"
3020
+ resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.6.1.tgz#cb25b9445e46294a6f0dfb1566dbf2a1a19510af"
3021
+ integrity sha512-iB+orM4x3xrr57X3YaXazfKnntl0LHlZB1kcXSGzMV1Tt0+YwEjGlbjk/44qEGtBzXAz6yFDzkYTKSV6Pj2HUg==
3032
3022
  dependencies:
3033
3023
  "@smithy/protocol-http" "^5.3.14"
3034
3024
  "@smithy/querystring-builder" "^4.2.14"
@@ -3051,15 +3041,7 @@
3051
3041
  "@smithy/types" "^4.14.1"
3052
3042
  tslib "^2.6.2"
3053
3043
 
3054
- "@smithy/protocol-http@^5.3.12":
3055
- version "5.3.12"
3056
- resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.12.tgz#c913053e7dfbac6cdd7f374f0b4f5aa7c518d0e1"
3057
- integrity sha512-fit0GZK9I1xoRlR4jXmbLhoN0OdEpa96ul8M65XdmXnxXkuMxM0Y8HDT0Fh0Xb4I85MBvBClOzgSrV1X2s1Hxw==
3058
- dependencies:
3059
- "@smithy/types" "^4.13.1"
3060
- tslib "^2.6.2"
3061
-
3062
- "@smithy/protocol-http@^5.3.14":
3044
+ "@smithy/protocol-http@^5.3.12", "@smithy/protocol-http@^5.3.14":
3063
3045
  version "5.3.14"
3064
3046
  resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.14.tgz#ed1e65cdb0fffb7fd00dce997c04baa236f180cc"
3065
3047
  integrity sha512-dN5F8kHx8RNU0r+pCwNmFZyz6ChjMkzShy/zup6MtkRmmix4vZzJdW+di7x//b1LiynIev88FM18ie+wwPcQtQ==
@@ -3067,16 +3049,7 @@
3067
3049
  "@smithy/types" "^4.14.1"
3068
3050
  tslib "^2.6.2"
3069
3051
 
3070
- "@smithy/querystring-builder@^4.2.12":
3071
- version "4.2.12"
3072
- resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.12.tgz#20a0266b151a4b58409f901e1463257a72835c16"
3073
- integrity sha512-6wTZjGABQufekycfDGMEB84BgtdOE/rCVTov+EDXQ8NHKTUNIp/j27IliwP7tjIU9LR+sSzyGBOXjeEtVgzCHg==
3074
- dependencies:
3075
- "@smithy/types" "^4.13.1"
3076
- "@smithy/util-uri-escape" "^4.2.2"
3077
- tslib "^2.6.2"
3078
-
3079
- "@smithy/querystring-builder@^4.2.14":
3052
+ "@smithy/querystring-builder@^4.2.12", "@smithy/querystring-builder@^4.2.14":
3080
3053
  version "4.2.14"
3081
3054
  resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.14.tgz#102429e0fb004108babf219edfcf6f111e66d782"
3082
3055
  integrity sha512-XYA5Z0IqTeF+5XDdh4BBmSA0HvbgVZIyv4cmOoUheDNR57K1HgBp9ukUMx3Cr3XpDHHpLBnexPE3LAtDsZkj2A==
@@ -3185,14 +3158,7 @@
3185
3158
  "@smithy/util-stream" "^4.5.21"
3186
3159
  tslib "^2.6.2"
3187
3160
 
3188
- "@smithy/types@^4.11.0", "@smithy/types@^4.13.1":
3189
- version "4.13.1"
3190
- resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.13.1.tgz#8aaf15bb0f42b4e7c93c87018a3678a06d74691d"
3191
- integrity sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g==
3192
- dependencies:
3193
- tslib "^2.6.2"
3194
-
3195
- "@smithy/types@^4.14.1":
3161
+ "@smithy/types@^4.11.0", "@smithy/types@^4.13.1", "@smithy/types@^4.14.1":
3196
3162
  version "4.14.1"
3197
3163
  resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.1.tgz#aba92b4cdb406f2a2b062e82f1e3728d809a7c23"
3198
3164
  integrity sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.8.12"
1393
+ "version": "5.8.13"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.8.12",
4
+ "version": "5.8.13",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.6",
23
23
  "@salesforce/ts-types": "^2.0.10",
24
- "@smithy/node-http-handler": "^4.4.16",
24
+ "@smithy/node-http-handler": "^4.6.1",
25
25
  "@smithy/types": "^4.11.0",
26
26
  "chalk": "^5.6.0",
27
27
  "commit-and-tag-version": "^12.7.1",