@salesforce/cli 2.30.5 → 2.30.6
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 +8 -8
- package/npm-shrinkwrap.json +452 -189
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.30.
|
|
27
|
+
@salesforce/cli/2.30.6 linux-x64 node-v20.11.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -5189,7 +5189,7 @@ EXAMPLES
|
|
|
5189
5189
|
$ sf plugins
|
|
5190
5190
|
```
|
|
5191
5191
|
|
|
5192
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5192
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/index.ts)_
|
|
5193
5193
|
|
|
5194
5194
|
## `sf plugins discover`
|
|
5195
5195
|
|
|
@@ -5233,7 +5233,7 @@ EXAMPLES
|
|
|
5233
5233
|
$ sf plugins inspect myplugin
|
|
5234
5234
|
```
|
|
5235
5235
|
|
|
5236
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5236
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/inspect.ts)_
|
|
5237
5237
|
|
|
5238
5238
|
## `sf plugins:install PLUGIN...`
|
|
5239
5239
|
|
|
@@ -5277,7 +5277,7 @@ EXAMPLES
|
|
|
5277
5277
|
$ sf plugins install someuser/someplugin
|
|
5278
5278
|
```
|
|
5279
5279
|
|
|
5280
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5280
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/install.ts)_
|
|
5281
5281
|
|
|
5282
5282
|
## `sf plugins:link PLUGIN`
|
|
5283
5283
|
|
|
@@ -5307,7 +5307,7 @@ EXAMPLES
|
|
|
5307
5307
|
$ sf plugins link myplugin
|
|
5308
5308
|
```
|
|
5309
5309
|
|
|
5310
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5310
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/link.ts)_
|
|
5311
5311
|
|
|
5312
5312
|
## `sf plugins reset`
|
|
5313
5313
|
|
|
@@ -5322,7 +5322,7 @@ FLAGS
|
|
|
5322
5322
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5323
5323
|
```
|
|
5324
5324
|
|
|
5325
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5325
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/reset.ts)_
|
|
5326
5326
|
|
|
5327
5327
|
## `sf plugins trust verify`
|
|
5328
5328
|
|
|
@@ -5378,7 +5378,7 @@ EXAMPLES
|
|
|
5378
5378
|
$ sf plugins uninstall myplugin
|
|
5379
5379
|
```
|
|
5380
5380
|
|
|
5381
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5381
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/uninstall.ts)_
|
|
5382
5382
|
|
|
5383
5383
|
## `sf plugins update`
|
|
5384
5384
|
|
|
@@ -5396,7 +5396,7 @@ DESCRIPTION
|
|
|
5396
5396
|
Update installed plugins.
|
|
5397
5397
|
```
|
|
5398
5398
|
|
|
5399
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.
|
|
5399
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.2.4/src/commands/plugins/update.ts)_
|
|
5400
5400
|
|
|
5401
5401
|
## `sf project convert mdapi`
|
|
5402
5402
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.6",
|
|
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.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.1.4",
|
|
17
17
|
"@oclif/plugin-help": "6.0.13",
|
|
18
18
|
"@oclif/plugin-not-found": "3.0.11",
|
|
19
|
-
"@oclif/plugin-plugins": "4.2.
|
|
19
|
+
"@oclif/plugin-plugins": "4.2.4",
|
|
20
20
|
"@oclif/plugin-search": "1.0.15",
|
|
21
21
|
"@oclif/plugin-update": "4.1.13",
|
|
22
22
|
"@oclif/plugin-version": "2.0.12",
|
|
@@ -4252,15 +4252,15 @@
|
|
|
4252
4252
|
}
|
|
4253
4253
|
},
|
|
4254
4254
|
"node_modules/@oclif/plugin-plugins": {
|
|
4255
|
-
"version": "4.2.
|
|
4256
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.
|
|
4257
|
-
"integrity": "sha512-
|
|
4255
|
+
"version": "4.2.4",
|
|
4256
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.4.tgz",
|
|
4257
|
+
"integrity": "sha512-m4xzCTpEB6ThBr+At+R+4fuUbV9/ehL0VnFoXVV6rOXflja+fehxIWlfT6j1k3Lj24jQtwPZokyBrXFozxv2MA==",
|
|
4258
4258
|
"license": "MIT",
|
|
4259
4259
|
"dependencies": {
|
|
4260
4260
|
"@oclif/core": "^3.10.2",
|
|
4261
4261
|
"chalk": "^5.3.0",
|
|
4262
4262
|
"debug": "^4.3.4",
|
|
4263
|
-
"npm": "10.4
|
|
4263
|
+
"npm": "10.2.4",
|
|
4264
4264
|
"npm-run-path": "^4.0.1",
|
|
4265
4265
|
"semver": "^7.6.0",
|
|
4266
4266
|
"shelljs": "^0.8.5",
|
|
@@ -4311,9 +4311,9 @@
|
|
|
4311
4311
|
}
|
|
4312
4312
|
},
|
|
4313
4313
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
4314
|
-
"version": "10.4
|
|
4315
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.4.
|
|
4316
|
-
"integrity": "sha512-
|
|
4314
|
+
"version": "10.2.4",
|
|
4315
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.2.4.tgz",
|
|
4316
|
+
"integrity": "sha512-umEuYneVEYO9KoEEI8n2sSGmNQeqco/3BSeacRlqIkCzw4E7XGtYSWMeJobxzr6hZ2n9cM+u5TsMTcC5bAgoWA==",
|
|
4317
4317
|
"bundleDependencies": [
|
|
4318
4318
|
"@isaacs/string-locale-compare",
|
|
4319
4319
|
"@npmcli/arborist",
|
|
@@ -4377,6 +4377,7 @@
|
|
|
4377
4377
|
"semver",
|
|
4378
4378
|
"spdx-expression-parse",
|
|
4379
4379
|
"ssri",
|
|
4380
|
+
"strip-ansi",
|
|
4380
4381
|
"supports-color",
|
|
4381
4382
|
"tar",
|
|
4382
4383
|
"text-table",
|
|
@@ -4401,12 +4402,12 @@
|
|
|
4401
4402
|
"@npmcli/fs": "^3.1.0",
|
|
4402
4403
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
4403
4404
|
"@npmcli/package-json": "^5.0.0",
|
|
4404
|
-
"@npmcli/promise-spawn": "^7.0.
|
|
4405
|
-
"@npmcli/run-script": "^7.0.
|
|
4406
|
-
"@sigstore/tuf": "^2.
|
|
4405
|
+
"@npmcli/promise-spawn": "^7.0.0",
|
|
4406
|
+
"@npmcli/run-script": "^7.0.2",
|
|
4407
|
+
"@sigstore/tuf": "^2.2.0",
|
|
4407
4408
|
"abbrev": "^2.0.0",
|
|
4408
4409
|
"archy": "~1.0.0",
|
|
4409
|
-
"cacache": "^18.0.
|
|
4410
|
+
"cacache": "^18.0.0",
|
|
4410
4411
|
"chalk": "^5.3.0",
|
|
4411
4412
|
"ci-info": "^4.0.0",
|
|
4412
4413
|
"cli-columns": "^4.0.0",
|
|
@@ -4420,7 +4421,7 @@
|
|
|
4420
4421
|
"ini": "^4.1.1",
|
|
4421
4422
|
"init-package-json": "^6.0.0",
|
|
4422
4423
|
"is-cidr": "^5.0.3",
|
|
4423
|
-
"json-parse-even-better-errors": "^3.0.
|
|
4424
|
+
"json-parse-even-better-errors": "^3.0.0",
|
|
4424
4425
|
"libnpmaccess": "^8.0.1",
|
|
4425
4426
|
"libnpmdiff": "^6.0.3",
|
|
4426
4427
|
"libnpmexec": "^7.0.4",
|
|
@@ -4449,7 +4450,7 @@
|
|
|
4449
4450
|
"npm-user-validate": "^2.0.0",
|
|
4450
4451
|
"npmlog": "^7.0.1",
|
|
4451
4452
|
"p-map": "^4.0.0",
|
|
4452
|
-
"pacote": "^17.0.
|
|
4453
|
+
"pacote": "^17.0.4",
|
|
4453
4454
|
"parse-conflict-json": "^3.0.1",
|
|
4454
4455
|
"proc-log": "^3.0.0",
|
|
4455
4456
|
"qrcode-terminal": "^0.12.0",
|
|
@@ -4457,6 +4458,7 @@
|
|
|
4457
4458
|
"semver": "^7.5.4",
|
|
4458
4459
|
"spdx-expression-parse": "^3.0.1",
|
|
4459
4460
|
"ssri": "^10.0.5",
|
|
4461
|
+
"strip-ansi": "^7.1.0",
|
|
4460
4462
|
"supports-color": "^9.4.0",
|
|
4461
4463
|
"tar": "^6.2.0",
|
|
4462
4464
|
"text-table": "~0.2.0",
|
|
@@ -4503,19 +4505,6 @@
|
|
|
4503
4505
|
"node": ">=12"
|
|
4504
4506
|
}
|
|
4505
4507
|
},
|
|
4506
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
4507
|
-
"version": "6.0.1",
|
|
4508
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4509
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4510
|
-
"inBundle": true,
|
|
4511
|
-
"license": "MIT",
|
|
4512
|
-
"engines": {
|
|
4513
|
-
"node": ">=12"
|
|
4514
|
-
},
|
|
4515
|
-
"funding": {
|
|
4516
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4517
|
-
}
|
|
4518
|
-
},
|
|
4519
4508
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
4520
4509
|
"version": "9.2.2",
|
|
4521
4510
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -4541,22 +4530,6 @@
|
|
|
4541
4530
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4542
4531
|
}
|
|
4543
4532
|
},
|
|
4544
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
4545
|
-
"version": "7.1.0",
|
|
4546
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4547
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4548
|
-
"inBundle": true,
|
|
4549
|
-
"license": "MIT",
|
|
4550
|
-
"dependencies": {
|
|
4551
|
-
"ansi-regex": "^6.0.1"
|
|
4552
|
-
},
|
|
4553
|
-
"engines": {
|
|
4554
|
-
"node": ">=12"
|
|
4555
|
-
},
|
|
4556
|
-
"funding": {
|
|
4557
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4558
|
-
}
|
|
4559
|
-
},
|
|
4560
4533
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
4561
4534
|
"version": "1.1.0",
|
|
4562
4535
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
@@ -4582,7 +4555,9 @@
|
|
|
4582
4555
|
}
|
|
4583
4556
|
},
|
|
4584
4557
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4585
|
-
"version": "7.
|
|
4558
|
+
"version": "7.2.1",
|
|
4559
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.2.1.tgz",
|
|
4560
|
+
"integrity": "sha512-o1QIAX56FC8HEPF+Hf4V4/hck9j0a3UiLnMX4aDHPbtU4Po1tUOUSmc2GAx947VWT+acrdMYTDkqUt2CaSXt7A==",
|
|
4586
4561
|
"inBundle": true,
|
|
4587
4562
|
"license": "ISC",
|
|
4588
4563
|
"dependencies": {
|
|
@@ -4613,7 +4588,7 @@
|
|
|
4613
4588
|
"parse-conflict-json": "^3.0.0",
|
|
4614
4589
|
"proc-log": "^3.0.0",
|
|
4615
4590
|
"promise-all-reject-late": "^1.0.0",
|
|
4616
|
-
"promise-call-limit": "^
|
|
4591
|
+
"promise-call-limit": "^1.0.2",
|
|
4617
4592
|
"read-package-json-fast": "^3.0.2",
|
|
4618
4593
|
"semver": "^7.3.7",
|
|
4619
4594
|
"ssri": "^10.0.5",
|
|
@@ -4628,9 +4603,7 @@
|
|
|
4628
4603
|
}
|
|
4629
4604
|
},
|
|
4630
4605
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4631
|
-
"version": "8.
|
|
4632
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.1.0.tgz",
|
|
4633
|
-
"integrity": "sha512-61LNEybTFaa9Z/f8y6X9s2Blc75aijZK67LxqC5xicBcfkw8M/88nYrRXGXxAUKm6GRlxTZ216dp1UK2+TbaYw==",
|
|
4606
|
+
"version": "8.0.2",
|
|
4634
4607
|
"inBundle": true,
|
|
4635
4608
|
"license": "ISC",
|
|
4636
4609
|
"dependencies": {
|
|
@@ -4690,7 +4663,9 @@
|
|
|
4690
4663
|
}
|
|
4691
4664
|
},
|
|
4692
4665
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4693
|
-
"version": "5.0.
|
|
4666
|
+
"version": "5.0.3",
|
|
4667
|
+
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.3.tgz",
|
|
4668
|
+
"integrity": "sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw==",
|
|
4694
4669
|
"inBundle": true,
|
|
4695
4670
|
"license": "ISC",
|
|
4696
4671
|
"dependencies": {
|
|
@@ -4796,9 +4771,7 @@
|
|
|
4796
4771
|
}
|
|
4797
4772
|
},
|
|
4798
4773
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
4799
|
-
"version": "7.0.
|
|
4800
|
-
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
|
|
4801
|
-
"integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
|
|
4774
|
+
"version": "7.0.0",
|
|
4802
4775
|
"inBundle": true,
|
|
4803
4776
|
"license": "ISC",
|
|
4804
4777
|
"dependencies": {
|
|
@@ -4822,16 +4795,14 @@
|
|
|
4822
4795
|
}
|
|
4823
4796
|
},
|
|
4824
4797
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4825
|
-
"version": "7.0.
|
|
4826
|
-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
4827
|
-
"integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
|
|
4798
|
+
"version": "7.0.2",
|
|
4828
4799
|
"inBundle": true,
|
|
4829
4800
|
"license": "ISC",
|
|
4830
4801
|
"dependencies": {
|
|
4831
4802
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4832
|
-
"@npmcli/package-json": "^5.0.0",
|
|
4833
4803
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
4834
4804
|
"node-gyp": "^10.0.0",
|
|
4805
|
+
"read-package-json-fast": "^3.0.0",
|
|
4835
4806
|
"which": "^4.0.0"
|
|
4836
4807
|
},
|
|
4837
4808
|
"engines": {
|
|
@@ -4850,9 +4821,7 @@
|
|
|
4850
4821
|
}
|
|
4851
4822
|
},
|
|
4852
4823
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
|
|
4853
|
-
"version": "2.1.
|
|
4854
|
-
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.1.1.tgz",
|
|
4855
|
-
"integrity": "sha512-v3/iS+1nufZdKQ5iAlQKcCsoh0jffQyABvYIxKsZQFWc4ubuGjwZklFHpDgV6O6T7vvV78SW5NHI91HFKEcxKg==",
|
|
4824
|
+
"version": "2.1.0",
|
|
4856
4825
|
"inBundle": true,
|
|
4857
4826
|
"license": "Apache-2.0",
|
|
4858
4827
|
"dependencies": {
|
|
@@ -4862,16 +4831,6 @@
|
|
|
4862
4831
|
"node": "^16.14.0 || >=18.0.0"
|
|
4863
4832
|
}
|
|
4864
4833
|
},
|
|
4865
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
|
|
4866
|
-
"version": "0.2.0",
|
|
4867
|
-
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-0.2.0.tgz",
|
|
4868
|
-
"integrity": "sha512-THobAPPZR9pDH2CAvDLpkrYedt7BlZnsyxDe+Isq4ZmGfPy5juOFZq487vCU2EgKD7aHSiTfE/i7sN7aEdzQnA==",
|
|
4869
|
-
"inBundle": true,
|
|
4870
|
-
"license": "Apache-2.0",
|
|
4871
|
-
"engines": {
|
|
4872
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4873
|
-
}
|
|
4874
|
-
},
|
|
4875
4834
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4876
4835
|
"version": "0.2.1",
|
|
4877
4836
|
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz",
|
|
@@ -4883,14 +4842,11 @@
|
|
|
4883
4842
|
}
|
|
4884
4843
|
},
|
|
4885
4844
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
|
|
4886
|
-
"version": "2.2.
|
|
4887
|
-
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.1.tgz",
|
|
4888
|
-
"integrity": "sha512-U5sKQEj+faE1MsnLou1f4DQQHeFZay+V9s9768lw48J4pKykPj34rWyI1lsMOGJ3Mae47Ye6q3HAJvgXO21rkQ==",
|
|
4845
|
+
"version": "2.2.0",
|
|
4889
4846
|
"inBundle": true,
|
|
4890
4847
|
"license": "Apache-2.0",
|
|
4891
4848
|
"dependencies": {
|
|
4892
|
-
"@sigstore/bundle": "^2.1.
|
|
4893
|
-
"@sigstore/core": "^0.2.0",
|
|
4849
|
+
"@sigstore/bundle": "^2.1.0",
|
|
4894
4850
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4895
4851
|
"make-fetch-happen": "^13.0.0"
|
|
4896
4852
|
},
|
|
@@ -4899,29 +4855,12 @@
|
|
|
4899
4855
|
}
|
|
4900
4856
|
},
|
|
4901
4857
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4902
|
-
"version": "2.
|
|
4903
|
-
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.0.tgz",
|
|
4904
|
-
"integrity": "sha512-S98jo9cpJwO1mtQ+2zY7bOdcYyfVYCUaofCG6wWRzk3pxKHVAkSfshkfecto2+LKsx7Ovtqbgb2LS8zTRhxJ9Q==",
|
|
4858
|
+
"version": "2.2.0",
|
|
4905
4859
|
"inBundle": true,
|
|
4906
4860
|
"license": "Apache-2.0",
|
|
4907
4861
|
"dependencies": {
|
|
4908
4862
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4909
|
-
"tuf-js": "^2.
|
|
4910
|
-
},
|
|
4911
|
-
"engines": {
|
|
4912
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4913
|
-
}
|
|
4914
|
-
},
|
|
4915
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
|
|
4916
|
-
"version": "0.1.0",
|
|
4917
|
-
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-0.1.0.tgz",
|
|
4918
|
-
"integrity": "sha512-2UzMNYAa/uaz11NhvgRnIQf4gpLTJ59bhb8ESXaoSS5sxedfS+eLak8bsdMc+qpNQfITUTFoSKFx5h8umlRRiA==",
|
|
4919
|
-
"inBundle": true,
|
|
4920
|
-
"license": "Apache-2.0",
|
|
4921
|
-
"dependencies": {
|
|
4922
|
-
"@sigstore/bundle": "^2.1.1",
|
|
4923
|
-
"@sigstore/core": "^0.2.0",
|
|
4924
|
-
"@sigstore/protobuf-specs": "^0.2.1"
|
|
4863
|
+
"tuf-js": "^2.1.0"
|
|
4925
4864
|
},
|
|
4926
4865
|
"engines": {
|
|
4927
4866
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -4961,6 +4900,19 @@
|
|
|
4961
4900
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4962
4901
|
}
|
|
4963
4902
|
},
|
|
4903
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/abort-controller": {
|
|
4904
|
+
"version": "3.0.0",
|
|
4905
|
+
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
4906
|
+
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
4907
|
+
"inBundle": true,
|
|
4908
|
+
"license": "MIT",
|
|
4909
|
+
"dependencies": {
|
|
4910
|
+
"event-target-shim": "^5.0.0"
|
|
4911
|
+
},
|
|
4912
|
+
"engines": {
|
|
4913
|
+
"node": ">=6.5"
|
|
4914
|
+
}
|
|
4915
|
+
},
|
|
4964
4916
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4965
4917
|
"version": "7.1.0",
|
|
4966
4918
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
@@ -4989,13 +4941,16 @@
|
|
|
4989
4941
|
}
|
|
4990
4942
|
},
|
|
4991
4943
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-regex": {
|
|
4992
|
-
"version": "
|
|
4993
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
4994
|
-
"integrity": "sha512-
|
|
4944
|
+
"version": "6.0.1",
|
|
4945
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4946
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4995
4947
|
"inBundle": true,
|
|
4996
4948
|
"license": "MIT",
|
|
4997
4949
|
"engines": {
|
|
4998
|
-
"node": ">=
|
|
4950
|
+
"node": ">=12"
|
|
4951
|
+
},
|
|
4952
|
+
"funding": {
|
|
4953
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4999
4954
|
}
|
|
5000
4955
|
},
|
|
5001
4956
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
|
|
@@ -5026,9 +4981,13 @@
|
|
|
5026
4981
|
"license": "MIT"
|
|
5027
4982
|
},
|
|
5028
4983
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
|
|
5029
|
-
"version": "4.0.
|
|
4984
|
+
"version": "4.0.1",
|
|
5030
4985
|
"inBundle": true,
|
|
5031
4986
|
"license": "ISC",
|
|
4987
|
+
"dependencies": {
|
|
4988
|
+
"delegates": "^1.0.0",
|
|
4989
|
+
"readable-stream": "^4.1.0"
|
|
4990
|
+
},
|
|
5032
4991
|
"engines": {
|
|
5033
4992
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5034
4993
|
}
|
|
@@ -5040,6 +4999,27 @@
|
|
|
5040
4999
|
"inBundle": true,
|
|
5041
5000
|
"license": "MIT"
|
|
5042
5001
|
},
|
|
5002
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/base64-js": {
|
|
5003
|
+
"version": "1.5.1",
|
|
5004
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
5005
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
5006
|
+
"funding": [
|
|
5007
|
+
{
|
|
5008
|
+
"type": "github",
|
|
5009
|
+
"url": "https://github.com/sponsors/feross"
|
|
5010
|
+
},
|
|
5011
|
+
{
|
|
5012
|
+
"type": "patreon",
|
|
5013
|
+
"url": "https://www.patreon.com/feross"
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"type": "consulting",
|
|
5017
|
+
"url": "https://feross.org/support"
|
|
5018
|
+
}
|
|
5019
|
+
],
|
|
5020
|
+
"inBundle": true,
|
|
5021
|
+
"license": "MIT"
|
|
5022
|
+
},
|
|
5043
5023
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
5044
5024
|
"version": "4.0.3",
|
|
5045
5025
|
"inBundle": true,
|
|
@@ -5074,6 +5054,31 @@
|
|
|
5074
5054
|
"balanced-match": "^1.0.0"
|
|
5075
5055
|
}
|
|
5076
5056
|
},
|
|
5057
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/buffer": {
|
|
5058
|
+
"version": "6.0.3",
|
|
5059
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
5060
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
5061
|
+
"funding": [
|
|
5062
|
+
{
|
|
5063
|
+
"type": "github",
|
|
5064
|
+
"url": "https://github.com/sponsors/feross"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"type": "patreon",
|
|
5068
|
+
"url": "https://www.patreon.com/feross"
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"type": "consulting",
|
|
5072
|
+
"url": "https://feross.org/support"
|
|
5073
|
+
}
|
|
5074
|
+
],
|
|
5075
|
+
"inBundle": true,
|
|
5076
|
+
"license": "MIT",
|
|
5077
|
+
"dependencies": {
|
|
5078
|
+
"base64-js": "^1.3.1",
|
|
5079
|
+
"ieee754": "^1.2.1"
|
|
5080
|
+
}
|
|
5081
|
+
},
|
|
5077
5082
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
|
|
5078
5083
|
"version": "5.0.1",
|
|
5079
5084
|
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
|
|
@@ -5085,9 +5090,7 @@
|
|
|
5085
5090
|
}
|
|
5086
5091
|
},
|
|
5087
5092
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
5088
|
-
"version": "18.0.
|
|
5089
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
|
|
5090
|
-
"integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
|
|
5093
|
+
"version": "18.0.0",
|
|
5091
5094
|
"inBundle": true,
|
|
5092
5095
|
"license": "ISC",
|
|
5093
5096
|
"dependencies": {
|
|
@@ -5096,7 +5099,7 @@
|
|
|
5096
5099
|
"glob": "^10.2.2",
|
|
5097
5100
|
"lru-cache": "^10.0.1",
|
|
5098
5101
|
"minipass": "^7.0.3",
|
|
5099
|
-
"minipass-collect": "^
|
|
5102
|
+
"minipass-collect": "^1.0.2",
|
|
5100
5103
|
"minipass-flush": "^1.0.5",
|
|
5101
5104
|
"minipass-pipeline": "^1.2.4",
|
|
5102
5105
|
"p-map": "^4.0.0",
|
|
@@ -5184,6 +5187,29 @@
|
|
|
5184
5187
|
"node": ">= 10"
|
|
5185
5188
|
}
|
|
5186
5189
|
},
|
|
5190
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/ansi-regex": {
|
|
5191
|
+
"version": "5.0.1",
|
|
5192
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5193
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5194
|
+
"inBundle": true,
|
|
5195
|
+
"license": "MIT",
|
|
5196
|
+
"engines": {
|
|
5197
|
+
"node": ">=8"
|
|
5198
|
+
}
|
|
5199
|
+
},
|
|
5200
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi": {
|
|
5201
|
+
"version": "6.0.1",
|
|
5202
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5203
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5204
|
+
"inBundle": true,
|
|
5205
|
+
"license": "MIT",
|
|
5206
|
+
"dependencies": {
|
|
5207
|
+
"ansi-regex": "^5.0.1"
|
|
5208
|
+
},
|
|
5209
|
+
"engines": {
|
|
5210
|
+
"node": ">=8"
|
|
5211
|
+
}
|
|
5212
|
+
},
|
|
5187
5213
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
5188
5214
|
"version": "0.6.3",
|
|
5189
5215
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
|
|
@@ -5262,6 +5288,29 @@
|
|
|
5262
5288
|
"node": ">=8.0.0"
|
|
5263
5289
|
}
|
|
5264
5290
|
},
|
|
5291
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/ansi-regex": {
|
|
5292
|
+
"version": "5.0.1",
|
|
5293
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5294
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5295
|
+
"inBundle": true,
|
|
5296
|
+
"license": "MIT",
|
|
5297
|
+
"engines": {
|
|
5298
|
+
"node": ">=8"
|
|
5299
|
+
}
|
|
5300
|
+
},
|
|
5301
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/strip-ansi": {
|
|
5302
|
+
"version": "6.0.1",
|
|
5303
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5304
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5305
|
+
"inBundle": true,
|
|
5306
|
+
"license": "MIT",
|
|
5307
|
+
"dependencies": {
|
|
5308
|
+
"ansi-regex": "^5.0.1"
|
|
5309
|
+
},
|
|
5310
|
+
"engines": {
|
|
5311
|
+
"node": ">=8"
|
|
5312
|
+
}
|
|
5313
|
+
},
|
|
5265
5314
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
|
|
5266
5315
|
"version": "1.0.1",
|
|
5267
5316
|
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
|
@@ -5358,6 +5407,13 @@
|
|
|
5358
5407
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5359
5408
|
}
|
|
5360
5409
|
},
|
|
5410
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/delegates": {
|
|
5411
|
+
"version": "1.0.0",
|
|
5412
|
+
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
5413
|
+
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
5414
|
+
"inBundle": true,
|
|
5415
|
+
"license": "MIT"
|
|
5416
|
+
},
|
|
5361
5417
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
5362
5418
|
"version": "5.1.0",
|
|
5363
5419
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
|
|
@@ -5410,6 +5466,26 @@
|
|
|
5410
5466
|
"inBundle": true,
|
|
5411
5467
|
"license": "MIT"
|
|
5412
5468
|
},
|
|
5469
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/event-target-shim": {
|
|
5470
|
+
"version": "5.0.1",
|
|
5471
|
+
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
5472
|
+
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
5473
|
+
"inBundle": true,
|
|
5474
|
+
"license": "MIT",
|
|
5475
|
+
"engines": {
|
|
5476
|
+
"node": ">=6"
|
|
5477
|
+
}
|
|
5478
|
+
},
|
|
5479
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/events": {
|
|
5480
|
+
"version": "3.3.0",
|
|
5481
|
+
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
5482
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
5483
|
+
"inBundle": true,
|
|
5484
|
+
"license": "MIT",
|
|
5485
|
+
"engines": {
|
|
5486
|
+
"node": ">=0.8.x"
|
|
5487
|
+
}
|
|
5488
|
+
},
|
|
5413
5489
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
|
|
5414
5490
|
"version": "3.1.1",
|
|
5415
5491
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -5487,6 +5563,29 @@
|
|
|
5487
5563
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5488
5564
|
}
|
|
5489
5565
|
},
|
|
5566
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/ansi-regex": {
|
|
5567
|
+
"version": "5.0.1",
|
|
5568
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5569
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5570
|
+
"inBundle": true,
|
|
5571
|
+
"license": "MIT",
|
|
5572
|
+
"engines": {
|
|
5573
|
+
"node": ">=8"
|
|
5574
|
+
}
|
|
5575
|
+
},
|
|
5576
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/strip-ansi": {
|
|
5577
|
+
"version": "6.0.1",
|
|
5578
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5579
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5580
|
+
"inBundle": true,
|
|
5581
|
+
"license": "MIT",
|
|
5582
|
+
"dependencies": {
|
|
5583
|
+
"ansi-regex": "^5.0.1"
|
|
5584
|
+
},
|
|
5585
|
+
"engines": {
|
|
5586
|
+
"node": ">=8"
|
|
5587
|
+
}
|
|
5588
|
+
},
|
|
5490
5589
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5491
5590
|
"version": "10.3.10",
|
|
5492
5591
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
@@ -5595,8 +5694,31 @@
|
|
|
5595
5694
|
"node": ">=0.10.0"
|
|
5596
5695
|
}
|
|
5597
5696
|
},
|
|
5697
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ieee754": {
|
|
5698
|
+
"version": "1.2.1",
|
|
5699
|
+
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
5700
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
5701
|
+
"funding": [
|
|
5702
|
+
{
|
|
5703
|
+
"type": "github",
|
|
5704
|
+
"url": "https://github.com/sponsors/feross"
|
|
5705
|
+
},
|
|
5706
|
+
{
|
|
5707
|
+
"type": "patreon",
|
|
5708
|
+
"url": "https://www.patreon.com/feross"
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"type": "consulting",
|
|
5712
|
+
"url": "https://feross.org/support"
|
|
5713
|
+
}
|
|
5714
|
+
],
|
|
5715
|
+
"inBundle": true,
|
|
5716
|
+
"license": "BSD-3-Clause"
|
|
5717
|
+
},
|
|
5598
5718
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5599
|
-
"version": "6.0.
|
|
5719
|
+
"version": "6.0.3",
|
|
5720
|
+
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.3.tgz",
|
|
5721
|
+
"integrity": "sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==",
|
|
5600
5722
|
"inBundle": true,
|
|
5601
5723
|
"license": "ISC",
|
|
5602
5724
|
"dependencies": {
|
|
@@ -5657,8 +5779,6 @@
|
|
|
5657
5779
|
},
|
|
5658
5780
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip": {
|
|
5659
5781
|
"version": "2.0.0",
|
|
5660
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
|
|
5661
|
-
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
|
|
5662
5782
|
"inBundle": true,
|
|
5663
5783
|
"license": "MIT"
|
|
5664
5784
|
},
|
|
@@ -5743,9 +5863,7 @@
|
|
|
5743
5863
|
}
|
|
5744
5864
|
},
|
|
5745
5865
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
5746
|
-
"version": "3.0.
|
|
5747
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
5748
|
-
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
5866
|
+
"version": "3.0.0",
|
|
5749
5867
|
"inBundle": true,
|
|
5750
5868
|
"license": "MIT",
|
|
5751
5869
|
"engines": {
|
|
@@ -5787,7 +5905,9 @@
|
|
|
5787
5905
|
"license": "MIT"
|
|
5788
5906
|
},
|
|
5789
5907
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5790
|
-
"version": "8.0.
|
|
5908
|
+
"version": "8.0.1",
|
|
5909
|
+
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.1.tgz",
|
|
5910
|
+
"integrity": "sha512-MWbnWIfxLKol+BgC1NR1as1JwM5ufZASd6CaENJjNe4JpJ0gx71xhpYY5SvNMZnVBahocYZWP6+SPQdyD0abEQ==",
|
|
5791
5911
|
"inBundle": true,
|
|
5792
5912
|
"license": "ISC",
|
|
5793
5913
|
"dependencies": {
|
|
@@ -5799,7 +5919,9 @@
|
|
|
5799
5919
|
}
|
|
5800
5920
|
},
|
|
5801
5921
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5802
|
-
"version": "6.0.
|
|
5922
|
+
"version": "6.0.3",
|
|
5923
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.3.tgz",
|
|
5924
|
+
"integrity": "sha512-Xy4ZFueaYb7CNMxH7i/SoQDg7VyDOESFWZp/MU3f3qtAasEWhdTYBSHmb18ehp8MxTjox7c7U6ws7l3r+LTBFA==",
|
|
5803
5925
|
"inBundle": true,
|
|
5804
5926
|
"license": "ISC",
|
|
5805
5927
|
"dependencies": {
|
|
@@ -5818,9 +5940,7 @@
|
|
|
5818
5940
|
}
|
|
5819
5941
|
},
|
|
5820
5942
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5821
|
-
"version": "7.0.
|
|
5822
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.7.tgz",
|
|
5823
|
-
"integrity": "sha512-pkca7D8s84GqLQf8wh7QKWXUlUKc+BQlwztzCqjWqxVNYjl2sF+WRGB1cmVFBshJ82tm2etWkpmxmkrHus4uJQ==",
|
|
5943
|
+
"version": "7.0.4",
|
|
5824
5944
|
"inBundle": true,
|
|
5825
5945
|
"license": "ISC",
|
|
5826
5946
|
"dependencies": {
|
|
@@ -5841,7 +5961,9 @@
|
|
|
5841
5961
|
}
|
|
5842
5962
|
},
|
|
5843
5963
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5844
|
-
"version": "5.0.
|
|
5964
|
+
"version": "5.0.1",
|
|
5965
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.1.tgz",
|
|
5966
|
+
"integrity": "sha512-4s7jdjiYE4SCf87n5UOrRlsUpF0Xw8DWtBwP53EaNQdvqR1579nOv1nwakMLmkq5HFKNOJyZcAH/rf5wVRRz5A==",
|
|
5845
5967
|
"inBundle": true,
|
|
5846
5968
|
"license": "ISC",
|
|
5847
5969
|
"dependencies": {
|
|
@@ -5852,7 +5974,9 @@
|
|
|
5852
5974
|
}
|
|
5853
5975
|
},
|
|
5854
5976
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5855
|
-
"version": "10.0.
|
|
5977
|
+
"version": "10.0.0",
|
|
5978
|
+
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.0.tgz",
|
|
5979
|
+
"integrity": "sha512-PdEuOC1woGbrmxsvMdZCLYFirwtroIaxCzire/h55BfnqHOC73yQylIe9V2T9/1WL6f+PXIoZETR0dhJpLLFWQ==",
|
|
5856
5980
|
"inBundle": true,
|
|
5857
5981
|
"license": "ISC",
|
|
5858
5982
|
"dependencies": {
|
|
@@ -5864,7 +5988,9 @@
|
|
|
5864
5988
|
}
|
|
5865
5989
|
},
|
|
5866
5990
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5867
|
-
"version": "6.0.
|
|
5991
|
+
"version": "6.0.1",
|
|
5992
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.1.tgz",
|
|
5993
|
+
"integrity": "sha512-yP3Moge82n3va2Y2dm7qWqwUGp2oZr+vPCyOr+YChGQx6zMtmUYdQA3nGMyF1mWWEmx2QCzyp2N6HmdTUnvRmQ==",
|
|
5868
5994
|
"inBundle": true,
|
|
5869
5995
|
"license": "ISC",
|
|
5870
5996
|
"dependencies": {
|
|
@@ -5876,7 +6002,9 @@
|
|
|
5876
6002
|
}
|
|
5877
6003
|
},
|
|
5878
6004
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5879
|
-
"version": "6.0.
|
|
6005
|
+
"version": "6.0.3",
|
|
6006
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.3.tgz",
|
|
6007
|
+
"integrity": "sha512-+XV6/KVGYJ2TvqeJfBhSJgrXWV3OiFPYCKGavNwNBFmAtRRrj7OoV6a/+C0HDo7D0PFEDktdBHW47EciUgHx+g==",
|
|
5880
6008
|
"inBundle": true,
|
|
5881
6009
|
"license": "ISC",
|
|
5882
6010
|
"dependencies": {
|
|
@@ -5890,9 +6018,7 @@
|
|
|
5890
6018
|
}
|
|
5891
6019
|
},
|
|
5892
6020
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5893
|
-
"version": "9.0.
|
|
5894
|
-
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
|
|
5895
|
-
"integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
|
|
6021
|
+
"version": "9.0.2",
|
|
5896
6022
|
"inBundle": true,
|
|
5897
6023
|
"license": "ISC",
|
|
5898
6024
|
"dependencies": {
|
|
@@ -5902,7 +6028,7 @@
|
|
|
5902
6028
|
"npm-registry-fetch": "^16.0.0",
|
|
5903
6029
|
"proc-log": "^3.0.0",
|
|
5904
6030
|
"semver": "^7.3.7",
|
|
5905
|
-
"sigstore": "^2.
|
|
6031
|
+
"sigstore": "^2.1.0",
|
|
5906
6032
|
"ssri": "^10.0.5"
|
|
5907
6033
|
},
|
|
5908
6034
|
"engines": {
|
|
@@ -5910,7 +6036,9 @@
|
|
|
5910
6036
|
}
|
|
5911
6037
|
},
|
|
5912
6038
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5913
|
-
"version": "7.0.
|
|
6039
|
+
"version": "7.0.0",
|
|
6040
|
+
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.0.tgz",
|
|
6041
|
+
"integrity": "sha512-gMSev/ZYP96C/73vVJSBfc/dfK65xKHs1QS/u/0NHmos19Td+XopKaMFbY4Xkfbdsau21DRTwM5kQdjuj9DbIw==",
|
|
5914
6042
|
"inBundle": true,
|
|
5915
6043
|
"license": "ISC",
|
|
5916
6044
|
"dependencies": {
|
|
@@ -5921,7 +6049,9 @@
|
|
|
5921
6049
|
}
|
|
5922
6050
|
},
|
|
5923
6051
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5924
|
-
"version": "6.0.
|
|
6052
|
+
"version": "6.0.0",
|
|
6053
|
+
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.0.tgz",
|
|
6054
|
+
"integrity": "sha512-d63ahIq7cZy3ZO8hhXiIigZTjaeV5WGfz1HkTbh6IfqNYNDhGiVLKu5ehOGdUQgUHcjxkdAwUzNNjMS1VJQ/mQ==",
|
|
5925
6055
|
"inBundle": true,
|
|
5926
6056
|
"license": "ISC",
|
|
5927
6057
|
"dependencies": {
|
|
@@ -5933,7 +6063,9 @@
|
|
|
5933
6063
|
}
|
|
5934
6064
|
},
|
|
5935
6065
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
5936
|
-
"version": "5.0.
|
|
6066
|
+
"version": "5.0.1",
|
|
6067
|
+
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.1.tgz",
|
|
6068
|
+
"integrity": "sha512-OXiju5vvL22QUBKizAyo5d+FOUkt9xN9+UOPE8alsZw+O9gLjnJrMmRW8P8uxMLS6/K415em15meVEbjG26Fzg==",
|
|
5937
6069
|
"inBundle": true,
|
|
5938
6070
|
"license": "ISC",
|
|
5939
6071
|
"dependencies": {
|
|
@@ -5948,11 +6080,12 @@
|
|
|
5948
6080
|
}
|
|
5949
6081
|
},
|
|
5950
6082
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
|
|
5951
|
-
"version": "10.
|
|
5952
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
|
|
5953
|
-
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
|
|
6083
|
+
"version": "10.0.2",
|
|
5954
6084
|
"inBundle": true,
|
|
5955
6085
|
"license": "ISC",
|
|
6086
|
+
"dependencies": {
|
|
6087
|
+
"semver": "^7.3.5"
|
|
6088
|
+
},
|
|
5956
6089
|
"engines": {
|
|
5957
6090
|
"node": "14 || >=16.14"
|
|
5958
6091
|
}
|
|
@@ -6007,16 +6140,29 @@
|
|
|
6007
6140
|
}
|
|
6008
6141
|
},
|
|
6009
6142
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
6010
|
-
"version": "
|
|
6011
|
-
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-
|
|
6012
|
-
"integrity": "sha512-
|
|
6143
|
+
"version": "1.0.2",
|
|
6144
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
|
|
6145
|
+
"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
|
|
6013
6146
|
"inBundle": true,
|
|
6014
6147
|
"license": "ISC",
|
|
6015
6148
|
"dependencies": {
|
|
6016
|
-
"minipass": "^
|
|
6149
|
+
"minipass": "^3.0.0"
|
|
6017
6150
|
},
|
|
6018
6151
|
"engines": {
|
|
6019
|
-
"node": ">=
|
|
6152
|
+
"node": ">= 8"
|
|
6153
|
+
}
|
|
6154
|
+
},
|
|
6155
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect/node_modules/minipass": {
|
|
6156
|
+
"version": "3.3.6",
|
|
6157
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
6158
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
6159
|
+
"inBundle": true,
|
|
6160
|
+
"license": "ISC",
|
|
6161
|
+
"dependencies": {
|
|
6162
|
+
"yallist": "^4.0.0"
|
|
6163
|
+
},
|
|
6164
|
+
"engines": {
|
|
6165
|
+
"node": ">=8"
|
|
6020
6166
|
}
|
|
6021
6167
|
},
|
|
6022
6168
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
@@ -6324,11 +6470,13 @@
|
|
|
6324
6470
|
}
|
|
6325
6471
|
},
|
|
6326
6472
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
6327
|
-
"version": "8.0.
|
|
6473
|
+
"version": "8.0.0",
|
|
6474
|
+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz",
|
|
6475
|
+
"integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==",
|
|
6328
6476
|
"inBundle": true,
|
|
6329
6477
|
"license": "ISC",
|
|
6330
6478
|
"dependencies": {
|
|
6331
|
-
"ignore-walk": "^6.0.
|
|
6479
|
+
"ignore-walk": "^6.0.0"
|
|
6332
6480
|
},
|
|
6333
6481
|
"engines": {
|
|
6334
6482
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -6426,9 +6574,7 @@
|
|
|
6426
6574
|
}
|
|
6427
6575
|
},
|
|
6428
6576
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
6429
|
-
"version": "17.0.
|
|
6430
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
|
|
6431
|
-
"integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
|
|
6577
|
+
"version": "17.0.4",
|
|
6432
6578
|
"inBundle": true,
|
|
6433
6579
|
"license": "ISC",
|
|
6434
6580
|
"dependencies": {
|
|
@@ -6447,7 +6593,7 @@
|
|
|
6447
6593
|
"promise-retry": "^2.0.1",
|
|
6448
6594
|
"read-package-json": "^7.0.0",
|
|
6449
6595
|
"read-package-json-fast": "^3.0.0",
|
|
6450
|
-
"sigstore": "^2.
|
|
6596
|
+
"sigstore": "^2.0.0",
|
|
6451
6597
|
"ssri": "^10.0.0",
|
|
6452
6598
|
"tar": "^6.1.11"
|
|
6453
6599
|
},
|
|
@@ -6501,7 +6647,9 @@
|
|
|
6501
6647
|
}
|
|
6502
6648
|
},
|
|
6503
6649
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6504
|
-
"version": "6.0.
|
|
6650
|
+
"version": "6.0.13",
|
|
6651
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
|
|
6652
|
+
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
|
|
6505
6653
|
"inBundle": true,
|
|
6506
6654
|
"license": "MIT",
|
|
6507
6655
|
"dependencies": {
|
|
@@ -6522,6 +6670,16 @@
|
|
|
6522
6670
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6523
6671
|
}
|
|
6524
6672
|
},
|
|
6673
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/process": {
|
|
6674
|
+
"version": "0.11.10",
|
|
6675
|
+
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
6676
|
+
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
6677
|
+
"inBundle": true,
|
|
6678
|
+
"license": "MIT",
|
|
6679
|
+
"engines": {
|
|
6680
|
+
"node": ">= 0.6.0"
|
|
6681
|
+
}
|
|
6682
|
+
},
|
|
6525
6683
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
|
|
6526
6684
|
"version": "1.0.1",
|
|
6527
6685
|
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
@@ -6533,7 +6691,9 @@
|
|
|
6533
6691
|
}
|
|
6534
6692
|
},
|
|
6535
6693
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6536
|
-
"version": "
|
|
6694
|
+
"version": "1.0.2",
|
|
6695
|
+
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.2.tgz",
|
|
6696
|
+
"integrity": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==",
|
|
6537
6697
|
"inBundle": true,
|
|
6538
6698
|
"license": "ISC",
|
|
6539
6699
|
"funding": {
|
|
@@ -6636,6 +6796,23 @@
|
|
|
6636
6796
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6637
6797
|
}
|
|
6638
6798
|
},
|
|
6799
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
|
|
6800
|
+
"version": "4.4.2",
|
|
6801
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
6802
|
+
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
6803
|
+
"inBundle": true,
|
|
6804
|
+
"license": "MIT",
|
|
6805
|
+
"dependencies": {
|
|
6806
|
+
"abort-controller": "^3.0.0",
|
|
6807
|
+
"buffer": "^6.0.3",
|
|
6808
|
+
"events": "^3.3.0",
|
|
6809
|
+
"process": "^0.11.10",
|
|
6810
|
+
"string_decoder": "^1.3.0"
|
|
6811
|
+
},
|
|
6812
|
+
"engines": {
|
|
6813
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
6639
6816
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
|
|
6640
6817
|
"version": "0.12.0",
|
|
6641
6818
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -6646,6 +6823,27 @@
|
|
|
6646
6823
|
"node": ">= 4"
|
|
6647
6824
|
}
|
|
6648
6825
|
},
|
|
6826
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safe-buffer": {
|
|
6827
|
+
"version": "5.2.1",
|
|
6828
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
6829
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
6830
|
+
"funding": [
|
|
6831
|
+
{
|
|
6832
|
+
"type": "github",
|
|
6833
|
+
"url": "https://github.com/sponsors/feross"
|
|
6834
|
+
},
|
|
6835
|
+
{
|
|
6836
|
+
"type": "patreon",
|
|
6837
|
+
"url": "https://www.patreon.com/feross"
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"type": "consulting",
|
|
6841
|
+
"url": "https://feross.org/support"
|
|
6842
|
+
}
|
|
6843
|
+
],
|
|
6844
|
+
"inBundle": true,
|
|
6845
|
+
"license": "MIT"
|
|
6846
|
+
},
|
|
6649
6847
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
|
|
6650
6848
|
"version": "2.1.2",
|
|
6651
6849
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -6725,18 +6923,14 @@
|
|
|
6725
6923
|
}
|
|
6726
6924
|
},
|
|
6727
6925
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
6728
|
-
"version": "2.
|
|
6729
|
-
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.0.tgz",
|
|
6730
|
-
"integrity": "sha512-fcU9clHwEss2/M/11FFM8Jwc4PjBgbhXoNskoK5guoK0qGQBSeUbQZRJ+B2fDFIvhyf0gqCaPrel9mszbhAxug==",
|
|
6926
|
+
"version": "2.1.0",
|
|
6731
6927
|
"inBundle": true,
|
|
6732
6928
|
"license": "Apache-2.0",
|
|
6733
6929
|
"dependencies": {
|
|
6734
|
-
"@sigstore/bundle": "^2.1.
|
|
6735
|
-
"@sigstore/core": "^0.2.0",
|
|
6930
|
+
"@sigstore/bundle": "^2.1.0",
|
|
6736
6931
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
6737
|
-
"@sigstore/sign": "^2.
|
|
6738
|
-
"@sigstore/tuf": "^2.
|
|
6739
|
-
"@sigstore/verify": "^0.1.0"
|
|
6932
|
+
"@sigstore/sign": "^2.1.0",
|
|
6933
|
+
"@sigstore/tuf": "^2.1.0"
|
|
6740
6934
|
},
|
|
6741
6935
|
"engines": {
|
|
6742
6936
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -6830,6 +7024,16 @@
|
|
|
6830
7024
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6831
7025
|
}
|
|
6832
7026
|
},
|
|
7027
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string_decoder": {
|
|
7028
|
+
"version": "1.3.0",
|
|
7029
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
7030
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
7031
|
+
"inBundle": true,
|
|
7032
|
+
"license": "MIT",
|
|
7033
|
+
"dependencies": {
|
|
7034
|
+
"safe-buffer": "~5.2.0"
|
|
7035
|
+
}
|
|
7036
|
+
},
|
|
6833
7037
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
|
|
6834
7038
|
"version": "4.2.3",
|
|
6835
7039
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -6861,7 +7065,40 @@
|
|
|
6861
7065
|
"node": ">=8"
|
|
6862
7066
|
}
|
|
6863
7067
|
},
|
|
6864
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/
|
|
7068
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/ansi-regex": {
|
|
7069
|
+
"version": "5.0.1",
|
|
7070
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
7071
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
7072
|
+
"inBundle": true,
|
|
7073
|
+
"license": "MIT",
|
|
7074
|
+
"engines": {
|
|
7075
|
+
"node": ">=8"
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
7079
|
+
"version": "6.0.1",
|
|
7080
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
7081
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
7082
|
+
"inBundle": true,
|
|
7083
|
+
"license": "MIT",
|
|
7084
|
+
"dependencies": {
|
|
7085
|
+
"ansi-regex": "^5.0.1"
|
|
7086
|
+
},
|
|
7087
|
+
"engines": {
|
|
7088
|
+
"node": ">=8"
|
|
7089
|
+
}
|
|
7090
|
+
},
|
|
7091
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/ansi-regex": {
|
|
7092
|
+
"version": "5.0.1",
|
|
7093
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
7094
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
7095
|
+
"inBundle": true,
|
|
7096
|
+
"license": "MIT",
|
|
7097
|
+
"engines": {
|
|
7098
|
+
"node": ">=8"
|
|
7099
|
+
}
|
|
7100
|
+
},
|
|
7101
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/strip-ansi": {
|
|
6865
7102
|
"version": "6.0.1",
|
|
6866
7103
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6867
7104
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6874,6 +7111,22 @@
|
|
|
6874
7111
|
"node": ">=8"
|
|
6875
7112
|
}
|
|
6876
7113
|
},
|
|
7114
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
7115
|
+
"version": "7.1.0",
|
|
7116
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7117
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
7118
|
+
"inBundle": true,
|
|
7119
|
+
"license": "MIT",
|
|
7120
|
+
"dependencies": {
|
|
7121
|
+
"ansi-regex": "^6.0.1"
|
|
7122
|
+
},
|
|
7123
|
+
"engines": {
|
|
7124
|
+
"node": ">=12"
|
|
7125
|
+
},
|
|
7126
|
+
"funding": {
|
|
7127
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7128
|
+
}
|
|
7129
|
+
},
|
|
6877
7130
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
6878
7131
|
"name": "strip-ansi",
|
|
6879
7132
|
"version": "6.0.1",
|
|
@@ -6888,6 +7141,16 @@
|
|
|
6888
7141
|
"node": ">=8"
|
|
6889
7142
|
}
|
|
6890
7143
|
},
|
|
7144
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
7145
|
+
"version": "5.0.1",
|
|
7146
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
7147
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
7148
|
+
"inBundle": true,
|
|
7149
|
+
"license": "MIT",
|
|
7150
|
+
"engines": {
|
|
7151
|
+
"node": ">=8"
|
|
7152
|
+
}
|
|
7153
|
+
},
|
|
6891
7154
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
6892
7155
|
"version": "9.4.0",
|
|
6893
7156
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -6980,9 +7243,7 @@
|
|
|
6980
7243
|
}
|
|
6981
7244
|
},
|
|
6982
7245
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
6983
|
-
"version": "2.
|
|
6984
|
-
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
6985
|
-
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
7246
|
+
"version": "2.1.0",
|
|
6986
7247
|
"inBundle": true,
|
|
6987
7248
|
"license": "MIT",
|
|
6988
7249
|
"dependencies": {
|
|
@@ -7141,6 +7402,16 @@
|
|
|
7141
7402
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7142
7403
|
}
|
|
7143
7404
|
},
|
|
7405
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
7406
|
+
"version": "5.0.1",
|
|
7407
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
7408
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
7409
|
+
"inBundle": true,
|
|
7410
|
+
"license": "MIT",
|
|
7411
|
+
"engines": {
|
|
7412
|
+
"node": ">=8"
|
|
7413
|
+
}
|
|
7414
|
+
},
|
|
7144
7415
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
7145
7416
|
"version": "4.3.0",
|
|
7146
7417
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -7157,17 +7428,17 @@
|
|
|
7157
7428
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7158
7429
|
}
|
|
7159
7430
|
},
|
|
7160
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi
|
|
7431
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
7161
7432
|
"version": "6.0.1",
|
|
7162
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
7163
|
-
"integrity": "sha512-
|
|
7433
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
7434
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
7164
7435
|
"inBundle": true,
|
|
7165
7436
|
"license": "MIT",
|
|
7166
|
-
"
|
|
7167
|
-
"
|
|
7437
|
+
"dependencies": {
|
|
7438
|
+
"ansi-regex": "^5.0.1"
|
|
7168
7439
|
},
|
|
7169
|
-
"
|
|
7170
|
-
"
|
|
7440
|
+
"engines": {
|
|
7441
|
+
"node": ">=8"
|
|
7171
7442
|
}
|
|
7172
7443
|
},
|
|
7173
7444
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
@@ -7195,22 +7466,6 @@
|
|
|
7195
7466
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7196
7467
|
}
|
|
7197
7468
|
},
|
|
7198
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
7199
|
-
"version": "7.1.0",
|
|
7200
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7201
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
7202
|
-
"inBundle": true,
|
|
7203
|
-
"license": "MIT",
|
|
7204
|
-
"dependencies": {
|
|
7205
|
-
"ansi-regex": "^6.0.1"
|
|
7206
|
-
},
|
|
7207
|
-
"engines": {
|
|
7208
|
-
"node": ">=12"
|
|
7209
|
-
},
|
|
7210
|
-
"funding": {
|
|
7211
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7212
|
-
}
|
|
7213
|
-
},
|
|
7214
7469
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
|
|
7215
7470
|
"version": "5.0.1",
|
|
7216
7471
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
@@ -9600,19 +9855,29 @@
|
|
|
9600
9855
|
}
|
|
9601
9856
|
},
|
|
9602
9857
|
"node_modules/@sigstore/tuf": {
|
|
9603
|
-
"version": "2.3.
|
|
9604
|
-
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.
|
|
9605
|
-
"integrity": "sha512-
|
|
9858
|
+
"version": "2.3.1",
|
|
9859
|
+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.1.tgz",
|
|
9860
|
+
"integrity": "sha512-9Iv40z652td/QbV0o5n/x25H9w6IYRt2pIGbTX55yFDYlApDQn/6YZomjz6+KBx69rXHLzHcbtTS586mDdFD+Q==",
|
|
9606
9861
|
"extraneous": true,
|
|
9607
9862
|
"license": "Apache-2.0",
|
|
9608
9863
|
"dependencies": {
|
|
9609
|
-
"@sigstore/protobuf-specs": "^0.
|
|
9864
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
9610
9865
|
"tuf-js": "^2.2.0"
|
|
9611
9866
|
},
|
|
9612
9867
|
"engines": {
|
|
9613
9868
|
"node": "^16.14.0 || >=18.0.0"
|
|
9614
9869
|
}
|
|
9615
9870
|
},
|
|
9871
|
+
"node_modules/@sigstore/tuf/node_modules/@sigstore/protobuf-specs": {
|
|
9872
|
+
"version": "0.3.0",
|
|
9873
|
+
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
|
|
9874
|
+
"integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
|
|
9875
|
+
"extraneous": true,
|
|
9876
|
+
"license": "Apache-2.0",
|
|
9877
|
+
"engines": {
|
|
9878
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
9879
|
+
}
|
|
9880
|
+
},
|
|
9616
9881
|
"node_modules/@sigstore/verify": {
|
|
9617
9882
|
"version": "0.1.0",
|
|
9618
9883
|
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-0.1.0.tgz",
|
|
@@ -16870,9 +17135,9 @@
|
|
|
16870
17135
|
}
|
|
16871
17136
|
},
|
|
16872
17137
|
"node_modules/ip": {
|
|
16873
|
-
"version": "2.0.
|
|
16874
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.
|
|
16875
|
-
"integrity": "sha512-
|
|
17138
|
+
"version": "2.0.1",
|
|
17139
|
+
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
|
17140
|
+
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
|
|
16876
17141
|
"license": "MIT"
|
|
16877
17142
|
},
|
|
16878
17143
|
"node_modules/ip-regex": {
|
|
@@ -21521,8 +21786,6 @@
|
|
|
21521
21786
|
},
|
|
21522
21787
|
"node_modules/npm/node_modules/ip": {
|
|
21523
21788
|
"version": "2.0.0",
|
|
21524
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
|
|
21525
|
-
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
|
|
21526
21789
|
"inBundle": true,
|
|
21527
21790
|
"license": "MIT"
|
|
21528
21791
|
},
|
|
@@ -24006,9 +24269,9 @@
|
|
|
24006
24269
|
}
|
|
24007
24270
|
},
|
|
24008
24271
|
"node_modules/pac-resolver/node_modules/ip": {
|
|
24009
|
-
"version": "1.1.
|
|
24010
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.
|
|
24011
|
-
"integrity": "sha512-
|
|
24272
|
+
"version": "1.1.9",
|
|
24273
|
+
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz",
|
|
24274
|
+
"integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==",
|
|
24012
24275
|
"license": "MIT"
|
|
24013
24276
|
},
|
|
24014
24277
|
"node_modules/package-hash": {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.30.
|
|
4
|
+
"version": "2.30.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@oclif/plugin-commands": "3.1.4",
|
|
142
142
|
"@oclif/plugin-help": "6.0.13",
|
|
143
143
|
"@oclif/plugin-not-found": "3.0.11",
|
|
144
|
-
"@oclif/plugin-plugins": "4.2.
|
|
144
|
+
"@oclif/plugin-plugins": "4.2.4",
|
|
145
145
|
"@oclif/plugin-search": "1.0.15",
|
|
146
146
|
"@oclif/plugin-update": "4.1.13",
|
|
147
147
|
"@oclif/plugin-version": "2.0.12",
|