@salesforce/plugin-release-management 5.8.21 → 5.8.23

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.21/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.21/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.23/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.21/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.23/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.21/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.23/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.21/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.23/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.21/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.23/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.21/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.21/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.23/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.21/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.23/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.21/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.23/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.21/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.23/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.21/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/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.21/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.23/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.21/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.23/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.21/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.23/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.21/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.8.23/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.8.21",
3
+ "version": "5.8.23",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.8.21",
9
+ "version": "5.8.23",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1024.0",
13
- "@oclif/core": "^4.10.4",
13
+ "@oclif/core": "^4.11.3",
14
14
  "@octokit/core": "^6.1.6",
15
15
  "@octokit/plugin-paginate-rest": "^11.6.0",
16
16
  "@octokit/plugin-throttling": "^9.6.1",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.10",
23
23
  "@salesforce/ts-types": "^2.0.10",
24
- "@smithy/node-http-handler": "^4.6.1",
24
+ "@smithy/node-http-handler": "^4.7.3",
25
25
  "@smithy/types": "^4.11.0",
26
26
  "chalk": "^5.6.0",
27
27
  "commit-and-tag-version": "^12.7.1",
@@ -38,7 +38,7 @@
38
38
  "sf-release": "bin/run.js"
39
39
  },
40
40
  "devDependencies": {
41
- "@oclif/plugin-command-snapshot": "^5.3.15",
41
+ "@oclif/plugin-command-snapshot": "^5.3.20",
42
42
  "@salesforce/dev-scripts": "^10.2.4",
43
43
  "@salesforce/ts-sinon": "^1.4.34",
44
44
  "@types/semver": "^7.7.0",
@@ -4036,9 +4036,9 @@
4036
4036
  }
4037
4037
  },
4038
4038
  "node_modules/@oclif/core": {
4039
- "version": "4.11.0",
4040
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.0.tgz",
4041
- "integrity": "sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==",
4039
+ "version": "4.11.3",
4040
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
4041
+ "integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
4042
4042
  "license": "MIT",
4043
4043
  "dependencies": {
4044
4044
  "ansi-escapes": "^4.3.2",
@@ -4052,10 +4052,10 @@
4052
4052
  "is-wsl": "^2.2.0",
4053
4053
  "lilconfig": "^3.1.3",
4054
4054
  "minimatch": "^10.2.5",
4055
- "semver": "^7.7.3",
4055
+ "semver": "^7.8.0",
4056
4056
  "string-width": "^4.2.3",
4057
4057
  "supports-color": "^8",
4058
- "tinyglobby": "^0.2.14",
4058
+ "tinyglobby": "^0.2.16",
4059
4059
  "widest-line": "^3.1.0",
4060
4060
  "wordwrap": "^1.0.0",
4061
4061
  "wrap-ansi": "^7.0.0"
@@ -4116,9 +4116,9 @@
4116
4116
  }
4117
4117
  },
4118
4118
  "node_modules/@oclif/plugin-command-snapshot": {
4119
- "version": "5.3.15",
4120
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
4121
- "integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
4119
+ "version": "5.3.20",
4120
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz",
4121
+ "integrity": "sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==",
4122
4122
  "dev": true,
4123
4123
  "license": "MIT",
4124
4124
  "dependencies": {
@@ -4129,7 +4129,7 @@
4129
4129
  "lodash.difference": "^4.5.0",
4130
4130
  "lodash.get": "^4.4.2",
4131
4131
  "lodash.sortby": "^4.7.0",
4132
- "semver": "^7.7.4",
4132
+ "semver": "^7.8.0",
4133
4133
  "ts-json-schema-generator": "^1.5.1"
4134
4134
  },
4135
4135
  "bin": {
@@ -4910,68 +4910,6 @@
4910
4910
  "integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
4911
4911
  "license": "MIT"
4912
4912
  },
4913
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/string-width": {
4914
- "version": "8.2.1",
4915
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
4916
- "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
4917
- "license": "MIT",
4918
- "dependencies": {
4919
- "get-east-asian-width": "^1.5.0",
4920
- "strip-ansi": "^7.1.2"
4921
- },
4922
- "engines": {
4923
- "node": ">=20"
4924
- },
4925
- "funding": {
4926
- "url": "https://github.com/sponsors/sindresorhus"
4927
- }
4928
- },
4929
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi": {
4930
- "version": "9.0.2",
4931
- "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
4932
- "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
4933
- "license": "MIT",
4934
- "dependencies": {
4935
- "ansi-styles": "^6.2.1",
4936
- "string-width": "^7.0.0",
4937
- "strip-ansi": "^7.1.0"
4938
- },
4939
- "engines": {
4940
- "node": ">=18"
4941
- },
4942
- "funding": {
4943
- "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
4944
- }
4945
- },
4946
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/get-east-asian-width": {
4947
- "version": "1.2.0",
4948
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
4949
- "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
4950
- "license": "MIT",
4951
- "engines": {
4952
- "node": ">=18"
4953
- },
4954
- "funding": {
4955
- "url": "https://github.com/sponsors/sindresorhus"
4956
- }
4957
- },
4958
- "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/string-width": {
4959
- "version": "7.2.0",
4960
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
4961
- "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
4962
- "license": "MIT",
4963
- "dependencies": {
4964
- "emoji-regex": "^10.3.0",
4965
- "get-east-asian-width": "^1.0.0",
4966
- "strip-ansi": "^7.1.0"
4967
- },
4968
- "engines": {
4969
- "node": ">=18"
4970
- },
4971
- "funding": {
4972
- "url": "https://github.com/sponsors/sindresorhus"
4973
- }
4974
- },
4975
4913
  "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
4976
4914
  "version": "8.30.0",
4977
4915
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.0.tgz",
@@ -5023,47 +4961,6 @@
5023
4961
  "node": ">=18.0.0"
5024
4962
  }
5025
4963
  },
5026
- "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
5027
- "version": "4.11.2",
5028
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.2.tgz",
5029
- "integrity": "sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==",
5030
- "license": "MIT",
5031
- "dependencies": {
5032
- "ansi-escapes": "^4.3.2",
5033
- "ansis": "^3.17.0",
5034
- "clean-stack": "^3.0.1",
5035
- "cli-spinners": "^2.9.2",
5036
- "debug": "^4.4.3",
5037
- "ejs": "^3.1.10",
5038
- "get-package-type": "^0.1.0",
5039
- "indent-string": "^4.0.0",
5040
- "is-wsl": "^2.2.0",
5041
- "lilconfig": "^3.1.3",
5042
- "minimatch": "^10.2.5",
5043
- "semver": "^7.8.0",
5044
- "string-width": "^4.2.3",
5045
- "supports-color": "^8",
5046
- "tinyglobby": "^0.2.14",
5047
- "widest-line": "^3.1.0",
5048
- "wordwrap": "^1.0.0",
5049
- "wrap-ansi": "^7.0.0"
5050
- },
5051
- "engines": {
5052
- "node": ">=18.0.0"
5053
- }
5054
- },
5055
- "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core/node_modules/semver": {
5056
- "version": "7.8.0",
5057
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
5058
- "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
5059
- "license": "ISC",
5060
- "bin": {
5061
- "semver": "bin/semver.js"
5062
- },
5063
- "engines": {
5064
- "node": ">=10"
5065
- }
5066
- },
5067
4964
  "node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
5068
4965
  "version": "6.0.1",
5069
4966
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
@@ -5076,27 +4973,6 @@
5076
4973
  "url": "https://github.com/chalk/ansi-regex?sponsor=1"
5077
4974
  }
5078
4975
  },
5079
- "node_modules/@salesforce/plugin-command-reference/node_modules/balanced-match": {
5080
- "version": "4.0.4",
5081
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
5082
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
5083
- "license": "MIT",
5084
- "engines": {
5085
- "node": "18 || 20 || >=22"
5086
- }
5087
- },
5088
- "node_modules/@salesforce/plugin-command-reference/node_modules/brace-expansion": {
5089
- "version": "5.0.5",
5090
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
5091
- "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
5092
- "license": "MIT",
5093
- "dependencies": {
5094
- "balanced-match": "^4.0.2"
5095
- },
5096
- "engines": {
5097
- "node": "18 || 20 || >=22"
5098
- }
5099
- },
5100
4976
  "node_modules/@salesforce/plugin-command-reference/node_modules/emoji-regex": {
5101
4977
  "version": "10.3.0",
5102
4978
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
@@ -5115,19 +4991,20 @@
5115
4991
  "url": "https://github.com/sponsors/sindresorhus"
5116
4992
  }
5117
4993
  },
5118
- "node_modules/@salesforce/plugin-command-reference/node_modules/minimatch": {
5119
- "version": "10.2.5",
5120
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
5121
- "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
5122
- "license": "BlueOak-1.0.0",
4994
+ "node_modules/@salesforce/plugin-command-reference/node_modules/string-width": {
4995
+ "version": "8.2.1",
4996
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
4997
+ "integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
4998
+ "license": "MIT",
5123
4999
  "dependencies": {
5124
- "brace-expansion": "^5.0.5"
5000
+ "get-east-asian-width": "^1.5.0",
5001
+ "strip-ansi": "^7.1.2"
5125
5002
  },
5126
5003
  "engines": {
5127
- "node": "18 || 20 || >=22"
5004
+ "node": ">=20"
5128
5005
  },
5129
5006
  "funding": {
5130
- "url": "https://github.com/sponsors/isaacs"
5007
+ "url": "https://github.com/sponsors/sindresorhus"
5131
5008
  }
5132
5009
  },
5133
5010
  "node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
@@ -5145,19 +5022,50 @@
5145
5022
  "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5146
5023
  }
5147
5024
  },
5148
- "node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
5149
- "version": "8.1.1",
5150
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
5151
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
5025
+ "node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi": {
5026
+ "version": "9.0.2",
5027
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
5028
+ "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
5152
5029
  "license": "MIT",
5153
5030
  "dependencies": {
5154
- "has-flag": "^4.0.0"
5031
+ "ansi-styles": "^6.2.1",
5032
+ "string-width": "^7.0.0",
5033
+ "strip-ansi": "^7.1.0"
5155
5034
  },
5156
5035
  "engines": {
5157
- "node": ">=10"
5036
+ "node": ">=18"
5158
5037
  },
5159
5038
  "funding": {
5160
- "url": "https://github.com/chalk/supports-color?sponsor=1"
5039
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5040
+ }
5041
+ },
5042
+ "node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi/node_modules/get-east-asian-width": {
5043
+ "version": "1.2.0",
5044
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
5045
+ "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
5046
+ "license": "MIT",
5047
+ "engines": {
5048
+ "node": ">=18"
5049
+ },
5050
+ "funding": {
5051
+ "url": "https://github.com/sponsors/sindresorhus"
5052
+ }
5053
+ },
5054
+ "node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi/node_modules/string-width": {
5055
+ "version": "7.2.0",
5056
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5057
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5058
+ "license": "MIT",
5059
+ "dependencies": {
5060
+ "emoji-regex": "^10.3.0",
5061
+ "get-east-asian-width": "^1.0.0",
5062
+ "strip-ansi": "^7.1.0"
5063
+ },
5064
+ "engines": {
5065
+ "node": ">=18"
5066
+ },
5067
+ "funding": {
5068
+ "url": "https://github.com/sponsors/sindresorhus"
5161
5069
  }
5162
5070
  },
5163
5071
  "node_modules/@salesforce/plugin-info": {
@@ -5588,20 +5496,13 @@
5588
5496
  }
5589
5497
  },
5590
5498
  "node_modules/@smithy/core": {
5591
- "version": "3.23.13",
5592
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.13.tgz",
5593
- "integrity": "sha512-J+2TT9D6oGsUVXVEMvz8h2EmdVnkBiy2auCie4aSJMvKlzUtO5hqjEzXhoCUkIMo7gAYjbQcN0g/MMSXEhDs1Q==",
5499
+ "version": "3.24.3",
5500
+ "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.24.3.tgz",
5501
+ "integrity": "sha512-Ep/7tPamGY8mgESE3LyLKtxJyy6U52WWAqr/3wial47Sj4u3PiIF73AOGI27UyLy9duTkhZbgzodOfLV4TduZg==",
5594
5502
  "license": "Apache-2.0",
5595
5503
  "dependencies": {
5596
- "@smithy/protocol-http": "^5.3.12",
5597
- "@smithy/types": "^4.13.1",
5598
- "@smithy/url-parser": "^4.2.12",
5599
- "@smithy/util-base64": "^4.3.2",
5600
- "@smithy/util-body-length-browser": "^4.2.2",
5601
- "@smithy/util-middleware": "^4.2.12",
5602
- "@smithy/util-stream": "^4.5.21",
5603
- "@smithy/util-utf8": "^4.2.2",
5604
- "@smithy/uuid": "^1.1.2",
5504
+ "@aws-crypto/crc32": "5.2.0",
5505
+ "@smithy/types": "^4.14.2",
5605
5506
  "tslib": "^2.6.2"
5606
5507
  },
5607
5508
  "engines": {
@@ -5890,14 +5791,13 @@
5890
5791
  }
5891
5792
  },
5892
5793
  "node_modules/@smithy/node-http-handler": {
5893
- "version": "4.6.1",
5894
- "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.6.1.tgz",
5895
- "integrity": "sha512-iB+orM4x3xrr57X3YaXazfKnntl0LHlZB1kcXSGzMV1Tt0+YwEjGlbjk/44qEGtBzXAz6yFDzkYTKSV6Pj2HUg==",
5794
+ "version": "4.7.3",
5795
+ "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz",
5796
+ "integrity": "sha512-/jPhevcTFPMVl6KNjbaI47iOg1zxC7IsnX4PQDGVZKMFceOXtB8IEYaB7a9VvkP/3oC60WzTeKocvSI7vLT0vA==",
5896
5797
  "license": "Apache-2.0",
5897
5798
  "dependencies": {
5898
- "@smithy/protocol-http": "^5.3.14",
5899
- "@smithy/querystring-builder": "^4.2.14",
5900
- "@smithy/types": "^4.14.1",
5799
+ "@smithy/core": "^3.24.3",
5800
+ "@smithy/types": "^4.14.2",
5901
5801
  "tslib": "^2.6.2"
5902
5802
  },
5903
5803
  "engines": {
@@ -6020,9 +5920,9 @@
6020
5920
  }
6021
5921
  },
6022
5922
  "node_modules/@smithy/types": {
6023
- "version": "4.14.1",
6024
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.1.tgz",
6025
- "integrity": "sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==",
5923
+ "version": "4.14.2",
5924
+ "resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.2.tgz",
5925
+ "integrity": "sha512-P+otAxbV4CqBybp7EkcJCrig63yE2E7PuNVOmilVMRcx/O+QDzGULTrKsq4DV13gSfak9ObPrWaHl/9bL5YcWw==",
6026
5926
  "license": "Apache-2.0",
6027
5927
  "dependencies": {
6028
5928
  "tslib": "^2.6.2"
@@ -20052,57 +19952,6 @@
20052
19952
  "node": ">=18.0.0"
20053
19953
  }
20054
19954
  },
20055
- "node_modules/oclif/node_modules/@smithy/core": {
20056
- "version": "3.23.15",
20057
- "resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.23.15.tgz",
20058
- "integrity": "sha512-E7GVCgsQttzfujEZb6Qep005wWf4xiL4x06apFEtzQMWYBPggZh/0cnOxPficw5cuK/YjjkehKoIN4YUaSh0UQ==",
20059
- "dev": true,
20060
- "license": "Apache-2.0",
20061
- "dependencies": {
20062
- "@smithy/protocol-http": "^5.3.14",
20063
- "@smithy/types": "^4.14.1",
20064
- "@smithy/url-parser": "^4.2.14",
20065
- "@smithy/util-base64": "^4.3.2",
20066
- "@smithy/util-body-length-browser": "^4.2.2",
20067
- "@smithy/util-middleware": "^4.2.14",
20068
- "@smithy/util-stream": "^4.5.23",
20069
- "@smithy/util-utf8": "^4.2.2",
20070
- "@smithy/uuid": "^1.1.2",
20071
- "tslib": "^2.6.2"
20072
- },
20073
- "engines": {
20074
- "node": ">=18.0.0"
20075
- }
20076
- },
20077
- "node_modules/oclif/node_modules/@smithy/core/node_modules/@smithy/url-parser": {
20078
- "version": "4.2.14",
20079
- "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-4.2.14.tgz",
20080
- "integrity": "sha512-p06BiBigJ8bTA3MgnOfCtDUWnAMY0YfedO/GRpmc7p+wg3KW8vbXy1xwSu5ASy0wV7rRYtlfZOIKH4XqfhjSQQ==",
20081
- "dev": true,
20082
- "license": "Apache-2.0",
20083
- "dependencies": {
20084
- "@smithy/querystring-parser": "^4.2.14",
20085
- "@smithy/types": "^4.14.1",
20086
- "tslib": "^2.6.2"
20087
- },
20088
- "engines": {
20089
- "node": ">=18.0.0"
20090
- }
20091
- },
20092
- "node_modules/oclif/node_modules/@smithy/core/node_modules/@smithy/util-middleware": {
20093
- "version": "4.2.14",
20094
- "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-4.2.14.tgz",
20095
- "integrity": "sha512-1Su2vj9RYNDEv/V+2E+jXkkwGsgR7dc4sfHn9Z7ruzQHJIEni9zzw5CauvRXlFJfmgcqYP8fWa0dkh2Q2YaQyw==",
20096
- "dev": true,
20097
- "license": "Apache-2.0",
20098
- "dependencies": {
20099
- "@smithy/types": "^4.14.1",
20100
- "tslib": "^2.6.2"
20101
- },
20102
- "engines": {
20103
- "node": ">=18.0.0"
20104
- }
20105
- },
20106
19955
  "node_modules/oclif/node_modules/@smithy/credential-provider-imds": {
20107
19956
  "version": "4.2.14",
20108
19957
  "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.14.tgz",
@@ -20583,9 +20432,9 @@
20583
20432
  }
20584
20433
  },
20585
20434
  "node_modules/oclif/node_modules/brace-expansion": {
20586
- "version": "5.0.4",
20587
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
20588
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
20435
+ "version": "5.0.5",
20436
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
20437
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
20589
20438
  "dev": true,
20590
20439
  "license": "MIT",
20591
20440
  "dependencies": {
@@ -20609,13 +20458,13 @@
20609
20458
  }
20610
20459
  },
20611
20460
  "node_modules/oclif/node_modules/minimatch": {
20612
- "version": "10.2.4",
20613
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
20614
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
20461
+ "version": "10.2.5",
20462
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
20463
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
20615
20464
  "dev": true,
20616
20465
  "license": "BlueOak-1.0.0",
20617
20466
  "dependencies": {
20618
- "brace-expansion": "^5.0.2"
20467
+ "brace-expansion": "^5.0.5"
20619
20468
  },
20620
20469
  "engines": {
20621
20470
  "node": "18 || 20 || >=22"
@@ -22457,9 +22306,9 @@
22457
22306
  "license": "BSD-3-Clause"
22458
22307
  },
22459
22308
  "node_modules/semver": {
22460
- "version": "7.7.4",
22461
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
22462
- "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
22309
+ "version": "7.8.0",
22310
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
22311
+ "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
22463
22312
  "license": "ISC",
22464
22313
  "bin": {
22465
22314
  "semver": "bin/semver.js"
@@ -23492,13 +23341,13 @@
23492
23341
  "license": "MIT"
23493
23342
  },
23494
23343
  "node_modules/tinyglobby": {
23495
- "version": "0.2.14",
23496
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
23497
- "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
23344
+ "version": "0.2.16",
23345
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
23346
+ "integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
23498
23347
  "license": "MIT",
23499
23348
  "dependencies": {
23500
- "fdir": "^6.4.4",
23501
- "picomatch": "^4.0.2"
23349
+ "fdir": "^6.5.0",
23350
+ "picomatch": "^4.0.4"
23502
23351
  },
23503
23352
  "engines": {
23504
23353
  "node": ">=12.0.0"
@@ -23508,10 +23357,13 @@
23508
23357
  }
23509
23358
  },
23510
23359
  "node_modules/tinyglobby/node_modules/fdir": {
23511
- "version": "6.4.5",
23512
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
23513
- "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
23360
+ "version": "6.5.0",
23361
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
23362
+ "integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
23514
23363
  "license": "MIT",
23364
+ "engines": {
23365
+ "node": ">=12.0.0"
23366
+ },
23515
23367
  "peerDependencies": {
23516
23368
  "picomatch": "^3 || ^4"
23517
23369
  },
@@ -23522,9 +23374,9 @@
23522
23374
  }
23523
23375
  },
23524
23376
  "node_modules/tinyglobby/node_modules/picomatch": {
23525
- "version": "4.0.2",
23526
- "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
23527
- "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
23377
+ "version": "4.0.4",
23378
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
23379
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
23528
23380
  "license": "MIT",
23529
23381
  "engines": {
23530
23382
  "node": ">=12"
package/oclif.lock CHANGED
@@ -2130,34 +2130,10 @@
2130
2130
  wordwrap "^1.0.0"
2131
2131
  wrap-ansi "^7.0.0"
2132
2132
 
2133
- "@oclif/core@^4", "@oclif/core@^4.10.4", "@oclif/core@^4.10.5", "@oclif/core@^4.10.6":
2134
- version "4.11.0"
2135
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.0.tgz#262102cbdabfe0f83eba5381a4ffcd34d779921a"
2136
- integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==
2137
- dependencies:
2138
- ansi-escapes "^4.3.2"
2139
- ansis "^3.17.0"
2140
- clean-stack "^3.0.1"
2141
- cli-spinners "^2.9.2"
2142
- debug "^4.4.3"
2143
- ejs "^3.1.10"
2144
- get-package-type "^0.1.0"
2145
- indent-string "^4.0.0"
2146
- is-wsl "^2.2.0"
2147
- lilconfig "^3.1.3"
2148
- minimatch "^10.2.5"
2149
- semver "^7.7.3"
2150
- string-width "^4.2.3"
2151
- supports-color "^8"
2152
- tinyglobby "^0.2.14"
2153
- widest-line "^3.1.0"
2154
- wordwrap "^1.0.0"
2155
- wrap-ansi "^7.0.0"
2156
-
2157
- "@oclif/core@^4.11.2":
2158
- version "4.11.2"
2159
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.2.tgz#c8062fc16f0d82c247f60670364026483a48d522"
2160
- integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
2133
+ "@oclif/core@^4", "@oclif/core@^4.10.5", "@oclif/core@^4.10.6", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3":
2134
+ version "4.11.3"
2135
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
2136
+ integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
2161
2137
  dependencies:
2162
2138
  ansi-escapes "^4.3.2"
2163
2139
  ansis "^3.17.0"
@@ -2173,15 +2149,15 @@
2173
2149
  semver "^7.8.0"
2174
2150
  string-width "^4.2.3"
2175
2151
  supports-color "^8"
2176
- tinyglobby "^0.2.14"
2152
+ tinyglobby "^0.2.16"
2177
2153
  widest-line "^3.1.0"
2178
2154
  wordwrap "^1.0.0"
2179
2155
  wrap-ansi "^7.0.0"
2180
2156
 
2181
- "@oclif/plugin-command-snapshot@^5.3.15":
2182
- version "5.3.15"
2183
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e"
2184
- integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
2157
+ "@oclif/plugin-command-snapshot@^5.3.20":
2158
+ version "5.3.20"
2159
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz#533e779070c852255dbdd68f3e71e2e53a43dabe"
2160
+ integrity sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==
2185
2161
  dependencies:
2186
2162
  "@oclif/core" "^4"
2187
2163
  ansis "^3.17.0"
@@ -2190,7 +2166,7 @@
2190
2166
  lodash.difference "^4.5.0"
2191
2167
  lodash.get "^4.4.2"
2192
2168
  lodash.sortby "^4.7.0"
2193
- semver "^7.7.4"
2169
+ semver "^7.8.0"
2194
2170
  ts-json-schema-generator "^1.5.1"
2195
2171
 
2196
2172
  "@oclif/plugin-help@^6.2.38":
@@ -2783,36 +2759,13 @@
2783
2759
  "@smithy/util-middleware" "^4.2.14"
2784
2760
  tslib "^2.6.2"
2785
2761
 
2786
- "@smithy/core@^3.23.11", "@smithy/core@^3.23.13":
2787
- version "3.23.13"
2788
- resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.23.13.tgz#343e0d78b907f463b560d9e50d8ae16456281830"
2789
- integrity sha512-J+2TT9D6oGsUVXVEMvz8h2EmdVnkBiy2auCie4aSJMvKlzUtO5hqjEzXhoCUkIMo7gAYjbQcN0g/MMSXEhDs1Q==
2762
+ "@smithy/core@^3.23.11", "@smithy/core@^3.23.12", "@smithy/core@^3.23.13", "@smithy/core@^3.23.15", "@smithy/core@^3.24.3":
2763
+ version "3.24.3"
2764
+ resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.24.3.tgz#c9689ce6d64b40eee594a259b4504f1a357f6a54"
2765
+ integrity sha512-Ep/7tPamGY8mgESE3LyLKtxJyy6U52WWAqr/3wial47Sj4u3PiIF73AOGI27UyLy9duTkhZbgzodOfLV4TduZg==
2790
2766
  dependencies:
2791
- "@smithy/protocol-http" "^5.3.12"
2792
- "@smithy/types" "^4.13.1"
2793
- "@smithy/url-parser" "^4.2.12"
2794
- "@smithy/util-base64" "^4.3.2"
2795
- "@smithy/util-body-length-browser" "^4.2.2"
2796
- "@smithy/util-middleware" "^4.2.12"
2797
- "@smithy/util-stream" "^4.5.21"
2798
- "@smithy/util-utf8" "^4.2.2"
2799
- "@smithy/uuid" "^1.1.2"
2800
- tslib "^2.6.2"
2801
-
2802
- "@smithy/core@^3.23.12", "@smithy/core@^3.23.15":
2803
- version "3.23.15"
2804
- resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.23.15.tgz#fdce4411531d4df07f275e96b6fe116583195c84"
2805
- integrity sha512-E7GVCgsQttzfujEZb6Qep005wWf4xiL4x06apFEtzQMWYBPggZh/0cnOxPficw5cuK/YjjkehKoIN4YUaSh0UQ==
2806
- dependencies:
2807
- "@smithy/protocol-http" "^5.3.14"
2808
- "@smithy/types" "^4.14.1"
2809
- "@smithy/url-parser" "^4.2.14"
2810
- "@smithy/util-base64" "^4.3.2"
2811
- "@smithy/util-body-length-browser" "^4.2.2"
2812
- "@smithy/util-middleware" "^4.2.14"
2813
- "@smithy/util-stream" "^4.5.23"
2814
- "@smithy/util-utf8" "^4.2.2"
2815
- "@smithy/uuid" "^1.1.2"
2767
+ "@aws-crypto/crc32" "5.2.0"
2768
+ "@smithy/types" "^4.14.2"
2816
2769
  tslib "^2.6.2"
2817
2770
 
2818
2771
  "@smithy/credential-provider-imds@^4.2.12":
@@ -3115,14 +3068,13 @@
3115
3068
  "@smithy/types" "^4.14.1"
3116
3069
  tslib "^2.6.2"
3117
3070
 
3118
- "@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":
3119
- version "4.6.1"
3120
- resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.6.1.tgz#cb25b9445e46294a6f0dfb1566dbf2a1a19510af"
3121
- integrity sha512-iB+orM4x3xrr57X3YaXazfKnntl0LHlZB1kcXSGzMV1Tt0+YwEjGlbjk/44qEGtBzXAz6yFDzkYTKSV6Pj2HUg==
3071
+ "@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.7.3":
3072
+ version "4.7.3"
3073
+ resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz#ebdfaad62fe4e5bde19824490f9f590d446b746a"
3074
+ integrity sha512-/jPhevcTFPMVl6KNjbaI47iOg1zxC7IsnX4PQDGVZKMFceOXtB8IEYaB7a9VvkP/3oC60WzTeKocvSI7vLT0vA==
3122
3075
  dependencies:
3123
- "@smithy/protocol-http" "^5.3.14"
3124
- "@smithy/querystring-builder" "^4.2.14"
3125
- "@smithy/types" "^4.14.1"
3076
+ "@smithy/core" "^3.24.3"
3077
+ "@smithy/types" "^4.14.2"
3126
3078
  tslib "^2.6.2"
3127
3079
 
3128
3080
  "@smithy/property-provider@^4.2.12":
@@ -3258,10 +3210,10 @@
3258
3210
  "@smithy/util-stream" "^4.5.21"
3259
3211
  tslib "^2.6.2"
3260
3212
 
3261
- "@smithy/types@^4.11.0", "@smithy/types@^4.13.1", "@smithy/types@^4.14.1":
3262
- version "4.14.1"
3263
- resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.1.tgz#aba92b4cdb406f2a2b062e82f1e3728d809a7c23"
3264
- integrity sha512-59b5HtSVrVR/eYNei3BUj3DCPKD/G7EtDDe7OEJE7i7FtQFugYo6MxbotS8mVJkLNVf8gYaAlEBwwtJ9HzhWSg==
3213
+ "@smithy/types@^4.11.0", "@smithy/types@^4.13.1", "@smithy/types@^4.14.1", "@smithy/types@^4.14.2":
3214
+ version "4.14.2"
3215
+ resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.14.2.tgz#6034ff1e0e52bfb7d744ac371b651a8bf21f30f1"
3216
+ integrity sha512-P+otAxbV4CqBybp7EkcJCrig63yE2E7PuNVOmilVMRcx/O+QDzGULTrKsq4DV13gSfak9ObPrWaHl/9bL5YcWw==
3265
3217
  dependencies:
3266
3218
  tslib "^2.6.2"
3267
3219
 
@@ -4239,13 +4191,6 @@ brace-expansion@^4.0.0:
4239
4191
  dependencies:
4240
4192
  balanced-match "^3.0.0"
4241
4193
 
4242
- brace-expansion@^5.0.2:
4243
- version "5.0.4"
4244
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
4245
- integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
4246
- dependencies:
4247
- balanced-match "^4.0.2"
4248
-
4249
4194
  brace-expansion@^5.0.5:
4250
4195
  version "5.0.5"
4251
4196
  resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
@@ -5895,10 +5840,10 @@ faye@^1.4.0, faye@^1.4.1:
5895
5840
  tough-cookie "*"
5896
5841
  tunnel-agent "*"
5897
5842
 
5898
- fdir@^6.4.4:
5899
- version "6.4.5"
5900
- resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
5901
- integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
5843
+ fdir@^6.5.0:
5844
+ version "6.5.0"
5845
+ resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
5846
+ integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
5902
5847
 
5903
5848
  figures@^3.2.0:
5904
5849
  version "3.2.0"
@@ -7986,14 +7931,7 @@ minimatch@9.0.3:
7986
7931
  dependencies:
7987
7932
  brace-expansion "^2.0.1"
7988
7933
 
7989
- minimatch@^10.2.4:
7990
- version "10.2.4"
7991
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
7992
- integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
7993
- dependencies:
7994
- brace-expansion "^5.0.2"
7995
-
7996
- minimatch@^10.2.5:
7934
+ minimatch@^10.2.4, minimatch@^10.2.5:
7997
7935
  version "10.2.5"
7998
7936
  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
7999
7937
  integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
@@ -9054,10 +8992,10 @@ picomatch@^3.0.1:
9054
8992
  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
9055
8993
  integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
9056
8994
 
9057
- picomatch@^4.0.2:
9058
- version "4.0.2"
9059
- resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
9060
- integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
8995
+ picomatch@^4.0.4:
8996
+ version "4.0.4"
8997
+ resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
8998
+ integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
9061
8999
 
9062
9000
  pify@^2.3.0:
9063
9001
  version "2.3.0"
@@ -9697,12 +9635,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
9697
9635
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
9698
9636
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
9699
9637
 
9700
- semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4:
9701
- version "7.7.4"
9702
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
9703
- integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
9704
-
9705
- semver@^7.8.0:
9638
+ semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2, semver@^7.7.3, semver@^7.7.4, semver@^7.8.0:
9706
9639
  version "7.8.0"
9707
9640
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
9708
9641
  integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
@@ -10376,13 +10309,13 @@ tiny-relative-date@^1.3.0:
10376
10309
  resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz"
10377
10310
  integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
10378
10311
 
10379
- tinyglobby@^0.2.14, tinyglobby@^0.2.9:
10380
- version "0.2.14"
10381
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
10382
- integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
10312
+ tinyglobby@^0.2.14, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
10313
+ version "0.2.16"
10314
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
10315
+ integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
10383
10316
  dependencies:
10384
- fdir "^6.4.4"
10385
- picomatch "^4.0.2"
10317
+ fdir "^6.5.0"
10318
+ picomatch "^4.0.4"
10386
10319
 
10387
10320
  to-fast-properties@^2.0.0:
10388
10321
  version "2.0.0"
@@ -460,71 +460,6 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
- "cli:artifacts:compare": {
464
- "aliases": [],
465
- "args": {},
466
- "examples": [
467
- "<%= config.bin %> <%= command.id %>"
468
- ],
469
- "flags": {
470
- "json": {
471
- "description": "Format output as json.",
472
- "helpGroup": "GLOBAL",
473
- "name": "json",
474
- "allowNo": false,
475
- "type": "boolean"
476
- },
477
- "flags-dir": {
478
- "helpGroup": "GLOBAL",
479
- "name": "flags-dir",
480
- "summary": "Import flag values from a directory.",
481
- "hasDynamicHelp": false,
482
- "multiple": false,
483
- "type": "option"
484
- },
485
- "plugin": {
486
- "char": "p",
487
- "name": "plugin",
488
- "summary": "List of plugins to check for breaking changes.",
489
- "hasDynamicHelp": false,
490
- "multiple": true,
491
- "type": "option"
492
- },
493
- "previous": {
494
- "char": "r",
495
- "name": "previous",
496
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
497
- "hasDynamicHelp": false,
498
- "multiple": false,
499
- "type": "option"
500
- },
501
- "current": {
502
- "char": "c",
503
- "name": "current",
504
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
505
- "hasDynamicHelp": false,
506
- "multiple": false,
507
- "type": "option"
508
- }
509
- },
510
- "hasDynamicHelp": false,
511
- "hiddenAliases": [],
512
- "id": "cli:artifacts:compare",
513
- "pluginAlias": "@salesforce/plugin-release-management",
514
- "pluginName": "@salesforce/plugin-release-management",
515
- "pluginType": "core",
516
- "strict": true,
517
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
518
- "enableJsonFlag": true,
519
- "isESM": true,
520
- "relativePath": [
521
- "lib",
522
- "commands",
523
- "cli",
524
- "artifacts",
525
- "compare.js"
526
- ]
527
- },
528
463
  "cli:install:test": {
529
464
  "aliases": [],
530
465
  "args": {},
@@ -848,6 +783,71 @@
848
783
  "build.js"
849
784
  ]
850
785
  },
786
+ "cli:artifacts:compare": {
787
+ "aliases": [],
788
+ "args": {},
789
+ "examples": [
790
+ "<%= config.bin %> <%= command.id %>"
791
+ ],
792
+ "flags": {
793
+ "json": {
794
+ "description": "Format output as json.",
795
+ "helpGroup": "GLOBAL",
796
+ "name": "json",
797
+ "allowNo": false,
798
+ "type": "boolean"
799
+ },
800
+ "flags-dir": {
801
+ "helpGroup": "GLOBAL",
802
+ "name": "flags-dir",
803
+ "summary": "Import flag values from a directory.",
804
+ "hasDynamicHelp": false,
805
+ "multiple": false,
806
+ "type": "option"
807
+ },
808
+ "plugin": {
809
+ "char": "p",
810
+ "name": "plugin",
811
+ "summary": "List of plugins to check for breaking changes.",
812
+ "hasDynamicHelp": false,
813
+ "multiple": true,
814
+ "type": "option"
815
+ },
816
+ "previous": {
817
+ "char": "r",
818
+ "name": "previous",
819
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
820
+ "hasDynamicHelp": false,
821
+ "multiple": false,
822
+ "type": "option"
823
+ },
824
+ "current": {
825
+ "char": "c",
826
+ "name": "current",
827
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
828
+ "hasDynamicHelp": false,
829
+ "multiple": false,
830
+ "type": "option"
831
+ }
832
+ },
833
+ "hasDynamicHelp": false,
834
+ "hiddenAliases": [],
835
+ "id": "cli:artifacts:compare",
836
+ "pluginAlias": "@salesforce/plugin-release-management",
837
+ "pluginName": "@salesforce/plugin-release-management",
838
+ "pluginType": "core",
839
+ "strict": true,
840
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
841
+ "enableJsonFlag": true,
842
+ "isESM": true,
843
+ "relativePath": [
844
+ "lib",
845
+ "commands",
846
+ "cli",
847
+ "artifacts",
848
+ "compare.js"
849
+ ]
850
+ },
851
851
  "cli:tarballs:prepare": {
852
852
  "aliases": [],
853
853
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.8.21"
1393
+ "version": "5.8.23"
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.21",
4
+ "version": "5.8.23",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "^3.1024.0",
13
- "@oclif/core": "^4.10.4",
13
+ "@oclif/core": "^4.11.3",
14
14
  "@octokit/core": "^6.1.6",
15
15
  "@octokit/plugin-paginate-rest": "^11.6.0",
16
16
  "@octokit/plugin-throttling": "^9.6.1",
@@ -21,7 +21,7 @@
21
21
  "@salesforce/plugin-trust": "^3.7.89",
22
22
  "@salesforce/sf-plugins-core": "^12.2.10",
23
23
  "@salesforce/ts-types": "^2.0.10",
24
- "@smithy/node-http-handler": "^4.6.1",
24
+ "@smithy/node-http-handler": "^4.7.3",
25
25
  "@smithy/types": "^4.11.0",
26
26
  "chalk": "^5.6.0",
27
27
  "commit-and-tag-version": "^12.7.1",
@@ -35,7 +35,7 @@
35
35
  "yarn-deduplicate": "^6.0.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@oclif/plugin-command-snapshot": "^5.3.15",
38
+ "@oclif/plugin-command-snapshot": "^5.3.20",
39
39
  "@salesforce/dev-scripts": "^10.2.4",
40
40
  "@salesforce/ts-sinon": "^1.4.34",
41
41
  "@types/semver": "^7.7.0",