sfdx-jayree 4.8.81 → 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 +18 -0
- package/README.md +15 -15
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +620 -956
- package/oclif.lock +382 -477
- 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,18 +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/emoji-regex": {
|
|
4147
|
-
"version": "10.3.0",
|
|
4148
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
4149
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
4150
|
-
"license": "MIT"
|
|
4151
|
-
},
|
|
4152
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/fast-copy": {
|
|
4153
|
-
"version": "3.0.1",
|
|
4154
|
-
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.1.tgz",
|
|
4155
|
-
"integrity": "sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA==",
|
|
4156
|
-
"license": "MIT"
|
|
4157
|
-
},
|
|
4158
3925
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/is-docker": {
|
|
4159
3926
|
"version": "3.0.0",
|
|
4160
3927
|
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
|
|
@@ -4185,182 +3952,36 @@
|
|
|
4185
3952
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4186
3953
|
}
|
|
4187
3954
|
},
|
|
4188
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/
|
|
4189
|
-
"version": "
|
|
4190
|
-
"resolved": "https://registry.npmjs.org/
|
|
4191
|
-
"integrity": "sha512-
|
|
4192
|
-
"license": "MIT",
|
|
4193
|
-
"dependencies": {
|
|
4194
|
-
"argparse": "^1.0.7",
|
|
4195
|
-
"esprima": "^4.0.0"
|
|
4196
|
-
},
|
|
4197
|
-
"bin": {
|
|
4198
|
-
"js-yaml": "bin/js-yaml.js"
|
|
4199
|
-
}
|
|
4200
|
-
},
|
|
4201
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/minimatch": {
|
|
4202
|
-
"version": "9.0.4",
|
|
4203
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
4204
|
-
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
4205
|
-
"license": "ISC",
|
|
4206
|
-
"dependencies": {
|
|
4207
|
-
"brace-expansion": "^2.0.1"
|
|
4208
|
-
},
|
|
4209
|
-
"engines": {
|
|
4210
|
-
"node": ">=16 || 14 >=14.17"
|
|
4211
|
-
},
|
|
4212
|
-
"funding": {
|
|
4213
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4214
|
-
}
|
|
4215
|
-
},
|
|
4216
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/natural-orderby": {
|
|
4217
|
-
"version": "2.0.3",
|
|
4218
|
-
"resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-2.0.3.tgz",
|
|
4219
|
-
"integrity": "sha512-p7KTHxU0CUrcOXe62Zfrb5Z13nLvPhSWR/so3kFulUQU0sgUll2Z0LwpsLN351eOOD+hRGu/F1g+6xDfPeD++Q==",
|
|
4220
|
-
"license": "MIT",
|
|
4221
|
-
"engines": {
|
|
4222
|
-
"node": "*"
|
|
4223
|
-
}
|
|
4224
|
-
},
|
|
4225
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/pino": {
|
|
4226
|
-
"version": "8.21.0",
|
|
4227
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
|
4228
|
-
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
|
4229
|
-
"license": "MIT",
|
|
4230
|
-
"dependencies": {
|
|
4231
|
-
"atomic-sleep": "^1.0.0",
|
|
4232
|
-
"fast-redact": "^3.1.1",
|
|
4233
|
-
"on-exit-leak-free": "^2.1.0",
|
|
4234
|
-
"pino-abstract-transport": "^1.2.0",
|
|
4235
|
-
"pino-std-serializers": "^6.0.0",
|
|
4236
|
-
"process-warning": "^3.0.0",
|
|
4237
|
-
"quick-format-unescaped": "^4.0.3",
|
|
4238
|
-
"real-require": "^0.2.0",
|
|
4239
|
-
"safe-stable-stringify": "^2.3.1",
|
|
4240
|
-
"sonic-boom": "^3.7.0",
|
|
4241
|
-
"thread-stream": "^2.6.0"
|
|
4242
|
-
},
|
|
4243
|
-
"bin": {
|
|
4244
|
-
"pino": "bin.js"
|
|
4245
|
-
}
|
|
4246
|
-
},
|
|
4247
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/pino-pretty": {
|
|
4248
|
-
"version": "10.3.1",
|
|
4249
|
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.3.1.tgz",
|
|
4250
|
-
"integrity": "sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==",
|
|
4251
|
-
"license": "MIT",
|
|
4252
|
-
"dependencies": {
|
|
4253
|
-
"colorette": "^2.0.7",
|
|
4254
|
-
"dateformat": "^4.6.3",
|
|
4255
|
-
"fast-copy": "^3.0.0",
|
|
4256
|
-
"fast-safe-stringify": "^2.1.1",
|
|
4257
|
-
"help-me": "^5.0.0",
|
|
4258
|
-
"joycon": "^3.1.1",
|
|
4259
|
-
"minimist": "^1.2.6",
|
|
4260
|
-
"on-exit-leak-free": "^2.1.0",
|
|
4261
|
-
"pino-abstract-transport": "^1.0.0",
|
|
4262
|
-
"pump": "^3.0.0",
|
|
4263
|
-
"readable-stream": "^4.0.0",
|
|
4264
|
-
"secure-json-parse": "^2.4.0",
|
|
4265
|
-
"sonic-boom": "^3.0.0",
|
|
4266
|
-
"strip-json-comments": "^3.1.1"
|
|
4267
|
-
},
|
|
4268
|
-
"bin": {
|
|
4269
|
-
"pino-pretty": "bin.js"
|
|
4270
|
-
}
|
|
4271
|
-
},
|
|
4272
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
4273
|
-
"version": "1.1.0",
|
|
4274
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz",
|
|
4275
|
-
"integrity": "sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==",
|
|
4276
|
-
"license": "MIT",
|
|
4277
|
-
"dependencies": {
|
|
4278
|
-
"readable-stream": "^4.0.0",
|
|
4279
|
-
"split2": "^4.0.0"
|
|
4280
|
-
}
|
|
4281
|
-
},
|
|
4282
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/pino-std-serializers": {
|
|
4283
|
-
"version": "6.2.2",
|
|
4284
|
-
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
|
|
4285
|
-
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
4286
|
-
"license": "MIT"
|
|
4287
|
-
},
|
|
4288
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/readable-stream": {
|
|
4289
|
-
"version": "4.5.2",
|
|
4290
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
4291
|
-
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
4292
|
-
"license": "MIT",
|
|
4293
|
-
"dependencies": {
|
|
4294
|
-
"abort-controller": "^3.0.0",
|
|
4295
|
-
"buffer": "^6.0.3",
|
|
4296
|
-
"events": "^3.3.0",
|
|
4297
|
-
"process": "^0.11.10",
|
|
4298
|
-
"string_decoder": "^1.3.0"
|
|
4299
|
-
},
|
|
4300
|
-
"engines": {
|
|
4301
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4302
|
-
}
|
|
4303
|
-
},
|
|
4304
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/signal-exit": {
|
|
4305
|
-
"version": "4.1.0",
|
|
4306
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
4307
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
4308
|
-
"license": "ISC",
|
|
4309
|
-
"engines": {
|
|
4310
|
-
"node": ">=14"
|
|
4311
|
-
},
|
|
4312
|
-
"funding": {
|
|
4313
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
4314
|
-
}
|
|
4315
|
-
},
|
|
4316
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/slice-ansi": {
|
|
4317
|
-
"version": "4.0.0",
|
|
4318
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
|
|
4319
|
-
"integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
|
|
3955
|
+
"node_modules/@jayree/sfdx-plugin-org/node_modules/string-width": {
|
|
3956
|
+
"version": "7.1.0",
|
|
3957
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
3958
|
+
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
4320
3959
|
"license": "MIT",
|
|
4321
3960
|
"dependencies": {
|
|
4322
|
-
"
|
|
4323
|
-
"
|
|
4324
|
-
"
|
|
3961
|
+
"emoji-regex": "^10.3.0",
|
|
3962
|
+
"get-east-asian-width": "^1.0.0",
|
|
3963
|
+
"strip-ansi": "^7.1.0"
|
|
4325
3964
|
},
|
|
4326
3965
|
"engines": {
|
|
4327
|
-
"node": ">=
|
|
3966
|
+
"node": ">=18"
|
|
4328
3967
|
},
|
|
4329
3968
|
"funding": {
|
|
4330
|
-
"url": "https://github.com/
|
|
4331
|
-
}
|
|
4332
|
-
},
|
|
4333
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/split2": {
|
|
4334
|
-
"version": "4.2.0",
|
|
4335
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
4336
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
4337
|
-
"license": "ISC",
|
|
4338
|
-
"engines": {
|
|
4339
|
-
"node": ">= 10.x"
|
|
3969
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4340
3970
|
}
|
|
4341
3971
|
},
|
|
4342
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/
|
|
4343
|
-
"version": "
|
|
4344
|
-
"resolved": "https://registry.npmjs.org/
|
|
4345
|
-
"integrity": "sha512-
|
|
3972
|
+
"node_modules/@jayree/sfdx-plugin-org/node_modules/strip-ansi": {
|
|
3973
|
+
"version": "7.1.0",
|
|
3974
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3975
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4346
3976
|
"license": "MIT",
|
|
4347
3977
|
"dependencies": {
|
|
4348
|
-
"
|
|
3978
|
+
"ansi-regex": "^6.0.1"
|
|
4349
3979
|
},
|
|
4350
3980
|
"engines": {
|
|
4351
|
-
"node": ">=
|
|
3981
|
+
"node": ">=12"
|
|
4352
3982
|
},
|
|
4353
3983
|
"funding": {
|
|
4354
|
-
"url": "https://github.com/chalk/
|
|
4355
|
-
}
|
|
4356
|
-
},
|
|
4357
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/thread-stream": {
|
|
4358
|
-
"version": "2.7.0",
|
|
4359
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
4360
|
-
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
4361
|
-
"license": "MIT",
|
|
4362
|
-
"dependencies": {
|
|
4363
|
-
"real-require": "^0.2.0"
|
|
3984
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4364
3985
|
}
|
|
4365
3986
|
},
|
|
4366
3987
|
"node_modules/@jayree/sfdx-plugin-org/node_modules/wrap-ansi": {
|
|
@@ -4377,71 +3998,27 @@
|
|
|
4377
3998
|
"node": ">=18"
|
|
4378
3999
|
},
|
|
4379
4000
|
"funding": {
|
|
4380
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4381
|
-
}
|
|
4382
|
-
},
|
|
4383
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
4384
|
-
"version": "6.2.1",
|
|
4385
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
4386
|
-
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
4387
|
-
"license": "MIT",
|
|
4388
|
-
"engines": {
|
|
4389
|
-
"node": ">=12"
|
|
4390
|
-
},
|
|
4391
|
-
"funding": {
|
|
4392
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
4393
|
-
}
|
|
4394
|
-
},
|
|
4395
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/wrap-ansi/node_modules/string-width": {
|
|
4396
|
-
"version": "7.1.0",
|
|
4397
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
4398
|
-
"integrity": "sha512-SEIJCWiX7Kg4c129n48aDRwLbFb2LJmXXFrWBG4NGaRtMQ3myKPKbwrD1BKqQn74oCoNMBVrfDEr5M9YxCsrkw==",
|
|
4399
|
-
"license": "MIT",
|
|
4400
|
-
"dependencies": {
|
|
4401
|
-
"emoji-regex": "^10.3.0",
|
|
4402
|
-
"get-east-asian-width": "^1.0.0",
|
|
4403
|
-
"strip-ansi": "^7.1.0"
|
|
4404
|
-
},
|
|
4405
|
-
"engines": {
|
|
4406
|
-
"node": ">=18"
|
|
4407
|
-
},
|
|
4408
|
-
"funding": {
|
|
4409
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4410
|
-
}
|
|
4411
|
-
},
|
|
4412
|
-
"node_modules/@jayree/sfdx-plugin-org/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
4413
|
-
"version": "7.1.0",
|
|
4414
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4415
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4416
|
-
"license": "MIT",
|
|
4417
|
-
"dependencies": {
|
|
4418
|
-
"ansi-regex": "^6.0.1"
|
|
4419
|
-
},
|
|
4420
|
-
"engines": {
|
|
4421
|
-
"node": ">=12"
|
|
4422
|
-
},
|
|
4423
|
-
"funding": {
|
|
4424
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4001
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4425
4002
|
}
|
|
4426
4003
|
},
|
|
4427
4004
|
"node_modules/@jayree/sfdx-plugin-prettier": {
|
|
4428
|
-
"version": "1.3.
|
|
4429
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.
|
|
4430
|
-
"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==",
|
|
4431
4008
|
"license": "BSD-3-Clause",
|
|
4432
4009
|
"dependencies": {
|
|
4433
4010
|
"@jayree/changelog": "^1.2.1",
|
|
4434
|
-
"@oclif/core": "^4.0.
|
|
4011
|
+
"@oclif/core": "^4.0.12",
|
|
4435
4012
|
"@prettier/plugin-xml": "^3.4.1",
|
|
4436
|
-
"@salesforce/core": "^8.
|
|
4013
|
+
"@salesforce/core": "^8.2.0",
|
|
4437
4014
|
"@salesforce/kit": "^3.1.6",
|
|
4438
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
4439
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
4015
|
+
"@salesforce/sf-plugins-core": "^11.1.9",
|
|
4016
|
+
"@salesforce/source-deploy-retrieve": "^12.1.7",
|
|
4440
4017
|
"cli-progress": "^3.12.0",
|
|
4441
4018
|
"debug": "^4.3.5",
|
|
4442
4019
|
"fs-extra": "^11.2.0",
|
|
4443
4020
|
"ignore": "^5.3.1",
|
|
4444
|
-
"prettier": "^3.3.
|
|
4021
|
+
"prettier": "^3.3.3",
|
|
4445
4022
|
"prettier-plugin-apex": "^2.1.4",
|
|
4446
4023
|
"tslib": "^2.6.3"
|
|
4447
4024
|
},
|
|
@@ -4450,18 +4027,18 @@
|
|
|
4450
4027
|
}
|
|
4451
4028
|
},
|
|
4452
4029
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4453
|
-
"version": "1.3.
|
|
4454
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4455
|
-
"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==",
|
|
4456
4033
|
"license": "BSD-3-Clause",
|
|
4457
4034
|
"dependencies": {
|
|
4458
4035
|
"@jayree/changelog": "^1.2.1",
|
|
4459
|
-
"@oclif/core": "^4.0.
|
|
4460
|
-
"@salesforce/core": "^8.
|
|
4036
|
+
"@oclif/core": "^4.0.14",
|
|
4037
|
+
"@salesforce/core": "^8.2.3",
|
|
4461
4038
|
"@salesforce/kit": "^3.1.6",
|
|
4462
|
-
"@salesforce/sf-plugins-core": "^11.1
|
|
4463
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
4464
|
-
"@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",
|
|
4465
4042
|
"@salesforce/ts-types": "^2.0.10",
|
|
4466
4043
|
"ansis": "^3.2.0",
|
|
4467
4044
|
"debug": "^4.3.4",
|
|
@@ -4575,9 +4152,9 @@
|
|
|
4575
4152
|
}
|
|
4576
4153
|
},
|
|
4577
4154
|
"node_modules/@jsforce/jsforce-node": {
|
|
4578
|
-
"version": "3.
|
|
4579
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
4580
|
-
"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==",
|
|
4581
4158
|
"license": "MIT",
|
|
4582
4159
|
"dependencies": {
|
|
4583
4160
|
"@sindresorhus/is": "^4",
|
|
@@ -4588,7 +4165,6 @@
|
|
|
4588
4165
|
"csv-stringify": "^6.4.4",
|
|
4589
4166
|
"faye": "^1.4.0",
|
|
4590
4167
|
"form-data": "^4.0.0",
|
|
4591
|
-
"fs-extra": "^8.1.0",
|
|
4592
4168
|
"https-proxy-agent": "^5.0.0",
|
|
4593
4169
|
"multistream": "^3.1.0",
|
|
4594
4170
|
"node-fetch": "^2.6.1",
|
|
@@ -4600,9 +4176,9 @@
|
|
|
4600
4176
|
}
|
|
4601
4177
|
},
|
|
4602
4178
|
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
4603
|
-
"version": "18.19.
|
|
4604
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
4605
|
-
"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==",
|
|
4606
4182
|
"license": "MIT",
|
|
4607
4183
|
"dependencies": {
|
|
4608
4184
|
"undici-types": "~5.26.4"
|
|
@@ -4620,20 +4196,6 @@
|
|
|
4620
4196
|
"node": ">= 6.0.0"
|
|
4621
4197
|
}
|
|
4622
4198
|
},
|
|
4623
|
-
"node_modules/@jsforce/jsforce-node/node_modules/fs-extra": {
|
|
4624
|
-
"version": "8.1.0",
|
|
4625
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
4626
|
-
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
4627
|
-
"license": "MIT",
|
|
4628
|
-
"dependencies": {
|
|
4629
|
-
"graceful-fs": "^4.2.0",
|
|
4630
|
-
"jsonfile": "^4.0.0",
|
|
4631
|
-
"universalify": "^0.1.0"
|
|
4632
|
-
},
|
|
4633
|
-
"engines": {
|
|
4634
|
-
"node": ">=6 <7 || >=8"
|
|
4635
|
-
}
|
|
4636
|
-
},
|
|
4637
4199
|
"node_modules/@jsforce/jsforce-node/node_modules/https-proxy-agent": {
|
|
4638
4200
|
"version": "5.0.1",
|
|
4639
4201
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
@@ -4647,24 +4209,6 @@
|
|
|
4647
4209
|
"node": ">= 6"
|
|
4648
4210
|
}
|
|
4649
4211
|
},
|
|
4650
|
-
"node_modules/@jsforce/jsforce-node/node_modules/jsonfile": {
|
|
4651
|
-
"version": "4.0.0",
|
|
4652
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
4653
|
-
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
4654
|
-
"license": "MIT",
|
|
4655
|
-
"optionalDependencies": {
|
|
4656
|
-
"graceful-fs": "^4.1.6"
|
|
4657
|
-
}
|
|
4658
|
-
},
|
|
4659
|
-
"node_modules/@jsforce/jsforce-node/node_modules/universalify": {
|
|
4660
|
-
"version": "0.1.2",
|
|
4661
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
4662
|
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
4663
|
-
"license": "MIT",
|
|
4664
|
-
"engines": {
|
|
4665
|
-
"node": ">= 4.0.0"
|
|
4666
|
-
}
|
|
4667
|
-
},
|
|
4668
4212
|
"node_modules/@listr2/prompt-adapter-enquirer": {
|
|
4669
4213
|
"version": "2.0.10",
|
|
4670
4214
|
"resolved": "https://registry.npmjs.org/@listr2/prompt-adapter-enquirer/-/prompt-adapter-enquirer-2.0.10.tgz",
|
|
@@ -4713,13 +4257,13 @@
|
|
|
4713
4257
|
}
|
|
4714
4258
|
},
|
|
4715
4259
|
"node_modules/@oclif/core": {
|
|
4716
|
-
"version": "4.0.
|
|
4717
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4718
|
-
"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==",
|
|
4719
4263
|
"license": "MIT",
|
|
4720
4264
|
"dependencies": {
|
|
4721
4265
|
"ansi-escapes": "^4.3.2",
|
|
4722
|
-
"ansis": "^3.
|
|
4266
|
+
"ansis": "^3.3.1",
|
|
4723
4267
|
"clean-stack": "^3.0.1",
|
|
4724
4268
|
"cli-spinners": "^2.9.2",
|
|
4725
4269
|
"debug": "^4.3.5",
|
|
@@ -4740,15 +4284,6 @@
|
|
|
4740
4284
|
"node": ">=18.0.0"
|
|
4741
4285
|
}
|
|
4742
4286
|
},
|
|
4743
|
-
"node_modules/@oclif/core/node_modules/ansis": {
|
|
4744
|
-
"version": "3.3.1",
|
|
4745
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.1.tgz",
|
|
4746
|
-
"integrity": "sha512-dW/sqnbVeWXW1UMRyKGHiJj+vBrlnnDcvyNMDB8BBI4Gu0tsohweIkvcqb3bNNwcVn70LTyvvnGgjUzUVFnK6Q==",
|
|
4747
|
-
"license": "ISC",
|
|
4748
|
-
"engines": {
|
|
4749
|
-
"node": ">=15"
|
|
4750
|
-
}
|
|
4751
|
-
},
|
|
4752
4287
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
4753
4288
|
"version": "9.0.5",
|
|
4754
4289
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -4797,9 +4332,9 @@
|
|
|
4797
4332
|
}
|
|
4798
4333
|
},
|
|
4799
4334
|
"node_modules/@oclif/plugin-help": {
|
|
4800
|
-
"version": "6.2.
|
|
4801
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4802
|
-
"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==",
|
|
4803
4338
|
"dev": true,
|
|
4804
4339
|
"license": "MIT",
|
|
4805
4340
|
"dependencies": {
|
|
@@ -5064,12 +4599,12 @@
|
|
|
5064
4599
|
}
|
|
5065
4600
|
},
|
|
5066
4601
|
"node_modules/@salesforce/core": {
|
|
5067
|
-
"version": "8.2.
|
|
5068
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.
|
|
5069
|
-
"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==",
|
|
5070
4605
|
"license": "BSD-3-Clause",
|
|
5071
4606
|
"dependencies": {
|
|
5072
|
-
"@jsforce/jsforce-node": "^3.2.
|
|
4607
|
+
"@jsforce/jsforce-node": "^3.2.4",
|
|
5073
4608
|
"@salesforce/kit": "^3.1.6",
|
|
5074
4609
|
"@salesforce/schemas": "^1.9.0",
|
|
5075
4610
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -5109,34 +4644,34 @@
|
|
|
5109
4644
|
}
|
|
5110
4645
|
},
|
|
5111
4646
|
"node_modules/@salesforce/dev-config": {
|
|
5112
|
-
"version": "4.
|
|
5113
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.
|
|
5114
|
-
"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==",
|
|
5115
4650
|
"dev": true,
|
|
5116
4651
|
"license": "BSD-3-Clause"
|
|
5117
4652
|
},
|
|
5118
4653
|
"node_modules/@salesforce/dev-scripts": {
|
|
5119
|
-
"version": "10.2.
|
|
5120
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
5121
|
-
"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==",
|
|
5122
4657
|
"dev": true,
|
|
5123
4658
|
"license": "BSD-3-Clause",
|
|
5124
4659
|
"dependencies": {
|
|
5125
4660
|
"@commitlint/cli": "^17.1.2",
|
|
5126
4661
|
"@commitlint/config-conventional": "^17.8.1",
|
|
5127
|
-
"@salesforce/dev-config": "^4.
|
|
4662
|
+
"@salesforce/dev-config": "^4.2.0",
|
|
5128
4663
|
"@salesforce/prettier-config": "^0.0.3",
|
|
5129
4664
|
"@types/chai": "^4.3.14",
|
|
5130
|
-
"@types/mocha": "^10.0.
|
|
5131
|
-
"@types/node": "^18.19.
|
|
4665
|
+
"@types/mocha": "^10.0.7",
|
|
4666
|
+
"@types/node": "^18.19.41",
|
|
5132
4667
|
"@types/sinon": "^10.0.20",
|
|
5133
4668
|
"chai": "^4.3.10",
|
|
5134
4669
|
"chalk": "^4.0.0",
|
|
5135
4670
|
"cosmiconfig": "^8.3.6",
|
|
5136
|
-
"eslint-config-salesforce-typescript": "^3.3.
|
|
4671
|
+
"eslint-config-salesforce-typescript": "^3.3.1",
|
|
5137
4672
|
"husky": "^7.0.4",
|
|
5138
|
-
"linkinator": "^6.
|
|
5139
|
-
"mocha": "^10.
|
|
4673
|
+
"linkinator": "^6.1.1",
|
|
4674
|
+
"mocha": "^10.7.0",
|
|
5140
4675
|
"nyc": "^15.1.0",
|
|
5141
4676
|
"prettier": "^2.8.8",
|
|
5142
4677
|
"pretty-quick": "^3.3.1",
|
|
@@ -5144,10 +4679,10 @@
|
|
|
5144
4679
|
"sinon": "10.0.0",
|
|
5145
4680
|
"source-map-support": "^0.5.21",
|
|
5146
4681
|
"ts-node": "^10.9.2",
|
|
5147
|
-
"typedoc": "^0.
|
|
4682
|
+
"typedoc": "^0.26.5",
|
|
5148
4683
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
5149
4684
|
"typescript": "^5.4.3",
|
|
5150
|
-
"wireit": "^0.14.
|
|
4685
|
+
"wireit": "^0.14.5"
|
|
5151
4686
|
},
|
|
5152
4687
|
"bin": {
|
|
5153
4688
|
"sf-clean": "bin/sf-clean.js",
|
|
@@ -5157,9 +4692,9 @@
|
|
|
5157
4692
|
}
|
|
5158
4693
|
},
|
|
5159
4694
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
5160
|
-
"version": "18.19.
|
|
5161
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
5162
|
-
"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==",
|
|
5163
4698
|
"dev": true,
|
|
5164
4699
|
"license": "MIT",
|
|
5165
4700
|
"dependencies": {
|
|
@@ -5293,22 +4828,22 @@
|
|
|
5293
4828
|
"license": "ISC"
|
|
5294
4829
|
},
|
|
5295
4830
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5296
|
-
"version": "11.1
|
|
5297
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
|
5298
|
-
"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==",
|
|
5299
4834
|
"license": "BSD-3-Clause",
|
|
5300
4835
|
"dependencies": {
|
|
5301
|
-
"@inquirer/confirm": "^3.1.
|
|
4836
|
+
"@inquirer/confirm": "^3.1.16",
|
|
5302
4837
|
"@inquirer/password": "^2.1.14",
|
|
5303
|
-
"@oclif/core": "^4.0.
|
|
4838
|
+
"@oclif/core": "^4.0.12",
|
|
5304
4839
|
"@salesforce/core": "^8.1.1",
|
|
5305
4840
|
"@salesforce/kit": "^3.1.6",
|
|
5306
4841
|
"@salesforce/ts-types": "^2.0.10",
|
|
5307
|
-
"ansis": "^3.2.
|
|
4842
|
+
"ansis": "^3.2.1",
|
|
5308
4843
|
"cli-progress": "^3.12.0",
|
|
5309
4844
|
"natural-orderby": "^3.0.2",
|
|
5310
4845
|
"slice-ansi": "^7.1.0",
|
|
5311
|
-
"string-width": "^7.
|
|
4846
|
+
"string-width": "^7.2.0",
|
|
5312
4847
|
"terminal-link": "^3.0.0"
|
|
5313
4848
|
},
|
|
5314
4849
|
"engines": {
|
|
@@ -5327,16 +4862,10 @@
|
|
|
5327
4862
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5328
4863
|
}
|
|
5329
4864
|
},
|
|
5330
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
5331
|
-
"version": "10.3.0",
|
|
5332
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5333
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5334
|
-
"license": "MIT"
|
|
5335
|
-
},
|
|
5336
4865
|
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
5337
|
-
"version": "7.
|
|
5338
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.
|
|
5339
|
-
"integrity": "sha512-
|
|
4866
|
+
"version": "7.2.0",
|
|
4867
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4868
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5340
4869
|
"license": "MIT",
|
|
5341
4870
|
"dependencies": {
|
|
5342
4871
|
"emoji-regex": "^10.3.0",
|
|
@@ -5366,12 +4895,12 @@
|
|
|
5366
4895
|
}
|
|
5367
4896
|
},
|
|
5368
4897
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5369
|
-
"version": "12.1.
|
|
5370
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.
|
|
5371
|
-
"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==",
|
|
5372
4901
|
"license": "BSD-3-Clause",
|
|
5373
4902
|
"dependencies": {
|
|
5374
|
-
"@salesforce/core": "^8.1
|
|
4903
|
+
"@salesforce/core": "^8.2.1",
|
|
5375
4904
|
"@salesforce/kit": "^3.1.6",
|
|
5376
4905
|
"@salesforce/ts-types": "^2.0.10",
|
|
5377
4906
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -5517,19 +5046,19 @@
|
|
|
5517
5046
|
}
|
|
5518
5047
|
},
|
|
5519
5048
|
"node_modules/@salesforce/source-tracking": {
|
|
5520
|
-
"version": "7.0
|
|
5521
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.0.
|
|
5522
|
-
"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==",
|
|
5523
5052
|
"license": "BSD-3-Clause",
|
|
5524
5053
|
"dependencies": {
|
|
5525
|
-
"@oclif/core": "^4.0.
|
|
5526
|
-
"@salesforce/core": "^8.
|
|
5054
|
+
"@oclif/core": "^4.0.14",
|
|
5055
|
+
"@salesforce/core": "^8.2.3",
|
|
5527
5056
|
"@salesforce/kit": "^3.1.6",
|
|
5528
|
-
"@salesforce/source-deploy-retrieve": "^12.1.
|
|
5057
|
+
"@salesforce/source-deploy-retrieve": "^12.1.8",
|
|
5529
5058
|
"@salesforce/ts-types": "^2.0.10",
|
|
5530
5059
|
"fast-xml-parser": "^4.4.0",
|
|
5531
5060
|
"graceful-fs": "^4.2.11",
|
|
5532
|
-
"isomorphic-git": "^1.27.
|
|
5061
|
+
"isomorphic-git": "^1.27.1",
|
|
5533
5062
|
"ts-retry-promise": "^0.8.1"
|
|
5534
5063
|
},
|
|
5535
5064
|
"engines": {
|
|
@@ -5606,6 +5135,16 @@
|
|
|
5606
5135
|
"node": ">=18.0.0"
|
|
5607
5136
|
}
|
|
5608
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
|
+
},
|
|
5609
5148
|
"node_modules/@sideway/address": {
|
|
5610
5149
|
"version": "4.1.5",
|
|
5611
5150
|
"resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz",
|
|
@@ -6653,11 +6192,22 @@
|
|
|
6653
6192
|
"version": "3.11.5",
|
|
6654
6193
|
"resolved": "https://registry.npmjs.org/@types/cli-progress/-/cli-progress-3.11.5.tgz",
|
|
6655
6194
|
"integrity": "sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==",
|
|
6195
|
+
"dev": true,
|
|
6656
6196
|
"license": "MIT",
|
|
6657
6197
|
"dependencies": {
|
|
6658
6198
|
"@types/node": "*"
|
|
6659
6199
|
}
|
|
6660
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
|
+
},
|
|
6661
6211
|
"node_modules/@types/http-cache-semantics": {
|
|
6662
6212
|
"version": "4.0.4",
|
|
6663
6213
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
|
|
@@ -6702,9 +6252,9 @@
|
|
|
6702
6252
|
"license": "MIT"
|
|
6703
6253
|
},
|
|
6704
6254
|
"node_modules/@types/mocha": {
|
|
6705
|
-
"version": "10.0.
|
|
6706
|
-
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.
|
|
6707
|
-
"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==",
|
|
6708
6258
|
"dev": true,
|
|
6709
6259
|
"license": "MIT"
|
|
6710
6260
|
},
|
|
@@ -6718,9 +6268,9 @@
|
|
|
6718
6268
|
}
|
|
6719
6269
|
},
|
|
6720
6270
|
"node_modules/@types/node": {
|
|
6721
|
-
"version": "20.14.
|
|
6722
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
6723
|
-
"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==",
|
|
6724
6274
|
"license": "MIT",
|
|
6725
6275
|
"dependencies": {
|
|
6726
6276
|
"undici-types": "~5.26.4"
|
|
@@ -6766,6 +6316,13 @@
|
|
|
6766
6316
|
"dev": true,
|
|
6767
6317
|
"license": "MIT"
|
|
6768
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
|
+
},
|
|
6769
6326
|
"node_modules/@types/wrap-ansi": {
|
|
6770
6327
|
"version": "3.0.0",
|
|
6771
6328
|
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
@@ -7115,10 +6672,9 @@
|
|
|
7115
6672
|
"license": "MIT"
|
|
7116
6673
|
},
|
|
7117
6674
|
"node_modules/ansi-colors": {
|
|
7118
|
-
"version": "4.1.
|
|
7119
|
-
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.
|
|
7120
|
-
"integrity": "sha512
|
|
7121
|
-
"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==",
|
|
7122
6678
|
"license": "MIT",
|
|
7123
6679
|
"engines": {
|
|
7124
6680
|
"node": ">=6"
|
|
@@ -7160,13 +6716,6 @@
|
|
|
7160
6716
|
"node": ">=8"
|
|
7161
6717
|
}
|
|
7162
6718
|
},
|
|
7163
|
-
"node_modules/ansi-sequence-parser": {
|
|
7164
|
-
"version": "1.1.1",
|
|
7165
|
-
"resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz",
|
|
7166
|
-
"integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==",
|
|
7167
|
-
"dev": true,
|
|
7168
|
-
"license": "MIT"
|
|
7169
|
-
},
|
|
7170
6719
|
"node_modules/ansi-styles": {
|
|
7171
6720
|
"version": "4.3.0",
|
|
7172
6721
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -7186,12 +6735,13 @@
|
|
|
7186
6735
|
"version": "0.3.2",
|
|
7187
6736
|
"resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
|
|
7188
6737
|
"integrity": "sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==",
|
|
6738
|
+
"dev": true,
|
|
7189
6739
|
"license": "MIT"
|
|
7190
6740
|
},
|
|
7191
6741
|
"node_modules/ansis": {
|
|
7192
|
-
"version": "3.2
|
|
7193
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-3.2.
|
|
7194
|
-
"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==",
|
|
7195
6745
|
"license": "ISC",
|
|
7196
6746
|
"engines": {
|
|
7197
6747
|
"node": ">=15"
|
|
@@ -7464,6 +7014,7 @@
|
|
|
7464
7014
|
"version": "2.0.0",
|
|
7465
7015
|
"resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
|
|
7466
7016
|
"integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==",
|
|
7017
|
+
"dev": true,
|
|
7467
7018
|
"license": "MIT",
|
|
7468
7019
|
"engines": {
|
|
7469
7020
|
"node": ">=8"
|
|
@@ -8096,6 +7647,7 @@
|
|
|
8096
7647
|
"version": "2.1.1",
|
|
8097
7648
|
"resolved": "https://registry.npmjs.org/cardinal/-/cardinal-2.1.1.tgz",
|
|
8098
7649
|
"integrity": "sha512-JSr5eOgoEymtYHBjNWyjrMqet9Am2miJhlfKNdqLp6zoeAh0KN5dRAcxlecj5mAJrmQomgiOBj35xHLrFjqBpw==",
|
|
7650
|
+
"dev": true,
|
|
8099
7651
|
"license": "MIT",
|
|
8100
7652
|
"dependencies": {
|
|
8101
7653
|
"ansicolors": "~0.3.2",
|
|
@@ -8249,16 +7801,10 @@
|
|
|
8249
7801
|
}
|
|
8250
7802
|
},
|
|
8251
7803
|
"node_modules/chokidar": {
|
|
8252
|
-
"version": "3.
|
|
8253
|
-
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.
|
|
8254
|
-
"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==",
|
|
8255
7807
|
"dev": true,
|
|
8256
|
-
"funding": [
|
|
8257
|
-
{
|
|
8258
|
-
"type": "individual",
|
|
8259
|
-
"url": "https://paulmillr.com/funding/"
|
|
8260
|
-
}
|
|
8261
|
-
],
|
|
8262
7808
|
"license": "MIT",
|
|
8263
7809
|
"dependencies": {
|
|
8264
7810
|
"anymatch": "~3.1.2",
|
|
@@ -8272,6 +7818,9 @@
|
|
|
8272
7818
|
"engines": {
|
|
8273
7819
|
"node": ">= 8.10.0"
|
|
8274
7820
|
},
|
|
7821
|
+
"funding": {
|
|
7822
|
+
"url": "https://paulmillr.com/funding/"
|
|
7823
|
+
},
|
|
8275
7824
|
"optionalDependencies": {
|
|
8276
7825
|
"fsevents": "~2.3.2"
|
|
8277
7826
|
}
|
|
@@ -8472,12 +8021,6 @@
|
|
|
8472
8021
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8473
8022
|
}
|
|
8474
8023
|
},
|
|
8475
|
-
"node_modules/cli-truncate/node_modules/emoji-regex": {
|
|
8476
|
-
"version": "10.3.0",
|
|
8477
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
8478
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
8479
|
-
"license": "MIT"
|
|
8480
|
-
},
|
|
8481
8024
|
"node_modules/cli-truncate/node_modules/is-fullwidth-code-point": {
|
|
8482
8025
|
"version": "4.0.0",
|
|
8483
8026
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
@@ -8600,6 +8143,7 @@
|
|
|
8600
8143
|
"version": "4.2.3",
|
|
8601
8144
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
8602
8145
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
8146
|
+
"dev": true,
|
|
8603
8147
|
"license": "MIT",
|
|
8604
8148
|
"dependencies": {
|
|
8605
8149
|
"color-convert": "^2.0.1",
|
|
@@ -8631,6 +8175,7 @@
|
|
|
8631
8175
|
"version": "1.9.1",
|
|
8632
8176
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
8633
8177
|
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
8178
|
+
"dev": true,
|
|
8634
8179
|
"license": "MIT",
|
|
8635
8180
|
"dependencies": {
|
|
8636
8181
|
"color-name": "^1.0.0",
|
|
@@ -8832,6 +8377,7 @@
|
|
|
8832
8377
|
"version": "7.0.3",
|
|
8833
8378
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
8834
8379
|
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
8380
|
+
"dev": true,
|
|
8835
8381
|
"license": "MIT",
|
|
8836
8382
|
"dependencies": {
|
|
8837
8383
|
"path-key": "^3.1.0",
|
|
@@ -9159,16 +8705,16 @@
|
|
|
9159
8705
|
}
|
|
9160
8706
|
},
|
|
9161
8707
|
"node_modules/doctrine": {
|
|
9162
|
-
"version": "
|
|
9163
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
|
9164
|
-
"integrity": "sha512-
|
|
8708
|
+
"version": "3.0.0",
|
|
8709
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
8710
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
9165
8711
|
"dev": true,
|
|
9166
8712
|
"license": "Apache-2.0",
|
|
9167
8713
|
"dependencies": {
|
|
9168
8714
|
"esutils": "^2.0.2"
|
|
9169
8715
|
},
|
|
9170
8716
|
"engines": {
|
|
9171
|
-
"node": ">=0.
|
|
8717
|
+
"node": ">=6.0.0"
|
|
9172
8718
|
}
|
|
9173
8719
|
},
|
|
9174
8720
|
"node_modules/dom-serializer": {
|
|
@@ -9288,9 +8834,9 @@
|
|
|
9288
8834
|
"license": "ISC"
|
|
9289
8835
|
},
|
|
9290
8836
|
"node_modules/emoji-regex": {
|
|
9291
|
-
"version": "
|
|
9292
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-
|
|
9293
|
-
"integrity": "sha512-
|
|
8837
|
+
"version": "10.3.0",
|
|
8838
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
8839
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
9294
8840
|
"license": "MIT"
|
|
9295
8841
|
},
|
|
9296
8842
|
"node_modules/emojilib": {
|
|
@@ -9321,15 +8867,6 @@
|
|
|
9321
8867
|
"node": ">=8.6"
|
|
9322
8868
|
}
|
|
9323
8869
|
},
|
|
9324
|
-
"node_modules/enquirer/node_modules/ansi-colors": {
|
|
9325
|
-
"version": "4.1.3",
|
|
9326
|
-
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
|
|
9327
|
-
"integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
|
|
9328
|
-
"license": "MIT",
|
|
9329
|
-
"engines": {
|
|
9330
|
-
"node": ">=6"
|
|
9331
|
-
}
|
|
9332
|
-
},
|
|
9333
8870
|
"node_modules/entities": {
|
|
9334
8871
|
"version": "4.5.0",
|
|
9335
8872
|
"resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
|
|
@@ -9633,9 +9170,9 @@
|
|
|
9633
9170
|
"license": "BSD-3-Clause"
|
|
9634
9171
|
},
|
|
9635
9172
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
9636
|
-
"version": "3.
|
|
9637
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
|
9638
|
-
"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==",
|
|
9639
9176
|
"dev": true,
|
|
9640
9177
|
"license": "BSD-3-Clause",
|
|
9641
9178
|
"dependencies": {
|
|
@@ -9753,6 +9290,19 @@
|
|
|
9753
9290
|
"ms": "^2.1.1"
|
|
9754
9291
|
}
|
|
9755
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
|
+
},
|
|
9756
9306
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
9757
9307
|
"version": "6.3.1",
|
|
9758
9308
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -9805,42 +9355,173 @@
|
|
|
9805
9355
|
"dev": true,
|
|
9806
9356
|
"license": "MIT",
|
|
9807
9357
|
"dependencies": {
|
|
9808
|
-
"prettier-linter-helpers": "^1.0.0",
|
|
9809
|
-
"synckit": "^0.9.1"
|
|
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"
|
|
9478
|
+
}
|
|
9479
|
+
},
|
|
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==",
|
|
9484
|
+
"dev": true,
|
|
9485
|
+
"license": "MIT",
|
|
9486
|
+
"dependencies": {
|
|
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"
|
|
9496
|
+
}
|
|
9497
|
+
},
|
|
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==",
|
|
9502
|
+
"dev": true,
|
|
9503
|
+
"license": "ISC",
|
|
9504
|
+
"dependencies": {
|
|
9505
|
+
"brace-expansion": "^2.0.1"
|
|
9810
9506
|
},
|
|
9811
9507
|
"engines": {
|
|
9812
|
-
"node": "
|
|
9508
|
+
"node": ">=16 || 14 >=14.17"
|
|
9813
9509
|
},
|
|
9814
9510
|
"funding": {
|
|
9815
|
-
"url": "https://
|
|
9816
|
-
},
|
|
9817
|
-
"peerDependencies": {
|
|
9818
|
-
"@types/eslint": ">=8.0.0",
|
|
9819
|
-
"eslint": ">=8.0.0",
|
|
9820
|
-
"eslint-config-prettier": "*",
|
|
9821
|
-
"prettier": ">=3.0.0"
|
|
9822
|
-
},
|
|
9823
|
-
"peerDependenciesMeta": {
|
|
9824
|
-
"@types/eslint": {
|
|
9825
|
-
"optional": true
|
|
9826
|
-
},
|
|
9827
|
-
"eslint-config-prettier": {
|
|
9828
|
-
"optional": true
|
|
9829
|
-
}
|
|
9511
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
9830
9512
|
}
|
|
9831
9513
|
},
|
|
9832
|
-
"node_modules/eslint-plugin-sf-plugin": {
|
|
9833
|
-
"version": "1.
|
|
9834
|
-
"resolved": "https://registry.npmjs.org/
|
|
9835
|
-
"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==",
|
|
9836
9518
|
"dev": true,
|
|
9837
|
-
"license": "
|
|
9838
|
-
"dependencies": {
|
|
9839
|
-
"@salesforce/core": "^8.1.1",
|
|
9840
|
-
"@typescript-eslint/utils": "^6.17.0"
|
|
9841
|
-
},
|
|
9519
|
+
"license": "MIT",
|
|
9842
9520
|
"engines": {
|
|
9843
|
-
"node": ">=
|
|
9521
|
+
"node": ">=16"
|
|
9522
|
+
},
|
|
9523
|
+
"peerDependencies": {
|
|
9524
|
+
"typescript": ">=4.2.0"
|
|
9844
9525
|
}
|
|
9845
9526
|
},
|
|
9846
9527
|
"node_modules/eslint-plugin-unicorn": {
|
|
@@ -9923,19 +9604,6 @@
|
|
|
9923
9604
|
"url": "https://opencollective.com/eslint"
|
|
9924
9605
|
}
|
|
9925
9606
|
},
|
|
9926
|
-
"node_modules/eslint/node_modules/doctrine": {
|
|
9927
|
-
"version": "3.0.0",
|
|
9928
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
9929
|
-
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
|
9930
|
-
"dev": true,
|
|
9931
|
-
"license": "Apache-2.0",
|
|
9932
|
-
"dependencies": {
|
|
9933
|
-
"esutils": "^2.0.2"
|
|
9934
|
-
},
|
|
9935
|
-
"engines": {
|
|
9936
|
-
"node": ">=6.0.0"
|
|
9937
|
-
}
|
|
9938
|
-
},
|
|
9939
9607
|
"node_modules/eslint/node_modules/find-up": {
|
|
9940
9608
|
"version": "5.0.0",
|
|
9941
9609
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -11282,6 +10950,7 @@
|
|
|
11282
10950
|
"version": "1.0.0",
|
|
11283
10951
|
"resolved": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz",
|
|
11284
10952
|
"integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ==",
|
|
10953
|
+
"dev": true,
|
|
11285
10954
|
"license": "MIT",
|
|
11286
10955
|
"engines": {
|
|
11287
10956
|
"node": ">=4"
|
|
@@ -11890,6 +11559,7 @@
|
|
|
11890
11559
|
"version": "2.0.0",
|
|
11891
11560
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
11892
11561
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
11562
|
+
"dev": true,
|
|
11893
11563
|
"license": "ISC"
|
|
11894
11564
|
},
|
|
11895
11565
|
"node_modules/isomorphic-git": {
|
|
@@ -12489,10 +12159,20 @@
|
|
|
12489
12159
|
"dev": true,
|
|
12490
12160
|
"license": "MIT"
|
|
12491
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
|
+
},
|
|
12492
12172
|
"node_modules/linkinator": {
|
|
12493
|
-
"version": "6.
|
|
12494
|
-
"resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.
|
|
12495
|
-
"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==",
|
|
12496
12176
|
"dev": true,
|
|
12497
12177
|
"license": "MIT",
|
|
12498
12178
|
"dependencies": {
|
|
@@ -12501,7 +12181,7 @@
|
|
|
12501
12181
|
"gaxios": "^6.0.0",
|
|
12502
12182
|
"glob": "^10.3.10",
|
|
12503
12183
|
"htmlparser2": "^9.0.0",
|
|
12504
|
-
"marked": "^
|
|
12184
|
+
"marked": "^13.0.0",
|
|
12505
12185
|
"meow": "^13.0.0",
|
|
12506
12186
|
"mime": "^4.0.0",
|
|
12507
12187
|
"server-destroy": "^1.0.1",
|
|
@@ -12550,6 +12230,19 @@
|
|
|
12550
12230
|
"url": "https://github.com/sponsors/isaacs"
|
|
12551
12231
|
}
|
|
12552
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
|
+
},
|
|
12553
12246
|
"node_modules/linkinator/node_modules/meow": {
|
|
12554
12247
|
"version": "13.2.0",
|
|
12555
12248
|
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
|
|
@@ -12636,12 +12329,6 @@
|
|
|
12636
12329
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
12637
12330
|
}
|
|
12638
12331
|
},
|
|
12639
|
-
"node_modules/listr2/node_modules/emoji-regex": {
|
|
12640
|
-
"version": "10.3.0",
|
|
12641
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
12642
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
12643
|
-
"license": "MIT"
|
|
12644
|
-
},
|
|
12645
12332
|
"node_modules/listr2/node_modules/string-width": {
|
|
12646
12333
|
"version": "7.1.0",
|
|
12647
12334
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -12904,12 +12591,6 @@
|
|
|
12904
12591
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
12905
12592
|
}
|
|
12906
12593
|
},
|
|
12907
|
-
"node_modules/log-update/node_modules/emoji-regex": {
|
|
12908
|
-
"version": "10.3.0",
|
|
12909
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
12910
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
12911
|
-
"license": "MIT"
|
|
12912
|
-
},
|
|
12913
12594
|
"node_modules/log-update/node_modules/string-width": {
|
|
12914
12595
|
"version": "7.1.0",
|
|
12915
12596
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz",
|
|
@@ -13066,6 +12747,24 @@
|
|
|
13066
12747
|
"node": ">=0.10.0"
|
|
13067
12748
|
}
|
|
13068
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
|
+
},
|
|
13069
12768
|
"node_modules/marked": {
|
|
13070
12769
|
"version": "12.0.2",
|
|
13071
12770
|
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
|
|
@@ -13138,6 +12837,13 @@
|
|
|
13138
12837
|
"node": ">=14.18"
|
|
13139
12838
|
}
|
|
13140
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
|
+
},
|
|
13141
12847
|
"node_modules/meow": {
|
|
13142
12848
|
"version": "8.1.2",
|
|
13143
12849
|
"resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
|
|
@@ -13336,32 +13042,32 @@
|
|
|
13336
13042
|
}
|
|
13337
13043
|
},
|
|
13338
13044
|
"node_modules/mocha": {
|
|
13339
|
-
"version": "10.
|
|
13340
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.
|
|
13341
|
-
"integrity": "sha512-
|
|
13342
|
-
"dev": true,
|
|
13343
|
-
"license": "MIT",
|
|
13344
|
-
"dependencies": {
|
|
13345
|
-
"ansi-colors": "4.1.
|
|
13346
|
-
"browser-stdout": "1.3.1",
|
|
13347
|
-
"chokidar": "3.5.3",
|
|
13348
|
-
"debug": "4.3.
|
|
13349
|
-
"diff": "5.
|
|
13350
|
-
"escape-string-regexp": "4.0.0",
|
|
13351
|
-
"find-up": "5.0.0",
|
|
13352
|
-
"glob": "8.1.0",
|
|
13353
|
-
"he": "1.2.0",
|
|
13354
|
-
"js-yaml": "4.1.0",
|
|
13355
|
-
"log-symbols": "4.1.0",
|
|
13356
|
-
"minimatch": "5.
|
|
13357
|
-
"ms": "2.1.3",
|
|
13358
|
-
"serialize-javascript": "6.0.
|
|
13359
|
-
"strip-json-comments": "3.1.1",
|
|
13360
|
-
"supports-color": "8.1.1",
|
|
13361
|
-
"workerpool": "6.
|
|
13362
|
-
"yargs": "16.2.0",
|
|
13363
|
-
"yargs-parser": "20.2.
|
|
13364
|
-
"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"
|
|
13365
13071
|
},
|
|
13366
13072
|
"bin": {
|
|
13367
13073
|
"_mocha": "bin/_mocha",
|
|
@@ -13371,35 +13077,10 @@
|
|
|
13371
13077
|
"node": ">= 14.0.0"
|
|
13372
13078
|
}
|
|
13373
13079
|
},
|
|
13374
|
-
"node_modules/mocha/node_modules/debug": {
|
|
13375
|
-
"version": "4.3.4",
|
|
13376
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
13377
|
-
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
13378
|
-
"dev": true,
|
|
13379
|
-
"license": "MIT",
|
|
13380
|
-
"dependencies": {
|
|
13381
|
-
"ms": "2.1.2"
|
|
13382
|
-
},
|
|
13383
|
-
"engines": {
|
|
13384
|
-
"node": ">=6.0"
|
|
13385
|
-
},
|
|
13386
|
-
"peerDependenciesMeta": {
|
|
13387
|
-
"supports-color": {
|
|
13388
|
-
"optional": true
|
|
13389
|
-
}
|
|
13390
|
-
}
|
|
13391
|
-
},
|
|
13392
|
-
"node_modules/mocha/node_modules/debug/node_modules/ms": {
|
|
13393
|
-
"version": "2.1.2",
|
|
13394
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
13395
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
13396
|
-
"dev": true,
|
|
13397
|
-
"license": "MIT"
|
|
13398
|
-
},
|
|
13399
13080
|
"node_modules/mocha/node_modules/diff": {
|
|
13400
|
-
"version": "5.
|
|
13401
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.
|
|
13402
|
-
"integrity": "sha512
|
|
13081
|
+
"version": "5.2.0",
|
|
13082
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
13083
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
13403
13084
|
"dev": true,
|
|
13404
13085
|
"license": "BSD-3-Clause",
|
|
13405
13086
|
"engines": {
|
|
@@ -13443,19 +13124,6 @@
|
|
|
13443
13124
|
"url": "https://github.com/sponsors/isaacs"
|
|
13444
13125
|
}
|
|
13445
13126
|
},
|
|
13446
|
-
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
|
13447
|
-
"version": "5.1.6",
|
|
13448
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
13449
|
-
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
13450
|
-
"dev": true,
|
|
13451
|
-
"license": "ISC",
|
|
13452
|
-
"dependencies": {
|
|
13453
|
-
"brace-expansion": "^2.0.1"
|
|
13454
|
-
},
|
|
13455
|
-
"engines": {
|
|
13456
|
-
"node": ">=10"
|
|
13457
|
-
}
|
|
13458
|
-
},
|
|
13459
13127
|
"node_modules/mocha/node_modules/locate-path": {
|
|
13460
13128
|
"version": "6.0.0",
|
|
13461
13129
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -13473,9 +13141,9 @@
|
|
|
13473
13141
|
}
|
|
13474
13142
|
},
|
|
13475
13143
|
"node_modules/mocha/node_modules/minimatch": {
|
|
13476
|
-
"version": "5.
|
|
13477
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.
|
|
13478
|
-
"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==",
|
|
13479
13147
|
"dev": true,
|
|
13480
13148
|
"license": "ISC",
|
|
13481
13149
|
"dependencies": {
|
|
@@ -13533,16 +13201,6 @@
|
|
|
13533
13201
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
13534
13202
|
}
|
|
13535
13203
|
},
|
|
13536
|
-
"node_modules/mocha/node_modules/yargs-parser": {
|
|
13537
|
-
"version": "20.2.4",
|
|
13538
|
-
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
|
|
13539
|
-
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
|
|
13540
|
-
"dev": true,
|
|
13541
|
-
"license": "ISC",
|
|
13542
|
-
"engines": {
|
|
13543
|
-
"node": ">=10"
|
|
13544
|
-
}
|
|
13545
|
-
},
|
|
13546
13204
|
"node_modules/mri": {
|
|
13547
13205
|
"version": "1.2.0",
|
|
13548
13206
|
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
|
|
@@ -13981,6 +13639,7 @@
|
|
|
13981
13639
|
"version": "1.1.33",
|
|
13982
13640
|
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz",
|
|
13983
13641
|
"integrity": "sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==",
|
|
13642
|
+
"dev": true,
|
|
13984
13643
|
"license": "MIT",
|
|
13985
13644
|
"engines": {
|
|
13986
13645
|
"node": ">= 10"
|
|
@@ -14056,15 +13715,15 @@
|
|
|
14056
13715
|
}
|
|
14057
13716
|
},
|
|
14058
13717
|
"node_modules/oclif": {
|
|
14059
|
-
"version": "4.14.
|
|
14060
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
14061
|
-
"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==",
|
|
14062
13721
|
"dev": true,
|
|
14063
13722
|
"license": "MIT",
|
|
14064
13723
|
"dependencies": {
|
|
14065
13724
|
"@aws-sdk/client-cloudfront": "^3.609.0",
|
|
14066
13725
|
"@aws-sdk/client-s3": "^3.614.0",
|
|
14067
|
-
"@inquirer/confirm": "^3.1.
|
|
13726
|
+
"@inquirer/confirm": "^3.1.16",
|
|
14068
13727
|
"@inquirer/input": "^2.2.1",
|
|
14069
13728
|
"@inquirer/select": "^2.3.10",
|
|
14070
13729
|
"@oclif/core": "^4",
|
|
@@ -14440,6 +14099,7 @@
|
|
|
14440
14099
|
"version": "1.1.3",
|
|
14441
14100
|
"resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.3.tgz",
|
|
14442
14101
|
"integrity": "sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==",
|
|
14102
|
+
"dev": true,
|
|
14443
14103
|
"license": "0BSD",
|
|
14444
14104
|
"dependencies": {
|
|
14445
14105
|
"ansi-escapes": "^4.3.2",
|
|
@@ -14540,6 +14200,7 @@
|
|
|
14540
14200
|
"version": "3.1.1",
|
|
14541
14201
|
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
14542
14202
|
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
14203
|
+
"dev": true,
|
|
14543
14204
|
"license": "MIT",
|
|
14544
14205
|
"engines": {
|
|
14545
14206
|
"node": ">=8"
|
|
@@ -14751,15 +14412,6 @@
|
|
|
14751
14412
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14752
14413
|
}
|
|
14753
14414
|
},
|
|
14754
|
-
"node_modules/pino-pretty/node_modules/sonic-boom": {
|
|
14755
|
-
"version": "4.0.1",
|
|
14756
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
|
|
14757
|
-
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==",
|
|
14758
|
-
"license": "MIT",
|
|
14759
|
-
"dependencies": {
|
|
14760
|
-
"atomic-sleep": "^1.0.0"
|
|
14761
|
-
}
|
|
14762
|
-
},
|
|
14763
14415
|
"node_modules/pino-pretty/node_modules/split2": {
|
|
14764
14416
|
"version": "4.2.0",
|
|
14765
14417
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -14775,15 +14427,6 @@
|
|
|
14775
14427
|
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
|
|
14776
14428
|
"license": "MIT"
|
|
14777
14429
|
},
|
|
14778
|
-
"node_modules/pino/node_modules/sonic-boom": {
|
|
14779
|
-
"version": "4.0.1",
|
|
14780
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.0.1.tgz",
|
|
14781
|
-
"integrity": "sha512-hTSD/6JMLyT4r9zeof6UtuBDpjJ9sO08/nmS5djaA9eozT9oOlNdpXSnzcgj4FTqpk3nkLrs61l4gip9r1HCrQ==",
|
|
14782
|
-
"license": "MIT",
|
|
14783
|
-
"dependencies": {
|
|
14784
|
-
"atomic-sleep": "^1.0.0"
|
|
14785
|
-
}
|
|
14786
|
-
},
|
|
14787
14430
|
"node_modules/pinst": {
|
|
14788
14431
|
"version": "3.0.0",
|
|
14789
14432
|
"resolved": "https://registry.npmjs.org/pinst/-/pinst-3.0.0.tgz",
|
|
@@ -14811,13 +14454,13 @@
|
|
|
14811
14454
|
}
|
|
14812
14455
|
},
|
|
14813
14456
|
"node_modules/playwright-chromium": {
|
|
14814
|
-
"version": "1.45.
|
|
14815
|
-
"resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.45.
|
|
14816
|
-
"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==",
|
|
14817
14460
|
"hasInstallScript": true,
|
|
14818
14461
|
"license": "Apache-2.0",
|
|
14819
14462
|
"dependencies": {
|
|
14820
|
-
"playwright-core": "1.45.
|
|
14463
|
+
"playwright-core": "1.45.3"
|
|
14821
14464
|
},
|
|
14822
14465
|
"bin": {
|
|
14823
14466
|
"playwright": "cli.js"
|
|
@@ -14827,9 +14470,9 @@
|
|
|
14827
14470
|
}
|
|
14828
14471
|
},
|
|
14829
14472
|
"node_modules/playwright-core": {
|
|
14830
|
-
"version": "1.45.
|
|
14831
|
-
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.
|
|
14832
|
-
"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==",
|
|
14833
14476
|
"license": "Apache-2.0",
|
|
14834
14477
|
"bin": {
|
|
14835
14478
|
"playwright-core": "cli.js"
|
|
@@ -15142,6 +14785,16 @@
|
|
|
15142
14785
|
"node": ">=6"
|
|
15143
14786
|
}
|
|
15144
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
|
+
},
|
|
15145
14798
|
"node_modules/querystringify": {
|
|
15146
14799
|
"version": "2.2.0",
|
|
15147
14800
|
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
|
|
@@ -15336,6 +14989,7 @@
|
|
|
15336
14989
|
"version": "2.1.1",
|
|
15337
14990
|
"resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz",
|
|
15338
14991
|
"integrity": "sha512-FNpGGo1DycYAdnrKFxCMmKYgo/mILAqtRYbkdQD8Ep/Hk2PQ5+aEAEx+IU713RTDmuBaH0c8P5ZozurNu5ObRQ==",
|
|
14992
|
+
"dev": true,
|
|
15339
14993
|
"license": "MIT",
|
|
15340
14994
|
"dependencies": {
|
|
15341
14995
|
"esprima": "~4.0.0"
|
|
@@ -15715,9 +15369,9 @@
|
|
|
15715
15369
|
}
|
|
15716
15370
|
},
|
|
15717
15371
|
"node_modules/serialize-javascript": {
|
|
15718
|
-
"version": "6.0.
|
|
15719
|
-
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.
|
|
15720
|
-
"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==",
|
|
15721
15375
|
"dev": true,
|
|
15722
15376
|
"license": "BSD-3-Clause",
|
|
15723
15377
|
"dependencies": {
|
|
@@ -15795,6 +15449,7 @@
|
|
|
15795
15449
|
"version": "2.0.0",
|
|
15796
15450
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
15797
15451
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
15452
|
+
"dev": true,
|
|
15798
15453
|
"license": "MIT",
|
|
15799
15454
|
"dependencies": {
|
|
15800
15455
|
"shebang-regex": "^3.0.0"
|
|
@@ -15807,6 +15462,7 @@
|
|
|
15807
15462
|
"version": "3.0.0",
|
|
15808
15463
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
15809
15464
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
15465
|
+
"dev": true,
|
|
15810
15466
|
"license": "MIT",
|
|
15811
15467
|
"engines": {
|
|
15812
15468
|
"node": ">=8"
|
|
@@ -15831,16 +15487,14 @@
|
|
|
15831
15487
|
}
|
|
15832
15488
|
},
|
|
15833
15489
|
"node_modules/shiki": {
|
|
15834
|
-
"version": "
|
|
15835
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-
|
|
15836
|
-
"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==",
|
|
15837
15493
|
"dev": true,
|
|
15838
15494
|
"license": "MIT",
|
|
15839
15495
|
"dependencies": {
|
|
15840
|
-
"
|
|
15841
|
-
"
|
|
15842
|
-
"vscode-oniguruma": "^1.7.0",
|
|
15843
|
-
"vscode-textmate": "^8.0.0"
|
|
15496
|
+
"@shikijs/core": "1.11.2",
|
|
15497
|
+
"@types/hast": "^3.0.4"
|
|
15844
15498
|
}
|
|
15845
15499
|
},
|
|
15846
15500
|
"node_modules/side-channel": {
|
|
@@ -15917,6 +15571,7 @@
|
|
|
15917
15571
|
"version": "0.2.2",
|
|
15918
15572
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
15919
15573
|
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
15574
|
+
"dev": true,
|
|
15920
15575
|
"license": "MIT",
|
|
15921
15576
|
"dependencies": {
|
|
15922
15577
|
"is-arrayish": "^0.3.1"
|
|
@@ -15926,6 +15581,7 @@
|
|
|
15926
15581
|
"version": "0.3.2",
|
|
15927
15582
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
15928
15583
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
|
|
15584
|
+
"dev": true,
|
|
15929
15585
|
"license": "MIT"
|
|
15930
15586
|
},
|
|
15931
15587
|
"node_modules/sinon": {
|
|
@@ -16075,9 +15731,9 @@
|
|
|
16075
15731
|
}
|
|
16076
15732
|
},
|
|
16077
15733
|
"node_modules/sonic-boom": {
|
|
16078
|
-
"version": "
|
|
16079
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-
|
|
16080
|
-
"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==",
|
|
16081
15737
|
"license": "MIT",
|
|
16082
15738
|
"dependencies": {
|
|
16083
15739
|
"atomic-sleep": "^1.0.0"
|
|
@@ -16259,6 +15915,7 @@
|
|
|
16259
15915
|
"version": "1.0.3",
|
|
16260
15916
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
16261
15917
|
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
15918
|
+
"dev": true,
|
|
16262
15919
|
"license": "BSD-3-Clause"
|
|
16263
15920
|
},
|
|
16264
15921
|
"node_modules/srcset": {
|
|
@@ -16313,6 +15970,19 @@
|
|
|
16313
15970
|
"node": ">=8"
|
|
16314
15971
|
}
|
|
16315
15972
|
},
|
|
15973
|
+
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
15974
|
+
"version": "8.0.0",
|
|
15975
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
15976
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
15977
|
+
"dev": true,
|
|
15978
|
+
"license": "MIT"
|
|
15979
|
+
},
|
|
15980
|
+
"node_modules/string-width/node_modules/emoji-regex": {
|
|
15981
|
+
"version": "8.0.0",
|
|
15982
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
15983
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
15984
|
+
"license": "MIT"
|
|
15985
|
+
},
|
|
16316
15986
|
"node_modules/string.prototype.trim": {
|
|
16317
15987
|
"version": "1.2.8",
|
|
16318
15988
|
"resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz",
|
|
@@ -17021,25 +16691,26 @@
|
|
|
17021
16691
|
}
|
|
17022
16692
|
},
|
|
17023
16693
|
"node_modules/typedoc": {
|
|
17024
|
-
"version": "0.
|
|
17025
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.
|
|
17026
|
-
"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==",
|
|
17027
16697
|
"dev": true,
|
|
17028
16698
|
"license": "Apache-2.0",
|
|
17029
16699
|
"dependencies": {
|
|
17030
16700
|
"lunr": "^2.3.9",
|
|
17031
|
-
"
|
|
17032
|
-
"minimatch": "^9.0.
|
|
17033
|
-
"shiki": "^
|
|
16701
|
+
"markdown-it": "^14.1.0",
|
|
16702
|
+
"minimatch": "^9.0.5",
|
|
16703
|
+
"shiki": "^1.9.1",
|
|
16704
|
+
"yaml": "^2.4.5"
|
|
17034
16705
|
},
|
|
17035
16706
|
"bin": {
|
|
17036
16707
|
"typedoc": "bin/typedoc"
|
|
17037
16708
|
},
|
|
17038
16709
|
"engines": {
|
|
17039
|
-
"node": ">=
|
|
16710
|
+
"node": ">= 18"
|
|
17040
16711
|
},
|
|
17041
16712
|
"peerDependencies": {
|
|
17042
|
-
"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"
|
|
17043
16714
|
}
|
|
17044
16715
|
},
|
|
17045
16716
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
@@ -17052,23 +16723,10 @@
|
|
|
17052
16723
|
"typedoc": "0.22.x || 0.23.x"
|
|
17053
16724
|
}
|
|
17054
16725
|
},
|
|
17055
|
-
"node_modules/typedoc/node_modules/marked": {
|
|
17056
|
-
"version": "4.3.0",
|
|
17057
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
17058
|
-
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
|
17059
|
-
"dev": true,
|
|
17060
|
-
"license": "MIT",
|
|
17061
|
-
"bin": {
|
|
17062
|
-
"marked": "bin/marked.js"
|
|
17063
|
-
},
|
|
17064
|
-
"engines": {
|
|
17065
|
-
"node": ">= 12"
|
|
17066
|
-
}
|
|
17067
|
-
},
|
|
17068
16726
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
17069
|
-
"version": "9.0.
|
|
17070
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
17071
|
-
"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==",
|
|
17072
16730
|
"dev": true,
|
|
17073
16731
|
"license": "ISC",
|
|
17074
16732
|
"dependencies": {
|
|
@@ -17081,10 +16739,23 @@
|
|
|
17081
16739
|
"url": "https://github.com/sponsors/isaacs"
|
|
17082
16740
|
}
|
|
17083
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
|
+
},
|
|
17084
16755
|
"node_modules/typescript": {
|
|
17085
|
-
"version": "5.5.
|
|
17086
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.
|
|
17087
|
-
"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==",
|
|
17088
16759
|
"dev": true,
|
|
17089
16760
|
"license": "Apache-2.0",
|
|
17090
16761
|
"bin": {
|
|
@@ -17095,6 +16766,13 @@
|
|
|
17095
16766
|
"node": ">=14.17"
|
|
17096
16767
|
}
|
|
17097
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
|
+
},
|
|
17098
16776
|
"node_modules/unbox-primitive": {
|
|
17099
16777
|
"version": "1.0.2",
|
|
17100
16778
|
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
|
|
@@ -17200,6 +16878,7 @@
|
|
|
17200
16878
|
"version": "4.4.1",
|
|
17201
16879
|
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
17202
16880
|
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
16881
|
+
"dev": true,
|
|
17203
16882
|
"license": "BSD-2-Clause",
|
|
17204
16883
|
"dependencies": {
|
|
17205
16884
|
"punycode": "^2.1.0"
|
|
@@ -17278,20 +16957,6 @@
|
|
|
17278
16957
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
17279
16958
|
}
|
|
17280
16959
|
},
|
|
17281
|
-
"node_modules/vscode-oniguruma": {
|
|
17282
|
-
"version": "1.7.0",
|
|
17283
|
-
"resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",
|
|
17284
|
-
"integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==",
|
|
17285
|
-
"dev": true,
|
|
17286
|
-
"license": "MIT"
|
|
17287
|
-
},
|
|
17288
|
-
"node_modules/vscode-textmate": {
|
|
17289
|
-
"version": "8.0.0",
|
|
17290
|
-
"resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz",
|
|
17291
|
-
"integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==",
|
|
17292
|
-
"dev": true,
|
|
17293
|
-
"license": "MIT"
|
|
17294
|
-
},
|
|
17295
16960
|
"node_modules/wait-on": {
|
|
17296
16961
|
"version": "7.2.0",
|
|
17297
16962
|
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-7.2.0.tgz",
|
|
@@ -17354,6 +17019,7 @@
|
|
|
17354
17019
|
"version": "2.0.2",
|
|
17355
17020
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
17356
17021
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
17022
|
+
"dev": true,
|
|
17357
17023
|
"license": "ISC",
|
|
17358
17024
|
"dependencies": {
|
|
17359
17025
|
"isexe": "^2.0.0"
|
|
@@ -17422,9 +17088,9 @@
|
|
|
17422
17088
|
}
|
|
17423
17089
|
},
|
|
17424
17090
|
"node_modules/wireit": {
|
|
17425
|
-
"version": "0.14.
|
|
17426
|
-
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.
|
|
17427
|
-
"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==",
|
|
17428
17094
|
"dev": true,
|
|
17429
17095
|
"license": "Apache-2.0",
|
|
17430
17096
|
"workspaces": [
|
|
@@ -17432,7 +17098,7 @@
|
|
|
17432
17098
|
"website"
|
|
17433
17099
|
],
|
|
17434
17100
|
"dependencies": {
|
|
17435
|
-
"
|
|
17101
|
+
"brace-expansion": "^4.0.0",
|
|
17436
17102
|
"chokidar": "^3.5.3",
|
|
17437
17103
|
"fast-glob": "^3.2.11",
|
|
17438
17104
|
"jsonc-parser": "^3.0.0",
|
|
@@ -17442,32 +17108,30 @@
|
|
|
17442
17108
|
"wireit": "bin/wireit.js"
|
|
17443
17109
|
},
|
|
17444
17110
|
"engines": {
|
|
17445
|
-
"node": ">=
|
|
17111
|
+
"node": ">=18.0.0"
|
|
17446
17112
|
}
|
|
17447
17113
|
},
|
|
17448
|
-
"node_modules/wireit/node_modules/
|
|
17449
|
-
"version": "3.
|
|
17450
|
-
"resolved": "https://registry.npmjs.org/
|
|
17451
|
-
"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==",
|
|
17452
17128
|
"dev": true,
|
|
17453
17129
|
"license": "MIT",
|
|
17454
17130
|
"dependencies": {
|
|
17455
|
-
"
|
|
17456
|
-
"braces": "~3.0.2",
|
|
17457
|
-
"glob-parent": "~5.1.2",
|
|
17458
|
-
"is-binary-path": "~2.1.0",
|
|
17459
|
-
"is-glob": "~4.0.1",
|
|
17460
|
-
"normalize-path": "~3.0.0",
|
|
17461
|
-
"readdirp": "~3.6.0"
|
|
17131
|
+
"balanced-match": "^3.0.0"
|
|
17462
17132
|
},
|
|
17463
17133
|
"engines": {
|
|
17464
|
-
"node": ">=
|
|
17465
|
-
},
|
|
17466
|
-
"funding": {
|
|
17467
|
-
"url": "https://paulmillr.com/funding/"
|
|
17468
|
-
},
|
|
17469
|
-
"optionalDependencies": {
|
|
17470
|
-
"fsevents": "~2.3.2"
|
|
17134
|
+
"node": ">= 18"
|
|
17471
17135
|
}
|
|
17472
17136
|
},
|
|
17473
17137
|
"node_modules/wordwrap": {
|
|
@@ -17477,9 +17141,9 @@
|
|
|
17477
17141
|
"license": "MIT"
|
|
17478
17142
|
},
|
|
17479
17143
|
"node_modules/workerpool": {
|
|
17480
|
-
"version": "6.
|
|
17481
|
-
"resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.
|
|
17482
|
-
"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==",
|
|
17483
17147
|
"dev": true,
|
|
17484
17148
|
"license": "Apache-2.0"
|
|
17485
17149
|
},
|