@salesforce/plugin-release-management 5.6.21 → 5.6.22

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.21/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.22/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.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.6.22/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.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.6.22/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.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.6.22/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.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.6.22/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.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.6.22/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.21/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.22/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.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.6.22/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.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.6.22/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.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.6.22/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.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.6.22/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.21/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.22/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.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.6.22/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.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.6.22/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.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.6.22/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -662,7 +662,7 @@ EXAMPLES
662
662
  $ sfdx plugins trust verify --npm @scope/npmName
663
663
  ```
664
664
 
665
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.45/src/commands/plugins/trust/verify.ts)_
665
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.50/src/commands/plugins/trust/verify.ts)_
666
666
 
667
667
  ## `sfdx repositories`
668
668
 
@@ -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.21/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.6.22/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.6.21",
3
+ "version": "5.6.22",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.6.21",
9
+ "version": "5.6.22",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.0.34",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/core": "^8.8.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.35",
20
- "@salesforce/plugin-trust": "^3.7.45",
20
+ "@salesforce/plugin-trust": "^3.7.50",
21
21
  "@salesforce/sf-plugins-core": "^12.1.0",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",
@@ -4783,18 +4783,6 @@
4783
4783
  "node": ">=18"
4784
4784
  }
4785
4785
  },
4786
- "node_modules/@jsforce/jsforce-node/node_modules/@sindresorhus/is": {
4787
- "version": "4.6.0",
4788
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
4789
- "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
4790
- "license": "MIT",
4791
- "engines": {
4792
- "node": ">=10"
4793
- },
4794
- "funding": {
4795
- "url": "https://github.com/sindresorhus/is?sponsor=1"
4796
- }
4797
- },
4798
4786
  "node_modules/@jsforce/jsforce-node/node_modules/agent-base": {
4799
4787
  "version": "6.0.2",
4800
4788
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -4872,21 +4860,6 @@
4872
4860
  "node": "^18.17.0 || >=20.5.0"
4873
4861
  }
4874
4862
  },
4875
- "node_modules/@npmcli/agent/node_modules/socks": {
4876
- "version": "2.8.3",
4877
- "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
4878
- "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
4879
- "extraneous": true,
4880
- "license": "MIT",
4881
- "dependencies": {
4882
- "ip-address": "^9.0.5",
4883
- "smart-buffer": "^4.2.0"
4884
- },
4885
- "engines": {
4886
- "node": ">= 10.0.0",
4887
- "npm": ">= 3.0.0"
4888
- }
4889
- },
4890
4863
  "node_modules/@npmcli/agent/node_modules/socks-proxy-agent": {
4891
4864
  "version": "8.0.4",
4892
4865
  "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz",
@@ -6024,13 +5997,13 @@
6024
5997
  }
6025
5998
  },
6026
5999
  "node_modules/@salesforce/plugin-info": {
6027
- "version": "3.4.23",
6028
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.23.tgz",
6029
- "integrity": "sha512-k7FglkIabnG+Nc1EKvTouzhiosQMKCmGPX2PHHpSAGUfz5W+lTpTufxh+ZTX9Og3dZ51vMFnVgSEG7DKaYsepA==",
6000
+ "version": "3.4.27",
6001
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.27.tgz",
6002
+ "integrity": "sha512-AwYPfWhxK/Ht01/RusbWD/jT5YKuVaQaMsx2Y50KIFdtLuIkn9dzjwOnM0ktTbjVu5xSUxoHvBpOYlQV9gxsLg==",
6030
6003
  "license": "BSD-3-Clause",
6031
6004
  "dependencies": {
6032
6005
  "@inquirer/input": "^2.3.0",
6033
- "@jsforce/jsforce-node": "^3.6.2",
6006
+ "@jsforce/jsforce-node": "^3.6.3",
6034
6007
  "@oclif/core": "^4",
6035
6008
  "@salesforce/core": "^8.8.0",
6036
6009
  "@salesforce/kit": "^3.2.3",
@@ -6039,13 +6012,46 @@
6039
6012
  "marked": "^4.3.0",
6040
6013
  "marked-terminal": "^4.2.0",
6041
6014
  "open": "^10.1.0",
6042
- "proxy-agent": "^6.4.0",
6015
+ "proxy-agent": "^6.5.0",
6043
6016
  "semver": "^7.6.3"
6044
6017
  },
6045
6018
  "engines": {
6046
6019
  "node": ">=18.0.0"
6047
6020
  }
6048
6021
  },
6022
+ "node_modules/@salesforce/plugin-info/node_modules/@jsforce/jsforce-node": {
6023
+ "version": "3.6.3",
6024
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.6.3.tgz",
6025
+ "integrity": "sha512-sNUeBzfUv57uH0AiYuAOO8yjBP7lNY33mWybrjvBud8gMFVWozY6UAWU1DUk/dpqZ0+FK3iqB++nOQRczj1nSg==",
6026
+ "license": "MIT",
6027
+ "dependencies": {
6028
+ "@sindresorhus/is": "^4",
6029
+ "base64url": "^3.0.1",
6030
+ "csv-parse": "^5.5.2",
6031
+ "csv-stringify": "^6.4.4",
6032
+ "faye": "^1.4.0",
6033
+ "form-data": "^4.0.0",
6034
+ "https-proxy-agent": "^5.0.0",
6035
+ "multistream": "^3.1.0",
6036
+ "node-fetch": "^2.6.1",
6037
+ "xml2js": "^0.6.2"
6038
+ },
6039
+ "engines": {
6040
+ "node": ">=18"
6041
+ }
6042
+ },
6043
+ "node_modules/@salesforce/plugin-info/node_modules/agent-base": {
6044
+ "version": "6.0.2",
6045
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
6046
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
6047
+ "license": "MIT",
6048
+ "dependencies": {
6049
+ "debug": "4"
6050
+ },
6051
+ "engines": {
6052
+ "node": ">= 6.0.0"
6053
+ }
6054
+ },
6049
6055
  "node_modules/@salesforce/plugin-info/node_modules/ansi-styles": {
6050
6056
  "version": "4.3.0",
6051
6057
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -6077,6 +6083,19 @@
6077
6083
  "url": "https://github.com/chalk/chalk?sponsor=1"
6078
6084
  }
6079
6085
  },
6086
+ "node_modules/@salesforce/plugin-info/node_modules/https-proxy-agent": {
6087
+ "version": "5.0.1",
6088
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
6089
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
6090
+ "license": "MIT",
6091
+ "dependencies": {
6092
+ "agent-base": "6",
6093
+ "debug": "4"
6094
+ },
6095
+ "engines": {
6096
+ "node": ">= 6"
6097
+ }
6098
+ },
6080
6099
  "node_modules/@salesforce/plugin-info/node_modules/marked": {
6081
6100
  "version": "4.3.0",
6082
6101
  "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
@@ -6107,20 +6126,20 @@
6107
6126
  }
6108
6127
  },
6109
6128
  "node_modules/@salesforce/plugin-trust": {
6110
- "version": "3.7.45",
6111
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.45.tgz",
6112
- "integrity": "sha512-Bs3AEqEtyC9GZ1d2BzHkpbG8SJYzalDCjSbJMWxO5N+B1GBeOsBKOjAAiEBia5dGx+Tkv3OIDshGygVowUhrNA==",
6129
+ "version": "3.7.50",
6130
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.50.tgz",
6131
+ "integrity": "sha512-KAbmRRPoJ5B79TtRGxZTurjUddgprQ30zG2SuBS1l7kv3GIwFizafpPqvcEH0jVS60Y9n0NzdLTqefRi7G/HjQ==",
6113
6132
  "license": "BSD-3-Clause",
6114
6133
  "dependencies": {
6115
6134
  "@oclif/core": "^4",
6116
6135
  "@salesforce/core": "^8.8.0",
6117
6136
  "@salesforce/kit": "^3.2.0",
6118
- "@salesforce/plugin-info": "^3.4.21",
6137
+ "@salesforce/plugin-info": "^3.4.25",
6119
6138
  "@salesforce/sf-plugins-core": "^12",
6120
6139
  "got": "^13.0.0",
6121
- "npm": "^10.9.1",
6140
+ "npm": "^10.9.2",
6122
6141
  "npm-run-path": "^4.0.1",
6123
- "proxy-agent": "^6.4.0",
6142
+ "proxy-agent": "^6.5.0",
6124
6143
  "semver": "^7.6.3",
6125
6144
  "shelljs": "^0.8.4"
6126
6145
  },
@@ -6373,12 +6392,12 @@
6373
6392
  }
6374
6393
  },
6375
6394
  "node_modules/@sindresorhus/is": {
6376
- "version": "5.6.0",
6377
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
6378
- "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
6395
+ "version": "4.6.0",
6396
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
6397
+ "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
6379
6398
  "license": "MIT",
6380
6399
  "engines": {
6381
- "node": ">=14.16"
6400
+ "node": ">=10"
6382
6401
  },
6383
6402
  "funding": {
6384
6403
  "url": "https://github.com/sindresorhus/is?sponsor=1"
@@ -12215,6 +12234,18 @@
12215
12234
  "url": "https://github.com/sindresorhus/got?sponsor=1"
12216
12235
  }
12217
12236
  },
12237
+ "node_modules/got/node_modules/@sindresorhus/is": {
12238
+ "version": "5.6.0",
12239
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
12240
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
12241
+ "license": "MIT",
12242
+ "engines": {
12243
+ "node": ">=14.16"
12244
+ },
12245
+ "funding": {
12246
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
12247
+ }
12248
+ },
12218
12249
  "node_modules/graceful-fs": {
12219
12250
  "version": "4.2.11",
12220
12251
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -12508,6 +12539,7 @@
12508
12539
  "version": "7.0.4",
12509
12540
  "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
12510
12541
  "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
12542
+ "dev": true,
12511
12543
  "license": "MIT",
12512
12544
  "dependencies": {
12513
12545
  "agent-base": "^7.0.2",
@@ -12889,13 +12921,13 @@
12889
12921
  "version": "2.0.1",
12890
12922
  "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
12891
12923
  "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
12924
+ "extraneous": true,
12892
12925
  "license": "MIT"
12893
12926
  },
12894
12927
  "node_modules/ip-address": {
12895
12928
  "version": "9.0.5",
12896
12929
  "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
12897
12930
  "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
12898
- "extraneous": true,
12899
12931
  "license": "MIT",
12900
12932
  "dependencies": {
12901
12933
  "jsbn": "1.1.0",
@@ -13701,7 +13733,6 @@
13701
13733
  "version": "1.1.0",
13702
13734
  "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
13703
13735
  "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
13704
- "extraneous": true,
13705
13736
  "license": "MIT"
13706
13737
  },
13707
13738
  "node_modules/jsdoc-type-pratt-parser": {
@@ -15574,6 +15605,36 @@
15574
15605
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15575
15606
  }
15576
15607
  },
15608
+ "node_modules/node-gyp/node_modules/socks": {
15609
+ "version": "2.7.1",
15610
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
15611
+ "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
15612
+ "extraneous": true,
15613
+ "license": "MIT",
15614
+ "dependencies": {
15615
+ "ip": "^2.0.0",
15616
+ "smart-buffer": "^4.2.0"
15617
+ },
15618
+ "engines": {
15619
+ "node": ">= 10.13.0",
15620
+ "npm": ">= 3.0.0"
15621
+ }
15622
+ },
15623
+ "node_modules/node-gyp/node_modules/socks-proxy-agent": {
15624
+ "version": "8.0.2",
15625
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz",
15626
+ "integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==",
15627
+ "extraneous": true,
15628
+ "license": "MIT",
15629
+ "dependencies": {
15630
+ "agent-base": "^7.0.2",
15631
+ "debug": "^4.3.4",
15632
+ "socks": "^2.7.1"
15633
+ },
15634
+ "engines": {
15635
+ "node": ">= 14"
15636
+ }
15637
+ },
15577
15638
  "node_modules/node-gyp/node_modules/ssri": {
15578
15639
  "version": "10.0.6",
15579
15640
  "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz",
@@ -19424,44 +19485,59 @@
19424
19485
  }
19425
19486
  },
19426
19487
  "node_modules/pac-proxy-agent": {
19427
- "version": "7.0.1",
19428
- "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz",
19429
- "integrity": "sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==",
19488
+ "version": "7.1.0",
19489
+ "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.1.0.tgz",
19490
+ "integrity": "sha512-Z5FnLVVZSnX7WjBg0mhDtydeRZ1xMcATZThjySQUHqr+0ksP8kqaw23fNKkaaN/Z8gwLUs/W7xdl0I75eP2Xyw==",
19430
19491
  "license": "MIT",
19431
19492
  "dependencies": {
19432
19493
  "@tootallnate/quickjs-emscripten": "^0.23.0",
19433
- "agent-base": "^7.0.2",
19494
+ "agent-base": "^7.1.2",
19434
19495
  "debug": "^4.3.4",
19435
19496
  "get-uri": "^6.0.1",
19436
19497
  "http-proxy-agent": "^7.0.0",
19437
- "https-proxy-agent": "^7.0.2",
19438
- "pac-resolver": "^7.0.0",
19439
- "socks-proxy-agent": "^8.0.2"
19498
+ "https-proxy-agent": "^7.0.6",
19499
+ "pac-resolver": "^7.0.1",
19500
+ "socks-proxy-agent": "^8.0.5"
19501
+ },
19502
+ "engines": {
19503
+ "node": ">= 14"
19504
+ }
19505
+ },
19506
+ "node_modules/pac-proxy-agent/node_modules/agent-base": {
19507
+ "version": "7.1.3",
19508
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
19509
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
19510
+ "license": "MIT",
19511
+ "engines": {
19512
+ "node": ">= 14"
19513
+ }
19514
+ },
19515
+ "node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
19516
+ "version": "7.0.6",
19517
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
19518
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
19519
+ "license": "MIT",
19520
+ "dependencies": {
19521
+ "agent-base": "^7.1.2",
19522
+ "debug": "4"
19440
19523
  },
19441
19524
  "engines": {
19442
19525
  "node": ">= 14"
19443
19526
  }
19444
19527
  },
19445
19528
  "node_modules/pac-resolver": {
19446
- "version": "7.0.0",
19447
- "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.0.tgz",
19448
- "integrity": "sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg==",
19529
+ "version": "7.0.1",
19530
+ "resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
19531
+ "integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
19449
19532
  "license": "MIT",
19450
19533
  "dependencies": {
19451
19534
  "degenerator": "^5.0.0",
19452
- "ip": "^1.1.8",
19453
19535
  "netmask": "^2.0.2"
19454
19536
  },
19455
19537
  "engines": {
19456
19538
  "node": ">= 14"
19457
19539
  }
19458
19540
  },
19459
- "node_modules/pac-resolver/node_modules/ip": {
19460
- "version": "1.1.9",
19461
- "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz",
19462
- "integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==",
19463
- "license": "MIT"
19464
- },
19465
19541
  "node_modules/package-hash": {
19466
19542
  "version": "4.0.0",
19467
19543
  "resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz",
@@ -20181,19 +20257,41 @@
20181
20257
  "license": "ISC"
20182
20258
  },
20183
20259
  "node_modules/proxy-agent": {
20184
- "version": "6.4.0",
20185
- "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
20186
- "integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
20260
+ "version": "6.5.0",
20261
+ "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz",
20262
+ "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==",
20187
20263
  "license": "MIT",
20188
20264
  "dependencies": {
20189
- "agent-base": "^7.0.2",
20265
+ "agent-base": "^7.1.2",
20190
20266
  "debug": "^4.3.4",
20191
20267
  "http-proxy-agent": "^7.0.1",
20192
- "https-proxy-agent": "^7.0.3",
20268
+ "https-proxy-agent": "^7.0.6",
20193
20269
  "lru-cache": "^7.14.1",
20194
- "pac-proxy-agent": "^7.0.1",
20270
+ "pac-proxy-agent": "^7.1.0",
20195
20271
  "proxy-from-env": "^1.1.0",
20196
- "socks-proxy-agent": "^8.0.2"
20272
+ "socks-proxy-agent": "^8.0.5"
20273
+ },
20274
+ "engines": {
20275
+ "node": ">= 14"
20276
+ }
20277
+ },
20278
+ "node_modules/proxy-agent/node_modules/agent-base": {
20279
+ "version": "7.1.3",
20280
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
20281
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
20282
+ "license": "MIT",
20283
+ "engines": {
20284
+ "node": ">= 14"
20285
+ }
20286
+ },
20287
+ "node_modules/proxy-agent/node_modules/https-proxy-agent": {
20288
+ "version": "7.0.6",
20289
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
20290
+ "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
20291
+ "license": "MIT",
20292
+ "dependencies": {
20293
+ "agent-base": "^7.1.2",
20294
+ "debug": "4"
20197
20295
  },
20198
20296
  "engines": {
20199
20297
  "node": ">= 14"
@@ -21332,33 +21430,42 @@
21332
21430
  }
21333
21431
  },
21334
21432
  "node_modules/socks": {
21335
- "version": "2.7.1",
21336
- "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
21337
- "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
21433
+ "version": "2.8.3",
21434
+ "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz",
21435
+ "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
21338
21436
  "license": "MIT",
21339
21437
  "dependencies": {
21340
- "ip": "^2.0.0",
21438
+ "ip-address": "^9.0.5",
21341
21439
  "smart-buffer": "^4.2.0"
21342
21440
  },
21343
21441
  "engines": {
21344
- "node": ">= 10.13.0",
21442
+ "node": ">= 10.0.0",
21345
21443
  "npm": ">= 3.0.0"
21346
21444
  }
21347
21445
  },
21348
21446
  "node_modules/socks-proxy-agent": {
21349
- "version": "8.0.2",
21350
- "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz",
21351
- "integrity": "sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==",
21447
+ "version": "8.0.5",
21448
+ "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
21449
+ "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
21352
21450
  "license": "MIT",
21353
21451
  "dependencies": {
21354
- "agent-base": "^7.0.2",
21452
+ "agent-base": "^7.1.2",
21355
21453
  "debug": "^4.3.4",
21356
- "socks": "^2.7.1"
21454
+ "socks": "^2.8.3"
21357
21455
  },
21358
21456
  "engines": {
21359
21457
  "node": ">= 14"
21360
21458
  }
21361
21459
  },
21460
+ "node_modules/socks-proxy-agent/node_modules/agent-base": {
21461
+ "version": "7.1.3",
21462
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
21463
+ "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
21464
+ "license": "MIT",
21465
+ "engines": {
21466
+ "node": ">= 14"
21467
+ }
21468
+ },
21362
21469
  "node_modules/sonic-boom": {
21363
21470
  "version": "4.0.1",
21364
21471
  "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
@@ -21582,7 +21689,6 @@
21582
21689
  "version": "1.1.3",
21583
21690
  "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
21584
21691
  "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
21585
- "extraneous": true,
21586
21692
  "license": "BSD-3-Clause"
21587
21693
  },
21588
21694
  "node_modules/srcset": {
package/oclif.lock CHANGED
@@ -1768,7 +1768,7 @@
1768
1768
  "@jridgewell/resolve-uri" "3.1.0"
1769
1769
  "@jridgewell/sourcemap-codec" "1.4.14"
1770
1770
 
1771
- "@jsforce/jsforce-node@^3.6.1", "@jsforce/jsforce-node@^3.6.2":
1771
+ "@jsforce/jsforce-node@^3.6.1":
1772
1772
  version "3.6.2"
1773
1773
  resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz#5d8509aaeb161f1d6658e4ce737948a04d3ce3a6"
1774
1774
  integrity sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA==
@@ -1784,6 +1784,22 @@
1784
1784
  node-fetch "^2.6.1"
1785
1785
  xml2js "^0.6.2"
1786
1786
 
1787
+ "@jsforce/jsforce-node@^3.6.3":
1788
+ version "3.6.3"
1789
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.3.tgz#a5c984b6deffac01ddabc3f4b48374408c5cd194"
1790
+ integrity sha512-sNUeBzfUv57uH0AiYuAOO8yjBP7lNY33mWybrjvBud8gMFVWozY6UAWU1DUk/dpqZ0+FK3iqB++nOQRczj1nSg==
1791
+ dependencies:
1792
+ "@sindresorhus/is" "^4"
1793
+ base64url "^3.0.1"
1794
+ csv-parse "^5.5.2"
1795
+ csv-stringify "^6.4.4"
1796
+ faye "^1.4.0"
1797
+ form-data "^4.0.0"
1798
+ https-proxy-agent "^5.0.0"
1799
+ multistream "^3.1.0"
1800
+ node-fetch "^2.6.1"
1801
+ xml2js "^0.6.2"
1802
+
1787
1803
  "@nodelib/fs.scandir@2.1.5":
1788
1804
  version "2.1.5"
1789
1805
  resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
@@ -2315,13 +2331,13 @@
2315
2331
  debug "^4.3.7"
2316
2332
  handlebars "^4.7.8"
2317
2333
 
2318
- "@salesforce/plugin-info@^3.4.21":
2319
- version "3.4.23"
2320
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.23.tgz#970b0110375a6c0b8d7763e2b5628d1f604e373e"
2321
- integrity sha512-k7FglkIabnG+Nc1EKvTouzhiosQMKCmGPX2PHHpSAGUfz5W+lTpTufxh+ZTX9Og3dZ51vMFnVgSEG7DKaYsepA==
2334
+ "@salesforce/plugin-info@^3.4.25":
2335
+ version "3.4.27"
2336
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.4.27.tgz#c12ca9a303575d0c329a3e1381c03269f7572786"
2337
+ integrity sha512-AwYPfWhxK/Ht01/RusbWD/jT5YKuVaQaMsx2Y50KIFdtLuIkn9dzjwOnM0ktTbjVu5xSUxoHvBpOYlQV9gxsLg==
2322
2338
  dependencies:
2323
2339
  "@inquirer/input" "^2.3.0"
2324
- "@jsforce/jsforce-node" "^3.6.2"
2340
+ "@jsforce/jsforce-node" "^3.6.3"
2325
2341
  "@oclif/core" "^4"
2326
2342
  "@salesforce/core" "^8.8.0"
2327
2343
  "@salesforce/kit" "^3.2.3"
@@ -2330,23 +2346,23 @@
2330
2346
  marked "^4.3.0"
2331
2347
  marked-terminal "^4.2.0"
2332
2348
  open "^10.1.0"
2333
- proxy-agent "^6.4.0"
2349
+ proxy-agent "^6.5.0"
2334
2350
  semver "^7.6.3"
2335
2351
 
2336
- "@salesforce/plugin-trust@^3.7.45":
2337
- version "3.7.45"
2338
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.45.tgz#b2d708b11ef4363fe260a9d666d91caab901f414"
2339
- integrity sha512-Bs3AEqEtyC9GZ1d2BzHkpbG8SJYzalDCjSbJMWxO5N+B1GBeOsBKOjAAiEBia5dGx+Tkv3OIDshGygVowUhrNA==
2352
+ "@salesforce/plugin-trust@^3.7.50":
2353
+ version "3.7.50"
2354
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-trust/-/plugin-trust-3.7.50.tgz#148bc81605529dc6dc008fa1066810f7c7082c23"
2355
+ integrity sha512-KAbmRRPoJ5B79TtRGxZTurjUddgprQ30zG2SuBS1l7kv3GIwFizafpPqvcEH0jVS60Y9n0NzdLTqefRi7G/HjQ==
2340
2356
  dependencies:
2341
2357
  "@oclif/core" "^4"
2342
2358
  "@salesforce/core" "^8.8.0"
2343
2359
  "@salesforce/kit" "^3.2.0"
2344
- "@salesforce/plugin-info" "^3.4.21"
2360
+ "@salesforce/plugin-info" "^3.4.25"
2345
2361
  "@salesforce/sf-plugins-core" "^12"
2346
2362
  got "^13.0.0"
2347
- npm "^10.9.1"
2363
+ npm "^10.9.2"
2348
2364
  npm-run-path "^4.0.1"
2349
- proxy-agent "^6.4.0"
2365
+ proxy-agent "^6.5.0"
2350
2366
  semver "^7.6.3"
2351
2367
  shelljs "^0.8.4"
2352
2368
 
@@ -3518,6 +3534,11 @@ agent-base@^7.1.1:
3518
3534
  dependencies:
3519
3535
  debug "^4.3.4"
3520
3536
 
3537
+ agent-base@^7.1.2:
3538
+ version "7.1.3"
3539
+ resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.3.tgz#29435eb821bc4194633a5b89e5bc4703bafc25a1"
3540
+ integrity sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==
3541
+
3521
3542
  aggregate-error@^3.0.0:
3522
3543
  version "3.1.0"
3523
3544
  resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz"
@@ -6146,7 +6167,7 @@ https-proxy-agent@^5.0.0:
6146
6167
  agent-base "6"
6147
6168
  debug "4"
6148
6169
 
6149
- https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
6170
+ https-proxy-agent@^7.0.1:
6150
6171
  version "7.0.4"
6151
6172
  resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz#8e97b841a029ad8ddc8731f26595bad868cb4168"
6152
6173
  integrity sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==
@@ -6154,6 +6175,14 @@ https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2, https-proxy-agent@^7.0.3:
6154
6175
  agent-base "^7.0.2"
6155
6176
  debug "4"
6156
6177
 
6178
+ https-proxy-agent@^7.0.6:
6179
+ version "7.0.6"
6180
+ resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
6181
+ integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
6182
+ dependencies:
6183
+ agent-base "^7.1.2"
6184
+ debug "4"
6185
+
6157
6186
  human-signals@^1.1.1:
6158
6187
  version "1.1.1"
6159
6188
  resolved "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz"
@@ -6326,11 +6355,6 @@ ip-regex@^5.0.0:
6326
6355
  resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-5.0.0.tgz#cd313b2ae9c80c07bd3851e12bf4fa4dc5480632"
6327
6356
  integrity sha512-fOCG6lhoKKakwv+C6KdsOnGvgXnmgfmp0myi3bcNwj3qfwPAxRKWEuFhvEFF7ceYIz6+1jRZ+yguLFAmUNPEfw==
6328
6357
 
6329
- ip@^1.1.8:
6330
- version "1.1.9"
6331
- resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
6332
- integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
6333
-
6334
6358
  ip@^2.0.0:
6335
6359
  version "2.0.1"
6336
6360
  resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
@@ -7976,7 +8000,7 @@ npm-user-validate@^3.0.0:
7976
8000
  resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-3.0.0.tgz#9b1410796bf1f1d78297a8096328c55d3083f233"
7977
8001
  integrity sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==
7978
8002
 
7979
- npm@^10.9.1:
8003
+ npm@^10.9.2:
7980
8004
  version "10.9.2"
7981
8005
  resolved "https://registry.yarnpkg.com/npm/-/npm-10.9.2.tgz#784b3e2194fc151d5709a14692cf49c4afc60dfe"
7982
8006
  integrity sha512-iriPEPIkoMYUy3F6f3wwSZAU93E0Eg6cHwIR6jzzOXWSy+SD/rOODEs74cVONHKSx2obXtuUoyidVEhISrisgQ==
@@ -8295,27 +8319,26 @@ p-try@^2.0.0:
8295
8319
  resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz"
8296
8320
  integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
8297
8321
 
8298
- pac-proxy-agent@^7.0.1:
8299
- version "7.0.1"
8300
- resolved "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.1.tgz"
8301
- integrity sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==
8322
+ pac-proxy-agent@^7.1.0:
8323
+ version "7.1.0"
8324
+ resolved "https://registry.yarnpkg.com/pac-proxy-agent/-/pac-proxy-agent-7.1.0.tgz#da7c3b5c4cccc6655aaafb701ae140fb23f15df2"
8325
+ integrity sha512-Z5FnLVVZSnX7WjBg0mhDtydeRZ1xMcATZThjySQUHqr+0ksP8kqaw23fNKkaaN/Z8gwLUs/W7xdl0I75eP2Xyw==
8302
8326
  dependencies:
8303
8327
  "@tootallnate/quickjs-emscripten" "^0.23.0"
8304
- agent-base "^7.0.2"
8328
+ agent-base "^7.1.2"
8305
8329
  debug "^4.3.4"
8306
8330
  get-uri "^6.0.1"
8307
8331
  http-proxy-agent "^7.0.0"
8308
- https-proxy-agent "^7.0.2"
8309
- pac-resolver "^7.0.0"
8310
- socks-proxy-agent "^8.0.2"
8332
+ https-proxy-agent "^7.0.6"
8333
+ pac-resolver "^7.0.1"
8334
+ socks-proxy-agent "^8.0.5"
8311
8335
 
8312
- pac-resolver@^7.0.0:
8313
- version "7.0.0"
8314
- resolved "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.0.tgz"
8315
- integrity sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg==
8336
+ pac-resolver@^7.0.1:
8337
+ version "7.0.1"
8338
+ resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-7.0.1.tgz#54675558ea368b64d210fd9c92a640b5f3b8abb6"
8339
+ integrity sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==
8316
8340
  dependencies:
8317
8341
  degenerator "^5.0.0"
8318
- ip "^1.1.8"
8319
8342
  netmask "^2.0.2"
8320
8343
 
8321
8344
  package-hash@^4.0.0:
@@ -8718,19 +8741,19 @@ proto-list@~1.2.1:
8718
8741
  resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
8719
8742
  integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
8720
8743
 
8721
- proxy-agent@^6.4.0:
8722
- version "6.4.0"
8723
- resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.4.0.tgz#b4e2dd51dee2b377748aef8d45604c2d7608652d"
8724
- integrity sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==
8744
+ proxy-agent@^6.4.0, proxy-agent@^6.5.0:
8745
+ version "6.5.0"
8746
+ resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.5.0.tgz#9e49acba8e4ee234aacb539f89ed9c23d02f232d"
8747
+ integrity sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==
8725
8748
  dependencies:
8726
- agent-base "^7.0.2"
8749
+ agent-base "^7.1.2"
8727
8750
  debug "^4.3.4"
8728
8751
  http-proxy-agent "^7.0.1"
8729
- https-proxy-agent "^7.0.3"
8752
+ https-proxy-agent "^7.0.6"
8730
8753
  lru-cache "^7.14.1"
8731
- pac-proxy-agent "^7.0.1"
8754
+ pac-proxy-agent "^7.1.0"
8732
8755
  proxy-from-env "^1.1.0"
8733
- socks-proxy-agent "^8.0.2"
8756
+ socks-proxy-agent "^8.0.5"
8734
8757
 
8735
8758
  proxy-from-env@^1.1.0:
8736
8759
  version "1.1.0"
@@ -9376,7 +9399,7 @@ snake-case@^3.0.4:
9376
9399
  dot-case "^3.0.4"
9377
9400
  tslib "^2.0.3"
9378
9401
 
9379
- socks-proxy-agent@^8.0.1, socks-proxy-agent@^8.0.2:
9402
+ socks-proxy-agent@^8.0.1:
9380
9403
  version "8.0.2"
9381
9404
  resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.2.tgz"
9382
9405
  integrity sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==
@@ -9394,6 +9417,15 @@ socks-proxy-agent@^8.0.3:
9394
9417
  debug "^4.3.4"
9395
9418
  socks "^2.8.3"
9396
9419
 
9420
+ socks-proxy-agent@^8.0.5:
9421
+ version "8.0.5"
9422
+ resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz#b9cdb4e7e998509d7659d689ce7697ac21645bee"
9423
+ integrity sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==
9424
+ dependencies:
9425
+ agent-base "^7.1.2"
9426
+ debug "^4.3.4"
9427
+ socks "^2.8.3"
9428
+
9397
9429
  socks@^2.7.1:
9398
9430
  version "2.7.1"
9399
9431
  resolved "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz"
@@ -160,80 +160,6 @@
160
160
  "promote.js"
161
161
  ]
162
162
  },
163
- "cli:releasenotes": {
164
- "aliases": [],
165
- "args": {},
166
- "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
167
- "examples": [
168
- "<%= config.bin %> <%= command.id %> --cli sf",
169
- "<%= config.bin %> <%= command.id %> --cli sfdx",
170
- "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
171
- "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
172
- "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
173
- "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
174
- ],
175
- "flags": {
176
- "json": {
177
- "description": "Format output as json.",
178
- "helpGroup": "GLOBAL",
179
- "name": "json",
180
- "allowNo": false,
181
- "type": "boolean"
182
- },
183
- "flags-dir": {
184
- "helpGroup": "GLOBAL",
185
- "name": "flags-dir",
186
- "summary": "Import flag values from a directory.",
187
- "hasDynamicHelp": false,
188
- "multiple": false,
189
- "type": "option"
190
- },
191
- "cli": {
192
- "char": "c",
193
- "name": "cli",
194
- "required": true,
195
- "summary": "the cli to pull information for",
196
- "hasDynamicHelp": false,
197
- "multiple": false,
198
- "options": [
199
- "sf",
200
- "sfdx"
201
- ],
202
- "type": "option"
203
- },
204
- "since": {
205
- "char": "s",
206
- "name": "since",
207
- "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
208
- "hasDynamicHelp": false,
209
- "multiple": false,
210
- "type": "option"
211
- },
212
- "markdown": {
213
- "char": "m",
214
- "name": "markdown",
215
- "summary": "format the output in markdown",
216
- "allowNo": false,
217
- "type": "boolean"
218
- }
219
- },
220
- "hasDynamicHelp": false,
221
- "hiddenAliases": [],
222
- "id": "cli:releasenotes",
223
- "pluginAlias": "@salesforce/plugin-release-management",
224
- "pluginName": "@salesforce/plugin-release-management",
225
- "pluginType": "core",
226
- "strict": true,
227
- "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
228
- "enableJsonFlag": true,
229
- "isESM": true,
230
- "relativePath": [
231
- "lib",
232
- "commands",
233
- "cli",
234
- "releasenotes.js"
235
- ]
236
- },
237
163
  "dependabot:automerge": {
238
164
  "aliases": [],
239
165
  "args": {},
@@ -341,6 +267,80 @@
341
267
  "automerge.js"
342
268
  ]
343
269
  },
270
+ "cli:releasenotes": {
271
+ "aliases": [],
272
+ "args": {},
273
+ "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
274
+ "examples": [
275
+ "<%= config.bin %> <%= command.id %> --cli sf",
276
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
277
+ "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
278
+ "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
279
+ "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
280
+ "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
281
+ ],
282
+ "flags": {
283
+ "json": {
284
+ "description": "Format output as json.",
285
+ "helpGroup": "GLOBAL",
286
+ "name": "json",
287
+ "allowNo": false,
288
+ "type": "boolean"
289
+ },
290
+ "flags-dir": {
291
+ "helpGroup": "GLOBAL",
292
+ "name": "flags-dir",
293
+ "summary": "Import flag values from a directory.",
294
+ "hasDynamicHelp": false,
295
+ "multiple": false,
296
+ "type": "option"
297
+ },
298
+ "cli": {
299
+ "char": "c",
300
+ "name": "cli",
301
+ "required": true,
302
+ "summary": "the cli to pull information for",
303
+ "hasDynamicHelp": false,
304
+ "multiple": false,
305
+ "options": [
306
+ "sf",
307
+ "sfdx"
308
+ ],
309
+ "type": "option"
310
+ },
311
+ "since": {
312
+ "char": "s",
313
+ "name": "since",
314
+ "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
315
+ "hasDynamicHelp": false,
316
+ "multiple": false,
317
+ "type": "option"
318
+ },
319
+ "markdown": {
320
+ "char": "m",
321
+ "name": "markdown",
322
+ "summary": "format the output in markdown",
323
+ "allowNo": false,
324
+ "type": "boolean"
325
+ }
326
+ },
327
+ "hasDynamicHelp": false,
328
+ "hiddenAliases": [],
329
+ "id": "cli:releasenotes",
330
+ "pluginAlias": "@salesforce/plugin-release-management",
331
+ "pluginName": "@salesforce/plugin-release-management",
332
+ "pluginType": "core",
333
+ "strict": true,
334
+ "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
335
+ "enableJsonFlag": true,
336
+ "isESM": true,
337
+ "relativePath": [
338
+ "lib",
339
+ "commands",
340
+ "cli",
341
+ "releasenotes.js"
342
+ ]
343
+ },
344
344
  "repositories": {
345
345
  "aliases": [],
346
346
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.6.21"
1393
+ "version": "5.6.22"
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.21",
4
+ "version": "5.6.22",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/core": "^8.8.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.35",
20
- "@salesforce/plugin-trust": "^3.7.45",
20
+ "@salesforce/plugin-trust": "^3.7.50",
21
21
  "@salesforce/sf-plugins-core": "^12.1.0",
22
22
  "@salesforce/ts-types": "^2.0.10",
23
23
  "aws-sdk": "^2.1692.0",