sfdx-jayree 4.8.82 → 4.8.83
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/CHANGELOG.md +10 -0
- package/README.md +15 -15
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +616 -926
- package/oclif.lock +371 -461
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.83",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.83",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@jayree/sfdx-plugin-manifest": "^3.3.
|
|
13
|
-
"@jayree/sfdx-plugin-org": "^1.2.
|
|
14
|
-
"@jayree/sfdx-plugin-prettier": "^1.3.
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
12
|
+
"@jayree/sfdx-plugin-manifest": "^3.3.20",
|
|
13
|
+
"@jayree/sfdx-plugin-org": "^1.2.62",
|
|
14
|
+
"@jayree/sfdx-plugin-prettier": "^1.3.73",
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.69"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-help": "^6.2.
|
|
19
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
18
|
+
"@oclif/plugin-help": "^6.2.7",
|
|
19
|
+
"@salesforce/dev-scripts": "^10.2.4",
|
|
20
20
|
"@salesforce/ts-sinon": "^1.4.22",
|
|
21
21
|
"c8": "^10.1.2",
|
|
22
22
|
"eslint-plugin-prettier": "^5.2.1",
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.19.1",
|
|
24
24
|
"nock": "^13.5.4",
|
|
25
|
-
"oclif": "^4.14.
|
|
25
|
+
"oclif": "^4.14.9",
|
|
26
26
|
"patch-package": "^8.0.0",
|
|
27
27
|
"pinst": "^3.0.0",
|
|
28
28
|
"prettier": "^3.3.3",
|
|
29
29
|
"pretty-quick": "^4.0.0",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
|
-
"typescript": "^5.5.
|
|
31
|
+
"typescript": "^5.5.4"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
34
|
"node": ">=16.0.0"
|
|
@@ -3427,18 +3427,75 @@
|
|
|
3427
3427
|
"license": "BSD-3-Clause"
|
|
3428
3428
|
},
|
|
3429
3429
|
"node_modules/@inquirer/confirm": {
|
|
3430
|
-
"version": "3.1.
|
|
3431
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.
|
|
3432
|
-
"integrity": "sha512-
|
|
3430
|
+
"version": "3.1.17",
|
|
3431
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.17.tgz",
|
|
3432
|
+
"integrity": "sha512-qCpt/AABzPynz8tr69VDvhcjwmzAryipWXtW8Vi6m651da4H/d0Bdn55LkxXD7Rp2gfgxvxzTdb66AhIA8gzBA==",
|
|
3433
3433
|
"license": "MIT",
|
|
3434
3434
|
"dependencies": {
|
|
3435
|
-
"@inquirer/core": "^9.0.
|
|
3436
|
-
"@inquirer/type": "^1.
|
|
3435
|
+
"@inquirer/core": "^9.0.5",
|
|
3436
|
+
"@inquirer/type": "^1.5.1"
|
|
3437
|
+
},
|
|
3438
|
+
"engines": {
|
|
3439
|
+
"node": ">=18"
|
|
3440
|
+
}
|
|
3441
|
+
},
|
|
3442
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
|
|
3443
|
+
"version": "9.0.5",
|
|
3444
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.5.tgz",
|
|
3445
|
+
"integrity": "sha512-QWG41I7vn62O9stYKg/juKXt1PEbr/4ZZCPb4KgXDQGwgA9M5NBTQ7FnOvT1ridbxkm/wTxLCNraUs7y47pIRQ==",
|
|
3446
|
+
"license": "MIT",
|
|
3447
|
+
"dependencies": {
|
|
3448
|
+
"@inquirer/figures": "^1.0.5",
|
|
3449
|
+
"@inquirer/type": "^1.5.1",
|
|
3450
|
+
"@types/mute-stream": "^0.0.4",
|
|
3451
|
+
"@types/node": "^20.14.11",
|
|
3452
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
3453
|
+
"ansi-escapes": "^4.3.2",
|
|
3454
|
+
"cli-spinners": "^2.9.2",
|
|
3455
|
+
"cli-width": "^4.1.0",
|
|
3456
|
+
"mute-stream": "^1.0.0",
|
|
3457
|
+
"signal-exit": "^4.1.0",
|
|
3458
|
+
"strip-ansi": "^6.0.1",
|
|
3459
|
+
"wrap-ansi": "^6.2.0",
|
|
3460
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
3461
|
+
},
|
|
3462
|
+
"engines": {
|
|
3463
|
+
"node": ">=18"
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3466
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/figures": {
|
|
3467
|
+
"version": "1.0.5",
|
|
3468
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
|
|
3469
|
+
"integrity": "sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==",
|
|
3470
|
+
"license": "MIT",
|
|
3471
|
+
"engines": {
|
|
3472
|
+
"node": ">=18"
|
|
3473
|
+
}
|
|
3474
|
+
},
|
|
3475
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
3476
|
+
"version": "1.5.1",
|
|
3477
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.1.tgz",
|
|
3478
|
+
"integrity": "sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw==",
|
|
3479
|
+
"license": "MIT",
|
|
3480
|
+
"dependencies": {
|
|
3481
|
+
"mute-stream": "^1.0.0"
|
|
3437
3482
|
},
|
|
3438
3483
|
"engines": {
|
|
3439
3484
|
"node": ">=18"
|
|
3440
3485
|
}
|
|
3441
3486
|
},
|
|
3487
|
+
"node_modules/@inquirer/confirm/node_modules/signal-exit": {
|
|
3488
|
+
"version": "4.1.0",
|
|
3489
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3490
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3491
|
+
"license": "ISC",
|
|
3492
|
+
"engines": {
|
|
3493
|
+
"node": ">=14"
|
|
3494
|
+
},
|
|
3495
|
+
"funding": {
|
|
3496
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3442
3499
|
"node_modules/@inquirer/core": {
|
|
3443
3500
|
"version": "9.0.2",
|
|
3444
3501
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.2.tgz",
|
|
@@ -3463,15 +3520,6 @@
|
|
|
3463
3520
|
"node": ">=18"
|
|
3464
3521
|
}
|
|
3465
3522
|
},
|
|
3466
|
-
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
3467
|
-
"version": "20.14.9",
|
|
3468
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
|
|
3469
|
-
"integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
|
|
3470
|
-
"license": "MIT",
|
|
3471
|
-
"dependencies": {
|
|
3472
|
-
"undici-types": "~5.26.4"
|
|
3473
|
-
}
|
|
3474
|
-
},
|
|
3475
3523
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
3476
3524
|
"version": "4.1.0",
|
|
3477
3525
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3555,16 +3603,6 @@
|
|
|
3555
3603
|
"node": ">=18"
|
|
3556
3604
|
}
|
|
3557
3605
|
},
|
|
3558
|
-
"node_modules/@inquirer/input/node_modules/@types/node": {
|
|
3559
|
-
"version": "20.14.11",
|
|
3560
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
|
|
3561
|
-
"integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
|
|
3562
|
-
"dev": true,
|
|
3563
|
-
"license": "MIT",
|
|
3564
|
-
"dependencies": {
|
|
3565
|
-
"undici-types": "~5.26.4"
|
|
3566
|
-
}
|
|
3567
|
-
},
|
|
3568
3606
|
"node_modules/@inquirer/input/node_modules/signal-exit": {
|
|
3569
3607
|
"version": "4.1.0",
|
|
3570
3608
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -3793,17 +3831,17 @@
|
|
|
3793
3831
|
}
|
|
3794
3832
|
},
|
|
3795
3833
|
"node_modules/@jayree/sfdx-plugin-manifest": {
|
|
3796
|
-
"version": "3.3.
|
|
3797
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.3.
|
|
3798
|
-
"integrity": "sha512-
|
|
3834
|
+
"version": "3.3.20",
|
|
3835
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.3.20.tgz",
|
|
3836
|
+
"integrity": "sha512-aIClYLRRs3DpADBFww1H15O1NDx6Z8BkjQmZ4Z7dVbBbx0k60fOd9kKu9glDUnjdETCC3tFDnVBdK4RscQakgg==",
|
|
3799
3837
|
"license": "BSD-3-Clause",
|
|
3800
3838
|
"dependencies": {
|
|
3801
3839
|
"@jayree/changelog": "^1.2.1",
|
|
3802
3840
|
"@oclif/core": "^4.0.12",
|
|
3803
3841
|
"@salesforce/core": "^8.1.1",
|
|
3804
3842
|
"@salesforce/kit": "^3.1.6",
|
|
3805
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
3806
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
3843
|
+
"@salesforce/sf-plugins-core": "^11.2.0",
|
|
3844
|
+
"@salesforce/source-deploy-retrieve": "^12.1.8",
|
|
3807
3845
|
"@salesforce/ts-types": "^2.0.10",
|
|
3808
3846
|
"fast-deep-equal": "^3.1.3",
|
|
3809
3847
|
"fast-xml-parser": "^4.4.0",
|
|
@@ -3816,20 +3854,21 @@
|
|
|
3816
3854
|
}
|
|
3817
3855
|
},
|
|
3818
3856
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
3819
|
-
"version": "1.2.
|
|
3820
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.
|
|
3821
|
-
"integrity": "sha512-
|
|
3857
|
+
"version": "1.2.62",
|
|
3858
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.62.tgz",
|
|
3859
|
+
"integrity": "sha512-bPpHAp5Vi+SmBowUq4cMVHqTXKpNbH8F/xecnuAIG7Rj/ncrcEtNcSTV4ZZQteANqPtE2K/cWnDZrKwf+s0vSg==",
|
|
3822
3860
|
"license": "BSD-3-Clause",
|
|
3823
3861
|
"dependencies": {
|
|
3824
3862
|
"@jayree/changelog": "^1.2.1",
|
|
3825
|
-
"@jsforce/jsforce-node": "^3.
|
|
3863
|
+
"@jsforce/jsforce-node": "^3.3.1",
|
|
3826
3864
|
"@listr2/prompt-adapter-enquirer": "^2.0.10",
|
|
3827
|
-
"@oclif/core": "^
|
|
3828
|
-
"@salesforce/core": "^
|
|
3829
|
-
"@salesforce/sf-plugins-core": "^
|
|
3830
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
3865
|
+
"@oclif/core": "^4.0.14",
|
|
3866
|
+
"@salesforce/core": "^8.2.3",
|
|
3867
|
+
"@salesforce/sf-plugins-core": "^11.2.1",
|
|
3868
|
+
"@salesforce/source-deploy-retrieve": "^12.1.8",
|
|
3831
3869
|
"@salesforce/ts-types": "^2.0.10",
|
|
3832
3870
|
"chalk": "^5.3.0",
|
|
3871
|
+
"cli-progress": "^3.12.0",
|
|
3833
3872
|
"cli-truncate": "^4.0.0",
|
|
3834
3873
|
"debug": "^4.3.5",
|
|
3835
3874
|
"enquirer": "^2.4.1",
|
|
@@ -3838,7 +3877,7 @@
|
|
|
3838
3877
|
"is-wsl": "^3.1.0",
|
|
3839
3878
|
"listr2": "^8.2.3",
|
|
3840
3879
|
"log-update": "^6.0.0",
|
|
3841
|
-
"playwright-chromium": "^1.45.
|
|
3880
|
+
"playwright-chromium": "^1.45.3",
|
|
3842
3881
|
"tabletojson": "4.1.4",
|
|
3843
3882
|
"tslib": "^2.6.3",
|
|
3844
3883
|
"wrap-ansi": "^9.0.0"
|
|
@@ -3847,269 +3886,6 @@
|
|
|
3847
3886
|
"node": ">=16.0.0"
|
|
3848
3887
|
}
|
|
3849
3888
|
},
|
|
3850
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@inquirer/core": {
|
|
3851
|
-
"version": "8.2.2",
|
|
3852
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.2.tgz",
|
|
3853
|
-
"integrity": "sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==",
|
|
3854
|
-
"license": "MIT",
|
|
3855
|
-
"dependencies": {
|
|
3856
|
-
"@inquirer/figures": "^1.0.3",
|
|
3857
|
-
"@inquirer/type": "^1.3.3",
|
|
3858
|
-
"@types/mute-stream": "^0.0.4",
|
|
3859
|
-
"@types/node": "^20.12.13",
|
|
3860
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
3861
|
-
"ansi-escapes": "^4.3.2",
|
|
3862
|
-
"chalk": "^4.1.2",
|
|
3863
|
-
"cli-spinners": "^2.9.2",
|
|
3864
|
-
"cli-width": "^4.1.0",
|
|
3865
|
-
"mute-stream": "^1.0.0",
|
|
3866
|
-
"signal-exit": "^4.1.0",
|
|
3867
|
-
"strip-ansi": "^6.0.1",
|
|
3868
|
-
"wrap-ansi": "^6.2.0"
|
|
3869
|
-
},
|
|
3870
|
-
"engines": {
|
|
3871
|
-
"node": ">=18"
|
|
3872
|
-
}
|
|
3873
|
-
},
|
|
3874
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@inquirer/core/node_modules/chalk": {
|
|
3875
|
-
"version": "4.1.2",
|
|
3876
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3877
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3878
|
-
"license": "MIT",
|
|
3879
|
-
"dependencies": {
|
|
3880
|
-
"ansi-styles": "^4.1.0",
|
|
3881
|
-
"supports-color": "^7.1.0"
|
|
3882
|
-
},
|
|
3883
|
-
"engines": {
|
|
3884
|
-
"node": ">=10"
|
|
3885
|
-
},
|
|
3886
|
-
"funding": {
|
|
3887
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3888
|
-
}
|
|
3889
|
-
},
|
|
3890
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@inquirer/core/node_modules/supports-color": {
|
|
3891
|
-
"version": "7.2.0",
|
|
3892
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3893
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3894
|
-
"license": "MIT",
|
|
3895
|
-
"dependencies": {
|
|
3896
|
-
"has-flag": "^4.0.0"
|
|
3897
|
-
},
|
|
3898
|
-
"engines": {
|
|
3899
|
-
"node": ">=8"
|
|
3900
|
-
}
|
|
3901
|
-
},
|
|
3902
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3903
|
-
"version": "6.2.0",
|
|
3904
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3905
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3906
|
-
"license": "MIT",
|
|
3907
|
-
"dependencies": {
|
|
3908
|
-
"ansi-styles": "^4.0.0",
|
|
3909
|
-
"string-width": "^4.1.0",
|
|
3910
|
-
"strip-ansi": "^6.0.0"
|
|
3911
|
-
},
|
|
3912
|
-
"engines": {
|
|
3913
|
-
"node": ">=8"
|
|
3914
|
-
}
|
|
3915
|
-
},
|
|
3916
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@inquirer/password": {
|
|
3917
|
-
"version": "2.1.9",
|
|
3918
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.9.tgz",
|
|
3919
|
-
"integrity": "sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==",
|
|
3920
|
-
"license": "MIT",
|
|
3921
|
-
"dependencies": {
|
|
3922
|
-
"@inquirer/core": "^8.2.2",
|
|
3923
|
-
"@inquirer/type": "^1.3.3",
|
|
3924
|
-
"ansi-escapes": "^4.3.2"
|
|
3925
|
-
},
|
|
3926
|
-
"engines": {
|
|
3927
|
-
"node": ">=18"
|
|
3928
|
-
}
|
|
3929
|
-
},
|
|
3930
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@inquirer/type": {
|
|
3931
|
-
"version": "1.3.3",
|
|
3932
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz",
|
|
3933
|
-
"integrity": "sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==",
|
|
3934
|
-
"license": "MIT",
|
|
3935
|
-
"engines": {
|
|
3936
|
-
"node": ">=18"
|
|
3937
|
-
}
|
|
3938
|
-
},
|
|
3939
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@oclif/core": {
|
|
3940
|
-
"version": "3.26.6",
|
|
3941
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
|
|
3942
|
-
"integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
|
|
3943
|
-
"license": "MIT",
|
|
3944
|
-
"dependencies": {
|
|
3945
|
-
"@types/cli-progress": "^3.11.5",
|
|
3946
|
-
"ansi-escapes": "^4.3.2",
|
|
3947
|
-
"ansi-styles": "^4.3.0",
|
|
3948
|
-
"cardinal": "^2.1.1",
|
|
3949
|
-
"chalk": "^4.1.2",
|
|
3950
|
-
"clean-stack": "^3.0.1",
|
|
3951
|
-
"cli-progress": "^3.12.0",
|
|
3952
|
-
"color": "^4.2.3",
|
|
3953
|
-
"debug": "^4.3.4",
|
|
3954
|
-
"ejs": "^3.1.10",
|
|
3955
|
-
"get-package-type": "^0.1.0",
|
|
3956
|
-
"globby": "^11.1.0",
|
|
3957
|
-
"hyperlinker": "^1.0.0",
|
|
3958
|
-
"indent-string": "^4.0.0",
|
|
3959
|
-
"is-wsl": "^2.2.0",
|
|
3960
|
-
"js-yaml": "^3.14.1",
|
|
3961
|
-
"minimatch": "^9.0.4",
|
|
3962
|
-
"natural-orderby": "^2.0.3",
|
|
3963
|
-
"object-treeify": "^1.1.33",
|
|
3964
|
-
"password-prompt": "^1.1.3",
|
|
3965
|
-
"slice-ansi": "^4.0.0",
|
|
3966
|
-
"string-width": "^4.2.3",
|
|
3967
|
-
"strip-ansi": "^6.0.1",
|
|
3968
|
-
"supports-color": "^8.1.1",
|
|
3969
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3970
|
-
"widest-line": "^3.1.0",
|
|
3971
|
-
"wordwrap": "^1.0.0",
|
|
3972
|
-
"wrap-ansi": "^7.0.0"
|
|
3973
|
-
},
|
|
3974
|
-
"engines": {
|
|
3975
|
-
"node": ">=18.0.0"
|
|
3976
|
-
}
|
|
3977
|
-
},
|
|
3978
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@oclif/core/node_modules/chalk": {
|
|
3979
|
-
"version": "4.1.2",
|
|
3980
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3981
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3982
|
-
"license": "MIT",
|
|
3983
|
-
"dependencies": {
|
|
3984
|
-
"ansi-styles": "^4.1.0",
|
|
3985
|
-
"supports-color": "^7.1.0"
|
|
3986
|
-
},
|
|
3987
|
-
"engines": {
|
|
3988
|
-
"node": ">=10"
|
|
3989
|
-
},
|
|
3990
|
-
"funding": {
|
|
3991
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3992
|
-
}
|
|
3993
|
-
},
|
|
3994
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3995
|
-
"version": "7.2.0",
|
|
3996
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3997
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3998
|
-
"license": "MIT",
|
|
3999
|
-
"dependencies": {
|
|
4000
|
-
"has-flag": "^4.0.0"
|
|
4001
|
-
},
|
|
4002
|
-
"engines": {
|
|
4003
|
-
"node": ">=8"
|
|
4004
|
-
}
|
|
4005
|
-
},
|
|
4006
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@oclif/core/node_modules/is-docker": {
|
|
4007
|
-
"version": "2.2.1",
|
|
4008
|
-
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
|
|
4009
|
-
"integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
|
|
4010
|
-
"license": "MIT",
|
|
4011
|
-
"bin": {
|
|
4012
|
-
"is-docker": "cli.js"
|
|
4013
|
-
},
|
|
4014
|
-
"engines": {
|
|
4015
|
-
"node": ">=8"
|
|
4016
|
-
},
|
|
4017
|
-
"funding": {
|
|
4018
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4019
|
-
}
|
|
4020
|
-
},
|
|
4021
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@oclif/core/node_modules/is-wsl": {
|
|
4022
|
-
"version": "2.2.0",
|
|
4023
|
-
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
4024
|
-
"integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
|
|
4025
|
-
"license": "MIT",
|
|
4026
|
-
"dependencies": {
|
|
4027
|
-
"is-docker": "^2.0.0"
|
|
4028
|
-
},
|
|
4029
|
-
"engines": {
|
|
4030
|
-
"node": ">=8"
|
|
4031
|
-
}
|
|
4032
|
-
},
|
|
4033
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
4034
|
-
"version": "7.0.0",
|
|
4035
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4036
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4037
|
-
"license": "MIT",
|
|
4038
|
-
"dependencies": {
|
|
4039
|
-
"ansi-styles": "^4.0.0",
|
|
4040
|
-
"string-width": "^4.1.0",
|
|
4041
|
-
"strip-ansi": "^6.0.0"
|
|
4042
|
-
},
|
|
4043
|
-
"engines": {
|
|
4044
|
-
"node": ">=10"
|
|
4045
|
-
},
|
|
4046
|
-
"funding": {
|
|
4047
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4048
|
-
}
|
|
4049
|
-
},
|
|
4050
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@salesforce/core": {
|
|
4051
|
-
"version": "7.4.0",
|
|
4052
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.4.0.tgz",
|
|
4053
|
-
"integrity": "sha512-wn3fJnpG8h493qKR52Il3xgRbXg4zwbV34wonf/mTZP3n5rJeC/7S69249CGN155Os6Lds5rEUo3pGJFwgCBdQ==",
|
|
4054
|
-
"license": "BSD-3-Clause",
|
|
4055
|
-
"dependencies": {
|
|
4056
|
-
"@jsforce/jsforce-node": "^3.2.0",
|
|
4057
|
-
"@salesforce/kit": "^3.1.2",
|
|
4058
|
-
"@salesforce/schemas": "^1.9.0",
|
|
4059
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
4060
|
-
"ajv": "^8.15.0",
|
|
4061
|
-
"change-case": "^4.1.2",
|
|
4062
|
-
"fast-levenshtein": "^3.0.0",
|
|
4063
|
-
"faye": "^1.4.0",
|
|
4064
|
-
"form-data": "^4.0.0",
|
|
4065
|
-
"js2xmlparser": "^4.0.1",
|
|
4066
|
-
"jsonwebtoken": "9.0.2",
|
|
4067
|
-
"jszip": "3.10.1",
|
|
4068
|
-
"pino": "^8.21.0",
|
|
4069
|
-
"pino-abstract-transport": "^1.2.0",
|
|
4070
|
-
"pino-pretty": "^10.3.1",
|
|
4071
|
-
"proper-lockfile": "^4.1.2",
|
|
4072
|
-
"semver": "^7.6.2",
|
|
4073
|
-
"ts-retry-promise": "^0.8.1"
|
|
4074
|
-
},
|
|
4075
|
-
"engines": {
|
|
4076
|
-
"node": ">=18.0.0"
|
|
4077
|
-
}
|
|
4078
|
-
},
|
|
4079
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/@salesforce/sf-plugins-core": {
|
|
4080
|
-
"version": "9.1.1",
|
|
4081
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz",
|
|
4082
|
-
"integrity": "sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==",
|
|
4083
|
-
"license": "BSD-3-Clause",
|
|
4084
|
-
"dependencies": {
|
|
4085
|
-
"@inquirer/confirm": "^3.1.9",
|
|
4086
|
-
"@inquirer/password": "^2.1.9",
|
|
4087
|
-
"@oclif/core": "^3.26.6",
|
|
4088
|
-
"@salesforce/core": "^7.3.9",
|
|
4089
|
-
"@salesforce/kit": "^3.1.2",
|
|
4090
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
4091
|
-
"chalk": "^5.3.0"
|
|
4092
|
-
},
|
|
4093
|
-
"engines": {
|
|
4094
|
-
"node": ">=18.0.0"
|
|
4095
|
-
}
|
|
4096
|
-
},
|
|
4097
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/ajv": {
|
|
4098
|
-
"version": "8.16.0",
|
|
4099
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
4100
|
-
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
4101
|
-
"license": "MIT",
|
|
4102
|
-
"dependencies": {
|
|
4103
|
-
"fast-deep-equal": "^3.1.3",
|
|
4104
|
-
"json-schema-traverse": "^1.0.0",
|
|
4105
|
-
"require-from-string": "^2.0.2",
|
|
4106
|
-
"uri-js": "^4.4.1"
|
|
4107
|
-
},
|
|
4108
|
-
"funding": {
|
|
4109
|
-
"type": "github",
|
|
4110
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
4111
|
-
}
|
|
4112
|
-
},
|
|
4113
3889
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/ansi-regex": {
|
|
4114
3890
|
"version": "6.0.1",
|
|
4115
3891
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
@@ -4122,13 +3898,16 @@
|
|
|
4122
3898
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4123
3899
|
}
|
|
4124
3900
|
},
|
|
4125
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/
|
|
4126
|
-
"version": "
|
|
4127
|
-
"resolved": "https://registry.npmjs.org/
|
|
4128
|
-
"integrity": "sha512-
|
|
3901
|
+
"node_modules/@jayree/sfdx-plugin-org/node_modules/ansi-styles": {
|
|
3902
|
+
"version": "6.2.1",
|
|
3903
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
3904
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
4129
3905
|
"license": "MIT",
|
|
4130
|
-
"
|
|
4131
|
-
"
|
|
3906
|
+
"engines": {
|
|
3907
|
+
"node": ">=12"
|
|
3908
|
+
},
|
|
3909
|
+
"funding": {
|
|
3910
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4132
3911
|
}
|
|
4133
3912
|
},
|
|
4134
3913
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/chalk": {
|
|
@@ -4143,12 +3922,6 @@
|
|
|
4143
3922
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4144
3923
|
}
|
|
4145
3924
|
},
|
|
4146
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/fast-copy": {
|
|
4147
|
-
"version": "3.0.1",
|
|
4148
|
-
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.1.tgz",
|
|
4149
|
-
"integrity": "sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA==",
|
|
4150
|
-
"license": "MIT"
|
|
4151
|
-
},
|
|
4152
3925
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/is-docker": {
|
|
4153
3926
|
"version": "3.0.0",
|
|
4154
3927
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
|
@@ -4167,226 +3940,19 @@
|
|
|
4167
3940
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/is-wsl": {
|
|
4168
3941
|
"version": "3.1.0",
|
|
4169
3942
|
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
|
|
4170
|
-
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
4171
|
-
"license": "MIT",
|
|
4172
|
-
"dependencies": {
|
|
4173
|
-
"is-inside-container": "^1.0.0"
|
|
4174
|
-
},
|
|
4175
|
-
"engines": {
|
|
4176
|
-
"node": ">=16"
|
|
4177
|
-
},
|
|
4178
|
-
"funding": {
|
|
4179
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4180
|
-
}
|
|
4181
|
-
},
|
|
4182
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/js-yaml": {
|
|
4183
|
-
"version": "3.14.1",
|
|
4184
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4185
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4186
|
-
"license": "MIT",
|
|
4187
|
-
"dependencies": {
|
|
4188
|
-
"argparse": "^1.0.7",
|
|
4189
|
-
"esprima": "^4.0.0"
|
|
4190
|
-
},
|
|
4191
|
-
"bin": {
|
|
4192
|
-
"js-yaml": "bin/js-yaml.js"
|
|
4193
|
-
}
|
|
4194
|
-
},
|
|
4195
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/minimatch": {
|
|
4196
|
-
"version": "9.0.4",
|
|
4197
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4198
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4199
|
-
"license": "ISC",
|
|
4200
|
-
"dependencies": {
|
|
4201
|
-
"brace-expansion": "^2.0.1"
|
|
4202
|
-
},
|
|
4203
|
-
"engines": {
|
|
4204
|
-
"node": ">=16 || 14 >=14.17"
|
|
4205
|
-
},
|
|
4206
|
-
"funding": {
|
|
4207
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4208
|
-
}
|
|
4209
|
-
},
|
|
4210
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/natural-orderby": {
|
|
4211
|
-
"version": "2.0.3",
|
|
4212
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
|
|
4213
|
-
"integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
|
|
4214
|
-
"license": "MIT",
|
|
4215
|
-
"engines": {
|
|
4216
|
-
"node": "*"
|
|
4217
|
-
}
|
|
4218
|
-
},
|
|
4219
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/pino": {
|
|
4220
|
-
"version": "8.21.0",
|
|
4221
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
|
4222
|
-
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
|
4223
|
-
"license": "MIT",
|
|
4224
|
-
"dependencies": {
|
|
4225
|
-
"atomic-sleep": "^1.0.0",
|
|
4226
|
-
"fast-redact": "^3.1.1",
|
|
4227
|
-
"on-exit-leak-free": "^2.1.0",
|
|
4228
|
-
"pino-abstract-transport": "^1.2.0",
|
|
4229
|
-
"pino-std-serializers": "^6.0.0",
|
|
4230
|
-
"process-warning": "^3.0.0",
|
|
4231
|
-
"quick-format-unescaped": "^4.0.3",
|
|
4232
|
-
"real-require": "^0.2.0",
|
|
4233
|
-
"safe-stable-stringify": "^2.3.1",
|
|
4234
|
-
"sonic-boom": "^3.7.0",
|
|
4235
|
-
"thread-stream": "^2.6.0"
|
|
4236
|
-
},
|
|
4237
|
-
"bin": {
|
|
4238
|
-
"pino": "bin.js"
|
|
4239
|
-
}
|
|
4240
|
-
},
|
|
4241
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/pino-pretty": {
|
|
4242
|
-
"version": "10.3.1",
|
|
4243
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.1.tgz",
|
|
4244
|
-
"integrity": "sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==",
|
|
4245
|
-
"license": "MIT",
|
|
4246
|
-
"dependencies": {
|
|
4247
|
-
"colorette": "^2.0.7",
|
|
4248
|
-
"dateformat": "^4.6.3",
|
|
4249
|
-
"fast-copy": "^3.0.0",
|
|
4250
|
-
"fast-safe-stringify": "^2.1.1",
|
|
4251
|
-
"help-me": "^5.0.0",
|
|
4252
|
-
"joycon": "^3.1.1",
|
|
4253
|
-
"minimist": "^1.2.6",
|
|
4254
|
-
"on-exit-leak-free": "^2.1.0",
|
|
4255
|
-
"pino-abstract-transport": "^1.0.0",
|
|
4256
|
-
"pump": "^3.0.0",
|
|
4257
|
-
"readable-stream": "^4.0.0",
|
|
4258
|
-
"secure-json-parse": "^2.4.0",
|
|
4259
|
-
"sonic-boom": "^3.0.0",
|
|
4260
|
-
"strip-json-comments": "^3.1.1"
|
|
4261
|
-
},
|
|
4262
|
-
"bin": {
|
|
4263
|
-
"pino-pretty": "bin.js"
|
|
4264
|
-
}
|
|
4265
|
-
},
|
|
4266
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
4267
|
-
"version": "1.1.0",
|
|
4268
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz",
|
|
4269
|
-
"integrity": "sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==",
|
|
4270
|
-
"license": "MIT",
|
|
4271
|
-
"dependencies": {
|
|
4272
|
-
"readable-stream": "^4.0.0",
|
|
4273
|
-
"split2": "^4.0.0"
|
|
4274
|
-
}
|
|
4275
|
-
},
|
|
4276
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/pino-std-serializers": {
|
|
4277
|
-
"version": "6.2.2",
|
|
4278
|
-
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
|
|
4279
|
-
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
4280
|
-
"license": "MIT"
|
|
4281
|
-
},
|
|
4282
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/readable-stream": {
|
|
4283
|
-
"version": "4.5.2",
|
|
4284
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
4285
|
-
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
4286
|
-
"license": "MIT",
|
|
4287
|
-
"dependencies": {
|
|
4288
|
-
"abort-controller": "^3.0.0",
|
|
4289
|
-
"buffer": "^6.0.3",
|
|
4290
|
-
"events": "^3.3.0",
|
|
4291
|
-
"process": "^0.11.10",
|
|
4292
|
-
"string_decoder": "^1.3.0"
|
|
4293
|
-
},
|
|
4294
|
-
"engines": {
|
|
4295
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4296
|
-
}
|
|
4297
|
-
},
|
|
4298
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/signal-exit": {
|
|
4299
|
-
"version": "4.1.0",
|
|
4300
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4301
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4302
|
-
"license": "ISC",
|
|
4303
|
-
"engines": {
|
|
4304
|
-
"node": ">=14"
|
|
4305
|
-
},
|
|
4306
|
-
"funding": {
|
|
4307
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4308
|
-
}
|
|
4309
|
-
},
|
|
4310
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/slice-ansi": {
|
|
4311
|
-
"version": "4.0.0",
|
|
4312
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
|
|
4313
|
-
"integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
|
|
4314
|
-
"license": "MIT",
|
|
4315
|
-
"dependencies": {
|
|
4316
|
-
"ansi-styles": "^4.0.0",
|
|
4317
|
-
"astral-regex": "^2.0.0",
|
|
4318
|
-
"is-fullwidth-code-point": "^3.0.0"
|
|
4319
|
-
},
|
|
4320
|
-
"engines": {
|
|
4321
|
-
"node": ">=10"
|
|
4322
|
-
},
|
|
4323
|
-
"funding": {
|
|
4324
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
4325
|
-
}
|
|
4326
|
-
},
|
|
4327
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/split2": {
|
|
4328
|
-
"version": "4.2.0",
|
|
4329
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
4330
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
4331
|
-
"license": "ISC",
|
|
4332
|
-
"engines": {
|
|
4333
|
-
"node": ">= 10.x"
|
|
4334
|
-
}
|
|
4335
|
-
},
|
|
4336
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/supports-color": {
|
|
4337
|
-
"version": "8.1.1",
|
|
4338
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4339
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4340
|
-
"license": "MIT",
|
|
4341
|
-
"dependencies": {
|
|
4342
|
-
"has-flag": "^4.0.0"
|
|
4343
|
-
},
|
|
4344
|
-
"engines": {
|
|
4345
|
-
"node": ">=10"
|
|
4346
|
-
},
|
|
4347
|
-
"funding": {
|
|
4348
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4349
|
-
}
|
|
4350
|
-
},
|
|
4351
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/thread-stream": {
|
|
4352
|
-
"version": "2.7.0",
|
|
4353
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
4354
|
-
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
4355
|
-
"license": "MIT",
|
|
4356
|
-
"dependencies": {
|
|
4357
|
-
"real-require": "^0.2.0"
|
|
4358
|
-
}
|
|
4359
|
-
},
|
|
4360
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/wrap-ansi": {
|
|
4361
|
-
"version": "9.0.0",
|
|
4362
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
4363
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
4364
|
-
"license": "MIT",
|
|
4365
|
-
"dependencies": {
|
|
4366
|
-
"ansi-styles": "^6.2.1",
|
|
4367
|
-
"string-width": "^7.0.0",
|
|
4368
|
-
"strip-ansi": "^7.1.0"
|
|
4369
|
-
},
|
|
4370
|
-
"engines": {
|
|
4371
|
-
"node": ">=18"
|
|
4372
|
-
},
|
|
4373
|
-
"funding": {
|
|
4374
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4375
|
-
}
|
|
4376
|
-
},
|
|
4377
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
4378
|
-
"version": "6.2.1",
|
|
4379
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
4380
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
3943
|
+
"integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
|
|
4381
3944
|
"license": "MIT",
|
|
3945
|
+
"dependencies": {
|
|
3946
|
+
"is-inside-container": "^1.0.0"
|
|
3947
|
+
},
|
|
4382
3948
|
"engines": {
|
|
4383
|
-
"node": ">=
|
|
3949
|
+
"node": ">=16"
|
|
4384
3950
|
},
|
|
4385
3951
|
"funding": {
|
|
4386
|
-
"url": "https://github.com/
|
|
3952
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4387
3953
|
}
|
|
4388
3954
|
},
|
|
4389
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/
|
|
3955
|
+
"node_modules/@jayree/sfdx-plugin-org/node_modules/string-width": {
|
|
4390
3956
|
"version": "7.1.0",
|
|
4391
3957
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
4392
3958
|
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
@@ -4403,7 +3969,7 @@
|
|
|
4403
3969
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4404
3970
|
}
|
|
4405
3971
|
},
|
|
4406
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/
|
|
3972
|
+
"node_modules/@jayree/sfdx-plugin-org/node_modules/strip-ansi": {
|
|
4407
3973
|
"version": "7.1.0",
|
|
4408
3974
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4409
3975
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
@@ -4418,19 +3984,36 @@
|
|
|
4418
3984
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4419
3985
|
}
|
|
4420
3986
|
},
|
|
3987
|
+
"node_modules/@jayree/sfdx-plugin-org/node_modules/wrap-ansi": {
|
|
3988
|
+
"version": "9.0.0",
|
|
3989
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
3990
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
3991
|
+
"license": "MIT",
|
|
3992
|
+
"dependencies": {
|
|
3993
|
+
"ansi-styles": "^6.2.1",
|
|
3994
|
+
"string-width": "^7.0.0",
|
|
3995
|
+
"strip-ansi": "^7.1.0"
|
|
3996
|
+
},
|
|
3997
|
+
"engines": {
|
|
3998
|
+
"node": ">=18"
|
|
3999
|
+
},
|
|
4000
|
+
"funding": {
|
|
4001
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
4421
4004
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
4422
|
-
"version": "1.3.
|
|
4423
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
4424
|
-
"integrity": "sha512-
|
|
4005
|
+
"version": "1.3.73",
|
|
4006
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.73.tgz",
|
|
4007
|
+
"integrity": "sha512-NjS0et++lZCI7lJapD4gsZ7eiEFWk/lvmeUZ9ZjQzxBIYVCi9HdFAC6wgt2CdZ5+YYsEXIzSNST8KVyEMBulRg==",
|
|
4425
4008
|
"license": "BSD-3-Clause",
|
|
4426
4009
|
"dependencies": {
|
|
4427
4010
|
"@jayree/changelog": "^1.2.1",
|
|
4428
|
-
"@oclif/core": "^4.0.
|
|
4011
|
+
"@oclif/core": "^4.0.12",
|
|
4429
4012
|
"@prettier/plugin-xml": "^3.4.1",
|
|
4430
|
-
"@salesforce/core": "^8.
|
|
4013
|
+
"@salesforce/core": "^8.2.0",
|
|
4431
4014
|
"@salesforce/kit": "^3.1.6",
|
|
4432
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4433
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
4015
|
+
"@salesforce/sf-plugins-core": "^11.1.9",
|
|
4016
|
+
"@salesforce/source-deploy-retrieve": "^12.1.7",
|
|
4434
4017
|
"cli-progress": "^3.12.0",
|
|
4435
4018
|
"debug": "^4.3.5",
|
|
4436
4019
|
"fs-extra": "^11.2.0",
|
|
@@ -4444,18 +4027,18 @@
|
|
|
4444
4027
|
}
|
|
4445
4028
|
},
|
|
4446
4029
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4447
|
-
"version": "1.3.
|
|
4448
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4449
|
-
"integrity": "sha512-
|
|
4030
|
+
"version": "1.3.69",
|
|
4031
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.69.tgz",
|
|
4032
|
+
"integrity": "sha512-qJu+32UcQk7JJbIoaksGPxTOsM5YlLt8C9Rs94x5kYjQlB66675qvF2CPZBkAHci+ZqGRKwq/fgRwAdjZxeycA==",
|
|
4450
4033
|
"license": "BSD-3-Clause",
|
|
4451
4034
|
"dependencies": {
|
|
4452
4035
|
"@jayree/changelog": "^1.2.1",
|
|
4453
|
-
"@oclif/core": "^4.0.
|
|
4454
|
-
"@salesforce/core": "^8.
|
|
4036
|
+
"@oclif/core": "^4.0.14",
|
|
4037
|
+
"@salesforce/core": "^8.2.3",
|
|
4455
4038
|
"@salesforce/kit": "^3.1.6",
|
|
4456
|
-
"@salesforce/sf-plugins-core": "^11.1
|
|
4457
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
4458
|
-
"@salesforce/source-tracking": "^7.0
|
|
4039
|
+
"@salesforce/sf-plugins-core": "^11.2.1",
|
|
4040
|
+
"@salesforce/source-deploy-retrieve": "^12.1.8",
|
|
4041
|
+
"@salesforce/source-tracking": "^7.1.0",
|
|
4459
4042
|
"@salesforce/ts-types": "^2.0.10",
|
|
4460
4043
|
"ansis": "^3.2.0",
|
|
4461
4044
|
"debug": "^4.3.4",
|
|
@@ -4569,9 +4152,9 @@
|
|
|
4569
4152
|
}
|
|
4570
4153
|
},
|
|
4571
4154
|
"node_modules/@jsforce/jsforce-node": {
|
|
4572
|
-
"version": "3.
|
|
4573
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
4574
|
-
"integrity": "sha512-
|
|
4155
|
+
"version": "3.3.1",
|
|
4156
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.3.1.tgz",
|
|
4157
|
+
"integrity": "sha512-wLIQhU3X+ltZFItdQ8XMr2kqB70S2q4ukSELneCDQkDXlzRIqhQ7rZP4jcmcdT0r6Tc/8lvlw2s2paPxossRBA==",
|
|
4575
4158
|
"license": "MIT",
|
|
4576
4159
|
"dependencies": {
|
|
4577
4160
|
"@sindresorhus/is": "^4",
|
|
@@ -4582,7 +4165,6 @@
|
|
|
4582
4165
|
"csv-stringify": "^6.4.4",
|
|
4583
4166
|
"faye": "^1.4.0",
|
|
4584
4167
|
"form-data": "^4.0.0",
|
|
4585
|
-
"fs-extra": "^8.1.0",
|
|
4586
4168
|
"https-proxy-agent": "^5.0.0",
|
|
4587
4169
|
"multistream": "^3.1.0",
|
|
4588
4170
|
"node-fetch": "^2.6.1",
|
|
@@ -4594,9 +4176,9 @@
|
|
|
4594
4176
|
}
|
|
4595
4177
|
},
|
|
4596
4178
|
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
4597
|
-
"version": "18.19.
|
|
4598
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
4599
|
-
"integrity": "sha512-
|
|
4179
|
+
"version": "18.19.42",
|
|
4180
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.42.tgz",
|
|
4181
|
+
"integrity": "sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==",
|
|
4600
4182
|
"license": "MIT",
|
|
4601
4183
|
"dependencies": {
|
|
4602
4184
|
"undici-types": "~5.26.4"
|
|
@@ -4614,20 +4196,6 @@
|
|
|
4614
4196
|
"node": ">= 6.0.0"
|
|
4615
4197
|
}
|
|
4616
4198
|
},
|
|
4617
|
-
"node_modules/@jsforce/jsforce-node/node_modules/fs-extra": {
|
|
4618
|
-
"version": "8.1.0",
|
|
4619
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
4620
|
-
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
4621
|
-
"license": "MIT",
|
|
4622
|
-
"dependencies": {
|
|
4623
|
-
"graceful-fs": "^4.2.0",
|
|
4624
|
-
"jsonfile": "^4.0.0",
|
|
4625
|
-
"universalify": "^0.1.0"
|
|
4626
|
-
},
|
|
4627
|
-
"engines": {
|
|
4628
|
-
"node": ">=6 <7 || >=8"
|
|
4629
|
-
}
|
|
4630
|
-
},
|
|
4631
4199
|
"node_modules/@jsforce/jsforce-node/node_modules/https-proxy-agent": {
|
|
4632
4200
|
"version": "5.0.1",
|
|
4633
4201
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
@@ -4641,24 +4209,6 @@
|
|
|
4641
4209
|
"node": ">= 6"
|
|
4642
4210
|
}
|
|
4643
4211
|
},
|
|
4644
|
-
"node_modules/@jsforce/jsforce-node/node_modules/jsonfile": {
|
|
4645
|
-
"version": "4.0.0",
|
|
4646
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
4647
|
-
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
4648
|
-
"license": "MIT",
|
|
4649
|
-
"optionalDependencies": {
|
|
4650
|
-
"graceful-fs": "^4.1.6"
|
|
4651
|
-
}
|
|
4652
|
-
},
|
|
4653
|
-
"node_modules/@jsforce/jsforce-node/node_modules/universalify": {
|
|
4654
|
-
"version": "0.1.2",
|
|
4655
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
4656
|
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
4657
|
-
"license": "MIT",
|
|
4658
|
-
"engines": {
|
|
4659
|
-
"node": ">= 4.0.0"
|
|
4660
|
-
}
|
|
4661
|
-
},
|
|
4662
4212
|
"node_modules/@listr2/prompt-adapter-enquirer": {
|
|
4663
4213
|
"version": "2.0.10",
|
|
4664
4214
|
"resolved": "https://registry.npmjs.org/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.10.tgz",
|
|
@@ -4707,13 +4257,13 @@
|
|
|
4707
4257
|
}
|
|
4708
4258
|
},
|
|
4709
4259
|
"node_modules/@oclif/core": {
|
|
4710
|
-
"version": "4.0.
|
|
4711
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4712
|
-
"integrity": "sha512-
|
|
4260
|
+
"version": "4.0.14",
|
|
4261
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.14.tgz",
|
|
4262
|
+
"integrity": "sha512-oXXlUuDw6gWjIBI+mR5i4/SJRv9fz8N/d1xr1yMhW1incx/u0oYO2CpUNKn0sGDyONMdyOIVPMqgsU+as7jdrQ==",
|
|
4713
4263
|
"license": "MIT",
|
|
4714
4264
|
"dependencies": {
|
|
4715
4265
|
"ansi-escapes": "^4.3.2",
|
|
4716
|
-
"ansis": "^3.
|
|
4266
|
+
"ansis": "^3.3.1",
|
|
4717
4267
|
"clean-stack": "^3.0.1",
|
|
4718
4268
|
"cli-spinners": "^2.9.2",
|
|
4719
4269
|
"debug": "^4.3.5",
|
|
@@ -4782,9 +4332,9 @@
|
|
|
4782
4332
|
}
|
|
4783
4333
|
},
|
|
4784
4334
|
"node_modules/@oclif/plugin-help": {
|
|
4785
|
-
"version": "6.2.
|
|
4786
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4787
|
-
"integrity": "sha512-
|
|
4335
|
+
"version": "6.2.7",
|
|
4336
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.7.tgz",
|
|
4337
|
+
"integrity": "sha512-gwrCZW0EjbMe6iIXrkXWpIcfoqo+uMvWRudV3nkwa7ARL2U2GWy8RQ3+bqXvqByauRUcbgv3D6+38lSWqmMwtA==",
|
|
4788
4338
|
"dev": true,
|
|
4789
4339
|
"license": "MIT",
|
|
4790
4340
|
"dependencies": {
|
|
@@ -5049,12 +4599,12 @@
|
|
|
5049
4599
|
}
|
|
5050
4600
|
},
|
|
5051
4601
|
"node_modules/@salesforce/core": {
|
|
5052
|
-
"version": "8.2.
|
|
5053
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.
|
|
5054
|
-
"integrity": "sha512-
|
|
4602
|
+
"version": "8.2.3",
|
|
4603
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.3.tgz",
|
|
4604
|
+
"integrity": "sha512-epkV2ZU+WQFgxb6q98+9vAp9Qo1bUnCOyk1VyVr2XycJk6BkC0fBE188KpvH0/nqB2+0p2K4Cd3x1/+oC7HYvQ==",
|
|
5055
4605
|
"license": "BSD-3-Clause",
|
|
5056
4606
|
"dependencies": {
|
|
5057
|
-
"@jsforce/jsforce-node": "^3.2.
|
|
4607
|
+
"@jsforce/jsforce-node": "^3.2.4",
|
|
5058
4608
|
"@salesforce/kit": "^3.1.6",
|
|
5059
4609
|
"@salesforce/schemas": "^1.9.0",
|
|
5060
4610
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -5094,34 +4644,34 @@
|
|
|
5094
4644
|
}
|
|
5095
4645
|
},
|
|
5096
4646
|
"node_modules/@salesforce/dev-config": {
|
|
5097
|
-
"version": "4.
|
|
5098
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.
|
|
5099
|
-
"integrity": "sha512-
|
|
4647
|
+
"version": "4.2.0",
|
|
4648
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.2.0.tgz",
|
|
4649
|
+
"integrity": "sha512-ahmHPhUslKhIe6qCaZTmMmHZrTXRhUcoMXVimEJaDPxTw2q3Dloq/lehWZdhLsRQCDKscP0WPIOdKulIgZJFBg==",
|
|
5100
4650
|
"dev": true,
|
|
5101
4651
|
"license": "BSD-3-Clause"
|
|
5102
4652
|
},
|
|
5103
4653
|
"node_modules/@salesforce/dev-scripts": {
|
|
5104
|
-
"version": "10.2.
|
|
5105
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
5106
|
-
"integrity": "sha512-
|
|
4654
|
+
"version": "10.2.4",
|
|
4655
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.4.tgz",
|
|
4656
|
+
"integrity": "sha512-FVeM/sxZpGMKfi/+PSgzKoJblaX/kNzE4zg9TSBc1Db+H7X4zgvCX58GVtlOD3Uihmt3VnwkkI/ecH5jDFzJjQ==",
|
|
5107
4657
|
"dev": true,
|
|
5108
4658
|
"license": "BSD-3-Clause",
|
|
5109
4659
|
"dependencies": {
|
|
5110
4660
|
"@commitlint/cli": "^17.1.2",
|
|
5111
4661
|
"@commitlint/config-conventional": "^17.8.1",
|
|
5112
|
-
"@salesforce/dev-config": "^4.
|
|
4662
|
+
"@salesforce/dev-config": "^4.2.0",
|
|
5113
4663
|
"@salesforce/prettier-config": "^0.0.3",
|
|
5114
4664
|
"@types/chai": "^4.3.14",
|
|
5115
|
-
"@types/mocha": "^10.0.
|
|
5116
|
-
"@types/node": "^18.19.
|
|
4665
|
+
"@types/mocha": "^10.0.7",
|
|
4666
|
+
"@types/node": "^18.19.41",
|
|
5117
4667
|
"@types/sinon": "^10.0.20",
|
|
5118
4668
|
"chai": "^4.3.10",
|
|
5119
4669
|
"chalk": "^4.0.0",
|
|
5120
4670
|
"cosmiconfig": "^8.3.6",
|
|
5121
|
-
"eslint-config-salesforce-typescript": "^3.3.
|
|
4671
|
+
"eslint-config-salesforce-typescript": "^3.3.1",
|
|
5122
4672
|
"husky": "^7.0.4",
|
|
5123
|
-
"linkinator": "^6.
|
|
5124
|
-
"mocha": "^10.
|
|
4673
|
+
"linkinator": "^6.1.1",
|
|
4674
|
+
"mocha": "^10.7.0",
|
|
5125
4675
|
"nyc": "^15.1.0",
|
|
5126
4676
|
"prettier": "^2.8.8",
|
|
5127
4677
|
"pretty-quick": "^3.3.1",
|
|
@@ -5129,10 +4679,10 @@
|
|
|
5129
4679
|
"sinon": "10.0.0",
|
|
5130
4680
|
"source-map-support": "^0.5.21",
|
|
5131
4681
|
"ts-node": "^10.9.2",
|
|
5132
|
-
"typedoc": "^0.
|
|
4682
|
+
"typedoc": "^0.26.5",
|
|
5133
4683
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
5134
4684
|
"typescript": "^5.4.3",
|
|
5135
|
-
"wireit": "^0.14.
|
|
4685
|
+
"wireit": "^0.14.5"
|
|
5136
4686
|
},
|
|
5137
4687
|
"bin": {
|
|
5138
4688
|
"sf-clean": "bin/sf-clean.js",
|
|
@@ -5142,9 +4692,9 @@
|
|
|
5142
4692
|
}
|
|
5143
4693
|
},
|
|
5144
4694
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
5145
|
-
"version": "18.19.
|
|
5146
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
5147
|
-
"integrity": "sha512-
|
|
4695
|
+
"version": "18.19.42",
|
|
4696
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.42.tgz",
|
|
4697
|
+
"integrity": "sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==",
|
|
5148
4698
|
"dev": true,
|
|
5149
4699
|
"license": "MIT",
|
|
5150
4700
|
"dependencies": {
|
|
@@ -5278,12 +4828,12 @@
|
|
|
5278
4828
|
"license": "ISC"
|
|
5279
4829
|
},
|
|
5280
4830
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5281
|
-
"version": "11.1
|
|
5282
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
5283
|
-
"integrity": "sha512-
|
|
4831
|
+
"version": "11.2.1",
|
|
4832
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.1.tgz",
|
|
4833
|
+
"integrity": "sha512-eKZn7RZHislXXfV/LYk1+wxysqIcENLicUHKy58JW0wH5hyZrcdFy1PnXxRSmSPwqFbMkZ+1YJZVWTlartCL2w==",
|
|
5284
4834
|
"license": "BSD-3-Clause",
|
|
5285
4835
|
"dependencies": {
|
|
5286
|
-
"@inquirer/confirm": "^3.1.
|
|
4836
|
+
"@inquirer/confirm": "^3.1.16",
|
|
5287
4837
|
"@inquirer/password": "^2.1.14",
|
|
5288
4838
|
"@oclif/core": "^4.0.12",
|
|
5289
4839
|
"@salesforce/core": "^8.1.1",
|
|
@@ -5345,12 +4895,12 @@
|
|
|
5345
4895
|
}
|
|
5346
4896
|
},
|
|
5347
4897
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5348
|
-
"version": "12.1.
|
|
5349
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.
|
|
5350
|
-
"integrity": "sha512-
|
|
4898
|
+
"version": "12.1.8",
|
|
4899
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.8.tgz",
|
|
4900
|
+
"integrity": "sha512-vso8dQ0Gjh68+EUsr4QLxxQ/L8+GBXdSEUQrYi8vXWqYT6u6Z5AX34OKpMeHsiVCo/Zrw/RkP/sDU64259L+xg==",
|
|
5351
4901
|
"license": "BSD-3-Clause",
|
|
5352
4902
|
"dependencies": {
|
|
5353
|
-
"@salesforce/core": "^8.1
|
|
4903
|
+
"@salesforce/core": "^8.2.1",
|
|
5354
4904
|
"@salesforce/kit": "^3.1.6",
|
|
5355
4905
|
"@salesforce/ts-types": "^2.0.10",
|
|
5356
4906
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -5496,15 +5046,15 @@
|
|
|
5496
5046
|
}
|
|
5497
5047
|
},
|
|
5498
5048
|
"node_modules/@salesforce/source-tracking": {
|
|
5499
|
-
"version": "7.0
|
|
5500
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.0.
|
|
5501
|
-
"integrity": "sha512-
|
|
5049
|
+
"version": "7.1.0",
|
|
5050
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.1.0.tgz",
|
|
5051
|
+
"integrity": "sha512-VmHQKgotZfvmZ+5fSclkiSQS9Kya+5YGQ31bLOo1HSzCzFMpW7C7+C1VyJFIUs3w6so/3ftojHWMG+lncKPrgA==",
|
|
5502
5052
|
"license": "BSD-3-Clause",
|
|
5503
5053
|
"dependencies": {
|
|
5504
|
-
"@oclif/core": "^4.0.
|
|
5505
|
-
"@salesforce/core": "^8.
|
|
5054
|
+
"@oclif/core": "^4.0.14",
|
|
5055
|
+
"@salesforce/core": "^8.2.3",
|
|
5506
5056
|
"@salesforce/kit": "^3.1.6",
|
|
5507
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
5057
|
+
"@salesforce/source-deploy-retrieve": "^12.1.8",
|
|
5508
5058
|
"@salesforce/ts-types": "^2.0.10",
|
|
5509
5059
|
"fast-xml-parser": "^4.4.0",
|
|
5510
5060
|
"graceful-fs": "^4.2.11",
|
|
@@ -5585,6 +5135,16 @@
|
|
|
5585
5135
|
"node": ">=18.0.0"
|
|
5586
5136
|
}
|
|
5587
5137
|
},
|
|
5138
|
+
"node_modules/@shikijs/core": {
|
|
5139
|
+
"version": "1.11.2",
|
|
5140
|
+
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.11.2.tgz",
|
|
5141
|
+
"integrity": "sha512-9IBY31lvOo2uhrZjqRt2wTqfqfrXJnddnIx0PFL5E8a5RQUNOhkx+PD11PogZtyrIHlL4aTYDVlb+eyryzy+pQ==",
|
|
5142
|
+
"dev": true,
|
|
5143
|
+
"license": "MIT",
|
|
5144
|
+
"dependencies": {
|
|
5145
|
+
"@types/hast": "^3.0.4"
|
|
5146
|
+
}
|
|
5147
|
+
},
|
|
5588
5148
|
"node_modules/@sideway/address": {
|
|
5589
5149
|
"version": "4.1.5",
|
|
5590
5150
|
"resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
|
|
@@ -6632,11 +6192,22 @@
|
|
|
6632
6192
|
"version": "3.11.5",
|
|
6633
6193
|
"resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.5.tgz",
|
|
6634
6194
|
"integrity": "sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==",
|
|
6195
|
+
"dev": true,
|
|
6635
6196
|
"license": "MIT",
|
|
6636
6197
|
"dependencies": {
|
|
6637
6198
|
"@types/node": "*"
|
|
6638
6199
|
}
|
|
6639
6200
|
},
|
|
6201
|
+
"node_modules/@types/hast": {
|
|
6202
|
+
"version": "3.0.4",
|
|
6203
|
+
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
|
|
6204
|
+
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
6205
|
+
"dev": true,
|
|
6206
|
+
"license": "MIT",
|
|
6207
|
+
"dependencies": {
|
|
6208
|
+
"@types/unist": "*"
|
|
6209
|
+
}
|
|
6210
|
+
},
|
|
6640
6211
|
"node_modules/@types/http-cache-semantics": {
|
|
6641
6212
|
"version": "4.0.4",
|
|
6642
6213
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
|
|
@@ -6681,9 +6252,9 @@
|
|
|
6681
6252
|
"license": "MIT"
|
|
6682
6253
|
},
|
|
6683
6254
|
"node_modules/@types/mocha": {
|
|
6684
|
-
"version": "10.0.
|
|
6685
|
-
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.
|
|
6686
|
-
"integrity": "sha512-
|
|
6255
|
+
"version": "10.0.7",
|
|
6256
|
+
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz",
|
|
6257
|
+
"integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==",
|
|
6687
6258
|
"dev": true,
|
|
6688
6259
|
"license": "MIT"
|
|
6689
6260
|
},
|
|
@@ -6697,9 +6268,9 @@
|
|
|
6697
6268
|
}
|
|
6698
6269
|
},
|
|
6699
6270
|
"node_modules/@types/node": {
|
|
6700
|
-
"version": "20.14.
|
|
6701
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
6702
|
-
"integrity": "sha512-
|
|
6271
|
+
"version": "20.14.11",
|
|
6272
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
|
|
6273
|
+
"integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
|
|
6703
6274
|
"license": "MIT",
|
|
6704
6275
|
"dependencies": {
|
|
6705
6276
|
"undici-types": "~5.26.4"
|
|
@@ -6745,6 +6316,13 @@
|
|
|
6745
6316
|
"dev": true,
|
|
6746
6317
|
"license": "MIT"
|
|
6747
6318
|
},
|
|
6319
|
+
"node_modules/@types/unist": {
|
|
6320
|
+
"version": "3.0.2",
|
|
6321
|
+
"resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
|
|
6322
|
+
"integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
|
|
6323
|
+
"dev": true,
|
|
6324
|
+
"license": "MIT"
|
|
6325
|
+
},
|
|
6748
6326
|
"node_modules/@types/wrap-ansi": {
|
|
6749
6327
|
"version": "3.0.0",
|
|
6750
6328
|
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
@@ -7094,10 +6672,9 @@
|
|
|
7094
6672
|
"license": "MIT"
|
|
7095
6673
|
},
|
|
7096
6674
|
"node_modules/ansi-colors": {
|
|
7097
|
-
"version": "4.1.
|
|
7098
|
-
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.
|
|
7099
|
-
"integrity": "sha512
|
|
7100
|
-
"dev": true,
|
|
6675
|
+
"version": "4.1.3",
|
|
6676
|
+
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
|
|
6677
|
+
"integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
|
|
7101
6678
|
"license": "MIT",
|
|
7102
6679
|
"engines": {
|
|
7103
6680
|
"node": ">=6"
|
|
@@ -7139,13 +6716,6 @@
|
|
|
7139
6716
|
"node": ">=8"
|
|
7140
6717
|
}
|
|
7141
6718
|
},
|
|
7142
|
-
"node_modules/ansi-sequence-parser": {
|
|
7143
|
-
"version": "1.1.1",
|
|
7144
|
-
"resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz",
|
|
7145
|
-
"integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==",
|
|
7146
|
-
"dev": true,
|
|
7147
|
-
"license": "MIT"
|
|
7148
|
-
},
|
|
7149
6719
|
"node_modules/ansi-styles": {
|
|
7150
6720
|
"version": "4.3.0",
|
|
7151
6721
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -7165,12 +6735,13 @@
|
|
|
7165
6735
|
"version": "0.3.2",
|
|
7166
6736
|
"resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
|
|
7167
6737
|
"integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==",
|
|
6738
|
+
"dev": true,
|
|
7168
6739
|
"license": "MIT"
|
|
7169
6740
|
},
|
|
7170
6741
|
"node_modules/ansis": {
|
|
7171
|
-
"version": "3.3.
|
|
7172
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.
|
|
7173
|
-
"integrity": "sha512-
|
|
6742
|
+
"version": "3.3.2",
|
|
6743
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.2.tgz",
|
|
6744
|
+
"integrity": "sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==",
|
|
7174
6745
|
"license": "ISC",
|
|
7175
6746
|
"engines": {
|
|
7176
6747
|
"node": ">=15"
|
|
@@ -7443,6 +7014,7 @@
|
|
|
7443
7014
|
"version": "2.0.0",
|
|
7444
7015
|
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
|
|
7445
7016
|
"integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
|
|
7017
|
+
"dev": true,
|
|
7446
7018
|
"license": "MIT",
|
|
7447
7019
|
"engines": {
|
|
7448
7020
|
"node": ">=8"
|
|
@@ -8075,6 +7647,7 @@
|
|
|
8075
7647
|
"version": "2.1.1",
|
|
8076
7648
|
"resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
|
|
8077
7649
|
"integrity": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==",
|
|
7650
|
+
"dev": true,
|
|
8078
7651
|
"license": "MIT",
|
|
8079
7652
|
"dependencies": {
|
|
8080
7653
|
"ansicolors": "~0.3.2",
|
|
@@ -8228,16 +7801,10 @@
|
|
|
8228
7801
|
}
|
|
8229
7802
|
},
|
|
8230
7803
|
"node_modules/chokidar": {
|
|
8231
|
-
"version": "3.
|
|
8232
|
-
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.
|
|
8233
|
-
"integrity": "sha512-
|
|
7804
|
+
"version": "3.6.0",
|
|
7805
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
7806
|
+
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
8234
7807
|
"dev": true,
|
|
8235
|
-
"funding": [
|
|
8236
|
-
{
|
|
8237
|
-
"type": "individual",
|
|
8238
|
-
"url": "https://paulmillr.com/funding/"
|
|
8239
|
-
}
|
|
8240
|
-
],
|
|
8241
7808
|
"license": "MIT",
|
|
8242
7809
|
"dependencies": {
|
|
8243
7810
|
"anymatch": "~3.1.2",
|
|
@@ -8251,6 +7818,9 @@
|
|
|
8251
7818
|
"engines": {
|
|
8252
7819
|
"node": ">= 8.10.0"
|
|
8253
7820
|
},
|
|
7821
|
+
"funding": {
|
|
7822
|
+
"url": "https://paulmillr.com/funding/"
|
|
7823
|
+
},
|
|
8254
7824
|
"optionalDependencies": {
|
|
8255
7825
|
"fsevents": "~2.3.2"
|
|
8256
7826
|
}
|
|
@@ -8573,6 +8143,7 @@
|
|
|
8573
8143
|
"version": "4.2.3",
|
|
8574
8144
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
8575
8145
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
8146
|
+
"dev": true,
|
|
8576
8147
|
"license": "MIT",
|
|
8577
8148
|
"dependencies": {
|
|
8578
8149
|
"color-convert": "^2.0.1",
|
|
@@ -8604,6 +8175,7 @@
|
|
|
8604
8175
|
"version": "1.9.1",
|
|
8605
8176
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
8606
8177
|
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
8178
|
+
"dev": true,
|
|
8607
8179
|
"license": "MIT",
|
|
8608
8180
|
"dependencies": {
|
|
8609
8181
|
"color-name": "^1.0.0",
|
|
@@ -8805,6 +8377,7 @@
|
|
|
8805
8377
|
"version": "7.0.3",
|
|
8806
8378
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
8807
8379
|
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
8380
|
+
"dev": true,
|
|
8808
8381
|
"license": "MIT",
|
|
8809
8382
|
"dependencies": {
|
|
8810
8383
|
"path-key": "^3.1.0",
|
|
@@ -9132,16 +8705,16 @@
|
|
|
9132
8705
|
}
|
|
9133
8706
|
},
|
|
9134
8707
|
"node_modules/doctrine": {
|
|
9135
|
-
"version": "
|
|
9136
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
|
9137
|
-
"integrity": "sha512-
|
|
8708
|
+
"version": "3.0.0",
|
|
8709
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
8710
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
9138
8711
|
"dev": true,
|
|
9139
8712
|
"license": "Apache-2.0",
|
|
9140
8713
|
"dependencies": {
|
|
9141
8714
|
"esutils": "^2.0.2"
|
|
9142
8715
|
},
|
|
9143
8716
|
"engines": {
|
|
9144
|
-
"node": ">=0.
|
|
8717
|
+
"node": ">=6.0.0"
|
|
9145
8718
|
}
|
|
9146
8719
|
},
|
|
9147
8720
|
"node_modules/dom-serializer": {
|
|
@@ -9294,15 +8867,6 @@
|
|
|
9294
8867
|
"node": ">=8.6"
|
|
9295
8868
|
}
|
|
9296
8869
|
},
|
|
9297
|
-
"node_modules/enquirer/node_modules/ansi-colors": {
|
|
9298
|
-
"version": "4.1.3",
|
|
9299
|
-
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
|
|
9300
|
-
"integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
|
|
9301
|
-
"license": "MIT",
|
|
9302
|
-
"engines": {
|
|
9303
|
-
"node": ">=6"
|
|
9304
|
-
}
|
|
9305
|
-
},
|
|
9306
8870
|
"node_modules/entities": {
|
|
9307
8871
|
"version": "4.5.0",
|
|
9308
8872
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
@@ -9606,9 +9170,9 @@
|
|
|
9606
9170
|
"license": "BSD-3-Clause"
|
|
9607
9171
|
},
|
|
9608
9172
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
9609
|
-
"version": "3.
|
|
9610
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
9611
|
-
"integrity": "sha512-
|
|
9173
|
+
"version": "3.4.0",
|
|
9174
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.4.0.tgz",
|
|
9175
|
+
"integrity": "sha512-pT+kJsmLrXIsVw1f24gWB+a2Iefan9qp02iSdx5mk4Jb/Jv68LhS+V/dfJxN5vvKhzvc86UwUPEIQBX9OCSbpQ==",
|
|
9612
9176
|
"dev": true,
|
|
9613
9177
|
"license": "BSD-3-Clause",
|
|
9614
9178
|
"dependencies": {
|
|
@@ -9726,6 +9290,19 @@
|
|
|
9726
9290
|
"ms": "^2.1.1"
|
|
9727
9291
|
}
|
|
9728
9292
|
},
|
|
9293
|
+
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
9294
|
+
"version": "2.1.0",
|
|
9295
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
|
9296
|
+
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
|
9297
|
+
"dev": true,
|
|
9298
|
+
"license": "Apache-2.0",
|
|
9299
|
+
"dependencies": {
|
|
9300
|
+
"esutils": "^2.0.2"
|
|
9301
|
+
},
|
|
9302
|
+
"engines": {
|
|
9303
|
+
"node": ">=0.10.0"
|
|
9304
|
+
}
|
|
9305
|
+
},
|
|
9729
9306
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
9730
9307
|
"version": "6.3.1",
|
|
9731
9308
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -9757,63 +9334,194 @@
|
|
|
9757
9334
|
"node": ">=16"
|
|
9758
9335
|
},
|
|
9759
9336
|
"peerDependencies": {
|
|
9760
|
-
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
9337
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
9338
|
+
}
|
|
9339
|
+
},
|
|
9340
|
+
"node_modules/eslint-plugin-jsdoc/node_modules/spdx-expression-parse": {
|
|
9341
|
+
"version": "4.0.0",
|
|
9342
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
|
|
9343
|
+
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
|
9344
|
+
"dev": true,
|
|
9345
|
+
"license": "MIT",
|
|
9346
|
+
"dependencies": {
|
|
9347
|
+
"spdx-exceptions": "^2.1.0",
|
|
9348
|
+
"spdx-license-ids": "^3.0.0"
|
|
9349
|
+
}
|
|
9350
|
+
},
|
|
9351
|
+
"node_modules/eslint-plugin-prettier": {
|
|
9352
|
+
"version": "5.2.1",
|
|
9353
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.1.tgz",
|
|
9354
|
+
"integrity": "sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==",
|
|
9355
|
+
"dev": true,
|
|
9356
|
+
"license": "MIT",
|
|
9357
|
+
"dependencies": {
|
|
9358
|
+
"prettier-linter-helpers": "^1.0.0",
|
|
9359
|
+
"synckit": "^0.9.1"
|
|
9360
|
+
},
|
|
9361
|
+
"engines": {
|
|
9362
|
+
"node": "^14.18.0 || >=16.0.0"
|
|
9363
|
+
},
|
|
9364
|
+
"funding": {
|
|
9365
|
+
"url": "https://opencollective.com/eslint-plugin-prettier"
|
|
9366
|
+
},
|
|
9367
|
+
"peerDependencies": {
|
|
9368
|
+
"@types/eslint": ">=8.0.0",
|
|
9369
|
+
"eslint": ">=8.0.0",
|
|
9370
|
+
"eslint-config-prettier": "*",
|
|
9371
|
+
"prettier": ">=3.0.0"
|
|
9372
|
+
},
|
|
9373
|
+
"peerDependenciesMeta": {
|
|
9374
|
+
"@types/eslint": {
|
|
9375
|
+
"optional": true
|
|
9376
|
+
},
|
|
9377
|
+
"eslint-config-prettier": {
|
|
9378
|
+
"optional": true
|
|
9379
|
+
}
|
|
9380
|
+
}
|
|
9381
|
+
},
|
|
9382
|
+
"node_modules/eslint-plugin-sf-plugin": {
|
|
9383
|
+
"version": "1.19.1",
|
|
9384
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.19.1.tgz",
|
|
9385
|
+
"integrity": "sha512-odWhBgc7topf9mF+a0kEBrk4VwpJ/pQZ/qiCysyW7R4xqcRj5tElfe8rALJnD3/4ZkM0aZYq3DXaX8Ng75J7QA==",
|
|
9386
|
+
"dev": true,
|
|
9387
|
+
"license": "BSD-3-Clause",
|
|
9388
|
+
"dependencies": {
|
|
9389
|
+
"@salesforce/core": "^8.2.1",
|
|
9390
|
+
"@typescript-eslint/utils": "^7.17.0"
|
|
9391
|
+
},
|
|
9392
|
+
"engines": {
|
|
9393
|
+
"node": ">=18.0.0"
|
|
9394
|
+
}
|
|
9395
|
+
},
|
|
9396
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
9397
|
+
"version": "7.17.0",
|
|
9398
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz",
|
|
9399
|
+
"integrity": "sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==",
|
|
9400
|
+
"dev": true,
|
|
9401
|
+
"license": "MIT",
|
|
9402
|
+
"dependencies": {
|
|
9403
|
+
"@typescript-eslint/types": "7.17.0",
|
|
9404
|
+
"@typescript-eslint/visitor-keys": "7.17.0"
|
|
9405
|
+
},
|
|
9406
|
+
"engines": {
|
|
9407
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
9408
|
+
},
|
|
9409
|
+
"funding": {
|
|
9410
|
+
"type": "opencollective",
|
|
9411
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9412
|
+
}
|
|
9413
|
+
},
|
|
9414
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/types": {
|
|
9415
|
+
"version": "7.17.0",
|
|
9416
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.17.0.tgz",
|
|
9417
|
+
"integrity": "sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==",
|
|
9418
|
+
"dev": true,
|
|
9419
|
+
"license": "MIT",
|
|
9420
|
+
"engines": {
|
|
9421
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
9422
|
+
},
|
|
9423
|
+
"funding": {
|
|
9424
|
+
"type": "opencollective",
|
|
9425
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9426
|
+
}
|
|
9427
|
+
},
|
|
9428
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
9429
|
+
"version": "7.17.0",
|
|
9430
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz",
|
|
9431
|
+
"integrity": "sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==",
|
|
9432
|
+
"dev": true,
|
|
9433
|
+
"license": "BSD-2-Clause",
|
|
9434
|
+
"dependencies": {
|
|
9435
|
+
"@typescript-eslint/types": "7.17.0",
|
|
9436
|
+
"@typescript-eslint/visitor-keys": "7.17.0",
|
|
9437
|
+
"debug": "^4.3.4",
|
|
9438
|
+
"globby": "^11.1.0",
|
|
9439
|
+
"is-glob": "^4.0.3",
|
|
9440
|
+
"minimatch": "^9.0.4",
|
|
9441
|
+
"semver": "^7.6.0",
|
|
9442
|
+
"ts-api-utils": "^1.3.0"
|
|
9443
|
+
},
|
|
9444
|
+
"engines": {
|
|
9445
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
9446
|
+
},
|
|
9447
|
+
"funding": {
|
|
9448
|
+
"type": "opencollective",
|
|
9449
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9450
|
+
},
|
|
9451
|
+
"peerDependenciesMeta": {
|
|
9452
|
+
"typescript": {
|
|
9453
|
+
"optional": true
|
|
9454
|
+
}
|
|
9455
|
+
}
|
|
9456
|
+
},
|
|
9457
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/utils": {
|
|
9458
|
+
"version": "7.17.0",
|
|
9459
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.17.0.tgz",
|
|
9460
|
+
"integrity": "sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==",
|
|
9461
|
+
"dev": true,
|
|
9462
|
+
"license": "MIT",
|
|
9463
|
+
"dependencies": {
|
|
9464
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
|
9465
|
+
"@typescript-eslint/scope-manager": "7.17.0",
|
|
9466
|
+
"@typescript-eslint/types": "7.17.0",
|
|
9467
|
+
"@typescript-eslint/typescript-estree": "7.17.0"
|
|
9468
|
+
},
|
|
9469
|
+
"engines": {
|
|
9470
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
9471
|
+
},
|
|
9472
|
+
"funding": {
|
|
9473
|
+
"type": "opencollective",
|
|
9474
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9475
|
+
},
|
|
9476
|
+
"peerDependencies": {
|
|
9477
|
+
"eslint": "^8.56.0"
|
|
9761
9478
|
}
|
|
9762
9479
|
},
|
|
9763
|
-
"node_modules/eslint-plugin-
|
|
9764
|
-
"version": "
|
|
9765
|
-
"resolved": "https://registry.npmjs.org/
|
|
9766
|
-
"integrity": "sha512-
|
|
9480
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
9481
|
+
"version": "7.17.0",
|
|
9482
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz",
|
|
9483
|
+
"integrity": "sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==",
|
|
9767
9484
|
"dev": true,
|
|
9768
9485
|
"license": "MIT",
|
|
9769
9486
|
"dependencies": {
|
|
9770
|
-
"
|
|
9771
|
-
"
|
|
9487
|
+
"@typescript-eslint/types": "7.17.0",
|
|
9488
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9489
|
+
},
|
|
9490
|
+
"engines": {
|
|
9491
|
+
"node": "^18.18.0 || >=20.0.0"
|
|
9492
|
+
},
|
|
9493
|
+
"funding": {
|
|
9494
|
+
"type": "opencollective",
|
|
9495
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9772
9496
|
}
|
|
9773
9497
|
},
|
|
9774
|
-
"node_modules/eslint-plugin-
|
|
9775
|
-
"version": "
|
|
9776
|
-
"resolved": "https://registry.npmjs.org/
|
|
9777
|
-
"integrity": "sha512-
|
|
9498
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
|
|
9499
|
+
"version": "9.0.4",
|
|
9500
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
9501
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
9778
9502
|
"dev": true,
|
|
9779
|
-
"license": "
|
|
9503
|
+
"license": "ISC",
|
|
9780
9504
|
"dependencies": {
|
|
9781
|
-
"
|
|
9782
|
-
"synckit": "^0.9.1"
|
|
9505
|
+
"brace-expansion": "^2.0.1"
|
|
9783
9506
|
},
|
|
9784
9507
|
"engines": {
|
|
9785
|
-
"node": "
|
|
9508
|
+
"node": ">=16 || 14 >=14.17"
|
|
9786
9509
|
},
|
|
9787
9510
|
"funding": {
|
|
9788
|
-
"url": "https://
|
|
9789
|
-
},
|
|
9790
|
-
"peerDependencies": {
|
|
9791
|
-
"@types/eslint": ">=8.0.0",
|
|
9792
|
-
"eslint": ">=8.0.0",
|
|
9793
|
-
"eslint-config-prettier": "*",
|
|
9794
|
-
"prettier": ">=3.0.0"
|
|
9795
|
-
},
|
|
9796
|
-
"peerDependenciesMeta": {
|
|
9797
|
-
"@types/eslint": {
|
|
9798
|
-
"optional": true
|
|
9799
|
-
},
|
|
9800
|
-
"eslint-config-prettier": {
|
|
9801
|
-
"optional": true
|
|
9802
|
-
}
|
|
9511
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
9803
9512
|
}
|
|
9804
9513
|
},
|
|
9805
|
-
"node_modules/eslint-plugin-sf-plugin": {
|
|
9806
|
-
"version": "1.
|
|
9807
|
-
"resolved": "https://registry.npmjs.org/
|
|
9808
|
-
"integrity": "sha512-
|
|
9514
|
+
"node_modules/eslint-plugin-sf-plugin/node_modules/ts-api-utils": {
|
|
9515
|
+
"version": "1.3.0",
|
|
9516
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
|
|
9517
|
+
"integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
|
|
9809
9518
|
"dev": true,
|
|
9810
|
-
"license": "
|
|
9811
|
-
"dependencies": {
|
|
9812
|
-
"@salesforce/core": "^8.1.1",
|
|
9813
|
-
"@typescript-eslint/utils": "^6.17.0"
|
|
9814
|
-
},
|
|
9519
|
+
"license": "MIT",
|
|
9815
9520
|
"engines": {
|
|
9816
|
-
"node": ">=
|
|
9521
|
+
"node": ">=16"
|
|
9522
|
+
},
|
|
9523
|
+
"peerDependencies": {
|
|
9524
|
+
"typescript": ">=4.2.0"
|
|
9817
9525
|
}
|
|
9818
9526
|
},
|
|
9819
9527
|
"node_modules/eslint-plugin-unicorn": {
|
|
@@ -9896,19 +9604,6 @@
|
|
|
9896
9604
|
"url": "https://opencollective.com/eslint"
|
|
9897
9605
|
}
|
|
9898
9606
|
},
|
|
9899
|
-
"node_modules/eslint/node_modules/doctrine": {
|
|
9900
|
-
"version": "3.0.0",
|
|
9901
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
9902
|
-
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
9903
|
-
"dev": true,
|
|
9904
|
-
"license": "Apache-2.0",
|
|
9905
|
-
"dependencies": {
|
|
9906
|
-
"esutils": "^2.0.2"
|
|
9907
|
-
},
|
|
9908
|
-
"engines": {
|
|
9909
|
-
"node": ">=6.0.0"
|
|
9910
|
-
}
|
|
9911
|
-
},
|
|
9912
9607
|
"node_modules/eslint/node_modules/find-up": {
|
|
9913
9608
|
"version": "5.0.0",
|
|
9914
9609
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -11255,6 +10950,7 @@
|
|
|
11255
10950
|
"version": "1.0.0",
|
|
11256
10951
|
"resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz",
|
|
11257
10952
|
"integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==",
|
|
10953
|
+
"dev": true,
|
|
11258
10954
|
"license": "MIT",
|
|
11259
10955
|
"engines": {
|
|
11260
10956
|
"node": ">=4"
|
|
@@ -11863,6 +11559,7 @@
|
|
|
11863
11559
|
"version": "2.0.0",
|
|
11864
11560
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
11865
11561
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
11562
|
+
"dev": true,
|
|
11866
11563
|
"license": "ISC"
|
|
11867
11564
|
},
|
|
11868
11565
|
"node_modules/isomorphic-git": {
|
|
@@ -12462,10 +12159,20 @@
|
|
|
12462
12159
|
"dev": true,
|
|
12463
12160
|
"license": "MIT"
|
|
12464
12161
|
},
|
|
12162
|
+
"node_modules/linkify-it": {
|
|
12163
|
+
"version": "5.0.0",
|
|
12164
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
|
|
12165
|
+
"integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
|
|
12166
|
+
"dev": true,
|
|
12167
|
+
"license": "MIT",
|
|
12168
|
+
"dependencies": {
|
|
12169
|
+
"uc.micro": "^2.0.0"
|
|
12170
|
+
}
|
|
12171
|
+
},
|
|
12465
12172
|
"node_modules/linkinator": {
|
|
12466
|
-
"version": "6.
|
|
12467
|
-
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.
|
|
12468
|
-
"integrity": "sha512-
|
|
12173
|
+
"version": "6.1.1",
|
|
12174
|
+
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.1.1.tgz",
|
|
12175
|
+
"integrity": "sha512-VNFhw71A8ORQKdNdUz6MqcdmoCK2SKWI+22dmcN/7KuERTxv9yfezh5MqwetH66DmRPvj9FMtATk+ck2P5XJjw==",
|
|
12469
12176
|
"dev": true,
|
|
12470
12177
|
"license": "MIT",
|
|
12471
12178
|
"dependencies": {
|
|
@@ -12474,7 +12181,7 @@
|
|
|
12474
12181
|
"gaxios": "^6.0.0",
|
|
12475
12182
|
"glob": "^10.3.10",
|
|
12476
12183
|
"htmlparser2": "^9.0.0",
|
|
12477
|
-
"marked": "^
|
|
12184
|
+
"marked": "^13.0.0",
|
|
12478
12185
|
"meow": "^13.0.0",
|
|
12479
12186
|
"mime": "^4.0.0",
|
|
12480
12187
|
"server-destroy": "^1.0.1",
|
|
@@ -12523,6 +12230,19 @@
|
|
|
12523
12230
|
"url": "https://github.com/sponsors/isaacs"
|
|
12524
12231
|
}
|
|
12525
12232
|
},
|
|
12233
|
+
"node_modules/linkinator/node_modules/marked": {
|
|
12234
|
+
"version": "13.0.2",
|
|
12235
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz",
|
|
12236
|
+
"integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==",
|
|
12237
|
+
"dev": true,
|
|
12238
|
+
"license": "MIT",
|
|
12239
|
+
"bin": {
|
|
12240
|
+
"marked": "bin/marked.js"
|
|
12241
|
+
},
|
|
12242
|
+
"engines": {
|
|
12243
|
+
"node": ">= 18"
|
|
12244
|
+
}
|
|
12245
|
+
},
|
|
12526
12246
|
"node_modules/linkinator/node_modules/meow": {
|
|
12527
12247
|
"version": "13.2.0",
|
|
12528
12248
|
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
|
|
@@ -13027,6 +12747,24 @@
|
|
|
13027
12747
|
"node": ">=0.10.0"
|
|
13028
12748
|
}
|
|
13029
12749
|
},
|
|
12750
|
+
"node_modules/markdown-it": {
|
|
12751
|
+
"version": "14.1.0",
|
|
12752
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
|
|
12753
|
+
"integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
|
|
12754
|
+
"dev": true,
|
|
12755
|
+
"license": "MIT",
|
|
12756
|
+
"dependencies": {
|
|
12757
|
+
"argparse": "^2.0.1",
|
|
12758
|
+
"entities": "^4.4.0",
|
|
12759
|
+
"linkify-it": "^5.0.0",
|
|
12760
|
+
"mdurl": "^2.0.0",
|
|
12761
|
+
"punycode.js": "^2.3.1",
|
|
12762
|
+
"uc.micro": "^2.1.0"
|
|
12763
|
+
},
|
|
12764
|
+
"bin": {
|
|
12765
|
+
"markdown-it": "bin/markdown-it.mjs"
|
|
12766
|
+
}
|
|
12767
|
+
},
|
|
13030
12768
|
"node_modules/marked": {
|
|
13031
12769
|
"version": "12.0.2",
|
|
13032
12770
|
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
|
|
@@ -13099,6 +12837,13 @@
|
|
|
13099
12837
|
"node": ">=14.18"
|
|
13100
12838
|
}
|
|
13101
12839
|
},
|
|
12840
|
+
"node_modules/mdurl": {
|
|
12841
|
+
"version": "2.0.0",
|
|
12842
|
+
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
|
|
12843
|
+
"integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
|
|
12844
|
+
"dev": true,
|
|
12845
|
+
"license": "MIT"
|
|
12846
|
+
},
|
|
13102
12847
|
"node_modules/meow": {
|
|
13103
12848
|
"version": "8.1.2",
|
|
13104
12849
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
|
|
@@ -13297,32 +13042,32 @@
|
|
|
13297
13042
|
}
|
|
13298
13043
|
},
|
|
13299
13044
|
"node_modules/mocha": {
|
|
13300
|
-
"version": "10.
|
|
13301
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.
|
|
13302
|
-
"integrity": "sha512-
|
|
13303
|
-
"dev": true,
|
|
13304
|
-
"license": "MIT",
|
|
13305
|
-
"dependencies": {
|
|
13306
|
-
"ansi-colors": "4.1.
|
|
13307
|
-
"browser-stdout": "1.3.1",
|
|
13308
|
-
"chokidar": "3.5.3",
|
|
13309
|
-
"debug": "4.3.
|
|
13310
|
-
"diff": "5.
|
|
13311
|
-
"escape-string-regexp": "4.0.0",
|
|
13312
|
-
"find-up": "5.0.0",
|
|
13313
|
-
"glob": "8.1.0",
|
|
13314
|
-
"he": "1.2.0",
|
|
13315
|
-
"js-yaml": "4.1.0",
|
|
13316
|
-
"log-symbols": "4.1.0",
|
|
13317
|
-
"minimatch": "5.
|
|
13318
|
-
"ms": "2.1.3",
|
|
13319
|
-
"serialize-javascript": "6.0.
|
|
13320
|
-
"strip-json-comments": "3.1.1",
|
|
13321
|
-
"supports-color": "8.1.1",
|
|
13322
|
-
"workerpool": "6.
|
|
13323
|
-
"yargs": "16.2.0",
|
|
13324
|
-
"yargs-parser": "20.2.
|
|
13325
|
-
"yargs-unparser": "2.0.0"
|
|
13045
|
+
"version": "10.7.0",
|
|
13046
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz",
|
|
13047
|
+
"integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==",
|
|
13048
|
+
"dev": true,
|
|
13049
|
+
"license": "MIT",
|
|
13050
|
+
"dependencies": {
|
|
13051
|
+
"ansi-colors": "^4.1.3",
|
|
13052
|
+
"browser-stdout": "^1.3.1",
|
|
13053
|
+
"chokidar": "^3.5.3",
|
|
13054
|
+
"debug": "^4.3.5",
|
|
13055
|
+
"diff": "^5.2.0",
|
|
13056
|
+
"escape-string-regexp": "^4.0.0",
|
|
13057
|
+
"find-up": "^5.0.0",
|
|
13058
|
+
"glob": "^8.1.0",
|
|
13059
|
+
"he": "^1.2.0",
|
|
13060
|
+
"js-yaml": "^4.1.0",
|
|
13061
|
+
"log-symbols": "^4.1.0",
|
|
13062
|
+
"minimatch": "^5.1.6",
|
|
13063
|
+
"ms": "^2.1.3",
|
|
13064
|
+
"serialize-javascript": "^6.0.2",
|
|
13065
|
+
"strip-json-comments": "^3.1.1",
|
|
13066
|
+
"supports-color": "^8.1.1",
|
|
13067
|
+
"workerpool": "^6.5.1",
|
|
13068
|
+
"yargs": "^16.2.0",
|
|
13069
|
+
"yargs-parser": "^20.2.9",
|
|
13070
|
+
"yargs-unparser": "^2.0.0"
|
|
13326
13071
|
},
|
|
13327
13072
|
"bin": {
|
|
13328
13073
|
"_mocha": "bin/_mocha",
|
|
@@ -13332,35 +13077,10 @@
|
|
|
13332
13077
|
"node": ">= 14.0.0"
|
|
13333
13078
|
}
|
|
13334
13079
|
},
|
|
13335
|
-
"node_modules/mocha/node_modules/debug": {
|
|
13336
|
-
"version": "4.3.4",
|
|
13337
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
13338
|
-
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
13339
|
-
"dev": true,
|
|
13340
|
-
"license": "MIT",
|
|
13341
|
-
"dependencies": {
|
|
13342
|
-
"ms": "2.1.2"
|
|
13343
|
-
},
|
|
13344
|
-
"engines": {
|
|
13345
|
-
"node": ">=6.0"
|
|
13346
|
-
},
|
|
13347
|
-
"peerDependenciesMeta": {
|
|
13348
|
-
"supports-color": {
|
|
13349
|
-
"optional": true
|
|
13350
|
-
}
|
|
13351
|
-
}
|
|
13352
|
-
},
|
|
13353
|
-
"node_modules/mocha/node_modules/debug/node_modules/ms": {
|
|
13354
|
-
"version": "2.1.2",
|
|
13355
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
13356
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
13357
|
-
"dev": true,
|
|
13358
|
-
"license": "MIT"
|
|
13359
|
-
},
|
|
13360
13080
|
"node_modules/mocha/node_modules/diff": {
|
|
13361
|
-
"version": "5.
|
|
13362
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.
|
|
13363
|
-
"integrity": "sha512
|
|
13081
|
+
"version": "5.2.0",
|
|
13082
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
13083
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
13364
13084
|
"dev": true,
|
|
13365
13085
|
"license": "BSD-3-Clause",
|
|
13366
13086
|
"engines": {
|
|
@@ -13404,19 +13124,6 @@
|
|
|
13404
13124
|
"url": "https://github.com/sponsors/isaacs"
|
|
13405
13125
|
}
|
|
13406
13126
|
},
|
|
13407
|
-
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
|
13408
|
-
"version": "5.1.6",
|
|
13409
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
13410
|
-
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
13411
|
-
"dev": true,
|
|
13412
|
-
"license": "ISC",
|
|
13413
|
-
"dependencies": {
|
|
13414
|
-
"brace-expansion": "^2.0.1"
|
|
13415
|
-
},
|
|
13416
|
-
"engines": {
|
|
13417
|
-
"node": ">=10"
|
|
13418
|
-
}
|
|
13419
|
-
},
|
|
13420
13127
|
"node_modules/mocha/node_modules/locate-path": {
|
|
13421
13128
|
"version": "6.0.0",
|
|
13422
13129
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -13434,9 +13141,9 @@
|
|
|
13434
13141
|
}
|
|
13435
13142
|
},
|
|
13436
13143
|
"node_modules/mocha/node_modules/minimatch": {
|
|
13437
|
-
"version": "5.
|
|
13438
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.
|
|
13439
|
-
"integrity": "sha512-
|
|
13144
|
+
"version": "5.1.6",
|
|
13145
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
13146
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
13440
13147
|
"dev": true,
|
|
13441
13148
|
"license": "ISC",
|
|
13442
13149
|
"dependencies": {
|
|
@@ -13494,16 +13201,6 @@
|
|
|
13494
13201
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
13495
13202
|
}
|
|
13496
13203
|
},
|
|
13497
|
-
"node_modules/mocha/node_modules/yargs-parser": {
|
|
13498
|
-
"version": "20.2.4",
|
|
13499
|
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
|
|
13500
|
-
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
|
|
13501
|
-
"dev": true,
|
|
13502
|
-
"license": "ISC",
|
|
13503
|
-
"engines": {
|
|
13504
|
-
"node": ">=10"
|
|
13505
|
-
}
|
|
13506
|
-
},
|
|
13507
13204
|
"node_modules/mri": {
|
|
13508
13205
|
"version": "1.2.0",
|
|
13509
13206
|
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
|
|
@@ -13942,6 +13639,7 @@
|
|
|
13942
13639
|
"version": "1.1.33",
|
|
13943
13640
|
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz",
|
|
13944
13641
|
"integrity": "sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==",
|
|
13642
|
+
"dev": true,
|
|
13945
13643
|
"license": "MIT",
|
|
13946
13644
|
"engines": {
|
|
13947
13645
|
"node": ">= 10"
|
|
@@ -14017,15 +13715,15 @@
|
|
|
14017
13715
|
}
|
|
14018
13716
|
},
|
|
14019
13717
|
"node_modules/oclif": {
|
|
14020
|
-
"version": "4.14.
|
|
14021
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
14022
|
-
"integrity": "sha512-
|
|
13718
|
+
"version": "4.14.9",
|
|
13719
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.9.tgz",
|
|
13720
|
+
"integrity": "sha512-W2RqjzcJWudQp/qUngbj/7f6oPoRrNTjAMZUn7hLO86nUgEkIF7JsgmQ5+TSC2nt35htti/ARfyM2mzQyPUNUA==",
|
|
14023
13721
|
"dev": true,
|
|
14024
13722
|
"license": "MIT",
|
|
14025
13723
|
"dependencies": {
|
|
14026
13724
|
"@aws-sdk/client-cloudfront": "^3.609.0",
|
|
14027
13725
|
"@aws-sdk/client-s3": "^3.614.0",
|
|
14028
|
-
"@inquirer/confirm": "^3.1.
|
|
13726
|
+
"@inquirer/confirm": "^3.1.16",
|
|
14029
13727
|
"@inquirer/input": "^2.2.1",
|
|
14030
13728
|
"@inquirer/select": "^2.3.10",
|
|
14031
13729
|
"@oclif/core": "^4",
|
|
@@ -14401,6 +14099,7 @@
|
|
|
14401
14099
|
"version": "1.1.3",
|
|
14402
14100
|
"resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.3.tgz",
|
|
14403
14101
|
"integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==",
|
|
14102
|
+
"dev": true,
|
|
14404
14103
|
"license": "0BSD",
|
|
14405
14104
|
"dependencies": {
|
|
14406
14105
|
"ansi-escapes": "^4.3.2",
|
|
@@ -14501,6 +14200,7 @@
|
|
|
14501
14200
|
"version": "3.1.1",
|
|
14502
14201
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
14503
14202
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
14203
|
+
"dev": true,
|
|
14504
14204
|
"license": "MIT",
|
|
14505
14205
|
"engines": {
|
|
14506
14206
|
"node": ">=8"
|
|
@@ -14712,15 +14412,6 @@
|
|
|
14712
14412
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14713
14413
|
}
|
|
14714
14414
|
},
|
|
14715
|
-
"node_modules/pino-pretty/node_modules/sonic-boom": {
|
|
14716
|
-
"version": "4.0.1",
|
|
14717
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
|
|
14718
|
-
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==",
|
|
14719
|
-
"license": "MIT",
|
|
14720
|
-
"dependencies": {
|
|
14721
|
-
"atomic-sleep": "^1.0.0"
|
|
14722
|
-
}
|
|
14723
|
-
},
|
|
14724
14415
|
"node_modules/pino-pretty/node_modules/split2": {
|
|
14725
14416
|
"version": "4.2.0",
|
|
14726
14417
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -14736,15 +14427,6 @@
|
|
|
14736
14427
|
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
|
|
14737
14428
|
"license": "MIT"
|
|
14738
14429
|
},
|
|
14739
|
-
"node_modules/pino/node_modules/sonic-boom": {
|
|
14740
|
-
"version": "4.0.1",
|
|
14741
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
|
|
14742
|
-
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==",
|
|
14743
|
-
"license": "MIT",
|
|
14744
|
-
"dependencies": {
|
|
14745
|
-
"atomic-sleep": "^1.0.0"
|
|
14746
|
-
}
|
|
14747
|
-
},
|
|
14748
14430
|
"node_modules/pinst": {
|
|
14749
14431
|
"version": "3.0.0",
|
|
14750
14432
|
"resolved": "https://registry.npmjs.org/pinst/-/pinst-3.0.0.tgz",
|
|
@@ -14772,13 +14454,13 @@
|
|
|
14772
14454
|
}
|
|
14773
14455
|
},
|
|
14774
14456
|
"node_modules/playwright-chromium": {
|
|
14775
|
-
"version": "1.45.
|
|
14776
|
-
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.45.
|
|
14777
|
-
"integrity": "sha512-
|
|
14457
|
+
"version": "1.45.3",
|
|
14458
|
+
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.45.3.tgz",
|
|
14459
|
+
"integrity": "sha512-GXY/+1HScU5soR06lu8sc7cnXWBnfWDGH2JV+D3wqxApb9qJbSxDK40H8loOok+naxMO7x6yhgPHwpRSCV9dug==",
|
|
14778
14460
|
"hasInstallScript": true,
|
|
14779
14461
|
"license": "Apache-2.0",
|
|
14780
14462
|
"dependencies": {
|
|
14781
|
-
"playwright-core": "1.45.
|
|
14463
|
+
"playwright-core": "1.45.3"
|
|
14782
14464
|
},
|
|
14783
14465
|
"bin": {
|
|
14784
14466
|
"playwright": "cli.js"
|
|
@@ -14788,9 +14470,9 @@
|
|
|
14788
14470
|
}
|
|
14789
14471
|
},
|
|
14790
14472
|
"node_modules/playwright-core": {
|
|
14791
|
-
"version": "1.45.
|
|
14792
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.
|
|
14793
|
-
"integrity": "sha512
|
|
14473
|
+
"version": "1.45.3",
|
|
14474
|
+
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.3.tgz",
|
|
14475
|
+
"integrity": "sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==",
|
|
14794
14476
|
"license": "Apache-2.0",
|
|
14795
14477
|
"bin": {
|
|
14796
14478
|
"playwright-core": "cli.js"
|
|
@@ -15103,6 +14785,16 @@
|
|
|
15103
14785
|
"node": ">=6"
|
|
15104
14786
|
}
|
|
15105
14787
|
},
|
|
14788
|
+
"node_modules/punycode.js": {
|
|
14789
|
+
"version": "2.3.1",
|
|
14790
|
+
"resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
|
|
14791
|
+
"integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
|
|
14792
|
+
"dev": true,
|
|
14793
|
+
"license": "MIT",
|
|
14794
|
+
"engines": {
|
|
14795
|
+
"node": ">=6"
|
|
14796
|
+
}
|
|
14797
|
+
},
|
|
15106
14798
|
"node_modules/querystringify": {
|
|
15107
14799
|
"version": "2.2.0",
|
|
15108
14800
|
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
|
|
@@ -15297,6 +14989,7 @@
|
|
|
15297
14989
|
"version": "2.1.1",
|
|
15298
14990
|
"resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz",
|
|
15299
14991
|
"integrity": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==",
|
|
14992
|
+
"dev": true,
|
|
15300
14993
|
"license": "MIT",
|
|
15301
14994
|
"dependencies": {
|
|
15302
14995
|
"esprima": "~4.0.0"
|
|
@@ -15676,9 +15369,9 @@
|
|
|
15676
15369
|
}
|
|
15677
15370
|
},
|
|
15678
15371
|
"node_modules/serialize-javascript": {
|
|
15679
|
-
"version": "6.0.
|
|
15680
|
-
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.
|
|
15681
|
-
"integrity": "sha512-
|
|
15372
|
+
"version": "6.0.2",
|
|
15373
|
+
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
|
|
15374
|
+
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
|
|
15682
15375
|
"dev": true,
|
|
15683
15376
|
"license": "BSD-3-Clause",
|
|
15684
15377
|
"dependencies": {
|
|
@@ -15756,6 +15449,7 @@
|
|
|
15756
15449
|
"version": "2.0.0",
|
|
15757
15450
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
15758
15451
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
15452
|
+
"dev": true,
|
|
15759
15453
|
"license": "MIT",
|
|
15760
15454
|
"dependencies": {
|
|
15761
15455
|
"shebang-regex": "^3.0.0"
|
|
@@ -15768,6 +15462,7 @@
|
|
|
15768
15462
|
"version": "3.0.0",
|
|
15769
15463
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
15770
15464
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
15465
|
+
"dev": true,
|
|
15771
15466
|
"license": "MIT",
|
|
15772
15467
|
"engines": {
|
|
15773
15468
|
"node": ">=8"
|
|
@@ -15792,16 +15487,14 @@
|
|
|
15792
15487
|
}
|
|
15793
15488
|
},
|
|
15794
15489
|
"node_modules/shiki": {
|
|
15795
|
-
"version": "
|
|
15796
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-
|
|
15797
|
-
"integrity": "sha512-
|
|
15490
|
+
"version": "1.11.2",
|
|
15491
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-1.11.2.tgz",
|
|
15492
|
+
"integrity": "sha512-WEHfKf+JWEKm/p8BoiE5F4m6VwV6LzY7nFfwRz0nAj+sVD1sRyWiODYScDu3Q8P/Dpi7xKe1TDJF3ZOQnhfT1g==",
|
|
15798
15493
|
"dev": true,
|
|
15799
15494
|
"license": "MIT",
|
|
15800
15495
|
"dependencies": {
|
|
15801
|
-
"
|
|
15802
|
-
"
|
|
15803
|
-
"vscode-oniguruma": "^1.7.0",
|
|
15804
|
-
"vscode-textmate": "^8.0.0"
|
|
15496
|
+
"@shikijs/core": "1.11.2",
|
|
15497
|
+
"@types/hast": "^3.0.4"
|
|
15805
15498
|
}
|
|
15806
15499
|
},
|
|
15807
15500
|
"node_modules/side-channel": {
|
|
@@ -15878,6 +15571,7 @@
|
|
|
15878
15571
|
"version": "0.2.2",
|
|
15879
15572
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
15880
15573
|
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
15574
|
+
"dev": true,
|
|
15881
15575
|
"license": "MIT",
|
|
15882
15576
|
"dependencies": {
|
|
15883
15577
|
"is-arrayish": "^0.3.1"
|
|
@@ -15887,6 +15581,7 @@
|
|
|
15887
15581
|
"version": "0.3.2",
|
|
15888
15582
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
15889
15583
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
|
|
15584
|
+
"dev": true,
|
|
15890
15585
|
"license": "MIT"
|
|
15891
15586
|
},
|
|
15892
15587
|
"node_modules/sinon": {
|
|
@@ -16036,9 +15731,9 @@
|
|
|
16036
15731
|
}
|
|
16037
15732
|
},
|
|
16038
15733
|
"node_modules/sonic-boom": {
|
|
16039
|
-
"version": "
|
|
16040
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-
|
|
16041
|
-
"integrity": "sha512-
|
|
15734
|
+
"version": "4.0.1",
|
|
15735
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
|
|
15736
|
+
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==",
|
|
16042
15737
|
"license": "MIT",
|
|
16043
15738
|
"dependencies": {
|
|
16044
15739
|
"atomic-sleep": "^1.0.0"
|
|
@@ -16220,6 +15915,7 @@
|
|
|
16220
15915
|
"version": "1.0.3",
|
|
16221
15916
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
16222
15917
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
15918
|
+
"dev": true,
|
|
16223
15919
|
"license": "BSD-3-Clause"
|
|
16224
15920
|
},
|
|
16225
15921
|
"node_modules/srcset": {
|
|
@@ -16995,25 +16691,26 @@
|
|
|
16995
16691
|
}
|
|
16996
16692
|
},
|
|
16997
16693
|
"node_modules/typedoc": {
|
|
16998
|
-
"version": "0.
|
|
16999
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.
|
|
17000
|
-
"integrity": "sha512-
|
|
16694
|
+
"version": "0.26.5",
|
|
16695
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.5.tgz",
|
|
16696
|
+
"integrity": "sha512-Vn9YKdjKtDZqSk+by7beZ+xzkkr8T8CYoiasqyt4TTRFy5+UHzL/mF/o4wGBjRF+rlWQHDb0t6xCpA3JNL5phg==",
|
|
17001
16697
|
"dev": true,
|
|
17002
16698
|
"license": "Apache-2.0",
|
|
17003
16699
|
"dependencies": {
|
|
17004
16700
|
"lunr": "^2.3.9",
|
|
17005
|
-
"
|
|
17006
|
-
"minimatch": "^9.0.
|
|
17007
|
-
"shiki": "^
|
|
16701
|
+
"markdown-it": "^14.1.0",
|
|
16702
|
+
"minimatch": "^9.0.5",
|
|
16703
|
+
"shiki": "^1.9.1",
|
|
16704
|
+
"yaml": "^2.4.5"
|
|
17008
16705
|
},
|
|
17009
16706
|
"bin": {
|
|
17010
16707
|
"typedoc": "bin/typedoc"
|
|
17011
16708
|
},
|
|
17012
16709
|
"engines": {
|
|
17013
|
-
"node": ">=
|
|
16710
|
+
"node": ">= 18"
|
|
17014
16711
|
},
|
|
17015
16712
|
"peerDependencies": {
|
|
17016
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
|
|
16713
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x"
|
|
17017
16714
|
}
|
|
17018
16715
|
},
|
|
17019
16716
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
@@ -17026,23 +16723,10 @@
|
|
|
17026
16723
|
"typedoc": "0.22.x || 0.23.x"
|
|
17027
16724
|
}
|
|
17028
16725
|
},
|
|
17029
|
-
"node_modules/typedoc/node_modules/marked": {
|
|
17030
|
-
"version": "4.3.0",
|
|
17031
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
17032
|
-
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
|
17033
|
-
"dev": true,
|
|
17034
|
-
"license": "MIT",
|
|
17035
|
-
"bin": {
|
|
17036
|
-
"marked": "bin/marked.js"
|
|
17037
|
-
},
|
|
17038
|
-
"engines": {
|
|
17039
|
-
"node": ">= 12"
|
|
17040
|
-
}
|
|
17041
|
-
},
|
|
17042
16726
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
17043
|
-
"version": "9.0.
|
|
17044
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
17045
|
-
"integrity": "sha512-
|
|
16727
|
+
"version": "9.0.5",
|
|
16728
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
16729
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
17046
16730
|
"dev": true,
|
|
17047
16731
|
"license": "ISC",
|
|
17048
16732
|
"dependencies": {
|
|
@@ -17055,10 +16739,23 @@
|
|
|
17055
16739
|
"url": "https://github.com/sponsors/isaacs"
|
|
17056
16740
|
}
|
|
17057
16741
|
},
|
|
16742
|
+
"node_modules/typedoc/node_modules/yaml": {
|
|
16743
|
+
"version": "2.5.0",
|
|
16744
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
|
|
16745
|
+
"integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
|
|
16746
|
+
"dev": true,
|
|
16747
|
+
"license": "ISC",
|
|
16748
|
+
"bin": {
|
|
16749
|
+
"yaml": "bin.mjs"
|
|
16750
|
+
},
|
|
16751
|
+
"engines": {
|
|
16752
|
+
"node": ">= 14"
|
|
16753
|
+
}
|
|
16754
|
+
},
|
|
17058
16755
|
"node_modules/typescript": {
|
|
17059
|
-
"version": "5.5.
|
|
17060
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.
|
|
17061
|
-
"integrity": "sha512
|
|
16756
|
+
"version": "5.5.4",
|
|
16757
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
|
|
16758
|
+
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
|
|
17062
16759
|
"dev": true,
|
|
17063
16760
|
"license": "Apache-2.0",
|
|
17064
16761
|
"bin": {
|
|
@@ -17069,6 +16766,13 @@
|
|
|
17069
16766
|
"node": ">=14.17"
|
|
17070
16767
|
}
|
|
17071
16768
|
},
|
|
16769
|
+
"node_modules/uc.micro": {
|
|
16770
|
+
"version": "2.1.0",
|
|
16771
|
+
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|
|
16772
|
+
"integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
|
|
16773
|
+
"dev": true,
|
|
16774
|
+
"license": "MIT"
|
|
16775
|
+
},
|
|
17072
16776
|
"node_modules/unbox-primitive": {
|
|
17073
16777
|
"version": "1.0.2",
|
|
17074
16778
|
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
|
|
@@ -17174,6 +16878,7 @@
|
|
|
17174
16878
|
"version": "4.4.1",
|
|
17175
16879
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
17176
16880
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
16881
|
+
"dev": true,
|
|
17177
16882
|
"license": "BSD-2-Clause",
|
|
17178
16883
|
"dependencies": {
|
|
17179
16884
|
"punycode": "^2.1.0"
|
|
@@ -17252,20 +16957,6 @@
|
|
|
17252
16957
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
17253
16958
|
}
|
|
17254
16959
|
},
|
|
17255
|
-
"node_modules/vscode-oniguruma": {
|
|
17256
|
-
"version": "1.7.0",
|
|
17257
|
-
"resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",
|
|
17258
|
-
"integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==",
|
|
17259
|
-
"dev": true,
|
|
17260
|
-
"license": "MIT"
|
|
17261
|
-
},
|
|
17262
|
-
"node_modules/vscode-textmate": {
|
|
17263
|
-
"version": "8.0.0",
|
|
17264
|
-
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz",
|
|
17265
|
-
"integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==",
|
|
17266
|
-
"dev": true,
|
|
17267
|
-
"license": "MIT"
|
|
17268
|
-
},
|
|
17269
16960
|
"node_modules/wait-on": {
|
|
17270
16961
|
"version": "7.2.0",
|
|
17271
16962
|
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz",
|
|
@@ -17328,6 +17019,7 @@
|
|
|
17328
17019
|
"version": "2.0.2",
|
|
17329
17020
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
17330
17021
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
17022
|
+
"dev": true,
|
|
17331
17023
|
"license": "ISC",
|
|
17332
17024
|
"dependencies": {
|
|
17333
17025
|
"isexe": "^2.0.0"
|
|
@@ -17396,9 +17088,9 @@
|
|
|
17396
17088
|
}
|
|
17397
17089
|
},
|
|
17398
17090
|
"node_modules/wireit": {
|
|
17399
|
-
"version": "0.14.
|
|
17400
|
-
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.
|
|
17401
|
-
"integrity": "sha512-
|
|
17091
|
+
"version": "0.14.5",
|
|
17092
|
+
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.5.tgz",
|
|
17093
|
+
"integrity": "sha512-K4ka9YBpSyD6pmFZYTJd4VpPsAiPT6j/fOtLzYgnKWlPIMM7lAZjQQ30H7urO+Lqx1Wvrw88tQHBz4njy+lglg==",
|
|
17402
17094
|
"dev": true,
|
|
17403
17095
|
"license": "Apache-2.0",
|
|
17404
17096
|
"workspaces": [
|
|
@@ -17406,7 +17098,7 @@
|
|
|
17406
17098
|
"website"
|
|
17407
17099
|
],
|
|
17408
17100
|
"dependencies": {
|
|
17409
|
-
"
|
|
17101
|
+
"brace-expansion": "^4.0.0",
|
|
17410
17102
|
"chokidar": "^3.5.3",
|
|
17411
17103
|
"fast-glob": "^3.2.11",
|
|
17412
17104
|
"jsonc-parser": "^3.0.0",
|
|
@@ -17416,32 +17108,30 @@
|
|
|
17416
17108
|
"wireit": "bin/wireit.js"
|
|
17417
17109
|
},
|
|
17418
17110
|
"engines": {
|
|
17419
|
-
"node": ">=
|
|
17111
|
+
"node": ">=18.0.0"
|
|
17420
17112
|
}
|
|
17421
17113
|
},
|
|
17422
|
-
"node_modules/wireit/node_modules/
|
|
17423
|
-
"version": "3.
|
|
17424
|
-
"resolved": "https://registry.npmjs.org/
|
|
17425
|
-
"integrity": "sha512-
|
|
17114
|
+
"node_modules/wireit/node_modules/balanced-match": {
|
|
17115
|
+
"version": "3.0.1",
|
|
17116
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-3.0.1.tgz",
|
|
17117
|
+
"integrity": "sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==",
|
|
17118
|
+
"dev": true,
|
|
17119
|
+
"license": "MIT",
|
|
17120
|
+
"engines": {
|
|
17121
|
+
"node": ">= 16"
|
|
17122
|
+
}
|
|
17123
|
+
},
|
|
17124
|
+
"node_modules/wireit/node_modules/brace-expansion": {
|
|
17125
|
+
"version": "4.0.0",
|
|
17126
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-4.0.0.tgz",
|
|
17127
|
+
"integrity": "sha512-l/mOwLWs7BQIgOKrL46dIAbyCKvPV7YJPDspkuc88rHsZRlg3hptUGdU7Trv0VFP4d3xnSGBQrKu5ZvGB7UeIw==",
|
|
17426
17128
|
"dev": true,
|
|
17427
17129
|
"license": "MIT",
|
|
17428
17130
|
"dependencies": {
|
|
17429
|
-
"
|
|
17430
|
-
"braces": "~3.0.2",
|
|
17431
|
-
"glob-parent": "~5.1.2",
|
|
17432
|
-
"is-binary-path": "~2.1.0",
|
|
17433
|
-
"is-glob": "~4.0.1",
|
|
17434
|
-
"normalize-path": "~3.0.0",
|
|
17435
|
-
"readdirp": "~3.6.0"
|
|
17131
|
+
"balanced-match": "^3.0.0"
|
|
17436
17132
|
},
|
|
17437
17133
|
"engines": {
|
|
17438
|
-
"node": ">=
|
|
17439
|
-
},
|
|
17440
|
-
"funding": {
|
|
17441
|
-
"url": "https://paulmillr.com/funding/"
|
|
17442
|
-
},
|
|
17443
|
-
"optionalDependencies": {
|
|
17444
|
-
"fsevents": "~2.3.2"
|
|
17134
|
+
"node": ">= 18"
|
|
17445
17135
|
}
|
|
17446
17136
|
},
|
|
17447
17137
|
"node_modules/wordwrap": {
|
|
@@ -17451,9 +17141,9 @@
|
|
|
17451
17141
|
"license": "MIT"
|
|
17452
17142
|
},
|
|
17453
17143
|
"node_modules/workerpool": {
|
|
17454
|
-
"version": "6.
|
|
17455
|
-
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.
|
|
17456
|
-
"integrity": "sha512-
|
|
17144
|
+
"version": "6.5.1",
|
|
17145
|
+
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz",
|
|
17146
|
+
"integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==",
|
|
17457
17147
|
"dev": true,
|
|
17458
17148
|
"license": "Apache-2.0"
|
|
17459
17149
|
},
|