@salesforce/cli 2.32.5 → 2.32.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 +40 -40
- package/npm-shrinkwrap.json +446 -296
- package/oclif.manifest.json +293 -211
- package/package.json +9 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.32.
|
|
3
|
+
"version": "2.32.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.32.
|
|
9
|
+
"version": "2.32.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.
|
|
14
|
+
"@oclif/core": "3.23.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.11",
|
|
16
16
|
"@oclif/plugin-commands": "3.1.7",
|
|
17
17
|
"@oclif/plugin-help": "6.0.15",
|
|
18
18
|
"@oclif/plugin-not-found": "3.0.13",
|
|
19
|
-
"@oclif/plugin-plugins": "4.3.
|
|
19
|
+
"@oclif/plugin-plugins": "4.3.1",
|
|
20
20
|
"@oclif/plugin-search": "1.0.19",
|
|
21
21
|
"@oclif/plugin-update": "4.1.16",
|
|
22
22
|
"@oclif/plugin-version": "2.0.13",
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.1.2",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.0.26",
|
|
27
|
-
"@salesforce/plugin-auth": "3.3.
|
|
27
|
+
"@salesforce/plugin-auth": "3.3.21",
|
|
28
28
|
"@salesforce/plugin-data": "3.1.7",
|
|
29
|
-
"@salesforce/plugin-deploy-retrieve": "3.2.
|
|
29
|
+
"@salesforce/plugin-deploy-retrieve": "3.2.27",
|
|
30
30
|
"@salesforce/plugin-info": "3.0.28",
|
|
31
31
|
"@salesforce/plugin-limits": "3.1.13",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.26",
|
|
@@ -3811,9 +3811,9 @@
|
|
|
3811
3811
|
}
|
|
3812
3812
|
},
|
|
3813
3813
|
"node_modules/@oclif/core": {
|
|
3814
|
-
"version": "3.
|
|
3815
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
3816
|
-
"integrity": "sha512-
|
|
3814
|
+
"version": "3.23.0",
|
|
3815
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz",
|
|
3816
|
+
"integrity": "sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==",
|
|
3817
3817
|
"license": "MIT",
|
|
3818
3818
|
"dependencies": {
|
|
3819
3819
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -4082,15 +4082,15 @@
|
|
|
4082
4082
|
}
|
|
4083
4083
|
},
|
|
4084
4084
|
"node_modules/@oclif/plugin-plugins": {
|
|
4085
|
-
"version": "4.3.
|
|
4086
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.
|
|
4087
|
-
"integrity": "sha512-
|
|
4085
|
+
"version": "4.3.1",
|
|
4086
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.1.tgz",
|
|
4087
|
+
"integrity": "sha512-xh+nuxcNoc9Es4akc1rBkjuOwq+EZLRnHMtRyECEwLnWzUBpP8NEd13clFi97iLqSFhcWXiOzEs0aw9QEhdNkw==",
|
|
4088
4088
|
"license": "MIT",
|
|
4089
4089
|
"dependencies": {
|
|
4090
4090
|
"@oclif/core": "^3.21.0",
|
|
4091
4091
|
"chalk": "^5.3.0",
|
|
4092
4092
|
"debug": "^4.3.4",
|
|
4093
|
-
"npm": "10.
|
|
4093
|
+
"npm": "10.2.4",
|
|
4094
4094
|
"npm-run-path": "^4.0.1",
|
|
4095
4095
|
"semver": "^7.6.0",
|
|
4096
4096
|
"shelljs": "^0.8.5",
|
|
@@ -4141,9 +4141,9 @@
|
|
|
4141
4141
|
}
|
|
4142
4142
|
},
|
|
4143
4143
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
4144
|
-
"version": "10.
|
|
4145
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.
|
|
4146
|
-
"integrity": "sha512-
|
|
4144
|
+
"version": "10.2.4",
|
|
4145
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.2.4.tgz",
|
|
4146
|
+
"integrity": "sha512-umEuYneVEYO9KoEEI8n2sSGmNQeqco/3BSeacRlqIkCzw4E7XGtYSWMeJobxzr6hZ2n9cM+u5TsMTcC5bAgoWA==",
|
|
4147
4147
|
"bundleDependencies": [
|
|
4148
4148
|
"@isaacs/string-locale-compare",
|
|
4149
4149
|
"@npmcli/arborist",
|
|
@@ -4207,6 +4207,7 @@
|
|
|
4207
4207
|
"semver",
|
|
4208
4208
|
"spdx-expression-parse",
|
|
4209
4209
|
"ssri",
|
|
4210
|
+
"strip-ansi",
|
|
4210
4211
|
"supports-color",
|
|
4211
4212
|
"tar",
|
|
4212
4213
|
"text-table",
|
|
@@ -4231,12 +4232,12 @@
|
|
|
4231
4232
|
"@npmcli/fs": "^3.1.0",
|
|
4232
4233
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
4233
4234
|
"@npmcli/package-json": "^5.0.0",
|
|
4234
|
-
"@npmcli/promise-spawn": "^7.0.
|
|
4235
|
-
"@npmcli/run-script": "^7.0.
|
|
4236
|
-
"@sigstore/tuf": "^2.
|
|
4235
|
+
"@npmcli/promise-spawn": "^7.0.0",
|
|
4236
|
+
"@npmcli/run-script": "^7.0.2",
|
|
4237
|
+
"@sigstore/tuf": "^2.2.0",
|
|
4237
4238
|
"abbrev": "^2.0.0",
|
|
4238
4239
|
"archy": "~1.0.0",
|
|
4239
|
-
"cacache": "^18.0.
|
|
4240
|
+
"cacache": "^18.0.0",
|
|
4240
4241
|
"chalk": "^5.3.0",
|
|
4241
4242
|
"ci-info": "^4.0.0",
|
|
4242
4243
|
"cli-columns": "^4.0.0",
|
|
@@ -4250,7 +4251,7 @@
|
|
|
4250
4251
|
"ini": "^4.1.1",
|
|
4251
4252
|
"init-package-json": "^6.0.0",
|
|
4252
4253
|
"is-cidr": "^5.0.3",
|
|
4253
|
-
"json-parse-even-better-errors": "^3.0.
|
|
4254
|
+
"json-parse-even-better-errors": "^3.0.0",
|
|
4254
4255
|
"libnpmaccess": "^8.0.1",
|
|
4255
4256
|
"libnpmdiff": "^6.0.3",
|
|
4256
4257
|
"libnpmexec": "^7.0.4",
|
|
@@ -4279,14 +4280,15 @@
|
|
|
4279
4280
|
"npm-user-validate": "^2.0.0",
|
|
4280
4281
|
"npmlog": "^7.0.1",
|
|
4281
4282
|
"p-map": "^4.0.0",
|
|
4282
|
-
"pacote": "^17.0.
|
|
4283
|
+
"pacote": "^17.0.4",
|
|
4283
4284
|
"parse-conflict-json": "^3.0.1",
|
|
4284
4285
|
"proc-log": "^3.0.0",
|
|
4285
4286
|
"qrcode-terminal": "^0.12.0",
|
|
4286
4287
|
"read": "^2.1.0",
|
|
4287
|
-
"semver": "^7.
|
|
4288
|
+
"semver": "^7.5.4",
|
|
4288
4289
|
"spdx-expression-parse": "^3.0.1",
|
|
4289
4290
|
"ssri": "^10.0.5",
|
|
4291
|
+
"strip-ansi": "^7.1.0",
|
|
4290
4292
|
"supports-color": "^9.4.0",
|
|
4291
4293
|
"tar": "^6.2.0",
|
|
4292
4294
|
"text-table": "~0.2.0",
|
|
@@ -4333,19 +4335,6 @@
|
|
|
4333
4335
|
"node": ">=12"
|
|
4334
4336
|
}
|
|
4335
4337
|
},
|
|
4336
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
4337
|
-
"version": "6.0.1",
|
|
4338
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4339
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4340
|
-
"inBundle": true,
|
|
4341
|
-
"license": "MIT",
|
|
4342
|
-
"engines": {
|
|
4343
|
-
"node": ">=12"
|
|
4344
|
-
},
|
|
4345
|
-
"funding": {
|
|
4346
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4347
|
-
}
|
|
4348
|
-
},
|
|
4349
4338
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
4350
4339
|
"version": "9.2.2",
|
|
4351
4340
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -4371,22 +4360,6 @@
|
|
|
4371
4360
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4372
4361
|
}
|
|
4373
4362
|
},
|
|
4374
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
4375
|
-
"version": "7.1.0",
|
|
4376
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4377
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4378
|
-
"inBundle": true,
|
|
4379
|
-
"license": "MIT",
|
|
4380
|
-
"dependencies": {
|
|
4381
|
-
"ansi-regex": "^6.0.1"
|
|
4382
|
-
},
|
|
4383
|
-
"engines": {
|
|
4384
|
-
"node": ">=12"
|
|
4385
|
-
},
|
|
4386
|
-
"funding": {
|
|
4387
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4388
|
-
}
|
|
4389
|
-
},
|
|
4390
4363
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
4391
4364
|
"version": "1.1.0",
|
|
4392
4365
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
@@ -4395,9 +4368,7 @@
|
|
|
4395
4368
|
"license": "ISC"
|
|
4396
4369
|
},
|
|
4397
4370
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/agent": {
|
|
4398
|
-
"version": "2.2.
|
|
4399
|
-
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz",
|
|
4400
|
-
"integrity": "sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ==",
|
|
4371
|
+
"version": "2.2.0",
|
|
4401
4372
|
"inBundle": true,
|
|
4402
4373
|
"license": "ISC",
|
|
4403
4374
|
"dependencies": {
|
|
@@ -4412,9 +4383,7 @@
|
|
|
4412
4383
|
}
|
|
4413
4384
|
},
|
|
4414
4385
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4415
|
-
"version": "7.
|
|
4416
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.4.0.tgz",
|
|
4417
|
-
"integrity": "sha512-VFsUaTrV8NR+0E2I+xhp6pPC5eAbMmSMSMZbS57aogLc6du6HWBPATFOaiNWwp1QTFVeP4aLhYixQM9hHfaAsA==",
|
|
4386
|
+
"version": "7.2.1",
|
|
4418
4387
|
"inBundle": true,
|
|
4419
4388
|
"license": "ISC",
|
|
4420
4389
|
"dependencies": {
|
|
@@ -4426,7 +4395,7 @@
|
|
|
4426
4395
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
4427
4396
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4428
4397
|
"@npmcli/package-json": "^5.0.0",
|
|
4429
|
-
"@npmcli/query": "^3.1
|
|
4398
|
+
"@npmcli/query": "^3.0.1",
|
|
4430
4399
|
"@npmcli/run-script": "^7.0.2",
|
|
4431
4400
|
"bin-links": "^4.0.1",
|
|
4432
4401
|
"cacache": "^18.0.0",
|
|
@@ -4445,7 +4414,7 @@
|
|
|
4445
4414
|
"parse-conflict-json": "^3.0.0",
|
|
4446
4415
|
"proc-log": "^3.0.0",
|
|
4447
4416
|
"promise-all-reject-late": "^1.0.0",
|
|
4448
|
-
"promise-call-limit": "^
|
|
4417
|
+
"promise-call-limit": "^1.0.2",
|
|
4449
4418
|
"read-package-json-fast": "^3.0.2",
|
|
4450
4419
|
"semver": "^7.3.7",
|
|
4451
4420
|
"ssri": "^10.0.5",
|
|
@@ -4460,9 +4429,7 @@
|
|
|
4460
4429
|
}
|
|
4461
4430
|
},
|
|
4462
4431
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4463
|
-
"version": "8.2
|
|
4464
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.0.tgz",
|
|
4465
|
-
"integrity": "sha512-YoEYZFg0hRSRP/Chmq+J4FvULFvji6SORUYWQc10FiJ+ReAnViXcDCENg6kM6dID04bAoKNUygrby798+gYBbQ==",
|
|
4432
|
+
"version": "8.0.2",
|
|
4466
4433
|
"inBundle": true,
|
|
4467
4434
|
"license": "ISC",
|
|
4468
4435
|
"dependencies": {
|
|
@@ -4522,9 +4489,7 @@
|
|
|
4522
4489
|
}
|
|
4523
4490
|
},
|
|
4524
4491
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4525
|
-
"version": "5.0.
|
|
4526
|
-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz",
|
|
4527
|
-
"integrity": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==",
|
|
4492
|
+
"version": "5.0.3",
|
|
4528
4493
|
"inBundle": true,
|
|
4529
4494
|
"license": "ISC",
|
|
4530
4495
|
"dependencies": {
|
|
@@ -4630,9 +4595,7 @@
|
|
|
4630
4595
|
}
|
|
4631
4596
|
},
|
|
4632
4597
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
4633
|
-
"version": "7.0.
|
|
4634
|
-
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
|
|
4635
|
-
"integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
|
|
4598
|
+
"version": "7.0.0",
|
|
4636
4599
|
"inBundle": true,
|
|
4637
4600
|
"license": "ISC",
|
|
4638
4601
|
"dependencies": {
|
|
@@ -4643,9 +4606,7 @@
|
|
|
4643
4606
|
}
|
|
4644
4607
|
},
|
|
4645
4608
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/query": {
|
|
4646
|
-
"version": "3.1
|
|
4647
|
-
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
|
|
4648
|
-
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
|
|
4609
|
+
"version": "3.0.1",
|
|
4649
4610
|
"inBundle": true,
|
|
4650
4611
|
"license": "ISC",
|
|
4651
4612
|
"dependencies": {
|
|
@@ -4656,16 +4617,14 @@
|
|
|
4656
4617
|
}
|
|
4657
4618
|
},
|
|
4658
4619
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4659
|
-
"version": "7.0.
|
|
4660
|
-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
4661
|
-
"integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
|
|
4620
|
+
"version": "7.0.2",
|
|
4662
4621
|
"inBundle": true,
|
|
4663
4622
|
"license": "ISC",
|
|
4664
4623
|
"dependencies": {
|
|
4665
4624
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4666
|
-
"@npmcli/package-json": "^5.0.0",
|
|
4667
4625
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
4668
4626
|
"node-gyp": "^10.0.0",
|
|
4627
|
+
"read-package-json-fast": "^3.0.0",
|
|
4669
4628
|
"which": "^4.0.0"
|
|
4670
4629
|
},
|
|
4671
4630
|
"engines": {
|
|
@@ -4684,32 +4643,18 @@
|
|
|
4684
4643
|
}
|
|
4685
4644
|
},
|
|
4686
4645
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
|
|
4687
|
-
"version": "2.
|
|
4688
|
-
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz",
|
|
4689
|
-
"integrity": "sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ==",
|
|
4646
|
+
"version": "2.1.0",
|
|
4690
4647
|
"inBundle": true,
|
|
4691
4648
|
"license": "Apache-2.0",
|
|
4692
4649
|
"dependencies": {
|
|
4693
|
-
"@sigstore/protobuf-specs": "^0.
|
|
4650
|
+
"@sigstore/protobuf-specs": "^0.2.1"
|
|
4694
4651
|
},
|
|
4695
4652
|
"engines": {
|
|
4696
4653
|
"node": "^16.14.0 || >=18.0.0"
|
|
4697
4654
|
}
|
|
4698
4655
|
},
|
|
4699
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
|
|
4700
|
-
"version": "1.0.0",
|
|
4701
|
-
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.0.0.tgz",
|
|
4702
|
-
"integrity": "sha512-dW2qjbWLRKGu6MIDUTBuJwXCnR8zivcSpf5inUzk7y84zqy/dji0/uahppoIgMoKeR+6pUZucrwHfkQQtiG9Rw==",
|
|
4703
|
-
"inBundle": true,
|
|
4704
|
-
"license": "Apache-2.0",
|
|
4705
|
-
"engines": {
|
|
4706
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4707
|
-
}
|
|
4708
|
-
},
|
|
4709
4656
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4710
|
-
"version": "0.
|
|
4711
|
-
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
|
|
4712
|
-
"integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
|
|
4657
|
+
"version": "0.2.1",
|
|
4713
4658
|
"inBundle": true,
|
|
4714
4659
|
"license": "Apache-2.0",
|
|
4715
4660
|
"engines": {
|
|
@@ -4717,15 +4662,12 @@
|
|
|
4717
4662
|
}
|
|
4718
4663
|
},
|
|
4719
4664
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
|
|
4720
|
-
"version": "2.2.
|
|
4721
|
-
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz",
|
|
4722
|
-
"integrity": "sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw==",
|
|
4665
|
+
"version": "2.2.0",
|
|
4723
4666
|
"inBundle": true,
|
|
4724
4667
|
"license": "Apache-2.0",
|
|
4725
4668
|
"dependencies": {
|
|
4726
|
-
"@sigstore/bundle": "^2.
|
|
4727
|
-
"@sigstore/
|
|
4728
|
-
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4669
|
+
"@sigstore/bundle": "^2.1.0",
|
|
4670
|
+
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4729
4671
|
"make-fetch-happen": "^13.0.0"
|
|
4730
4672
|
},
|
|
4731
4673
|
"engines": {
|
|
@@ -4733,29 +4675,12 @@
|
|
|
4733
4675
|
}
|
|
4734
4676
|
},
|
|
4735
4677
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4736
|
-
"version": "2.
|
|
4737
|
-
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.1.tgz",
|
|
4738
|
-
"integrity": "sha512-9Iv40z652td/QbV0o5n/x25H9w6IYRt2pIGbTX55yFDYlApDQn/6YZomjz6+KBx69rXHLzHcbtTS586mDdFD+Q==",
|
|
4739
|
-
"inBundle": true,
|
|
4740
|
-
"license": "Apache-2.0",
|
|
4741
|
-
"dependencies": {
|
|
4742
|
-
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4743
|
-
"tuf-js": "^2.2.0"
|
|
4744
|
-
},
|
|
4745
|
-
"engines": {
|
|
4746
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4747
|
-
}
|
|
4748
|
-
},
|
|
4749
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
|
|
4750
|
-
"version": "1.1.0",
|
|
4751
|
-
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.0.tgz",
|
|
4752
|
-
"integrity": "sha512-1fTqnqyTBWvV7cftUUFtDcHPdSox0N3Ub7C0lRyReYx4zZUlNTZjCV+HPy4Lre+r45dV7Qx5JLKvqqsgxuyYfg==",
|
|
4678
|
+
"version": "2.2.0",
|
|
4753
4679
|
"inBundle": true,
|
|
4754
4680
|
"license": "Apache-2.0",
|
|
4755
4681
|
"dependencies": {
|
|
4756
|
-
"@sigstore/
|
|
4757
|
-
"
|
|
4758
|
-
"@sigstore/protobuf-specs": "^0.3.0"
|
|
4682
|
+
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4683
|
+
"tuf-js": "^2.1.0"
|
|
4759
4684
|
},
|
|
4760
4685
|
"engines": {
|
|
4761
4686
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -4795,6 +4720,19 @@
|
|
|
4795
4720
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4796
4721
|
}
|
|
4797
4722
|
},
|
|
4723
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/abort-controller": {
|
|
4724
|
+
"version": "3.0.0",
|
|
4725
|
+
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
4726
|
+
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
4727
|
+
"inBundle": true,
|
|
4728
|
+
"license": "MIT",
|
|
4729
|
+
"dependencies": {
|
|
4730
|
+
"event-target-shim": "^5.0.0"
|
|
4731
|
+
},
|
|
4732
|
+
"engines": {
|
|
4733
|
+
"node": ">=6.5"
|
|
4734
|
+
}
|
|
4735
|
+
},
|
|
4798
4736
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4799
4737
|
"version": "7.1.0",
|
|
4800
4738
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
@@ -4823,13 +4761,16 @@
|
|
|
4823
4761
|
}
|
|
4824
4762
|
},
|
|
4825
4763
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-regex": {
|
|
4826
|
-
"version": "
|
|
4827
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
4828
|
-
"integrity": "sha512-
|
|
4764
|
+
"version": "6.0.1",
|
|
4765
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4766
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4829
4767
|
"inBundle": true,
|
|
4830
4768
|
"license": "MIT",
|
|
4831
4769
|
"engines": {
|
|
4832
|
-
"node": ">=
|
|
4770
|
+
"node": ">=12"
|
|
4771
|
+
},
|
|
4772
|
+
"funding": {
|
|
4773
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4833
4774
|
}
|
|
4834
4775
|
},
|
|
4835
4776
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
|
|
@@ -4860,11 +4801,13 @@
|
|
|
4860
4801
|
"license": "MIT"
|
|
4861
4802
|
},
|
|
4862
4803
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
|
|
4863
|
-
"version": "4.0.
|
|
4864
|
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
|
|
4865
|
-
"integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
|
|
4804
|
+
"version": "4.0.1",
|
|
4866
4805
|
"inBundle": true,
|
|
4867
4806
|
"license": "ISC",
|
|
4807
|
+
"dependencies": {
|
|
4808
|
+
"delegates": "^1.0.0",
|
|
4809
|
+
"readable-stream": "^4.1.0"
|
|
4810
|
+
},
|
|
4868
4811
|
"engines": {
|
|
4869
4812
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4870
4813
|
}
|
|
@@ -4876,6 +4819,27 @@
|
|
|
4876
4819
|
"inBundle": true,
|
|
4877
4820
|
"license": "MIT"
|
|
4878
4821
|
},
|
|
4822
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/base64-js": {
|
|
4823
|
+
"version": "1.5.1",
|
|
4824
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
4825
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
4826
|
+
"funding": [
|
|
4827
|
+
{
|
|
4828
|
+
"type": "github",
|
|
4829
|
+
"url": "https://github.com/sponsors/feross"
|
|
4830
|
+
},
|
|
4831
|
+
{
|
|
4832
|
+
"type": "patreon",
|
|
4833
|
+
"url": "https://www.patreon.com/feross"
|
|
4834
|
+
},
|
|
4835
|
+
{
|
|
4836
|
+
"type": "consulting",
|
|
4837
|
+
"url": "https://feross.org/support"
|
|
4838
|
+
}
|
|
4839
|
+
],
|
|
4840
|
+
"inBundle": true,
|
|
4841
|
+
"license": "MIT"
|
|
4842
|
+
},
|
|
4879
4843
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
4880
4844
|
"version": "4.0.3",
|
|
4881
4845
|
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
|
|
@@ -4912,6 +4876,31 @@
|
|
|
4912
4876
|
"balanced-match": "^1.0.0"
|
|
4913
4877
|
}
|
|
4914
4878
|
},
|
|
4879
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/buffer": {
|
|
4880
|
+
"version": "6.0.3",
|
|
4881
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
4882
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
4883
|
+
"funding": [
|
|
4884
|
+
{
|
|
4885
|
+
"type": "github",
|
|
4886
|
+
"url": "https://github.com/sponsors/feross"
|
|
4887
|
+
},
|
|
4888
|
+
{
|
|
4889
|
+
"type": "patreon",
|
|
4890
|
+
"url": "https://www.patreon.com/feross"
|
|
4891
|
+
},
|
|
4892
|
+
{
|
|
4893
|
+
"type": "consulting",
|
|
4894
|
+
"url": "https://feross.org/support"
|
|
4895
|
+
}
|
|
4896
|
+
],
|
|
4897
|
+
"inBundle": true,
|
|
4898
|
+
"license": "MIT",
|
|
4899
|
+
"dependencies": {
|
|
4900
|
+
"base64-js": "^1.3.1",
|
|
4901
|
+
"ieee754": "^1.2.1"
|
|
4902
|
+
}
|
|
4903
|
+
},
|
|
4915
4904
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
|
|
4916
4905
|
"version": "5.0.1",
|
|
4917
4906
|
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
|
|
@@ -4923,9 +4912,7 @@
|
|
|
4923
4912
|
}
|
|
4924
4913
|
},
|
|
4925
4914
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
4926
|
-
"version": "18.0.
|
|
4927
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
|
|
4928
|
-
"integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
|
|
4915
|
+
"version": "18.0.0",
|
|
4929
4916
|
"inBundle": true,
|
|
4930
4917
|
"license": "ISC",
|
|
4931
4918
|
"dependencies": {
|
|
@@ -4934,7 +4921,7 @@
|
|
|
4934
4921
|
"glob": "^10.2.2",
|
|
4935
4922
|
"lru-cache": "^10.0.1",
|
|
4936
4923
|
"minipass": "^7.0.3",
|
|
4937
|
-
"minipass-collect": "^
|
|
4924
|
+
"minipass-collect": "^1.0.2",
|
|
4938
4925
|
"minipass-flush": "^1.0.5",
|
|
4939
4926
|
"minipass-pipeline": "^1.2.4",
|
|
4940
4927
|
"p-map": "^4.0.0",
|
|
@@ -5022,6 +5009,29 @@
|
|
|
5022
5009
|
"node": ">= 10"
|
|
5023
5010
|
}
|
|
5024
5011
|
},
|
|
5012
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/ansi-regex": {
|
|
5013
|
+
"version": "5.0.1",
|
|
5014
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5015
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5016
|
+
"inBundle": true,
|
|
5017
|
+
"license": "MIT",
|
|
5018
|
+
"engines": {
|
|
5019
|
+
"node": ">=8"
|
|
5020
|
+
}
|
|
5021
|
+
},
|
|
5022
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi": {
|
|
5023
|
+
"version": "6.0.1",
|
|
5024
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5025
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5026
|
+
"inBundle": true,
|
|
5027
|
+
"license": "MIT",
|
|
5028
|
+
"dependencies": {
|
|
5029
|
+
"ansi-regex": "^5.0.1"
|
|
5030
|
+
},
|
|
5031
|
+
"engines": {
|
|
5032
|
+
"node": ">=8"
|
|
5033
|
+
}
|
|
5034
|
+
},
|
|
5025
5035
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
5026
5036
|
"version": "0.6.3",
|
|
5027
5037
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
|
|
@@ -5102,6 +5112,29 @@
|
|
|
5102
5112
|
"node": ">=8.0.0"
|
|
5103
5113
|
}
|
|
5104
5114
|
},
|
|
5115
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/ansi-regex": {
|
|
5116
|
+
"version": "5.0.1",
|
|
5117
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5118
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5119
|
+
"inBundle": true,
|
|
5120
|
+
"license": "MIT",
|
|
5121
|
+
"engines": {
|
|
5122
|
+
"node": ">=8"
|
|
5123
|
+
}
|
|
5124
|
+
},
|
|
5125
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/strip-ansi": {
|
|
5126
|
+
"version": "6.0.1",
|
|
5127
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5128
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5129
|
+
"inBundle": true,
|
|
5130
|
+
"license": "MIT",
|
|
5131
|
+
"dependencies": {
|
|
5132
|
+
"ansi-regex": "^5.0.1"
|
|
5133
|
+
},
|
|
5134
|
+
"engines": {
|
|
5135
|
+
"node": ">=8"
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5105
5138
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
|
|
5106
5139
|
"version": "1.0.1",
|
|
5107
5140
|
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
|
@@ -5198,10 +5231,15 @@
|
|
|
5198
5231
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5199
5232
|
}
|
|
5200
5233
|
},
|
|
5234
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/delegates": {
|
|
5235
|
+
"version": "1.0.0",
|
|
5236
|
+
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
5237
|
+
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
5238
|
+
"inBundle": true,
|
|
5239
|
+
"license": "MIT"
|
|
5240
|
+
},
|
|
5201
5241
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
5202
|
-
"version": "5.
|
|
5203
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
5204
|
-
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
5242
|
+
"version": "5.1.0",
|
|
5205
5243
|
"inBundle": true,
|
|
5206
5244
|
"license": "BSD-3-Clause",
|
|
5207
5245
|
"engines": {
|
|
@@ -5250,6 +5288,26 @@
|
|
|
5250
5288
|
"inBundle": true,
|
|
5251
5289
|
"license": "MIT"
|
|
5252
5290
|
},
|
|
5291
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/event-target-shim": {
|
|
5292
|
+
"version": "5.0.1",
|
|
5293
|
+
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
5294
|
+
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
5295
|
+
"inBundle": true,
|
|
5296
|
+
"license": "MIT",
|
|
5297
|
+
"engines": {
|
|
5298
|
+
"node": ">=6"
|
|
5299
|
+
}
|
|
5300
|
+
},
|
|
5301
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/events": {
|
|
5302
|
+
"version": "3.3.0",
|
|
5303
|
+
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
5304
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
5305
|
+
"inBundle": true,
|
|
5306
|
+
"license": "MIT",
|
|
5307
|
+
"engines": {
|
|
5308
|
+
"node": ">=0.8.x"
|
|
5309
|
+
}
|
|
5310
|
+
},
|
|
5253
5311
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
|
|
5254
5312
|
"version": "3.1.1",
|
|
5255
5313
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -5327,6 +5385,29 @@
|
|
|
5327
5385
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5328
5386
|
}
|
|
5329
5387
|
},
|
|
5388
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/ansi-regex": {
|
|
5389
|
+
"version": "5.0.1",
|
|
5390
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5391
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5392
|
+
"inBundle": true,
|
|
5393
|
+
"license": "MIT",
|
|
5394
|
+
"engines": {
|
|
5395
|
+
"node": ">=8"
|
|
5396
|
+
}
|
|
5397
|
+
},
|
|
5398
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/strip-ansi": {
|
|
5399
|
+
"version": "6.0.1",
|
|
5400
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5401
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5402
|
+
"inBundle": true,
|
|
5403
|
+
"license": "MIT",
|
|
5404
|
+
"dependencies": {
|
|
5405
|
+
"ansi-regex": "^5.0.1"
|
|
5406
|
+
},
|
|
5407
|
+
"engines": {
|
|
5408
|
+
"node": ">=8"
|
|
5409
|
+
}
|
|
5410
|
+
},
|
|
5330
5411
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5331
5412
|
"version": "10.3.10",
|
|
5332
5413
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
@@ -5365,9 +5446,7 @@
|
|
|
5365
5446
|
"license": "ISC"
|
|
5366
5447
|
},
|
|
5367
5448
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/hasown": {
|
|
5368
|
-
"version": "2.0.
|
|
5369
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
|
|
5370
|
-
"integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
|
|
5449
|
+
"version": "2.0.0",
|
|
5371
5450
|
"inBundle": true,
|
|
5372
5451
|
"license": "MIT",
|
|
5373
5452
|
"dependencies": {
|
|
@@ -5398,9 +5477,7 @@
|
|
|
5398
5477
|
"license": "BSD-2-Clause"
|
|
5399
5478
|
},
|
|
5400
5479
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/http-proxy-agent": {
|
|
5401
|
-
"version": "7.0.
|
|
5402
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
5403
|
-
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
5480
|
+
"version": "7.0.0",
|
|
5404
5481
|
"inBundle": true,
|
|
5405
5482
|
"license": "MIT",
|
|
5406
5483
|
"dependencies": {
|
|
@@ -5412,9 +5489,7 @@
|
|
|
5412
5489
|
}
|
|
5413
5490
|
},
|
|
5414
5491
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/https-proxy-agent": {
|
|
5415
|
-
"version": "7.0.
|
|
5416
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
5417
|
-
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
5492
|
+
"version": "7.0.2",
|
|
5418
5493
|
"inBundle": true,
|
|
5419
5494
|
"license": "MIT",
|
|
5420
5495
|
"dependencies": {
|
|
@@ -5439,10 +5514,29 @@
|
|
|
5439
5514
|
"node": ">=0.10.0"
|
|
5440
5515
|
}
|
|
5441
5516
|
},
|
|
5517
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ieee754": {
|
|
5518
|
+
"version": "1.2.1",
|
|
5519
|
+
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
5520
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
5521
|
+
"funding": [
|
|
5522
|
+
{
|
|
5523
|
+
"type": "github",
|
|
5524
|
+
"url": "https://github.com/sponsors/feross"
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"type": "patreon",
|
|
5528
|
+
"url": "https://www.patreon.com/feross"
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"type": "consulting",
|
|
5532
|
+
"url": "https://feross.org/support"
|
|
5533
|
+
}
|
|
5534
|
+
],
|
|
5535
|
+
"inBundle": true,
|
|
5536
|
+
"license": "BSD-3-Clause"
|
|
5537
|
+
},
|
|
5442
5538
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5443
|
-
"version": "6.0.
|
|
5444
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
|
|
5445
|
-
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
|
|
5539
|
+
"version": "6.0.3",
|
|
5446
5540
|
"inBundle": true,
|
|
5447
5541
|
"license": "ISC",
|
|
5448
5542
|
"dependencies": {
|
|
@@ -5501,26 +5595,10 @@
|
|
|
5501
5595
|
"node": "^16.14.0 || >=18.0.0"
|
|
5502
5596
|
}
|
|
5503
5597
|
},
|
|
5504
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip
|
|
5505
|
-
"version": "
|
|
5506
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
|
|
5507
|
-
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
|
|
5508
|
-
"inBundle": true,
|
|
5509
|
-
"license": "MIT",
|
|
5510
|
-
"dependencies": {
|
|
5511
|
-
"jsbn": "1.1.0",
|
|
5512
|
-
"sprintf-js": "^1.1.3"
|
|
5513
|
-
},
|
|
5514
|
-
"engines": {
|
|
5515
|
-
"node": ">= 12"
|
|
5516
|
-
}
|
|
5517
|
-
},
|
|
5518
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
|
|
5519
|
-
"version": "1.1.3",
|
|
5520
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
5521
|
-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
5598
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip": {
|
|
5599
|
+
"version": "2.0.0",
|
|
5522
5600
|
"inBundle": true,
|
|
5523
|
-
"license": "
|
|
5601
|
+
"license": "MIT"
|
|
5524
5602
|
},
|
|
5525
5603
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-regex": {
|
|
5526
5604
|
"version": "5.0.0",
|
|
@@ -5604,17 +5682,8 @@
|
|
|
5604
5682
|
"@pkgjs/parseargs": "^0.11.0"
|
|
5605
5683
|
}
|
|
5606
5684
|
},
|
|
5607
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jsbn": {
|
|
5608
|
-
"version": "1.1.0",
|
|
5609
|
-
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
|
|
5610
|
-
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
|
5611
|
-
"inBundle": true,
|
|
5612
|
-
"license": "MIT"
|
|
5613
|
-
},
|
|
5614
5685
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
5615
|
-
"version": "3.0.
|
|
5616
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
5617
|
-
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
5686
|
+
"version": "3.0.0",
|
|
5618
5687
|
"inBundle": true,
|
|
5619
5688
|
"license": "MIT",
|
|
5620
5689
|
"engines": {
|
|
@@ -5656,9 +5725,7 @@
|
|
|
5656
5725
|
"license": "MIT"
|
|
5657
5726
|
},
|
|
5658
5727
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5659
|
-
"version": "8.0.
|
|
5660
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.2.tgz",
|
|
5661
|
-
"integrity": "sha512-4K+nsg3OYt4rjryP/3D5zGWluLbZaKozwj6YdtvAyxNhLhUrjCoyxHVoL5AkTJcAnjsd6/ATei52QPVvpSX9Ug==",
|
|
5728
|
+
"version": "8.0.1",
|
|
5662
5729
|
"inBundle": true,
|
|
5663
5730
|
"license": "ISC",
|
|
5664
5731
|
"dependencies": {
|
|
@@ -5670,9 +5737,7 @@
|
|
|
5670
5737
|
}
|
|
5671
5738
|
},
|
|
5672
5739
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5673
|
-
"version": "6.0.
|
|
5674
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.7.tgz",
|
|
5675
|
-
"integrity": "sha512-Erca7NHh+MGk4O14mM4yv9S1S+Wc5TgFg6yr8r/g5ykn34dZdAP/GkzhQNJiOpzfD8j1HBhbTpkbGJHVDdgG5Q==",
|
|
5740
|
+
"version": "6.0.3",
|
|
5676
5741
|
"inBundle": true,
|
|
5677
5742
|
"license": "ISC",
|
|
5678
5743
|
"dependencies": {
|
|
@@ -5691,9 +5756,7 @@
|
|
|
5691
5756
|
}
|
|
5692
5757
|
},
|
|
5693
5758
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5694
|
-
"version": "7.0.
|
|
5695
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.8.tgz",
|
|
5696
|
-
"integrity": "sha512-xDzWoYpV1Ok0TIdrY4wuWGxriEv/O3/d8QG924yErBE0sMkkzKsin2dAmlEBsSlR7YRilObs8q+5uNtxKNQHAQ==",
|
|
5759
|
+
"version": "7.0.4",
|
|
5697
5760
|
"inBundle": true,
|
|
5698
5761
|
"license": "ISC",
|
|
5699
5762
|
"dependencies": {
|
|
@@ -5714,9 +5777,7 @@
|
|
|
5714
5777
|
}
|
|
5715
5778
|
},
|
|
5716
5779
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5717
|
-
"version": "5.0.
|
|
5718
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.5.tgz",
|
|
5719
|
-
"integrity": "sha512-BUu2l9Kn4u6nce1Ay8a1uRN1fyU7lbVmtsMYxWcFpcbF+ZPN7qIiPksfcnY9/NDKIRGJYwwv0IXgQQStHDx6Tg==",
|
|
5780
|
+
"version": "5.0.1",
|
|
5720
5781
|
"inBundle": true,
|
|
5721
5782
|
"license": "ISC",
|
|
5722
5783
|
"dependencies": {
|
|
@@ -5727,9 +5788,7 @@
|
|
|
5727
5788
|
}
|
|
5728
5789
|
},
|
|
5729
5790
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5730
|
-
"version": "10.0.
|
|
5731
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.1.tgz",
|
|
5732
|
-
"integrity": "sha512-FnXCweDpoAko6mnLPSW8qrRYicjfh+GrvY5PuYHQRPvaW4BFtHDUmK3K3aYx4yD3TeGAKpj4IigrEDfUfWuSkA==",
|
|
5791
|
+
"version": "10.0.0",
|
|
5733
5792
|
"inBundle": true,
|
|
5734
5793
|
"license": "ISC",
|
|
5735
5794
|
"dependencies": {
|
|
@@ -5741,9 +5800,7 @@
|
|
|
5741
5800
|
}
|
|
5742
5801
|
},
|
|
5743
5802
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5744
|
-
"version": "6.0.
|
|
5745
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.2.tgz",
|
|
5746
|
-
"integrity": "sha512-zK4r6cjVsfXf7hWzWGB6R0LBJidVhKaeMWMZL/1eyZS6ixxAxVijfsPacoEnBRCFaXsNjAtwV3b2RCmYU6+usA==",
|
|
5803
|
+
"version": "6.0.1",
|
|
5747
5804
|
"inBundle": true,
|
|
5748
5805
|
"license": "ISC",
|
|
5749
5806
|
"dependencies": {
|
|
@@ -5753,11 +5810,9 @@
|
|
|
5753
5810
|
"engines": {
|
|
5754
5811
|
"node": "^16.14.0 || >=18.0.0"
|
|
5755
5812
|
}
|
|
5756
|
-
},
|
|
5757
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5758
|
-
"version": "6.0.
|
|
5759
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.7.tgz",
|
|
5760
|
-
"integrity": "sha512-aVX5ZLiYAioShh5wzoBOGs25GvPskry7SxCpx76gMCjOrd/wKcNtbTOMqStvizd3c+vzq5a1b7FMP09XAtgRFg==",
|
|
5813
|
+
},
|
|
5814
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5815
|
+
"version": "6.0.3",
|
|
5761
5816
|
"inBundle": true,
|
|
5762
5817
|
"license": "ISC",
|
|
5763
5818
|
"dependencies": {
|
|
@@ -5771,9 +5826,7 @@
|
|
|
5771
5826
|
}
|
|
5772
5827
|
},
|
|
5773
5828
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5774
|
-
"version": "9.0.
|
|
5775
|
-
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
|
|
5776
|
-
"integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
|
|
5829
|
+
"version": "9.0.2",
|
|
5777
5830
|
"inBundle": true,
|
|
5778
5831
|
"license": "ISC",
|
|
5779
5832
|
"dependencies": {
|
|
@@ -5783,7 +5836,7 @@
|
|
|
5783
5836
|
"npm-registry-fetch": "^16.0.0",
|
|
5784
5837
|
"proc-log": "^3.0.0",
|
|
5785
5838
|
"semver": "^7.3.7",
|
|
5786
|
-
"sigstore": "^2.
|
|
5839
|
+
"sigstore": "^2.1.0",
|
|
5787
5840
|
"ssri": "^10.0.5"
|
|
5788
5841
|
},
|
|
5789
5842
|
"engines": {
|
|
@@ -5791,9 +5844,7 @@
|
|
|
5791
5844
|
}
|
|
5792
5845
|
},
|
|
5793
5846
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5794
|
-
"version": "7.0.
|
|
5795
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.1.tgz",
|
|
5796
|
-
"integrity": "sha512-XyKi6Y94t6PGd5Lk2Ma3+fgiHWD3KSCvXmHOrcLkAOEP7oUejbNjL0Bb/HUDZXgBj6gP1Qk7pJ6jZPFBc2hmXQ==",
|
|
5847
|
+
"version": "7.0.0",
|
|
5797
5848
|
"inBundle": true,
|
|
5798
5849
|
"license": "ISC",
|
|
5799
5850
|
"dependencies": {
|
|
@@ -5804,9 +5855,7 @@
|
|
|
5804
5855
|
}
|
|
5805
5856
|
},
|
|
5806
5857
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5807
|
-
"version": "6.0.
|
|
5808
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.1.tgz",
|
|
5809
|
-
"integrity": "sha512-1YytqVk1gSkKFNMe4kkCKN49y5rlABrRSx5TrYShQtt2Lb4uQaed49dGE7Ue8TJGxbIkHzvyyVtb3PBiGACVqw==",
|
|
5858
|
+
"version": "6.0.0",
|
|
5810
5859
|
"inBundle": true,
|
|
5811
5860
|
"license": "ISC",
|
|
5812
5861
|
"dependencies": {
|
|
@@ -5818,9 +5867,7 @@
|
|
|
5818
5867
|
}
|
|
5819
5868
|
},
|
|
5820
5869
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
5821
|
-
"version": "5.0.
|
|
5822
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz",
|
|
5823
|
-
"integrity": "sha512-6JBnLhd6SYgKRekJ4cotxpURLGbEtKxzw+a8p5o+wNwrveJPMH8yW/HKjeewyHzWmxzzwn9EQ3TkF2onkrwstA==",
|
|
5870
|
+
"version": "5.0.1",
|
|
5824
5871
|
"inBundle": true,
|
|
5825
5872
|
"license": "ISC",
|
|
5826
5873
|
"dependencies": {
|
|
@@ -5835,11 +5882,12 @@
|
|
|
5835
5882
|
}
|
|
5836
5883
|
},
|
|
5837
5884
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
|
|
5838
|
-
"version": "10.2
|
|
5839
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
5840
|
-
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
5885
|
+
"version": "10.0.2",
|
|
5841
5886
|
"inBundle": true,
|
|
5842
5887
|
"license": "ISC",
|
|
5888
|
+
"dependencies": {
|
|
5889
|
+
"semver": "^7.3.5"
|
|
5890
|
+
},
|
|
5843
5891
|
"engines": {
|
|
5844
5892
|
"node": "14 || >=16.14"
|
|
5845
5893
|
}
|
|
@@ -5894,16 +5942,29 @@
|
|
|
5894
5942
|
}
|
|
5895
5943
|
},
|
|
5896
5944
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5897
|
-
"version": "
|
|
5898
|
-
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-
|
|
5899
|
-
"integrity": "sha512-
|
|
5945
|
+
"version": "1.0.2",
|
|
5946
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
|
|
5947
|
+
"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
|
|
5900
5948
|
"inBundle": true,
|
|
5901
5949
|
"license": "ISC",
|
|
5902
5950
|
"dependencies": {
|
|
5903
|
-
"minipass": "^
|
|
5951
|
+
"minipass": "^3.0.0"
|
|
5904
5952
|
},
|
|
5905
5953
|
"engines": {
|
|
5906
|
-
"node": ">=
|
|
5954
|
+
"node": ">= 8"
|
|
5955
|
+
}
|
|
5956
|
+
},
|
|
5957
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect/node_modules/minipass": {
|
|
5958
|
+
"version": "3.3.6",
|
|
5959
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
5960
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5961
|
+
"inBundle": true,
|
|
5962
|
+
"license": "ISC",
|
|
5963
|
+
"dependencies": {
|
|
5964
|
+
"yallist": "^4.0.0"
|
|
5965
|
+
},
|
|
5966
|
+
"engines": {
|
|
5967
|
+
"node": ">=8"
|
|
5907
5968
|
}
|
|
5908
5969
|
},
|
|
5909
5970
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
@@ -6213,13 +6274,11 @@
|
|
|
6213
6274
|
}
|
|
6214
6275
|
},
|
|
6215
6276
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
6216
|
-
"version": "8.0.
|
|
6217
|
-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
|
|
6218
|
-
"integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
|
|
6277
|
+
"version": "8.0.0",
|
|
6219
6278
|
"inBundle": true,
|
|
6220
6279
|
"license": "ISC",
|
|
6221
6280
|
"dependencies": {
|
|
6222
|
-
"ignore-walk": "^6.0.
|
|
6281
|
+
"ignore-walk": "^6.0.0"
|
|
6223
6282
|
},
|
|
6224
6283
|
"engines": {
|
|
6225
6284
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -6317,9 +6376,7 @@
|
|
|
6317
6376
|
}
|
|
6318
6377
|
},
|
|
6319
6378
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
6320
|
-
"version": "17.0.
|
|
6321
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
|
|
6322
|
-
"integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
|
|
6379
|
+
"version": "17.0.4",
|
|
6323
6380
|
"inBundle": true,
|
|
6324
6381
|
"license": "ISC",
|
|
6325
6382
|
"dependencies": {
|
|
@@ -6338,7 +6395,7 @@
|
|
|
6338
6395
|
"promise-retry": "^2.0.1",
|
|
6339
6396
|
"read-package-json": "^7.0.0",
|
|
6340
6397
|
"read-package-json-fast": "^3.0.0",
|
|
6341
|
-
"sigstore": "^2.
|
|
6398
|
+
"sigstore": "^2.0.0",
|
|
6342
6399
|
"ssri": "^10.0.0",
|
|
6343
6400
|
"tar": "^6.1.11"
|
|
6344
6401
|
},
|
|
@@ -6392,9 +6449,7 @@
|
|
|
6392
6449
|
}
|
|
6393
6450
|
},
|
|
6394
6451
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6395
|
-
"version": "6.0.
|
|
6396
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
|
|
6397
|
-
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
|
|
6452
|
+
"version": "6.0.13",
|
|
6398
6453
|
"inBundle": true,
|
|
6399
6454
|
"license": "MIT",
|
|
6400
6455
|
"dependencies": {
|
|
@@ -6415,6 +6470,16 @@
|
|
|
6415
6470
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6416
6471
|
}
|
|
6417
6472
|
},
|
|
6473
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/process": {
|
|
6474
|
+
"version": "0.11.10",
|
|
6475
|
+
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
6476
|
+
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
6477
|
+
"inBundle": true,
|
|
6478
|
+
"license": "MIT",
|
|
6479
|
+
"engines": {
|
|
6480
|
+
"node": ">= 0.6.0"
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
6418
6483
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
|
|
6419
6484
|
"version": "1.0.1",
|
|
6420
6485
|
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
@@ -6426,9 +6491,7 @@
|
|
|
6426
6491
|
}
|
|
6427
6492
|
},
|
|
6428
6493
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6429
|
-
"version": "
|
|
6430
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
|
|
6431
|
-
"integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
|
|
6494
|
+
"version": "1.0.2",
|
|
6432
6495
|
"inBundle": true,
|
|
6433
6496
|
"license": "ISC",
|
|
6434
6497
|
"funding": {
|
|
@@ -6531,6 +6594,21 @@
|
|
|
6531
6594
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6532
6595
|
}
|
|
6533
6596
|
},
|
|
6597
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
|
|
6598
|
+
"version": "4.4.2",
|
|
6599
|
+
"inBundle": true,
|
|
6600
|
+
"license": "MIT",
|
|
6601
|
+
"dependencies": {
|
|
6602
|
+
"abort-controller": "^3.0.0",
|
|
6603
|
+
"buffer": "^6.0.3",
|
|
6604
|
+
"events": "^3.3.0",
|
|
6605
|
+
"process": "^0.11.10",
|
|
6606
|
+
"string_decoder": "^1.3.0"
|
|
6607
|
+
},
|
|
6608
|
+
"engines": {
|
|
6609
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6610
|
+
}
|
|
6611
|
+
},
|
|
6534
6612
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
|
|
6535
6613
|
"version": "0.12.0",
|
|
6536
6614
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -6541,6 +6619,27 @@
|
|
|
6541
6619
|
"node": ">= 4"
|
|
6542
6620
|
}
|
|
6543
6621
|
},
|
|
6622
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safe-buffer": {
|
|
6623
|
+
"version": "5.2.1",
|
|
6624
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
6625
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
6626
|
+
"funding": [
|
|
6627
|
+
{
|
|
6628
|
+
"type": "github",
|
|
6629
|
+
"url": "https://github.com/sponsors/feross"
|
|
6630
|
+
},
|
|
6631
|
+
{
|
|
6632
|
+
"type": "patreon",
|
|
6633
|
+
"url": "https://www.patreon.com/feross"
|
|
6634
|
+
},
|
|
6635
|
+
{
|
|
6636
|
+
"type": "consulting",
|
|
6637
|
+
"url": "https://feross.org/support"
|
|
6638
|
+
}
|
|
6639
|
+
],
|
|
6640
|
+
"inBundle": true,
|
|
6641
|
+
"license": "MIT"
|
|
6642
|
+
},
|
|
6544
6643
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
|
|
6545
6644
|
"version": "2.1.2",
|
|
6546
6645
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -6550,9 +6649,7 @@
|
|
|
6550
6649
|
"optional": true
|
|
6551
6650
|
},
|
|
6552
6651
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/semver": {
|
|
6553
|
-
"version": "7.
|
|
6554
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
|
|
6555
|
-
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
|
|
6652
|
+
"version": "7.5.4",
|
|
6556
6653
|
"inBundle": true,
|
|
6557
6654
|
"license": "ISC",
|
|
6558
6655
|
"dependencies": {
|
|
@@ -6622,18 +6719,14 @@
|
|
|
6622
6719
|
}
|
|
6623
6720
|
},
|
|
6624
6721
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
6625
|
-
"version": "2.
|
|
6626
|
-
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz",
|
|
6627
|
-
"integrity": "sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==",
|
|
6722
|
+
"version": "2.1.0",
|
|
6628
6723
|
"inBundle": true,
|
|
6629
6724
|
"license": "Apache-2.0",
|
|
6630
6725
|
"dependencies": {
|
|
6631
|
-
"@sigstore/bundle": "^2.
|
|
6632
|
-
"@sigstore/
|
|
6633
|
-
"@sigstore/
|
|
6634
|
-
"@sigstore/
|
|
6635
|
-
"@sigstore/tuf": "^2.3.1",
|
|
6636
|
-
"@sigstore/verify": "^1.1.0"
|
|
6726
|
+
"@sigstore/bundle": "^2.1.0",
|
|
6727
|
+
"@sigstore/protobuf-specs": "^0.2.1",
|
|
6728
|
+
"@sigstore/sign": "^2.1.0",
|
|
6729
|
+
"@sigstore/tuf": "^2.1.0"
|
|
6637
6730
|
},
|
|
6638
6731
|
"engines": {
|
|
6639
6732
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -6651,15 +6744,15 @@
|
|
|
6651
6744
|
}
|
|
6652
6745
|
},
|
|
6653
6746
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/socks": {
|
|
6654
|
-
"version": "2.
|
|
6747
|
+
"version": "2.7.1",
|
|
6655
6748
|
"inBundle": true,
|
|
6656
6749
|
"license": "MIT",
|
|
6657
6750
|
"dependencies": {
|
|
6658
|
-
"ip
|
|
6751
|
+
"ip": "^2.0.0",
|
|
6659
6752
|
"smart-buffer": "^4.2.0"
|
|
6660
6753
|
},
|
|
6661
6754
|
"engines": {
|
|
6662
|
-
"node": ">=
|
|
6755
|
+
"node": ">= 10.13.0",
|
|
6663
6756
|
"npm": ">= 3.0.0"
|
|
6664
6757
|
}
|
|
6665
6758
|
},
|
|
@@ -6690,9 +6783,7 @@
|
|
|
6690
6783
|
}
|
|
6691
6784
|
},
|
|
6692
6785
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-exceptions": {
|
|
6693
|
-
"version": "2.
|
|
6694
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
6695
|
-
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
6786
|
+
"version": "2.3.0",
|
|
6696
6787
|
"inBundle": true,
|
|
6697
6788
|
"license": "CC-BY-3.0"
|
|
6698
6789
|
},
|
|
@@ -6708,9 +6799,7 @@
|
|
|
6708
6799
|
}
|
|
6709
6800
|
},
|
|
6710
6801
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-license-ids": {
|
|
6711
|
-
"version": "3.0.
|
|
6712
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
|
|
6713
|
-
"integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
|
|
6802
|
+
"version": "3.0.16",
|
|
6714
6803
|
"inBundle": true,
|
|
6715
6804
|
"license": "CC0-1.0"
|
|
6716
6805
|
},
|
|
@@ -6727,6 +6816,16 @@
|
|
|
6727
6816
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6728
6817
|
}
|
|
6729
6818
|
},
|
|
6819
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string_decoder": {
|
|
6820
|
+
"version": "1.3.0",
|
|
6821
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
6822
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
6823
|
+
"inBundle": true,
|
|
6824
|
+
"license": "MIT",
|
|
6825
|
+
"dependencies": {
|
|
6826
|
+
"safe-buffer": "~5.2.0"
|
|
6827
|
+
}
|
|
6828
|
+
},
|
|
6730
6829
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
|
|
6731
6830
|
"version": "4.2.3",
|
|
6732
6831
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -6758,7 +6857,40 @@
|
|
|
6758
6857
|
"node": ">=8"
|
|
6759
6858
|
}
|
|
6760
6859
|
},
|
|
6761
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/
|
|
6860
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/ansi-regex": {
|
|
6861
|
+
"version": "5.0.1",
|
|
6862
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6863
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6864
|
+
"inBundle": true,
|
|
6865
|
+
"license": "MIT",
|
|
6866
|
+
"engines": {
|
|
6867
|
+
"node": ">=8"
|
|
6868
|
+
}
|
|
6869
|
+
},
|
|
6870
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
6871
|
+
"version": "6.0.1",
|
|
6872
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6873
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6874
|
+
"inBundle": true,
|
|
6875
|
+
"license": "MIT",
|
|
6876
|
+
"dependencies": {
|
|
6877
|
+
"ansi-regex": "^5.0.1"
|
|
6878
|
+
},
|
|
6879
|
+
"engines": {
|
|
6880
|
+
"node": ">=8"
|
|
6881
|
+
}
|
|
6882
|
+
},
|
|
6883
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/ansi-regex": {
|
|
6884
|
+
"version": "5.0.1",
|
|
6885
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6886
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6887
|
+
"inBundle": true,
|
|
6888
|
+
"license": "MIT",
|
|
6889
|
+
"engines": {
|
|
6890
|
+
"node": ">=8"
|
|
6891
|
+
}
|
|
6892
|
+
},
|
|
6893
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/strip-ansi": {
|
|
6762
6894
|
"version": "6.0.1",
|
|
6763
6895
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6764
6896
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6771,6 +6903,22 @@
|
|
|
6771
6903
|
"node": ">=8"
|
|
6772
6904
|
}
|
|
6773
6905
|
},
|
|
6906
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6907
|
+
"version": "7.1.0",
|
|
6908
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6909
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6910
|
+
"inBundle": true,
|
|
6911
|
+
"license": "MIT",
|
|
6912
|
+
"dependencies": {
|
|
6913
|
+
"ansi-regex": "^6.0.1"
|
|
6914
|
+
},
|
|
6915
|
+
"engines": {
|
|
6916
|
+
"node": ">=12"
|
|
6917
|
+
},
|
|
6918
|
+
"funding": {
|
|
6919
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6920
|
+
}
|
|
6921
|
+
},
|
|
6774
6922
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
6775
6923
|
"name": "strip-ansi",
|
|
6776
6924
|
"version": "6.0.1",
|
|
@@ -6785,6 +6933,16 @@
|
|
|
6785
6933
|
"node": ">=8"
|
|
6786
6934
|
}
|
|
6787
6935
|
},
|
|
6936
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
6937
|
+
"version": "5.0.1",
|
|
6938
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6939
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6940
|
+
"inBundle": true,
|
|
6941
|
+
"license": "MIT",
|
|
6942
|
+
"engines": {
|
|
6943
|
+
"node": ">=8"
|
|
6944
|
+
}
|
|
6945
|
+
},
|
|
6788
6946
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
6789
6947
|
"version": "9.4.0",
|
|
6790
6948
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -6877,9 +7035,7 @@
|
|
|
6877
7035
|
}
|
|
6878
7036
|
},
|
|
6879
7037
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
6880
|
-
"version": "2.
|
|
6881
|
-
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
6882
|
-
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
7038
|
+
"version": "2.1.0",
|
|
6883
7039
|
"inBundle": true,
|
|
6884
7040
|
"license": "MIT",
|
|
6885
7041
|
"dependencies": {
|
|
@@ -7038,6 +7194,16 @@
|
|
|
7038
7194
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7039
7195
|
}
|
|
7040
7196
|
},
|
|
7197
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
7198
|
+
"version": "5.0.1",
|
|
7199
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
7200
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
7201
|
+
"inBundle": true,
|
|
7202
|
+
"license": "MIT",
|
|
7203
|
+
"engines": {
|
|
7204
|
+
"node": ">=8"
|
|
7205
|
+
}
|
|
7206
|
+
},
|
|
7041
7207
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
7042
7208
|
"version": "4.3.0",
|
|
7043
7209
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -7054,17 +7220,17 @@
|
|
|
7054
7220
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7055
7221
|
}
|
|
7056
7222
|
},
|
|
7057
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi
|
|
7223
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
7058
7224
|
"version": "6.0.1",
|
|
7059
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
7060
|
-
"integrity": "sha512-
|
|
7225
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
7226
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
7061
7227
|
"inBundle": true,
|
|
7062
7228
|
"license": "MIT",
|
|
7063
|
-
"
|
|
7064
|
-
"
|
|
7229
|
+
"dependencies": {
|
|
7230
|
+
"ansi-regex": "^5.0.1"
|
|
7065
7231
|
},
|
|
7066
|
-
"
|
|
7067
|
-
"
|
|
7232
|
+
"engines": {
|
|
7233
|
+
"node": ">=8"
|
|
7068
7234
|
}
|
|
7069
7235
|
},
|
|
7070
7236
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
@@ -7092,22 +7258,6 @@
|
|
|
7092
7258
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7093
7259
|
}
|
|
7094
7260
|
},
|
|
7095
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
7096
|
-
"version": "7.1.0",
|
|
7097
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7098
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
7099
|
-
"inBundle": true,
|
|
7100
|
-
"license": "MIT",
|
|
7101
|
-
"dependencies": {
|
|
7102
|
-
"ansi-regex": "^6.0.1"
|
|
7103
|
-
},
|
|
7104
|
-
"engines": {
|
|
7105
|
-
"node": ">=12"
|
|
7106
|
-
},
|
|
7107
|
-
"funding": {
|
|
7108
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7109
|
-
}
|
|
7110
|
-
},
|
|
7111
7261
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
|
|
7112
7262
|
"version": "5.0.1",
|
|
7113
7263
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
@@ -7923,9 +8073,9 @@
|
|
|
7923
8073
|
}
|
|
7924
8074
|
},
|
|
7925
8075
|
"node_modules/@salesforce/plugin-auth": {
|
|
7926
|
-
"version": "3.3.
|
|
7927
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.
|
|
7928
|
-
"integrity": "sha512-
|
|
8076
|
+
"version": "3.3.21",
|
|
8077
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.21.tgz",
|
|
8078
|
+
"integrity": "sha512-i/BFOaBI12wnmuQLoIPntCsgdHG0FFt6uFAwWExbgpvDjeBK4fsSTEA/7xBwhX8AT/W/d1A2jrLhOIainCtktw==",
|
|
7929
8079
|
"license": "BSD-3-Clause",
|
|
7930
8080
|
"dependencies": {
|
|
7931
8081
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -8316,19 +8466,19 @@
|
|
|
8316
8466
|
"license": "MIT"
|
|
8317
8467
|
},
|
|
8318
8468
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
8319
|
-
"version": "3.2.
|
|
8320
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.
|
|
8321
|
-
"integrity": "sha512-
|
|
8469
|
+
"version": "3.2.27",
|
|
8470
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.27.tgz",
|
|
8471
|
+
"integrity": "sha512-OKwyAdzJAhtFNcoS1060rGd2ZSWdA+7lK1t085y2EyhbDd766owhKoXZqExE7WF7jLtcOtb2efE3I37z5bzRVg==",
|
|
8322
8472
|
"license": "BSD-3-Clause",
|
|
8323
8473
|
"dependencies": {
|
|
8324
8474
|
"@oclif/core": "^3.20.0",
|
|
8325
8475
|
"@salesforce/apex-node": "^3.0.2",
|
|
8326
|
-
"@salesforce/core": "^6.
|
|
8476
|
+
"@salesforce/core": "^6.7.0",
|
|
8327
8477
|
"@salesforce/kit": "^3.0.15",
|
|
8328
8478
|
"@salesforce/plugin-info": "^3.0.27",
|
|
8329
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8330
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
8331
|
-
"@salesforce/source-tracking": "^5.1.
|
|
8479
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
8480
|
+
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
|
8481
|
+
"@salesforce/source-tracking": "^5.1.12",
|
|
8332
8482
|
"@salesforce/ts-types": "^2.0.9",
|
|
8333
8483
|
"chalk": "^5.3.0"
|
|
8334
8484
|
},
|
|
@@ -9133,15 +9283,15 @@
|
|
|
9133
9283
|
}
|
|
9134
9284
|
},
|
|
9135
9285
|
"node_modules/@salesforce/source-tracking": {
|
|
9136
|
-
"version": "5.1.
|
|
9137
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.
|
|
9138
|
-
"integrity": "sha512-
|
|
9286
|
+
"version": "5.1.12",
|
|
9287
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-5.1.12.tgz",
|
|
9288
|
+
"integrity": "sha512-AWT0ibE8UipLigDSF+9x+EEmJEeaXhkr53TnAPRtgDaZ9SId2nDFBaRchcN3dXhPEdlpuBCpsBgHtkMNfU3z9A==",
|
|
9139
9289
|
"license": "BSD-3-Clause",
|
|
9140
9290
|
"dependencies": {
|
|
9141
|
-
"@oclif/core": "^3.
|
|
9142
|
-
"@salesforce/core": "^6.
|
|
9291
|
+
"@oclif/core": "^3.22.0",
|
|
9292
|
+
"@salesforce/core": "^6.7.0",
|
|
9143
9293
|
"@salesforce/kit": "^3.0.15",
|
|
9144
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
9294
|
+
"@salesforce/source-deploy-retrieve": "^10.5.1",
|
|
9145
9295
|
"@salesforce/ts-types": "^2.0.9",
|
|
9146
9296
|
"fast-xml-parser": "^4.2.5",
|
|
9147
9297
|
"graceful-fs": "^4.2.11",
|