@salesforce/analytics 1.4.40 → 1.4.41
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/npm-shrinkwrap.json +338 -303
- package/oclif.lock +86 -66
- package/oclif.manifest.json +295 -295
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/analytics",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.41",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/analytics",
|
|
9
|
-
"version": "1.4.
|
|
9
|
+
"version": "1.4.41",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.27.0",
|
|
13
|
-
"@oclif/plugin-help": "^6.2.
|
|
13
|
+
"@oclif/plugin-help": "^6.2.29",
|
|
14
14
|
"@salesforce/core": "^6.7.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.0",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"moment": "^2.30.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.2
|
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.3.2",
|
|
24
24
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
25
25
|
"@salesforce/dev-scripts": "^8.5.0",
|
|
26
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
26
|
+
"@salesforce/plugin-command-reference": "^3.1.56",
|
|
27
27
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
28
28
|
"@types/lodash.get": "^4.4.9",
|
|
29
29
|
"eslint-plugin-mocha": "^10.5.0",
|
|
30
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
30
|
+
"eslint-plugin-sf-plugin": "^1.20.25",
|
|
31
31
|
"oclif": "^4",
|
|
32
32
|
"ts-node": "^10.9.2",
|
|
33
33
|
"typescript": "^5.8.3"
|
|
@@ -4074,9 +4074,9 @@
|
|
|
4074
4074
|
}
|
|
4075
4075
|
},
|
|
4076
4076
|
"node_modules/@jsforce/jsforce-node": {
|
|
4077
|
-
"version": "3.
|
|
4078
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
4079
|
-
"integrity": "sha512-
|
|
4077
|
+
"version": "3.8.2",
|
|
4078
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz",
|
|
4079
|
+
"integrity": "sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==",
|
|
4080
4080
|
"dev": true,
|
|
4081
4081
|
"license": "MIT",
|
|
4082
4082
|
"dependencies": {
|
|
@@ -4308,9 +4308,9 @@
|
|
|
4308
4308
|
}
|
|
4309
4309
|
},
|
|
4310
4310
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4311
|
-
"version": "5.2
|
|
4312
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
4313
|
-
"integrity": "sha512-
|
|
4311
|
+
"version": "5.3.2",
|
|
4312
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.2.tgz",
|
|
4313
|
+
"integrity": "sha512-PdzFQ1BRbv1YqOo5+5P/FzpS3xQQs6xVUZFM+kbdhyhFf9baVGrzkyDqa+nWp9SIvBD0cMb4QrLuKMIfNG9JyA==",
|
|
4314
4314
|
"dev": true,
|
|
4315
4315
|
"license": "MIT",
|
|
4316
4316
|
"dependencies": {
|
|
@@ -4321,17 +4321,20 @@
|
|
|
4321
4321
|
"lodash.difference": "^4.5.0",
|
|
4322
4322
|
"lodash.get": "^4.4.2",
|
|
4323
4323
|
"lodash.sortby": "^4.7.0",
|
|
4324
|
-
"semver": "^7.7.
|
|
4324
|
+
"semver": "^7.7.2",
|
|
4325
4325
|
"ts-json-schema-generator": "^1.5.1"
|
|
4326
4326
|
},
|
|
4327
|
+
"bin": {
|
|
4328
|
+
"oclif-snapshot": "bin/run.js"
|
|
4329
|
+
},
|
|
4327
4330
|
"engines": {
|
|
4328
4331
|
"node": ">=18.0.0"
|
|
4329
4332
|
}
|
|
4330
4333
|
},
|
|
4331
4334
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
4332
|
-
"version": "4.2
|
|
4333
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
4334
|
-
"integrity": "sha512-
|
|
4335
|
+
"version": "4.3.2",
|
|
4336
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
|
|
4337
|
+
"integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
|
|
4335
4338
|
"dev": true,
|
|
4336
4339
|
"license": "MIT",
|
|
4337
4340
|
"dependencies": {
|
|
@@ -4342,7 +4345,6 @@
|
|
|
4342
4345
|
"debug": "^4.4.0",
|
|
4343
4346
|
"ejs": "^3.1.10",
|
|
4344
4347
|
"get-package-type": "^0.1.0",
|
|
4345
|
-
"globby": "^11.1.0",
|
|
4346
4348
|
"indent-string": "^4.0.0",
|
|
4347
4349
|
"is-wsl": "^2.2.0",
|
|
4348
4350
|
"lilconfig": "^3.1.3",
|
|
@@ -4350,6 +4352,7 @@
|
|
|
4350
4352
|
"semver": "^7.6.3",
|
|
4351
4353
|
"string-width": "^4.2.3",
|
|
4352
4354
|
"supports-color": "^8",
|
|
4355
|
+
"tinyglobby": "^0.2.13",
|
|
4353
4356
|
"widest-line": "^3.1.0",
|
|
4354
4357
|
"wordwrap": "^1.0.0",
|
|
4355
4358
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4358,64 +4361,6 @@
|
|
|
4358
4361
|
"node": ">=18.0.0"
|
|
4359
4362
|
}
|
|
4360
4363
|
},
|
|
4361
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/fast-glob": {
|
|
4362
|
-
"version": "3.3.2",
|
|
4363
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
4364
|
-
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
4365
|
-
"dev": true,
|
|
4366
|
-
"license": "MIT",
|
|
4367
|
-
"dependencies": {
|
|
4368
|
-
"@nodelib/fs.stat": "^2.0.2",
|
|
4369
|
-
"@nodelib/fs.walk": "^1.2.3",
|
|
4370
|
-
"glob-parent": "^5.1.2",
|
|
4371
|
-
"merge2": "^1.3.0",
|
|
4372
|
-
"micromatch": "^4.0.4"
|
|
4373
|
-
},
|
|
4374
|
-
"engines": {
|
|
4375
|
-
"node": ">=8.6.0"
|
|
4376
|
-
}
|
|
4377
|
-
},
|
|
4378
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
4379
|
-
"version": "11.1.0",
|
|
4380
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
4381
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
4382
|
-
"dev": true,
|
|
4383
|
-
"license": "MIT",
|
|
4384
|
-
"dependencies": {
|
|
4385
|
-
"array-union": "^2.1.0",
|
|
4386
|
-
"dir-glob": "^3.0.1",
|
|
4387
|
-
"fast-glob": "^3.2.9",
|
|
4388
|
-
"ignore": "^5.2.0",
|
|
4389
|
-
"merge2": "^1.4.1",
|
|
4390
|
-
"slash": "^3.0.0"
|
|
4391
|
-
},
|
|
4392
|
-
"engines": {
|
|
4393
|
-
"node": ">=10"
|
|
4394
|
-
},
|
|
4395
|
-
"funding": {
|
|
4396
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4397
|
-
}
|
|
4398
|
-
},
|
|
4399
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/ignore": {
|
|
4400
|
-
"version": "5.3.0",
|
|
4401
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.0.tgz",
|
|
4402
|
-
"integrity": "sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==",
|
|
4403
|
-
"dev": true,
|
|
4404
|
-
"license": "MIT",
|
|
4405
|
-
"engines": {
|
|
4406
|
-
"node": ">= 4"
|
|
4407
|
-
}
|
|
4408
|
-
},
|
|
4409
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
4410
|
-
"version": "3.0.0",
|
|
4411
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
4412
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
4413
|
-
"dev": true,
|
|
4414
|
-
"license": "MIT",
|
|
4415
|
-
"engines": {
|
|
4416
|
-
"node": ">=8"
|
|
4417
|
-
}
|
|
4418
|
-
},
|
|
4419
4364
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/fast-glob": {
|
|
4420
4365
|
"version": "3.3.3",
|
|
4421
4366
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
@@ -4541,9 +4486,9 @@
|
|
|
4541
4486
|
}
|
|
4542
4487
|
},
|
|
4543
4488
|
"node_modules/@oclif/plugin-help": {
|
|
4544
|
-
"version": "6.2.
|
|
4545
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4546
|
-
"integrity": "sha512-
|
|
4489
|
+
"version": "6.2.29",
|
|
4490
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.29.tgz",
|
|
4491
|
+
"integrity": "sha512-90DMOngEHiQw1I7oylVE1Hco991OkeDFJMx3CNJ2M3g5F1dhXgscjbaIlYHdiuNyVs0mTkKevdiMs911suD4yA==",
|
|
4547
4492
|
"license": "MIT",
|
|
4548
4493
|
"dependencies": {
|
|
4549
4494
|
"@oclif/core": "^4"
|
|
@@ -4553,9 +4498,9 @@
|
|
|
4553
4498
|
}
|
|
4554
4499
|
},
|
|
4555
4500
|
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
4556
|
-
"version": "4.2
|
|
4557
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
4558
|
-
"integrity": "sha512-
|
|
4501
|
+
"version": "4.3.2",
|
|
4502
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
|
|
4503
|
+
"integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
|
|
4559
4504
|
"license": "MIT",
|
|
4560
4505
|
"dependencies": {
|
|
4561
4506
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4565,7 +4510,6 @@
|
|
|
4565
4510
|
"debug": "^4.4.0",
|
|
4566
4511
|
"ejs": "^3.1.10",
|
|
4567
4512
|
"get-package-type": "^0.1.0",
|
|
4568
|
-
"globby": "^11.1.0",
|
|
4569
4513
|
"indent-string": "^4.0.0",
|
|
4570
4514
|
"is-wsl": "^2.2.0",
|
|
4571
4515
|
"lilconfig": "^3.1.3",
|
|
@@ -4573,6 +4517,7 @@
|
|
|
4573
4517
|
"semver": "^7.6.3",
|
|
4574
4518
|
"string-width": "^4.2.3",
|
|
4575
4519
|
"supports-color": "^8",
|
|
4520
|
+
"tinyglobby": "^0.2.13",
|
|
4576
4521
|
"widest-line": "^3.1.0",
|
|
4577
4522
|
"wordwrap": "^1.0.0",
|
|
4578
4523
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4645,9 +4590,9 @@
|
|
|
4645
4590
|
}
|
|
4646
4591
|
},
|
|
4647
4592
|
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
4648
|
-
"version": "4.2
|
|
4649
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
4650
|
-
"integrity": "sha512-
|
|
4593
|
+
"version": "4.3.2",
|
|
4594
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
|
|
4595
|
+
"integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
|
|
4651
4596
|
"dev": true,
|
|
4652
4597
|
"license": "MIT",
|
|
4653
4598
|
"dependencies": {
|
|
@@ -4658,7 +4603,6 @@
|
|
|
4658
4603
|
"debug": "^4.4.0",
|
|
4659
4604
|
"ejs": "^3.1.10",
|
|
4660
4605
|
"get-package-type": "^0.1.0",
|
|
4661
|
-
"globby": "^11.1.0",
|
|
4662
4606
|
"indent-string": "^4.0.0",
|
|
4663
4607
|
"is-wsl": "^2.2.0",
|
|
4664
4608
|
"lilconfig": "^3.1.3",
|
|
@@ -4666,6 +4610,7 @@
|
|
|
4666
4610
|
"semver": "^7.6.3",
|
|
4667
4611
|
"string-width": "^4.2.3",
|
|
4668
4612
|
"supports-color": "^8",
|
|
4613
|
+
"tinyglobby": "^0.2.13",
|
|
4669
4614
|
"widest-line": "^3.1.0",
|
|
4670
4615
|
"wordwrap": "^1.0.0",
|
|
4671
4616
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4743,9 +4688,9 @@
|
|
|
4743
4688
|
}
|
|
4744
4689
|
},
|
|
4745
4690
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
4746
|
-
"version": "4.2
|
|
4747
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
4748
|
-
"integrity": "sha512-
|
|
4691
|
+
"version": "4.3.2",
|
|
4692
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
|
|
4693
|
+
"integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
|
|
4749
4694
|
"dev": true,
|
|
4750
4695
|
"license": "MIT",
|
|
4751
4696
|
"dependencies": {
|
|
@@ -4756,7 +4701,6 @@
|
|
|
4756
4701
|
"debug": "^4.4.0",
|
|
4757
4702
|
"ejs": "^3.1.10",
|
|
4758
4703
|
"get-package-type": "^0.1.0",
|
|
4759
|
-
"globby": "^11.1.0",
|
|
4760
4704
|
"indent-string": "^4.0.0",
|
|
4761
4705
|
"is-wsl": "^2.2.0",
|
|
4762
4706
|
"lilconfig": "^3.1.3",
|
|
@@ -4764,6 +4708,7 @@
|
|
|
4764
4708
|
"semver": "^7.6.3",
|
|
4765
4709
|
"string-width": "^4.2.3",
|
|
4766
4710
|
"supports-color": "^8",
|
|
4711
|
+
"tinyglobby": "^0.2.13",
|
|
4767
4712
|
"widest-line": "^3.1.0",
|
|
4768
4713
|
"wordwrap": "^1.0.0",
|
|
4769
4714
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4901,13 +4846,13 @@
|
|
|
4901
4846
|
}
|
|
4902
4847
|
},
|
|
4903
4848
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core": {
|
|
4904
|
-
"version": "8.
|
|
4905
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4906
|
-
"integrity": "sha512-
|
|
4849
|
+
"version": "8.12.0",
|
|
4850
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
|
|
4851
|
+
"integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
|
|
4907
4852
|
"dev": true,
|
|
4908
4853
|
"license": "BSD-3-Clause",
|
|
4909
4854
|
"dependencies": {
|
|
4910
|
-
"@jsforce/jsforce-node": "^3.
|
|
4855
|
+
"@jsforce/jsforce-node": "^3.8.2",
|
|
4911
4856
|
"@salesforce/kit": "^3.2.2",
|
|
4912
4857
|
"@salesforce/schemas": "^1.9.0",
|
|
4913
4858
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -4919,9 +4864,9 @@
|
|
|
4919
4864
|
"js2xmlparser": "^4.0.1",
|
|
4920
4865
|
"jsonwebtoken": "9.0.2",
|
|
4921
4866
|
"jszip": "3.10.1",
|
|
4922
|
-
"pino": "^9.
|
|
4867
|
+
"pino": "^9.7.0",
|
|
4923
4868
|
"pino-abstract-transport": "^1.2.0",
|
|
4924
|
-
"pino-pretty": "^11.
|
|
4869
|
+
"pino-pretty": "^11.3.0",
|
|
4925
4870
|
"proper-lockfile": "^4.1.2",
|
|
4926
4871
|
"semver": "^7.6.3",
|
|
4927
4872
|
"ts-retry-promise": "^0.8.1"
|
|
@@ -5032,18 +4977,18 @@
|
|
|
5032
4977
|
"license": "MIT"
|
|
5033
4978
|
},
|
|
5034
4979
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/pino": {
|
|
5035
|
-
"version": "9.
|
|
5036
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
5037
|
-
"integrity": "sha512-
|
|
4980
|
+
"version": "9.7.0",
|
|
4981
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
|
|
4982
|
+
"integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
|
|
5038
4983
|
"dev": true,
|
|
5039
4984
|
"license": "MIT",
|
|
5040
4985
|
"dependencies": {
|
|
5041
4986
|
"atomic-sleep": "^1.0.0",
|
|
5042
4987
|
"fast-redact": "^3.1.1",
|
|
5043
4988
|
"on-exit-leak-free": "^2.1.0",
|
|
5044
|
-
"pino-abstract-transport": "^
|
|
4989
|
+
"pino-abstract-transport": "^2.0.0",
|
|
5045
4990
|
"pino-std-serializers": "^7.0.0",
|
|
5046
|
-
"process-warning": "^
|
|
4991
|
+
"process-warning": "^5.0.0",
|
|
5047
4992
|
"quick-format-unescaped": "^4.0.3",
|
|
5048
4993
|
"real-require": "^0.2.0",
|
|
5049
4994
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -5066,9 +5011,9 @@
|
|
|
5066
5011
|
}
|
|
5067
5012
|
},
|
|
5068
5013
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/pino-pretty": {
|
|
5069
|
-
"version": "11.
|
|
5070
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.
|
|
5071
|
-
"integrity": "sha512-
|
|
5014
|
+
"version": "11.3.0",
|
|
5015
|
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
|
|
5016
|
+
"integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
|
|
5072
5017
|
"dev": true,
|
|
5073
5018
|
"license": "MIT",
|
|
5074
5019
|
"dependencies": {
|
|
@@ -5080,7 +5025,7 @@
|
|
|
5080
5025
|
"joycon": "^3.1.1",
|
|
5081
5026
|
"minimist": "^1.2.6",
|
|
5082
5027
|
"on-exit-leak-free": "^2.1.0",
|
|
5083
|
-
"pino-abstract-transport": "^
|
|
5028
|
+
"pino-abstract-transport": "^2.0.0",
|
|
5084
5029
|
"pump": "^3.0.0",
|
|
5085
5030
|
"readable-stream": "^4.0.0",
|
|
5086
5031
|
"secure-json-parse": "^2.4.0",
|
|
@@ -5092,13 +5037,12 @@
|
|
|
5092
5037
|
}
|
|
5093
5038
|
},
|
|
5094
5039
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
5095
|
-
"version": "
|
|
5096
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-
|
|
5097
|
-
"integrity": "sha512-
|
|
5040
|
+
"version": "2.0.0",
|
|
5041
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
5042
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
5098
5043
|
"dev": true,
|
|
5099
5044
|
"license": "MIT",
|
|
5100
5045
|
"dependencies": {
|
|
5101
|
-
"readable-stream": "^4.0.0",
|
|
5102
5046
|
"split2": "^4.0.0"
|
|
5103
5047
|
}
|
|
5104
5048
|
},
|
|
@@ -5109,11 +5053,31 @@
|
|
|
5109
5053
|
"dev": true,
|
|
5110
5054
|
"license": "MIT"
|
|
5111
5055
|
},
|
|
5056
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/pino/node_modules/pino-abstract-transport": {
|
|
5057
|
+
"version": "2.0.0",
|
|
5058
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
5059
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
5060
|
+
"dev": true,
|
|
5061
|
+
"license": "MIT",
|
|
5062
|
+
"dependencies": {
|
|
5063
|
+
"split2": "^4.0.0"
|
|
5064
|
+
}
|
|
5065
|
+
},
|
|
5112
5066
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/process-warning": {
|
|
5113
|
-
"version": "
|
|
5114
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
5115
|
-
"integrity": "sha512
|
|
5067
|
+
"version": "5.0.0",
|
|
5068
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
5069
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
5116
5070
|
"dev": true,
|
|
5071
|
+
"funding": [
|
|
5072
|
+
{
|
|
5073
|
+
"type": "github",
|
|
5074
|
+
"url": "https://github.com/sponsors/fastify"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"type": "opencollective",
|
|
5078
|
+
"url": "https://opencollective.com/fastify"
|
|
5079
|
+
}
|
|
5080
|
+
],
|
|
5117
5081
|
"license": "MIT"
|
|
5118
5082
|
},
|
|
5119
5083
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/sinon": {
|
|
@@ -5145,16 +5109,6 @@
|
|
|
5145
5109
|
"atomic-sleep": "^1.0.0"
|
|
5146
5110
|
}
|
|
5147
5111
|
},
|
|
5148
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/split2": {
|
|
5149
|
-
"version": "4.2.0",
|
|
5150
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
5151
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
5152
|
-
"dev": true,
|
|
5153
|
-
"license": "ISC",
|
|
5154
|
-
"engines": {
|
|
5155
|
-
"node": ">= 10.x"
|
|
5156
|
-
}
|
|
5157
|
-
},
|
|
5158
5112
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/thread-stream": {
|
|
5159
5113
|
"version": "3.1.0",
|
|
5160
5114
|
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
|
|
@@ -5303,19 +5257,19 @@
|
|
|
5303
5257
|
}
|
|
5304
5258
|
},
|
|
5305
5259
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
5306
|
-
"version": "3.1.
|
|
5307
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
5308
|
-
"integrity": "sha512-
|
|
5260
|
+
"version": "3.1.56",
|
|
5261
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.56.tgz",
|
|
5262
|
+
"integrity": "sha512-rBslUjAZSWNf6dUS9ZB29KfzdoTBTx+A5PW12ZPXTL17kJb/iRNgJV8g1FQLq0yLKRvmhjHcQODXrH3YluZxWg==",
|
|
5309
5263
|
"dev": true,
|
|
5310
|
-
"license": "
|
|
5264
|
+
"license": "Apache-2.0",
|
|
5311
5265
|
"dependencies": {
|
|
5312
5266
|
"@oclif/core": "^4",
|
|
5313
|
-
"@salesforce/core": "^8.
|
|
5267
|
+
"@salesforce/core": "^8.12.0",
|
|
5314
5268
|
"@salesforce/kit": "^3.2.3",
|
|
5315
5269
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5316
5270
|
"@salesforce/ts-types": "^2.0.11",
|
|
5317
5271
|
"chalk": "^5.4.1",
|
|
5318
|
-
"debug": "^4.4.
|
|
5272
|
+
"debug": "^4.4.1",
|
|
5319
5273
|
"handlebars": "^4.7.8"
|
|
5320
5274
|
},
|
|
5321
5275
|
"engines": {
|
|
@@ -5413,9 +5367,9 @@
|
|
|
5413
5367
|
}
|
|
5414
5368
|
},
|
|
5415
5369
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
|
|
5416
|
-
"version": "4.2
|
|
5417
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
5418
|
-
"integrity": "sha512-
|
|
5370
|
+
"version": "4.3.2",
|
|
5371
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
|
|
5372
|
+
"integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
|
|
5419
5373
|
"dev": true,
|
|
5420
5374
|
"license": "MIT",
|
|
5421
5375
|
"dependencies": {
|
|
@@ -5426,7 +5380,6 @@
|
|
|
5426
5380
|
"debug": "^4.4.0",
|
|
5427
5381
|
"ejs": "^3.1.10",
|
|
5428
5382
|
"get-package-type": "^0.1.0",
|
|
5429
|
-
"globby": "^11.1.0",
|
|
5430
5383
|
"indent-string": "^4.0.0",
|
|
5431
5384
|
"is-wsl": "^2.2.0",
|
|
5432
5385
|
"lilconfig": "^3.1.3",
|
|
@@ -5434,6 +5387,7 @@
|
|
|
5434
5387
|
"semver": "^7.6.3",
|
|
5435
5388
|
"string-width": "^4.2.3",
|
|
5436
5389
|
"supports-color": "^8",
|
|
5390
|
+
"tinyglobby": "^0.2.13",
|
|
5437
5391
|
"widest-line": "^3.1.0",
|
|
5438
5392
|
"wordwrap": "^1.0.0",
|
|
5439
5393
|
"wrap-ansi": "^7.0.0"
|
|
@@ -5443,13 +5397,13 @@
|
|
|
5443
5397
|
}
|
|
5444
5398
|
},
|
|
5445
5399
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
5446
|
-
"version": "8.
|
|
5447
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
5448
|
-
"integrity": "sha512-
|
|
5400
|
+
"version": "8.12.0",
|
|
5401
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
|
|
5402
|
+
"integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
|
|
5449
5403
|
"dev": true,
|
|
5450
5404
|
"license": "BSD-3-Clause",
|
|
5451
5405
|
"dependencies": {
|
|
5452
|
-
"@jsforce/jsforce-node": "^3.
|
|
5406
|
+
"@jsforce/jsforce-node": "^3.8.2",
|
|
5453
5407
|
"@salesforce/kit": "^3.2.2",
|
|
5454
5408
|
"@salesforce/schemas": "^1.9.0",
|
|
5455
5409
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -5461,9 +5415,9 @@
|
|
|
5461
5415
|
"js2xmlparser": "^4.0.1",
|
|
5462
5416
|
"jsonwebtoken": "9.0.2",
|
|
5463
5417
|
"jszip": "3.10.1",
|
|
5464
|
-
"pino": "^9.
|
|
5418
|
+
"pino": "^9.7.0",
|
|
5465
5419
|
"pino-abstract-transport": "^1.2.0",
|
|
5466
|
-
"pino-pretty": "^11.
|
|
5420
|
+
"pino-pretty": "^11.3.0",
|
|
5467
5421
|
"proper-lockfile": "^4.1.2",
|
|
5468
5422
|
"semver": "^7.6.3",
|
|
5469
5423
|
"ts-retry-promise": "^0.8.1"
|
|
@@ -5634,18 +5588,18 @@
|
|
|
5634
5588
|
}
|
|
5635
5589
|
},
|
|
5636
5590
|
"node_modules/@salesforce/plugin-command-reference/node_modules/pino": {
|
|
5637
|
-
"version": "9.
|
|
5638
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
5639
|
-
"integrity": "sha512-
|
|
5591
|
+
"version": "9.7.0",
|
|
5592
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
|
|
5593
|
+
"integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
|
|
5640
5594
|
"dev": true,
|
|
5641
5595
|
"license": "MIT",
|
|
5642
5596
|
"dependencies": {
|
|
5643
5597
|
"atomic-sleep": "^1.0.0",
|
|
5644
5598
|
"fast-redact": "^3.1.1",
|
|
5645
5599
|
"on-exit-leak-free": "^2.1.0",
|
|
5646
|
-
"pino-abstract-transport": "^
|
|
5600
|
+
"pino-abstract-transport": "^2.0.0",
|
|
5647
5601
|
"pino-std-serializers": "^7.0.0",
|
|
5648
|
-
"process-warning": "^
|
|
5602
|
+
"process-warning": "^5.0.0",
|
|
5649
5603
|
"quick-format-unescaped": "^4.0.3",
|
|
5650
5604
|
"real-require": "^0.2.0",
|
|
5651
5605
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -5668,9 +5622,9 @@
|
|
|
5668
5622
|
}
|
|
5669
5623
|
},
|
|
5670
5624
|
"node_modules/@salesforce/plugin-command-reference/node_modules/pino-pretty": {
|
|
5671
|
-
"version": "11.
|
|
5672
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.
|
|
5673
|
-
"integrity": "sha512-
|
|
5625
|
+
"version": "11.3.0",
|
|
5626
|
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
|
|
5627
|
+
"integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
|
|
5674
5628
|
"dev": true,
|
|
5675
5629
|
"license": "MIT",
|
|
5676
5630
|
"dependencies": {
|
|
@@ -5682,7 +5636,7 @@
|
|
|
5682
5636
|
"joycon": "^3.1.1",
|
|
5683
5637
|
"minimist": "^1.2.6",
|
|
5684
5638
|
"on-exit-leak-free": "^2.1.0",
|
|
5685
|
-
"pino-abstract-transport": "^
|
|
5639
|
+
"pino-abstract-transport": "^2.0.0",
|
|
5686
5640
|
"pump": "^3.0.0",
|
|
5687
5641
|
"readable-stream": "^4.0.0",
|
|
5688
5642
|
"secure-json-parse": "^2.4.0",
|
|
@@ -5694,13 +5648,12 @@
|
|
|
5694
5648
|
}
|
|
5695
5649
|
},
|
|
5696
5650
|
"node_modules/@salesforce/plugin-command-reference/node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
5697
|
-
"version": "
|
|
5698
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-
|
|
5699
|
-
"integrity": "sha512-
|
|
5651
|
+
"version": "2.0.0",
|
|
5652
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
5653
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
5700
5654
|
"dev": true,
|
|
5701
5655
|
"license": "MIT",
|
|
5702
5656
|
"dependencies": {
|
|
5703
|
-
"readable-stream": "^4.0.0",
|
|
5704
5657
|
"split2": "^4.0.0"
|
|
5705
5658
|
}
|
|
5706
5659
|
},
|
|
@@ -5711,11 +5664,31 @@
|
|
|
5711
5664
|
"dev": true,
|
|
5712
5665
|
"license": "MIT"
|
|
5713
5666
|
},
|
|
5667
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/pino/node_modules/pino-abstract-transport": {
|
|
5668
|
+
"version": "2.0.0",
|
|
5669
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
5670
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
5671
|
+
"dev": true,
|
|
5672
|
+
"license": "MIT",
|
|
5673
|
+
"dependencies": {
|
|
5674
|
+
"split2": "^4.0.0"
|
|
5675
|
+
}
|
|
5676
|
+
},
|
|
5714
5677
|
"node_modules/@salesforce/plugin-command-reference/node_modules/process-warning": {
|
|
5715
|
-
"version": "
|
|
5716
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
5717
|
-
"integrity": "sha512
|
|
5678
|
+
"version": "5.0.0",
|
|
5679
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
5680
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
5718
5681
|
"dev": true,
|
|
5682
|
+
"funding": [
|
|
5683
|
+
{
|
|
5684
|
+
"type": "github",
|
|
5685
|
+
"url": "https://github.com/sponsors/fastify"
|
|
5686
|
+
},
|
|
5687
|
+
{
|
|
5688
|
+
"type": "opencollective",
|
|
5689
|
+
"url": "https://opencollective.com/fastify"
|
|
5690
|
+
}
|
|
5691
|
+
],
|
|
5719
5692
|
"license": "MIT"
|
|
5720
5693
|
},
|
|
5721
5694
|
"node_modules/@salesforce/plugin-command-reference/node_modules/signal-exit": {
|
|
@@ -5771,16 +5744,6 @@
|
|
|
5771
5744
|
"atomic-sleep": "^1.0.0"
|
|
5772
5745
|
}
|
|
5773
5746
|
},
|
|
5774
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/split2": {
|
|
5775
|
-
"version": "4.2.0",
|
|
5776
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
5777
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
5778
|
-
"dev": true,
|
|
5779
|
-
"license": "ISC",
|
|
5780
|
-
"engines": {
|
|
5781
|
-
"node": ">= 10.x"
|
|
5782
|
-
}
|
|
5783
|
-
},
|
|
5784
5747
|
"node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
|
|
5785
5748
|
"version": "8.1.1",
|
|
5786
5749
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -7502,6 +7465,19 @@
|
|
|
7502
7465
|
"node": ">= 8"
|
|
7503
7466
|
}
|
|
7504
7467
|
},
|
|
7468
|
+
"node_modules/anymatch/node_modules/picomatch": {
|
|
7469
|
+
"version": "2.3.1",
|
|
7470
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
7471
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
7472
|
+
"dev": true,
|
|
7473
|
+
"license": "MIT",
|
|
7474
|
+
"engines": {
|
|
7475
|
+
"node": ">=8.6"
|
|
7476
|
+
},
|
|
7477
|
+
"funding": {
|
|
7478
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
7479
|
+
}
|
|
7480
|
+
},
|
|
7505
7481
|
"node_modules/append-transform": {
|
|
7506
7482
|
"version": "2.0.0",
|
|
7507
7483
|
"resolved": "https://registry.npmjs.org/append-transform/-/append-transform-2.0.0.tgz",
|
|
@@ -8493,6 +8469,31 @@
|
|
|
8493
8469
|
"node": ">=14"
|
|
8494
8470
|
}
|
|
8495
8471
|
},
|
|
8472
|
+
"node_modules/conventional-commits-parser/node_modules/readable-stream": {
|
|
8473
|
+
"version": "3.6.2",
|
|
8474
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
8475
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
8476
|
+
"dev": true,
|
|
8477
|
+
"license": "MIT",
|
|
8478
|
+
"dependencies": {
|
|
8479
|
+
"inherits": "^2.0.3",
|
|
8480
|
+
"string_decoder": "^1.1.1",
|
|
8481
|
+
"util-deprecate": "^1.0.1"
|
|
8482
|
+
},
|
|
8483
|
+
"engines": {
|
|
8484
|
+
"node": ">= 6"
|
|
8485
|
+
}
|
|
8486
|
+
},
|
|
8487
|
+
"node_modules/conventional-commits-parser/node_modules/split2": {
|
|
8488
|
+
"version": "3.2.2",
|
|
8489
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
|
|
8490
|
+
"integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
|
|
8491
|
+
"dev": true,
|
|
8492
|
+
"license": "ISC",
|
|
8493
|
+
"dependencies": {
|
|
8494
|
+
"readable-stream": "^3.0.0"
|
|
8495
|
+
}
|
|
8496
|
+
},
|
|
8496
8497
|
"node_modules/convert-source-map": {
|
|
8497
8498
|
"version": "1.9.0",
|
|
8498
8499
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
|
|
@@ -8634,9 +8635,9 @@
|
|
|
8634
8635
|
}
|
|
8635
8636
|
},
|
|
8636
8637
|
"node_modules/debug": {
|
|
8637
|
-
"version": "4.4.
|
|
8638
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
8639
|
-
"integrity": "sha512-
|
|
8638
|
+
"version": "4.4.1",
|
|
8639
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
8640
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
8640
8641
|
"license": "MIT",
|
|
8641
8642
|
"dependencies": {
|
|
8642
8643
|
"ms": "^2.1.3"
|
|
@@ -9421,13 +9422,13 @@
|
|
|
9421
9422
|
}
|
|
9422
9423
|
},
|
|
9423
9424
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
9424
|
-
"version": "1.20.
|
|
9425
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
9426
|
-
"integrity": "sha512-
|
|
9425
|
+
"version": "1.20.25",
|
|
9426
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
|
|
9427
|
+
"integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
|
|
9427
9428
|
"dev": true,
|
|
9428
9429
|
"license": "BSD-3-Clause",
|
|
9429
9430
|
"dependencies": {
|
|
9430
|
-
"@salesforce/core": "^8.
|
|
9431
|
+
"@salesforce/core": "^8.12.0",
|
|
9431
9432
|
"@typescript-eslint/utils": "^7.18.0"
|
|
9432
9433
|
},
|
|
9433
9434
|
"engines": {
|
|
@@ -9435,13 +9436,13 @@
|
|
|
9435
9436
|
}
|
|
9436
9437
|
},
|
|
9437
9438
|
"node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/core": {
|
|
9438
|
-
"version": "8.
|
|
9439
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
9440
|
-
"integrity": "sha512-
|
|
9439
|
+
"version": "8.12.0",
|
|
9440
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
|
|
9441
|
+
"integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
|
|
9441
9442
|
"dev": true,
|
|
9442
9443
|
"license": "BSD-3-Clause",
|
|
9443
9444
|
"dependencies": {
|
|
9444
|
-
"@jsforce/jsforce-node": "^3.
|
|
9445
|
+
"@jsforce/jsforce-node": "^3.8.2",
|
|
9445
9446
|
"@salesforce/kit": "^3.2.2",
|
|
9446
9447
|
"@salesforce/schemas": "^1.9.0",
|
|
9447
9448
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -9453,9 +9454,9 @@
|
|
|
9453
9454
|
"js2xmlparser": "^4.0.1",
|
|
9454
9455
|
"jsonwebtoken": "9.0.2",
|
|
9455
9456
|
"jszip": "3.10.1",
|
|
9456
|
-
"pino": "^9.
|
|
9457
|
+
"pino": "^9.7.0",
|
|
9457
9458
|
"pino-abstract-transport": "^1.2.0",
|
|
9458
|
-
"pino-pretty": "^11.
|
|
9459
|
+
"pino-pretty": "^11.3.0",
|
|
9459
9460
|
"proper-lockfile": "^4.1.2",
|
|
9460
9461
|
"semver": "^7.6.3",
|
|
9461
9462
|
"ts-retry-promise": "^0.8.1"
|
|
@@ -9614,18 +9615,18 @@
|
|
|
9614
9615
|
}
|
|
9615
9616
|
},
|
|
9616
9617
|
"node_modules/eslint-plugin-sf-plugin/node_modules/pino": {
|
|
9617
|
-
"version": "9.
|
|
9618
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
9619
|
-
"integrity": "sha512-
|
|
9618
|
+
"version": "9.7.0",
|
|
9619
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
|
|
9620
|
+
"integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
|
|
9620
9621
|
"dev": true,
|
|
9621
9622
|
"license": "MIT",
|
|
9622
9623
|
"dependencies": {
|
|
9623
9624
|
"atomic-sleep": "^1.0.0",
|
|
9624
9625
|
"fast-redact": "^3.1.1",
|
|
9625
9626
|
"on-exit-leak-free": "^2.1.0",
|
|
9626
|
-
"pino-abstract-transport": "^
|
|
9627
|
+
"pino-abstract-transport": "^2.0.0",
|
|
9627
9628
|
"pino-std-serializers": "^7.0.0",
|
|
9628
|
-
"process-warning": "^
|
|
9629
|
+
"process-warning": "^5.0.0",
|
|
9629
9630
|
"quick-format-unescaped": "^4.0.3",
|
|
9630
9631
|
"real-require": "^0.2.0",
|
|
9631
9632
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -9648,9 +9649,9 @@
|
|
|
9648
9649
|
}
|
|
9649
9650
|
},
|
|
9650
9651
|
"node_modules/eslint-plugin-sf-plugin/node_modules/pino-pretty": {
|
|
9651
|
-
"version": "11.
|
|
9652
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.
|
|
9653
|
-
"integrity": "sha512-
|
|
9652
|
+
"version": "11.3.0",
|
|
9653
|
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
|
|
9654
|
+
"integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
|
|
9654
9655
|
"dev": true,
|
|
9655
9656
|
"license": "MIT",
|
|
9656
9657
|
"dependencies": {
|
|
@@ -9662,7 +9663,7 @@
|
|
|
9662
9663
|
"joycon": "^3.1.1",
|
|
9663
9664
|
"minimist": "^1.2.6",
|
|
9664
9665
|
"on-exit-leak-free": "^2.1.0",
|
|
9665
|
-
"pino-abstract-transport": "^
|
|
9666
|
+
"pino-abstract-transport": "^2.0.0",
|
|
9666
9667
|
"pump": "^3.0.0",
|
|
9667
9668
|
"readable-stream": "^4.0.0",
|
|
9668
9669
|
"secure-json-parse": "^2.4.0",
|
|
@@ -9674,13 +9675,12 @@
|
|
|
9674
9675
|
}
|
|
9675
9676
|
},
|
|
9676
9677
|
"node_modules/eslint-plugin-sf-plugin/node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
9677
|
-
"version": "
|
|
9678
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-
|
|
9679
|
-
"integrity": "sha512-
|
|
9678
|
+
"version": "2.0.0",
|
|
9679
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
9680
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
9680
9681
|
"dev": true,
|
|
9681
9682
|
"license": "MIT",
|
|
9682
9683
|
"dependencies": {
|
|
9683
|
-
"readable-stream": "^4.0.0",
|
|
9684
9684
|
"split2": "^4.0.0"
|
|
9685
9685
|
}
|
|
9686
9686
|
},
|
|
@@ -9691,11 +9691,31 @@
|
|
|
9691
9691
|
"dev": true,
|
|
9692
9692
|
"license": "MIT"
|
|
9693
9693
|
},
|
|
9694
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/pino/node_modules/pino-abstract-transport": {
|
|
9695
|
+
"version": "2.0.0",
|
|
9696
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
9697
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
9698
|
+
"dev": true,
|
|
9699
|
+
"license": "MIT",
|
|
9700
|
+
"dependencies": {
|
|
9701
|
+
"split2": "^4.0.0"
|
|
9702
|
+
}
|
|
9703
|
+
},
|
|
9694
9704
|
"node_modules/eslint-plugin-sf-plugin/node_modules/process-warning": {
|
|
9695
|
-
"version": "
|
|
9696
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
9697
|
-
"integrity": "sha512
|
|
9705
|
+
"version": "5.0.0",
|
|
9706
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
9707
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
9698
9708
|
"dev": true,
|
|
9709
|
+
"funding": [
|
|
9710
|
+
{
|
|
9711
|
+
"type": "github",
|
|
9712
|
+
"url": "https://github.com/sponsors/fastify"
|
|
9713
|
+
},
|
|
9714
|
+
{
|
|
9715
|
+
"type": "opencollective",
|
|
9716
|
+
"url": "https://opencollective.com/fastify"
|
|
9717
|
+
}
|
|
9718
|
+
],
|
|
9699
9719
|
"license": "MIT"
|
|
9700
9720
|
},
|
|
9701
9721
|
"node_modules/eslint-plugin-sf-plugin/node_modules/sonic-boom": {
|
|
@@ -9708,16 +9728,6 @@
|
|
|
9708
9728
|
"atomic-sleep": "^1.0.0"
|
|
9709
9729
|
}
|
|
9710
9730
|
},
|
|
9711
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/split2": {
|
|
9712
|
-
"version": "4.2.0",
|
|
9713
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
9714
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
9715
|
-
"dev": true,
|
|
9716
|
-
"license": "ISC",
|
|
9717
|
-
"engines": {
|
|
9718
|
-
"node": ">= 10.x"
|
|
9719
|
-
}
|
|
9720
|
-
},
|
|
9721
9731
|
"node_modules/eslint-plugin-sf-plugin/node_modules/thread-stream": {
|
|
9722
9732
|
"version": "3.1.0",
|
|
9723
9733
|
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
|
|
@@ -10207,6 +10217,21 @@
|
|
|
10207
10217
|
"node": ">=0.8.0"
|
|
10208
10218
|
}
|
|
10209
10219
|
},
|
|
10220
|
+
"node_modules/fdir": {
|
|
10221
|
+
"version": "6.4.2",
|
|
10222
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
|
|
10223
|
+
"integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
|
|
10224
|
+
"dev": true,
|
|
10225
|
+
"license": "MIT",
|
|
10226
|
+
"peerDependencies": {
|
|
10227
|
+
"picomatch": "^3 || ^4"
|
|
10228
|
+
},
|
|
10229
|
+
"peerDependenciesMeta": {
|
|
10230
|
+
"picomatch": {
|
|
10231
|
+
"optional": true
|
|
10232
|
+
}
|
|
10233
|
+
}
|
|
10234
|
+
},
|
|
10210
10235
|
"node_modules/figures": {
|
|
10211
10236
|
"version": "3.2.0",
|
|
10212
10237
|
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
|
|
@@ -10673,6 +10698,31 @@
|
|
|
10673
10698
|
"node": ">=10"
|
|
10674
10699
|
}
|
|
10675
10700
|
},
|
|
10701
|
+
"node_modules/git-raw-commits/node_modules/readable-stream": {
|
|
10702
|
+
"version": "3.6.2",
|
|
10703
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
10704
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
10705
|
+
"dev": true,
|
|
10706
|
+
"license": "MIT",
|
|
10707
|
+
"dependencies": {
|
|
10708
|
+
"inherits": "^2.0.3",
|
|
10709
|
+
"string_decoder": "^1.1.1",
|
|
10710
|
+
"util-deprecate": "^1.0.1"
|
|
10711
|
+
},
|
|
10712
|
+
"engines": {
|
|
10713
|
+
"node": ">= 6"
|
|
10714
|
+
}
|
|
10715
|
+
},
|
|
10716
|
+
"node_modules/git-raw-commits/node_modules/split2": {
|
|
10717
|
+
"version": "3.2.2",
|
|
10718
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
|
|
10719
|
+
"integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
|
|
10720
|
+
"dev": true,
|
|
10721
|
+
"license": "ISC",
|
|
10722
|
+
"dependencies": {
|
|
10723
|
+
"readable-stream": "^3.0.0"
|
|
10724
|
+
}
|
|
10725
|
+
},
|
|
10676
10726
|
"node_modules/github-slugger": {
|
|
10677
10727
|
"version": "2.0.0",
|
|
10678
10728
|
"resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-2.0.0.tgz",
|
|
@@ -12819,6 +12869,18 @@
|
|
|
12819
12869
|
"node": ">=8.6"
|
|
12820
12870
|
}
|
|
12821
12871
|
},
|
|
12872
|
+
"node_modules/micromatch/node_modules/picomatch": {
|
|
12873
|
+
"version": "2.3.1",
|
|
12874
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
12875
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
12876
|
+
"license": "MIT",
|
|
12877
|
+
"engines": {
|
|
12878
|
+
"node": ">=8.6"
|
|
12879
|
+
},
|
|
12880
|
+
"funding": {
|
|
12881
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
12882
|
+
}
|
|
12883
|
+
},
|
|
12822
12884
|
"node_modules/mime": {
|
|
12823
12885
|
"version": "4.0.1",
|
|
12824
12886
|
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.1.tgz",
|
|
@@ -13566,9 +13628,9 @@
|
|
|
13566
13628
|
}
|
|
13567
13629
|
},
|
|
13568
13630
|
"node_modules/oclif": {
|
|
13569
|
-
"version": "4.
|
|
13570
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
13571
|
-
"integrity": "sha512-
|
|
13631
|
+
"version": "4.18.1",
|
|
13632
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
|
|
13633
|
+
"integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
|
|
13572
13634
|
"dev": true,
|
|
13573
13635
|
"license": "MIT",
|
|
13574
13636
|
"dependencies": {
|
|
@@ -13577,12 +13639,12 @@
|
|
|
13577
13639
|
"@inquirer/confirm": "^3.1.22",
|
|
13578
13640
|
"@inquirer/input": "^2.2.4",
|
|
13579
13641
|
"@inquirer/select": "^2.5.0",
|
|
13580
|
-
"@oclif/core": "^4.2
|
|
13642
|
+
"@oclif/core": "^4.3.2",
|
|
13581
13643
|
"@oclif/plugin-help": "^6.2.27",
|
|
13582
13644
|
"@oclif/plugin-not-found": "^3.2.48",
|
|
13583
13645
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
|
13646
|
+
"ansis": "^3.16.0",
|
|
13584
13647
|
"async-retry": "^1.3.3",
|
|
13585
|
-
"chalk": "^4",
|
|
13586
13648
|
"change-case": "^4",
|
|
13587
13649
|
"debug": "^4.4.0",
|
|
13588
13650
|
"ejs": "^3.1.10",
|
|
@@ -13605,9 +13667,9 @@
|
|
|
13605
13667
|
}
|
|
13606
13668
|
},
|
|
13607
13669
|
"node_modules/oclif/node_modules/@oclif/core": {
|
|
13608
|
-
"version": "4.2
|
|
13609
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
13610
|
-
"integrity": "sha512-
|
|
13670
|
+
"version": "4.3.2",
|
|
13671
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
|
|
13672
|
+
"integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
|
|
13611
13673
|
"dev": true,
|
|
13612
13674
|
"license": "MIT",
|
|
13613
13675
|
"dependencies": {
|
|
@@ -13618,7 +13680,6 @@
|
|
|
13618
13680
|
"debug": "^4.4.0",
|
|
13619
13681
|
"ejs": "^3.1.10",
|
|
13620
13682
|
"get-package-type": "^0.1.0",
|
|
13621
|
-
"globby": "^11.1.0",
|
|
13622
13683
|
"indent-string": "^4.0.0",
|
|
13623
13684
|
"is-wsl": "^2.2.0",
|
|
13624
13685
|
"lilconfig": "^3.1.3",
|
|
@@ -13626,6 +13687,7 @@
|
|
|
13626
13687
|
"semver": "^7.6.3",
|
|
13627
13688
|
"string-width": "^4.2.3",
|
|
13628
13689
|
"supports-color": "^8",
|
|
13690
|
+
"tinyglobby": "^0.2.13",
|
|
13629
13691
|
"widest-line": "^3.1.0",
|
|
13630
13692
|
"wordwrap": "^1.0.0",
|
|
13631
13693
|
"wrap-ansi": "^7.0.0"
|
|
@@ -13634,39 +13696,6 @@
|
|
|
13634
13696
|
"node": ">=18.0.0"
|
|
13635
13697
|
}
|
|
13636
13698
|
},
|
|
13637
|
-
"node_modules/oclif/node_modules/@oclif/core/node_modules/supports-color": {
|
|
13638
|
-
"version": "8.1.1",
|
|
13639
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
13640
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
13641
|
-
"dev": true,
|
|
13642
|
-
"license": "MIT",
|
|
13643
|
-
"dependencies": {
|
|
13644
|
-
"has-flag": "^4.0.0"
|
|
13645
|
-
},
|
|
13646
|
-
"engines": {
|
|
13647
|
-
"node": ">=10"
|
|
13648
|
-
},
|
|
13649
|
-
"funding": {
|
|
13650
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
13651
|
-
}
|
|
13652
|
-
},
|
|
13653
|
-
"node_modules/oclif/node_modules/chalk": {
|
|
13654
|
-
"version": "4.1.2",
|
|
13655
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
13656
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
13657
|
-
"dev": true,
|
|
13658
|
-
"license": "MIT",
|
|
13659
|
-
"dependencies": {
|
|
13660
|
-
"ansi-styles": "^4.1.0",
|
|
13661
|
-
"supports-color": "^7.1.0"
|
|
13662
|
-
},
|
|
13663
|
-
"engines": {
|
|
13664
|
-
"node": ">=10"
|
|
13665
|
-
},
|
|
13666
|
-
"funding": {
|
|
13667
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
13668
|
-
}
|
|
13669
|
-
},
|
|
13670
13699
|
"node_modules/oclif/node_modules/hosted-git-info": {
|
|
13671
13700
|
"version": "7.0.2",
|
|
13672
13701
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
@@ -13722,6 +13751,22 @@
|
|
|
13722
13751
|
"node": "^16.14.0 || >=18.0.0"
|
|
13723
13752
|
}
|
|
13724
13753
|
},
|
|
13754
|
+
"node_modules/oclif/node_modules/supports-color": {
|
|
13755
|
+
"version": "8.1.1",
|
|
13756
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
13757
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
13758
|
+
"dev": true,
|
|
13759
|
+
"license": "MIT",
|
|
13760
|
+
"dependencies": {
|
|
13761
|
+
"has-flag": "^4.0.0"
|
|
13762
|
+
},
|
|
13763
|
+
"engines": {
|
|
13764
|
+
"node": ">=10"
|
|
13765
|
+
},
|
|
13766
|
+
"funding": {
|
|
13767
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
13768
|
+
}
|
|
13769
|
+
},
|
|
13725
13770
|
"node_modules/oclif/node_modules/wrap-ansi": {
|
|
13726
13771
|
"version": "7.0.0",
|
|
13727
13772
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
@@ -14079,12 +14124,12 @@
|
|
|
14079
14124
|
"license": "ISC"
|
|
14080
14125
|
},
|
|
14081
14126
|
"node_modules/picomatch": {
|
|
14082
|
-
"version": "
|
|
14083
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-
|
|
14084
|
-
"integrity": "sha512-
|
|
14127
|
+
"version": "4.0.2",
|
|
14128
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
14129
|
+
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
14085
14130
|
"license": "MIT",
|
|
14086
14131
|
"engines": {
|
|
14087
|
-
"node": ">=
|
|
14132
|
+
"node": ">=12"
|
|
14088
14133
|
},
|
|
14089
14134
|
"funding": {
|
|
14090
14135
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
@@ -14122,15 +14167,6 @@
|
|
|
14122
14167
|
"split2": "^4.0.0"
|
|
14123
14168
|
}
|
|
14124
14169
|
},
|
|
14125
|
-
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
14126
|
-
"version": "4.2.0",
|
|
14127
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
14128
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
14129
|
-
"license": "ISC",
|
|
14130
|
-
"engines": {
|
|
14131
|
-
"node": ">= 10.x"
|
|
14132
|
-
}
|
|
14133
|
-
},
|
|
14134
14170
|
"node_modules/pino-pretty": {
|
|
14135
14171
|
"version": "10.3.1",
|
|
14136
14172
|
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.1.tgz",
|
|
@@ -14547,6 +14583,19 @@
|
|
|
14547
14583
|
"node": ">=8.10.0"
|
|
14548
14584
|
}
|
|
14549
14585
|
},
|
|
14586
|
+
"node_modules/readdirp/node_modules/picomatch": {
|
|
14587
|
+
"version": "2.3.1",
|
|
14588
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
14589
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
14590
|
+
"dev": true,
|
|
14591
|
+
"license": "MIT",
|
|
14592
|
+
"engines": {
|
|
14593
|
+
"node": ">=8.6"
|
|
14594
|
+
},
|
|
14595
|
+
"funding": {
|
|
14596
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
14597
|
+
}
|
|
14598
|
+
},
|
|
14550
14599
|
"node_modules/real-require": {
|
|
14551
14600
|
"version": "0.2.0",
|
|
14552
14601
|
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
@@ -14967,9 +15016,9 @@
|
|
|
14967
15016
|
"license": "BSD-3-Clause"
|
|
14968
15017
|
},
|
|
14969
15018
|
"node_modules/semver": {
|
|
14970
|
-
"version": "7.7.
|
|
14971
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
14972
|
-
"integrity": "sha512-
|
|
15019
|
+
"version": "7.7.2",
|
|
15020
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
15021
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
14973
15022
|
"license": "ISC",
|
|
14974
15023
|
"bin": {
|
|
14975
15024
|
"semver": "bin/semver.js"
|
|
@@ -15276,6 +15325,20 @@
|
|
|
15276
15325
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
15277
15326
|
}
|
|
15278
15327
|
},
|
|
15328
|
+
"node_modules/sort-package-json/node_modules/tinyglobby": {
|
|
15329
|
+
"version": "0.2.10",
|
|
15330
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
|
|
15331
|
+
"integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
|
|
15332
|
+
"dev": true,
|
|
15333
|
+
"license": "MIT",
|
|
15334
|
+
"dependencies": {
|
|
15335
|
+
"fdir": "^6.4.2",
|
|
15336
|
+
"picomatch": "^4.0.2"
|
|
15337
|
+
},
|
|
15338
|
+
"engines": {
|
|
15339
|
+
"node": ">=12.0.0"
|
|
15340
|
+
}
|
|
15341
|
+
},
|
|
15279
15342
|
"node_modules/source-map": {
|
|
15280
15343
|
"version": "0.6.1",
|
|
15281
15344
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -15352,28 +15415,12 @@
|
|
|
15352
15415
|
"license": "CC0-1.0"
|
|
15353
15416
|
},
|
|
15354
15417
|
"node_modules/split2": {
|
|
15355
|
-
"version": "
|
|
15356
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-
|
|
15357
|
-
"integrity": "sha512-
|
|
15358
|
-
"dev": true,
|
|
15418
|
+
"version": "4.2.0",
|
|
15419
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
15420
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
15359
15421
|
"license": "ISC",
|
|
15360
|
-
"dependencies": {
|
|
15361
|
-
"readable-stream": "^3.0.0"
|
|
15362
|
-
}
|
|
15363
|
-
},
|
|
15364
|
-
"node_modules/split2/node_modules/readable-stream": {
|
|
15365
|
-
"version": "3.6.2",
|
|
15366
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
15367
|
-
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
15368
|
-
"dev": true,
|
|
15369
|
-
"license": "MIT",
|
|
15370
|
-
"dependencies": {
|
|
15371
|
-
"inherits": "^2.0.3",
|
|
15372
|
-
"string_decoder": "^1.1.1",
|
|
15373
|
-
"util-deprecate": "^1.0.1"
|
|
15374
|
-
},
|
|
15375
15422
|
"engines": {
|
|
15376
|
-
"node": ">=
|
|
15423
|
+
"node": ">= 10.x"
|
|
15377
15424
|
}
|
|
15378
15425
|
},
|
|
15379
15426
|
"node_modules/sprintf-js": {
|
|
@@ -15724,24 +15771,25 @@
|
|
|
15724
15771
|
"license": "MIT"
|
|
15725
15772
|
},
|
|
15726
15773
|
"node_modules/tinyglobby": {
|
|
15727
|
-
"version": "0.2.
|
|
15728
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
15729
|
-
"integrity": "sha512-
|
|
15730
|
-
"dev": true,
|
|
15774
|
+
"version": "0.2.14",
|
|
15775
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
|
|
15776
|
+
"integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
|
|
15731
15777
|
"license": "MIT",
|
|
15732
15778
|
"dependencies": {
|
|
15733
|
-
"fdir": "^6.4.
|
|
15779
|
+
"fdir": "^6.4.4",
|
|
15734
15780
|
"picomatch": "^4.0.2"
|
|
15735
15781
|
},
|
|
15736
15782
|
"engines": {
|
|
15737
15783
|
"node": ">=12.0.0"
|
|
15784
|
+
},
|
|
15785
|
+
"funding": {
|
|
15786
|
+
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
15738
15787
|
}
|
|
15739
15788
|
},
|
|
15740
15789
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
15741
|
-
"version": "6.4.
|
|
15742
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.
|
|
15743
|
-
"integrity": "sha512-
|
|
15744
|
-
"dev": true,
|
|
15790
|
+
"version": "6.4.5",
|
|
15791
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
|
|
15792
|
+
"integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
|
|
15745
15793
|
"license": "MIT",
|
|
15746
15794
|
"peerDependencies": {
|
|
15747
15795
|
"picomatch": "^3 || ^4"
|
|
@@ -15752,19 +15800,6 @@
|
|
|
15752
15800
|
}
|
|
15753
15801
|
}
|
|
15754
15802
|
},
|
|
15755
|
-
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
15756
|
-
"version": "4.0.2",
|
|
15757
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
15758
|
-
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
15759
|
-
"dev": true,
|
|
15760
|
-
"license": "MIT",
|
|
15761
|
-
"engines": {
|
|
15762
|
-
"node": ">=12"
|
|
15763
|
-
},
|
|
15764
|
-
"funding": {
|
|
15765
|
-
"url": "https://github.com/sponsors/jonschlinkert"
|
|
15766
|
-
}
|
|
15767
|
-
},
|
|
15768
15803
|
"node_modules/tmp": {
|
|
15769
15804
|
"version": "0.0.33",
|
|
15770
15805
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|