@salesforce/plugin-release-management 5.6.35 → 5.6.37

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.6.35/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/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.6.37/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.6.35/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/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.6.35/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.37/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.6.35",
3
+ "version": "5.6.37",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.6.35",
9
+ "version": "5.6.37",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.2",
12
+ "@oclif/core": "^4.2.3",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.8.0",
17
+ "@salesforce/core": "^8.8.2",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.39",
20
20
  "@salesforce/plugin-trust": "^3.7.53",
@@ -36,7 +36,7 @@
36
36
  "sf-release": "bin/run.js"
37
37
  },
38
38
  "devDependencies": {
39
- "@oclif/plugin-command-snapshot": "^5.2.24",
39
+ "@oclif/plugin-command-snapshot": "^5.2.26",
40
40
  "@salesforce/dev-scripts": "^10.2.4",
41
41
  "@salesforce/ts-sinon": "^1.4.30",
42
42
  "@types/semver": "^7.5.8",
@@ -4130,9 +4130,9 @@
4130
4130
  "license": "MIT"
4131
4131
  },
4132
4132
  "node_modules/@jsforce/jsforce-node": {
4133
- "version": "3.6.2",
4134
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz",
4135
- "integrity": "sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA==",
4133
+ "version": "3.6.3",
4134
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.3.tgz",
4135
+ "integrity": "sha512-sNUeBzfUv57uH0AiYuAOO8yjBP7lNY33mWybrjvBud8gMFVWozY6UAWU1DUk/dpqZ0+FK3iqB++nOQRczj1nSg==",
4136
4136
  "license": "MIT",
4137
4137
  "dependencies": {
4138
4138
  "@sindresorhus/is": "^4",
@@ -4150,6 +4150,18 @@
4150
4150
  "node": ">=18"
4151
4151
  }
4152
4152
  },
4153
+ "node_modules/@jsforce/jsforce-node/node_modules/@sindresorhus/is": {
4154
+ "version": "4.6.0",
4155
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
4156
+ "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
4157
+ "license": "MIT",
4158
+ "engines": {
4159
+ "node": ">=10"
4160
+ },
4161
+ "funding": {
4162
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
4163
+ }
4164
+ },
4153
4165
  "node_modules/@jsforce/jsforce-node/node_modules/agent-base": {
4154
4166
  "version": "6.0.2",
4155
4167
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -4555,13 +4567,13 @@
4555
4567
  }
4556
4568
  },
4557
4569
  "node_modules/@oclif/core": {
4558
- "version": "4.2.2",
4559
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.2.tgz",
4560
- "integrity": "sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==",
4570
+ "version": "4.2.3",
4571
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.3.tgz",
4572
+ "integrity": "sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==",
4561
4573
  "license": "MIT",
4562
4574
  "dependencies": {
4563
4575
  "ansi-escapes": "^4.3.2",
4564
- "ansis": "^3.6.0",
4576
+ "ansis": "^3.8.1",
4565
4577
  "clean-stack": "^3.0.1",
4566
4578
  "cli-spinners": "^2.9.2",
4567
4579
  "debug": "^4.4.0",
@@ -4631,14 +4643,14 @@
4631
4643
  }
4632
4644
  },
4633
4645
  "node_modules/@oclif/plugin-command-snapshot": {
4634
- "version": "5.2.24",
4635
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.24.tgz",
4636
- "integrity": "sha512-KgsIyW1hf53JbySSSWv3FzGgtinX3xSj/Uuu+81Wn6em3csyrOfS60J4mUyB2BtSfCj+OXRzwoXluYiTJy974w==",
4646
+ "version": "5.2.26",
4647
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.26.tgz",
4648
+ "integrity": "sha512-ErJ9CKb0NuAo4HTFAwy2Jqy+/uVOzBeAVmWbJlxsSh4UIOZMkza26bX3xxciQIMxiz6XkcIlFWSg6Mt0XNZuig==",
4637
4649
  "dev": true,
4638
4650
  "license": "MIT",
4639
4651
  "dependencies": {
4640
4652
  "@oclif/core": "^4",
4641
- "ansis": "^3.5.2",
4653
+ "ansis": "^3.8.1",
4642
4654
  "globby": "^14.0.2",
4643
4655
  "just-diff": "^5.2.0",
4644
4656
  "lodash.difference": "^4.5.0",
@@ -5056,9 +5068,9 @@
5056
5068
  }
5057
5069
  },
5058
5070
  "node_modules/@salesforce/core": {
5059
- "version": "8.8.0",
5060
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz",
5061
- "integrity": "sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==",
5071
+ "version": "8.8.2",
5072
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.2.tgz",
5073
+ "integrity": "sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==",
5062
5074
  "license": "BSD-3-Clause",
5063
5075
  "dependencies": {
5064
5076
  "@jsforce/jsforce-node": "^3.6.1",
@@ -5386,39 +5398,6 @@
5386
5398
  "node": ">=18.0.0"
5387
5399
  }
5388
5400
  },
5389
- "node_modules/@salesforce/plugin-info/node_modules/@jsforce/jsforce-node": {
5390
- "version": "3.6.3",
5391
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.3.tgz",
5392
- "integrity": "sha512-sNUeBzfUv57uH0AiYuAOO8yjBP7lNY33mWybrjvBud8gMFVWozY6UAWU1DUk/dpqZ0+FK3iqB++nOQRczj1nSg==",
5393
- "license": "MIT",
5394
- "dependencies": {
5395
- "@sindresorhus/is": "^4",
5396
- "base64url": "^3.0.1",
5397
- "csv-parse": "^5.5.2",
5398
- "csv-stringify": "^6.4.4",
5399
- "faye": "^1.4.0",
5400
- "form-data": "^4.0.0",
5401
- "https-proxy-agent": "^5.0.0",
5402
- "multistream": "^3.1.0",
5403
- "node-fetch": "^2.6.1",
5404
- "xml2js": "^0.6.2"
5405
- },
5406
- "engines": {
5407
- "node": ">=18"
5408
- }
5409
- },
5410
- "node_modules/@salesforce/plugin-info/node_modules/agent-base": {
5411
- "version": "6.0.2",
5412
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
5413
- "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
5414
- "license": "MIT",
5415
- "dependencies": {
5416
- "debug": "4"
5417
- },
5418
- "engines": {
5419
- "node": ">= 6.0.0"
5420
- }
5421
- },
5422
5401
  "node_modules/@salesforce/plugin-info/node_modules/ansi-styles": {
5423
5402
  "version": "4.3.0",
5424
5403
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -5450,19 +5429,6 @@
5450
5429
  "url": "https://github.com/chalk/chalk?sponsor=1"
5451
5430
  }
5452
5431
  },
5453
- "node_modules/@salesforce/plugin-info/node_modules/https-proxy-agent": {
5454
- "version": "5.0.1",
5455
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
5456
- "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
5457
- "license": "MIT",
5458
- "dependencies": {
5459
- "agent-base": "6",
5460
- "debug": "4"
5461
- },
5462
- "engines": {
5463
- "node": ">= 6"
5464
- }
5465
- },
5466
5432
  "node_modules/@salesforce/plugin-info/node_modules/marked": {
5467
5433
  "version": "4.3.0",
5468
5434
  "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
@@ -5759,12 +5725,12 @@
5759
5725
  }
5760
5726
  },
5761
5727
  "node_modules/@sindresorhus/is": {
5762
- "version": "4.6.0",
5763
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
5764
- "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
5728
+ "version": "5.6.0",
5729
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
5730
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
5765
5731
  "license": "MIT",
5766
5732
  "engines": {
5767
- "node": ">=10"
5733
+ "node": ">=14.16"
5768
5734
  },
5769
5735
  "funding": {
5770
5736
  "url": "https://github.com/sindresorhus/is?sponsor=1"
@@ -7257,9 +7223,9 @@
7257
7223
  "license": "MIT"
7258
7224
  },
7259
7225
  "node_modules/ansis": {
7260
- "version": "3.8.1",
7261
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.8.1.tgz",
7262
- "integrity": "sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==",
7226
+ "version": "3.9.0",
7227
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.9.0.tgz",
7228
+ "integrity": "sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==",
7263
7229
  "license": "ISC",
7264
7230
  "engines": {
7265
7231
  "node": ">=16"
@@ -11643,18 +11609,6 @@
11643
11609
  "url": "https://github.com/sindresorhus/got?sponsor=1"
11644
11610
  }
11645
11611
  },
11646
- "node_modules/got/node_modules/@sindresorhus/is": {
11647
- "version": "5.6.0",
11648
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
11649
- "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
11650
- "license": "MIT",
11651
- "engines": {
11652
- "node": ">=14.16"
11653
- },
11654
- "funding": {
11655
- "url": "https://github.com/sindresorhus/is?sponsor=1"
11656
- }
11657
- },
11658
11612
  "node_modules/graceful-fs": {
11659
11613
  "version": "4.2.11",
11660
11614
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
package/oclif.lock CHANGED
@@ -1714,23 +1714,7 @@
1714
1714
  "@jridgewell/resolve-uri" "3.1.0"
1715
1715
  "@jridgewell/sourcemap-codec" "1.4.14"
1716
1716
 
1717
- "@jsforce/jsforce-node@^3.6.1":
1718
- version "3.6.2"
1719
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz#5d8509aaeb161f1d6658e4ce737948a04d3ce3a6"
1720
- integrity sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA==
1721
- dependencies:
1722
- "@sindresorhus/is" "^4"
1723
- base64url "^3.0.1"
1724
- csv-parse "^5.5.2"
1725
- csv-stringify "^6.4.4"
1726
- faye "^1.4.0"
1727
- form-data "^4.0.0"
1728
- https-proxy-agent "^5.0.0"
1729
- multistream "^3.1.0"
1730
- node-fetch "^2.6.1"
1731
- xml2js "^0.6.2"
1732
-
1733
- "@jsforce/jsforce-node@^3.6.3":
1717
+ "@jsforce/jsforce-node@^3.6.1", "@jsforce/jsforce-node@^3.6.3":
1734
1718
  version "3.6.3"
1735
1719
  resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.3.tgz#a5c984b6deffac01ddabc3f4b48374408c5cd194"
1736
1720
  integrity sha512-sNUeBzfUv57uH0AiYuAOO8yjBP7lNY33mWybrjvBud8gMFVWozY6UAWU1DUk/dpqZ0+FK3iqB++nOQRczj1nSg==
@@ -1979,13 +1963,13 @@
1979
1963
  proc-log "^5.0.0"
1980
1964
  which "^5.0.0"
1981
1965
 
1982
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.2":
1983
- version "4.2.2"
1984
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.2.tgz#1f46f4a613f16dda636d27e0192d50f4b885e8d4"
1985
- integrity sha512-5jGzLDu96jG67G2sF21A3u67FJwSRnOnjaJwobiI7sgSg5uuVAHn4j1DahhfC4K7UEcXqXBBH064JyZ9yS4xHg==
1966
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3":
1967
+ version "4.2.3"
1968
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
1969
+ integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
1986
1970
  dependencies:
1987
1971
  ansi-escapes "^4.3.2"
1988
- ansis "^3.6.0"
1972
+ ansis "^3.8.1"
1989
1973
  clean-stack "^3.0.1"
1990
1974
  cli-spinners "^2.9.2"
1991
1975
  debug "^4.4.0"
@@ -2003,13 +1987,13 @@
2003
1987
  wordwrap "^1.0.0"
2004
1988
  wrap-ansi "^7.0.0"
2005
1989
 
2006
- "@oclif/plugin-command-snapshot@^5.2.24":
2007
- version "5.2.24"
2008
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.24.tgz#bc349c216ab86f70f35b1c3e53d8a93989b1cdd0"
2009
- integrity sha512-KgsIyW1hf53JbySSSWv3FzGgtinX3xSj/Uuu+81Wn6em3csyrOfS60J4mUyB2BtSfCj+OXRzwoXluYiTJy974w==
1990
+ "@oclif/plugin-command-snapshot@^5.2.26":
1991
+ version "5.2.26"
1992
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.26.tgz#22da051ecabc0f0acbbfd43a0e33e32bdebdb9b1"
1993
+ integrity sha512-ErJ9CKb0NuAo4HTFAwy2Jqy+/uVOzBeAVmWbJlxsSh4UIOZMkza26bX3xxciQIMxiz6XkcIlFWSg6Mt0XNZuig==
2010
1994
  dependencies:
2011
1995
  "@oclif/core" "^4"
2012
- ansis "^3.5.2"
1996
+ ansis "^3.8.1"
2013
1997
  globby "^14.0.2"
2014
1998
  just-diff "^5.2.0"
2015
1999
  lodash.difference "^4.5.0"
@@ -2195,10 +2179,10 @@
2195
2179
  strip-ansi "6.0.1"
2196
2180
  ts-retry-promise "^0.8.1"
2197
2181
 
2198
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
2199
- version "8.8.0"
2200
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
2201
- integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
2182
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.2":
2183
+ version "8.8.2"
2184
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.2.tgz#0fc1632cc183b8c62e333f1f884bf3ee0f4aee6e"
2185
+ integrity sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==
2202
2186
  dependencies:
2203
2187
  "@jsforce/jsforce-node" "^3.6.1"
2204
2188
  "@salesforce/kit" "^3.2.2"
@@ -3493,10 +3477,10 @@ ansicolors@~0.3.2:
3493
3477
  resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
3494
3478
  integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
3495
3479
 
3496
- ansis@^3.3.2, ansis@^3.5.2, ansis@^3.6.0:
3497
- version "3.8.1"
3498
- resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e"
3499
- integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==
3480
+ ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1:
3481
+ version "3.9.0"
3482
+ resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
3483
+ integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
3500
3484
 
3501
3485
  anymatch@~3.1.2:
3502
3486
  version "3.1.3"
@@ -848,12 +848,21 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "cli:tarballs:prepare": {
851
+ "cli:versions:inspect": {
852
852
  "aliases": [],
853
853
  "args": {},
854
- "description": "remove unnecessary files from node_modules",
854
+ "description": "inspect the CLI version across all install paths",
855
855
  "examples": [
856
- "<%= config.bin %> <%= command.id %>"
856
+ "<%= config.bin %> <%= command.id %> -l archive -c stable",
857
+ "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
858
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
859
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
860
+ "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
861
+ "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
862
+ "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
863
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
864
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
865
+ "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
857
866
  ],
858
867
  "flags": {
859
868
  "json": {
@@ -871,52 +880,81 @@
871
880
  "multiple": false,
872
881
  "type": "option"
873
882
  },
874
- "dryrun": {
883
+ "dependencies": {
875
884
  "char": "d",
876
- "name": "dryrun",
877
- "summary": "only show what would be removed from node_modules",
878
- "allowNo": false,
879
- "type": "boolean"
885
+ "name": "dependencies",
886
+ "summary": "glob pattern of dependencies you want to see the version of",
887
+ "hasDynamicHelp": false,
888
+ "multiple": true,
889
+ "type": "option"
880
890
  },
881
- "types": {
882
- "char": "t",
883
- "name": "types",
884
- "summary": "remove all types (.d.ts) files from node_modules",
891
+ "salesforce": {
892
+ "char": "s",
893
+ "name": "salesforce",
894
+ "summary": "show versions of salesforce owned dependencies",
885
895
  "allowNo": false,
886
896
  "type": "boolean"
887
897
  },
888
- "verbose": {
889
- "name": "verbose",
890
- "summary": "show all files paths being removed",
898
+ "channels": {
899
+ "char": "c",
900
+ "name": "channels",
901
+ "required": true,
902
+ "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
903
+ "hasDynamicHelp": false,
904
+ "multiple": true,
905
+ "options": [
906
+ "stable",
907
+ "stable-rc",
908
+ "latest",
909
+ "latest-rc",
910
+ "nightly"
911
+ ],
912
+ "type": "option"
913
+ },
914
+ "locations": {
915
+ "char": "l",
916
+ "name": "locations",
917
+ "required": true,
918
+ "summary": "the location you want to inspect",
919
+ "hasDynamicHelp": false,
920
+ "multiple": true,
921
+ "options": [
922
+ "archive",
923
+ "npm"
924
+ ],
925
+ "type": "option"
926
+ },
927
+ "ignore-missing": {
928
+ "name": "ignore-missing",
929
+ "summary": "skip missing archives. Useful when supporting new architectures in oclif",
891
930
  "allowNo": false,
892
931
  "type": "boolean"
893
932
  }
894
933
  },
895
934
  "hasDynamicHelp": false,
896
935
  "hiddenAliases": [],
897
- "id": "cli:tarballs:prepare",
936
+ "id": "cli:versions:inspect",
898
937
  "pluginAlias": "@salesforce/plugin-release-management",
899
938
  "pluginName": "@salesforce/plugin-release-management",
900
939
  "pluginType": "core",
901
940
  "strict": true,
902
- "summary": "remove unnecessary files from node_modules",
941
+ "summary": "inspect the CLI version across all install paths",
903
942
  "enableJsonFlag": true,
904
943
  "isESM": true,
905
944
  "relativePath": [
906
945
  "lib",
907
946
  "commands",
908
947
  "cli",
909
- "tarballs",
910
- "prepare.js"
948
+ "versions",
949
+ "inspect.js"
911
950
  ]
912
951
  },
913
- "cli:tarballs:smoke": {
952
+ "github:check:closed": {
914
953
  "aliases": [],
915
954
  "args": {},
916
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
955
+ "description": "Description of a command.",
917
956
  "examples": [
918
- "<%= config.bin %> <%= command.id %>",
919
- "<%= config.bin %> <%= command.id %>"
957
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
920
958
  ],
921
959
  "flags": {
922
960
  "json": {
@@ -934,39 +972,50 @@
934
972
  "multiple": false,
935
973
  "type": "option"
936
974
  },
937
- "verbose": {
938
- "name": "verbose",
939
- "summary": "show the --help output for each command",
940
- "allowNo": false,
941
- "type": "boolean"
975
+ "gus": {
976
+ "char": "o",
977
+ "name": "gus",
978
+ "noCacheDefault": true,
979
+ "required": true,
980
+ "summary": "Username/alias of your GUS org connection",
981
+ "hasDynamicHelp": true,
982
+ "multiple": false,
983
+ "type": "option"
984
+ },
985
+ "github-token": {
986
+ "env": "GITHUB_TOKEN",
987
+ "name": "github-token",
988
+ "required": true,
989
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
990
+ "hasDynamicHelp": false,
991
+ "multiple": false,
992
+ "type": "option"
942
993
  }
943
994
  },
944
- "hasDynamicHelp": false,
995
+ "hasDynamicHelp": true,
945
996
  "hiddenAliases": [],
946
- "id": "cli:tarballs:smoke",
997
+ "id": "github:check:closed",
947
998
  "pluginAlias": "@salesforce/plugin-release-management",
948
999
  "pluginName": "@salesforce/plugin-release-management",
949
1000
  "pluginType": "core",
950
1001
  "strict": true,
951
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1002
+ "summary": "Show open Github issues with GUS WI",
952
1003
  "enableJsonFlag": true,
953
1004
  "isESM": true,
954
1005
  "relativePath": [
955
1006
  "lib",
956
1007
  "commands",
957
- "cli",
958
- "tarballs",
959
- "smoke.js"
1008
+ "github",
1009
+ "check",
1010
+ "closed.js"
960
1011
  ]
961
1012
  },
962
- "cli:tarballs:verify": {
1013
+ "cli:tarballs:prepare": {
963
1014
  "aliases": [],
964
1015
  "args": {},
965
- "description": "verify that tarballs are ready to be uploaded",
1016
+ "description": "remove unnecessary files from node_modules",
966
1017
  "examples": [
967
- "<%= config.bin %> <%= command.id %>",
968
- "<%= config.bin %> <%= command.id %> --cli sfdx",
969
- "<%= config.bin %> <%= command.id %> --cli sf"
1018
+ "<%= config.bin %> <%= command.id %>"
970
1019
  ],
971
1020
  "flags": {
972
1021
  "json": {
@@ -984,37 +1033,35 @@
984
1033
  "multiple": false,
985
1034
  "type": "option"
986
1035
  },
987
- "cli": {
988
- "char": "c",
989
- "name": "cli",
990
- "summary": "the cli to verify",
991
- "default": "sfdx",
992
- "hasDynamicHelp": false,
993
- "multiple": false,
994
- "options": [
995
- "sf",
996
- "sfdx"
997
- ],
998
- "type": "option"
1036
+ "dryrun": {
1037
+ "char": "d",
1038
+ "name": "dryrun",
1039
+ "summary": "only show what would be removed from node_modules",
1040
+ "allowNo": false,
1041
+ "type": "boolean"
999
1042
  },
1000
- "windows-username-buffer": {
1001
- "char": "w",
1002
- "name": "windows-username-buffer",
1003
- "summary": "the number of characters to allow for windows usernames",
1004
- "default": 41,
1005
- "hasDynamicHelp": false,
1006
- "multiple": false,
1007
- "type": "option"
1043
+ "types": {
1044
+ "char": "t",
1045
+ "name": "types",
1046
+ "summary": "remove all types (.d.ts) files from node_modules",
1047
+ "allowNo": false,
1048
+ "type": "boolean"
1049
+ },
1050
+ "verbose": {
1051
+ "name": "verbose",
1052
+ "summary": "show all files paths being removed",
1053
+ "allowNo": false,
1054
+ "type": "boolean"
1008
1055
  }
1009
1056
  },
1010
1057
  "hasDynamicHelp": false,
1011
1058
  "hiddenAliases": [],
1012
- "id": "cli:tarballs:verify",
1059
+ "id": "cli:tarballs:prepare",
1013
1060
  "pluginAlias": "@salesforce/plugin-release-management",
1014
1061
  "pluginName": "@salesforce/plugin-release-management",
1015
1062
  "pluginType": "core",
1016
1063
  "strict": true,
1017
- "summary": "verify that tarballs are ready to be uploaded",
1064
+ "summary": "remove unnecessary files from node_modules",
1018
1065
  "enableJsonFlag": true,
1019
1066
  "isESM": true,
1020
1067
  "relativePath": [
@@ -1022,24 +1069,16 @@
1022
1069
  "commands",
1023
1070
  "cli",
1024
1071
  "tarballs",
1025
- "verify.js"
1072
+ "prepare.js"
1026
1073
  ]
1027
1074
  },
1028
- "cli:versions:inspect": {
1075
+ "cli:tarballs:smoke": {
1029
1076
  "aliases": [],
1030
1077
  "args": {},
1031
- "description": "inspect the CLI version across all install paths",
1078
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1032
1079
  "examples": [
1033
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
1034
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
1035
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
1036
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
1037
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
1038
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
1039
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
1040
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
1041
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
1042
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
1080
+ "<%= config.bin %> <%= command.id %>",
1081
+ "<%= config.bin %> <%= command.id %>"
1043
1082
  ],
1044
1083
  "flags": {
1045
1084
  "json": {
@@ -1057,81 +1096,39 @@
1057
1096
  "multiple": false,
1058
1097
  "type": "option"
1059
1098
  },
1060
- "dependencies": {
1061
- "char": "d",
1062
- "name": "dependencies",
1063
- "summary": "glob pattern of dependencies you want to see the version of",
1064
- "hasDynamicHelp": false,
1065
- "multiple": true,
1066
- "type": "option"
1067
- },
1068
- "salesforce": {
1069
- "char": "s",
1070
- "name": "salesforce",
1071
- "summary": "show versions of salesforce owned dependencies",
1072
- "allowNo": false,
1073
- "type": "boolean"
1074
- },
1075
- "channels": {
1076
- "char": "c",
1077
- "name": "channels",
1078
- "required": true,
1079
- "summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
1080
- "hasDynamicHelp": false,
1081
- "multiple": true,
1082
- "options": [
1083
- "stable",
1084
- "stable-rc",
1085
- "latest",
1086
- "latest-rc",
1087
- "nightly"
1088
- ],
1089
- "type": "option"
1090
- },
1091
- "locations": {
1092
- "char": "l",
1093
- "name": "locations",
1094
- "required": true,
1095
- "summary": "the location you want to inspect",
1096
- "hasDynamicHelp": false,
1097
- "multiple": true,
1098
- "options": [
1099
- "archive",
1100
- "npm"
1101
- ],
1102
- "type": "option"
1103
- },
1104
- "ignore-missing": {
1105
- "name": "ignore-missing",
1106
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
1099
+ "verbose": {
1100
+ "name": "verbose",
1101
+ "summary": "show the --help output for each command",
1107
1102
  "allowNo": false,
1108
1103
  "type": "boolean"
1109
1104
  }
1110
1105
  },
1111
1106
  "hasDynamicHelp": false,
1112
1107
  "hiddenAliases": [],
1113
- "id": "cli:versions:inspect",
1108
+ "id": "cli:tarballs:smoke",
1114
1109
  "pluginAlias": "@salesforce/plugin-release-management",
1115
1110
  "pluginName": "@salesforce/plugin-release-management",
1116
1111
  "pluginType": "core",
1117
1112
  "strict": true,
1118
- "summary": "inspect the CLI version across all install paths",
1113
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1119
1114
  "enableJsonFlag": true,
1120
1115
  "isESM": true,
1121
1116
  "relativePath": [
1122
1117
  "lib",
1123
1118
  "commands",
1124
1119
  "cli",
1125
- "versions",
1126
- "inspect.js"
1120
+ "tarballs",
1121
+ "smoke.js"
1127
1122
  ]
1128
1123
  },
1129
- "github:check:closed": {
1124
+ "cli:tarballs:verify": {
1130
1125
  "aliases": [],
1131
1126
  "args": {},
1132
- "description": "Description of a command.",
1127
+ "description": "verify that tarballs are ready to be uploaded",
1133
1128
  "examples": [
1134
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
1129
+ "<%= config.bin %> <%= command.id %>",
1130
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
1131
+ "<%= config.bin %> <%= command.id %> --cli sf"
1135
1132
  ],
1136
1133
  "flags": {
1137
1134
  "json": {
@@ -1149,42 +1146,45 @@
1149
1146
  "multiple": false,
1150
1147
  "type": "option"
1151
1148
  },
1152
- "gus": {
1153
- "char": "o",
1154
- "name": "gus",
1155
- "noCacheDefault": true,
1156
- "required": true,
1157
- "summary": "Username/alias of your GUS org connection",
1158
- "hasDynamicHelp": true,
1149
+ "cli": {
1150
+ "char": "c",
1151
+ "name": "cli",
1152
+ "summary": "the cli to verify",
1153
+ "default": "sfdx",
1154
+ "hasDynamicHelp": false,
1159
1155
  "multiple": false,
1156
+ "options": [
1157
+ "sf",
1158
+ "sfdx"
1159
+ ],
1160
1160
  "type": "option"
1161
1161
  },
1162
- "github-token": {
1163
- "env": "GITHUB_TOKEN",
1164
- "name": "github-token",
1165
- "required": true,
1166
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1162
+ "windows-username-buffer": {
1163
+ "char": "w",
1164
+ "name": "windows-username-buffer",
1165
+ "summary": "the number of characters to allow for windows usernames",
1166
+ "default": 41,
1167
1167
  "hasDynamicHelp": false,
1168
1168
  "multiple": false,
1169
1169
  "type": "option"
1170
1170
  }
1171
1171
  },
1172
- "hasDynamicHelp": true,
1172
+ "hasDynamicHelp": false,
1173
1173
  "hiddenAliases": [],
1174
- "id": "github:check:closed",
1174
+ "id": "cli:tarballs:verify",
1175
1175
  "pluginAlias": "@salesforce/plugin-release-management",
1176
1176
  "pluginName": "@salesforce/plugin-release-management",
1177
1177
  "pluginType": "core",
1178
1178
  "strict": true,
1179
- "summary": "Show open Github issues with GUS WI",
1179
+ "summary": "verify that tarballs are ready to be uploaded",
1180
1180
  "enableJsonFlag": true,
1181
1181
  "isESM": true,
1182
1182
  "relativePath": [
1183
1183
  "lib",
1184
1184
  "commands",
1185
- "github",
1186
- "check",
1187
- "closed.js"
1185
+ "cli",
1186
+ "tarballs",
1187
+ "verify.js"
1188
1188
  ]
1189
1189
  },
1190
1190
  "npm:dependencies:pin": {
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.35"
1393
+ "version": "5.6.37"
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.6.35",
4
+ "version": "5.6.37",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,12 +9,12 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.2.2",
12
+ "@oclif/core": "^4.2.3",
13
13
  "@octokit/core": "^4.2.4",
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.8.0",
17
+ "@salesforce/core": "^8.8.2",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.39",
20
20
  "@salesforce/plugin-trust": "^3.7.53",
@@ -33,7 +33,7 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.2.24",
36
+ "@oclif/plugin-command-snapshot": "^5.2.26",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
38
  "@salesforce/ts-sinon": "^1.4.30",
39
39
  "@types/semver": "^7.5.8",