@salesforce/cli 2.30.1 → 2.30.3
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 +55 -55
- package/npm-shrinkwrap.json +210 -467
- package/oclif.manifest.json +1 -1
- package/package.json +11 -11
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.30.
|
|
9
|
+
"version": "2.30.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
14
|
"@oclif/core": "3.19.2",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.8",
|
|
16
|
-
"@oclif/plugin-commands": "3.1.
|
|
17
|
-
"@oclif/plugin-help": "6.0.
|
|
16
|
+
"@oclif/plugin-commands": "3.1.4",
|
|
17
|
+
"@oclif/plugin-help": "6.0.13",
|
|
18
18
|
"@oclif/plugin-not-found": "3.0.10",
|
|
19
|
-
"@oclif/plugin-plugins": "4.2.
|
|
19
|
+
"@oclif/plugin-plugins": "4.2.3",
|
|
20
20
|
"@oclif/plugin-search": "1.0.14",
|
|
21
21
|
"@oclif/plugin-update": "4.1.11",
|
|
22
22
|
"@oclif/plugin-version": "2.0.12",
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"@salesforce/plugin-apex": "3.0.23",
|
|
27
27
|
"@salesforce/plugin-auth": "3.3.11",
|
|
28
28
|
"@salesforce/plugin-data": "3.0.21",
|
|
29
|
-
"@salesforce/plugin-deploy-retrieve": "3.2.
|
|
29
|
+
"@salesforce/plugin-deploy-retrieve": "3.2.15",
|
|
30
30
|
"@salesforce/plugin-info": "3.0.25",
|
|
31
31
|
"@salesforce/plugin-limits": "3.1.8",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.22",
|
|
33
33
|
"@salesforce/plugin-org": "3.3.12",
|
|
34
|
-
"@salesforce/plugin-packaging": "2.1.
|
|
34
|
+
"@salesforce/plugin-packaging": "2.1.9",
|
|
35
35
|
"@salesforce/plugin-schema": "3.1.3",
|
|
36
36
|
"@salesforce/plugin-settings": "2.0.24",
|
|
37
37
|
"@salesforce/plugin-sobject": "1.1.11",
|
|
38
|
-
"@salesforce/plugin-source": "3.1.
|
|
39
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
38
|
+
"@salesforce/plugin-source": "3.1.14",
|
|
39
|
+
"@salesforce/plugin-telemetry": "3.1.12",
|
|
40
40
|
"@salesforce/plugin-templates": "56.0.14",
|
|
41
41
|
"@salesforce/plugin-trust": "3.3.8",
|
|
42
|
-
"@salesforce/plugin-user": "3.2.
|
|
42
|
+
"@salesforce/plugin-user": "3.2.9",
|
|
43
43
|
"@salesforce/sf-plugins-core": "7.1.9",
|
|
44
44
|
"chalk": "^5.3.0",
|
|
45
45
|
"debug": "^4.3.4",
|
|
@@ -4055,12 +4055,12 @@
|
|
|
4055
4055
|
}
|
|
4056
4056
|
},
|
|
4057
4057
|
"node_modules/@oclif/plugin-commands": {
|
|
4058
|
-
"version": "3.1.
|
|
4059
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.1.
|
|
4060
|
-
"integrity": "sha512-
|
|
4058
|
+
"version": "3.1.4",
|
|
4059
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.1.4.tgz",
|
|
4060
|
+
"integrity": "sha512-Bfj+/2WVdDULK9/2cMSSjifbcPt/khnipPdZRQsGIdoJEox54J4QwBXTTUQzHh+//vmB1ulZEtROZ4q2gwL7Ag==",
|
|
4061
4061
|
"license": "MIT",
|
|
4062
4062
|
"dependencies": {
|
|
4063
|
-
"@oclif/core": "^3.19.
|
|
4063
|
+
"@oclif/core": "^3.19.2",
|
|
4064
4064
|
"lodash.pickby": "^4.6.0",
|
|
4065
4065
|
"lodash.sortby": "^4.7.0",
|
|
4066
4066
|
"lodash.template": "^4.5.0",
|
|
@@ -4071,12 +4071,12 @@
|
|
|
4071
4071
|
}
|
|
4072
4072
|
},
|
|
4073
4073
|
"node_modules/@oclif/plugin-help": {
|
|
4074
|
-
"version": "6.0.
|
|
4075
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
4076
|
-
"integrity": "sha512-
|
|
4074
|
+
"version": "6.0.13",
|
|
4075
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.13.tgz",
|
|
4076
|
+
"integrity": "sha512-D/hiHmg+c6eOny95VfbhBcdgGxbi4AU2I3s1nFit0wpV2YziZnjmD7NQvYUCUJB052RcVmni6NiegttLgM4y5g==",
|
|
4077
4077
|
"license": "MIT",
|
|
4078
4078
|
"dependencies": {
|
|
4079
|
-
"@oclif/core": "^3.
|
|
4079
|
+
"@oclif/core": "^3.19.2"
|
|
4080
4080
|
},
|
|
4081
4081
|
"engines": {
|
|
4082
4082
|
"node": ">=18.0.0"
|
|
@@ -4097,15 +4097,15 @@
|
|
|
4097
4097
|
}
|
|
4098
4098
|
},
|
|
4099
4099
|
"node_modules/@oclif/plugin-plugins": {
|
|
4100
|
-
"version": "4.2.
|
|
4101
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.
|
|
4102
|
-
"integrity": "sha512-
|
|
4100
|
+
"version": "4.2.3",
|
|
4101
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.3.tgz",
|
|
4102
|
+
"integrity": "sha512-0yfdU68nksbfDhgnxFOAJ+72oWcet6drASJn83A18v6VdOq6/+wMjDQs+dZBRF3/Fcg6mW4o+ZBlSX72ubxEOA==",
|
|
4103
4103
|
"license": "MIT",
|
|
4104
4104
|
"dependencies": {
|
|
4105
4105
|
"@oclif/core": "^3.10.2",
|
|
4106
4106
|
"chalk": "^5.3.0",
|
|
4107
4107
|
"debug": "^4.3.4",
|
|
4108
|
-
"npm": "10.
|
|
4108
|
+
"npm": "10.4.0",
|
|
4109
4109
|
"npm-run-path": "^4.0.1",
|
|
4110
4110
|
"semver": "^7.6.0",
|
|
4111
4111
|
"shelljs": "^0.8.5",
|
|
@@ -4156,9 +4156,9 @@
|
|
|
4156
4156
|
}
|
|
4157
4157
|
},
|
|
4158
4158
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
4159
|
-
"version": "10.
|
|
4160
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.
|
|
4161
|
-
"integrity": "sha512-
|
|
4159
|
+
"version": "10.4.0",
|
|
4160
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.4.0.tgz",
|
|
4161
|
+
"integrity": "sha512-RS7Mx0OVfXlOcQLRePuDIYdFCVBPCNapWHplDK+mh7GDdP/Tvor4ocuybRRPSvfcRb2vjRJt1fHCqw3cr8qACQ==",
|
|
4162
4162
|
"bundleDependencies": [
|
|
4163
4163
|
"@isaacs/string-locale-compare",
|
|
4164
4164
|
"@npmcli/arborist",
|
|
@@ -4222,7 +4222,6 @@
|
|
|
4222
4222
|
"semver",
|
|
4223
4223
|
"spdx-expression-parse",
|
|
4224
4224
|
"ssri",
|
|
4225
|
-
"strip-ansi",
|
|
4226
4225
|
"supports-color",
|
|
4227
4226
|
"tar",
|
|
4228
4227
|
"text-table",
|
|
@@ -4247,12 +4246,12 @@
|
|
|
4247
4246
|
"@npmcli/fs": "^3.1.0",
|
|
4248
4247
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
4249
4248
|
"@npmcli/package-json": "^5.0.0",
|
|
4250
|
-
"@npmcli/promise-spawn": "^7.0.
|
|
4251
|
-
"@npmcli/run-script": "^7.0.
|
|
4252
|
-
"@sigstore/tuf": "^2.
|
|
4249
|
+
"@npmcli/promise-spawn": "^7.0.1",
|
|
4250
|
+
"@npmcli/run-script": "^7.0.4",
|
|
4251
|
+
"@sigstore/tuf": "^2.3.0",
|
|
4253
4252
|
"abbrev": "^2.0.0",
|
|
4254
4253
|
"archy": "~1.0.0",
|
|
4255
|
-
"cacache": "^18.0.
|
|
4254
|
+
"cacache": "^18.0.2",
|
|
4256
4255
|
"chalk": "^5.3.0",
|
|
4257
4256
|
"ci-info": "^4.0.0",
|
|
4258
4257
|
"cli-columns": "^4.0.0",
|
|
@@ -4266,7 +4265,7 @@
|
|
|
4266
4265
|
"ini": "^4.1.1",
|
|
4267
4266
|
"init-package-json": "^6.0.0",
|
|
4268
4267
|
"is-cidr": "^5.0.3",
|
|
4269
|
-
"json-parse-even-better-errors": "^3.0.
|
|
4268
|
+
"json-parse-even-better-errors": "^3.0.1",
|
|
4270
4269
|
"libnpmaccess": "^8.0.1",
|
|
4271
4270
|
"libnpmdiff": "^6.0.3",
|
|
4272
4271
|
"libnpmexec": "^7.0.4",
|
|
@@ -4295,7 +4294,7 @@
|
|
|
4295
4294
|
"npm-user-validate": "^2.0.0",
|
|
4296
4295
|
"npmlog": "^7.0.1",
|
|
4297
4296
|
"p-map": "^4.0.0",
|
|
4298
|
-
"pacote": "^17.0.
|
|
4297
|
+
"pacote": "^17.0.6",
|
|
4299
4298
|
"parse-conflict-json": "^3.0.1",
|
|
4300
4299
|
"proc-log": "^3.0.0",
|
|
4301
4300
|
"qrcode-terminal": "^0.12.0",
|
|
@@ -4303,7 +4302,6 @@
|
|
|
4303
4302
|
"semver": "^7.5.4",
|
|
4304
4303
|
"spdx-expression-parse": "^3.0.1",
|
|
4305
4304
|
"ssri": "^10.0.5",
|
|
4306
|
-
"strip-ansi": "^7.1.0",
|
|
4307
4305
|
"supports-color": "^9.4.0",
|
|
4308
4306
|
"tar": "^6.2.0",
|
|
4309
4307
|
"text-table": "~0.2.0",
|
|
@@ -4350,6 +4348,19 @@
|
|
|
4350
4348
|
"node": ">=12"
|
|
4351
4349
|
}
|
|
4352
4350
|
},
|
|
4351
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
4352
|
+
"version": "6.0.1",
|
|
4353
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4354
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4355
|
+
"inBundle": true,
|
|
4356
|
+
"license": "MIT",
|
|
4357
|
+
"engines": {
|
|
4358
|
+
"node": ">=12"
|
|
4359
|
+
},
|
|
4360
|
+
"funding": {
|
|
4361
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4353
4364
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
4354
4365
|
"version": "9.2.2",
|
|
4355
4366
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -4375,6 +4386,22 @@
|
|
|
4375
4386
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4376
4387
|
}
|
|
4377
4388
|
},
|
|
4389
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
4390
|
+
"version": "7.1.0",
|
|
4391
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4392
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4393
|
+
"inBundle": true,
|
|
4394
|
+
"license": "MIT",
|
|
4395
|
+
"dependencies": {
|
|
4396
|
+
"ansi-regex": "^6.0.1"
|
|
4397
|
+
},
|
|
4398
|
+
"engines": {
|
|
4399
|
+
"node": ">=12"
|
|
4400
|
+
},
|
|
4401
|
+
"funding": {
|
|
4402
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4403
|
+
}
|
|
4404
|
+
},
|
|
4378
4405
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
4379
4406
|
"version": "1.1.0",
|
|
4380
4407
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
@@ -4400,9 +4427,7 @@
|
|
|
4400
4427
|
}
|
|
4401
4428
|
},
|
|
4402
4429
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4403
|
-
"version": "7.
|
|
4404
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.2.1.tgz",
|
|
4405
|
-
"integrity": "sha512-o1QIAX56FC8HEPF+Hf4V4/hck9j0a3UiLnMX4aDHPbtU4Po1tUOUSmc2GAx947VWT+acrdMYTDkqUt2CaSXt7A==",
|
|
4430
|
+
"version": "7.3.1",
|
|
4406
4431
|
"inBundle": true,
|
|
4407
4432
|
"license": "ISC",
|
|
4408
4433
|
"dependencies": {
|
|
@@ -4433,7 +4458,7 @@
|
|
|
4433
4458
|
"parse-conflict-json": "^3.0.0",
|
|
4434
4459
|
"proc-log": "^3.0.0",
|
|
4435
4460
|
"promise-all-reject-late": "^1.0.0",
|
|
4436
|
-
"promise-call-limit": "^
|
|
4461
|
+
"promise-call-limit": "^3.0.1",
|
|
4437
4462
|
"read-package-json-fast": "^3.0.2",
|
|
4438
4463
|
"semver": "^7.3.7",
|
|
4439
4464
|
"ssri": "^10.0.5",
|
|
@@ -4448,7 +4473,9 @@
|
|
|
4448
4473
|
}
|
|
4449
4474
|
},
|
|
4450
4475
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4451
|
-
"version": "8.0
|
|
4476
|
+
"version": "8.1.0",
|
|
4477
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.1.0.tgz",
|
|
4478
|
+
"integrity": "sha512-61LNEybTFaa9Z/f8y6X9s2Blc75aijZK67LxqC5xicBcfkw8M/88nYrRXGXxAUKm6GRlxTZ216dp1UK2+TbaYw==",
|
|
4452
4479
|
"inBundle": true,
|
|
4453
4480
|
"license": "ISC",
|
|
4454
4481
|
"dependencies": {
|
|
@@ -4508,9 +4535,7 @@
|
|
|
4508
4535
|
}
|
|
4509
4536
|
},
|
|
4510
4537
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4511
|
-
"version": "5.0.
|
|
4512
|
-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.3.tgz",
|
|
4513
|
-
"integrity": "sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw==",
|
|
4538
|
+
"version": "5.0.4",
|
|
4514
4539
|
"inBundle": true,
|
|
4515
4540
|
"license": "ISC",
|
|
4516
4541
|
"dependencies": {
|
|
@@ -4616,7 +4641,9 @@
|
|
|
4616
4641
|
}
|
|
4617
4642
|
},
|
|
4618
4643
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
4619
|
-
"version": "7.0.
|
|
4644
|
+
"version": "7.0.1",
|
|
4645
|
+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
|
|
4646
|
+
"integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
|
|
4620
4647
|
"inBundle": true,
|
|
4621
4648
|
"license": "ISC",
|
|
4622
4649
|
"dependencies": {
|
|
@@ -4640,14 +4667,16 @@
|
|
|
4640
4667
|
}
|
|
4641
4668
|
},
|
|
4642
4669
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4643
|
-
"version": "7.0.
|
|
4670
|
+
"version": "7.0.4",
|
|
4671
|
+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
4672
|
+
"integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
|
|
4644
4673
|
"inBundle": true,
|
|
4645
4674
|
"license": "ISC",
|
|
4646
4675
|
"dependencies": {
|
|
4647
4676
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4677
|
+
"@npmcli/package-json": "^5.0.0",
|
|
4648
4678
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
4649
4679
|
"node-gyp": "^10.0.0",
|
|
4650
|
-
"read-package-json-fast": "^3.0.0",
|
|
4651
4680
|
"which": "^4.0.0"
|
|
4652
4681
|
},
|
|
4653
4682
|
"engines": {
|
|
@@ -4666,7 +4695,9 @@
|
|
|
4666
4695
|
}
|
|
4667
4696
|
},
|
|
4668
4697
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
|
|
4669
|
-
"version": "2.1.
|
|
4698
|
+
"version": "2.1.1",
|
|
4699
|
+
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.1.1.tgz",
|
|
4700
|
+
"integrity": "sha512-v3/iS+1nufZdKQ5iAlQKcCsoh0jffQyABvYIxKsZQFWc4ubuGjwZklFHpDgV6O6T7vvV78SW5NHI91HFKEcxKg==",
|
|
4670
4701
|
"inBundle": true,
|
|
4671
4702
|
"license": "Apache-2.0",
|
|
4672
4703
|
"dependencies": {
|
|
@@ -4676,6 +4707,16 @@
|
|
|
4676
4707
|
"node": "^16.14.0 || >=18.0.0"
|
|
4677
4708
|
}
|
|
4678
4709
|
},
|
|
4710
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
|
|
4711
|
+
"version": "0.2.0",
|
|
4712
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-0.2.0.tgz",
|
|
4713
|
+
"integrity": "sha512-THobAPPZR9pDH2CAvDLpkrYedt7BlZnsyxDe+Isq4ZmGfPy5juOFZq487vCU2EgKD7aHSiTfE/i7sN7aEdzQnA==",
|
|
4714
|
+
"inBundle": true,
|
|
4715
|
+
"license": "Apache-2.0",
|
|
4716
|
+
"engines": {
|
|
4717
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4718
|
+
}
|
|
4719
|
+
},
|
|
4679
4720
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4680
4721
|
"version": "0.2.1",
|
|
4681
4722
|
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz",
|
|
@@ -4687,11 +4728,14 @@
|
|
|
4687
4728
|
}
|
|
4688
4729
|
},
|
|
4689
4730
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
|
|
4690
|
-
"version": "2.2.
|
|
4731
|
+
"version": "2.2.1",
|
|
4732
|
+
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.1.tgz",
|
|
4733
|
+
"integrity": "sha512-U5sKQEj+faE1MsnLou1f4DQQHeFZay+V9s9768lw48J4pKykPj34rWyI1lsMOGJ3Mae47Ye6q3HAJvgXO21rkQ==",
|
|
4691
4734
|
"inBundle": true,
|
|
4692
4735
|
"license": "Apache-2.0",
|
|
4693
4736
|
"dependencies": {
|
|
4694
|
-
"@sigstore/bundle": "^2.1.
|
|
4737
|
+
"@sigstore/bundle": "^2.1.1",
|
|
4738
|
+
"@sigstore/core": "^0.2.0",
|
|
4695
4739
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4696
4740
|
"make-fetch-happen": "^13.0.0"
|
|
4697
4741
|
},
|
|
@@ -4700,12 +4744,29 @@
|
|
|
4700
4744
|
}
|
|
4701
4745
|
},
|
|
4702
4746
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4703
|
-
"version": "2.
|
|
4747
|
+
"version": "2.3.0",
|
|
4748
|
+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.0.tgz",
|
|
4749
|
+
"integrity": "sha512-S98jo9cpJwO1mtQ+2zY7bOdcYyfVYCUaofCG6wWRzk3pxKHVAkSfshkfecto2+LKsx7Ovtqbgb2LS8zTRhxJ9Q==",
|
|
4704
4750
|
"inBundle": true,
|
|
4705
4751
|
"license": "Apache-2.0",
|
|
4706
4752
|
"dependencies": {
|
|
4707
4753
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4708
|
-
"tuf-js": "^2.
|
|
4754
|
+
"tuf-js": "^2.2.0"
|
|
4755
|
+
},
|
|
4756
|
+
"engines": {
|
|
4757
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4760
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
|
|
4761
|
+
"version": "0.1.0",
|
|
4762
|
+
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-0.1.0.tgz",
|
|
4763
|
+
"integrity": "sha512-2UzMNYAa/uaz11NhvgRnIQf4gpLTJ59bhb8ESXaoSS5sxedfS+eLak8bsdMc+qpNQfITUTFoSKFx5h8umlRRiA==",
|
|
4764
|
+
"inBundle": true,
|
|
4765
|
+
"license": "Apache-2.0",
|
|
4766
|
+
"dependencies": {
|
|
4767
|
+
"@sigstore/bundle": "^2.1.1",
|
|
4768
|
+
"@sigstore/core": "^0.2.0",
|
|
4769
|
+
"@sigstore/protobuf-specs": "^0.2.1"
|
|
4709
4770
|
},
|
|
4710
4771
|
"engines": {
|
|
4711
4772
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -4745,19 +4806,6 @@
|
|
|
4745
4806
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4746
4807
|
}
|
|
4747
4808
|
},
|
|
4748
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/abort-controller": {
|
|
4749
|
-
"version": "3.0.0",
|
|
4750
|
-
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
4751
|
-
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
4752
|
-
"inBundle": true,
|
|
4753
|
-
"license": "MIT",
|
|
4754
|
-
"dependencies": {
|
|
4755
|
-
"event-target-shim": "^5.0.0"
|
|
4756
|
-
},
|
|
4757
|
-
"engines": {
|
|
4758
|
-
"node": ">=6.5"
|
|
4759
|
-
}
|
|
4760
|
-
},
|
|
4761
4809
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4762
4810
|
"version": "7.1.0",
|
|
4763
4811
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
@@ -4786,16 +4834,13 @@
|
|
|
4786
4834
|
}
|
|
4787
4835
|
},
|
|
4788
4836
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-regex": {
|
|
4789
|
-
"version": "
|
|
4790
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
4791
|
-
"integrity": "sha512-
|
|
4837
|
+
"version": "5.0.1",
|
|
4838
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4839
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4792
4840
|
"inBundle": true,
|
|
4793
4841
|
"license": "MIT",
|
|
4794
4842
|
"engines": {
|
|
4795
|
-
"node": ">=
|
|
4796
|
-
},
|
|
4797
|
-
"funding": {
|
|
4798
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4843
|
+
"node": ">=8"
|
|
4799
4844
|
}
|
|
4800
4845
|
},
|
|
4801
4846
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
|
|
@@ -4826,13 +4871,9 @@
|
|
|
4826
4871
|
"license": "MIT"
|
|
4827
4872
|
},
|
|
4828
4873
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
|
|
4829
|
-
"version": "4.0.
|
|
4874
|
+
"version": "4.0.2",
|
|
4830
4875
|
"inBundle": true,
|
|
4831
4876
|
"license": "ISC",
|
|
4832
|
-
"dependencies": {
|
|
4833
|
-
"delegates": "^1.0.0",
|
|
4834
|
-
"readable-stream": "^4.1.0"
|
|
4835
|
-
},
|
|
4836
4877
|
"engines": {
|
|
4837
4878
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4838
4879
|
}
|
|
@@ -4844,27 +4885,6 @@
|
|
|
4844
4885
|
"inBundle": true,
|
|
4845
4886
|
"license": "MIT"
|
|
4846
4887
|
},
|
|
4847
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/base64-js": {
|
|
4848
|
-
"version": "1.5.1",
|
|
4849
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
4850
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
4851
|
-
"funding": [
|
|
4852
|
-
{
|
|
4853
|
-
"type": "github",
|
|
4854
|
-
"url": "https://github.com/sponsors/feross"
|
|
4855
|
-
},
|
|
4856
|
-
{
|
|
4857
|
-
"type": "patreon",
|
|
4858
|
-
"url": "https://www.patreon.com/feross"
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"type": "consulting",
|
|
4862
|
-
"url": "https://feross.org/support"
|
|
4863
|
-
}
|
|
4864
|
-
],
|
|
4865
|
-
"inBundle": true,
|
|
4866
|
-
"license": "MIT"
|
|
4867
|
-
},
|
|
4868
4888
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
4869
4889
|
"version": "4.0.3",
|
|
4870
4890
|
"inBundle": true,
|
|
@@ -4899,31 +4919,6 @@
|
|
|
4899
4919
|
"balanced-match": "^1.0.0"
|
|
4900
4920
|
}
|
|
4901
4921
|
},
|
|
4902
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/buffer": {
|
|
4903
|
-
"version": "6.0.3",
|
|
4904
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
4905
|
-
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
4906
|
-
"funding": [
|
|
4907
|
-
{
|
|
4908
|
-
"type": "github",
|
|
4909
|
-
"url": "https://github.com/sponsors/feross"
|
|
4910
|
-
},
|
|
4911
|
-
{
|
|
4912
|
-
"type": "patreon",
|
|
4913
|
-
"url": "https://www.patreon.com/feross"
|
|
4914
|
-
},
|
|
4915
|
-
{
|
|
4916
|
-
"type": "consulting",
|
|
4917
|
-
"url": "https://feross.org/support"
|
|
4918
|
-
}
|
|
4919
|
-
],
|
|
4920
|
-
"inBundle": true,
|
|
4921
|
-
"license": "MIT",
|
|
4922
|
-
"dependencies": {
|
|
4923
|
-
"base64-js": "^1.3.1",
|
|
4924
|
-
"ieee754": "^1.2.1"
|
|
4925
|
-
}
|
|
4926
|
-
},
|
|
4927
4922
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
|
|
4928
4923
|
"version": "5.0.1",
|
|
4929
4924
|
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
|
|
@@ -4935,7 +4930,9 @@
|
|
|
4935
4930
|
}
|
|
4936
4931
|
},
|
|
4937
4932
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
4938
|
-
"version": "18.0.
|
|
4933
|
+
"version": "18.0.2",
|
|
4934
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
|
|
4935
|
+
"integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
|
|
4939
4936
|
"inBundle": true,
|
|
4940
4937
|
"license": "ISC",
|
|
4941
4938
|
"dependencies": {
|
|
@@ -4944,7 +4941,7 @@
|
|
|
4944
4941
|
"glob": "^10.2.2",
|
|
4945
4942
|
"lru-cache": "^10.0.1",
|
|
4946
4943
|
"minipass": "^7.0.3",
|
|
4947
|
-
"minipass-collect": "^
|
|
4944
|
+
"minipass-collect": "^2.0.1",
|
|
4948
4945
|
"minipass-flush": "^1.0.5",
|
|
4949
4946
|
"minipass-pipeline": "^1.2.4",
|
|
4950
4947
|
"p-map": "^4.0.0",
|
|
@@ -5032,29 +5029,6 @@
|
|
|
5032
5029
|
"node": ">= 10"
|
|
5033
5030
|
}
|
|
5034
5031
|
},
|
|
5035
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/ansi-regex": {
|
|
5036
|
-
"version": "5.0.1",
|
|
5037
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5038
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5039
|
-
"inBundle": true,
|
|
5040
|
-
"license": "MIT",
|
|
5041
|
-
"engines": {
|
|
5042
|
-
"node": ">=8"
|
|
5043
|
-
}
|
|
5044
|
-
},
|
|
5045
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi": {
|
|
5046
|
-
"version": "6.0.1",
|
|
5047
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5048
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5049
|
-
"inBundle": true,
|
|
5050
|
-
"license": "MIT",
|
|
5051
|
-
"dependencies": {
|
|
5052
|
-
"ansi-regex": "^5.0.1"
|
|
5053
|
-
},
|
|
5054
|
-
"engines": {
|
|
5055
|
-
"node": ">=8"
|
|
5056
|
-
}
|
|
5057
|
-
},
|
|
5058
5032
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
5059
5033
|
"version": "0.6.3",
|
|
5060
5034
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
|
|
@@ -5133,29 +5107,6 @@
|
|
|
5133
5107
|
"node": ">=8.0.0"
|
|
5134
5108
|
}
|
|
5135
5109
|
},
|
|
5136
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/ansi-regex": {
|
|
5137
|
-
"version": "5.0.1",
|
|
5138
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5139
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5140
|
-
"inBundle": true,
|
|
5141
|
-
"license": "MIT",
|
|
5142
|
-
"engines": {
|
|
5143
|
-
"node": ">=8"
|
|
5144
|
-
}
|
|
5145
|
-
},
|
|
5146
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/strip-ansi": {
|
|
5147
|
-
"version": "6.0.1",
|
|
5148
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5149
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5150
|
-
"inBundle": true,
|
|
5151
|
-
"license": "MIT",
|
|
5152
|
-
"dependencies": {
|
|
5153
|
-
"ansi-regex": "^5.0.1"
|
|
5154
|
-
},
|
|
5155
|
-
"engines": {
|
|
5156
|
-
"node": ">=8"
|
|
5157
|
-
}
|
|
5158
|
-
},
|
|
5159
5110
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
|
|
5160
5111
|
"version": "1.0.1",
|
|
5161
5112
|
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
|
@@ -5252,13 +5203,6 @@
|
|
|
5252
5203
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5253
5204
|
}
|
|
5254
5205
|
},
|
|
5255
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/delegates": {
|
|
5256
|
-
"version": "1.0.0",
|
|
5257
|
-
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
5258
|
-
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
5259
|
-
"inBundle": true,
|
|
5260
|
-
"license": "MIT"
|
|
5261
|
-
},
|
|
5262
5206
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
5263
5207
|
"version": "5.1.0",
|
|
5264
5208
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
|
|
@@ -5311,26 +5255,6 @@
|
|
|
5311
5255
|
"inBundle": true,
|
|
5312
5256
|
"license": "MIT"
|
|
5313
5257
|
},
|
|
5314
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/event-target-shim": {
|
|
5315
|
-
"version": "5.0.1",
|
|
5316
|
-
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
5317
|
-
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
5318
|
-
"inBundle": true,
|
|
5319
|
-
"license": "MIT",
|
|
5320
|
-
"engines": {
|
|
5321
|
-
"node": ">=6"
|
|
5322
|
-
}
|
|
5323
|
-
},
|
|
5324
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/events": {
|
|
5325
|
-
"version": "3.3.0",
|
|
5326
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
5327
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
5328
|
-
"inBundle": true,
|
|
5329
|
-
"license": "MIT",
|
|
5330
|
-
"engines": {
|
|
5331
|
-
"node": ">=0.8.x"
|
|
5332
|
-
}
|
|
5333
|
-
},
|
|
5334
5258
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
|
|
5335
5259
|
"version": "3.1.1",
|
|
5336
5260
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -5408,29 +5332,6 @@
|
|
|
5408
5332
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5409
5333
|
}
|
|
5410
5334
|
},
|
|
5411
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/ansi-regex": {
|
|
5412
|
-
"version": "5.0.1",
|
|
5413
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5414
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5415
|
-
"inBundle": true,
|
|
5416
|
-
"license": "MIT",
|
|
5417
|
-
"engines": {
|
|
5418
|
-
"node": ">=8"
|
|
5419
|
-
}
|
|
5420
|
-
},
|
|
5421
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/strip-ansi": {
|
|
5422
|
-
"version": "6.0.1",
|
|
5423
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5424
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5425
|
-
"inBundle": true,
|
|
5426
|
-
"license": "MIT",
|
|
5427
|
-
"dependencies": {
|
|
5428
|
-
"ansi-regex": "^5.0.1"
|
|
5429
|
-
},
|
|
5430
|
-
"engines": {
|
|
5431
|
-
"node": ">=8"
|
|
5432
|
-
}
|
|
5433
|
-
},
|
|
5434
5335
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5435
5336
|
"version": "10.3.10",
|
|
5436
5337
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
@@ -5543,31 +5444,8 @@
|
|
|
5543
5444
|
"node": ">=0.10.0"
|
|
5544
5445
|
}
|
|
5545
5446
|
},
|
|
5546
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ieee754": {
|
|
5547
|
-
"version": "1.2.1",
|
|
5548
|
-
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
5549
|
-
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
5550
|
-
"funding": [
|
|
5551
|
-
{
|
|
5552
|
-
"type": "github",
|
|
5553
|
-
"url": "https://github.com/sponsors/feross"
|
|
5554
|
-
},
|
|
5555
|
-
{
|
|
5556
|
-
"type": "patreon",
|
|
5557
|
-
"url": "https://www.patreon.com/feross"
|
|
5558
|
-
},
|
|
5559
|
-
{
|
|
5560
|
-
"type": "consulting",
|
|
5561
|
-
"url": "https://feross.org/support"
|
|
5562
|
-
}
|
|
5563
|
-
],
|
|
5564
|
-
"inBundle": true,
|
|
5565
|
-
"license": "BSD-3-Clause"
|
|
5566
|
-
},
|
|
5567
5447
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5568
|
-
"version": "6.0.
|
|
5569
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.3.tgz",
|
|
5570
|
-
"integrity": "sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==",
|
|
5448
|
+
"version": "6.0.4",
|
|
5571
5449
|
"inBundle": true,
|
|
5572
5450
|
"license": "ISC",
|
|
5573
5451
|
"dependencies": {
|
|
@@ -5714,7 +5592,9 @@
|
|
|
5714
5592
|
}
|
|
5715
5593
|
},
|
|
5716
5594
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
5717
|
-
"version": "3.0.
|
|
5595
|
+
"version": "3.0.1",
|
|
5596
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
5597
|
+
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
5718
5598
|
"inBundle": true,
|
|
5719
5599
|
"license": "MIT",
|
|
5720
5600
|
"engines": {
|
|
@@ -5756,9 +5636,7 @@
|
|
|
5756
5636
|
"license": "MIT"
|
|
5757
5637
|
},
|
|
5758
5638
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5759
|
-
"version": "8.0.
|
|
5760
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.1.tgz",
|
|
5761
|
-
"integrity": "sha512-MWbnWIfxLKol+BgC1NR1as1JwM5ufZASd6CaENJjNe4JpJ0gx71xhpYY5SvNMZnVBahocYZWP6+SPQdyD0abEQ==",
|
|
5639
|
+
"version": "8.0.2",
|
|
5762
5640
|
"inBundle": true,
|
|
5763
5641
|
"license": "ISC",
|
|
5764
5642
|
"dependencies": {
|
|
@@ -5770,9 +5648,7 @@
|
|
|
5770
5648
|
}
|
|
5771
5649
|
},
|
|
5772
5650
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5773
|
-
"version": "6.0.
|
|
5774
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.3.tgz",
|
|
5775
|
-
"integrity": "sha512-Xy4ZFueaYb7CNMxH7i/SoQDg7VyDOESFWZp/MU3f3qtAasEWhdTYBSHmb18ehp8MxTjox7c7U6ws7l3r+LTBFA==",
|
|
5651
|
+
"version": "6.0.6",
|
|
5776
5652
|
"inBundle": true,
|
|
5777
5653
|
"license": "ISC",
|
|
5778
5654
|
"dependencies": {
|
|
@@ -5791,7 +5667,9 @@
|
|
|
5791
5667
|
}
|
|
5792
5668
|
},
|
|
5793
5669
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5794
|
-
"version": "7.0.
|
|
5670
|
+
"version": "7.0.7",
|
|
5671
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.7.tgz",
|
|
5672
|
+
"integrity": "sha512-pkca7D8s84GqLQf8wh7QKWXUlUKc+BQlwztzCqjWqxVNYjl2sF+WRGB1cmVFBshJ82tm2etWkpmxmkrHus4uJQ==",
|
|
5795
5673
|
"inBundle": true,
|
|
5796
5674
|
"license": "ISC",
|
|
5797
5675
|
"dependencies": {
|
|
@@ -5812,9 +5690,7 @@
|
|
|
5812
5690
|
}
|
|
5813
5691
|
},
|
|
5814
5692
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5815
|
-
"version": "5.0.
|
|
5816
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.1.tgz",
|
|
5817
|
-
"integrity": "sha512-4s7jdjiYE4SCf87n5UOrRlsUpF0Xw8DWtBwP53EaNQdvqR1579nOv1nwakMLmkq5HFKNOJyZcAH/rf5wVRRz5A==",
|
|
5693
|
+
"version": "5.0.4",
|
|
5818
5694
|
"inBundle": true,
|
|
5819
5695
|
"license": "ISC",
|
|
5820
5696
|
"dependencies": {
|
|
@@ -5825,9 +5701,7 @@
|
|
|
5825
5701
|
}
|
|
5826
5702
|
},
|
|
5827
5703
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5828
|
-
"version": "10.0.
|
|
5829
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.0.tgz",
|
|
5830
|
-
"integrity": "sha512-PdEuOC1woGbrmxsvMdZCLYFirwtroIaxCzire/h55BfnqHOC73yQylIe9V2T9/1WL6f+PXIoZETR0dhJpLLFWQ==",
|
|
5704
|
+
"version": "10.0.1",
|
|
5831
5705
|
"inBundle": true,
|
|
5832
5706
|
"license": "ISC",
|
|
5833
5707
|
"dependencies": {
|
|
@@ -5839,9 +5713,7 @@
|
|
|
5839
5713
|
}
|
|
5840
5714
|
},
|
|
5841
5715
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5842
|
-
"version": "6.0.
|
|
5843
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.1.tgz",
|
|
5844
|
-
"integrity": "sha512-yP3Moge82n3va2Y2dm7qWqwUGp2oZr+vPCyOr+YChGQx6zMtmUYdQA3nGMyF1mWWEmx2QCzyp2N6HmdTUnvRmQ==",
|
|
5716
|
+
"version": "6.0.2",
|
|
5845
5717
|
"inBundle": true,
|
|
5846
5718
|
"license": "ISC",
|
|
5847
5719
|
"dependencies": {
|
|
@@ -5853,9 +5725,7 @@
|
|
|
5853
5725
|
}
|
|
5854
5726
|
},
|
|
5855
5727
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5856
|
-
"version": "6.0.
|
|
5857
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.3.tgz",
|
|
5858
|
-
"integrity": "sha512-+XV6/KVGYJ2TvqeJfBhSJgrXWV3OiFPYCKGavNwNBFmAtRRrj7OoV6a/+C0HDo7D0PFEDktdBHW47EciUgHx+g==",
|
|
5728
|
+
"version": "6.0.6",
|
|
5859
5729
|
"inBundle": true,
|
|
5860
5730
|
"license": "ISC",
|
|
5861
5731
|
"dependencies": {
|
|
@@ -5869,7 +5739,9 @@
|
|
|
5869
5739
|
}
|
|
5870
5740
|
},
|
|
5871
5741
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5872
|
-
"version": "9.0.
|
|
5742
|
+
"version": "9.0.4",
|
|
5743
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
|
|
5744
|
+
"integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
|
|
5873
5745
|
"inBundle": true,
|
|
5874
5746
|
"license": "ISC",
|
|
5875
5747
|
"dependencies": {
|
|
@@ -5879,7 +5751,7 @@
|
|
|
5879
5751
|
"npm-registry-fetch": "^16.0.0",
|
|
5880
5752
|
"proc-log": "^3.0.0",
|
|
5881
5753
|
"semver": "^7.3.7",
|
|
5882
|
-
"sigstore": "^2.
|
|
5754
|
+
"sigstore": "^2.2.0",
|
|
5883
5755
|
"ssri": "^10.0.5"
|
|
5884
5756
|
},
|
|
5885
5757
|
"engines": {
|
|
@@ -5887,9 +5759,7 @@
|
|
|
5887
5759
|
}
|
|
5888
5760
|
},
|
|
5889
5761
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5890
|
-
"version": "7.0.
|
|
5891
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.0.tgz",
|
|
5892
|
-
"integrity": "sha512-gMSev/ZYP96C/73vVJSBfc/dfK65xKHs1QS/u/0NHmos19Td+XopKaMFbY4Xkfbdsau21DRTwM5kQdjuj9DbIw==",
|
|
5762
|
+
"version": "7.0.1",
|
|
5893
5763
|
"inBundle": true,
|
|
5894
5764
|
"license": "ISC",
|
|
5895
5765
|
"dependencies": {
|
|
@@ -5900,9 +5770,7 @@
|
|
|
5900
5770
|
}
|
|
5901
5771
|
},
|
|
5902
5772
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5903
|
-
"version": "6.0.
|
|
5904
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.0.tgz",
|
|
5905
|
-
"integrity": "sha512-d63ahIq7cZy3ZO8hhXiIigZTjaeV5WGfz1HkTbh6IfqNYNDhGiVLKu5ehOGdUQgUHcjxkdAwUzNNjMS1VJQ/mQ==",
|
|
5773
|
+
"version": "6.0.1",
|
|
5906
5774
|
"inBundle": true,
|
|
5907
5775
|
"license": "ISC",
|
|
5908
5776
|
"dependencies": {
|
|
@@ -5914,9 +5782,7 @@
|
|
|
5914
5782
|
}
|
|
5915
5783
|
},
|
|
5916
5784
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
5917
|
-
"version": "5.0.
|
|
5918
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.1.tgz",
|
|
5919
|
-
"integrity": "sha512-OXiju5vvL22QUBKizAyo5d+FOUkt9xN9+UOPE8alsZw+O9gLjnJrMmRW8P8uxMLS6/K415em15meVEbjG26Fzg==",
|
|
5785
|
+
"version": "5.0.2",
|
|
5920
5786
|
"inBundle": true,
|
|
5921
5787
|
"license": "ISC",
|
|
5922
5788
|
"dependencies": {
|
|
@@ -5931,12 +5797,11 @@
|
|
|
5931
5797
|
}
|
|
5932
5798
|
},
|
|
5933
5799
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
|
|
5934
|
-
"version": "10.0
|
|
5800
|
+
"version": "10.1.0",
|
|
5801
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
|
|
5802
|
+
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
|
|
5935
5803
|
"inBundle": true,
|
|
5936
5804
|
"license": "ISC",
|
|
5937
|
-
"dependencies": {
|
|
5938
|
-
"semver": "^7.3.5"
|
|
5939
|
-
},
|
|
5940
5805
|
"engines": {
|
|
5941
5806
|
"node": "14 || >=16.14"
|
|
5942
5807
|
}
|
|
@@ -5991,29 +5856,16 @@
|
|
|
5991
5856
|
}
|
|
5992
5857
|
},
|
|
5993
5858
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5994
|
-
"version": "
|
|
5995
|
-
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-
|
|
5996
|
-
"integrity": "sha512-
|
|
5997
|
-
"inBundle": true,
|
|
5998
|
-
"license": "ISC",
|
|
5999
|
-
"dependencies": {
|
|
6000
|
-
"minipass": "^3.0.0"
|
|
6001
|
-
},
|
|
6002
|
-
"engines": {
|
|
6003
|
-
"node": ">= 8"
|
|
6004
|
-
}
|
|
6005
|
-
},
|
|
6006
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect/node_modules/minipass": {
|
|
6007
|
-
"version": "3.3.6",
|
|
6008
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
6009
|
-
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5859
|
+
"version": "2.0.1",
|
|
5860
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
|
|
5861
|
+
"integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
|
|
6010
5862
|
"inBundle": true,
|
|
6011
5863
|
"license": "ISC",
|
|
6012
5864
|
"dependencies": {
|
|
6013
|
-
"
|
|
5865
|
+
"minipass": "^7.0.3"
|
|
6014
5866
|
},
|
|
6015
5867
|
"engines": {
|
|
6016
|
-
"node": ">=
|
|
5868
|
+
"node": ">=16 || 14 >=14.17"
|
|
6017
5869
|
}
|
|
6018
5870
|
},
|
|
6019
5871
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
@@ -6321,13 +6173,11 @@
|
|
|
6321
6173
|
}
|
|
6322
6174
|
},
|
|
6323
6175
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
6324
|
-
"version": "8.0.
|
|
6325
|
-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz",
|
|
6326
|
-
"integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==",
|
|
6176
|
+
"version": "8.0.2",
|
|
6327
6177
|
"inBundle": true,
|
|
6328
6178
|
"license": "ISC",
|
|
6329
6179
|
"dependencies": {
|
|
6330
|
-
"ignore-walk": "^6.0.
|
|
6180
|
+
"ignore-walk": "^6.0.4"
|
|
6331
6181
|
},
|
|
6332
6182
|
"engines": {
|
|
6333
6183
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -6425,7 +6275,9 @@
|
|
|
6425
6275
|
}
|
|
6426
6276
|
},
|
|
6427
6277
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
6428
|
-
"version": "17.0.
|
|
6278
|
+
"version": "17.0.6",
|
|
6279
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
|
|
6280
|
+
"integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
|
|
6429
6281
|
"inBundle": true,
|
|
6430
6282
|
"license": "ISC",
|
|
6431
6283
|
"dependencies": {
|
|
@@ -6444,7 +6296,7 @@
|
|
|
6444
6296
|
"promise-retry": "^2.0.1",
|
|
6445
6297
|
"read-package-json": "^7.0.0",
|
|
6446
6298
|
"read-package-json-fast": "^3.0.0",
|
|
6447
|
-
"sigstore": "^2.
|
|
6299
|
+
"sigstore": "^2.2.0",
|
|
6448
6300
|
"ssri": "^10.0.0",
|
|
6449
6301
|
"tar": "^6.1.11"
|
|
6450
6302
|
},
|
|
@@ -6498,9 +6350,7 @@
|
|
|
6498
6350
|
}
|
|
6499
6351
|
},
|
|
6500
6352
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6501
|
-
"version": "6.0.
|
|
6502
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
|
|
6503
|
-
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
|
|
6353
|
+
"version": "6.0.15",
|
|
6504
6354
|
"inBundle": true,
|
|
6505
6355
|
"license": "MIT",
|
|
6506
6356
|
"dependencies": {
|
|
@@ -6521,16 +6371,6 @@
|
|
|
6521
6371
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6522
6372
|
}
|
|
6523
6373
|
},
|
|
6524
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/process": {
|
|
6525
|
-
"version": "0.11.10",
|
|
6526
|
-
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
6527
|
-
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
6528
|
-
"inBundle": true,
|
|
6529
|
-
"license": "MIT",
|
|
6530
|
-
"engines": {
|
|
6531
|
-
"node": ">= 0.6.0"
|
|
6532
|
-
}
|
|
6533
|
-
},
|
|
6534
6374
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
|
|
6535
6375
|
"version": "1.0.1",
|
|
6536
6376
|
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
@@ -6542,9 +6382,7 @@
|
|
|
6542
6382
|
}
|
|
6543
6383
|
},
|
|
6544
6384
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6545
|
-
"version": "
|
|
6546
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.2.tgz",
|
|
6547
|
-
"integrity": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==",
|
|
6385
|
+
"version": "3.0.1",
|
|
6548
6386
|
"inBundle": true,
|
|
6549
6387
|
"license": "ISC",
|
|
6550
6388
|
"funding": {
|
|
@@ -6647,23 +6485,6 @@
|
|
|
6647
6485
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6648
6486
|
}
|
|
6649
6487
|
},
|
|
6650
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
|
|
6651
|
-
"version": "4.4.2",
|
|
6652
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
6653
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
6654
|
-
"inBundle": true,
|
|
6655
|
-
"license": "MIT",
|
|
6656
|
-
"dependencies": {
|
|
6657
|
-
"abort-controller": "^3.0.0",
|
|
6658
|
-
"buffer": "^6.0.3",
|
|
6659
|
-
"events": "^3.3.0",
|
|
6660
|
-
"process": "^0.11.10",
|
|
6661
|
-
"string_decoder": "^1.3.0"
|
|
6662
|
-
},
|
|
6663
|
-
"engines": {
|
|
6664
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6665
|
-
}
|
|
6666
|
-
},
|
|
6667
6488
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
|
|
6668
6489
|
"version": "0.12.0",
|
|
6669
6490
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -6674,27 +6495,6 @@
|
|
|
6674
6495
|
"node": ">= 4"
|
|
6675
6496
|
}
|
|
6676
6497
|
},
|
|
6677
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safe-buffer": {
|
|
6678
|
-
"version": "5.2.1",
|
|
6679
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
6680
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
6681
|
-
"funding": [
|
|
6682
|
-
{
|
|
6683
|
-
"type": "github",
|
|
6684
|
-
"url": "https://github.com/sponsors/feross"
|
|
6685
|
-
},
|
|
6686
|
-
{
|
|
6687
|
-
"type": "patreon",
|
|
6688
|
-
"url": "https://www.patreon.com/feross"
|
|
6689
|
-
},
|
|
6690
|
-
{
|
|
6691
|
-
"type": "consulting",
|
|
6692
|
-
"url": "https://feross.org/support"
|
|
6693
|
-
}
|
|
6694
|
-
],
|
|
6695
|
-
"inBundle": true,
|
|
6696
|
-
"license": "MIT"
|
|
6697
|
-
},
|
|
6698
6498
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
|
|
6699
6499
|
"version": "2.1.2",
|
|
6700
6500
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -6774,14 +6574,18 @@
|
|
|
6774
6574
|
}
|
|
6775
6575
|
},
|
|
6776
6576
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
6777
|
-
"version": "2.
|
|
6577
|
+
"version": "2.2.0",
|
|
6578
|
+
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.0.tgz",
|
|
6579
|
+
"integrity": "sha512-fcU9clHwEss2/M/11FFM8Jwc4PjBgbhXoNskoK5guoK0qGQBSeUbQZRJ+B2fDFIvhyf0gqCaPrel9mszbhAxug==",
|
|
6778
6580
|
"inBundle": true,
|
|
6779
6581
|
"license": "Apache-2.0",
|
|
6780
6582
|
"dependencies": {
|
|
6781
|
-
"@sigstore/bundle": "^2.1.
|
|
6583
|
+
"@sigstore/bundle": "^2.1.1",
|
|
6584
|
+
"@sigstore/core": "^0.2.0",
|
|
6782
6585
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
6783
|
-
"@sigstore/sign": "^2.1
|
|
6784
|
-
"@sigstore/tuf": "^2.
|
|
6586
|
+
"@sigstore/sign": "^2.2.1",
|
|
6587
|
+
"@sigstore/tuf": "^2.3.0",
|
|
6588
|
+
"@sigstore/verify": "^0.1.0"
|
|
6785
6589
|
},
|
|
6786
6590
|
"engines": {
|
|
6787
6591
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -6875,16 +6679,6 @@
|
|
|
6875
6679
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6876
6680
|
}
|
|
6877
6681
|
},
|
|
6878
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string_decoder": {
|
|
6879
|
-
"version": "1.3.0",
|
|
6880
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
6881
|
-
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
6882
|
-
"inBundle": true,
|
|
6883
|
-
"license": "MIT",
|
|
6884
|
-
"dependencies": {
|
|
6885
|
-
"safe-buffer": "~5.2.0"
|
|
6886
|
-
}
|
|
6887
|
-
},
|
|
6888
6682
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
|
|
6889
6683
|
"version": "4.2.3",
|
|
6890
6684
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -6916,40 +6710,7 @@
|
|
|
6916
6710
|
"node": ">=8"
|
|
6917
6711
|
}
|
|
6918
6712
|
},
|
|
6919
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/
|
|
6920
|
-
"version": "5.0.1",
|
|
6921
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6922
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6923
|
-
"inBundle": true,
|
|
6924
|
-
"license": "MIT",
|
|
6925
|
-
"engines": {
|
|
6926
|
-
"node": ">=8"
|
|
6927
|
-
}
|
|
6928
|
-
},
|
|
6929
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
6930
|
-
"version": "6.0.1",
|
|
6931
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6932
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6933
|
-
"inBundle": true,
|
|
6934
|
-
"license": "MIT",
|
|
6935
|
-
"dependencies": {
|
|
6936
|
-
"ansi-regex": "^5.0.1"
|
|
6937
|
-
},
|
|
6938
|
-
"engines": {
|
|
6939
|
-
"node": ">=8"
|
|
6940
|
-
}
|
|
6941
|
-
},
|
|
6942
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/ansi-regex": {
|
|
6943
|
-
"version": "5.0.1",
|
|
6944
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6945
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6946
|
-
"inBundle": true,
|
|
6947
|
-
"license": "MIT",
|
|
6948
|
-
"engines": {
|
|
6949
|
-
"node": ">=8"
|
|
6950
|
-
}
|
|
6951
|
-
},
|
|
6952
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/strip-ansi": {
|
|
6713
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6953
6714
|
"version": "6.0.1",
|
|
6954
6715
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6955
6716
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6962,22 +6723,6 @@
|
|
|
6962
6723
|
"node": ">=8"
|
|
6963
6724
|
}
|
|
6964
6725
|
},
|
|
6965
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6966
|
-
"version": "7.1.0",
|
|
6967
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6968
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6969
|
-
"inBundle": true,
|
|
6970
|
-
"license": "MIT",
|
|
6971
|
-
"dependencies": {
|
|
6972
|
-
"ansi-regex": "^6.0.1"
|
|
6973
|
-
},
|
|
6974
|
-
"engines": {
|
|
6975
|
-
"node": ">=12"
|
|
6976
|
-
},
|
|
6977
|
-
"funding": {
|
|
6978
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6979
|
-
}
|
|
6980
|
-
},
|
|
6981
6726
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
6982
6727
|
"name": "strip-ansi",
|
|
6983
6728
|
"version": "6.0.1",
|
|
@@ -6992,16 +6737,6 @@
|
|
|
6992
6737
|
"node": ">=8"
|
|
6993
6738
|
}
|
|
6994
6739
|
},
|
|
6995
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
6996
|
-
"version": "5.0.1",
|
|
6997
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6998
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6999
|
-
"inBundle": true,
|
|
7000
|
-
"license": "MIT",
|
|
7001
|
-
"engines": {
|
|
7002
|
-
"node": ">=8"
|
|
7003
|
-
}
|
|
7004
|
-
},
|
|
7005
6740
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
7006
6741
|
"version": "9.4.0",
|
|
7007
6742
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -7094,7 +6829,9 @@
|
|
|
7094
6829
|
}
|
|
7095
6830
|
},
|
|
7096
6831
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
7097
|
-
"version": "2.
|
|
6832
|
+
"version": "2.2.0",
|
|
6833
|
+
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
6834
|
+
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
7098
6835
|
"inBundle": true,
|
|
7099
6836
|
"license": "MIT",
|
|
7100
6837
|
"dependencies": {
|
|
@@ -7253,16 +6990,6 @@
|
|
|
7253
6990
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7254
6991
|
}
|
|
7255
6992
|
},
|
|
7256
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
7257
|
-
"version": "5.0.1",
|
|
7258
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
7259
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
7260
|
-
"inBundle": true,
|
|
7261
|
-
"license": "MIT",
|
|
7262
|
-
"engines": {
|
|
7263
|
-
"node": ">=8"
|
|
7264
|
-
}
|
|
7265
|
-
},
|
|
7266
6993
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
7267
6994
|
"version": "4.3.0",
|
|
7268
6995
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -7279,17 +7006,17 @@
|
|
|
7279
7006
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7280
7007
|
}
|
|
7281
7008
|
},
|
|
7282
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi
|
|
7009
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
7283
7010
|
"version": "6.0.1",
|
|
7284
|
-
"resolved": "https://registry.npmjs.org/
|
|
7285
|
-
"integrity": "sha512-
|
|
7011
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
7012
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
7286
7013
|
"inBundle": true,
|
|
7287
7014
|
"license": "MIT",
|
|
7288
|
-
"dependencies": {
|
|
7289
|
-
"ansi-regex": "^5.0.1"
|
|
7290
|
-
},
|
|
7291
7015
|
"engines": {
|
|
7292
|
-
"node": ">=
|
|
7016
|
+
"node": ">=12"
|
|
7017
|
+
},
|
|
7018
|
+
"funding": {
|
|
7019
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7293
7020
|
}
|
|
7294
7021
|
},
|
|
7295
7022
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
@@ -7317,6 +7044,22 @@
|
|
|
7317
7044
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7318
7045
|
}
|
|
7319
7046
|
},
|
|
7047
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
7048
|
+
"version": "7.1.0",
|
|
7049
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7050
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
7051
|
+
"inBundle": true,
|
|
7052
|
+
"license": "MIT",
|
|
7053
|
+
"dependencies": {
|
|
7054
|
+
"ansi-regex": "^6.0.1"
|
|
7055
|
+
},
|
|
7056
|
+
"engines": {
|
|
7057
|
+
"node": ">=12"
|
|
7058
|
+
},
|
|
7059
|
+
"funding": {
|
|
7060
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7061
|
+
}
|
|
7062
|
+
},
|
|
7320
7063
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
|
|
7321
7064
|
"version": "5.0.1",
|
|
7322
7065
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
@@ -8432,16 +8175,16 @@
|
|
|
8432
8175
|
"license": "MIT"
|
|
8433
8176
|
},
|
|
8434
8177
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
8435
|
-
"version": "3.2.
|
|
8436
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.
|
|
8437
|
-
"integrity": "sha512-
|
|
8178
|
+
"version": "3.2.15",
|
|
8179
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.15.tgz",
|
|
8180
|
+
"integrity": "sha512-EksF1kcSxMXvCGzaGMwkk2xpIM66LROuGii6CKJp0hYg96pVakX3UDw/gNNEsTedp0W9HI8JlgLXfLWYCAoxUw==",
|
|
8438
8181
|
"license": "BSD-3-Clause",
|
|
8439
8182
|
"dependencies": {
|
|
8440
8183
|
"@oclif/core": "^3.18.2",
|
|
8441
8184
|
"@salesforce/apex-node": "^3.0.2",
|
|
8442
8185
|
"@salesforce/core": "^6.4.4",
|
|
8443
8186
|
"@salesforce/kit": "^3.0.15",
|
|
8444
|
-
"@salesforce/plugin-info": "^3.0.
|
|
8187
|
+
"@salesforce/plugin-info": "^3.0.25",
|
|
8445
8188
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8446
8189
|
"@salesforce/source-deploy-retrieve": "^10.2.13",
|
|
8447
8190
|
"@salesforce/source-tracking": "^5.1.11",
|
|
@@ -8626,16 +8369,16 @@
|
|
|
8626
8369
|
}
|
|
8627
8370
|
},
|
|
8628
8371
|
"node_modules/@salesforce/plugin-packaging": {
|
|
8629
|
-
"version": "2.1.
|
|
8630
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.1.
|
|
8631
|
-
"integrity": "sha512-
|
|
8372
|
+
"version": "2.1.9",
|
|
8373
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.1.9.tgz",
|
|
8374
|
+
"integrity": "sha512-RxV8yjcOJoGrspQ/ZgASc7LRHD7AxmsSC4vHdRQd6UOtv/AXKWHEokFD1TjesmIodXz5Xa7mR+RXguO9G67GoA==",
|
|
8632
8375
|
"license": "BSD-3-Clause",
|
|
8633
8376
|
"dependencies": {
|
|
8634
8377
|
"@oclif/core": "^3.19.1",
|
|
8635
8378
|
"@salesforce/core": "^6.5.2",
|
|
8636
8379
|
"@salesforce/kit": "^3.0.15",
|
|
8637
8380
|
"@salesforce/packaging": "^3.2.12",
|
|
8638
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8381
|
+
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8639
8382
|
"chalk": "^5.3.0"
|
|
8640
8383
|
},
|
|
8641
8384
|
"engines": {
|
|
@@ -8942,12 +8685,12 @@
|
|
|
8942
8685
|
}
|
|
8943
8686
|
},
|
|
8944
8687
|
"node_modules/@salesforce/plugin-source": {
|
|
8945
|
-
"version": "3.1.
|
|
8946
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.
|
|
8947
|
-
"integrity": "sha512-
|
|
8688
|
+
"version": "3.1.14",
|
|
8689
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.14.tgz",
|
|
8690
|
+
"integrity": "sha512-xqWinhIEX0YD1tGKYe25NofkJ++vdjJUMMv85MJMcXFoXG89nqaovm1T7BS2ajJ5xgaAQSk961kArlFrOGg+Qw==",
|
|
8948
8691
|
"license": "BSD-3-Clause",
|
|
8949
8692
|
"dependencies": {
|
|
8950
|
-
"@oclif/core": "^3.
|
|
8693
|
+
"@oclif/core": "^3.19.2",
|
|
8951
8694
|
"@salesforce/apex-node": "^3.0.2",
|
|
8952
8695
|
"@salesforce/core": "^6.4.4",
|
|
8953
8696
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -8963,12 +8706,12 @@
|
|
|
8963
8706
|
}
|
|
8964
8707
|
},
|
|
8965
8708
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
8966
|
-
"version": "3.1.
|
|
8967
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.
|
|
8968
|
-
"integrity": "sha512-
|
|
8709
|
+
"version": "3.1.12",
|
|
8710
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.12.tgz",
|
|
8711
|
+
"integrity": "sha512-yC9YJQMHMDFGMwrFwFf4c8KqPuUHlIXrxQpjpKLHSz6wEOKpVK28ykN09Uq3ghk+rhnM4rzKyv28muAr4Aztvw==",
|
|
8969
8712
|
"license": "BSD-3-Clause",
|
|
8970
8713
|
"dependencies": {
|
|
8971
|
-
"@oclif/core": "^3.19.
|
|
8714
|
+
"@oclif/core": "^3.19.2",
|
|
8972
8715
|
"@salesforce/core": "^6.5.2",
|
|
8973
8716
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8974
8717
|
"@salesforce/telemetry": "^5.0.10",
|
|
@@ -9019,12 +8762,12 @@
|
|
|
9019
8762
|
}
|
|
9020
8763
|
},
|
|
9021
8764
|
"node_modules/@salesforce/plugin-user": {
|
|
9022
|
-
"version": "3.2.
|
|
9023
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.2.
|
|
9024
|
-
"integrity": "sha512-
|
|
8765
|
+
"version": "3.2.9",
|
|
8766
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.2.9.tgz",
|
|
8767
|
+
"integrity": "sha512-mHHMEbQaiErdPNhnsyWEeRgyGZKXxYZYuSYITk9I+mGxvpHoNcHFnrJmuduUYZkimSS0LHc6z/kv2WHccKrwQQ==",
|
|
9025
8768
|
"license": "BSD-3-Clause",
|
|
9026
8769
|
"dependencies": {
|
|
9027
|
-
"@oclif/core": "^3.
|
|
8770
|
+
"@oclif/core": "^3.19.2",
|
|
9028
8771
|
"@salesforce/core": "^6.4.2",
|
|
9029
8772
|
"@salesforce/kit": "^3.0.15",
|
|
9030
8773
|
"@salesforce/sf-plugins-core": "^7.1.4",
|