@salesforce/cli 2.31.6 → 2.32.0
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 +100 -17
- package/npm-shrinkwrap.json +641 -531
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.32.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.32.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
|
-
"@oclif/core": "3.
|
|
14
|
+
"@oclif/core": "3.20.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.11",
|
|
16
16
|
"@oclif/plugin-commands": "3.1.6",
|
|
17
17
|
"@oclif/plugin-help": "6.0.14",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@salesforce/plugin-info": "3.0.28",
|
|
31
31
|
"@salesforce/plugin-limits": "3.1.12",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.26",
|
|
33
|
-
"@salesforce/plugin-org": "3.
|
|
33
|
+
"@salesforce/plugin-org": "3.4.1",
|
|
34
34
|
"@salesforce/plugin-packaging": "2.1.11",
|
|
35
35
|
"@salesforce/plugin-schema": "3.1.6",
|
|
36
36
|
"@salesforce/plugin-settings": "2.0.29",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@salesforce/plugin-templates": "56.0.19",
|
|
41
41
|
"@salesforce/plugin-trust": "3.3.14",
|
|
42
42
|
"@salesforce/plugin-user": "3.3.0",
|
|
43
|
-
"@salesforce/sf-plugins-core": "7.1.
|
|
43
|
+
"@salesforce/sf-plugins-core": "7.1.14",
|
|
44
44
|
"chalk": "^5.3.0",
|
|
45
45
|
"debug": "^4.3.4",
|
|
46
46
|
"strip-ansi": "^7.1.0"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
57
57
|
"@types/debug": "^4.1.12",
|
|
58
58
|
"aws-sdk": "^2.1565.0",
|
|
59
|
-
"oclif": "^4.4.
|
|
59
|
+
"oclif": "^4.4.19",
|
|
60
60
|
"ts-node": "^10.9.1",
|
|
61
61
|
"typescript": "^5"
|
|
62
62
|
},
|
|
@@ -1924,12 +1924,12 @@
|
|
|
1924
1924
|
}
|
|
1925
1925
|
},
|
|
1926
1926
|
"node_modules/@babel/code-frame": {
|
|
1927
|
-
"version": "7.
|
|
1928
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
1929
|
-
"integrity": "sha512-
|
|
1927
|
+
"version": "7.23.5",
|
|
1928
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
|
|
1929
|
+
"integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
|
|
1930
1930
|
"license": "MIT",
|
|
1931
1931
|
"dependencies": {
|
|
1932
|
-
"@babel/highlight": "^7.
|
|
1932
|
+
"@babel/highlight": "^7.23.4",
|
|
1933
1933
|
"chalk": "^2.4.2"
|
|
1934
1934
|
},
|
|
1935
1935
|
"engines": {
|
|
@@ -2255,9 +2255,9 @@
|
|
|
2255
2255
|
}
|
|
2256
2256
|
},
|
|
2257
2257
|
"node_modules/@babel/highlight": {
|
|
2258
|
-
"version": "7.
|
|
2259
|
-
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.
|
|
2260
|
-
"integrity": "sha512-
|
|
2258
|
+
"version": "7.23.4",
|
|
2259
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
|
|
2260
|
+
"integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
|
|
2261
2261
|
"license": "MIT",
|
|
2262
2262
|
"dependencies": {
|
|
2263
2263
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
@@ -2353,25 +2353,25 @@
|
|
|
2353
2353
|
}
|
|
2354
2354
|
},
|
|
2355
2355
|
"node_modules/@babel/runtime": {
|
|
2356
|
-
"version": "7.
|
|
2357
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.
|
|
2358
|
-
"integrity": "sha512-
|
|
2356
|
+
"version": "7.24.0",
|
|
2357
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz",
|
|
2358
|
+
"integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==",
|
|
2359
2359
|
"license": "MIT",
|
|
2360
2360
|
"dependencies": {
|
|
2361
|
-
"regenerator-runtime": "^0.
|
|
2361
|
+
"regenerator-runtime": "^0.14.0"
|
|
2362
2362
|
},
|
|
2363
2363
|
"engines": {
|
|
2364
2364
|
"node": ">=6.9.0"
|
|
2365
2365
|
}
|
|
2366
2366
|
},
|
|
2367
2367
|
"node_modules/@babel/runtime-corejs3": {
|
|
2368
|
-
"version": "7.
|
|
2369
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.
|
|
2370
|
-
"integrity": "sha512-
|
|
2368
|
+
"version": "7.24.0",
|
|
2369
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.24.0.tgz",
|
|
2370
|
+
"integrity": "sha512-HxiRMOncx3ly6f3fcZ1GVKf+/EROcI9qwPgmij8Czqy6Okm/0T37T4y2ZIlLUuEUFjtM7NRsfdCO8Y3tAiJZew==",
|
|
2371
2371
|
"license": "MIT",
|
|
2372
2372
|
"dependencies": {
|
|
2373
2373
|
"core-js-pure": "^3.30.2",
|
|
2374
|
-
"regenerator-runtime": "^0.
|
|
2374
|
+
"regenerator-runtime": "^0.14.0"
|
|
2375
2375
|
},
|
|
2376
2376
|
"engines": {
|
|
2377
2377
|
"node": ">=6.9.0"
|
|
@@ -2776,34 +2776,6 @@
|
|
|
2776
2776
|
"node": ">=v14"
|
|
2777
2777
|
}
|
|
2778
2778
|
},
|
|
2779
|
-
"node_modules/@commitlint/read/node_modules/fs-extra": {
|
|
2780
|
-
"version": "11.1.1",
|
|
2781
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz",
|
|
2782
|
-
"integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==",
|
|
2783
|
-
"dev": true,
|
|
2784
|
-
"license": "MIT",
|
|
2785
|
-
"dependencies": {
|
|
2786
|
-
"graceful-fs": "^4.2.0",
|
|
2787
|
-
"jsonfile": "^6.0.1",
|
|
2788
|
-
"universalify": "^2.0.0"
|
|
2789
|
-
},
|
|
2790
|
-
"engines": {
|
|
2791
|
-
"node": ">=14.14"
|
|
2792
|
-
}
|
|
2793
|
-
},
|
|
2794
|
-
"node_modules/@commitlint/read/node_modules/jsonfile": {
|
|
2795
|
-
"version": "6.1.0",
|
|
2796
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
2797
|
-
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
2798
|
-
"dev": true,
|
|
2799
|
-
"license": "MIT",
|
|
2800
|
-
"dependencies": {
|
|
2801
|
-
"universalify": "^2.0.0"
|
|
2802
|
-
},
|
|
2803
|
-
"optionalDependencies": {
|
|
2804
|
-
"graceful-fs": "^4.1.6"
|
|
2805
|
-
}
|
|
2806
|
-
},
|
|
2807
2779
|
"node_modules/@commitlint/resolve-extends": {
|
|
2808
2780
|
"version": "17.4.4",
|
|
2809
2781
|
"resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-17.4.4.tgz",
|
|
@@ -3617,9 +3589,9 @@
|
|
|
3617
3589
|
}
|
|
3618
3590
|
},
|
|
3619
3591
|
"node_modules/@npmcli/agent": {
|
|
3620
|
-
"version": "2.2.
|
|
3621
|
-
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.
|
|
3622
|
-
"integrity": "sha512-
|
|
3592
|
+
"version": "2.2.1",
|
|
3593
|
+
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz",
|
|
3594
|
+
"integrity": "sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ==",
|
|
3623
3595
|
"extraneous": true,
|
|
3624
3596
|
"license": "ISC",
|
|
3625
3597
|
"dependencies": {
|
|
@@ -3662,9 +3634,9 @@
|
|
|
3662
3634
|
}
|
|
3663
3635
|
},
|
|
3664
3636
|
"node_modules/@npmcli/agent/node_modules/lru-cache": {
|
|
3665
|
-
"version": "10.
|
|
3666
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
3667
|
-
"integrity": "sha512
|
|
3637
|
+
"version": "10.2.0",
|
|
3638
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
3639
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
3668
3640
|
"extraneous": true,
|
|
3669
3641
|
"license": "ISC",
|
|
3670
3642
|
"engines": {
|
|
@@ -3672,9 +3644,9 @@
|
|
|
3672
3644
|
}
|
|
3673
3645
|
},
|
|
3674
3646
|
"node_modules/@npmcli/arborist": {
|
|
3675
|
-
"version": "7.
|
|
3676
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.
|
|
3677
|
-
"integrity": "sha512-
|
|
3647
|
+
"version": "7.4.0",
|
|
3648
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.4.0.tgz",
|
|
3649
|
+
"integrity": "sha512-VFsUaTrV8NR+0E2I+xhp6pPC5eAbMmSMSMZbS57aogLc6du6HWBPATFOaiNWwp1QTFVeP4aLhYixQM9hHfaAsA==",
|
|
3678
3650
|
"extraneous": true,
|
|
3679
3651
|
"license": "ISC",
|
|
3680
3652
|
"dependencies": {
|
|
@@ -3686,7 +3658,7 @@
|
|
|
3686
3658
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
3687
3659
|
"@npmcli/node-gyp": "^3.0.0",
|
|
3688
3660
|
"@npmcli/package-json": "^5.0.0",
|
|
3689
|
-
"@npmcli/query": "^3.0
|
|
3661
|
+
"@npmcli/query": "^3.1.0",
|
|
3690
3662
|
"@npmcli/run-script": "^7.0.2",
|
|
3691
3663
|
"bin-links": "^4.0.1",
|
|
3692
3664
|
"cacache": "^18.0.0",
|
|
@@ -3705,7 +3677,7 @@
|
|
|
3705
3677
|
"parse-conflict-json": "^3.0.0",
|
|
3706
3678
|
"proc-log": "^3.0.0",
|
|
3707
3679
|
"promise-all-reject-late": "^1.0.0",
|
|
3708
|
-
"promise-call-limit": "^
|
|
3680
|
+
"promise-call-limit": "^3.0.1",
|
|
3709
3681
|
"read-package-json-fast": "^3.0.2",
|
|
3710
3682
|
"semver": "^7.3.7",
|
|
3711
3683
|
"ssri": "^10.0.5",
|
|
@@ -3746,9 +3718,9 @@
|
|
|
3746
3718
|
}
|
|
3747
3719
|
},
|
|
3748
3720
|
"node_modules/@npmcli/config": {
|
|
3749
|
-
"version": "8.
|
|
3750
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.
|
|
3751
|
-
"integrity": "sha512-
|
|
3721
|
+
"version": "8.2.0",
|
|
3722
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.0.tgz",
|
|
3723
|
+
"integrity": "sha512-YoEYZFg0hRSRP/Chmq+J4FvULFvji6SORUYWQc10FiJ+ReAnViXcDCENg6kM6dID04bAoKNUygrby798+gYBbQ==",
|
|
3752
3724
|
"extraneous": true,
|
|
3753
3725
|
"license": "ISC",
|
|
3754
3726
|
"dependencies": {
|
|
@@ -3791,9 +3763,9 @@
|
|
|
3791
3763
|
}
|
|
3792
3764
|
},
|
|
3793
3765
|
"node_modules/@npmcli/git": {
|
|
3794
|
-
"version": "5.0.
|
|
3795
|
-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.
|
|
3796
|
-
"integrity": "sha512-
|
|
3766
|
+
"version": "5.0.4",
|
|
3767
|
+
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz",
|
|
3768
|
+
"integrity": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==",
|
|
3797
3769
|
"extraneous": true,
|
|
3798
3770
|
"license": "ISC",
|
|
3799
3771
|
"dependencies": {
|
|
@@ -3811,9 +3783,9 @@
|
|
|
3811
3783
|
}
|
|
3812
3784
|
},
|
|
3813
3785
|
"node_modules/@npmcli/git/node_modules/lru-cache": {
|
|
3814
|
-
"version": "10.
|
|
3815
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
3816
|
-
"integrity": "sha512
|
|
3786
|
+
"version": "10.2.0",
|
|
3787
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
3788
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
3817
3789
|
"extraneous": true,
|
|
3818
3790
|
"license": "ISC",
|
|
3819
3791
|
"engines": {
|
|
@@ -3967,9 +3939,9 @@
|
|
|
3967
3939
|
}
|
|
3968
3940
|
},
|
|
3969
3941
|
"node_modules/@npmcli/query": {
|
|
3970
|
-
"version": "3.0
|
|
3971
|
-
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.0.
|
|
3972
|
-
"integrity": "sha512-
|
|
3942
|
+
"version": "3.1.0",
|
|
3943
|
+
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
|
|
3944
|
+
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
|
|
3973
3945
|
"extraneous": true,
|
|
3974
3946
|
"license": "ISC",
|
|
3975
3947
|
"dependencies": {
|
|
@@ -3997,9 +3969,9 @@
|
|
|
3997
3969
|
}
|
|
3998
3970
|
},
|
|
3999
3971
|
"node_modules/@oclif/core": {
|
|
4000
|
-
"version": "3.
|
|
4001
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
4002
|
-
"integrity": "sha512-
|
|
3972
|
+
"version": "3.20.0",
|
|
3973
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
|
|
3974
|
+
"integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
|
|
4003
3975
|
"license": "MIT",
|
|
4004
3976
|
"dependencies": {
|
|
4005
3977
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -4539,8 +4511,6 @@
|
|
|
4539
4511
|
},
|
|
4540
4512
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/agent": {
|
|
4541
4513
|
"version": "2.2.0",
|
|
4542
|
-
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.0.tgz",
|
|
4543
|
-
"integrity": "sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q==",
|
|
4544
4514
|
"inBundle": true,
|
|
4545
4515
|
"license": "ISC",
|
|
4546
4516
|
"dependencies": {
|
|
@@ -4556,8 +4526,6 @@
|
|
|
4556
4526
|
},
|
|
4557
4527
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4558
4528
|
"version": "7.2.1",
|
|
4559
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.2.1.tgz",
|
|
4560
|
-
"integrity": "sha512-o1QIAX56FC8HEPF+Hf4V4/hck9j0a3UiLnMX4aDHPbtU4Po1tUOUSmc2GAx947VWT+acrdMYTDkqUt2CaSXt7A==",
|
|
4561
4529
|
"inBundle": true,
|
|
4562
4530
|
"license": "ISC",
|
|
4563
4531
|
"dependencies": {
|
|
@@ -4664,8 +4632,6 @@
|
|
|
4664
4632
|
},
|
|
4665
4633
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4666
4634
|
"version": "5.0.3",
|
|
4667
|
-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.3.tgz",
|
|
4668
|
-
"integrity": "sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw==",
|
|
4669
4635
|
"inBundle": true,
|
|
4670
4636
|
"license": "ISC",
|
|
4671
4637
|
"dependencies": {
|
|
@@ -4783,8 +4749,6 @@
|
|
|
4783
4749
|
},
|
|
4784
4750
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/query": {
|
|
4785
4751
|
"version": "3.0.1",
|
|
4786
|
-
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.0.1.tgz",
|
|
4787
|
-
"integrity": "sha512-0jE8iHBogf/+bFDj+ju6/UMLbJ39c8h6nSe6qile+dB7PJ0iV3gNqcb2vtt6WWCBrxv9uAjzUT/8vroluulidA==",
|
|
4788
4752
|
"inBundle": true,
|
|
4789
4753
|
"license": "ISC",
|
|
4790
4754
|
"dependencies": {
|
|
@@ -4833,8 +4797,6 @@
|
|
|
4833
4797
|
},
|
|
4834
4798
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4835
4799
|
"version": "0.2.1",
|
|
4836
|
-
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz",
|
|
4837
|
-
"integrity": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==",
|
|
4838
4800
|
"inBundle": true,
|
|
4839
4801
|
"license": "Apache-2.0",
|
|
4840
4802
|
"engines": {
|
|
@@ -5022,6 +4984,8 @@
|
|
|
5022
4984
|
},
|
|
5023
4985
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
5024
4986
|
"version": "4.0.3",
|
|
4987
|
+
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
|
|
4988
|
+
"integrity": "sha512-obsRaULtJurnfox/MDwgq6Yo9kzbv1CPTk/1/s7Z/61Lezc8IKkFCOXNeVLXz0456WRzBQmSsDWlai2tIhBsfA==",
|
|
5025
4989
|
"inBundle": true,
|
|
5026
4990
|
"license": "ISC",
|
|
5027
4991
|
"dependencies": {
|
|
@@ -5238,6 +5202,8 @@
|
|
|
5238
5202
|
},
|
|
5239
5203
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cmd-shim": {
|
|
5240
5204
|
"version": "6.0.2",
|
|
5205
|
+
"resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.2.tgz",
|
|
5206
|
+
"integrity": "sha512-+FFYbB0YLaAkhkcrjkyNLYDiOsFSfRjwjY19LXk/psmMx1z00xlCv7hhQoTGXXIKi+YXHL/iiFo8NqMVQX9nOw==",
|
|
5241
5207
|
"inBundle": true,
|
|
5242
5208
|
"license": "ISC",
|
|
5243
5209
|
"engines": {
|
|
@@ -5416,8 +5382,6 @@
|
|
|
5416
5382
|
},
|
|
5417
5383
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
5418
5384
|
"version": "5.1.0",
|
|
5419
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
|
|
5420
|
-
"integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
|
|
5421
5385
|
"inBundle": true,
|
|
5422
5386
|
"license": "BSD-3-Clause",
|
|
5423
5387
|
"engines": {
|
|
@@ -5625,8 +5589,6 @@
|
|
|
5625
5589
|
},
|
|
5626
5590
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/hasown": {
|
|
5627
5591
|
"version": "2.0.0",
|
|
5628
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
|
|
5629
|
-
"integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
|
|
5630
5592
|
"inBundle": true,
|
|
5631
5593
|
"license": "MIT",
|
|
5632
5594
|
"dependencies": {
|
|
@@ -5717,8 +5679,6 @@
|
|
|
5717
5679
|
},
|
|
5718
5680
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5719
5681
|
"version": "6.0.3",
|
|
5720
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.3.tgz",
|
|
5721
|
-
"integrity": "sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==",
|
|
5722
5682
|
"inBundle": true,
|
|
5723
5683
|
"license": "ISC",
|
|
5724
5684
|
"dependencies": {
|
|
@@ -5847,6 +5807,8 @@
|
|
|
5847
5807
|
},
|
|
5848
5808
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jackspeak": {
|
|
5849
5809
|
"version": "2.3.6",
|
|
5810
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
5811
|
+
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
5850
5812
|
"inBundle": true,
|
|
5851
5813
|
"license": "BlueOak-1.0.0",
|
|
5852
5814
|
"dependencies": {
|
|
@@ -5906,8 +5868,6 @@
|
|
|
5906
5868
|
},
|
|
5907
5869
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5908
5870
|
"version": "8.0.1",
|
|
5909
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.1.tgz",
|
|
5910
|
-
"integrity": "sha512-MWbnWIfxLKol+BgC1NR1as1JwM5ufZASd6CaENJjNe4JpJ0gx71xhpYY5SvNMZnVBahocYZWP6+SPQdyD0abEQ==",
|
|
5911
5871
|
"inBundle": true,
|
|
5912
5872
|
"license": "ISC",
|
|
5913
5873
|
"dependencies": {
|
|
@@ -5920,8 +5880,6 @@
|
|
|
5920
5880
|
},
|
|
5921
5881
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5922
5882
|
"version": "6.0.3",
|
|
5923
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.3.tgz",
|
|
5924
|
-
"integrity": "sha512-Xy4ZFueaYb7CNMxH7i/SoQDg7VyDOESFWZp/MU3f3qtAasEWhdTYBSHmb18ehp8MxTjox7c7U6ws7l3r+LTBFA==",
|
|
5925
5883
|
"inBundle": true,
|
|
5926
5884
|
"license": "ISC",
|
|
5927
5885
|
"dependencies": {
|
|
@@ -5962,8 +5920,6 @@
|
|
|
5962
5920
|
},
|
|
5963
5921
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5964
5922
|
"version": "5.0.1",
|
|
5965
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.1.tgz",
|
|
5966
|
-
"integrity": "sha512-4s7jdjiYE4SCf87n5UOrRlsUpF0Xw8DWtBwP53EaNQdvqR1579nOv1nwakMLmkq5HFKNOJyZcAH/rf5wVRRz5A==",
|
|
5967
5923
|
"inBundle": true,
|
|
5968
5924
|
"license": "ISC",
|
|
5969
5925
|
"dependencies": {
|
|
@@ -5975,8 +5931,6 @@
|
|
|
5975
5931
|
},
|
|
5976
5932
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5977
5933
|
"version": "10.0.0",
|
|
5978
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.0.tgz",
|
|
5979
|
-
"integrity": "sha512-PdEuOC1woGbrmxsvMdZCLYFirwtroIaxCzire/h55BfnqHOC73yQylIe9V2T9/1WL6f+PXIoZETR0dhJpLLFWQ==",
|
|
5980
5934
|
"inBundle": true,
|
|
5981
5935
|
"license": "ISC",
|
|
5982
5936
|
"dependencies": {
|
|
@@ -5989,8 +5943,6 @@
|
|
|
5989
5943
|
},
|
|
5990
5944
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5991
5945
|
"version": "6.0.1",
|
|
5992
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.1.tgz",
|
|
5993
|
-
"integrity": "sha512-yP3Moge82n3va2Y2dm7qWqwUGp2oZr+vPCyOr+YChGQx6zMtmUYdQA3nGMyF1mWWEmx2QCzyp2N6HmdTUnvRmQ==",
|
|
5994
5946
|
"inBundle": true,
|
|
5995
5947
|
"license": "ISC",
|
|
5996
5948
|
"dependencies": {
|
|
@@ -6003,8 +5955,6 @@
|
|
|
6003
5955
|
},
|
|
6004
5956
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
6005
5957
|
"version": "6.0.3",
|
|
6006
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.3.tgz",
|
|
6007
|
-
"integrity": "sha512-+XV6/KVGYJ2TvqeJfBhSJgrXWV3OiFPYCKGavNwNBFmAtRRrj7OoV6a/+C0HDo7D0PFEDktdBHW47EciUgHx+g==",
|
|
6008
5958
|
"inBundle": true,
|
|
6009
5959
|
"license": "ISC",
|
|
6010
5960
|
"dependencies": {
|
|
@@ -6037,8 +5987,6 @@
|
|
|
6037
5987
|
},
|
|
6038
5988
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
6039
5989
|
"version": "7.0.0",
|
|
6040
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.0.tgz",
|
|
6041
|
-
"integrity": "sha512-gMSev/ZYP96C/73vVJSBfc/dfK65xKHs1QS/u/0NHmos19Td+XopKaMFbY4Xkfbdsau21DRTwM5kQdjuj9DbIw==",
|
|
6042
5990
|
"inBundle": true,
|
|
6043
5991
|
"license": "ISC",
|
|
6044
5992
|
"dependencies": {
|
|
@@ -6050,8 +5998,6 @@
|
|
|
6050
5998
|
},
|
|
6051
5999
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
6052
6000
|
"version": "6.0.0",
|
|
6053
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.0.tgz",
|
|
6054
|
-
"integrity": "sha512-d63ahIq7cZy3ZO8hhXiIigZTjaeV5WGfz1HkTbh6IfqNYNDhGiVLKu5ehOGdUQgUHcjxkdAwUzNNjMS1VJQ/mQ==",
|
|
6055
6001
|
"inBundle": true,
|
|
6056
6002
|
"license": "ISC",
|
|
6057
6003
|
"dependencies": {
|
|
@@ -6064,8 +6010,6 @@
|
|
|
6064
6010
|
},
|
|
6065
6011
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
6066
6012
|
"version": "5.0.1",
|
|
6067
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.1.tgz",
|
|
6068
|
-
"integrity": "sha512-OXiju5vvL22QUBKizAyo5d+FOUkt9xN9+UOPE8alsZw+O9gLjnJrMmRW8P8uxMLS6/K415em15meVEbjG26Fzg==",
|
|
6069
6013
|
"inBundle": true,
|
|
6070
6014
|
"license": "ISC",
|
|
6071
6015
|
"dependencies": {
|
|
@@ -6167,6 +6111,8 @@
|
|
|
6167
6111
|
},
|
|
6168
6112
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
6169
6113
|
"version": "3.0.4",
|
|
6114
|
+
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz",
|
|
6115
|
+
"integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==",
|
|
6170
6116
|
"inBundle": true,
|
|
6171
6117
|
"license": "MIT",
|
|
6172
6118
|
"dependencies": {
|
|
@@ -6471,8 +6417,6 @@
|
|
|
6471
6417
|
},
|
|
6472
6418
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
6473
6419
|
"version": "8.0.0",
|
|
6474
|
-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz",
|
|
6475
|
-
"integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==",
|
|
6476
6420
|
"inBundle": true,
|
|
6477
6421
|
"license": "ISC",
|
|
6478
6422
|
"dependencies": {
|
|
@@ -6648,8 +6592,6 @@
|
|
|
6648
6592
|
},
|
|
6649
6593
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6650
6594
|
"version": "6.0.13",
|
|
6651
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
|
|
6652
|
-
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
|
|
6653
6595
|
"inBundle": true,
|
|
6654
6596
|
"license": "MIT",
|
|
6655
6597
|
"dependencies": {
|
|
@@ -6692,8 +6634,6 @@
|
|
|
6692
6634
|
},
|
|
6693
6635
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6694
6636
|
"version": "1.0.2",
|
|
6695
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.2.tgz",
|
|
6696
|
-
"integrity": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==",
|
|
6697
6637
|
"inBundle": true,
|
|
6698
6638
|
"license": "ISC",
|
|
6699
6639
|
"funding": {
|
|
@@ -6798,8 +6738,6 @@
|
|
|
6798
6738
|
},
|
|
6799
6739
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
|
|
6800
6740
|
"version": "4.4.2",
|
|
6801
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
6802
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
6803
6741
|
"inBundle": true,
|
|
6804
6742
|
"license": "MIT",
|
|
6805
6743
|
"dependencies": {
|
|
@@ -6949,8 +6887,6 @@
|
|
|
6949
6887
|
},
|
|
6950
6888
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/socks": {
|
|
6951
6889
|
"version": "2.7.1",
|
|
6952
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
|
|
6953
|
-
"integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
|
|
6954
6890
|
"inBundle": true,
|
|
6955
6891
|
"license": "MIT",
|
|
6956
6892
|
"dependencies": {
|
|
@@ -6990,8 +6926,6 @@
|
|
|
6990
6926
|
},
|
|
6991
6927
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-exceptions": {
|
|
6992
6928
|
"version": "2.3.0",
|
|
6993
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
|
|
6994
|
-
"integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
|
|
6995
6929
|
"inBundle": true,
|
|
6996
6930
|
"license": "CC-BY-3.0"
|
|
6997
6931
|
},
|
|
@@ -7931,9 +7865,9 @@
|
|
|
7931
7865
|
}
|
|
7932
7866
|
},
|
|
7933
7867
|
"node_modules/@salesforce/core": {
|
|
7934
|
-
"version": "6.
|
|
7935
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
7936
|
-
"integrity": "sha512-
|
|
7868
|
+
"version": "6.7.0",
|
|
7869
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
|
|
7870
|
+
"integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
|
|
7937
7871
|
"license": "BSD-3-Clause",
|
|
7938
7872
|
"dependencies": {
|
|
7939
7873
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -8498,14 +8432,14 @@
|
|
|
8498
8432
|
}
|
|
8499
8433
|
},
|
|
8500
8434
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
8501
|
-
"version": "3.0.
|
|
8502
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
8503
|
-
"integrity": "sha512-
|
|
8435
|
+
"version": "3.0.69",
|
|
8436
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz",
|
|
8437
|
+
"integrity": "sha512-SVUx7CMdc9h10x1S1X50Vk5q8lNm53Erz+j8X1niAAqeoh/cubYrwChyJS8rhrToxLfV3OeHJ7NQsqovNqTzVg==",
|
|
8504
8438
|
"dev": true,
|
|
8505
8439
|
"license": "BSD-3-Clause",
|
|
8506
8440
|
"dependencies": {
|
|
8507
|
-
"@oclif/core": "^3.
|
|
8508
|
-
"@salesforce/core": "^6.5.
|
|
8441
|
+
"@oclif/core": "^3.19.6",
|
|
8442
|
+
"@salesforce/core": "^6.5.3",
|
|
8509
8443
|
"@salesforce/kit": "^3.0.15",
|
|
8510
8444
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
8511
8445
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -8734,15 +8668,15 @@
|
|
|
8734
8668
|
}
|
|
8735
8669
|
},
|
|
8736
8670
|
"node_modules/@salesforce/plugin-org": {
|
|
8737
|
-
"version": "3.
|
|
8738
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.
|
|
8739
|
-
"integrity": "sha512-
|
|
8671
|
+
"version": "3.4.1",
|
|
8672
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.4.1.tgz",
|
|
8673
|
+
"integrity": "sha512-u5amfnqRuw4GNtm+P/aMp79PKKgYNWI0iU4iHajjkvqiWGpORcEqCCK+d9MRHI6JGzJtHPNcz8Lou45Nqubojg==",
|
|
8740
8674
|
"license": "BSD-3-Clause",
|
|
8741
8675
|
"dependencies": {
|
|
8742
8676
|
"@oclif/core": "^3.18.1",
|
|
8743
|
-
"@salesforce/core": "^6.
|
|
8677
|
+
"@salesforce/core": "^6.6.0",
|
|
8744
8678
|
"@salesforce/kit": "^3.0.15",
|
|
8745
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8679
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
8746
8680
|
"@salesforce/source-deploy-retrieve": "^10.3.8",
|
|
8747
8681
|
"chalk": "^5.3.0",
|
|
8748
8682
|
"change-case": "^5.4.3",
|
|
@@ -8792,9 +8726,9 @@
|
|
|
8792
8726
|
}
|
|
8793
8727
|
},
|
|
8794
8728
|
"node_modules/@salesforce/plugin-release-management": {
|
|
8795
|
-
"version": "4.7.
|
|
8796
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-4.7.
|
|
8797
|
-
"integrity": "sha512-
|
|
8729
|
+
"version": "4.7.20",
|
|
8730
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-4.7.20.tgz",
|
|
8731
|
+
"integrity": "sha512-71B8s/acP4p2mmUSdEuzD5pzvQZpRILmkVb2Tb4bta7P5ZytdTWVpuy497FqEmj6xtLNcyD0grtCiYV7uxWRpQ==",
|
|
8798
8732
|
"dev": true,
|
|
8799
8733
|
"license": "BSD-3-Clause",
|
|
8800
8734
|
"dependencies": {
|
|
@@ -8803,19 +8737,19 @@
|
|
|
8803
8737
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
8804
8738
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
8805
8739
|
"@salesforce/cli-plugins-testkit": "^4.4.12",
|
|
8806
|
-
"@salesforce/core": "^6.
|
|
8740
|
+
"@salesforce/core": "^6.5.3",
|
|
8807
8741
|
"@salesforce/kit": "^3.0.15",
|
|
8808
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
8809
|
-
"@salesforce/plugin-trust": "^3.3.
|
|
8810
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8742
|
+
"@salesforce/plugin-command-reference": "^3.0.68",
|
|
8743
|
+
"@salesforce/plugin-trust": "^3.3.10",
|
|
8744
|
+
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
8811
8745
|
"@salesforce/ts-types": "^2.0.9",
|
|
8812
|
-
"aws-sdk": "^2.
|
|
8746
|
+
"aws-sdk": "^2.1565.0",
|
|
8813
8747
|
"chalk": "^5.3.0",
|
|
8814
8748
|
"fast-glob": "^3.3.2",
|
|
8815
8749
|
"got": "^13",
|
|
8816
8750
|
"just-diff": "^5.2.0",
|
|
8817
|
-
"proxy-agent": "^6.
|
|
8818
|
-
"semver": "^7.
|
|
8751
|
+
"proxy-agent": "^6.4.0",
|
|
8752
|
+
"semver": "^7.6.0",
|
|
8819
8753
|
"shelljs": "^0.8.5",
|
|
8820
8754
|
"standard-version": "^9.0.0",
|
|
8821
8755
|
"strip-ansi": "^6",
|
|
@@ -8888,9 +8822,9 @@
|
|
|
8888
8822
|
}
|
|
8889
8823
|
},
|
|
8890
8824
|
"node_modules/@salesforce/plugin-release-management/node_modules/@octokit/openapi-types": {
|
|
8891
|
-
"version": "18.
|
|
8892
|
-
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.
|
|
8893
|
-
"integrity": "sha512-
|
|
8825
|
+
"version": "18.1.1",
|
|
8826
|
+
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz",
|
|
8827
|
+
"integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==",
|
|
8894
8828
|
"dev": true,
|
|
8895
8829
|
"license": "MIT"
|
|
8896
8830
|
},
|
|
@@ -9197,15 +9131,15 @@
|
|
|
9197
9131
|
"license": "ISC"
|
|
9198
9132
|
},
|
|
9199
9133
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
9200
|
-
"version": "7.1.
|
|
9201
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
9202
|
-
"integrity": "sha512-
|
|
9134
|
+
"version": "7.1.14",
|
|
9135
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
|
|
9136
|
+
"integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
|
|
9203
9137
|
"license": "BSD-3-Clause",
|
|
9204
9138
|
"dependencies": {
|
|
9205
9139
|
"@inquirer/confirm": "^2.0.17",
|
|
9206
9140
|
"@inquirer/password": "^1.1.16",
|
|
9207
9141
|
"@oclif/core": "^3.19.6",
|
|
9208
|
-
"@salesforce/core": "^6.
|
|
9142
|
+
"@salesforce/core": "^6.6.0",
|
|
9209
9143
|
"@salesforce/kit": "^3.0.15",
|
|
9210
9144
|
"@salesforce/ts-types": "^2.0.9",
|
|
9211
9145
|
"chalk": "^5.3.0"
|
|
@@ -9807,22 +9741,22 @@
|
|
|
9807
9741
|
}
|
|
9808
9742
|
},
|
|
9809
9743
|
"node_modules/@sigstore/bundle": {
|
|
9810
|
-
"version": "2.
|
|
9811
|
-
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.
|
|
9812
|
-
"integrity": "sha512-
|
|
9744
|
+
"version": "2.2.0",
|
|
9745
|
+
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz",
|
|
9746
|
+
"integrity": "sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ==",
|
|
9813
9747
|
"extraneous": true,
|
|
9814
9748
|
"license": "Apache-2.0",
|
|
9815
9749
|
"dependencies": {
|
|
9816
|
-
"@sigstore/protobuf-specs": "^0.
|
|
9750
|
+
"@sigstore/protobuf-specs": "^0.3.0"
|
|
9817
9751
|
},
|
|
9818
9752
|
"engines": {
|
|
9819
9753
|
"node": "^16.14.0 || >=18.0.0"
|
|
9820
9754
|
}
|
|
9821
9755
|
},
|
|
9822
9756
|
"node_modules/@sigstore/core": {
|
|
9823
|
-
"version": "0.
|
|
9824
|
-
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-0.
|
|
9825
|
-
"integrity": "sha512-
|
|
9757
|
+
"version": "1.0.0",
|
|
9758
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.0.0.tgz",
|
|
9759
|
+
"integrity": "sha512-dW2qjbWLRKGu6MIDUTBuJwXCnR8zivcSpf5inUzk7y84zqy/dji0/uahppoIgMoKeR+6pUZucrwHfkQQtiG9Rw==",
|
|
9826
9760
|
"extraneous": true,
|
|
9827
9761
|
"license": "Apache-2.0",
|
|
9828
9762
|
"engines": {
|
|
@@ -9830,24 +9764,25 @@
|
|
|
9830
9764
|
}
|
|
9831
9765
|
},
|
|
9832
9766
|
"node_modules/@sigstore/protobuf-specs": {
|
|
9833
|
-
"version": "0.
|
|
9834
|
-
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.
|
|
9835
|
-
"integrity": "sha512-
|
|
9767
|
+
"version": "0.3.0",
|
|
9768
|
+
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
|
|
9769
|
+
"integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
|
|
9770
|
+
"extraneous": true,
|
|
9836
9771
|
"license": "Apache-2.0",
|
|
9837
9772
|
"engines": {
|
|
9838
9773
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
9839
9774
|
}
|
|
9840
9775
|
},
|
|
9841
9776
|
"node_modules/@sigstore/sign": {
|
|
9842
|
-
"version": "2.2.
|
|
9843
|
-
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.
|
|
9844
|
-
"integrity": "sha512-
|
|
9777
|
+
"version": "2.2.3",
|
|
9778
|
+
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz",
|
|
9779
|
+
"integrity": "sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw==",
|
|
9845
9780
|
"extraneous": true,
|
|
9846
9781
|
"license": "Apache-2.0",
|
|
9847
9782
|
"dependencies": {
|
|
9848
|
-
"@sigstore/bundle": "^2.
|
|
9849
|
-
"@sigstore/core": "^0.
|
|
9850
|
-
"@sigstore/protobuf-specs": "^0.
|
|
9783
|
+
"@sigstore/bundle": "^2.2.0",
|
|
9784
|
+
"@sigstore/core": "^1.0.0",
|
|
9785
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
9851
9786
|
"make-fetch-happen": "^13.0.0"
|
|
9852
9787
|
},
|
|
9853
9788
|
"engines": {
|
|
@@ -9868,26 +9803,16 @@
|
|
|
9868
9803
|
"node": "^16.14.0 || >=18.0.0"
|
|
9869
9804
|
}
|
|
9870
9805
|
},
|
|
9871
|
-
"node_modules/@sigstore/tuf/node_modules/@sigstore/protobuf-specs": {
|
|
9872
|
-
"version": "0.3.0",
|
|
9873
|
-
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
|
|
9874
|
-
"integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
|
|
9875
|
-
"extraneous": true,
|
|
9876
|
-
"license": "Apache-2.0",
|
|
9877
|
-
"engines": {
|
|
9878
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
9879
|
-
}
|
|
9880
|
-
},
|
|
9881
9806
|
"node_modules/@sigstore/verify": {
|
|
9882
|
-
"version": "
|
|
9883
|
-
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-
|
|
9884
|
-
"integrity": "sha512-
|
|
9807
|
+
"version": "1.1.0",
|
|
9808
|
+
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.0.tgz",
|
|
9809
|
+
"integrity": "sha512-1fTqnqyTBWvV7cftUUFtDcHPdSox0N3Ub7C0lRyReYx4zZUlNTZjCV+HPy4Lre+r45dV7Qx5JLKvqqsgxuyYfg==",
|
|
9885
9810
|
"extraneous": true,
|
|
9886
9811
|
"license": "Apache-2.0",
|
|
9887
9812
|
"dependencies": {
|
|
9888
|
-
"@sigstore/bundle": "^2.
|
|
9889
|
-
"@sigstore/core": "^0.
|
|
9890
|
-
"@sigstore/protobuf-specs": "^0.
|
|
9813
|
+
"@sigstore/bundle": "^2.2.0",
|
|
9814
|
+
"@sigstore/core": "^1.0.0",
|
|
9815
|
+
"@sigstore/protobuf-specs": "^0.3.0"
|
|
9891
9816
|
},
|
|
9892
9817
|
"engines": {
|
|
9893
9818
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -10849,9 +10774,9 @@
|
|
|
10849
10774
|
"license": "MIT"
|
|
10850
10775
|
},
|
|
10851
10776
|
"node_modules/@types/http-cache-semantics": {
|
|
10852
|
-
"version": "4.0.
|
|
10853
|
-
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.
|
|
10854
|
-
"integrity": "sha512-
|
|
10777
|
+
"version": "4.0.4",
|
|
10778
|
+
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
|
|
10779
|
+
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
|
|
10855
10780
|
"license": "MIT"
|
|
10856
10781
|
},
|
|
10857
10782
|
"node_modules/@types/inquirer": {
|
|
@@ -10918,9 +10843,9 @@
|
|
|
10918
10843
|
"license": "MIT"
|
|
10919
10844
|
},
|
|
10920
10845
|
"node_modules/@types/minimist": {
|
|
10921
|
-
"version": "1.2.
|
|
10922
|
-
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.
|
|
10923
|
-
"integrity": "sha512-
|
|
10846
|
+
"version": "1.2.5",
|
|
10847
|
+
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz",
|
|
10848
|
+
"integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==",
|
|
10924
10849
|
"dev": true,
|
|
10925
10850
|
"license": "MIT"
|
|
10926
10851
|
},
|
|
@@ -10948,18 +10873,18 @@
|
|
|
10948
10873
|
}
|
|
10949
10874
|
},
|
|
10950
10875
|
"node_modules/@types/node": {
|
|
10951
|
-
"version": "20.11.
|
|
10952
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.
|
|
10953
|
-
"integrity": "sha512-
|
|
10876
|
+
"version": "20.11.24",
|
|
10877
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.24.tgz",
|
|
10878
|
+
"integrity": "sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==",
|
|
10954
10879
|
"license": "MIT",
|
|
10955
10880
|
"dependencies": {
|
|
10956
10881
|
"undici-types": "~5.26.4"
|
|
10957
10882
|
}
|
|
10958
10883
|
},
|
|
10959
10884
|
"node_modules/@types/normalize-package-data": {
|
|
10960
|
-
"version": "2.4.
|
|
10961
|
-
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.
|
|
10962
|
-
"integrity": "sha512-
|
|
10885
|
+
"version": "2.4.4",
|
|
10886
|
+
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
|
|
10887
|
+
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
|
|
10963
10888
|
"license": "MIT"
|
|
10964
10889
|
},
|
|
10965
10890
|
"node_modules/@types/parse-json": {
|
|
@@ -11779,9 +11704,9 @@
|
|
|
11779
11704
|
}
|
|
11780
11705
|
},
|
|
11781
11706
|
"node_modules/async": {
|
|
11782
|
-
"version": "3.2.
|
|
11783
|
-
"resolved": "https://registry.npmjs.org/async/-/async-3.2.
|
|
11784
|
-
"integrity": "sha512-
|
|
11707
|
+
"version": "3.2.5",
|
|
11708
|
+
"resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz",
|
|
11709
|
+
"integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==",
|
|
11785
11710
|
"license": "MIT"
|
|
11786
11711
|
},
|
|
11787
11712
|
"node_modules/async-hook-jl": {
|
|
@@ -11860,11 +11785,14 @@
|
|
|
11860
11785
|
}
|
|
11861
11786
|
},
|
|
11862
11787
|
"node_modules/available-typed-arrays": {
|
|
11863
|
-
"version": "1.0.
|
|
11864
|
-
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.
|
|
11865
|
-
"integrity": "sha512-
|
|
11788
|
+
"version": "1.0.7",
|
|
11789
|
+
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
|
|
11790
|
+
"integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==",
|
|
11866
11791
|
"dev": true,
|
|
11867
11792
|
"license": "MIT",
|
|
11793
|
+
"dependencies": {
|
|
11794
|
+
"possible-typed-array-names": "^1.0.0"
|
|
11795
|
+
},
|
|
11868
11796
|
"engines": {
|
|
11869
11797
|
"node": ">= 0.4"
|
|
11870
11798
|
},
|
|
@@ -11964,9 +11892,9 @@
|
|
|
11964
11892
|
}
|
|
11965
11893
|
},
|
|
11966
11894
|
"node_modules/basic-ftp": {
|
|
11967
|
-
"version": "5.0.
|
|
11968
|
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.
|
|
11969
|
-
"integrity": "sha512-
|
|
11895
|
+
"version": "5.0.5",
|
|
11896
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.5.tgz",
|
|
11897
|
+
"integrity": "sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==",
|
|
11970
11898
|
"license": "MIT",
|
|
11971
11899
|
"engines": {
|
|
11972
11900
|
"node": ">=10.0.0"
|
|
@@ -11988,9 +11916,9 @@
|
|
|
11988
11916
|
}
|
|
11989
11917
|
},
|
|
11990
11918
|
"node_modules/bin-links": {
|
|
11991
|
-
"version": "4.0.
|
|
11992
|
-
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.
|
|
11993
|
-
"integrity": "sha512-
|
|
11919
|
+
"version": "4.0.3",
|
|
11920
|
+
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
|
|
11921
|
+
"integrity": "sha512-obsRaULtJurnfox/MDwgq6Yo9kzbv1CPTk/1/s7Z/61Lezc8IKkFCOXNeVLXz0456WRzBQmSsDWlai2tIhBsfA==",
|
|
11994
11922
|
"extraneous": true,
|
|
11995
11923
|
"license": "ISC",
|
|
11996
11924
|
"dependencies": {
|
|
@@ -12234,9 +12162,9 @@
|
|
|
12234
12162
|
}
|
|
12235
12163
|
},
|
|
12236
12164
|
"node_modules/cacache/node_modules/lru-cache": {
|
|
12237
|
-
"version": "10.
|
|
12238
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
12239
|
-
"integrity": "sha512
|
|
12165
|
+
"version": "10.2.0",
|
|
12166
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
12167
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
12240
12168
|
"extraneous": true,
|
|
12241
12169
|
"license": "ISC",
|
|
12242
12170
|
"engines": {
|
|
@@ -12362,14 +12290,19 @@
|
|
|
12362
12290
|
}
|
|
12363
12291
|
},
|
|
12364
12292
|
"node_modules/call-bind": {
|
|
12365
|
-
"version": "1.0.
|
|
12366
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
12367
|
-
"integrity": "sha512-
|
|
12293
|
+
"version": "1.0.7",
|
|
12294
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz",
|
|
12295
|
+
"integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
|
|
12368
12296
|
"license": "MIT",
|
|
12369
12297
|
"dependencies": {
|
|
12298
|
+
"es-define-property": "^1.0.0",
|
|
12299
|
+
"es-errors": "^1.3.0",
|
|
12370
12300
|
"function-bind": "^1.1.2",
|
|
12371
|
-
"get-intrinsic": "^1.2.
|
|
12372
|
-
"set-function-length": "^1.
|
|
12301
|
+
"get-intrinsic": "^1.2.4",
|
|
12302
|
+
"set-function-length": "^1.2.1"
|
|
12303
|
+
},
|
|
12304
|
+
"engines": {
|
|
12305
|
+
"node": ">= 0.4"
|
|
12373
12306
|
},
|
|
12374
12307
|
"funding": {
|
|
12375
12308
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -12923,9 +12856,9 @@
|
|
|
12923
12856
|
}
|
|
12924
12857
|
},
|
|
12925
12858
|
"node_modules/cmd-shim": {
|
|
12926
|
-
"version": "6.0.
|
|
12927
|
-
"resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.
|
|
12928
|
-
"integrity": "sha512
|
|
12859
|
+
"version": "6.0.2",
|
|
12860
|
+
"resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.2.tgz",
|
|
12861
|
+
"integrity": "sha512-+FFYbB0YLaAkhkcrjkyNLYDiOsFSfRjwjY19LXk/psmMx1z00xlCv7hhQoTGXXIKi+YXHL/iiFo8NqMVQX9nOw==",
|
|
12929
12862
|
"extraneous": true,
|
|
12930
12863
|
"license": "ISC",
|
|
12931
12864
|
"engines": {
|
|
@@ -13552,9 +13485,9 @@
|
|
|
13552
13485
|
"license": "MIT"
|
|
13553
13486
|
},
|
|
13554
13487
|
"node_modules/core-js": {
|
|
13555
|
-
"version": "3.
|
|
13556
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
|
13557
|
-
"integrity": "sha512-
|
|
13488
|
+
"version": "3.36.0",
|
|
13489
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz",
|
|
13490
|
+
"integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==",
|
|
13558
13491
|
"hasInstallScript": true,
|
|
13559
13492
|
"license": "MIT",
|
|
13560
13493
|
"funding": {
|
|
@@ -13563,9 +13496,9 @@
|
|
|
13563
13496
|
}
|
|
13564
13497
|
},
|
|
13565
13498
|
"node_modules/core-js-pure": {
|
|
13566
|
-
"version": "3.
|
|
13567
|
-
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.
|
|
13568
|
-
"integrity": "sha512-
|
|
13499
|
+
"version": "3.36.0",
|
|
13500
|
+
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.36.0.tgz",
|
|
13501
|
+
"integrity": "sha512-cN28qmhRNgbMZZMc/RFu5w8pK9VJzpb2rJVR/lHuZJKwmXnoWOpXmMkxqBB514igkp1Hu8WGROsiOAzUcKdHOQ==",
|
|
13569
13502
|
"hasInstallScript": true,
|
|
13570
13503
|
"license": "MIT",
|
|
13571
13504
|
"funding": {
|
|
@@ -13730,9 +13663,9 @@
|
|
|
13730
13663
|
}
|
|
13731
13664
|
},
|
|
13732
13665
|
"node_modules/data-uri-to-buffer": {
|
|
13733
|
-
"version": "
|
|
13734
|
-
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-
|
|
13735
|
-
"integrity": "sha512-
|
|
13666
|
+
"version": "6.0.2",
|
|
13667
|
+
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
|
|
13668
|
+
"integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
|
|
13736
13669
|
"license": "MIT",
|
|
13737
13670
|
"engines": {
|
|
13738
13671
|
"node": ">= 14"
|
|
@@ -13927,17 +13860,20 @@
|
|
|
13927
13860
|
}
|
|
13928
13861
|
},
|
|
13929
13862
|
"node_modules/define-data-property": {
|
|
13930
|
-
"version": "1.1.
|
|
13931
|
-
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.
|
|
13932
|
-
"integrity": "sha512-
|
|
13863
|
+
"version": "1.1.4",
|
|
13864
|
+
"resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
13865
|
+
"integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
13933
13866
|
"license": "MIT",
|
|
13934
13867
|
"dependencies": {
|
|
13935
|
-
"
|
|
13936
|
-
"
|
|
13937
|
-
"
|
|
13868
|
+
"es-define-property": "^1.0.0",
|
|
13869
|
+
"es-errors": "^1.3.0",
|
|
13870
|
+
"gopd": "^1.0.1"
|
|
13938
13871
|
},
|
|
13939
13872
|
"engines": {
|
|
13940
13873
|
"node": ">= 0.4"
|
|
13874
|
+
},
|
|
13875
|
+
"funding": {
|
|
13876
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
13941
13877
|
}
|
|
13942
13878
|
},
|
|
13943
13879
|
"node_modules/define-lazy-prop": {
|
|
@@ -14428,6 +14364,27 @@
|
|
|
14428
14364
|
"url": "https://github.com/sponsors/ljharb"
|
|
14429
14365
|
}
|
|
14430
14366
|
},
|
|
14367
|
+
"node_modules/es-define-property": {
|
|
14368
|
+
"version": "1.0.0",
|
|
14369
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz",
|
|
14370
|
+
"integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
|
|
14371
|
+
"license": "MIT",
|
|
14372
|
+
"dependencies": {
|
|
14373
|
+
"get-intrinsic": "^1.2.4"
|
|
14374
|
+
},
|
|
14375
|
+
"engines": {
|
|
14376
|
+
"node": ">= 0.4"
|
|
14377
|
+
}
|
|
14378
|
+
},
|
|
14379
|
+
"node_modules/es-errors": {
|
|
14380
|
+
"version": "1.3.0",
|
|
14381
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
14382
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
14383
|
+
"license": "MIT",
|
|
14384
|
+
"engines": {
|
|
14385
|
+
"node": ">= 0.4"
|
|
14386
|
+
}
|
|
14387
|
+
},
|
|
14431
14388
|
"node_modules/es-set-tostringtag": {
|
|
14432
14389
|
"version": "2.0.1",
|
|
14433
14390
|
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
|
|
@@ -14479,9 +14436,9 @@
|
|
|
14479
14436
|
"license": "MIT"
|
|
14480
14437
|
},
|
|
14481
14438
|
"node_modules/escalade": {
|
|
14482
|
-
"version": "3.1.
|
|
14483
|
-
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.
|
|
14484
|
-
"integrity": "sha512-
|
|
14439
|
+
"version": "3.1.2",
|
|
14440
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz",
|
|
14441
|
+
"integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==",
|
|
14485
14442
|
"dev": true,
|
|
14486
14443
|
"license": "MIT",
|
|
14487
14444
|
"engines": {
|
|
@@ -15250,9 +15207,9 @@
|
|
|
15250
15207
|
}
|
|
15251
15208
|
},
|
|
15252
15209
|
"node_modules/fastq": {
|
|
15253
|
-
"version": "1.
|
|
15254
|
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.
|
|
15255
|
-
"integrity": "sha512-
|
|
15210
|
+
"version": "1.17.1",
|
|
15211
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",
|
|
15212
|
+
"integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
|
|
15256
15213
|
"license": "ISC",
|
|
15257
15214
|
"dependencies": {
|
|
15258
15215
|
"reusify": "^1.0.4"
|
|
@@ -15565,26 +15522,17 @@
|
|
|
15565
15522
|
"license": "MIT"
|
|
15566
15523
|
},
|
|
15567
15524
|
"node_modules/fs-extra": {
|
|
15568
|
-
"version": "
|
|
15569
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-
|
|
15570
|
-
"integrity": "sha512-
|
|
15525
|
+
"version": "11.2.0",
|
|
15526
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
|
|
15527
|
+
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
|
|
15571
15528
|
"license": "MIT",
|
|
15572
15529
|
"dependencies": {
|
|
15573
15530
|
"graceful-fs": "^4.2.0",
|
|
15574
|
-
"jsonfile": "^
|
|
15575
|
-
"universalify": "^0.
|
|
15531
|
+
"jsonfile": "^6.0.1",
|
|
15532
|
+
"universalify": "^2.0.0"
|
|
15576
15533
|
},
|
|
15577
15534
|
"engines": {
|
|
15578
|
-
"node": ">=
|
|
15579
|
-
}
|
|
15580
|
-
},
|
|
15581
|
-
"node_modules/fs-extra/node_modules/universalify": {
|
|
15582
|
-
"version": "0.1.2",
|
|
15583
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
15584
|
-
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
15585
|
-
"license": "MIT",
|
|
15586
|
-
"engines": {
|
|
15587
|
-
"node": ">= 4.0.0"
|
|
15535
|
+
"node": ">=14.14"
|
|
15588
15536
|
}
|
|
15589
15537
|
},
|
|
15590
15538
|
"node_modules/fs-minipass": {
|
|
@@ -15759,16 +15707,20 @@
|
|
|
15759
15707
|
}
|
|
15760
15708
|
},
|
|
15761
15709
|
"node_modules/get-intrinsic": {
|
|
15762
|
-
"version": "1.2.
|
|
15763
|
-
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.
|
|
15764
|
-
"integrity": "sha512-
|
|
15710
|
+
"version": "1.2.4",
|
|
15711
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
|
|
15712
|
+
"integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
|
|
15765
15713
|
"license": "MIT",
|
|
15766
15714
|
"dependencies": {
|
|
15715
|
+
"es-errors": "^1.3.0",
|
|
15767
15716
|
"function-bind": "^1.1.2",
|
|
15768
15717
|
"has-proto": "^1.0.1",
|
|
15769
15718
|
"has-symbols": "^1.0.3",
|
|
15770
15719
|
"hasown": "^2.0.0"
|
|
15771
15720
|
},
|
|
15721
|
+
"engines": {
|
|
15722
|
+
"node": ">= 0.4"
|
|
15723
|
+
},
|
|
15772
15724
|
"funding": {
|
|
15773
15725
|
"url": "https://github.com/sponsors/ljharb"
|
|
15774
15726
|
}
|
|
@@ -15871,6 +15823,19 @@
|
|
|
15871
15823
|
"xtend": "~4.0.1"
|
|
15872
15824
|
}
|
|
15873
15825
|
},
|
|
15826
|
+
"node_modules/get-stdin": {
|
|
15827
|
+
"version": "9.0.0",
|
|
15828
|
+
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
|
|
15829
|
+
"integrity": "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==",
|
|
15830
|
+
"dev": true,
|
|
15831
|
+
"license": "MIT",
|
|
15832
|
+
"engines": {
|
|
15833
|
+
"node": ">=12"
|
|
15834
|
+
},
|
|
15835
|
+
"funding": {
|
|
15836
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15837
|
+
}
|
|
15838
|
+
},
|
|
15874
15839
|
"node_modules/get-stream": {
|
|
15875
15840
|
"version": "6.0.1",
|
|
15876
15841
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
@@ -15901,20 +15866,30 @@
|
|
|
15901
15866
|
}
|
|
15902
15867
|
},
|
|
15903
15868
|
"node_modules/get-uri": {
|
|
15904
|
-
"version": "6.0.
|
|
15905
|
-
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.
|
|
15906
|
-
"integrity": "sha512-
|
|
15869
|
+
"version": "6.0.3",
|
|
15870
|
+
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz",
|
|
15871
|
+
"integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==",
|
|
15907
15872
|
"license": "MIT",
|
|
15908
15873
|
"dependencies": {
|
|
15909
15874
|
"basic-ftp": "^5.0.2",
|
|
15910
|
-
"data-uri-to-buffer": "^
|
|
15875
|
+
"data-uri-to-buffer": "^6.0.2",
|
|
15911
15876
|
"debug": "^4.3.4",
|
|
15912
|
-
"fs-extra": "^
|
|
15877
|
+
"fs-extra": "^11.2.0"
|
|
15913
15878
|
},
|
|
15914
15879
|
"engines": {
|
|
15915
15880
|
"node": ">= 14"
|
|
15916
15881
|
}
|
|
15917
15882
|
},
|
|
15883
|
+
"node_modules/git-hooks-list": {
|
|
15884
|
+
"version": "3.1.0",
|
|
15885
|
+
"resolved": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-3.1.0.tgz",
|
|
15886
|
+
"integrity": "sha512-LF8VeHeR7v+wAbXqfgRlTSX/1BJR9Q1vEMR8JAz1cEg6GX07+zyj3sAdDvYjj/xnlIfVuGgj4qBei1K3hKH+PA==",
|
|
15887
|
+
"dev": true,
|
|
15888
|
+
"license": "MIT",
|
|
15889
|
+
"funding": {
|
|
15890
|
+
"url": "https://github.com/fisker/git-hooks-list?sponsor=1"
|
|
15891
|
+
}
|
|
15892
|
+
},
|
|
15918
15893
|
"node_modules/git-raw-commits": {
|
|
15919
15894
|
"version": "2.0.11",
|
|
15920
15895
|
"resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.11.tgz",
|
|
@@ -16391,21 +16366,21 @@
|
|
|
16391
16366
|
}
|
|
16392
16367
|
},
|
|
16393
16368
|
"node_modules/has-property-descriptors": {
|
|
16394
|
-
"version": "1.0.
|
|
16395
|
-
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.
|
|
16396
|
-
"integrity": "sha512-
|
|
16369
|
+
"version": "1.0.2",
|
|
16370
|
+
"resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
16371
|
+
"integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
16397
16372
|
"license": "MIT",
|
|
16398
16373
|
"dependencies": {
|
|
16399
|
-
"
|
|
16374
|
+
"es-define-property": "^1.0.0"
|
|
16400
16375
|
},
|
|
16401
16376
|
"funding": {
|
|
16402
16377
|
"url": "https://github.com/sponsors/ljharb"
|
|
16403
16378
|
}
|
|
16404
16379
|
},
|
|
16405
16380
|
"node_modules/has-proto": {
|
|
16406
|
-
"version": "1.0.
|
|
16407
|
-
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.
|
|
16408
|
-
"integrity": "sha512-
|
|
16381
|
+
"version": "1.0.3",
|
|
16382
|
+
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
|
|
16383
|
+
"integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
16409
16384
|
"license": "MIT",
|
|
16410
16385
|
"engines": {
|
|
16411
16386
|
"node": ">= 0.4"
|
|
@@ -16427,13 +16402,13 @@
|
|
|
16427
16402
|
}
|
|
16428
16403
|
},
|
|
16429
16404
|
"node_modules/has-tostringtag": {
|
|
16430
|
-
"version": "1.0.
|
|
16431
|
-
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.
|
|
16432
|
-
"integrity": "sha512-
|
|
16405
|
+
"version": "1.0.2",
|
|
16406
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
16407
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
16433
16408
|
"dev": true,
|
|
16434
16409
|
"license": "MIT",
|
|
16435
16410
|
"dependencies": {
|
|
16436
|
-
"has-symbols": "^1.0.
|
|
16411
|
+
"has-symbols": "^1.0.3"
|
|
16437
16412
|
},
|
|
16438
16413
|
"engines": {
|
|
16439
16414
|
"node": ">= 0.4"
|
|
@@ -16466,9 +16441,9 @@
|
|
|
16466
16441
|
}
|
|
16467
16442
|
},
|
|
16468
16443
|
"node_modules/hasown": {
|
|
16469
|
-
"version": "2.0.
|
|
16470
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
16471
|
-
"integrity": "sha512-
|
|
16444
|
+
"version": "2.0.1",
|
|
16445
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
|
|
16446
|
+
"integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
|
|
16472
16447
|
"license": "MIT",
|
|
16473
16448
|
"dependencies": {
|
|
16474
16449
|
"function-bind": "^1.1.2"
|
|
@@ -16517,9 +16492,9 @@
|
|
|
16517
16492
|
}
|
|
16518
16493
|
},
|
|
16519
16494
|
"node_modules/hosted-git-info/node_modules/lru-cache": {
|
|
16520
|
-
"version": "10.
|
|
16521
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
16522
|
-
"integrity": "sha512
|
|
16495
|
+
"version": "10.2.0",
|
|
16496
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
16497
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
16523
16498
|
"extraneous": true,
|
|
16524
16499
|
"license": "ISC",
|
|
16525
16500
|
"engines": {
|
|
@@ -16630,9 +16605,9 @@
|
|
|
16630
16605
|
}
|
|
16631
16606
|
},
|
|
16632
16607
|
"node_modules/http2-wrapper": {
|
|
16633
|
-
"version": "2.2.
|
|
16634
|
-
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.
|
|
16635
|
-
"integrity": "sha512-
|
|
16608
|
+
"version": "2.2.1",
|
|
16609
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
|
|
16610
|
+
"integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
|
|
16636
16611
|
"license": "MIT",
|
|
16637
16612
|
"dependencies": {
|
|
16638
16613
|
"quick-lru": "^5.1.1",
|
|
@@ -16752,9 +16727,9 @@
|
|
|
16752
16727
|
}
|
|
16753
16728
|
},
|
|
16754
16729
|
"node_modules/ignore-walk": {
|
|
16755
|
-
"version": "6.0.
|
|
16756
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.
|
|
16757
|
-
"integrity": "sha512-
|
|
16730
|
+
"version": "6.0.4",
|
|
16731
|
+
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
|
|
16732
|
+
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
|
|
16758
16733
|
"license": "ISC",
|
|
16759
16734
|
"dependencies": {
|
|
16760
16735
|
"minimatch": "^9.0.0"
|
|
@@ -17134,11 +17109,24 @@
|
|
|
17134
17109
|
"node": ">= 0.10"
|
|
17135
17110
|
}
|
|
17136
17111
|
},
|
|
17137
|
-
"node_modules/ip": {
|
|
17138
|
-
"version": "
|
|
17139
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-
|
|
17140
|
-
"integrity": "sha512-
|
|
17141
|
-
"license": "MIT"
|
|
17112
|
+
"node_modules/ip-address": {
|
|
17113
|
+
"version": "9.0.5",
|
|
17114
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
|
|
17115
|
+
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
|
|
17116
|
+
"license": "MIT",
|
|
17117
|
+
"dependencies": {
|
|
17118
|
+
"jsbn": "1.1.0",
|
|
17119
|
+
"sprintf-js": "^1.1.3"
|
|
17120
|
+
},
|
|
17121
|
+
"engines": {
|
|
17122
|
+
"node": ">= 12"
|
|
17123
|
+
}
|
|
17124
|
+
},
|
|
17125
|
+
"node_modules/ip-address/node_modules/sprintf-js": {
|
|
17126
|
+
"version": "1.1.3",
|
|
17127
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
17128
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
17129
|
+
"license": "BSD-3-Clause"
|
|
17142
17130
|
},
|
|
17143
17131
|
"node_modules/ip-regex": {
|
|
17144
17132
|
"version": "4.3.0",
|
|
@@ -17608,13 +17596,13 @@
|
|
|
17608
17596
|
}
|
|
17609
17597
|
},
|
|
17610
17598
|
"node_modules/is-typed-array": {
|
|
17611
|
-
"version": "1.1.
|
|
17612
|
-
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.
|
|
17613
|
-
"integrity": "sha512-
|
|
17599
|
+
"version": "1.1.13",
|
|
17600
|
+
"resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz",
|
|
17601
|
+
"integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==",
|
|
17614
17602
|
"dev": true,
|
|
17615
17603
|
"license": "MIT",
|
|
17616
17604
|
"dependencies": {
|
|
17617
|
-
"which-typed-array": "^1.1.
|
|
17605
|
+
"which-typed-array": "^1.1.14"
|
|
17618
17606
|
},
|
|
17619
17607
|
"engines": {
|
|
17620
17608
|
"node": ">= 0.4"
|
|
@@ -17878,9 +17866,9 @@
|
|
|
17878
17866
|
}
|
|
17879
17867
|
},
|
|
17880
17868
|
"node_modules/jackspeak": {
|
|
17881
|
-
"version": "2.3.
|
|
17882
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.
|
|
17883
|
-
"integrity": "sha512-
|
|
17869
|
+
"version": "2.3.6",
|
|
17870
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
17871
|
+
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
17884
17872
|
"license": "BlueOak-1.0.0",
|
|
17885
17873
|
"dependencies": {
|
|
17886
17874
|
"@isaacs/cliui": "^8.0.2"
|
|
@@ -17976,6 +17964,12 @@
|
|
|
17976
17964
|
"xmlcreate": "^2.0.4"
|
|
17977
17965
|
}
|
|
17978
17966
|
},
|
|
17967
|
+
"node_modules/jsbn": {
|
|
17968
|
+
"version": "1.1.0",
|
|
17969
|
+
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
|
|
17970
|
+
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
|
17971
|
+
"license": "MIT"
|
|
17972
|
+
},
|
|
17979
17973
|
"node_modules/jsdoc-type-pratt-parser": {
|
|
17980
17974
|
"version": "4.0.0",
|
|
17981
17975
|
"resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz",
|
|
@@ -18080,6 +18074,20 @@
|
|
|
18080
18074
|
"integrity": "sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==",
|
|
18081
18075
|
"license": "MIT"
|
|
18082
18076
|
},
|
|
18077
|
+
"node_modules/jsforce/node_modules/fs-extra": {
|
|
18078
|
+
"version": "8.1.0",
|
|
18079
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
18080
|
+
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
18081
|
+
"license": "MIT",
|
|
18082
|
+
"dependencies": {
|
|
18083
|
+
"graceful-fs": "^4.2.0",
|
|
18084
|
+
"jsonfile": "^4.0.0",
|
|
18085
|
+
"universalify": "^0.1.0"
|
|
18086
|
+
},
|
|
18087
|
+
"engines": {
|
|
18088
|
+
"node": ">=6 <7 || >=8"
|
|
18089
|
+
}
|
|
18090
|
+
},
|
|
18083
18091
|
"node_modules/jsforce/node_modules/inquirer": {
|
|
18084
18092
|
"version": "7.3.3",
|
|
18085
18093
|
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
@@ -18104,6 +18112,15 @@
|
|
|
18104
18112
|
"node": ">=8.0.0"
|
|
18105
18113
|
}
|
|
18106
18114
|
},
|
|
18115
|
+
"node_modules/jsforce/node_modules/jsonfile": {
|
|
18116
|
+
"version": "4.0.0",
|
|
18117
|
+
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
18118
|
+
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
18119
|
+
"license": "MIT",
|
|
18120
|
+
"optionalDependencies": {
|
|
18121
|
+
"graceful-fs": "^4.1.6"
|
|
18122
|
+
}
|
|
18123
|
+
},
|
|
18107
18124
|
"node_modules/jsforce/node_modules/mute-stream": {
|
|
18108
18125
|
"version": "0.0.8",
|
|
18109
18126
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
@@ -18126,6 +18143,12 @@
|
|
|
18126
18143
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
18127
18144
|
}
|
|
18128
18145
|
},
|
|
18146
|
+
"node_modules/jsforce/node_modules/regenerator-runtime": {
|
|
18147
|
+
"version": "0.13.11",
|
|
18148
|
+
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
18149
|
+
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
18150
|
+
"license": "MIT"
|
|
18151
|
+
},
|
|
18129
18152
|
"node_modules/jsforce/node_modules/run-async": {
|
|
18130
18153
|
"version": "2.4.1",
|
|
18131
18154
|
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
@@ -18165,6 +18188,15 @@
|
|
|
18165
18188
|
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
18166
18189
|
"license": "0BSD"
|
|
18167
18190
|
},
|
|
18191
|
+
"node_modules/jsforce/node_modules/universalify": {
|
|
18192
|
+
"version": "0.1.2",
|
|
18193
|
+
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
18194
|
+
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
18195
|
+
"license": "MIT",
|
|
18196
|
+
"engines": {
|
|
18197
|
+
"node": ">= 4.0.0"
|
|
18198
|
+
}
|
|
18199
|
+
},
|
|
18168
18200
|
"node_modules/jsforce/node_modules/xml2js": {
|
|
18169
18201
|
"version": "0.5.0",
|
|
18170
18202
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
@@ -18249,10 +18281,13 @@
|
|
|
18249
18281
|
"license": "MIT"
|
|
18250
18282
|
},
|
|
18251
18283
|
"node_modules/jsonfile": {
|
|
18252
|
-
"version": "
|
|
18253
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-
|
|
18254
|
-
"integrity": "sha512-
|
|
18284
|
+
"version": "6.1.0",
|
|
18285
|
+
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
18286
|
+
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
18255
18287
|
"license": "MIT",
|
|
18288
|
+
"dependencies": {
|
|
18289
|
+
"universalify": "^2.0.0"
|
|
18290
|
+
},
|
|
18256
18291
|
"optionalDependencies": {
|
|
18257
18292
|
"graceful-fs": "^4.1.6"
|
|
18258
18293
|
}
|
|
@@ -18421,9 +18456,9 @@
|
|
|
18421
18456
|
}
|
|
18422
18457
|
},
|
|
18423
18458
|
"node_modules/libnpmaccess": {
|
|
18424
|
-
"version": "8.0.
|
|
18425
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.
|
|
18426
|
-
"integrity": "sha512-
|
|
18459
|
+
"version": "8.0.2",
|
|
18460
|
+
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.2.tgz",
|
|
18461
|
+
"integrity": "sha512-4K+nsg3OYt4rjryP/3D5zGWluLbZaKozwj6YdtvAyxNhLhUrjCoyxHVoL5AkTJcAnjsd6/ATei52QPVvpSX9Ug==",
|
|
18427
18462
|
"extraneous": true,
|
|
18428
18463
|
"license": "ISC",
|
|
18429
18464
|
"dependencies": {
|
|
@@ -18435,9 +18470,9 @@
|
|
|
18435
18470
|
}
|
|
18436
18471
|
},
|
|
18437
18472
|
"node_modules/libnpmdiff": {
|
|
18438
|
-
"version": "6.0.
|
|
18439
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.
|
|
18440
|
-
"integrity": "sha512-
|
|
18473
|
+
"version": "6.0.7",
|
|
18474
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.7.tgz",
|
|
18475
|
+
"integrity": "sha512-Erca7NHh+MGk4O14mM4yv9S1S+Wc5TgFg6yr8r/g5ykn34dZdAP/GkzhQNJiOpzfD8j1HBhbTpkbGJHVDdgG5Q==",
|
|
18441
18476
|
"extraneous": true,
|
|
18442
18477
|
"license": "ISC",
|
|
18443
18478
|
"dependencies": {
|
|
@@ -18456,9 +18491,9 @@
|
|
|
18456
18491
|
}
|
|
18457
18492
|
},
|
|
18458
18493
|
"node_modules/libnpmdiff/node_modules/diff": {
|
|
18459
|
-
"version": "5.
|
|
18460
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.
|
|
18461
|
-
"integrity": "sha512-
|
|
18494
|
+
"version": "5.2.0",
|
|
18495
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
18496
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
18462
18497
|
"extraneous": true,
|
|
18463
18498
|
"license": "BSD-3-Clause",
|
|
18464
18499
|
"engines": {
|
|
@@ -18482,9 +18517,9 @@
|
|
|
18482
18517
|
}
|
|
18483
18518
|
},
|
|
18484
18519
|
"node_modules/libnpmexec": {
|
|
18485
|
-
"version": "7.0.
|
|
18486
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.
|
|
18487
|
-
"integrity": "sha512-
|
|
18520
|
+
"version": "7.0.8",
|
|
18521
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.8.tgz",
|
|
18522
|
+
"integrity": "sha512-xDzWoYpV1Ok0TIdrY4wuWGxriEv/O3/d8QG924yErBE0sMkkzKsin2dAmlEBsSlR7YRilObs8q+5uNtxKNQHAQ==",
|
|
18488
18523
|
"extraneous": true,
|
|
18489
18524
|
"license": "ISC",
|
|
18490
18525
|
"dependencies": {
|
|
@@ -18505,9 +18540,9 @@
|
|
|
18505
18540
|
}
|
|
18506
18541
|
},
|
|
18507
18542
|
"node_modules/libnpmfund": {
|
|
18508
|
-
"version": "5.0.
|
|
18509
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.
|
|
18510
|
-
"integrity": "sha512-
|
|
18543
|
+
"version": "5.0.5",
|
|
18544
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.5.tgz",
|
|
18545
|
+
"integrity": "sha512-BUu2l9Kn4u6nce1Ay8a1uRN1fyU7lbVmtsMYxWcFpcbF+ZPN7qIiPksfcnY9/NDKIRGJYwwv0IXgQQStHDx6Tg==",
|
|
18511
18546
|
"extraneous": true,
|
|
18512
18547
|
"license": "ISC",
|
|
18513
18548
|
"dependencies": {
|
|
@@ -18518,9 +18553,9 @@
|
|
|
18518
18553
|
}
|
|
18519
18554
|
},
|
|
18520
18555
|
"node_modules/libnpmhook": {
|
|
18521
|
-
"version": "10.0.
|
|
18522
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.
|
|
18523
|
-
"integrity": "sha512-
|
|
18556
|
+
"version": "10.0.1",
|
|
18557
|
+
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.1.tgz",
|
|
18558
|
+
"integrity": "sha512-FnXCweDpoAko6mnLPSW8qrRYicjfh+GrvY5PuYHQRPvaW4BFtHDUmK3K3aYx4yD3TeGAKpj4IigrEDfUfWuSkA==",
|
|
18524
18559
|
"extraneous": true,
|
|
18525
18560
|
"license": "ISC",
|
|
18526
18561
|
"dependencies": {
|
|
@@ -18532,9 +18567,9 @@
|
|
|
18532
18567
|
}
|
|
18533
18568
|
},
|
|
18534
18569
|
"node_modules/libnpmorg": {
|
|
18535
|
-
"version": "6.0.
|
|
18536
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.
|
|
18537
|
-
"integrity": "sha512-
|
|
18570
|
+
"version": "6.0.2",
|
|
18571
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.2.tgz",
|
|
18572
|
+
"integrity": "sha512-zK4r6cjVsfXf7hWzWGB6R0LBJidVhKaeMWMZL/1eyZS6ixxAxVijfsPacoEnBRCFaXsNjAtwV3b2RCmYU6+usA==",
|
|
18538
18573
|
"extraneous": true,
|
|
18539
18574
|
"license": "ISC",
|
|
18540
18575
|
"dependencies": {
|
|
@@ -18546,9 +18581,9 @@
|
|
|
18546
18581
|
}
|
|
18547
18582
|
},
|
|
18548
18583
|
"node_modules/libnpmpack": {
|
|
18549
|
-
"version": "6.0.
|
|
18550
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.
|
|
18551
|
-
"integrity": "sha512
|
|
18584
|
+
"version": "6.0.7",
|
|
18585
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.7.tgz",
|
|
18586
|
+
"integrity": "sha512-aVX5ZLiYAioShh5wzoBOGs25GvPskry7SxCpx76gMCjOrd/wKcNtbTOMqStvizd3c+vzq5a1b7FMP09XAtgRFg==",
|
|
18552
18587
|
"extraneous": true,
|
|
18553
18588
|
"license": "ISC",
|
|
18554
18589
|
"dependencies": {
|
|
@@ -18582,9 +18617,9 @@
|
|
|
18582
18617
|
}
|
|
18583
18618
|
},
|
|
18584
18619
|
"node_modules/libnpmsearch": {
|
|
18585
|
-
"version": "7.0.
|
|
18586
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.
|
|
18587
|
-
"integrity": "sha512-
|
|
18620
|
+
"version": "7.0.1",
|
|
18621
|
+
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.1.tgz",
|
|
18622
|
+
"integrity": "sha512-XyKi6Y94t6PGd5Lk2Ma3+fgiHWD3KSCvXmHOrcLkAOEP7oUejbNjL0Bb/HUDZXgBj6gP1Qk7pJ6jZPFBc2hmXQ==",
|
|
18588
18623
|
"extraneous": true,
|
|
18589
18624
|
"license": "ISC",
|
|
18590
18625
|
"dependencies": {
|
|
@@ -18595,9 +18630,9 @@
|
|
|
18595
18630
|
}
|
|
18596
18631
|
},
|
|
18597
18632
|
"node_modules/libnpmteam": {
|
|
18598
|
-
"version": "6.0.
|
|
18599
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.
|
|
18600
|
-
"integrity": "sha512-
|
|
18633
|
+
"version": "6.0.1",
|
|
18634
|
+
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.1.tgz",
|
|
18635
|
+
"integrity": "sha512-1YytqVk1gSkKFNMe4kkCKN49y5rlABrRSx5TrYShQtt2Lb4uQaed49dGE7Ue8TJGxbIkHzvyyVtb3PBiGACVqw==",
|
|
18601
18636
|
"extraneous": true,
|
|
18602
18637
|
"license": "ISC",
|
|
18603
18638
|
"dependencies": {
|
|
@@ -18609,9 +18644,9 @@
|
|
|
18609
18644
|
}
|
|
18610
18645
|
},
|
|
18611
18646
|
"node_modules/libnpmversion": {
|
|
18612
|
-
"version": "5.0.
|
|
18613
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.
|
|
18614
|
-
"integrity": "sha512-
|
|
18647
|
+
"version": "5.0.2",
|
|
18648
|
+
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz",
|
|
18649
|
+
"integrity": "sha512-6JBnLhd6SYgKRekJ4cotxpURLGbEtKxzw+a8p5o+wNwrveJPMH8yW/HKjeewyHzWmxzzwn9EQ3TkF2onkrwstA==",
|
|
18615
18650
|
"extraneous": true,
|
|
18616
18651
|
"license": "ISC",
|
|
18617
18652
|
"dependencies": {
|
|
@@ -19556,12 +19591,12 @@
|
|
|
19556
19591
|
}
|
|
19557
19592
|
},
|
|
19558
19593
|
"node_modules/minipass-fetch": {
|
|
19559
|
-
"version": "3.0.
|
|
19560
|
-
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.
|
|
19561
|
-
"integrity": "sha512-
|
|
19594
|
+
"version": "3.0.4",
|
|
19595
|
+
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz",
|
|
19596
|
+
"integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==",
|
|
19562
19597
|
"license": "MIT",
|
|
19563
19598
|
"dependencies": {
|
|
19564
|
-
"minipass": "^
|
|
19599
|
+
"minipass": "^7.0.3",
|
|
19565
19600
|
"minipass-sized": "^1.0.3",
|
|
19566
19601
|
"minizlib": "^2.1.2"
|
|
19567
19602
|
},
|
|
@@ -19573,12 +19608,12 @@
|
|
|
19573
19608
|
}
|
|
19574
19609
|
},
|
|
19575
19610
|
"node_modules/minipass-fetch/node_modules/minipass": {
|
|
19576
|
-
"version": "
|
|
19577
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
19578
|
-
"integrity": "sha512-
|
|
19611
|
+
"version": "7.0.4",
|
|
19612
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
19613
|
+
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
19579
19614
|
"license": "ISC",
|
|
19580
19615
|
"engines": {
|
|
19581
|
-
"node": ">=
|
|
19616
|
+
"node": ">=16 || 14 >=14.17"
|
|
19582
19617
|
}
|
|
19583
19618
|
},
|
|
19584
19619
|
"node_modules/minipass-flush": {
|
|
@@ -20436,13 +20471,13 @@
|
|
|
20436
20471
|
}
|
|
20437
20472
|
},
|
|
20438
20473
|
"node_modules/npm-packlist": {
|
|
20439
|
-
"version": "8.0.
|
|
20440
|
-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.
|
|
20441
|
-
"integrity": "sha512-
|
|
20474
|
+
"version": "8.0.2",
|
|
20475
|
+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
|
|
20476
|
+
"integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
|
|
20442
20477
|
"extraneous": true,
|
|
20443
20478
|
"license": "ISC",
|
|
20444
20479
|
"dependencies": {
|
|
20445
|
-
"ignore-walk": "^6.0.
|
|
20480
|
+
"ignore-walk": "^6.0.4"
|
|
20446
20481
|
},
|
|
20447
20482
|
"engines": {
|
|
20448
20483
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -20621,8 +20656,6 @@
|
|
|
20621
20656
|
},
|
|
20622
20657
|
"node_modules/npm/node_modules/@npmcli/agent": {
|
|
20623
20658
|
"version": "2.2.0",
|
|
20624
|
-
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.0.tgz",
|
|
20625
|
-
"integrity": "sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q==",
|
|
20626
20659
|
"inBundle": true,
|
|
20627
20660
|
"license": "ISC",
|
|
20628
20661
|
"dependencies": {
|
|
@@ -20690,8 +20723,6 @@
|
|
|
20690
20723
|
},
|
|
20691
20724
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
20692
20725
|
"version": "7.2.1",
|
|
20693
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.2.1.tgz",
|
|
20694
|
-
"integrity": "sha512-o1QIAX56FC8HEPF+Hf4V4/hck9j0a3UiLnMX4aDHPbtU4Po1tUOUSmc2GAx947VWT+acrdMYTDkqUt2CaSXt7A==",
|
|
20695
20726
|
"inBundle": true,
|
|
20696
20727
|
"license": "ISC",
|
|
20697
20728
|
"dependencies": {
|
|
@@ -20782,8 +20813,6 @@
|
|
|
20782
20813
|
},
|
|
20783
20814
|
"node_modules/npm/node_modules/@npmcli/git": {
|
|
20784
20815
|
"version": "5.0.3",
|
|
20785
|
-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.3.tgz",
|
|
20786
|
-
"integrity": "sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw==",
|
|
20787
20816
|
"inBundle": true,
|
|
20788
20817
|
"license": "ISC",
|
|
20789
20818
|
"dependencies": {
|
|
@@ -20901,8 +20930,6 @@
|
|
|
20901
20930
|
},
|
|
20902
20931
|
"node_modules/npm/node_modules/@npmcli/query": {
|
|
20903
20932
|
"version": "3.0.1",
|
|
20904
|
-
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.0.1.tgz",
|
|
20905
|
-
"integrity": "sha512-0jE8iHBogf/+bFDj+ju6/UMLbJ39c8h6nSe6qile+dB7PJ0iV3gNqcb2vtt6WWCBrxv9uAjzUT/8vroluulidA==",
|
|
20906
20933
|
"inBundle": true,
|
|
20907
20934
|
"license": "ISC",
|
|
20908
20935
|
"dependencies": {
|
|
@@ -20951,8 +20978,6 @@
|
|
|
20951
20978
|
},
|
|
20952
20979
|
"node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
20953
20980
|
"version": "0.2.1",
|
|
20954
|
-
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz",
|
|
20955
|
-
"integrity": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==",
|
|
20956
20981
|
"inBundle": true,
|
|
20957
20982
|
"license": "Apache-2.0",
|
|
20958
20983
|
"engines": {
|
|
@@ -21127,6 +21152,8 @@
|
|
|
21127
21152
|
},
|
|
21128
21153
|
"node_modules/npm/node_modules/bin-links": {
|
|
21129
21154
|
"version": "4.0.3",
|
|
21155
|
+
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
|
|
21156
|
+
"integrity": "sha512-obsRaULtJurnfox/MDwgq6Yo9kzbv1CPTk/1/s7Z/61Lezc8IKkFCOXNeVLXz0456WRzBQmSsDWlai2tIhBsfA==",
|
|
21130
21157
|
"inBundle": true,
|
|
21131
21158
|
"license": "ISC",
|
|
21132
21159
|
"dependencies": {
|
|
@@ -21320,6 +21347,8 @@
|
|
|
21320
21347
|
},
|
|
21321
21348
|
"node_modules/npm/node_modules/cmd-shim": {
|
|
21322
21349
|
"version": "6.0.2",
|
|
21350
|
+
"resolved": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.2.tgz",
|
|
21351
|
+
"integrity": "sha512-+FFYbB0YLaAkhkcrjkyNLYDiOsFSfRjwjY19LXk/psmMx1z00xlCv7hhQoTGXXIKi+YXHL/iiFo8NqMVQX9nOw==",
|
|
21323
21352
|
"inBundle": true,
|
|
21324
21353
|
"license": "ISC",
|
|
21325
21354
|
"engines": {
|
|
@@ -21475,8 +21504,6 @@
|
|
|
21475
21504
|
},
|
|
21476
21505
|
"node_modules/npm/node_modules/diff": {
|
|
21477
21506
|
"version": "5.1.0",
|
|
21478
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
|
|
21479
|
-
"integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
|
|
21480
21507
|
"inBundle": true,
|
|
21481
21508
|
"license": "BSD-3-Clause",
|
|
21482
21509
|
"engines": {
|
|
@@ -21724,8 +21751,6 @@
|
|
|
21724
21751
|
},
|
|
21725
21752
|
"node_modules/npm/node_modules/ignore-walk": {
|
|
21726
21753
|
"version": "6.0.3",
|
|
21727
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.3.tgz",
|
|
21728
|
-
"integrity": "sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==",
|
|
21729
21754
|
"inBundle": true,
|
|
21730
21755
|
"license": "ISC",
|
|
21731
21756
|
"dependencies": {
|
|
@@ -21849,6 +21874,8 @@
|
|
|
21849
21874
|
},
|
|
21850
21875
|
"node_modules/npm/node_modules/jackspeak": {
|
|
21851
21876
|
"version": "2.3.6",
|
|
21877
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
21878
|
+
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
21852
21879
|
"inBundle": true,
|
|
21853
21880
|
"license": "BlueOak-1.0.0",
|
|
21854
21881
|
"dependencies": {
|
|
@@ -21908,8 +21935,6 @@
|
|
|
21908
21935
|
},
|
|
21909
21936
|
"node_modules/npm/node_modules/libnpmaccess": {
|
|
21910
21937
|
"version": "8.0.1",
|
|
21911
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.1.tgz",
|
|
21912
|
-
"integrity": "sha512-MWbnWIfxLKol+BgC1NR1as1JwM5ufZASd6CaENJjNe4JpJ0gx71xhpYY5SvNMZnVBahocYZWP6+SPQdyD0abEQ==",
|
|
21913
21938
|
"inBundle": true,
|
|
21914
21939
|
"license": "ISC",
|
|
21915
21940
|
"dependencies": {
|
|
@@ -21922,8 +21947,6 @@
|
|
|
21922
21947
|
},
|
|
21923
21948
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
21924
21949
|
"version": "6.0.3",
|
|
21925
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.3.tgz",
|
|
21926
|
-
"integrity": "sha512-Xy4ZFueaYb7CNMxH7i/SoQDg7VyDOESFWZp/MU3f3qtAasEWhdTYBSHmb18ehp8MxTjox7c7U6ws7l3r+LTBFA==",
|
|
21927
21950
|
"inBundle": true,
|
|
21928
21951
|
"license": "ISC",
|
|
21929
21952
|
"dependencies": {
|
|
@@ -21964,8 +21987,6 @@
|
|
|
21964
21987
|
},
|
|
21965
21988
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
21966
21989
|
"version": "5.0.1",
|
|
21967
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.1.tgz",
|
|
21968
|
-
"integrity": "sha512-4s7jdjiYE4SCf87n5UOrRlsUpF0Xw8DWtBwP53EaNQdvqR1579nOv1nwakMLmkq5HFKNOJyZcAH/rf5wVRRz5A==",
|
|
21969
21990
|
"inBundle": true,
|
|
21970
21991
|
"license": "ISC",
|
|
21971
21992
|
"dependencies": {
|
|
@@ -21977,8 +21998,6 @@
|
|
|
21977
21998
|
},
|
|
21978
21999
|
"node_modules/npm/node_modules/libnpmhook": {
|
|
21979
22000
|
"version": "10.0.0",
|
|
21980
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.0.tgz",
|
|
21981
|
-
"integrity": "sha512-PdEuOC1woGbrmxsvMdZCLYFirwtroIaxCzire/h55BfnqHOC73yQylIe9V2T9/1WL6f+PXIoZETR0dhJpLLFWQ==",
|
|
21982
22001
|
"inBundle": true,
|
|
21983
22002
|
"license": "ISC",
|
|
21984
22003
|
"dependencies": {
|
|
@@ -21991,8 +22010,6 @@
|
|
|
21991
22010
|
},
|
|
21992
22011
|
"node_modules/npm/node_modules/libnpmorg": {
|
|
21993
22012
|
"version": "6.0.1",
|
|
21994
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.1.tgz",
|
|
21995
|
-
"integrity": "sha512-yP3Moge82n3va2Y2dm7qWqwUGp2oZr+vPCyOr+YChGQx6zMtmUYdQA3nGMyF1mWWEmx2QCzyp2N6HmdTUnvRmQ==",
|
|
21996
22013
|
"inBundle": true,
|
|
21997
22014
|
"license": "ISC",
|
|
21998
22015
|
"dependencies": {
|
|
@@ -22005,8 +22022,6 @@
|
|
|
22005
22022
|
},
|
|
22006
22023
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
22007
22024
|
"version": "6.0.3",
|
|
22008
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.3.tgz",
|
|
22009
|
-
"integrity": "sha512-+XV6/KVGYJ2TvqeJfBhSJgrXWV3OiFPYCKGavNwNBFmAtRRrj7OoV6a/+C0HDo7D0PFEDktdBHW47EciUgHx+g==",
|
|
22010
22025
|
"inBundle": true,
|
|
22011
22026
|
"license": "ISC",
|
|
22012
22027
|
"dependencies": {
|
|
@@ -22039,8 +22054,6 @@
|
|
|
22039
22054
|
},
|
|
22040
22055
|
"node_modules/npm/node_modules/libnpmsearch": {
|
|
22041
22056
|
"version": "7.0.0",
|
|
22042
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.0.tgz",
|
|
22043
|
-
"integrity": "sha512-gMSev/ZYP96C/73vVJSBfc/dfK65xKHs1QS/u/0NHmos19Td+XopKaMFbY4Xkfbdsau21DRTwM5kQdjuj9DbIw==",
|
|
22044
22057
|
"inBundle": true,
|
|
22045
22058
|
"license": "ISC",
|
|
22046
22059
|
"dependencies": {
|
|
@@ -22052,8 +22065,6 @@
|
|
|
22052
22065
|
},
|
|
22053
22066
|
"node_modules/npm/node_modules/libnpmteam": {
|
|
22054
22067
|
"version": "6.0.0",
|
|
22055
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.0.tgz",
|
|
22056
|
-
"integrity": "sha512-d63ahIq7cZy3ZO8hhXiIigZTjaeV5WGfz1HkTbh6IfqNYNDhGiVLKu5ehOGdUQgUHcjxkdAwUzNNjMS1VJQ/mQ==",
|
|
22057
22068
|
"inBundle": true,
|
|
22058
22069
|
"license": "ISC",
|
|
22059
22070
|
"dependencies": {
|
|
@@ -22066,8 +22077,6 @@
|
|
|
22066
22077
|
},
|
|
22067
22078
|
"node_modules/npm/node_modules/libnpmversion": {
|
|
22068
22079
|
"version": "5.0.1",
|
|
22069
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.1.tgz",
|
|
22070
|
-
"integrity": "sha512-OXiju5vvL22QUBKizAyo5d+FOUkt9xN9+UOPE8alsZw+O9gLjnJrMmRW8P8uxMLS6/K415em15meVEbjG26Fzg==",
|
|
22071
22080
|
"inBundle": true,
|
|
22072
22081
|
"license": "ISC",
|
|
22073
22082
|
"dependencies": {
|
|
@@ -22166,6 +22175,8 @@
|
|
|
22166
22175
|
},
|
|
22167
22176
|
"node_modules/npm/node_modules/minipass-fetch": {
|
|
22168
22177
|
"version": "3.0.4",
|
|
22178
|
+
"resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz",
|
|
22179
|
+
"integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==",
|
|
22169
22180
|
"inBundle": true,
|
|
22170
22181
|
"license": "MIT",
|
|
22171
22182
|
"dependencies": {
|
|
@@ -22470,8 +22481,6 @@
|
|
|
22470
22481
|
},
|
|
22471
22482
|
"node_modules/npm/node_modules/npm-packlist": {
|
|
22472
22483
|
"version": "8.0.0",
|
|
22473
|
-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz",
|
|
22474
|
-
"integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==",
|
|
22475
22484
|
"inBundle": true,
|
|
22476
22485
|
"license": "ISC",
|
|
22477
22486
|
"dependencies": {
|
|
@@ -22647,8 +22656,6 @@
|
|
|
22647
22656
|
},
|
|
22648
22657
|
"node_modules/npm/node_modules/postcss-selector-parser": {
|
|
22649
22658
|
"version": "6.0.13",
|
|
22650
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
|
|
22651
|
-
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
|
|
22652
22659
|
"inBundle": true,
|
|
22653
22660
|
"license": "MIT",
|
|
22654
22661
|
"dependencies": {
|
|
@@ -22691,8 +22698,6 @@
|
|
|
22691
22698
|
},
|
|
22692
22699
|
"node_modules/npm/node_modules/promise-call-limit": {
|
|
22693
22700
|
"version": "1.0.2",
|
|
22694
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.2.tgz",
|
|
22695
|
-
"integrity": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==",
|
|
22696
22701
|
"inBundle": true,
|
|
22697
22702
|
"license": "ISC",
|
|
22698
22703
|
"funding": {
|
|
@@ -22797,8 +22802,6 @@
|
|
|
22797
22802
|
},
|
|
22798
22803
|
"node_modules/npm/node_modules/readable-stream": {
|
|
22799
22804
|
"version": "4.4.2",
|
|
22800
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
22801
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
22802
22805
|
"inBundle": true,
|
|
22803
22806
|
"license": "MIT",
|
|
22804
22807
|
"dependencies": {
|
|
@@ -22946,8 +22949,6 @@
|
|
|
22946
22949
|
},
|
|
22947
22950
|
"node_modules/npm/node_modules/socks": {
|
|
22948
22951
|
"version": "2.7.1",
|
|
22949
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
|
|
22950
|
-
"integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
|
|
22951
22952
|
"inBundle": true,
|
|
22952
22953
|
"license": "MIT",
|
|
22953
22954
|
"dependencies": {
|
|
@@ -22972,8 +22973,6 @@
|
|
|
22972
22973
|
},
|
|
22973
22974
|
"node_modules/npm/node_modules/spdx-exceptions": {
|
|
22974
22975
|
"version": "2.3.0",
|
|
22975
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
|
|
22976
|
-
"integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
|
|
22977
22976
|
"inBundle": true,
|
|
22978
22977
|
"license": "CC-BY-3.0"
|
|
22979
22978
|
},
|
|
@@ -23430,61 +23429,15 @@
|
|
|
23430
23429
|
}
|
|
23431
23430
|
},
|
|
23432
23431
|
"node_modules/npmlog/node_modules/are-we-there-yet": {
|
|
23433
|
-
"version": "4.0.
|
|
23434
|
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.
|
|
23435
|
-
"integrity": "sha512-
|
|
23432
|
+
"version": "4.0.2",
|
|
23433
|
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
|
|
23434
|
+
"integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
|
|
23436
23435
|
"extraneous": true,
|
|
23437
23436
|
"license": "ISC",
|
|
23438
|
-
"dependencies": {
|
|
23439
|
-
"delegates": "^1.0.0",
|
|
23440
|
-
"readable-stream": "^4.1.0"
|
|
23441
|
-
},
|
|
23442
23437
|
"engines": {
|
|
23443
23438
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
23444
23439
|
}
|
|
23445
23440
|
},
|
|
23446
|
-
"node_modules/npmlog/node_modules/buffer": {
|
|
23447
|
-
"version": "6.0.3",
|
|
23448
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
23449
|
-
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
23450
|
-
"extraneous": true,
|
|
23451
|
-
"funding": [
|
|
23452
|
-
{
|
|
23453
|
-
"type": "github",
|
|
23454
|
-
"url": "https://github.com/sponsors/feross"
|
|
23455
|
-
},
|
|
23456
|
-
{
|
|
23457
|
-
"type": "patreon",
|
|
23458
|
-
"url": "https://www.patreon.com/feross"
|
|
23459
|
-
},
|
|
23460
|
-
{
|
|
23461
|
-
"type": "consulting",
|
|
23462
|
-
"url": "https://feross.org/support"
|
|
23463
|
-
}
|
|
23464
|
-
],
|
|
23465
|
-
"license": "MIT",
|
|
23466
|
-
"dependencies": {
|
|
23467
|
-
"base64-js": "^1.3.1",
|
|
23468
|
-
"ieee754": "^1.2.1"
|
|
23469
|
-
}
|
|
23470
|
-
},
|
|
23471
|
-
"node_modules/npmlog/node_modules/readable-stream": {
|
|
23472
|
-
"version": "4.4.2",
|
|
23473
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
23474
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
23475
|
-
"extraneous": true,
|
|
23476
|
-
"license": "MIT",
|
|
23477
|
-
"dependencies": {
|
|
23478
|
-
"abort-controller": "^3.0.0",
|
|
23479
|
-
"buffer": "^6.0.3",
|
|
23480
|
-
"events": "^3.3.0",
|
|
23481
|
-
"process": "^0.11.10",
|
|
23482
|
-
"string_decoder": "^1.3.0"
|
|
23483
|
-
},
|
|
23484
|
-
"engines": {
|
|
23485
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
23486
|
-
}
|
|
23487
|
-
},
|
|
23488
23441
|
"node_modules/nyc": {
|
|
23489
23442
|
"version": "15.1.0",
|
|
23490
23443
|
"resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz",
|
|
@@ -23743,9 +23696,9 @@
|
|
|
23743
23696
|
"license": "MIT"
|
|
23744
23697
|
},
|
|
23745
23698
|
"node_modules/oclif": {
|
|
23746
|
-
"version": "4.4.
|
|
23747
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.4.
|
|
23748
|
-
"integrity": "sha512-
|
|
23699
|
+
"version": "4.4.19",
|
|
23700
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.4.19.tgz",
|
|
23701
|
+
"integrity": "sha512-hVF9OX7dLqKyUEmMOEZEk4ix5GXT9aWai23NkJDwc4qNrva3WigdcjC/t+E7BkKg/3IrX+/oACMaRFjVj12+Lg==",
|
|
23749
23702
|
"dev": true,
|
|
23750
23703
|
"license": "MIT",
|
|
23751
23704
|
"dependencies": {
|
|
@@ -23754,7 +23707,7 @@
|
|
|
23754
23707
|
"@oclif/core": "^3.19.2",
|
|
23755
23708
|
"@oclif/plugin-help": "^6.0.12",
|
|
23756
23709
|
"@oclif/plugin-not-found": "^3.0.10",
|
|
23757
|
-
"@oclif/plugin-warn-if-update-available": "^3.0.
|
|
23710
|
+
"@oclif/plugin-warn-if-update-available": "^3.0.12",
|
|
23758
23711
|
"async-retry": "^1.3.3",
|
|
23759
23712
|
"change-case": "^4",
|
|
23760
23713
|
"debug": "^4.3.3",
|
|
@@ -23765,6 +23718,7 @@
|
|
|
23765
23718
|
"lodash.template": "^4.5.0",
|
|
23766
23719
|
"normalize-package-data": "^3.0.3",
|
|
23767
23720
|
"semver": "^7.6.0",
|
|
23721
|
+
"sort-package-json": "^2.8.0",
|
|
23768
23722
|
"yeoman-environment": "^3.15.1",
|
|
23769
23723
|
"yeoman-generator": "^5.8.0"
|
|
23770
23724
|
},
|
|
@@ -23830,6 +23784,21 @@
|
|
|
23830
23784
|
"node": ">=8"
|
|
23831
23785
|
}
|
|
23832
23786
|
},
|
|
23787
|
+
"node_modules/oclif/node_modules/fs-extra": {
|
|
23788
|
+
"version": "8.1.0",
|
|
23789
|
+
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
23790
|
+
"integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
|
|
23791
|
+
"dev": true,
|
|
23792
|
+
"license": "MIT",
|
|
23793
|
+
"dependencies": {
|
|
23794
|
+
"graceful-fs": "^4.2.0",
|
|
23795
|
+
"jsonfile": "^4.0.0",
|
|
23796
|
+
"universalify": "^0.1.0"
|
|
23797
|
+
},
|
|
23798
|
+
"engines": {
|
|
23799
|
+
"node": ">=6 <7 || >=8"
|
|
23800
|
+
}
|
|
23801
|
+
},
|
|
23833
23802
|
"node_modules/oclif/node_modules/get-stream": {
|
|
23834
23803
|
"version": "5.2.0",
|
|
23835
23804
|
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
@@ -23899,6 +23868,16 @@
|
|
|
23899
23868
|
"node": ">=10.19.0"
|
|
23900
23869
|
}
|
|
23901
23870
|
},
|
|
23871
|
+
"node_modules/oclif/node_modules/jsonfile": {
|
|
23872
|
+
"version": "4.0.0",
|
|
23873
|
+
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
23874
|
+
"integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
|
|
23875
|
+
"dev": true,
|
|
23876
|
+
"license": "MIT",
|
|
23877
|
+
"optionalDependencies": {
|
|
23878
|
+
"graceful-fs": "^4.1.6"
|
|
23879
|
+
}
|
|
23880
|
+
},
|
|
23902
23881
|
"node_modules/oclif/node_modules/lru-cache": {
|
|
23903
23882
|
"version": "6.0.0",
|
|
23904
23883
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
@@ -23951,11 +23930,24 @@
|
|
|
23951
23930
|
"node": ">=8"
|
|
23952
23931
|
}
|
|
23953
23932
|
},
|
|
23933
|
+
"node_modules/oclif/node_modules/universalify": {
|
|
23934
|
+
"version": "0.1.2",
|
|
23935
|
+
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
23936
|
+
"integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
|
|
23937
|
+
"dev": true,
|
|
23938
|
+
"license": "MIT",
|
|
23939
|
+
"engines": {
|
|
23940
|
+
"node": ">= 4.0.0"
|
|
23941
|
+
}
|
|
23942
|
+
},
|
|
23954
23943
|
"node_modules/on-exit-leak-free": {
|
|
23955
|
-
"version": "2.1.
|
|
23956
|
-
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.
|
|
23957
|
-
"integrity": "sha512-
|
|
23958
|
-
"license": "MIT"
|
|
23944
|
+
"version": "2.1.2",
|
|
23945
|
+
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
23946
|
+
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
|
|
23947
|
+
"license": "MIT",
|
|
23948
|
+
"engines": {
|
|
23949
|
+
"node": ">=14.0.0"
|
|
23950
|
+
}
|
|
23959
23951
|
},
|
|
23960
23952
|
"node_modules/once": {
|
|
23961
23953
|
"version": "1.4.0",
|
|
@@ -24255,25 +24247,18 @@
|
|
|
24255
24247
|
}
|
|
24256
24248
|
},
|
|
24257
24249
|
"node_modules/pac-resolver": {
|
|
24258
|
-
"version": "7.0.
|
|
24259
|
-
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.
|
|
24260
|
-
"integrity": "sha512-
|
|
24250
|
+
"version": "7.0.1",
|
|
24251
|
+
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
|
|
24252
|
+
"integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
|
|
24261
24253
|
"license": "MIT",
|
|
24262
24254
|
"dependencies": {
|
|
24263
24255
|
"degenerator": "^5.0.0",
|
|
24264
|
-
"ip": "^1.1.8",
|
|
24265
24256
|
"netmask": "^2.0.2"
|
|
24266
24257
|
},
|
|
24267
24258
|
"engines": {
|
|
24268
24259
|
"node": ">= 14"
|
|
24269
24260
|
}
|
|
24270
24261
|
},
|
|
24271
|
-
"node_modules/pac-resolver/node_modules/ip": {
|
|
24272
|
-
"version": "1.1.9",
|
|
24273
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.9.tgz",
|
|
24274
|
-
"integrity": "sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==",
|
|
24275
|
-
"license": "MIT"
|
|
24276
|
-
},
|
|
24277
24262
|
"node_modules/package-hash": {
|
|
24278
24263
|
"version": "4.0.0",
|
|
24279
24264
|
"resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz",
|
|
@@ -24488,9 +24473,9 @@
|
|
|
24488
24473
|
}
|
|
24489
24474
|
},
|
|
24490
24475
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
24491
|
-
"version": "10.
|
|
24492
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
24493
|
-
"integrity": "sha512
|
|
24476
|
+
"version": "10.2.0",
|
|
24477
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
24478
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
24494
24479
|
"license": "ISC",
|
|
24495
24480
|
"engines": {
|
|
24496
24481
|
"node": "14 || >=16.14"
|
|
@@ -24625,9 +24610,9 @@
|
|
|
24625
24610
|
}
|
|
24626
24611
|
},
|
|
24627
24612
|
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
24628
|
-
"version": "4.
|
|
24629
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.
|
|
24630
|
-
"integrity": "sha512-
|
|
24613
|
+
"version": "4.5.2",
|
|
24614
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
24615
|
+
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
24631
24616
|
"license": "MIT",
|
|
24632
24617
|
"dependencies": {
|
|
24633
24618
|
"abort-controller": "^3.0.0",
|
|
@@ -24708,9 +24693,9 @@
|
|
|
24708
24693
|
}
|
|
24709
24694
|
},
|
|
24710
24695
|
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
24711
|
-
"version": "4.
|
|
24712
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.
|
|
24713
|
-
"integrity": "sha512-
|
|
24696
|
+
"version": "4.5.2",
|
|
24697
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
24698
|
+
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
24714
24699
|
"license": "MIT",
|
|
24715
24700
|
"dependencies": {
|
|
24716
24701
|
"abort-controller": "^3.0.0",
|
|
@@ -24751,10 +24736,20 @@
|
|
|
24751
24736
|
"node": ">=4"
|
|
24752
24737
|
}
|
|
24753
24738
|
},
|
|
24739
|
+
"node_modules/possible-typed-array-names": {
|
|
24740
|
+
"version": "1.0.0",
|
|
24741
|
+
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz",
|
|
24742
|
+
"integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==",
|
|
24743
|
+
"dev": true,
|
|
24744
|
+
"license": "MIT",
|
|
24745
|
+
"engines": {
|
|
24746
|
+
"node": ">= 0.4"
|
|
24747
|
+
}
|
|
24748
|
+
},
|
|
24754
24749
|
"node_modules/postcss-selector-parser": {
|
|
24755
|
-
"version": "6.0.
|
|
24756
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.
|
|
24757
|
-
"integrity": "sha512-
|
|
24750
|
+
"version": "6.0.15",
|
|
24751
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
|
|
24752
|
+
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
|
|
24758
24753
|
"extraneous": true,
|
|
24759
24754
|
"license": "MIT",
|
|
24760
24755
|
"dependencies": {
|
|
@@ -25020,9 +25015,10 @@
|
|
|
25020
25015
|
}
|
|
25021
25016
|
},
|
|
25022
25017
|
"node_modules/promise-call-limit": {
|
|
25023
|
-
"version": "
|
|
25024
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-
|
|
25025
|
-
"integrity": "sha512-
|
|
25018
|
+
"version": "3.0.1",
|
|
25019
|
+
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
|
|
25020
|
+
"integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
|
|
25021
|
+
"extraneous": true,
|
|
25026
25022
|
"license": "ISC",
|
|
25027
25023
|
"funding": {
|
|
25028
25024
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -25139,9 +25135,9 @@
|
|
|
25139
25135
|
}
|
|
25140
25136
|
},
|
|
25141
25137
|
"node_modules/punycode": {
|
|
25142
|
-
"version": "2.3.
|
|
25143
|
-
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.
|
|
25144
|
-
"integrity": "sha512-
|
|
25138
|
+
"version": "2.3.1",
|
|
25139
|
+
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
25140
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
25145
25141
|
"license": "MIT",
|
|
25146
25142
|
"engines": {
|
|
25147
25143
|
"node": ">=6"
|
|
@@ -25501,9 +25497,9 @@
|
|
|
25501
25497
|
}
|
|
25502
25498
|
},
|
|
25503
25499
|
"node_modules/regenerator-runtime": {
|
|
25504
|
-
"version": "0.
|
|
25505
|
-
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.
|
|
25506
|
-
"integrity": "sha512-
|
|
25500
|
+
"version": "0.14.1",
|
|
25501
|
+
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
25502
|
+
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
25507
25503
|
"license": "MIT"
|
|
25508
25504
|
},
|
|
25509
25505
|
"node_modules/regexp-tree": {
|
|
@@ -25892,9 +25888,9 @@
|
|
|
25892
25888
|
"license": "BSD-3-Clause"
|
|
25893
25889
|
},
|
|
25894
25890
|
"node_modules/sax": {
|
|
25895
|
-
"version": "1.
|
|
25896
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.
|
|
25897
|
-
"integrity": "sha512-
|
|
25891
|
+
"version": "1.3.0",
|
|
25892
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz",
|
|
25893
|
+
"integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==",
|
|
25898
25894
|
"license": "ISC"
|
|
25899
25895
|
},
|
|
25900
25896
|
"node_modules/scoped-regex": {
|
|
@@ -25983,15 +25979,17 @@
|
|
|
25983
25979
|
"license": "ISC"
|
|
25984
25980
|
},
|
|
25985
25981
|
"node_modules/set-function-length": {
|
|
25986
|
-
"version": "1.
|
|
25987
|
-
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.
|
|
25988
|
-
"integrity": "sha512-
|
|
25982
|
+
"version": "1.2.1",
|
|
25983
|
+
"resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz",
|
|
25984
|
+
"integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==",
|
|
25989
25985
|
"license": "MIT",
|
|
25990
25986
|
"dependencies": {
|
|
25991
|
-
"define-data-property": "^1.1.
|
|
25992
|
-
"
|
|
25987
|
+
"define-data-property": "^1.1.2",
|
|
25988
|
+
"es-errors": "^1.3.0",
|
|
25989
|
+
"function-bind": "^1.1.2",
|
|
25990
|
+
"get-intrinsic": "^1.2.3",
|
|
25993
25991
|
"gopd": "^1.0.1",
|
|
25994
|
-
"has-property-descriptors": "^1.0.
|
|
25992
|
+
"has-property-descriptors": "^1.0.1"
|
|
25995
25993
|
},
|
|
25996
25994
|
"engines": {
|
|
25997
25995
|
"node": ">= 0.4"
|
|
@@ -26130,18 +26128,18 @@
|
|
|
26130
26128
|
"license": "ISC"
|
|
26131
26129
|
},
|
|
26132
26130
|
"node_modules/sigstore": {
|
|
26133
|
-
"version": "2.2.
|
|
26134
|
-
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.
|
|
26135
|
-
"integrity": "sha512-
|
|
26131
|
+
"version": "2.2.2",
|
|
26132
|
+
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz",
|
|
26133
|
+
"integrity": "sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==",
|
|
26136
26134
|
"extraneous": true,
|
|
26137
26135
|
"license": "Apache-2.0",
|
|
26138
26136
|
"dependencies": {
|
|
26139
|
-
"@sigstore/bundle": "^2.
|
|
26140
|
-
"@sigstore/core": "^0.
|
|
26141
|
-
"@sigstore/protobuf-specs": "^0.
|
|
26142
|
-
"@sigstore/sign": "^2.2.
|
|
26143
|
-
"@sigstore/tuf": "^2.3.
|
|
26144
|
-
"@sigstore/verify": "^
|
|
26137
|
+
"@sigstore/bundle": "^2.2.0",
|
|
26138
|
+
"@sigstore/core": "^1.0.0",
|
|
26139
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
26140
|
+
"@sigstore/sign": "^2.2.3",
|
|
26141
|
+
"@sigstore/tuf": "^2.3.1",
|
|
26142
|
+
"@sigstore/verify": "^1.1.0"
|
|
26145
26143
|
},
|
|
26146
26144
|
"engines": {
|
|
26147
26145
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -26287,16 +26285,16 @@
|
|
|
26287
26285
|
}
|
|
26288
26286
|
},
|
|
26289
26287
|
"node_modules/socks": {
|
|
26290
|
-
"version": "2.
|
|
26291
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.
|
|
26292
|
-
"integrity": "sha512-
|
|
26288
|
+
"version": "2.8.1",
|
|
26289
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.1.tgz",
|
|
26290
|
+
"integrity": "sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ==",
|
|
26293
26291
|
"license": "MIT",
|
|
26294
26292
|
"dependencies": {
|
|
26295
|
-
"ip": "^
|
|
26293
|
+
"ip-address": "^9.0.5",
|
|
26296
26294
|
"smart-buffer": "^4.2.0"
|
|
26297
26295
|
},
|
|
26298
26296
|
"engines": {
|
|
26299
|
-
"node": ">= 10.
|
|
26297
|
+
"node": ">= 10.0.0",
|
|
26300
26298
|
"npm": ">= 3.0.0"
|
|
26301
26299
|
}
|
|
26302
26300
|
},
|
|
@@ -26315,9 +26313,9 @@
|
|
|
26315
26313
|
}
|
|
26316
26314
|
},
|
|
26317
26315
|
"node_modules/sonic-boom": {
|
|
26318
|
-
"version": "3.
|
|
26319
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.
|
|
26320
|
-
"integrity": "sha512-
|
|
26316
|
+
"version": "3.8.0",
|
|
26317
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.8.0.tgz",
|
|
26318
|
+
"integrity": "sha512-ybz6OYOUjoQQCQ/i4LU8kaToD8ACtYP+Cj5qd2AO36bwbdewxWJ3ArmJ2cr6AvxlL2o0PqnCcPGUgkILbfkaCA==",
|
|
26321
26319
|
"license": "MIT",
|
|
26322
26320
|
"dependencies": {
|
|
26323
26321
|
"atomic-sleep": "^1.0.0"
|
|
@@ -26338,6 +26336,101 @@
|
|
|
26338
26336
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
26339
26337
|
}
|
|
26340
26338
|
},
|
|
26339
|
+
"node_modules/sort-object-keys": {
|
|
26340
|
+
"version": "1.1.3",
|
|
26341
|
+
"resolved": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz",
|
|
26342
|
+
"integrity": "sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==",
|
|
26343
|
+
"dev": true,
|
|
26344
|
+
"license": "MIT"
|
|
26345
|
+
},
|
|
26346
|
+
"node_modules/sort-package-json": {
|
|
26347
|
+
"version": "2.8.0",
|
|
26348
|
+
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.8.0.tgz",
|
|
26349
|
+
"integrity": "sha512-PxeNg93bTJWmDGnu0HADDucoxfFiKkIr73Kv85EBThlI1YQPdc0XovBgg2llD0iABZbu2SlKo8ntGmOP9wOj/g==",
|
|
26350
|
+
"dev": true,
|
|
26351
|
+
"license": "MIT",
|
|
26352
|
+
"dependencies": {
|
|
26353
|
+
"detect-indent": "^7.0.1",
|
|
26354
|
+
"detect-newline": "^4.0.0",
|
|
26355
|
+
"get-stdin": "^9.0.0",
|
|
26356
|
+
"git-hooks-list": "^3.0.0",
|
|
26357
|
+
"globby": "^13.1.2",
|
|
26358
|
+
"is-plain-obj": "^4.1.0",
|
|
26359
|
+
"sort-object-keys": "^1.1.3"
|
|
26360
|
+
},
|
|
26361
|
+
"bin": {
|
|
26362
|
+
"sort-package-json": "cli.js"
|
|
26363
|
+
}
|
|
26364
|
+
},
|
|
26365
|
+
"node_modules/sort-package-json/node_modules/detect-indent": {
|
|
26366
|
+
"version": "7.0.1",
|
|
26367
|
+
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.1.tgz",
|
|
26368
|
+
"integrity": "sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g==",
|
|
26369
|
+
"dev": true,
|
|
26370
|
+
"license": "MIT",
|
|
26371
|
+
"engines": {
|
|
26372
|
+
"node": ">=12.20"
|
|
26373
|
+
}
|
|
26374
|
+
},
|
|
26375
|
+
"node_modules/sort-package-json/node_modules/detect-newline": {
|
|
26376
|
+
"version": "4.0.1",
|
|
26377
|
+
"resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-4.0.1.tgz",
|
|
26378
|
+
"integrity": "sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==",
|
|
26379
|
+
"dev": true,
|
|
26380
|
+
"license": "MIT",
|
|
26381
|
+
"engines": {
|
|
26382
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
26383
|
+
},
|
|
26384
|
+
"funding": {
|
|
26385
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
26386
|
+
}
|
|
26387
|
+
},
|
|
26388
|
+
"node_modules/sort-package-json/node_modules/globby": {
|
|
26389
|
+
"version": "13.2.2",
|
|
26390
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
|
|
26391
|
+
"integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==",
|
|
26392
|
+
"dev": true,
|
|
26393
|
+
"license": "MIT",
|
|
26394
|
+
"dependencies": {
|
|
26395
|
+
"dir-glob": "^3.0.1",
|
|
26396
|
+
"fast-glob": "^3.3.0",
|
|
26397
|
+
"ignore": "^5.2.4",
|
|
26398
|
+
"merge2": "^1.4.1",
|
|
26399
|
+
"slash": "^4.0.0"
|
|
26400
|
+
},
|
|
26401
|
+
"engines": {
|
|
26402
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
26403
|
+
},
|
|
26404
|
+
"funding": {
|
|
26405
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
26406
|
+
}
|
|
26407
|
+
},
|
|
26408
|
+
"node_modules/sort-package-json/node_modules/is-plain-obj": {
|
|
26409
|
+
"version": "4.1.0",
|
|
26410
|
+
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
|
|
26411
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
26412
|
+
"dev": true,
|
|
26413
|
+
"license": "MIT",
|
|
26414
|
+
"engines": {
|
|
26415
|
+
"node": ">=12"
|
|
26416
|
+
},
|
|
26417
|
+
"funding": {
|
|
26418
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
26419
|
+
}
|
|
26420
|
+
},
|
|
26421
|
+
"node_modules/sort-package-json/node_modules/slash": {
|
|
26422
|
+
"version": "4.0.0",
|
|
26423
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz",
|
|
26424
|
+
"integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==",
|
|
26425
|
+
"dev": true,
|
|
26426
|
+
"license": "MIT",
|
|
26427
|
+
"engines": {
|
|
26428
|
+
"node": ">=12"
|
|
26429
|
+
},
|
|
26430
|
+
"funding": {
|
|
26431
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
26432
|
+
}
|
|
26433
|
+
},
|
|
26341
26434
|
"node_modules/source-map": {
|
|
26342
26435
|
"version": "0.6.1",
|
|
26343
26436
|
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
@@ -26404,9 +26497,9 @@
|
|
|
26404
26497
|
}
|
|
26405
26498
|
},
|
|
26406
26499
|
"node_modules/spdx-exceptions": {
|
|
26407
|
-
"version": "2.
|
|
26408
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.
|
|
26409
|
-
"integrity": "sha512
|
|
26500
|
+
"version": "2.5.0",
|
|
26501
|
+
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
26502
|
+
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
26410
26503
|
"license": "CC-BY-3.0"
|
|
26411
26504
|
},
|
|
26412
26505
|
"node_modules/spdx-expression-parse": {
|
|
@@ -26420,9 +26513,9 @@
|
|
|
26420
26513
|
}
|
|
26421
26514
|
},
|
|
26422
26515
|
"node_modules/spdx-license-ids": {
|
|
26423
|
-
"version": "3.0.
|
|
26424
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
26425
|
-
"integrity": "sha512-
|
|
26516
|
+
"version": "3.0.17",
|
|
26517
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
|
|
26518
|
+
"integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
|
|
26426
26519
|
"license": "CC0-1.0"
|
|
26427
26520
|
},
|
|
26428
26521
|
"node_modules/split": {
|
|
@@ -27095,9 +27188,9 @@
|
|
|
27095
27188
|
}
|
|
27096
27189
|
},
|
|
27097
27190
|
"node_modules/thread-stream": {
|
|
27098
|
-
"version": "2.
|
|
27099
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.
|
|
27100
|
-
"integrity": "sha512-
|
|
27191
|
+
"version": "2.4.1",
|
|
27192
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.4.1.tgz",
|
|
27193
|
+
"integrity": "sha512-d/Ex2iWd1whipbT681JmTINKw0ZwOUBZm7+Gjs64DHuX34mmw8vJL2bFAaNacaW72zYiTJxSHi5abUuOi5nsfg==",
|
|
27101
27194
|
"license": "MIT",
|
|
27102
27195
|
"dependencies": {
|
|
27103
27196
|
"real-require": "^0.2.0"
|
|
@@ -27642,16 +27735,15 @@
|
|
|
27642
27735
|
}
|
|
27643
27736
|
},
|
|
27644
27737
|
"node_modules/universal-user-agent": {
|
|
27645
|
-
"version": "6.0.
|
|
27646
|
-
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.
|
|
27647
|
-
"integrity": "sha512-
|
|
27738
|
+
"version": "6.0.1",
|
|
27739
|
+
"resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz",
|
|
27740
|
+
"integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==",
|
|
27648
27741
|
"license": "ISC"
|
|
27649
27742
|
},
|
|
27650
27743
|
"node_modules/universalify": {
|
|
27651
|
-
"version": "2.0.
|
|
27652
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.
|
|
27653
|
-
"integrity": "sha512-
|
|
27654
|
-
"dev": true,
|
|
27744
|
+
"version": "2.0.1",
|
|
27745
|
+
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
|
27746
|
+
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
27655
27747
|
"license": "MIT",
|
|
27656
27748
|
"engines": {
|
|
27657
27749
|
"node": ">= 10.0.0"
|
|
@@ -27975,17 +28067,17 @@
|
|
|
27975
28067
|
}
|
|
27976
28068
|
},
|
|
27977
28069
|
"node_modules/which-typed-array": {
|
|
27978
|
-
"version": "1.1.
|
|
27979
|
-
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.
|
|
27980
|
-
"integrity": "sha512-
|
|
28070
|
+
"version": "1.1.14",
|
|
28071
|
+
"resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.14.tgz",
|
|
28072
|
+
"integrity": "sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==",
|
|
27981
28073
|
"dev": true,
|
|
27982
28074
|
"license": "MIT",
|
|
27983
28075
|
"dependencies": {
|
|
27984
|
-
"available-typed-arrays": "^1.0.
|
|
27985
|
-
"call-bind": "^1.0.
|
|
28076
|
+
"available-typed-arrays": "^1.0.6",
|
|
28077
|
+
"call-bind": "^1.0.5",
|
|
27986
28078
|
"for-each": "^0.3.3",
|
|
27987
28079
|
"gopd": "^1.0.1",
|
|
27988
|
-
"has-tostringtag": "^1.0.
|
|
28080
|
+
"has-tostringtag": "^1.0.1"
|
|
27989
28081
|
},
|
|
27990
28082
|
"engines": {
|
|
27991
28083
|
"node": ">= 0.4"
|
|
@@ -28716,9 +28808,9 @@
|
|
|
28716
28808
|
}
|
|
28717
28809
|
},
|
|
28718
28810
|
"node_modules/yeoman-environment/node_modules/diff": {
|
|
28719
|
-
"version": "5.
|
|
28720
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.
|
|
28721
|
-
"integrity": "sha512-
|
|
28811
|
+
"version": "5.2.0",
|
|
28812
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
28813
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
28722
28814
|
"license": "BSD-3-Clause",
|
|
28723
28815
|
"engines": {
|
|
28724
28816
|
"node": ">=0.3.1"
|
|
@@ -29370,6 +29462,15 @@
|
|
|
29370
29462
|
"integrity": "sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg==",
|
|
29371
29463
|
"license": "ISC"
|
|
29372
29464
|
},
|
|
29465
|
+
"node_modules/yeoman-environment/node_modules/promise-call-limit": {
|
|
29466
|
+
"version": "1.0.2",
|
|
29467
|
+
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.2.tgz",
|
|
29468
|
+
"integrity": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==",
|
|
29469
|
+
"license": "ISC",
|
|
29470
|
+
"funding": {
|
|
29471
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
29472
|
+
}
|
|
29473
|
+
},
|
|
29373
29474
|
"node_modules/yeoman-environment/node_modules/read-cmd-shim": {
|
|
29374
29475
|
"version": "3.0.1",
|
|
29375
29476
|
"resolved": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-3.0.1.tgz",
|
|
@@ -29393,9 +29494,9 @@
|
|
|
29393
29494
|
}
|
|
29394
29495
|
},
|
|
29395
29496
|
"node_modules/yeoman-environment/node_modules/readable-stream": {
|
|
29396
|
-
"version": "4.
|
|
29397
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.
|
|
29398
|
-
"integrity": "sha512-
|
|
29497
|
+
"version": "4.5.2",
|
|
29498
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
29499
|
+
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
29399
29500
|
"license": "MIT",
|
|
29400
29501
|
"dependencies": {
|
|
29401
29502
|
"abort-controller": "^3.0.0",
|
|
@@ -29609,6 +29710,15 @@
|
|
|
29609
29710
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
29610
29711
|
}
|
|
29611
29712
|
},
|
|
29713
|
+
"node_modules/yeoman-generator/node_modules/@sigstore/protobuf-specs": {
|
|
29714
|
+
"version": "0.2.1",
|
|
29715
|
+
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz",
|
|
29716
|
+
"integrity": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==",
|
|
29717
|
+
"license": "Apache-2.0",
|
|
29718
|
+
"engines": {
|
|
29719
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
29720
|
+
}
|
|
29721
|
+
},
|
|
29612
29722
|
"node_modules/yeoman-generator/node_modules/@sigstore/sign": {
|
|
29613
29723
|
"version": "1.0.0",
|
|
29614
29724
|
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-1.0.0.tgz",
|