@salesforce/cli 2.57.3 → 2.57.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +107 -107
- package/npm-shrinkwrap.json +292 -951
- package/oclif.lock +137 -395
- package/oclif.manifest.json +1 -1
- package/package.json +30 -30
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.57.
|
|
3
|
+
"version": "2.57.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.57.
|
|
9
|
+
"version": "2.57.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.19",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
16
|
-
"@oclif/plugin-commands": "4.0.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.2",
|
|
16
|
+
"@oclif/plugin-commands": "4.0.13",
|
|
17
|
+
"@oclif/plugin-help": "6.2.10",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.18",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.6",
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
21
|
-
"@oclif/plugin-update": "4.5.
|
|
20
|
+
"@oclif/plugin-search": "1.2.7",
|
|
21
|
+
"@oclif/plugin-update": "4.5.5",
|
|
22
22
|
"@oclif/plugin-version": "2.2.11",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.13",
|
|
24
|
+
"@oclif/plugin-which": "3.2.12",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.4.
|
|
27
|
+
"@salesforce/plugin-apex": "3.4.5",
|
|
28
28
|
"@salesforce/plugin-api": "1.2.0",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
30
|
-
"@salesforce/plugin-data": "3.6.
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.11.
|
|
32
|
-
"@salesforce/plugin-info": "3.3.
|
|
33
|
-
"@salesforce/plugin-limits": "3.3.
|
|
34
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
35
|
-
"@salesforce/plugin-org": "4.5.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.51",
|
|
30
|
+
"@salesforce/plugin-data": "3.6.3",
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.11.5",
|
|
32
|
+
"@salesforce/plugin-info": "3.3.30",
|
|
33
|
+
"@salesforce/plugin-limits": "3.3.27",
|
|
34
|
+
"@salesforce/plugin-marketplace": "1.2.24",
|
|
35
|
+
"@salesforce/plugin-org": "4.5.4",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.8.0",
|
|
37
|
-
"@salesforce/plugin-schema": "3.3.
|
|
38
|
-
"@salesforce/plugin-settings": "2.3.
|
|
39
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
-
"@salesforce/plugin-source": "3.5.
|
|
37
|
+
"@salesforce/plugin-schema": "3.3.26",
|
|
38
|
+
"@salesforce/plugin-settings": "2.3.15",
|
|
39
|
+
"@salesforce/plugin-sobject": "1.4.32",
|
|
40
|
+
"@salesforce/plugin-source": "3.5.16",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.10",
|
|
42
|
-
"@salesforce/plugin-templates": "56.3.
|
|
43
|
-
"@salesforce/plugin-trust": "3.7.
|
|
44
|
-
"@salesforce/plugin-user": "3.5.
|
|
45
|
-
"@salesforce/sf-plugins-core": "11.3.
|
|
42
|
+
"@salesforce/plugin-templates": "56.3.14",
|
|
43
|
+
"@salesforce/plugin-trust": "3.7.25",
|
|
44
|
+
"@salesforce/plugin-user": "3.5.26",
|
|
45
|
+
"@salesforce/sf-plugins-core": "11.3.6",
|
|
46
46
|
"ansis": "^3.3.0"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@salesforce/ts-sinon": "^1.4.24",
|
|
57
57
|
"@salesforce/ts-types": "^2.0.10",
|
|
58
58
|
"aws-sdk": "^2.1678.0",
|
|
59
|
-
"oclif": "^4.14.
|
|
59
|
+
"oclif": "^4.14.26",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
61
61
|
"typescript": "^5.5.4"
|
|
62
62
|
},
|
|
@@ -74,31 +74,6 @@
|
|
|
74
74
|
"node": ">=0.10.0"
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"node_modules/@alcalzone/ansi-tokenize": {
|
|
78
|
-
"version": "0.1.3",
|
|
79
|
-
"resolved": "https://registry.npmjs.org/@alcalzone/ansi-tokenize/-/ansi-tokenize-0.1.3.tgz",
|
|
80
|
-
"integrity": "sha512-3yWxPTq3UQ/FY9p1ErPxIyfT64elWaMvM9lIHnaqpyft63tkxodF5aUElYHrdisWve5cETkh1+KBw1yJuW0aRw==",
|
|
81
|
-
"license": "MIT",
|
|
82
|
-
"dependencies": {
|
|
83
|
-
"ansi-styles": "^6.2.1",
|
|
84
|
-
"is-fullwidth-code-point": "^4.0.0"
|
|
85
|
-
},
|
|
86
|
-
"engines": {
|
|
87
|
-
"node": ">=14.13.1"
|
|
88
|
-
}
|
|
89
|
-
},
|
|
90
|
-
"node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point": {
|
|
91
|
-
"version": "4.0.0",
|
|
92
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
93
|
-
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
94
|
-
"license": "MIT",
|
|
95
|
-
"engines": {
|
|
96
|
-
"node": ">=12"
|
|
97
|
-
},
|
|
98
|
-
"funding": {
|
|
99
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
77
|
"node_modules/@ampproject/remapping": {
|
|
103
78
|
"version": "2.3.0",
|
|
104
79
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
@@ -1962,22 +1937,6 @@
|
|
|
1962
1937
|
"node": ">=v14"
|
|
1963
1938
|
}
|
|
1964
1939
|
},
|
|
1965
|
-
"node_modules/@commitlint/cli/node_modules/ansi-styles": {
|
|
1966
|
-
"version": "4.3.0",
|
|
1967
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
1968
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
1969
|
-
"dev": true,
|
|
1970
|
-
"license": "MIT",
|
|
1971
|
-
"dependencies": {
|
|
1972
|
-
"color-convert": "^2.0.1"
|
|
1973
|
-
},
|
|
1974
|
-
"engines": {
|
|
1975
|
-
"node": ">=8"
|
|
1976
|
-
},
|
|
1977
|
-
"funding": {
|
|
1978
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
1940
|
"node_modules/@commitlint/cli/node_modules/cliui": {
|
|
1982
1941
|
"version": "8.0.1",
|
|
1983
1942
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
@@ -2827,6 +2786,19 @@
|
|
|
2827
2786
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
2828
2787
|
}
|
|
2829
2788
|
},
|
|
2789
|
+
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
2790
|
+
"version": "6.2.1",
|
|
2791
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
2792
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
2793
|
+
"dev": true,
|
|
2794
|
+
"license": "MIT",
|
|
2795
|
+
"engines": {
|
|
2796
|
+
"node": ">=12"
|
|
2797
|
+
},
|
|
2798
|
+
"funding": {
|
|
2799
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2830
2802
|
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
2831
2803
|
"version": "9.2.2",
|
|
2832
2804
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -3394,21 +3366,6 @@
|
|
|
3394
3366
|
"node": ">=18.0.0"
|
|
3395
3367
|
}
|
|
3396
3368
|
},
|
|
3397
|
-
"node_modules/@oclif/core/node_modules/ansi-styles": {
|
|
3398
|
-
"version": "4.3.0",
|
|
3399
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
3400
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
3401
|
-
"license": "MIT",
|
|
3402
|
-
"dependencies": {
|
|
3403
|
-
"color-convert": "^2.0.1"
|
|
3404
|
-
},
|
|
3405
|
-
"engines": {
|
|
3406
|
-
"node": ">=8"
|
|
3407
|
-
},
|
|
3408
|
-
"funding": {
|
|
3409
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3410
|
-
}
|
|
3411
|
-
},
|
|
3412
3369
|
"node_modules/@oclif/core/node_modules/is-wsl": {
|
|
3413
3370
|
"version": "2.2.0",
|
|
3414
3371
|
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
@@ -3453,55 +3410,10 @@
|
|
|
3453
3410
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3454
3411
|
}
|
|
3455
3412
|
},
|
|
3456
|
-
"node_modules/@oclif/multi-stage-output": {
|
|
3457
|
-
"version": "0.3.1",
|
|
3458
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.3.1.tgz",
|
|
3459
|
-
"integrity": "sha512-CBE8Cesd3Pxd0n+9GUqaml1yHKi93dNGvP5ksS0SnUfkfFVI6AMPWDzFLmMiqNxl1k78+IklKoMygw0rqaZCvA==",
|
|
3460
|
-
"license": "MIT",
|
|
3461
|
-
"dependencies": {
|
|
3462
|
-
"@oclif/core": "^4",
|
|
3463
|
-
"@types/react": "^18.3.3",
|
|
3464
|
-
"change-case": "^5.4.4",
|
|
3465
|
-
"cli-spinners": "^2",
|
|
3466
|
-
"figures": "^6.1.0",
|
|
3467
|
-
"ink": "^5.0.1",
|
|
3468
|
-
"react": "^18.3.1"
|
|
3469
|
-
},
|
|
3470
|
-
"engines": {
|
|
3471
|
-
"node": ">=18.0.0"
|
|
3472
|
-
}
|
|
3473
|
-
},
|
|
3474
|
-
"node_modules/@oclif/multi-stage-output/node_modules/figures": {
|
|
3475
|
-
"version": "6.1.0",
|
|
3476
|
-
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
3477
|
-
"integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
|
|
3478
|
-
"license": "MIT",
|
|
3479
|
-
"dependencies": {
|
|
3480
|
-
"is-unicode-supported": "^2.0.0"
|
|
3481
|
-
},
|
|
3482
|
-
"engines": {
|
|
3483
|
-
"node": ">=18"
|
|
3484
|
-
},
|
|
3485
|
-
"funding": {
|
|
3486
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3487
|
-
}
|
|
3488
|
-
},
|
|
3489
|
-
"node_modules/@oclif/multi-stage-output/node_modules/is-unicode-supported": {
|
|
3490
|
-
"version": "2.0.0",
|
|
3491
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.0.0.tgz",
|
|
3492
|
-
"integrity": "sha512-FRdAyx5lusK1iHG0TWpVtk9+1i+GjrzRffhDg4ovQ7mcidMQ6mj+MhKPmvh7Xwyv5gIS06ns49CA7Sqg7lC22Q==",
|
|
3493
|
-
"license": "MIT",
|
|
3494
|
-
"engines": {
|
|
3495
|
-
"node": ">=18"
|
|
3496
|
-
},
|
|
3497
|
-
"funding": {
|
|
3498
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3499
|
-
}
|
|
3500
|
-
},
|
|
3501
3413
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3502
|
-
"version": "3.2.
|
|
3503
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
3504
|
-
"integrity": "sha512-
|
|
3414
|
+
"version": "3.2.2",
|
|
3415
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.2.tgz",
|
|
3416
|
+
"integrity": "sha512-z4fjUgOiqlp8UFF41lHSJvKArNMyczq18ccvDnvPv7clByS7iy7s/Bj5DqNfGRmJ7IV3T9rbXwEwR+fUdAHnKw==",
|
|
3505
3417
|
"license": "MIT",
|
|
3506
3418
|
"dependencies": {
|
|
3507
3419
|
"@oclif/core": "^4",
|
|
@@ -3582,9 +3494,9 @@
|
|
|
3582
3494
|
}
|
|
3583
3495
|
},
|
|
3584
3496
|
"node_modules/@oclif/plugin-commands": {
|
|
3585
|
-
"version": "4.0.
|
|
3586
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
3587
|
-
"integrity": "sha512-
|
|
3497
|
+
"version": "4.0.13",
|
|
3498
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.13.tgz",
|
|
3499
|
+
"integrity": "sha512-fNnKH5D8hkwjC96zvmFR0tZw7aerhdM9eJioOku8Di2u1rcRofrsxk8FybnV0PSKQL1bDBYjhBBlEEbZ9TbqNA==",
|
|
3588
3500
|
"license": "MIT",
|
|
3589
3501
|
"dependencies": {
|
|
3590
3502
|
"@oclif/core": "^4",
|
|
@@ -3597,9 +3509,9 @@
|
|
|
3597
3509
|
}
|
|
3598
3510
|
},
|
|
3599
3511
|
"node_modules/@oclif/plugin-help": {
|
|
3600
|
-
"version": "6.2.
|
|
3601
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3602
|
-
"integrity": "sha512-
|
|
3512
|
+
"version": "6.2.10",
|
|
3513
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.10.tgz",
|
|
3514
|
+
"integrity": "sha512-Gm5/l/upTtj34StLIjZzhmO3AngqGx20rsbfOqDQ3SrsEnjfujtKgUm+MxXTjl4XfkkWREUN0CwuqLcuftnsOw==",
|
|
3603
3515
|
"license": "MIT",
|
|
3604
3516
|
"dependencies": {
|
|
3605
3517
|
"@oclif/core": "^4"
|
|
@@ -3609,9 +3521,9 @@
|
|
|
3609
3521
|
}
|
|
3610
3522
|
},
|
|
3611
3523
|
"node_modules/@oclif/plugin-not-found": {
|
|
3612
|
-
"version": "3.2.
|
|
3613
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3614
|
-
"integrity": "sha512-
|
|
3524
|
+
"version": "3.2.18",
|
|
3525
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.18.tgz",
|
|
3526
|
+
"integrity": "sha512-595+i3eG+K4jM+BjWLAuWzBb2wqrXpKqF9IianroSCxeZEC4Ujg6HWvLSYT//afJzeXWpsNyqGCqeoGF7kXE/w==",
|
|
3615
3527
|
"license": "MIT",
|
|
3616
3528
|
"dependencies": {
|
|
3617
3529
|
"@inquirer/confirm": "^3.1.22",
|
|
@@ -3673,9 +3585,9 @@
|
|
|
3673
3585
|
}
|
|
3674
3586
|
},
|
|
3675
3587
|
"node_modules/@oclif/plugin-search": {
|
|
3676
|
-
"version": "1.2.
|
|
3677
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
3678
|
-
"integrity": "sha512-
|
|
3588
|
+
"version": "1.2.7",
|
|
3589
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.7.tgz",
|
|
3590
|
+
"integrity": "sha512-XMo4J9OGBzIYOAtVEKH3rDw51lomdjlxbmQLwr0VDXz+IOrrIHpQgLdIb8SZ7SiBL27Sth98OFYZ1kNHhEh2HQ==",
|
|
3679
3591
|
"license": "MIT",
|
|
3680
3592
|
"dependencies": {
|
|
3681
3593
|
"@oclif/core": "^4",
|
|
@@ -3702,9 +3614,9 @@
|
|
|
3702
3614
|
}
|
|
3703
3615
|
},
|
|
3704
3616
|
"node_modules/@oclif/plugin-update": {
|
|
3705
|
-
"version": "4.5.
|
|
3706
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.
|
|
3707
|
-
"integrity": "sha512-
|
|
3617
|
+
"version": "4.5.5",
|
|
3618
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.5.5.tgz",
|
|
3619
|
+
"integrity": "sha512-tKN7XvfJOZj7s5ubP3iBwxJzUIXhYZc74CPG4BQN/Ao2r26xAvhthYj6Xon45k4vEP9cG6mF8apSajrEZ/UXXg==",
|
|
3708
3620
|
"license": "MIT",
|
|
3709
3621
|
"dependencies": {
|
|
3710
3622
|
"@inquirer/select": "^2.4.7",
|
|
@@ -3736,9 +3648,9 @@
|
|
|
3736
3648
|
}
|
|
3737
3649
|
},
|
|
3738
3650
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3739
|
-
"version": "3.1.
|
|
3740
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
3741
|
-
"integrity": "sha512-
|
|
3651
|
+
"version": "3.1.13",
|
|
3652
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.13.tgz",
|
|
3653
|
+
"integrity": "sha512-yAdb7kBPfLPxgC20vtFsttEKSHKP4ZL+iA01mEyzxn7IwzIpEHWlcOKjf4fapmMzAG4BHqcZq/g9yi/SZlRqpQ==",
|
|
3742
3654
|
"license": "MIT",
|
|
3743
3655
|
"dependencies": {
|
|
3744
3656
|
"@oclif/core": "^4",
|
|
@@ -3752,9 +3664,9 @@
|
|
|
3752
3664
|
}
|
|
3753
3665
|
},
|
|
3754
3666
|
"node_modules/@oclif/plugin-which": {
|
|
3755
|
-
"version": "3.2.
|
|
3756
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
3757
|
-
"integrity": "sha512-
|
|
3667
|
+
"version": "3.2.12",
|
|
3668
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.12.tgz",
|
|
3669
|
+
"integrity": "sha512-5e+M2gMvAyxiiOVQ71WaStE8qMQOfs0hV0j9B2/chqwnyDp8+owqbbJEh1BsOICPTBsEFwo7d40N5K6qdyfUVQ==",
|
|
3758
3670
|
"license": "MIT",
|
|
3759
3671
|
"dependencies": {
|
|
3760
3672
|
"@oclif/core": "^4",
|
|
@@ -4011,13 +3923,13 @@
|
|
|
4011
3923
|
}
|
|
4012
3924
|
},
|
|
4013
3925
|
"node_modules/@salesforce/apex-node": {
|
|
4014
|
-
"version": "8.1.
|
|
4015
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.
|
|
4016
|
-
"integrity": "sha512-
|
|
3926
|
+
"version": "8.1.4",
|
|
3927
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.4.tgz",
|
|
3928
|
+
"integrity": "sha512-adSGrjZsvkbd/3PIHDPvQE3arBuxvVQc9965yv2NDpdsSg58WoZ1r1Bh0wcKSgvE8+dv6W3yMg6w/3MhtStThg==",
|
|
4017
3929
|
"license": "BSD-3-Clause",
|
|
4018
3930
|
"dependencies": {
|
|
4019
3931
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
4020
|
-
"@salesforce/core": "^8.
|
|
3932
|
+
"@salesforce/core": "^8.4.0",
|
|
4021
3933
|
"@salesforce/kit": "^3.2.1",
|
|
4022
3934
|
"@types/istanbul-reports": "^3.0.4",
|
|
4023
3935
|
"bfj": "8.0.0",
|
|
@@ -4187,26 +4099,6 @@
|
|
|
4187
4099
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
4188
4100
|
}
|
|
4189
4101
|
},
|
|
4190
|
-
"node_modules/@salesforce/core/node_modules/change-case": {
|
|
4191
|
-
"version": "4.1.2",
|
|
4192
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
4193
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
4194
|
-
"license": "MIT",
|
|
4195
|
-
"dependencies": {
|
|
4196
|
-
"camel-case": "^4.1.2",
|
|
4197
|
-
"capital-case": "^1.0.4",
|
|
4198
|
-
"constant-case": "^3.0.4",
|
|
4199
|
-
"dot-case": "^3.0.4",
|
|
4200
|
-
"header-case": "^2.0.4",
|
|
4201
|
-
"no-case": "^3.0.4",
|
|
4202
|
-
"param-case": "^3.0.4",
|
|
4203
|
-
"pascal-case": "^3.1.2",
|
|
4204
|
-
"path-case": "^3.0.4",
|
|
4205
|
-
"sentence-case": "^3.0.4",
|
|
4206
|
-
"snake-case": "^3.0.4",
|
|
4207
|
-
"tslib": "^2.0.3"
|
|
4208
|
-
}
|
|
4209
|
-
},
|
|
4210
4102
|
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
4211
4103
|
"version": "1.0.0",
|
|
4212
4104
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
@@ -4315,15 +4207,15 @@
|
|
|
4315
4207
|
}
|
|
4316
4208
|
},
|
|
4317
4209
|
"node_modules/@salesforce/plugin-apex": {
|
|
4318
|
-
"version": "3.4.
|
|
4319
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.4.
|
|
4320
|
-
"integrity": "sha512-
|
|
4210
|
+
"version": "3.4.5",
|
|
4211
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.4.5.tgz",
|
|
4212
|
+
"integrity": "sha512-pc9IwiwVS23mhYroWXjbMcZ7CQS3Ng8CfrxTcyPStpQedwSf9GCGW0uDXqxMFCHjHAZzA2PiWSmrr1QoE/5OWA==",
|
|
4321
4213
|
"license": "BSD-3-Clause",
|
|
4322
4214
|
"dependencies": {
|
|
4323
|
-
"@salesforce/apex-node": "^8.1.
|
|
4215
|
+
"@salesforce/apex-node": "^8.1.4",
|
|
4324
4216
|
"@salesforce/core": "^8.2.7",
|
|
4325
4217
|
"@salesforce/kit": "^3.2.0",
|
|
4326
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4218
|
+
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
4327
4219
|
"ansis": "^3.3.1"
|
|
4328
4220
|
},
|
|
4329
4221
|
"engines": {
|
|
@@ -4350,9 +4242,9 @@
|
|
|
4350
4242
|
}
|
|
4351
4243
|
},
|
|
4352
4244
|
"node_modules/@salesforce/plugin-auth": {
|
|
4353
|
-
"version": "3.6.
|
|
4354
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4355
|
-
"integrity": "sha512-
|
|
4245
|
+
"version": "3.6.51",
|
|
4246
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.51.tgz",
|
|
4247
|
+
"integrity": "sha512-RoNLcyiZlsdFy+yd/d06D3VG1ZNJ0i3AprYBR08VQ3Jr8X6FRBwv7aBZWk4PquZH3gOZvNib7uRX1JuuqMh0fw==",
|
|
4356
4248
|
"license": "BSD-3-Clause",
|
|
4357
4249
|
"dependencies": {
|
|
4358
4250
|
"@inquirer/checkbox": "^2.4.7",
|
|
@@ -4360,8 +4252,8 @@
|
|
|
4360
4252
|
"@oclif/core": "^4",
|
|
4361
4253
|
"@salesforce/core": "^8.3.0",
|
|
4362
4254
|
"@salesforce/kit": "^3.2.0",
|
|
4363
|
-
"@salesforce/plugin-info": "^3.3.
|
|
4364
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
4255
|
+
"@salesforce/plugin-info": "^3.3.29",
|
|
4256
|
+
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
4365
4257
|
"@salesforce/ts-types": "^2.0.11",
|
|
4366
4258
|
"open": "^10.1.0"
|
|
4367
4259
|
},
|
|
@@ -4403,15 +4295,15 @@
|
|
|
4403
4295
|
}
|
|
4404
4296
|
},
|
|
4405
4297
|
"node_modules/@salesforce/plugin-data": {
|
|
4406
|
-
"version": "3.6.
|
|
4407
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.
|
|
4408
|
-
"integrity": "sha512
|
|
4298
|
+
"version": "3.6.3",
|
|
4299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.3.tgz",
|
|
4300
|
+
"integrity": "sha512-/ScluC6Um7dnN98Jypq76KO7WiWvSyufFw+xKIKh+kj8FNwjDFqzUo4UqmB8zOo7CCG7br4CS3D49CrakcfkEA==",
|
|
4409
4301
|
"license": "BSD-3-Clause",
|
|
4410
4302
|
"dependencies": {
|
|
4411
4303
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
4412
4304
|
"@salesforce/core": "^8.3.0",
|
|
4413
4305
|
"@salesforce/kit": "^3.1.6",
|
|
4414
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4306
|
+
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
4415
4307
|
"@salesforce/ts-types": "^2.0.11",
|
|
4416
4308
|
"ansis": "^3.2.0",
|
|
4417
4309
|
"change-case": "^5.4.4",
|
|
@@ -4423,14 +4315,19 @@
|
|
|
4423
4315
|
"node": ">=18.0.0"
|
|
4424
4316
|
}
|
|
4425
4317
|
},
|
|
4318
|
+
"node_modules/@salesforce/plugin-data/node_modules/change-case": {
|
|
4319
|
+
"version": "5.4.4",
|
|
4320
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
4321
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
4322
|
+
"license": "MIT"
|
|
4323
|
+
},
|
|
4426
4324
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4427
|
-
"version": "3.11.
|
|
4428
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.11.
|
|
4429
|
-
"integrity": "sha512-
|
|
4325
|
+
"version": "3.11.5",
|
|
4326
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.11.5.tgz",
|
|
4327
|
+
"integrity": "sha512-475HKussaRrj7u8Gtw1nzgOJX9b2EsrC5ItXZmAOxfVHAyUYEN7MfxNRul/oE17hBlsLypd32XhA7QWbUVsGHg==",
|
|
4430
4328
|
"license": "BSD-3-Clause",
|
|
4431
4329
|
"dependencies": {
|
|
4432
4330
|
"@oclif/core": "^4.0.18",
|
|
4433
|
-
"@oclif/multi-stage-output": "^0.3.1",
|
|
4434
4331
|
"@salesforce/apex-node": "^8.1.3",
|
|
4435
4332
|
"@salesforce/core": "^8.4.0",
|
|
4436
4333
|
"@salesforce/kit": "^3.2.1",
|
|
@@ -4446,9 +4343,9 @@
|
|
|
4446
4343
|
}
|
|
4447
4344
|
},
|
|
4448
4345
|
"node_modules/@salesforce/plugin-info": {
|
|
4449
|
-
"version": "3.3.
|
|
4450
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
4451
|
-
"integrity": "sha512-
|
|
4346
|
+
"version": "3.3.30",
|
|
4347
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.30.tgz",
|
|
4348
|
+
"integrity": "sha512-tIrdGsjxkTG4e4ak0J3dRBfH0RKHBv1s5xRXQ8axGBykFsvN59wLeavPMenOclX3B6jKf3tCJH1wYIMrWIR5aA==",
|
|
4452
4349
|
"license": "BSD-3-Clause",
|
|
4453
4350
|
"dependencies": {
|
|
4454
4351
|
"@inquirer/input": "^2.2.9",
|
|
@@ -4469,27 +4366,27 @@
|
|
|
4469
4366
|
}
|
|
4470
4367
|
},
|
|
4471
4368
|
"node_modules/@salesforce/plugin-limits": {
|
|
4472
|
-
"version": "3.3.
|
|
4473
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
4474
|
-
"integrity": "sha512-
|
|
4369
|
+
"version": "3.3.27",
|
|
4370
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.27.tgz",
|
|
4371
|
+
"integrity": "sha512-P6gylSGRAfYMyThuPfRNSdq8nVIcWdvucUUjQMLr0AU0NULEuU80xgUdkGEIfd/Oyp79Ub4HwiJDOnQADwxRZg==",
|
|
4475
4372
|
"license": "BSD-3-Clause",
|
|
4476
4373
|
"dependencies": {
|
|
4477
4374
|
"@salesforce/core": "^8.3.0",
|
|
4478
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4375
|
+
"@salesforce/sf-plugins-core": "^11.3.4"
|
|
4479
4376
|
},
|
|
4480
4377
|
"engines": {
|
|
4481
4378
|
"node": ">=18.0.0"
|
|
4482
4379
|
}
|
|
4483
4380
|
},
|
|
4484
4381
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4485
|
-
"version": "1.2.
|
|
4486
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.
|
|
4487
|
-
"integrity": "sha512-
|
|
4382
|
+
"version": "1.2.24",
|
|
4383
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.24.tgz",
|
|
4384
|
+
"integrity": "sha512-BrAUXESW/DUTKJtoLx6ky1htcD07Z7isk0YV31+6vkEZkclM6A7o3TIoN2w2W4yn/CvnISyx1ikrZ4FjhUP11g==",
|
|
4488
4385
|
"license": "BSD-3-Clause",
|
|
4489
4386
|
"dependencies": {
|
|
4490
4387
|
"@salesforce/core": "^8.2.8",
|
|
4491
4388
|
"@salesforce/kit": "^3.2.1",
|
|
4492
|
-
"@salesforce/sf-plugins-core": "^11.
|
|
4389
|
+
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
4493
4390
|
"got": "^13.0.0",
|
|
4494
4391
|
"proxy-agent": "^6.4.0"
|
|
4495
4392
|
},
|
|
@@ -4498,27 +4395,31 @@
|
|
|
4498
4395
|
}
|
|
4499
4396
|
},
|
|
4500
4397
|
"node_modules/@salesforce/plugin-org": {
|
|
4501
|
-
"version": "4.5.
|
|
4502
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.
|
|
4503
|
-
"integrity": "sha512-
|
|
4398
|
+
"version": "4.5.4",
|
|
4399
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.4.tgz",
|
|
4400
|
+
"integrity": "sha512-oQ/776lvNCl2s63EArigGGOG/uLDyQlzcSG1z8moJ2PGUVYeKbLtrJt/igSOOVjtBP5Iel7i5z782qhxSHjg7A==",
|
|
4504
4401
|
"license": "BSD-3-Clause",
|
|
4505
4402
|
"dependencies": {
|
|
4506
4403
|
"@oclif/core": "^4.0.16",
|
|
4507
|
-
"@oclif/multi-stage-output": "^0.3.1",
|
|
4508
4404
|
"@salesforce/core": "^8.4.0",
|
|
4509
4405
|
"@salesforce/kit": "^3.2.0",
|
|
4510
4406
|
"@salesforce/sf-plugins-core": "^11.3.3",
|
|
4511
|
-
"@salesforce/source-deploy-retrieve": "^12.1
|
|
4407
|
+
"@salesforce/source-deploy-retrieve": "^12.5.1",
|
|
4512
4408
|
"ansis": "^3.2.0",
|
|
4513
4409
|
"change-case": "^5.4.4",
|
|
4514
4410
|
"is-wsl": "^3.1.0",
|
|
4515
|
-
"open": "^10.1.0"
|
|
4516
|
-
"terminal-link": "^3.0.0"
|
|
4411
|
+
"open": "^10.1.0"
|
|
4517
4412
|
},
|
|
4518
4413
|
"engines": {
|
|
4519
4414
|
"node": ">=18.0.0"
|
|
4520
4415
|
}
|
|
4521
4416
|
},
|
|
4417
|
+
"node_modules/@salesforce/plugin-org/node_modules/change-case": {
|
|
4418
|
+
"version": "5.4.4",
|
|
4419
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
4420
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
4421
|
+
"license": "MIT"
|
|
4422
|
+
},
|
|
4522
4423
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4523
4424
|
"version": "2.8.0",
|
|
4524
4425
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.8.0.tgz",
|
|
@@ -4599,28 +4500,28 @@
|
|
|
4599
4500
|
}
|
|
4600
4501
|
},
|
|
4601
4502
|
"node_modules/@salesforce/plugin-schema": {
|
|
4602
|
-
"version": "3.3.
|
|
4603
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
4604
|
-
"integrity": "sha512-
|
|
4503
|
+
"version": "3.3.26",
|
|
4504
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.26.tgz",
|
|
4505
|
+
"integrity": "sha512-0kg1iISs+kodgZauDYUSSB6qsWTVug3eCcTtv9CThbQG2jTtDW+od6ZJrNmnUGEvob1btpkunuB6po7YjIGQgQ==",
|
|
4605
4506
|
"license": "BSD-3-Clause",
|
|
4606
4507
|
"dependencies": {
|
|
4607
4508
|
"@oclif/core": "^4",
|
|
4608
4509
|
"@salesforce/core": "^8.4.0",
|
|
4609
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4510
|
+
"@salesforce/sf-plugins-core": "^11.3.6"
|
|
4610
4511
|
},
|
|
4611
4512
|
"engines": {
|
|
4612
4513
|
"node": ">=18.0.0"
|
|
4613
4514
|
}
|
|
4614
4515
|
},
|
|
4615
4516
|
"node_modules/@salesforce/plugin-settings": {
|
|
4616
|
-
"version": "2.3.
|
|
4617
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
4618
|
-
"integrity": "sha512-
|
|
4517
|
+
"version": "2.3.15",
|
|
4518
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.15.tgz",
|
|
4519
|
+
"integrity": "sha512-KRitWf/2La29P+pxfgPS4qH4zeM4INZZTXr77H/2AcBh0PaaNpAl4FDX9EugQfGq356gsJTuVXdXW786pM/crA==",
|
|
4619
4520
|
"license": "BSD-3-Clause",
|
|
4620
4521
|
"dependencies": {
|
|
4621
4522
|
"@oclif/core": "^4",
|
|
4622
4523
|
"@salesforce/core": "^8.4.0",
|
|
4623
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4524
|
+
"@salesforce/sf-plugins-core": "^11.3.6",
|
|
4624
4525
|
"fast-levenshtein": "^3.0.0"
|
|
4625
4526
|
},
|
|
4626
4527
|
"engines": {
|
|
@@ -4628,18 +4529,18 @@
|
|
|
4628
4529
|
}
|
|
4629
4530
|
},
|
|
4630
4531
|
"node_modules/@salesforce/plugin-sobject": {
|
|
4631
|
-
"version": "1.4.
|
|
4632
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
4633
|
-
"integrity": "sha512-
|
|
4532
|
+
"version": "1.4.32",
|
|
4533
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.32.tgz",
|
|
4534
|
+
"integrity": "sha512-DpC4egfgQpneA40pdw8GQ2+qhaDv2YwB1rQXT1oBecAbcyMMDNGdc0atR1kp1epZeQRWcI0kq1dxnij//a9KyA==",
|
|
4634
4535
|
"license": "BSD-3-Clause",
|
|
4635
4536
|
"dependencies": {
|
|
4636
4537
|
"@inquirer/confirm": "^3.1.20",
|
|
4637
|
-
"@inquirer/input": "^2.2.
|
|
4538
|
+
"@inquirer/input": "^2.2.9",
|
|
4638
4539
|
"@inquirer/select": "^2.4.7",
|
|
4639
4540
|
"@oclif/core": "^4",
|
|
4640
4541
|
"@salesforce/core": "^8.3.0",
|
|
4641
4542
|
"@salesforce/kit": "^3.1.6",
|
|
4642
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4543
|
+
"@salesforce/sf-plugins-core": "^11.3.5",
|
|
4643
4544
|
"fast-glob": "^3.3.2",
|
|
4644
4545
|
"fast-xml-parser": "^4.4.1",
|
|
4645
4546
|
"js2xmlparser": "^4.0.2"
|
|
@@ -4649,9 +4550,9 @@
|
|
|
4649
4550
|
}
|
|
4650
4551
|
},
|
|
4651
4552
|
"node_modules/@salesforce/plugin-source": {
|
|
4652
|
-
"version": "3.5.
|
|
4653
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.
|
|
4654
|
-
"integrity": "sha512-
|
|
4553
|
+
"version": "3.5.16",
|
|
4554
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.16.tgz",
|
|
4555
|
+
"integrity": "sha512-FjzgpcSmOAHUmutswdH1F287DzXb9bNvkgXP9DvJCsfFX28qA7XZu9lSMfzsLpzyf97cdLwIJNdFOdEdcvsDww==",
|
|
4655
4556
|
"license": "BSD-3-Clause",
|
|
4656
4557
|
"dependencies": {
|
|
4657
4558
|
"@oclif/core": "^4",
|
|
@@ -4702,13 +4603,13 @@
|
|
|
4702
4603
|
}
|
|
4703
4604
|
},
|
|
4704
4605
|
"node_modules/@salesforce/plugin-templates": {
|
|
4705
|
-
"version": "56.3.
|
|
4706
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
4707
|
-
"integrity": "sha512-
|
|
4606
|
+
"version": "56.3.14",
|
|
4607
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.14.tgz",
|
|
4608
|
+
"integrity": "sha512-mIArvnRPl6JXE7H9MVFEHqYmTRIBYsp2xrpcKrbQKgfUUNmVQeY+nENkWn2WhdcCPLpZHDoQyh+Oh+73Mkgb6g==",
|
|
4708
4609
|
"license": "BSD-3-Clause",
|
|
4709
4610
|
"dependencies": {
|
|
4710
4611
|
"@salesforce/core": "^8.3.0",
|
|
4711
|
-
"@salesforce/sf-plugins-core": "^11.3.
|
|
4612
|
+
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
4712
4613
|
"@salesforce/templates": "^61.4.3"
|
|
4713
4614
|
},
|
|
4714
4615
|
"engines": {
|
|
@@ -4716,9 +4617,9 @@
|
|
|
4716
4617
|
}
|
|
4717
4618
|
},
|
|
4718
4619
|
"node_modules/@salesforce/plugin-trust": {
|
|
4719
|
-
"version": "3.7.
|
|
4720
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
4721
|
-
"integrity": "sha512-
|
|
4620
|
+
"version": "3.7.25",
|
|
4621
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.25.tgz",
|
|
4622
|
+
"integrity": "sha512-kl7VIDr6KUpSdamVvGp2VhuOwPyrKGPcyGMWAZtuwXJDbrVC3Zs+1NcTSTZSdZqZdXkmaA3AbTJcZ/RkFV70sw==",
|
|
4722
4623
|
"license": "BSD-3-Clause",
|
|
4723
4624
|
"dependencies": {
|
|
4724
4625
|
"@oclif/core": "^4",
|
|
@@ -4741,9 +4642,9 @@
|
|
|
4741
4642
|
}
|
|
4742
4643
|
},
|
|
4743
4644
|
"node_modules/@salesforce/plugin-user": {
|
|
4744
|
-
"version": "3.5.
|
|
4745
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
4746
|
-
"integrity": "sha512-
|
|
4645
|
+
"version": "3.5.26",
|
|
4646
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.26.tgz",
|
|
4647
|
+
"integrity": "sha512-Nddl8wqNDpOrYNry+oth+7+GM0KXsMWSFgQFg5u2ZyXey5a7QIYCHRpEugwBfOerO+sw1MwBHPL1I8oti0pLng==",
|
|
4747
4648
|
"license": "BSD-3-Clause",
|
|
4748
4649
|
"dependencies": {
|
|
4749
4650
|
"@salesforce/core": "^8.4.0",
|
|
@@ -4769,14 +4670,14 @@
|
|
|
4769
4670
|
"license": "ISC"
|
|
4770
4671
|
},
|
|
4771
4672
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4772
|
-
"version": "11.3.
|
|
4773
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.
|
|
4774
|
-
"integrity": "sha512-
|
|
4673
|
+
"version": "11.3.6",
|
|
4674
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.6.tgz",
|
|
4675
|
+
"integrity": "sha512-UeWD2/FQejKz7BwB+c/Z/KoTCZ6eWuNlf7EObxdmPZgv1vGhL+jc5s/WETtCh9GrDYY8fJ9hycs2gTwy8rT2Dg==",
|
|
4775
4676
|
"license": "BSD-3-Clause",
|
|
4776
4677
|
"dependencies": {
|
|
4777
4678
|
"@inquirer/confirm": "^3.1.22",
|
|
4778
4679
|
"@inquirer/password": "^2.1.22",
|
|
4779
|
-
"@oclif/core": "^4.0.
|
|
4680
|
+
"@oclif/core": "^4.0.19",
|
|
4780
4681
|
"@salesforce/core": "^8.4.0",
|
|
4781
4682
|
"@salesforce/kit": "^3.2.1",
|
|
4782
4683
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -6442,22 +6343,6 @@
|
|
|
6442
6343
|
"dev": true,
|
|
6443
6344
|
"license": "MIT"
|
|
6444
6345
|
},
|
|
6445
|
-
"node_modules/@types/prop-types": {
|
|
6446
|
-
"version": "15.7.12",
|
|
6447
|
-
"resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz",
|
|
6448
|
-
"integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==",
|
|
6449
|
-
"license": "MIT"
|
|
6450
|
-
},
|
|
6451
|
-
"node_modules/@types/react": {
|
|
6452
|
-
"version": "18.3.4",
|
|
6453
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.4.tgz",
|
|
6454
|
-
"integrity": "sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==",
|
|
6455
|
-
"license": "MIT",
|
|
6456
|
-
"dependencies": {
|
|
6457
|
-
"@types/prop-types": "*",
|
|
6458
|
-
"csstype": "^3.0.2"
|
|
6459
|
-
}
|
|
6460
|
-
},
|
|
6461
6346
|
"node_modules/@types/responselike": {
|
|
6462
6347
|
"version": "1.0.3",
|
|
6463
6348
|
"resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.3.tgz",
|
|
@@ -6919,12 +6804,15 @@
|
|
|
6919
6804
|
"license": "MIT"
|
|
6920
6805
|
},
|
|
6921
6806
|
"node_modules/ansi-styles": {
|
|
6922
|
-
"version": "
|
|
6923
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-
|
|
6924
|
-
"integrity": "sha512-
|
|
6807
|
+
"version": "4.3.0",
|
|
6808
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
6809
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
6925
6810
|
"license": "MIT",
|
|
6811
|
+
"dependencies": {
|
|
6812
|
+
"color-convert": "^2.0.1"
|
|
6813
|
+
},
|
|
6926
6814
|
"engines": {
|
|
6927
|
-
"node": ">=
|
|
6815
|
+
"node": ">=8"
|
|
6928
6816
|
},
|
|
6929
6817
|
"funding": {
|
|
6930
6818
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
@@ -7300,18 +7188,6 @@
|
|
|
7300
7188
|
"node": ">=8.0.0"
|
|
7301
7189
|
}
|
|
7302
7190
|
},
|
|
7303
|
-
"node_modules/auto-bind": {
|
|
7304
|
-
"version": "5.0.1",
|
|
7305
|
-
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-5.0.1.tgz",
|
|
7306
|
-
"integrity": "sha512-ooviqdwwgfIfNmDwo94wlshcdzfO64XV0Cg6oDsDYBJfITDz1EngD2z7DkbvCWn+XIMsIqW27sEVF6qcpJrRcg==",
|
|
7307
|
-
"license": "MIT",
|
|
7308
|
-
"engines": {
|
|
7309
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
7310
|
-
},
|
|
7311
|
-
"funding": {
|
|
7312
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7313
|
-
}
|
|
7314
|
-
},
|
|
7315
7191
|
"node_modules/available-typed-arrays": {
|
|
7316
7192
|
"version": "1.0.7",
|
|
7317
7193
|
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
|
@@ -7955,27 +7831,26 @@
|
|
|
7955
7831
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
7956
7832
|
}
|
|
7957
7833
|
},
|
|
7958
|
-
"node_modules/
|
|
7959
|
-
"version": "4.
|
|
7960
|
-
"resolved": "https://registry.npmjs.org/
|
|
7961
|
-
"integrity": "sha512-
|
|
7834
|
+
"node_modules/change-case": {
|
|
7835
|
+
"version": "4.1.2",
|
|
7836
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
7837
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
7962
7838
|
"license": "MIT",
|
|
7963
7839
|
"dependencies": {
|
|
7964
|
-
"
|
|
7965
|
-
|
|
7966
|
-
|
|
7967
|
-
"
|
|
7968
|
-
|
|
7969
|
-
|
|
7970
|
-
"
|
|
7840
|
+
"camel-case": "^4.1.2",
|
|
7841
|
+
"capital-case": "^1.0.4",
|
|
7842
|
+
"constant-case": "^3.0.4",
|
|
7843
|
+
"dot-case": "^3.0.4",
|
|
7844
|
+
"header-case": "^2.0.4",
|
|
7845
|
+
"no-case": "^3.0.4",
|
|
7846
|
+
"param-case": "^3.0.4",
|
|
7847
|
+
"pascal-case": "^3.1.2",
|
|
7848
|
+
"path-case": "^3.0.4",
|
|
7849
|
+
"sentence-case": "^3.0.4",
|
|
7850
|
+
"snake-case": "^3.0.4",
|
|
7851
|
+
"tslib": "^2.0.3"
|
|
7971
7852
|
}
|
|
7972
7853
|
},
|
|
7973
|
-
"node_modules/change-case": {
|
|
7974
|
-
"version": "5.4.4",
|
|
7975
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
7976
|
-
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
7977
|
-
"license": "MIT"
|
|
7978
|
-
},
|
|
7979
7854
|
"node_modules/check-error": {
|
|
7980
7855
|
"version": "1.0.3",
|
|
7981
7856
|
"resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz",
|
|
@@ -8108,18 +7983,6 @@
|
|
|
8108
7983
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8109
7984
|
}
|
|
8110
7985
|
},
|
|
8111
|
-
"node_modules/cli-boxes": {
|
|
8112
|
-
"version": "3.0.0",
|
|
8113
|
-
"resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-3.0.0.tgz",
|
|
8114
|
-
"integrity": "sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==",
|
|
8115
|
-
"license": "MIT",
|
|
8116
|
-
"engines": {
|
|
8117
|
-
"node": ">=10"
|
|
8118
|
-
},
|
|
8119
|
-
"funding": {
|
|
8120
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8121
|
-
}
|
|
8122
|
-
},
|
|
8123
7986
|
"node_modules/cli-columns": {
|
|
8124
7987
|
"version": "4.0.0",
|
|
8125
7988
|
"resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz",
|
|
@@ -8134,21 +7997,6 @@
|
|
|
8134
7997
|
"node": ">= 10"
|
|
8135
7998
|
}
|
|
8136
7999
|
},
|
|
8137
|
-
"node_modules/cli-cursor": {
|
|
8138
|
-
"version": "4.0.0",
|
|
8139
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz",
|
|
8140
|
-
"integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==",
|
|
8141
|
-
"license": "MIT",
|
|
8142
|
-
"dependencies": {
|
|
8143
|
-
"restore-cursor": "^4.0.0"
|
|
8144
|
-
},
|
|
8145
|
-
"engines": {
|
|
8146
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
8147
|
-
},
|
|
8148
|
-
"funding": {
|
|
8149
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8150
|
-
}
|
|
8151
|
-
},
|
|
8152
8000
|
"node_modules/cli-progress": {
|
|
8153
8001
|
"version": "3.12.0",
|
|
8154
8002
|
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz",
|
|
@@ -8188,150 +8036,40 @@
|
|
|
8188
8036
|
"@colors/colors": "1.5.0"
|
|
8189
8037
|
}
|
|
8190
8038
|
},
|
|
8191
|
-
"node_modules/cli-
|
|
8192
|
-
"version": "4.
|
|
8193
|
-
"resolved": "https://registry.npmjs.org/cli-
|
|
8194
|
-
"integrity": "sha512-
|
|
8039
|
+
"node_modules/cli-width": {
|
|
8040
|
+
"version": "4.1.0",
|
|
8041
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
8042
|
+
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
8043
|
+
"license": "ISC",
|
|
8044
|
+
"engines": {
|
|
8045
|
+
"node": ">= 12"
|
|
8046
|
+
}
|
|
8047
|
+
},
|
|
8048
|
+
"node_modules/cliui": {
|
|
8049
|
+
"version": "7.0.4",
|
|
8050
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
|
8051
|
+
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
|
8052
|
+
"dev": true,
|
|
8053
|
+
"license": "ISC",
|
|
8054
|
+
"dependencies": {
|
|
8055
|
+
"string-width": "^4.2.0",
|
|
8056
|
+
"strip-ansi": "^6.0.0",
|
|
8057
|
+
"wrap-ansi": "^7.0.0"
|
|
8058
|
+
}
|
|
8059
|
+
},
|
|
8060
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
8061
|
+
"version": "7.0.0",
|
|
8062
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
8063
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
8064
|
+
"dev": true,
|
|
8195
8065
|
"license": "MIT",
|
|
8196
8066
|
"dependencies": {
|
|
8197
|
-
"
|
|
8198
|
-
"string-width": "^
|
|
8067
|
+
"ansi-styles": "^4.0.0",
|
|
8068
|
+
"string-width": "^4.1.0",
|
|
8069
|
+
"strip-ansi": "^6.0.0"
|
|
8199
8070
|
},
|
|
8200
8071
|
"engines": {
|
|
8201
|
-
"node": ">=
|
|
8202
|
-
},
|
|
8203
|
-
"funding": {
|
|
8204
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8205
|
-
}
|
|
8206
|
-
},
|
|
8207
|
-
"node_modules/cli-truncate/node_modules/ansi-regex": {
|
|
8208
|
-
"version": "6.0.1",
|
|
8209
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
8210
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
8211
|
-
"license": "MIT",
|
|
8212
|
-
"engines": {
|
|
8213
|
-
"node": ">=12"
|
|
8214
|
-
},
|
|
8215
|
-
"funding": {
|
|
8216
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
8217
|
-
}
|
|
8218
|
-
},
|
|
8219
|
-
"node_modules/cli-truncate/node_modules/emoji-regex": {
|
|
8220
|
-
"version": "10.3.0",
|
|
8221
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
8222
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
8223
|
-
"license": "MIT"
|
|
8224
|
-
},
|
|
8225
|
-
"node_modules/cli-truncate/node_modules/is-fullwidth-code-point": {
|
|
8226
|
-
"version": "4.0.0",
|
|
8227
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
8228
|
-
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
8229
|
-
"license": "MIT",
|
|
8230
|
-
"engines": {
|
|
8231
|
-
"node": ">=12"
|
|
8232
|
-
},
|
|
8233
|
-
"funding": {
|
|
8234
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8235
|
-
}
|
|
8236
|
-
},
|
|
8237
|
-
"node_modules/cli-truncate/node_modules/slice-ansi": {
|
|
8238
|
-
"version": "5.0.0",
|
|
8239
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
|
|
8240
|
-
"integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
|
|
8241
|
-
"license": "MIT",
|
|
8242
|
-
"dependencies": {
|
|
8243
|
-
"ansi-styles": "^6.0.0",
|
|
8244
|
-
"is-fullwidth-code-point": "^4.0.0"
|
|
8245
|
-
},
|
|
8246
|
-
"engines": {
|
|
8247
|
-
"node": ">=12"
|
|
8248
|
-
},
|
|
8249
|
-
"funding": {
|
|
8250
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
8251
|
-
}
|
|
8252
|
-
},
|
|
8253
|
-
"node_modules/cli-truncate/node_modules/string-width": {
|
|
8254
|
-
"version": "7.2.0",
|
|
8255
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
8256
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
8257
|
-
"license": "MIT",
|
|
8258
|
-
"dependencies": {
|
|
8259
|
-
"emoji-regex": "^10.3.0",
|
|
8260
|
-
"get-east-asian-width": "^1.0.0",
|
|
8261
|
-
"strip-ansi": "^7.1.0"
|
|
8262
|
-
},
|
|
8263
|
-
"engines": {
|
|
8264
|
-
"node": ">=18"
|
|
8265
|
-
},
|
|
8266
|
-
"funding": {
|
|
8267
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8268
|
-
}
|
|
8269
|
-
},
|
|
8270
|
-
"node_modules/cli-truncate/node_modules/strip-ansi": {
|
|
8271
|
-
"version": "7.1.0",
|
|
8272
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
8273
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
8274
|
-
"license": "MIT",
|
|
8275
|
-
"dependencies": {
|
|
8276
|
-
"ansi-regex": "^6.0.1"
|
|
8277
|
-
},
|
|
8278
|
-
"engines": {
|
|
8279
|
-
"node": ">=12"
|
|
8280
|
-
},
|
|
8281
|
-
"funding": {
|
|
8282
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
8283
|
-
}
|
|
8284
|
-
},
|
|
8285
|
-
"node_modules/cli-width": {
|
|
8286
|
-
"version": "4.1.0",
|
|
8287
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
8288
|
-
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
8289
|
-
"license": "ISC",
|
|
8290
|
-
"engines": {
|
|
8291
|
-
"node": ">= 12"
|
|
8292
|
-
}
|
|
8293
|
-
},
|
|
8294
|
-
"node_modules/cliui": {
|
|
8295
|
-
"version": "7.0.4",
|
|
8296
|
-
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
|
8297
|
-
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
|
8298
|
-
"dev": true,
|
|
8299
|
-
"license": "ISC",
|
|
8300
|
-
"dependencies": {
|
|
8301
|
-
"string-width": "^4.2.0",
|
|
8302
|
-
"strip-ansi": "^6.0.0",
|
|
8303
|
-
"wrap-ansi": "^7.0.0"
|
|
8304
|
-
}
|
|
8305
|
-
},
|
|
8306
|
-
"node_modules/cliui/node_modules/ansi-styles": {
|
|
8307
|
-
"version": "4.3.0",
|
|
8308
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
8309
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
8310
|
-
"dev": true,
|
|
8311
|
-
"license": "MIT",
|
|
8312
|
-
"dependencies": {
|
|
8313
|
-
"color-convert": "^2.0.1"
|
|
8314
|
-
},
|
|
8315
|
-
"engines": {
|
|
8316
|
-
"node": ">=8"
|
|
8317
|
-
},
|
|
8318
|
-
"funding": {
|
|
8319
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
8320
|
-
}
|
|
8321
|
-
},
|
|
8322
|
-
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
8323
|
-
"version": "7.0.0",
|
|
8324
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
8325
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
8326
|
-
"dev": true,
|
|
8327
|
-
"license": "MIT",
|
|
8328
|
-
"dependencies": {
|
|
8329
|
-
"ansi-styles": "^4.0.0",
|
|
8330
|
-
"string-width": "^4.1.0",
|
|
8331
|
-
"strip-ansi": "^6.0.0"
|
|
8332
|
-
},
|
|
8333
|
-
"engines": {
|
|
8334
|
-
"node": ">=10"
|
|
8072
|
+
"node": ">=10"
|
|
8335
8073
|
},
|
|
8336
8074
|
"funding": {
|
|
8337
8075
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
@@ -8400,18 +8138,6 @@
|
|
|
8400
8138
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
8401
8139
|
}
|
|
8402
8140
|
},
|
|
8403
|
-
"node_modules/code-excerpt": {
|
|
8404
|
-
"version": "4.0.0",
|
|
8405
|
-
"resolved": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-4.0.0.tgz",
|
|
8406
|
-
"integrity": "sha512-xxodCmBen3iy2i0WtAK8FlFNrRzjUqjRsMfho58xT/wvZU1YTM3fCnRjcy1gJPMepaRlgm/0e6w8SpWHpn3/cA==",
|
|
8407
|
-
"license": "MIT",
|
|
8408
|
-
"dependencies": {
|
|
8409
|
-
"convert-to-spaces": "^2.0.1"
|
|
8410
|
-
},
|
|
8411
|
-
"engines": {
|
|
8412
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
8413
|
-
}
|
|
8414
|
-
},
|
|
8415
8141
|
"node_modules/color-convert": {
|
|
8416
8142
|
"version": "2.0.1",
|
|
8417
8143
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
@@ -8950,15 +8676,6 @@
|
|
|
8950
8676
|
"dev": true,
|
|
8951
8677
|
"license": "MIT"
|
|
8952
8678
|
},
|
|
8953
|
-
"node_modules/convert-to-spaces": {
|
|
8954
|
-
"version": "2.0.1",
|
|
8955
|
-
"resolved": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz",
|
|
8956
|
-
"integrity": "sha512-rcQ1bsQO9799wq24uE5AM2tAILy4gXGIK/njFWcVQkGNZ96edlpY+A7bjwvzjYvLDyzmG1MmMLZhpcsb+klNMQ==",
|
|
8957
|
-
"license": "MIT",
|
|
8958
|
-
"engines": {
|
|
8959
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
8960
|
-
}
|
|
8961
|
-
},
|
|
8962
8679
|
"node_modules/core-js-compat": {
|
|
8963
8680
|
"version": "3.36.1",
|
|
8964
8681
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.1.tgz",
|
|
@@ -9114,12 +8831,6 @@
|
|
|
9114
8831
|
"node": ">=4"
|
|
9115
8832
|
}
|
|
9116
8833
|
},
|
|
9117
|
-
"node_modules/csstype": {
|
|
9118
|
-
"version": "3.1.3",
|
|
9119
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
9120
|
-
"integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
|
|
9121
|
-
"license": "MIT"
|
|
9122
|
-
},
|
|
9123
8834
|
"node_modules/csv": {
|
|
9124
8835
|
"version": "5.5.3",
|
|
9125
8836
|
"resolved": "https://registry.npmjs.org/csv/-/csv-5.5.3.tgz",
|
|
@@ -12128,274 +11839,93 @@
|
|
|
12128
11839
|
"resolve-from": "^4.0.0"
|
|
12129
11840
|
},
|
|
12130
11841
|
"engines": {
|
|
12131
|
-
"node": ">=6"
|
|
12132
|
-
},
|
|
12133
|
-
"funding": {
|
|
12134
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12135
|
-
}
|
|
12136
|
-
},
|
|
12137
|
-
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
12138
|
-
"version": "4.0.0",
|
|
12139
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
12140
|
-
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
12141
|
-
"dev": true,
|
|
12142
|
-
"license": "MIT",
|
|
12143
|
-
"engines": {
|
|
12144
|
-
"node": ">=4"
|
|
12145
|
-
}
|
|
12146
|
-
},
|
|
12147
|
-
"node_modules/import-in-the-middle": {
|
|
12148
|
-
"version": "1.4.2",
|
|
12149
|
-
"resolved": "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.4.2.tgz",
|
|
12150
|
-
"integrity": "sha512-9WOz1Yh/cvO/p69sxRmhyQwrIGGSp7EIdcb+fFNVi7CzQGQB8U1/1XrKVSbEd/GNOAeM0peJtmi7+qphe7NvAw==",
|
|
12151
|
-
"license": "Apache-2.0",
|
|
12152
|
-
"dependencies": {
|
|
12153
|
-
"acorn": "^8.8.2",
|
|
12154
|
-
"acorn-import-assertions": "^1.9.0",
|
|
12155
|
-
"cjs-module-lexer": "^1.2.2",
|
|
12156
|
-
"module-details-from-path": "^1.0.3"
|
|
12157
|
-
}
|
|
12158
|
-
},
|
|
12159
|
-
"node_modules/imurmurhash": {
|
|
12160
|
-
"version": "0.1.4",
|
|
12161
|
-
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
12162
|
-
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
12163
|
-
"dev": true,
|
|
12164
|
-
"license": "MIT",
|
|
12165
|
-
"engines": {
|
|
12166
|
-
"node": ">=0.8.19"
|
|
12167
|
-
}
|
|
12168
|
-
},
|
|
12169
|
-
"node_modules/indent-string": {
|
|
12170
|
-
"version": "4.0.0",
|
|
12171
|
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
|
|
12172
|
-
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
|
12173
|
-
"license": "MIT",
|
|
12174
|
-
"engines": {
|
|
12175
|
-
"node": ">=8"
|
|
12176
|
-
}
|
|
12177
|
-
},
|
|
12178
|
-
"node_modules/inflight": {
|
|
12179
|
-
"version": "1.0.6",
|
|
12180
|
-
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
12181
|
-
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
12182
|
-
"license": "ISC",
|
|
12183
|
-
"dependencies": {
|
|
12184
|
-
"once": "^1.3.0",
|
|
12185
|
-
"wrappy": "1"
|
|
12186
|
-
}
|
|
12187
|
-
},
|
|
12188
|
-
"node_modules/inherits": {
|
|
12189
|
-
"version": "2.0.4",
|
|
12190
|
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
12191
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
12192
|
-
"license": "ISC"
|
|
12193
|
-
},
|
|
12194
|
-
"node_modules/ini": {
|
|
12195
|
-
"version": "1.3.8",
|
|
12196
|
-
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
12197
|
-
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
12198
|
-
"dev": true,
|
|
12199
|
-
"license": "ISC"
|
|
12200
|
-
},
|
|
12201
|
-
"node_modules/init-package-json": {
|
|
12202
|
-
"version": "6.0.3",
|
|
12203
|
-
"resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz",
|
|
12204
|
-
"integrity": "sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==",
|
|
12205
|
-
"extraneous": true,
|
|
12206
|
-
"license": "ISC",
|
|
12207
|
-
"dependencies": {
|
|
12208
|
-
"@npmcli/package-json": "^5.0.0",
|
|
12209
|
-
"npm-package-arg": "^11.0.0",
|
|
12210
|
-
"promzard": "^1.0.0",
|
|
12211
|
-
"read": "^3.0.1",
|
|
12212
|
-
"semver": "^7.3.5",
|
|
12213
|
-
"validate-npm-package-license": "^3.0.4",
|
|
12214
|
-
"validate-npm-package-name": "^5.0.0"
|
|
12215
|
-
},
|
|
12216
|
-
"engines": {
|
|
12217
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
12218
|
-
}
|
|
12219
|
-
},
|
|
12220
|
-
"node_modules/ink": {
|
|
12221
|
-
"version": "5.0.1",
|
|
12222
|
-
"resolved": "https://registry.npmjs.org/ink/-/ink-5.0.1.tgz",
|
|
12223
|
-
"integrity": "sha512-ae4AW/t8jlkj/6Ou21H2av0wxTk8vrGzXv+v2v7j4in+bl1M5XRMVbfNghzhBokV++FjF8RBDJvYo+ttR9YVRg==",
|
|
12224
|
-
"license": "MIT",
|
|
12225
|
-
"dependencies": {
|
|
12226
|
-
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
12227
|
-
"ansi-escapes": "^7.0.0",
|
|
12228
|
-
"ansi-styles": "^6.2.1",
|
|
12229
|
-
"auto-bind": "^5.0.1",
|
|
12230
|
-
"chalk": "^5.3.0",
|
|
12231
|
-
"cli-boxes": "^3.0.0",
|
|
12232
|
-
"cli-cursor": "^4.0.0",
|
|
12233
|
-
"cli-truncate": "^4.0.0",
|
|
12234
|
-
"code-excerpt": "^4.0.0",
|
|
12235
|
-
"indent-string": "^5.0.0",
|
|
12236
|
-
"is-in-ci": "^0.1.0",
|
|
12237
|
-
"lodash": "^4.17.21",
|
|
12238
|
-
"patch-console": "^2.0.0",
|
|
12239
|
-
"react-reconciler": "^0.29.0",
|
|
12240
|
-
"scheduler": "^0.23.0",
|
|
12241
|
-
"signal-exit": "^3.0.7",
|
|
12242
|
-
"slice-ansi": "^7.1.0",
|
|
12243
|
-
"stack-utils": "^2.0.6",
|
|
12244
|
-
"string-width": "^7.0.0",
|
|
12245
|
-
"type-fest": "^4.8.3",
|
|
12246
|
-
"widest-line": "^5.0.0",
|
|
12247
|
-
"wrap-ansi": "^9.0.0",
|
|
12248
|
-
"ws": "^8.15.0",
|
|
12249
|
-
"yoga-wasm-web": "~0.3.3"
|
|
12250
|
-
},
|
|
12251
|
-
"engines": {
|
|
12252
|
-
"node": ">=18"
|
|
12253
|
-
},
|
|
12254
|
-
"peerDependencies": {
|
|
12255
|
-
"@types/react": ">=18.0.0",
|
|
12256
|
-
"react": ">=18.0.0",
|
|
12257
|
-
"react-devtools-core": "^4.19.1"
|
|
12258
|
-
},
|
|
12259
|
-
"peerDependenciesMeta": {
|
|
12260
|
-
"@types/react": {
|
|
12261
|
-
"optional": true
|
|
12262
|
-
},
|
|
12263
|
-
"react-devtools-core": {
|
|
12264
|
-
"optional": true
|
|
12265
|
-
}
|
|
12266
|
-
}
|
|
12267
|
-
},
|
|
12268
|
-
"node_modules/ink/node_modules/ansi-escapes": {
|
|
12269
|
-
"version": "7.0.0",
|
|
12270
|
-
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz",
|
|
12271
|
-
"integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==",
|
|
12272
|
-
"license": "MIT",
|
|
12273
|
-
"dependencies": {
|
|
12274
|
-
"environment": "^1.0.0"
|
|
12275
|
-
},
|
|
12276
|
-
"engines": {
|
|
12277
|
-
"node": ">=18"
|
|
12278
|
-
},
|
|
12279
|
-
"funding": {
|
|
12280
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12281
|
-
}
|
|
12282
|
-
},
|
|
12283
|
-
"node_modules/ink/node_modules/ansi-regex": {
|
|
12284
|
-
"version": "6.0.1",
|
|
12285
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
12286
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
12287
|
-
"license": "MIT",
|
|
12288
|
-
"engines": {
|
|
12289
|
-
"node": ">=12"
|
|
12290
|
-
},
|
|
12291
|
-
"funding": {
|
|
12292
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
12293
|
-
}
|
|
12294
|
-
},
|
|
12295
|
-
"node_modules/ink/node_modules/chalk": {
|
|
12296
|
-
"version": "5.3.0",
|
|
12297
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
12298
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
12299
|
-
"license": "MIT",
|
|
12300
|
-
"engines": {
|
|
12301
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
12302
|
-
},
|
|
12303
|
-
"funding": {
|
|
12304
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
12305
|
-
}
|
|
12306
|
-
},
|
|
12307
|
-
"node_modules/ink/node_modules/emoji-regex": {
|
|
12308
|
-
"version": "10.3.0",
|
|
12309
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
12310
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
12311
|
-
"license": "MIT"
|
|
12312
|
-
},
|
|
12313
|
-
"node_modules/ink/node_modules/indent-string": {
|
|
12314
|
-
"version": "5.0.0",
|
|
12315
|
-
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
|
|
12316
|
-
"integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==",
|
|
12317
|
-
"license": "MIT",
|
|
12318
|
-
"engines": {
|
|
12319
|
-
"node": ">=12"
|
|
12320
|
-
},
|
|
12321
|
-
"funding": {
|
|
12322
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12323
|
-
}
|
|
12324
|
-
},
|
|
12325
|
-
"node_modules/ink/node_modules/string-width": {
|
|
12326
|
-
"version": "7.2.0",
|
|
12327
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
12328
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
12329
|
-
"license": "MIT",
|
|
12330
|
-
"dependencies": {
|
|
12331
|
-
"emoji-regex": "^10.3.0",
|
|
12332
|
-
"get-east-asian-width": "^1.0.0",
|
|
12333
|
-
"strip-ansi": "^7.1.0"
|
|
12334
|
-
},
|
|
12335
|
-
"engines": {
|
|
12336
|
-
"node": ">=18"
|
|
12337
|
-
},
|
|
12338
|
-
"funding": {
|
|
12339
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12340
|
-
}
|
|
12341
|
-
},
|
|
12342
|
-
"node_modules/ink/node_modules/strip-ansi": {
|
|
12343
|
-
"version": "7.1.0",
|
|
12344
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
12345
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
12346
|
-
"license": "MIT",
|
|
12347
|
-
"dependencies": {
|
|
12348
|
-
"ansi-regex": "^6.0.1"
|
|
12349
|
-
},
|
|
12350
|
-
"engines": {
|
|
12351
|
-
"node": ">=12"
|
|
12352
|
-
},
|
|
12353
|
-
"funding": {
|
|
12354
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
12355
|
-
}
|
|
12356
|
-
},
|
|
12357
|
-
"node_modules/ink/node_modules/type-fest": {
|
|
12358
|
-
"version": "4.25.0",
|
|
12359
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.25.0.tgz",
|
|
12360
|
-
"integrity": "sha512-bRkIGlXsnGBRBQRAY56UXBm//9qH4bmJfFvq83gSz41N282df+fjy8ofcEgc1sM8geNt5cl6mC2g9Fht1cs8Aw==",
|
|
12361
|
-
"license": "(MIT OR CC0-1.0)",
|
|
12362
|
-
"engines": {
|
|
12363
|
-
"node": ">=16"
|
|
11842
|
+
"node": ">=6"
|
|
12364
11843
|
},
|
|
12365
11844
|
"funding": {
|
|
12366
11845
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12367
11846
|
}
|
|
12368
11847
|
},
|
|
12369
|
-
"node_modules/
|
|
12370
|
-
"version": "
|
|
12371
|
-
"resolved": "https://registry.npmjs.org/
|
|
12372
|
-
"integrity": "sha512-
|
|
11848
|
+
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
11849
|
+
"version": "4.0.0",
|
|
11850
|
+
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
11851
|
+
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
11852
|
+
"dev": true,
|
|
12373
11853
|
"license": "MIT",
|
|
11854
|
+
"engines": {
|
|
11855
|
+
"node": ">=4"
|
|
11856
|
+
}
|
|
11857
|
+
},
|
|
11858
|
+
"node_modules/import-in-the-middle": {
|
|
11859
|
+
"version": "1.4.2",
|
|
11860
|
+
"resolved": "https://registry.npmjs.org/import-in-the-middle/-/import-in-the-middle-1.4.2.tgz",
|
|
11861
|
+
"integrity": "sha512-9WOz1Yh/cvO/p69sxRmhyQwrIGGSp7EIdcb+fFNVi7CzQGQB8U1/1XrKVSbEd/GNOAeM0peJtmi7+qphe7NvAw==",
|
|
11862
|
+
"license": "Apache-2.0",
|
|
12374
11863
|
"dependencies": {
|
|
12375
|
-
"
|
|
12376
|
-
|
|
11864
|
+
"acorn": "^8.8.2",
|
|
11865
|
+
"acorn-import-assertions": "^1.9.0",
|
|
11866
|
+
"cjs-module-lexer": "^1.2.2",
|
|
11867
|
+
"module-details-from-path": "^1.0.3"
|
|
11868
|
+
}
|
|
11869
|
+
},
|
|
11870
|
+
"node_modules/imurmurhash": {
|
|
11871
|
+
"version": "0.1.4",
|
|
11872
|
+
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
11873
|
+
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
11874
|
+
"dev": true,
|
|
11875
|
+
"license": "MIT",
|
|
12377
11876
|
"engines": {
|
|
12378
|
-
"node": ">=
|
|
12379
|
-
},
|
|
12380
|
-
"funding": {
|
|
12381
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11877
|
+
"node": ">=0.8.19"
|
|
12382
11878
|
}
|
|
12383
11879
|
},
|
|
12384
|
-
"node_modules/
|
|
12385
|
-
"version": "
|
|
12386
|
-
"resolved": "https://registry.npmjs.org/
|
|
12387
|
-
"integrity": "sha512-
|
|
11880
|
+
"node_modules/indent-string": {
|
|
11881
|
+
"version": "4.0.0",
|
|
11882
|
+
"resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
|
|
11883
|
+
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
|
12388
11884
|
"license": "MIT",
|
|
11885
|
+
"engines": {
|
|
11886
|
+
"node": ">=8"
|
|
11887
|
+
}
|
|
11888
|
+
},
|
|
11889
|
+
"node_modules/inflight": {
|
|
11890
|
+
"version": "1.0.6",
|
|
11891
|
+
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
11892
|
+
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
11893
|
+
"license": "ISC",
|
|
12389
11894
|
"dependencies": {
|
|
12390
|
-
"
|
|
12391
|
-
"
|
|
12392
|
-
|
|
11895
|
+
"once": "^1.3.0",
|
|
11896
|
+
"wrappy": "1"
|
|
11897
|
+
}
|
|
11898
|
+
},
|
|
11899
|
+
"node_modules/inherits": {
|
|
11900
|
+
"version": "2.0.4",
|
|
11901
|
+
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
11902
|
+
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
11903
|
+
"license": "ISC"
|
|
11904
|
+
},
|
|
11905
|
+
"node_modules/ini": {
|
|
11906
|
+
"version": "1.3.8",
|
|
11907
|
+
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
11908
|
+
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
11909
|
+
"dev": true,
|
|
11910
|
+
"license": "ISC"
|
|
11911
|
+
},
|
|
11912
|
+
"node_modules/init-package-json": {
|
|
11913
|
+
"version": "6.0.3",
|
|
11914
|
+
"resolved": "https://registry.npmjs.org/init-package-json/-/init-package-json-6.0.3.tgz",
|
|
11915
|
+
"integrity": "sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==",
|
|
11916
|
+
"extraneous": true,
|
|
11917
|
+
"license": "ISC",
|
|
11918
|
+
"dependencies": {
|
|
11919
|
+
"@npmcli/package-json": "^5.0.0",
|
|
11920
|
+
"npm-package-arg": "^11.0.0",
|
|
11921
|
+
"promzard": "^1.0.0",
|
|
11922
|
+
"read": "^3.0.1",
|
|
11923
|
+
"semver": "^7.3.5",
|
|
11924
|
+
"validate-npm-package-license": "^3.0.4",
|
|
11925
|
+
"validate-npm-package-name": "^5.0.0"
|
|
12393
11926
|
},
|
|
12394
11927
|
"engines": {
|
|
12395
|
-
"node": ">=18"
|
|
12396
|
-
},
|
|
12397
|
-
"funding": {
|
|
12398
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
11928
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
12399
11929
|
}
|
|
12400
11930
|
},
|
|
12401
11931
|
"node_modules/inquirer-autocomplete-standalone": {
|
|
@@ -12807,21 +12337,6 @@
|
|
|
12807
12337
|
"node": ">=0.10.0"
|
|
12808
12338
|
}
|
|
12809
12339
|
},
|
|
12810
|
-
"node_modules/is-in-ci": {
|
|
12811
|
-
"version": "0.1.0",
|
|
12812
|
-
"resolved": "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz",
|
|
12813
|
-
"integrity": "sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==",
|
|
12814
|
-
"license": "MIT",
|
|
12815
|
-
"bin": {
|
|
12816
|
-
"is-in-ci": "cli.js"
|
|
12817
|
-
},
|
|
12818
|
-
"engines": {
|
|
12819
|
-
"node": ">=18"
|
|
12820
|
-
},
|
|
12821
|
-
"funding": {
|
|
12822
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12823
|
-
}
|
|
12824
|
-
},
|
|
12825
12340
|
"node_modules/is-inside-container": {
|
|
12826
12341
|
"version": "1.0.0",
|
|
12827
12342
|
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
@@ -13369,6 +12884,7 @@
|
|
|
13369
12884
|
"version": "4.0.0",
|
|
13370
12885
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
13371
12886
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
12887
|
+
"dev": true,
|
|
13372
12888
|
"license": "MIT"
|
|
13373
12889
|
},
|
|
13374
12890
|
"node_modules/js-yaml": {
|
|
@@ -14221,18 +13737,6 @@
|
|
|
14221
13737
|
"dev": true,
|
|
14222
13738
|
"license": "BSD-3-Clause"
|
|
14223
13739
|
},
|
|
14224
|
-
"node_modules/loose-envify": {
|
|
14225
|
-
"version": "1.4.0",
|
|
14226
|
-
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
14227
|
-
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
14228
|
-
"license": "MIT",
|
|
14229
|
-
"dependencies": {
|
|
14230
|
-
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
14231
|
-
},
|
|
14232
|
-
"bin": {
|
|
14233
|
-
"loose-envify": "cli.js"
|
|
14234
|
-
}
|
|
14235
|
-
},
|
|
14236
13740
|
"node_modules/loupe": {
|
|
14237
13741
|
"version": "2.3.7",
|
|
14238
13742
|
"resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz",
|
|
@@ -14520,6 +14024,7 @@
|
|
|
14520
14024
|
"version": "2.1.0",
|
|
14521
14025
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
14522
14026
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
14027
|
+
"dev": true,
|
|
14523
14028
|
"license": "MIT",
|
|
14524
14029
|
"engines": {
|
|
14525
14030
|
"node": ">=6"
|
|
@@ -18393,9 +17898,9 @@
|
|
|
18393
17898
|
"license": "MIT"
|
|
18394
17899
|
},
|
|
18395
17900
|
"node_modules/oclif": {
|
|
18396
|
-
"version": "4.14.
|
|
18397
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.
|
|
18398
|
-
"integrity": "sha512-
|
|
17901
|
+
"version": "4.14.26",
|
|
17902
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.26.tgz",
|
|
17903
|
+
"integrity": "sha512-UOkzTeOvXDCyixgxf+UmM/1fbJpi9rmGFYC4WLUYT36m4oTVSl/9EfYIa5s+YL7BqfKXYD1vsV4WkdWFnsnM3g==",
|
|
18399
17904
|
"dev": true,
|
|
18400
17905
|
"license": "MIT",
|
|
18401
17906
|
"dependencies": {
|
|
@@ -18406,7 +17911,7 @@
|
|
|
18406
17911
|
"@inquirer/select": "^2.3.10",
|
|
18407
17912
|
"@oclif/core": "^4",
|
|
18408
17913
|
"@oclif/plugin-help": "^6.2.8",
|
|
18409
|
-
"@oclif/plugin-not-found": "^3.2.
|
|
17914
|
+
"@oclif/plugin-not-found": "^3.2.16",
|
|
18410
17915
|
"@oclif/plugin-warn-if-update-available": "^3.1.11",
|
|
18411
17916
|
"async-retry": "^1.3.3",
|
|
18412
17917
|
"chalk": "^4",
|
|
@@ -18420,7 +17925,7 @@
|
|
|
18420
17925
|
"lodash": "^4.17.21",
|
|
18421
17926
|
"normalize-package-data": "^6",
|
|
18422
17927
|
"semver": "^7.6.3",
|
|
18423
|
-
"sort-package-json": "^2.10.
|
|
17928
|
+
"sort-package-json": "^2.10.1",
|
|
18424
17929
|
"tiny-jsonc": "^1.0.1",
|
|
18425
17930
|
"validate-npm-package-name": "^5.0.1"
|
|
18426
17931
|
},
|
|
@@ -18431,27 +17936,6 @@
|
|
|
18431
17936
|
"node": ">=18.0.0"
|
|
18432
17937
|
}
|
|
18433
17938
|
},
|
|
18434
|
-
"node_modules/oclif/node_modules/change-case": {
|
|
18435
|
-
"version": "4.1.2",
|
|
18436
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
18437
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
18438
|
-
"dev": true,
|
|
18439
|
-
"license": "MIT",
|
|
18440
|
-
"dependencies": {
|
|
18441
|
-
"camel-case": "^4.1.2",
|
|
18442
|
-
"capital-case": "^1.0.4",
|
|
18443
|
-
"constant-case": "^3.0.4",
|
|
18444
|
-
"dot-case": "^3.0.4",
|
|
18445
|
-
"header-case": "^2.0.4",
|
|
18446
|
-
"no-case": "^3.0.4",
|
|
18447
|
-
"param-case": "^3.0.4",
|
|
18448
|
-
"pascal-case": "^3.1.2",
|
|
18449
|
-
"path-case": "^3.0.4",
|
|
18450
|
-
"sentence-case": "^3.0.4",
|
|
18451
|
-
"snake-case": "^3.0.4",
|
|
18452
|
-
"tslib": "^2.0.3"
|
|
18453
|
-
}
|
|
18454
|
-
},
|
|
18455
17939
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
18456
17940
|
"version": "8.1.0",
|
|
18457
17941
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -18509,6 +17993,7 @@
|
|
|
18509
17993
|
"version": "5.1.2",
|
|
18510
17994
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
18511
17995
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
17996
|
+
"dev": true,
|
|
18512
17997
|
"license": "MIT",
|
|
18513
17998
|
"dependencies": {
|
|
18514
17999
|
"mimic-fn": "^2.1.0"
|
|
@@ -18805,15 +18290,6 @@
|
|
|
18805
18290
|
"tslib": "^2.0.3"
|
|
18806
18291
|
}
|
|
18807
18292
|
},
|
|
18808
|
-
"node_modules/patch-console": {
|
|
18809
|
-
"version": "2.0.0",
|
|
18810
|
-
"resolved": "https://registry.npmjs.org/patch-console/-/patch-console-2.0.0.tgz",
|
|
18811
|
-
"integrity": "sha512-0YNdUceMdaQwoKce1gatDScmMo5pu/tfABfnzEqeG0gtTmd7mh/WcwgUjtAeOU7N8nFFlbQBnFK2gXW5fGvmMA==",
|
|
18812
|
-
"license": "MIT",
|
|
18813
|
-
"engines": {
|
|
18814
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
18815
|
-
}
|
|
18816
|
-
},
|
|
18817
18293
|
"node_modules/path-case": {
|
|
18818
18294
|
"version": "3.0.4",
|
|
18819
18295
|
"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
|
|
@@ -19518,34 +18994,6 @@
|
|
|
19518
18994
|
"safe-buffer": "^5.1.0"
|
|
19519
18995
|
}
|
|
19520
18996
|
},
|
|
19521
|
-
"node_modules/react": {
|
|
19522
|
-
"version": "18.3.1",
|
|
19523
|
-
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
19524
|
-
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
19525
|
-
"license": "MIT",
|
|
19526
|
-
"dependencies": {
|
|
19527
|
-
"loose-envify": "^1.1.0"
|
|
19528
|
-
},
|
|
19529
|
-
"engines": {
|
|
19530
|
-
"node": ">=0.10.0"
|
|
19531
|
-
}
|
|
19532
|
-
},
|
|
19533
|
-
"node_modules/react-reconciler": {
|
|
19534
|
-
"version": "0.29.2",
|
|
19535
|
-
"resolved": "https://registry.npmjs.org/react-reconciler/-/react-reconciler-0.29.2.tgz",
|
|
19536
|
-
"integrity": "sha512-zZQqIiYgDCTP/f1N/mAR10nJGrPD2ZR+jDSEsKWJHYC7Cm2wodlwbR3upZRdC3cjIjSlTLNVyO7Iu0Yy7t2AYg==",
|
|
19537
|
-
"license": "MIT",
|
|
19538
|
-
"dependencies": {
|
|
19539
|
-
"loose-envify": "^1.1.0",
|
|
19540
|
-
"scheduler": "^0.23.2"
|
|
19541
|
-
},
|
|
19542
|
-
"engines": {
|
|
19543
|
-
"node": ">=0.10.0"
|
|
19544
|
-
},
|
|
19545
|
-
"peerDependencies": {
|
|
19546
|
-
"react": "^18.3.1"
|
|
19547
|
-
}
|
|
19548
|
-
},
|
|
19549
18997
|
"node_modules/read": {
|
|
19550
18998
|
"version": "3.0.1",
|
|
19551
18999
|
"resolved": "https://registry.npmjs.org/read/-/read-3.0.1.tgz",
|
|
@@ -19976,22 +19424,6 @@
|
|
|
19976
19424
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
19977
19425
|
}
|
|
19978
19426
|
},
|
|
19979
|
-
"node_modules/restore-cursor": {
|
|
19980
|
-
"version": "4.0.0",
|
|
19981
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz",
|
|
19982
|
-
"integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==",
|
|
19983
|
-
"license": "MIT",
|
|
19984
|
-
"dependencies": {
|
|
19985
|
-
"onetime": "^5.1.0",
|
|
19986
|
-
"signal-exit": "^3.0.2"
|
|
19987
|
-
},
|
|
19988
|
-
"engines": {
|
|
19989
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
19990
|
-
},
|
|
19991
|
-
"funding": {
|
|
19992
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
19993
|
-
}
|
|
19994
|
-
},
|
|
19995
19427
|
"node_modules/retry": {
|
|
19996
19428
|
"version": "0.12.0",
|
|
19997
19429
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -20208,15 +19640,6 @@
|
|
|
20208
19640
|
"dev": true,
|
|
20209
19641
|
"license": "ISC"
|
|
20210
19642
|
},
|
|
20211
|
-
"node_modules/scheduler": {
|
|
20212
|
-
"version": "0.23.2",
|
|
20213
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz",
|
|
20214
|
-
"integrity": "sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==",
|
|
20215
|
-
"license": "MIT",
|
|
20216
|
-
"dependencies": {
|
|
20217
|
-
"loose-envify": "^1.1.0"
|
|
20218
|
-
}
|
|
20219
|
-
},
|
|
20220
19643
|
"node_modules/secure-json-parse": {
|
|
20221
19644
|
"version": "2.7.0",
|
|
20222
19645
|
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
|
|
@@ -20585,6 +20008,18 @@
|
|
|
20585
20008
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
20586
20009
|
}
|
|
20587
20010
|
},
|
|
20011
|
+
"node_modules/slice-ansi/node_modules/ansi-styles": {
|
|
20012
|
+
"version": "6.2.1",
|
|
20013
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
20014
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
20015
|
+
"license": "MIT",
|
|
20016
|
+
"engines": {
|
|
20017
|
+
"node": ">=12"
|
|
20018
|
+
},
|
|
20019
|
+
"funding": {
|
|
20020
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
20021
|
+
}
|
|
20022
|
+
},
|
|
20588
20023
|
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
20589
20024
|
"version": "5.0.0",
|
|
20590
20025
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
@@ -20737,9 +20172,9 @@
|
|
|
20737
20172
|
"license": "MIT"
|
|
20738
20173
|
},
|
|
20739
20174
|
"node_modules/sort-package-json": {
|
|
20740
|
-
"version": "2.10.
|
|
20741
|
-
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.10.
|
|
20742
|
-
"integrity": "sha512-
|
|
20175
|
+
"version": "2.10.1",
|
|
20176
|
+
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.10.1.tgz",
|
|
20177
|
+
"integrity": "sha512-d76wfhgUuGypKqY72Unm5LFnMpACbdxXsLPcL27pOsSrmVqH3PztFp1uq+Z22suk15h7vXmTesuh2aEjdCqb5w==",
|
|
20743
20178
|
"dev": true,
|
|
20744
20179
|
"license": "MIT",
|
|
20745
20180
|
"dependencies": {
|
|
@@ -20984,27 +20419,6 @@
|
|
|
20984
20419
|
"integrity": "sha512-D8cWtWVdIe/jBA7v5p5Hwl5yOSOrmZPWDPe2KxQ5UAGD+nxbxU0lKXA4h85Ta6+qgdKVL3vUxsbIZjc1kBG7ug==",
|
|
20985
20420
|
"license": "MIT"
|
|
20986
20421
|
},
|
|
20987
|
-
"node_modules/stack-utils": {
|
|
20988
|
-
"version": "2.0.6",
|
|
20989
|
-
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
20990
|
-
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
20991
|
-
"license": "MIT",
|
|
20992
|
-
"dependencies": {
|
|
20993
|
-
"escape-string-regexp": "^2.0.0"
|
|
20994
|
-
},
|
|
20995
|
-
"engines": {
|
|
20996
|
-
"node": ">=10"
|
|
20997
|
-
}
|
|
20998
|
-
},
|
|
20999
|
-
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
21000
|
-
"version": "2.0.0",
|
|
21001
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
21002
|
-
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
21003
|
-
"license": "MIT",
|
|
21004
|
-
"engines": {
|
|
21005
|
-
"node": ">=8"
|
|
21006
|
-
}
|
|
21007
|
-
},
|
|
21008
20422
|
"node_modules/standard-version": {
|
|
21009
20423
|
"version": "9.5.0",
|
|
21010
20424
|
"resolved": "https://registry.npmjs.org/standard-version/-/standard-version-9.5.0.tgz",
|
|
@@ -21936,21 +21350,6 @@
|
|
|
21936
21350
|
"node": ">=8.0.0"
|
|
21937
21351
|
}
|
|
21938
21352
|
},
|
|
21939
|
-
"node_modules/tty-table/node_modules/ansi-styles": {
|
|
21940
|
-
"version": "4.3.0",
|
|
21941
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
21942
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
21943
|
-
"license": "MIT",
|
|
21944
|
-
"dependencies": {
|
|
21945
|
-
"color-convert": "^2.0.1"
|
|
21946
|
-
},
|
|
21947
|
-
"engines": {
|
|
21948
|
-
"node": ">=8"
|
|
21949
|
-
},
|
|
21950
|
-
"funding": {
|
|
21951
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
21952
|
-
}
|
|
21953
|
-
},
|
|
21954
21353
|
"node_modules/tty-table/node_modules/cliui": {
|
|
21955
21354
|
"version": "8.0.1",
|
|
21956
21355
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
@@ -22689,37 +22088,6 @@
|
|
|
22689
22088
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
22690
22089
|
}
|
|
22691
22090
|
},
|
|
22692
|
-
"node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
22693
|
-
"version": "4.3.0",
|
|
22694
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
22695
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
22696
|
-
"dev": true,
|
|
22697
|
-
"license": "MIT",
|
|
22698
|
-
"dependencies": {
|
|
22699
|
-
"color-convert": "^2.0.1"
|
|
22700
|
-
},
|
|
22701
|
-
"engines": {
|
|
22702
|
-
"node": ">=8"
|
|
22703
|
-
},
|
|
22704
|
-
"funding": {
|
|
22705
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
22706
|
-
}
|
|
22707
|
-
},
|
|
22708
|
-
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
22709
|
-
"version": "4.3.0",
|
|
22710
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
22711
|
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
22712
|
-
"license": "MIT",
|
|
22713
|
-
"dependencies": {
|
|
22714
|
-
"color-convert": "^2.0.1"
|
|
22715
|
-
},
|
|
22716
|
-
"engines": {
|
|
22717
|
-
"node": ">=8"
|
|
22718
|
-
},
|
|
22719
|
-
"funding": {
|
|
22720
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
22721
|
-
}
|
|
22722
|
-
},
|
|
22723
22091
|
"node_modules/wrappy": {
|
|
22724
22092
|
"version": "1.0.2",
|
|
22725
22093
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
@@ -22753,27 +22121,6 @@
|
|
|
22753
22121
|
"url": "https://github.com/sponsors/isaacs"
|
|
22754
22122
|
}
|
|
22755
22123
|
},
|
|
22756
|
-
"node_modules/ws": {
|
|
22757
|
-
"version": "8.18.0",
|
|
22758
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
|
|
22759
|
-
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
|
|
22760
|
-
"license": "MIT",
|
|
22761
|
-
"engines": {
|
|
22762
|
-
"node": ">=10.0.0"
|
|
22763
|
-
},
|
|
22764
|
-
"peerDependencies": {
|
|
22765
|
-
"bufferutil": "^4.0.1",
|
|
22766
|
-
"utf-8-validate": ">=5.0.2"
|
|
22767
|
-
},
|
|
22768
|
-
"peerDependenciesMeta": {
|
|
22769
|
-
"bufferutil": {
|
|
22770
|
-
"optional": true
|
|
22771
|
-
},
|
|
22772
|
-
"utf-8-validate": {
|
|
22773
|
-
"optional": true
|
|
22774
|
-
}
|
|
22775
|
-
}
|
|
22776
|
-
},
|
|
22777
22124
|
"node_modules/xml2js": {
|
|
22778
22125
|
"version": "0.6.2",
|
|
22779
22126
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
@@ -22982,12 +22329,6 @@
|
|
|
22982
22329
|
"funding": {
|
|
22983
22330
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
22984
22331
|
}
|
|
22985
|
-
},
|
|
22986
|
-
"node_modules/yoga-wasm-web": {
|
|
22987
|
-
"version": "0.3.3",
|
|
22988
|
-
"resolved": "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz",
|
|
22989
|
-
"integrity": "sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==",
|
|
22990
|
-
"license": "MIT"
|
|
22991
22332
|
}
|
|
22992
22333
|
}
|
|
22993
22334
|
}
|