@salesforce/cli 2.36.6 → 2.36.8
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 +46 -46
- package/npm-shrinkwrap.json +513 -363
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.36.
|
|
3
|
+
"version": "2.36.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.36.
|
|
9
|
+
"version": "2.36.8",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,30 +16,30 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "3.2.2",
|
|
17
17
|
"@oclif/plugin-help": "6.0.20",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.1",
|
|
19
|
-
"@oclif/plugin-plugins": "5.0.
|
|
19
|
+
"@oclif/plugin-plugins": "5.0.5",
|
|
20
20
|
"@oclif/plugin-search": "1.0.20",
|
|
21
21
|
"@oclif/plugin-update": "4.2.3",
|
|
22
22
|
"@oclif/plugin-version": "2.0.16",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.0.15",
|
|
24
24
|
"@oclif/plugin-which": "3.1.7",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
|
-
"@salesforce/plugin-apex": "3.1.
|
|
26
|
+
"@salesforce/plugin-apex": "3.1.3",
|
|
27
27
|
"@salesforce/plugin-auth": "3.5.1",
|
|
28
28
|
"@salesforce/plugin-data": "3.2.4",
|
|
29
|
-
"@salesforce/plugin-deploy-retrieve": "3.5.
|
|
30
|
-
"@salesforce/plugin-info": "3.1.
|
|
29
|
+
"@salesforce/plugin-deploy-retrieve": "3.5.3",
|
|
30
|
+
"@salesforce/plugin-info": "3.1.2",
|
|
31
31
|
"@salesforce/plugin-limits": "3.2.1",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.1.0",
|
|
33
33
|
"@salesforce/plugin-org": "3.6.3",
|
|
34
34
|
"@salesforce/plugin-packaging": "2.3.0",
|
|
35
35
|
"@salesforce/plugin-schema": "3.2.0",
|
|
36
|
-
"@salesforce/plugin-settings": "2.1.
|
|
36
|
+
"@salesforce/plugin-settings": "2.1.2",
|
|
37
37
|
"@salesforce/plugin-sobject": "1.2.1",
|
|
38
38
|
"@salesforce/plugin-source": "3.2.2",
|
|
39
39
|
"@salesforce/plugin-telemetry": "3.1.17",
|
|
40
40
|
"@salesforce/plugin-templates": "56.1.0",
|
|
41
41
|
"@salesforce/plugin-trust": "3.5.1",
|
|
42
|
-
"@salesforce/plugin-user": "3.4.
|
|
42
|
+
"@salesforce/plugin-user": "3.4.3",
|
|
43
43
|
"@salesforce/sf-plugins-core": "8.0.3",
|
|
44
44
|
"chalk": "^5.3.0",
|
|
45
45
|
"debug": "^4.3.4",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@salesforce/ts-types": "^2.0.9",
|
|
58
58
|
"@types/debug": "^4.1.12",
|
|
59
59
|
"aws-sdk": "^2.1589.0",
|
|
60
|
-
"oclif": "^4.
|
|
60
|
+
"oclif": "^4.7.5",
|
|
61
61
|
"ts-node": "^10.9.1",
|
|
62
62
|
"typescript": "^5"
|
|
63
63
|
},
|
|
@@ -2527,6 +2527,15 @@
|
|
|
2527
2527
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2528
2528
|
}
|
|
2529
2529
|
},
|
|
2530
|
+
"node_modules/@inquirer/core/node_modules/run-async": {
|
|
2531
|
+
"version": "3.0.0",
|
|
2532
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
2533
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
2534
|
+
"license": "MIT",
|
|
2535
|
+
"engines": {
|
|
2536
|
+
"node": ">=0.12.0"
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2530
2539
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
2531
2540
|
"version": "4.1.0",
|
|
2532
2541
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2552,12 +2561,12 @@
|
|
|
2552
2561
|
}
|
|
2553
2562
|
},
|
|
2554
2563
|
"node_modules/@inquirer/input": {
|
|
2555
|
-
"version": "2.1.
|
|
2556
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.
|
|
2557
|
-
"integrity": "sha512-
|
|
2564
|
+
"version": "2.1.1",
|
|
2565
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.1.tgz",
|
|
2566
|
+
"integrity": "sha512-Ag5PDh3/V3B68WGD/5LKXDqbdWKlF7zyfPAlstzu0NoZcZGBbZFjfgXlZIcb6Gs+AfdSi7wNf7soVAaMGH7moQ==",
|
|
2558
2567
|
"license": "MIT",
|
|
2559
2568
|
"dependencies": {
|
|
2560
|
-
"@inquirer/core": "^7.1.
|
|
2569
|
+
"@inquirer/core": "^7.1.1",
|
|
2561
2570
|
"@inquirer/type": "^1.2.1"
|
|
2562
2571
|
},
|
|
2563
2572
|
"engines": {
|
|
@@ -2565,14 +2574,14 @@
|
|
|
2565
2574
|
}
|
|
2566
2575
|
},
|
|
2567
2576
|
"node_modules/@inquirer/input/node_modules/@inquirer/core": {
|
|
2568
|
-
"version": "7.1.
|
|
2569
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.
|
|
2570
|
-
"integrity": "sha512-
|
|
2577
|
+
"version": "7.1.1",
|
|
2578
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.1.tgz",
|
|
2579
|
+
"integrity": "sha512-rD1UI3eARN9qJBcLRXPOaZu++Bg+xsk0Tuz1EUOXEW+UbYif1sGjr0Tw7lKejHzKD9IbXE1CEtZ+xR/DrNlQGQ==",
|
|
2571
2580
|
"license": "MIT",
|
|
2572
2581
|
"dependencies": {
|
|
2573
2582
|
"@inquirer/type": "^1.2.1",
|
|
2574
2583
|
"@types/mute-stream": "^0.0.4",
|
|
2575
|
-
"@types/node": "^20.11.
|
|
2584
|
+
"@types/node": "^20.11.30",
|
|
2576
2585
|
"@types/wrap-ansi": "^3.0.0",
|
|
2577
2586
|
"ansi-escapes": "^4.3.2",
|
|
2578
2587
|
"chalk": "^4.1.2",
|
|
@@ -2580,7 +2589,6 @@
|
|
|
2580
2589
|
"cli-width": "^4.1.0",
|
|
2581
2590
|
"figures": "^3.2.0",
|
|
2582
2591
|
"mute-stream": "^1.0.0",
|
|
2583
|
-
"run-async": "^3.0.0",
|
|
2584
2592
|
"signal-exit": "^4.1.0",
|
|
2585
2593
|
"strip-ansi": "^6.0.1",
|
|
2586
2594
|
"wrap-ansi": "^6.2.0"
|
|
@@ -3679,14 +3687,14 @@
|
|
|
3679
3687
|
}
|
|
3680
3688
|
},
|
|
3681
3689
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/core": {
|
|
3682
|
-
"version": "7.1.
|
|
3683
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.
|
|
3684
|
-
"integrity": "sha512-
|
|
3690
|
+
"version": "7.1.1",
|
|
3691
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.1.tgz",
|
|
3692
|
+
"integrity": "sha512-rD1UI3eARN9qJBcLRXPOaZu++Bg+xsk0Tuz1EUOXEW+UbYif1sGjr0Tw7lKejHzKD9IbXE1CEtZ+xR/DrNlQGQ==",
|
|
3685
3693
|
"license": "MIT",
|
|
3686
3694
|
"dependencies": {
|
|
3687
3695
|
"@inquirer/type": "^1.2.1",
|
|
3688
3696
|
"@types/mute-stream": "^0.0.4",
|
|
3689
|
-
"@types/node": "^20.11.
|
|
3697
|
+
"@types/node": "^20.11.30",
|
|
3690
3698
|
"@types/wrap-ansi": "^3.0.0",
|
|
3691
3699
|
"ansi-escapes": "^4.3.2",
|
|
3692
3700
|
"chalk": "^4.1.2",
|
|
@@ -3694,7 +3702,6 @@
|
|
|
3694
3702
|
"cli-width": "^4.1.0",
|
|
3695
3703
|
"figures": "^3.2.0",
|
|
3696
3704
|
"mute-stream": "^1.0.0",
|
|
3697
|
-
"run-async": "^3.0.0",
|
|
3698
3705
|
"signal-exit": "^4.1.0",
|
|
3699
3706
|
"strip-ansi": "^6.0.1",
|
|
3700
3707
|
"wrap-ansi": "^6.2.0"
|
|
@@ -3744,15 +3751,15 @@
|
|
|
3744
3751
|
}
|
|
3745
3752
|
},
|
|
3746
3753
|
"node_modules/@oclif/plugin-plugins": {
|
|
3747
|
-
"version": "5.0.
|
|
3748
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.
|
|
3749
|
-
"integrity": "sha512-
|
|
3754
|
+
"version": "5.0.5",
|
|
3755
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.5.tgz",
|
|
3756
|
+
"integrity": "sha512-2Mi87LYSj8LBPXR/j+DffFoyaTmaWiKXayyomyA3Q/TOk8/FkMSNzaUxYzno3sFXy/LsPRd9DZXm+UO1dHV1jw==",
|
|
3750
3757
|
"license": "MIT",
|
|
3751
3758
|
"dependencies": {
|
|
3752
3759
|
"@oclif/core": "^3.26.0",
|
|
3753
3760
|
"chalk": "^5.3.0",
|
|
3754
3761
|
"debug": "^4.3.4",
|
|
3755
|
-
"npm": "10.
|
|
3762
|
+
"npm": "10.2.4",
|
|
3756
3763
|
"npm-package-arg": "^11.0.1",
|
|
3757
3764
|
"npm-run-path": "^5.3.0",
|
|
3758
3765
|
"semver": "^7.6.0",
|
|
@@ -3802,9 +3809,9 @@
|
|
|
3802
3809
|
}
|
|
3803
3810
|
},
|
|
3804
3811
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
3805
|
-
"version": "10.
|
|
3806
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.
|
|
3807
|
-
"integrity": "sha512-
|
|
3812
|
+
"version": "10.2.4",
|
|
3813
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.2.4.tgz",
|
|
3814
|
+
"integrity": "sha512-umEuYneVEYO9KoEEI8n2sSGmNQeqco/3BSeacRlqIkCzw4E7XGtYSWMeJobxzr6hZ2n9cM+u5TsMTcC5bAgoWA==",
|
|
3808
3815
|
"bundleDependencies": [
|
|
3809
3816
|
"@isaacs/string-locale-compare",
|
|
3810
3817
|
"@npmcli/arborist",
|
|
@@ -3868,6 +3875,7 @@
|
|
|
3868
3875
|
"semver",
|
|
3869
3876
|
"spdx-expression-parse",
|
|
3870
3877
|
"ssri",
|
|
3878
|
+
"strip-ansi",
|
|
3871
3879
|
"supports-color",
|
|
3872
3880
|
"tar",
|
|
3873
3881
|
"text-table",
|
|
@@ -3892,12 +3900,12 @@
|
|
|
3892
3900
|
"@npmcli/fs": "^3.1.0",
|
|
3893
3901
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
3894
3902
|
"@npmcli/package-json": "^5.0.0",
|
|
3895
|
-
"@npmcli/promise-spawn": "^7.0.
|
|
3896
|
-
"@npmcli/run-script": "^7.0.
|
|
3897
|
-
"@sigstore/tuf": "^2.
|
|
3903
|
+
"@npmcli/promise-spawn": "^7.0.0",
|
|
3904
|
+
"@npmcli/run-script": "^7.0.2",
|
|
3905
|
+
"@sigstore/tuf": "^2.2.0",
|
|
3898
3906
|
"abbrev": "^2.0.0",
|
|
3899
3907
|
"archy": "~1.0.0",
|
|
3900
|
-
"cacache": "^18.0.
|
|
3908
|
+
"cacache": "^18.0.0",
|
|
3901
3909
|
"chalk": "^5.3.0",
|
|
3902
3910
|
"ci-info": "^4.0.0",
|
|
3903
3911
|
"cli-columns": "^4.0.0",
|
|
@@ -3911,7 +3919,7 @@
|
|
|
3911
3919
|
"ini": "^4.1.1",
|
|
3912
3920
|
"init-package-json": "^6.0.0",
|
|
3913
3921
|
"is-cidr": "^5.0.3",
|
|
3914
|
-
"json-parse-even-better-errors": "^3.0.
|
|
3922
|
+
"json-parse-even-better-errors": "^3.0.0",
|
|
3915
3923
|
"libnpmaccess": "^8.0.1",
|
|
3916
3924
|
"libnpmdiff": "^6.0.3",
|
|
3917
3925
|
"libnpmexec": "^7.0.4",
|
|
@@ -3940,14 +3948,15 @@
|
|
|
3940
3948
|
"npm-user-validate": "^2.0.0",
|
|
3941
3949
|
"npmlog": "^7.0.1",
|
|
3942
3950
|
"p-map": "^4.0.0",
|
|
3943
|
-
"pacote": "^17.0.
|
|
3951
|
+
"pacote": "^17.0.4",
|
|
3944
3952
|
"parse-conflict-json": "^3.0.1",
|
|
3945
3953
|
"proc-log": "^3.0.0",
|
|
3946
3954
|
"qrcode-terminal": "^0.12.0",
|
|
3947
3955
|
"read": "^2.1.0",
|
|
3948
|
-
"semver": "^7.
|
|
3956
|
+
"semver": "^7.5.4",
|
|
3949
3957
|
"spdx-expression-parse": "^3.0.1",
|
|
3950
3958
|
"ssri": "^10.0.5",
|
|
3959
|
+
"strip-ansi": "^7.1.0",
|
|
3951
3960
|
"supports-color": "^9.4.0",
|
|
3952
3961
|
"tar": "^6.2.0",
|
|
3953
3962
|
"text-table": "~0.2.0",
|
|
@@ -4009,19 +4018,6 @@
|
|
|
4009
4018
|
"node": ">=12"
|
|
4010
4019
|
}
|
|
4011
4020
|
},
|
|
4012
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
4013
|
-
"version": "6.0.1",
|
|
4014
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4015
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4016
|
-
"inBundle": true,
|
|
4017
|
-
"license": "MIT",
|
|
4018
|
-
"engines": {
|
|
4019
|
-
"node": ">=12"
|
|
4020
|
-
},
|
|
4021
|
-
"funding": {
|
|
4022
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4023
|
-
}
|
|
4024
|
-
},
|
|
4025
4021
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
4026
4022
|
"version": "9.2.2",
|
|
4027
4023
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -4047,22 +4043,6 @@
|
|
|
4047
4043
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4048
4044
|
}
|
|
4049
4045
|
},
|
|
4050
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
4051
|
-
"version": "7.1.0",
|
|
4052
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4053
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4054
|
-
"inBundle": true,
|
|
4055
|
-
"license": "MIT",
|
|
4056
|
-
"dependencies": {
|
|
4057
|
-
"ansi-regex": "^6.0.1"
|
|
4058
|
-
},
|
|
4059
|
-
"engines": {
|
|
4060
|
-
"node": ">=12"
|
|
4061
|
-
},
|
|
4062
|
-
"funding": {
|
|
4063
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4064
|
-
}
|
|
4065
|
-
},
|
|
4066
4046
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
4067
4047
|
"version": "1.1.0",
|
|
4068
4048
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
@@ -4071,9 +4051,7 @@
|
|
|
4071
4051
|
"license": "ISC"
|
|
4072
4052
|
},
|
|
4073
4053
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/agent": {
|
|
4074
|
-
"version": "2.2.
|
|
4075
|
-
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz",
|
|
4076
|
-
"integrity": "sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ==",
|
|
4054
|
+
"version": "2.2.0",
|
|
4077
4055
|
"inBundle": true,
|
|
4078
4056
|
"license": "ISC",
|
|
4079
4057
|
"dependencies": {
|
|
@@ -4088,9 +4066,7 @@
|
|
|
4088
4066
|
}
|
|
4089
4067
|
},
|
|
4090
4068
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4091
|
-
"version": "7.
|
|
4092
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.4.0.tgz",
|
|
4093
|
-
"integrity": "sha512-VFsUaTrV8NR+0E2I+xhp6pPC5eAbMmSMSMZbS57aogLc6du6HWBPATFOaiNWwp1QTFVeP4aLhYixQM9hHfaAsA==",
|
|
4069
|
+
"version": "7.2.1",
|
|
4094
4070
|
"inBundle": true,
|
|
4095
4071
|
"license": "ISC",
|
|
4096
4072
|
"dependencies": {
|
|
@@ -4102,7 +4078,7 @@
|
|
|
4102
4078
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
4103
4079
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4104
4080
|
"@npmcli/package-json": "^5.0.0",
|
|
4105
|
-
"@npmcli/query": "^3.1
|
|
4081
|
+
"@npmcli/query": "^3.0.1",
|
|
4106
4082
|
"@npmcli/run-script": "^7.0.2",
|
|
4107
4083
|
"bin-links": "^4.0.1",
|
|
4108
4084
|
"cacache": "^18.0.0",
|
|
@@ -4121,7 +4097,7 @@
|
|
|
4121
4097
|
"parse-conflict-json": "^3.0.0",
|
|
4122
4098
|
"proc-log": "^3.0.0",
|
|
4123
4099
|
"promise-all-reject-late": "^1.0.0",
|
|
4124
|
-
"promise-call-limit": "^
|
|
4100
|
+
"promise-call-limit": "^1.0.2",
|
|
4125
4101
|
"read-package-json-fast": "^3.0.2",
|
|
4126
4102
|
"semver": "^7.3.7",
|
|
4127
4103
|
"ssri": "^10.0.5",
|
|
@@ -4136,9 +4112,7 @@
|
|
|
4136
4112
|
}
|
|
4137
4113
|
},
|
|
4138
4114
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4139
|
-
"version": "8.2
|
|
4140
|
-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.0.tgz",
|
|
4141
|
-
"integrity": "sha512-YoEYZFg0hRSRP/Chmq+J4FvULFvji6SORUYWQc10FiJ+ReAnViXcDCENg6kM6dID04bAoKNUygrby798+gYBbQ==",
|
|
4115
|
+
"version": "8.0.2",
|
|
4142
4116
|
"inBundle": true,
|
|
4143
4117
|
"license": "ISC",
|
|
4144
4118
|
"dependencies": {
|
|
@@ -4198,9 +4172,7 @@
|
|
|
4198
4172
|
}
|
|
4199
4173
|
},
|
|
4200
4174
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4201
|
-
"version": "5.0.
|
|
4202
|
-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz",
|
|
4203
|
-
"integrity": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==",
|
|
4175
|
+
"version": "5.0.3",
|
|
4204
4176
|
"inBundle": true,
|
|
4205
4177
|
"license": "ISC",
|
|
4206
4178
|
"dependencies": {
|
|
@@ -4306,9 +4278,7 @@
|
|
|
4306
4278
|
}
|
|
4307
4279
|
},
|
|
4308
4280
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
4309
|
-
"version": "7.0.
|
|
4310
|
-
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
|
|
4311
|
-
"integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
|
|
4281
|
+
"version": "7.0.0",
|
|
4312
4282
|
"inBundle": true,
|
|
4313
4283
|
"license": "ISC",
|
|
4314
4284
|
"dependencies": {
|
|
@@ -4319,9 +4289,7 @@
|
|
|
4319
4289
|
}
|
|
4320
4290
|
},
|
|
4321
4291
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/query": {
|
|
4322
|
-
"version": "3.1
|
|
4323
|
-
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
|
|
4324
|
-
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
|
|
4292
|
+
"version": "3.0.1",
|
|
4325
4293
|
"inBundle": true,
|
|
4326
4294
|
"license": "ISC",
|
|
4327
4295
|
"dependencies": {
|
|
@@ -4332,16 +4300,14 @@
|
|
|
4332
4300
|
}
|
|
4333
4301
|
},
|
|
4334
4302
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4335
|
-
"version": "7.0.
|
|
4336
|
-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
4337
|
-
"integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
|
|
4303
|
+
"version": "7.0.2",
|
|
4338
4304
|
"inBundle": true,
|
|
4339
4305
|
"license": "ISC",
|
|
4340
4306
|
"dependencies": {
|
|
4341
4307
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4342
|
-
"@npmcli/package-json": "^5.0.0",
|
|
4343
4308
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
4344
4309
|
"node-gyp": "^10.0.0",
|
|
4310
|
+
"read-package-json-fast": "^3.0.0",
|
|
4345
4311
|
"which": "^4.0.0"
|
|
4346
4312
|
},
|
|
4347
4313
|
"engines": {
|
|
@@ -4360,32 +4326,18 @@
|
|
|
4360
4326
|
}
|
|
4361
4327
|
},
|
|
4362
4328
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
|
|
4363
|
-
"version": "2.
|
|
4364
|
-
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz",
|
|
4365
|
-
"integrity": "sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ==",
|
|
4329
|
+
"version": "2.1.0",
|
|
4366
4330
|
"inBundle": true,
|
|
4367
4331
|
"license": "Apache-2.0",
|
|
4368
4332
|
"dependencies": {
|
|
4369
|
-
"@sigstore/protobuf-specs": "^0.
|
|
4333
|
+
"@sigstore/protobuf-specs": "^0.2.1"
|
|
4370
4334
|
},
|
|
4371
4335
|
"engines": {
|
|
4372
4336
|
"node": "^16.14.0 || >=18.0.0"
|
|
4373
4337
|
}
|
|
4374
4338
|
},
|
|
4375
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
|
|
4376
|
-
"version": "1.0.0",
|
|
4377
|
-
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.0.0.tgz",
|
|
4378
|
-
"integrity": "sha512-dW2qjbWLRKGu6MIDUTBuJwXCnR8zivcSpf5inUzk7y84zqy/dji0/uahppoIgMoKeR+6pUZucrwHfkQQtiG9Rw==",
|
|
4379
|
-
"inBundle": true,
|
|
4380
|
-
"license": "Apache-2.0",
|
|
4381
|
-
"engines": {
|
|
4382
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4383
|
-
}
|
|
4384
|
-
},
|
|
4385
4339
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4386
|
-
"version": "0.
|
|
4387
|
-
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
|
|
4388
|
-
"integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
|
|
4340
|
+
"version": "0.2.1",
|
|
4389
4341
|
"inBundle": true,
|
|
4390
4342
|
"license": "Apache-2.0",
|
|
4391
4343
|
"engines": {
|
|
@@ -4393,15 +4345,12 @@
|
|
|
4393
4345
|
}
|
|
4394
4346
|
},
|
|
4395
4347
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
|
|
4396
|
-
"version": "2.2.
|
|
4397
|
-
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz",
|
|
4398
|
-
"integrity": "sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw==",
|
|
4348
|
+
"version": "2.2.0",
|
|
4399
4349
|
"inBundle": true,
|
|
4400
4350
|
"license": "Apache-2.0",
|
|
4401
4351
|
"dependencies": {
|
|
4402
|
-
"@sigstore/bundle": "^2.
|
|
4403
|
-
"@sigstore/
|
|
4404
|
-
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4352
|
+
"@sigstore/bundle": "^2.1.0",
|
|
4353
|
+
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4405
4354
|
"make-fetch-happen": "^13.0.0"
|
|
4406
4355
|
},
|
|
4407
4356
|
"engines": {
|
|
@@ -4409,27 +4358,12 @@
|
|
|
4409
4358
|
}
|
|
4410
4359
|
},
|
|
4411
4360
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4412
|
-
"version": "2.
|
|
4413
|
-
"inBundle": true,
|
|
4414
|
-
"license": "Apache-2.0",
|
|
4415
|
-
"dependencies": {
|
|
4416
|
-
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4417
|
-
"tuf-js": "^2.2.0"
|
|
4418
|
-
},
|
|
4419
|
-
"engines": {
|
|
4420
|
-
"node": "^16.14.0 || >=18.0.0"
|
|
4421
|
-
}
|
|
4422
|
-
},
|
|
4423
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
|
|
4424
|
-
"version": "1.1.0",
|
|
4425
|
-
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.0.tgz",
|
|
4426
|
-
"integrity": "sha512-1fTqnqyTBWvV7cftUUFtDcHPdSox0N3Ub7C0lRyReYx4zZUlNTZjCV+HPy4Lre+r45dV7Qx5JLKvqqsgxuyYfg==",
|
|
4361
|
+
"version": "2.2.0",
|
|
4427
4362
|
"inBundle": true,
|
|
4428
4363
|
"license": "Apache-2.0",
|
|
4429
4364
|
"dependencies": {
|
|
4430
|
-
"@sigstore/
|
|
4431
|
-
"
|
|
4432
|
-
"@sigstore/protobuf-specs": "^0.3.0"
|
|
4365
|
+
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4366
|
+
"tuf-js": "^2.1.0"
|
|
4433
4367
|
},
|
|
4434
4368
|
"engines": {
|
|
4435
4369
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -4469,6 +4403,19 @@
|
|
|
4469
4403
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4470
4404
|
}
|
|
4471
4405
|
},
|
|
4406
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/abort-controller": {
|
|
4407
|
+
"version": "3.0.0",
|
|
4408
|
+
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
4409
|
+
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
4410
|
+
"inBundle": true,
|
|
4411
|
+
"license": "MIT",
|
|
4412
|
+
"dependencies": {
|
|
4413
|
+
"event-target-shim": "^5.0.0"
|
|
4414
|
+
},
|
|
4415
|
+
"engines": {
|
|
4416
|
+
"node": ">=6.5"
|
|
4417
|
+
}
|
|
4418
|
+
},
|
|
4472
4419
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4473
4420
|
"version": "7.1.0",
|
|
4474
4421
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
@@ -4497,13 +4444,16 @@
|
|
|
4497
4444
|
}
|
|
4498
4445
|
},
|
|
4499
4446
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-regex": {
|
|
4500
|
-
"version": "
|
|
4501
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
4502
|
-
"integrity": "sha512-
|
|
4447
|
+
"version": "6.0.1",
|
|
4448
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4449
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4503
4450
|
"inBundle": true,
|
|
4504
4451
|
"license": "MIT",
|
|
4505
4452
|
"engines": {
|
|
4506
|
-
"node": ">=
|
|
4453
|
+
"node": ">=12"
|
|
4454
|
+
},
|
|
4455
|
+
"funding": {
|
|
4456
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4507
4457
|
}
|
|
4508
4458
|
},
|
|
4509
4459
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
|
|
@@ -4534,11 +4484,13 @@
|
|
|
4534
4484
|
"license": "MIT"
|
|
4535
4485
|
},
|
|
4536
4486
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
|
|
4537
|
-
"version": "4.0.
|
|
4538
|
-
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
|
|
4539
|
-
"integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
|
|
4487
|
+
"version": "4.0.1",
|
|
4540
4488
|
"inBundle": true,
|
|
4541
4489
|
"license": "ISC",
|
|
4490
|
+
"dependencies": {
|
|
4491
|
+
"delegates": "^1.0.0",
|
|
4492
|
+
"readable-stream": "^4.1.0"
|
|
4493
|
+
},
|
|
4542
4494
|
"engines": {
|
|
4543
4495
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4544
4496
|
}
|
|
@@ -4550,6 +4502,27 @@
|
|
|
4550
4502
|
"inBundle": true,
|
|
4551
4503
|
"license": "MIT"
|
|
4552
4504
|
},
|
|
4505
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/base64-js": {
|
|
4506
|
+
"version": "1.5.1",
|
|
4507
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
4508
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
4509
|
+
"funding": [
|
|
4510
|
+
{
|
|
4511
|
+
"type": "github",
|
|
4512
|
+
"url": "https://github.com/sponsors/feross"
|
|
4513
|
+
},
|
|
4514
|
+
{
|
|
4515
|
+
"type": "patreon",
|
|
4516
|
+
"url": "https://www.patreon.com/feross"
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"type": "consulting",
|
|
4520
|
+
"url": "https://feross.org/support"
|
|
4521
|
+
}
|
|
4522
|
+
],
|
|
4523
|
+
"inBundle": true,
|
|
4524
|
+
"license": "MIT"
|
|
4525
|
+
},
|
|
4553
4526
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
4554
4527
|
"version": "4.0.3",
|
|
4555
4528
|
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
|
|
@@ -4586,6 +4559,31 @@
|
|
|
4586
4559
|
"balanced-match": "^1.0.0"
|
|
4587
4560
|
}
|
|
4588
4561
|
},
|
|
4562
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/buffer": {
|
|
4563
|
+
"version": "6.0.3",
|
|
4564
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
4565
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
4566
|
+
"funding": [
|
|
4567
|
+
{
|
|
4568
|
+
"type": "github",
|
|
4569
|
+
"url": "https://github.com/sponsors/feross"
|
|
4570
|
+
},
|
|
4571
|
+
{
|
|
4572
|
+
"type": "patreon",
|
|
4573
|
+
"url": "https://www.patreon.com/feross"
|
|
4574
|
+
},
|
|
4575
|
+
{
|
|
4576
|
+
"type": "consulting",
|
|
4577
|
+
"url": "https://feross.org/support"
|
|
4578
|
+
}
|
|
4579
|
+
],
|
|
4580
|
+
"inBundle": true,
|
|
4581
|
+
"license": "MIT",
|
|
4582
|
+
"dependencies": {
|
|
4583
|
+
"base64-js": "^1.3.1",
|
|
4584
|
+
"ieee754": "^1.2.1"
|
|
4585
|
+
}
|
|
4586
|
+
},
|
|
4589
4587
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
|
|
4590
4588
|
"version": "5.0.1",
|
|
4591
4589
|
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
|
|
@@ -4597,9 +4595,7 @@
|
|
|
4597
4595
|
}
|
|
4598
4596
|
},
|
|
4599
4597
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
4600
|
-
"version": "18.0.
|
|
4601
|
-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
|
|
4602
|
-
"integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
|
|
4598
|
+
"version": "18.0.0",
|
|
4603
4599
|
"inBundle": true,
|
|
4604
4600
|
"license": "ISC",
|
|
4605
4601
|
"dependencies": {
|
|
@@ -4608,7 +4604,7 @@
|
|
|
4608
4604
|
"glob": "^10.2.2",
|
|
4609
4605
|
"lru-cache": "^10.0.1",
|
|
4610
4606
|
"minipass": "^7.0.3",
|
|
4611
|
-
"minipass-collect": "^
|
|
4607
|
+
"minipass-collect": "^1.0.2",
|
|
4612
4608
|
"minipass-flush": "^1.0.5",
|
|
4613
4609
|
"minipass-pipeline": "^1.2.4",
|
|
4614
4610
|
"p-map": "^4.0.0",
|
|
@@ -4696,6 +4692,29 @@
|
|
|
4696
4692
|
"node": ">= 10"
|
|
4697
4693
|
}
|
|
4698
4694
|
},
|
|
4695
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/ansi-regex": {
|
|
4696
|
+
"version": "5.0.1",
|
|
4697
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4698
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4699
|
+
"inBundle": true,
|
|
4700
|
+
"license": "MIT",
|
|
4701
|
+
"engines": {
|
|
4702
|
+
"node": ">=8"
|
|
4703
|
+
}
|
|
4704
|
+
},
|
|
4705
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi": {
|
|
4706
|
+
"version": "6.0.1",
|
|
4707
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4708
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4709
|
+
"inBundle": true,
|
|
4710
|
+
"license": "MIT",
|
|
4711
|
+
"dependencies": {
|
|
4712
|
+
"ansi-regex": "^5.0.1"
|
|
4713
|
+
},
|
|
4714
|
+
"engines": {
|
|
4715
|
+
"node": ">=8"
|
|
4716
|
+
}
|
|
4717
|
+
},
|
|
4699
4718
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
4700
4719
|
"version": "0.6.3",
|
|
4701
4720
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
|
|
@@ -4776,6 +4795,29 @@
|
|
|
4776
4795
|
"node": ">=8.0.0"
|
|
4777
4796
|
}
|
|
4778
4797
|
},
|
|
4798
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/ansi-regex": {
|
|
4799
|
+
"version": "5.0.1",
|
|
4800
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4801
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4802
|
+
"inBundle": true,
|
|
4803
|
+
"license": "MIT",
|
|
4804
|
+
"engines": {
|
|
4805
|
+
"node": ">=8"
|
|
4806
|
+
}
|
|
4807
|
+
},
|
|
4808
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/strip-ansi": {
|
|
4809
|
+
"version": "6.0.1",
|
|
4810
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4811
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4812
|
+
"inBundle": true,
|
|
4813
|
+
"license": "MIT",
|
|
4814
|
+
"dependencies": {
|
|
4815
|
+
"ansi-regex": "^5.0.1"
|
|
4816
|
+
},
|
|
4817
|
+
"engines": {
|
|
4818
|
+
"node": ">=8"
|
|
4819
|
+
}
|
|
4820
|
+
},
|
|
4779
4821
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
|
|
4780
4822
|
"version": "1.0.1",
|
|
4781
4823
|
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
|
@@ -4872,10 +4914,15 @@
|
|
|
4872
4914
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4873
4915
|
}
|
|
4874
4916
|
},
|
|
4917
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/delegates": {
|
|
4918
|
+
"version": "1.0.0",
|
|
4919
|
+
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
4920
|
+
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
4921
|
+
"inBundle": true,
|
|
4922
|
+
"license": "MIT"
|
|
4923
|
+
},
|
|
4875
4924
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
4876
|
-
"version": "5.
|
|
4877
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
4878
|
-
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
4925
|
+
"version": "5.1.0",
|
|
4879
4926
|
"inBundle": true,
|
|
4880
4927
|
"license": "BSD-3-Clause",
|
|
4881
4928
|
"engines": {
|
|
@@ -4924,6 +4971,26 @@
|
|
|
4924
4971
|
"inBundle": true,
|
|
4925
4972
|
"license": "MIT"
|
|
4926
4973
|
},
|
|
4974
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/event-target-shim": {
|
|
4975
|
+
"version": "5.0.1",
|
|
4976
|
+
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
4977
|
+
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
4978
|
+
"inBundle": true,
|
|
4979
|
+
"license": "MIT",
|
|
4980
|
+
"engines": {
|
|
4981
|
+
"node": ">=6"
|
|
4982
|
+
}
|
|
4983
|
+
},
|
|
4984
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/events": {
|
|
4985
|
+
"version": "3.3.0",
|
|
4986
|
+
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
4987
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
4988
|
+
"inBundle": true,
|
|
4989
|
+
"license": "MIT",
|
|
4990
|
+
"engines": {
|
|
4991
|
+
"node": ">=0.8.x"
|
|
4992
|
+
}
|
|
4993
|
+
},
|
|
4927
4994
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
|
|
4928
4995
|
"version": "3.1.1",
|
|
4929
4996
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -5001,6 +5068,29 @@
|
|
|
5001
5068
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5002
5069
|
}
|
|
5003
5070
|
},
|
|
5071
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/ansi-regex": {
|
|
5072
|
+
"version": "5.0.1",
|
|
5073
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5074
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5075
|
+
"inBundle": true,
|
|
5076
|
+
"license": "MIT",
|
|
5077
|
+
"engines": {
|
|
5078
|
+
"node": ">=8"
|
|
5079
|
+
}
|
|
5080
|
+
},
|
|
5081
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/strip-ansi": {
|
|
5082
|
+
"version": "6.0.1",
|
|
5083
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5084
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5085
|
+
"inBundle": true,
|
|
5086
|
+
"license": "MIT",
|
|
5087
|
+
"dependencies": {
|
|
5088
|
+
"ansi-regex": "^5.0.1"
|
|
5089
|
+
},
|
|
5090
|
+
"engines": {
|
|
5091
|
+
"node": ">=8"
|
|
5092
|
+
}
|
|
5093
|
+
},
|
|
5004
5094
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5005
5095
|
"version": "10.3.10",
|
|
5006
5096
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
@@ -5039,9 +5129,7 @@
|
|
|
5039
5129
|
"license": "ISC"
|
|
5040
5130
|
},
|
|
5041
5131
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/hasown": {
|
|
5042
|
-
"version": "2.0.
|
|
5043
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
|
|
5044
|
-
"integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
|
|
5132
|
+
"version": "2.0.0",
|
|
5045
5133
|
"inBundle": true,
|
|
5046
5134
|
"license": "MIT",
|
|
5047
5135
|
"dependencies": {
|
|
@@ -5072,9 +5160,7 @@
|
|
|
5072
5160
|
"license": "BSD-2-Clause"
|
|
5073
5161
|
},
|
|
5074
5162
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/http-proxy-agent": {
|
|
5075
|
-
"version": "7.0.
|
|
5076
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
5077
|
-
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
5163
|
+
"version": "7.0.0",
|
|
5078
5164
|
"inBundle": true,
|
|
5079
5165
|
"license": "MIT",
|
|
5080
5166
|
"dependencies": {
|
|
@@ -5086,9 +5172,7 @@
|
|
|
5086
5172
|
}
|
|
5087
5173
|
},
|
|
5088
5174
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/https-proxy-agent": {
|
|
5089
|
-
"version": "7.0.
|
|
5090
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
5091
|
-
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
5175
|
+
"version": "7.0.2",
|
|
5092
5176
|
"inBundle": true,
|
|
5093
5177
|
"license": "MIT",
|
|
5094
5178
|
"dependencies": {
|
|
@@ -5113,10 +5197,29 @@
|
|
|
5113
5197
|
"node": ">=0.10.0"
|
|
5114
5198
|
}
|
|
5115
5199
|
},
|
|
5200
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ieee754": {
|
|
5201
|
+
"version": "1.2.1",
|
|
5202
|
+
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
5203
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
5204
|
+
"funding": [
|
|
5205
|
+
{
|
|
5206
|
+
"type": "github",
|
|
5207
|
+
"url": "https://github.com/sponsors/feross"
|
|
5208
|
+
},
|
|
5209
|
+
{
|
|
5210
|
+
"type": "patreon",
|
|
5211
|
+
"url": "https://www.patreon.com/feross"
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"type": "consulting",
|
|
5215
|
+
"url": "https://feross.org/support"
|
|
5216
|
+
}
|
|
5217
|
+
],
|
|
5218
|
+
"inBundle": true,
|
|
5219
|
+
"license": "BSD-3-Clause"
|
|
5220
|
+
},
|
|
5116
5221
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5117
|
-
"version": "6.0.
|
|
5118
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
|
|
5119
|
-
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
|
|
5222
|
+
"version": "6.0.3",
|
|
5120
5223
|
"inBundle": true,
|
|
5121
5224
|
"license": "ISC",
|
|
5122
5225
|
"dependencies": {
|
|
@@ -5175,26 +5278,10 @@
|
|
|
5175
5278
|
"node": "^16.14.0 || >=18.0.0"
|
|
5176
5279
|
}
|
|
5177
5280
|
},
|
|
5178
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip
|
|
5179
|
-
"version": "
|
|
5180
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
|
|
5181
|
-
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
|
|
5182
|
-
"inBundle": true,
|
|
5183
|
-
"license": "MIT",
|
|
5184
|
-
"dependencies": {
|
|
5185
|
-
"jsbn": "1.1.0",
|
|
5186
|
-
"sprintf-js": "^1.1.3"
|
|
5187
|
-
},
|
|
5188
|
-
"engines": {
|
|
5189
|
-
"node": ">= 12"
|
|
5190
|
-
}
|
|
5191
|
-
},
|
|
5192
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
|
|
5193
|
-
"version": "1.1.3",
|
|
5194
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
5195
|
-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
5281
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip": {
|
|
5282
|
+
"version": "2.0.0",
|
|
5196
5283
|
"inBundle": true,
|
|
5197
|
-
"license": "
|
|
5284
|
+
"license": "MIT"
|
|
5198
5285
|
},
|
|
5199
5286
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-regex": {
|
|
5200
5287
|
"version": "5.0.0",
|
|
@@ -5278,17 +5365,8 @@
|
|
|
5278
5365
|
"@pkgjs/parseargs": "^0.11.0"
|
|
5279
5366
|
}
|
|
5280
5367
|
},
|
|
5281
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jsbn": {
|
|
5282
|
-
"version": "1.1.0",
|
|
5283
|
-
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
|
|
5284
|
-
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
|
5285
|
-
"inBundle": true,
|
|
5286
|
-
"license": "MIT"
|
|
5287
|
-
},
|
|
5288
5368
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
5289
|
-
"version": "3.0.
|
|
5290
|
-
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
5291
|
-
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
5369
|
+
"version": "3.0.0",
|
|
5292
5370
|
"inBundle": true,
|
|
5293
5371
|
"license": "MIT",
|
|
5294
5372
|
"engines": {
|
|
@@ -5330,9 +5408,7 @@
|
|
|
5330
5408
|
"license": "MIT"
|
|
5331
5409
|
},
|
|
5332
5410
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5333
|
-
"version": "8.0.
|
|
5334
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.2.tgz",
|
|
5335
|
-
"integrity": "sha512-4K+nsg3OYt4rjryP/3D5zGWluLbZaKozwj6YdtvAyxNhLhUrjCoyxHVoL5AkTJcAnjsd6/ATei52QPVvpSX9Ug==",
|
|
5411
|
+
"version": "8.0.1",
|
|
5336
5412
|
"inBundle": true,
|
|
5337
5413
|
"license": "ISC",
|
|
5338
5414
|
"dependencies": {
|
|
@@ -5344,9 +5420,7 @@
|
|
|
5344
5420
|
}
|
|
5345
5421
|
},
|
|
5346
5422
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5347
|
-
"version": "6.0.
|
|
5348
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.7.tgz",
|
|
5349
|
-
"integrity": "sha512-Erca7NHh+MGk4O14mM4yv9S1S+Wc5TgFg6yr8r/g5ykn34dZdAP/GkzhQNJiOpzfD8j1HBhbTpkbGJHVDdgG5Q==",
|
|
5423
|
+
"version": "6.0.3",
|
|
5350
5424
|
"inBundle": true,
|
|
5351
5425
|
"license": "ISC",
|
|
5352
5426
|
"dependencies": {
|
|
@@ -5365,9 +5439,7 @@
|
|
|
5365
5439
|
}
|
|
5366
5440
|
},
|
|
5367
5441
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5368
|
-
"version": "7.0.
|
|
5369
|
-
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.8.tgz",
|
|
5370
|
-
"integrity": "sha512-xDzWoYpV1Ok0TIdrY4wuWGxriEv/O3/d8QG924yErBE0sMkkzKsin2dAmlEBsSlR7YRilObs8q+5uNtxKNQHAQ==",
|
|
5442
|
+
"version": "7.0.4",
|
|
5371
5443
|
"inBundle": true,
|
|
5372
5444
|
"license": "ISC",
|
|
5373
5445
|
"dependencies": {
|
|
@@ -5388,9 +5460,7 @@
|
|
|
5388
5460
|
}
|
|
5389
5461
|
},
|
|
5390
5462
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5391
|
-
"version": "5.0.
|
|
5392
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.5.tgz",
|
|
5393
|
-
"integrity": "sha512-BUu2l9Kn4u6nce1Ay8a1uRN1fyU7lbVmtsMYxWcFpcbF+ZPN7qIiPksfcnY9/NDKIRGJYwwv0IXgQQStHDx6Tg==",
|
|
5463
|
+
"version": "5.0.1",
|
|
5394
5464
|
"inBundle": true,
|
|
5395
5465
|
"license": "ISC",
|
|
5396
5466
|
"dependencies": {
|
|
@@ -5401,9 +5471,7 @@
|
|
|
5401
5471
|
}
|
|
5402
5472
|
},
|
|
5403
5473
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5404
|
-
"version": "10.0.
|
|
5405
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.1.tgz",
|
|
5406
|
-
"integrity": "sha512-FnXCweDpoAko6mnLPSW8qrRYicjfh+GrvY5PuYHQRPvaW4BFtHDUmK3K3aYx4yD3TeGAKpj4IigrEDfUfWuSkA==",
|
|
5474
|
+
"version": "10.0.0",
|
|
5407
5475
|
"inBundle": true,
|
|
5408
5476
|
"license": "ISC",
|
|
5409
5477
|
"dependencies": {
|
|
@@ -5415,9 +5483,7 @@
|
|
|
5415
5483
|
}
|
|
5416
5484
|
},
|
|
5417
5485
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5418
|
-
"version": "6.0.
|
|
5419
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.2.tgz",
|
|
5420
|
-
"integrity": "sha512-zK4r6cjVsfXf7hWzWGB6R0LBJidVhKaeMWMZL/1eyZS6ixxAxVijfsPacoEnBRCFaXsNjAtwV3b2RCmYU6+usA==",
|
|
5486
|
+
"version": "6.0.1",
|
|
5421
5487
|
"inBundle": true,
|
|
5422
5488
|
"license": "ISC",
|
|
5423
5489
|
"dependencies": {
|
|
@@ -5429,9 +5495,7 @@
|
|
|
5429
5495
|
}
|
|
5430
5496
|
},
|
|
5431
5497
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5432
|
-
"version": "6.0.
|
|
5433
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.7.tgz",
|
|
5434
|
-
"integrity": "sha512-aVX5ZLiYAioShh5wzoBOGs25GvPskry7SxCpx76gMCjOrd/wKcNtbTOMqStvizd3c+vzq5a1b7FMP09XAtgRFg==",
|
|
5498
|
+
"version": "6.0.3",
|
|
5435
5499
|
"inBundle": true,
|
|
5436
5500
|
"license": "ISC",
|
|
5437
5501
|
"dependencies": {
|
|
@@ -5445,9 +5509,7 @@
|
|
|
5445
5509
|
}
|
|
5446
5510
|
},
|
|
5447
5511
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5448
|
-
"version": "9.0.
|
|
5449
|
-
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
|
|
5450
|
-
"integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
|
|
5512
|
+
"version": "9.0.2",
|
|
5451
5513
|
"inBundle": true,
|
|
5452
5514
|
"license": "ISC",
|
|
5453
5515
|
"dependencies": {
|
|
@@ -5457,7 +5519,7 @@
|
|
|
5457
5519
|
"npm-registry-fetch": "^16.0.0",
|
|
5458
5520
|
"proc-log": "^3.0.0",
|
|
5459
5521
|
"semver": "^7.3.7",
|
|
5460
|
-
"sigstore": "^2.
|
|
5522
|
+
"sigstore": "^2.1.0",
|
|
5461
5523
|
"ssri": "^10.0.5"
|
|
5462
5524
|
},
|
|
5463
5525
|
"engines": {
|
|
@@ -5465,9 +5527,7 @@
|
|
|
5465
5527
|
}
|
|
5466
5528
|
},
|
|
5467
5529
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5468
|
-
"version": "7.0.
|
|
5469
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.1.tgz",
|
|
5470
|
-
"integrity": "sha512-XyKi6Y94t6PGd5Lk2Ma3+fgiHWD3KSCvXmHOrcLkAOEP7oUejbNjL0Bb/HUDZXgBj6gP1Qk7pJ6jZPFBc2hmXQ==",
|
|
5530
|
+
"version": "7.0.0",
|
|
5471
5531
|
"inBundle": true,
|
|
5472
5532
|
"license": "ISC",
|
|
5473
5533
|
"dependencies": {
|
|
@@ -5478,9 +5538,7 @@
|
|
|
5478
5538
|
}
|
|
5479
5539
|
},
|
|
5480
5540
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5481
|
-
"version": "6.0.
|
|
5482
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.1.tgz",
|
|
5483
|
-
"integrity": "sha512-1YytqVk1gSkKFNMe4kkCKN49y5rlABrRSx5TrYShQtt2Lb4uQaed49dGE7Ue8TJGxbIkHzvyyVtb3PBiGACVqw==",
|
|
5541
|
+
"version": "6.0.0",
|
|
5484
5542
|
"inBundle": true,
|
|
5485
5543
|
"license": "ISC",
|
|
5486
5544
|
"dependencies": {
|
|
@@ -5492,9 +5550,7 @@
|
|
|
5492
5550
|
}
|
|
5493
5551
|
},
|
|
5494
5552
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
5495
|
-
"version": "5.0.
|
|
5496
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz",
|
|
5497
|
-
"integrity": "sha512-6JBnLhd6SYgKRekJ4cotxpURLGbEtKxzw+a8p5o+wNwrveJPMH8yW/HKjeewyHzWmxzzwn9EQ3TkF2onkrwstA==",
|
|
5553
|
+
"version": "5.0.1",
|
|
5498
5554
|
"inBundle": true,
|
|
5499
5555
|
"license": "ISC",
|
|
5500
5556
|
"dependencies": {
|
|
@@ -5509,11 +5565,12 @@
|
|
|
5509
5565
|
}
|
|
5510
5566
|
},
|
|
5511
5567
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
|
|
5512
|
-
"version": "10.2
|
|
5513
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
5514
|
-
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
5568
|
+
"version": "10.0.2",
|
|
5515
5569
|
"inBundle": true,
|
|
5516
5570
|
"license": "ISC",
|
|
5571
|
+
"dependencies": {
|
|
5572
|
+
"semver": "^7.3.5"
|
|
5573
|
+
},
|
|
5517
5574
|
"engines": {
|
|
5518
5575
|
"node": "14 || >=16.14"
|
|
5519
5576
|
}
|
|
@@ -5568,16 +5625,29 @@
|
|
|
5568
5625
|
}
|
|
5569
5626
|
},
|
|
5570
5627
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5571
|
-
"version": "
|
|
5572
|
-
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-
|
|
5573
|
-
"integrity": "sha512-
|
|
5628
|
+
"version": "1.0.2",
|
|
5629
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
|
|
5630
|
+
"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
|
|
5574
5631
|
"inBundle": true,
|
|
5575
5632
|
"license": "ISC",
|
|
5576
5633
|
"dependencies": {
|
|
5577
|
-
"minipass": "^
|
|
5634
|
+
"minipass": "^3.0.0"
|
|
5578
5635
|
},
|
|
5579
5636
|
"engines": {
|
|
5580
|
-
"node": ">=
|
|
5637
|
+
"node": ">= 8"
|
|
5638
|
+
}
|
|
5639
|
+
},
|
|
5640
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect/node_modules/minipass": {
|
|
5641
|
+
"version": "3.3.6",
|
|
5642
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
5643
|
+
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5644
|
+
"inBundle": true,
|
|
5645
|
+
"license": "ISC",
|
|
5646
|
+
"dependencies": {
|
|
5647
|
+
"yallist": "^4.0.0"
|
|
5648
|
+
},
|
|
5649
|
+
"engines": {
|
|
5650
|
+
"node": ">=8"
|
|
5581
5651
|
}
|
|
5582
5652
|
},
|
|
5583
5653
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
@@ -5887,13 +5957,11 @@
|
|
|
5887
5957
|
}
|
|
5888
5958
|
},
|
|
5889
5959
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
5890
|
-
"version": "8.0.
|
|
5891
|
-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
|
|
5892
|
-
"integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
|
|
5960
|
+
"version": "8.0.0",
|
|
5893
5961
|
"inBundle": true,
|
|
5894
5962
|
"license": "ISC",
|
|
5895
5963
|
"dependencies": {
|
|
5896
|
-
"ignore-walk": "^6.0.
|
|
5964
|
+
"ignore-walk": "^6.0.0"
|
|
5897
5965
|
},
|
|
5898
5966
|
"engines": {
|
|
5899
5967
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -5991,9 +6059,7 @@
|
|
|
5991
6059
|
}
|
|
5992
6060
|
},
|
|
5993
6061
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
5994
|
-
"version": "17.0.
|
|
5995
|
-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
|
|
5996
|
-
"integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
|
|
6062
|
+
"version": "17.0.4",
|
|
5997
6063
|
"inBundle": true,
|
|
5998
6064
|
"license": "ISC",
|
|
5999
6065
|
"dependencies": {
|
|
@@ -6012,7 +6078,7 @@
|
|
|
6012
6078
|
"promise-retry": "^2.0.1",
|
|
6013
6079
|
"read-package-json": "^7.0.0",
|
|
6014
6080
|
"read-package-json-fast": "^3.0.0",
|
|
6015
|
-
"sigstore": "^2.
|
|
6081
|
+
"sigstore": "^2.0.0",
|
|
6016
6082
|
"ssri": "^10.0.0",
|
|
6017
6083
|
"tar": "^6.1.11"
|
|
6018
6084
|
},
|
|
@@ -6064,11 +6130,9 @@
|
|
|
6064
6130
|
"funding": {
|
|
6065
6131
|
"url": "https://github.com/sponsors/isaacs"
|
|
6066
6132
|
}
|
|
6067
|
-
},
|
|
6068
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6069
|
-
"version": "6.0.
|
|
6070
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
|
|
6071
|
-
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
|
|
6133
|
+
},
|
|
6134
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6135
|
+
"version": "6.0.13",
|
|
6072
6136
|
"inBundle": true,
|
|
6073
6137
|
"license": "MIT",
|
|
6074
6138
|
"dependencies": {
|
|
@@ -6089,6 +6153,16 @@
|
|
|
6089
6153
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6090
6154
|
}
|
|
6091
6155
|
},
|
|
6156
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/process": {
|
|
6157
|
+
"version": "0.11.10",
|
|
6158
|
+
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
6159
|
+
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
6160
|
+
"inBundle": true,
|
|
6161
|
+
"license": "MIT",
|
|
6162
|
+
"engines": {
|
|
6163
|
+
"node": ">= 0.6.0"
|
|
6164
|
+
}
|
|
6165
|
+
},
|
|
6092
6166
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
|
|
6093
6167
|
"version": "1.0.1",
|
|
6094
6168
|
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
@@ -6100,9 +6174,7 @@
|
|
|
6100
6174
|
}
|
|
6101
6175
|
},
|
|
6102
6176
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6103
|
-
"version": "
|
|
6104
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
|
|
6105
|
-
"integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
|
|
6177
|
+
"version": "1.0.2",
|
|
6106
6178
|
"inBundle": true,
|
|
6107
6179
|
"license": "ISC",
|
|
6108
6180
|
"funding": {
|
|
@@ -6205,6 +6277,21 @@
|
|
|
6205
6277
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6206
6278
|
}
|
|
6207
6279
|
},
|
|
6280
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
|
|
6281
|
+
"version": "4.4.2",
|
|
6282
|
+
"inBundle": true,
|
|
6283
|
+
"license": "MIT",
|
|
6284
|
+
"dependencies": {
|
|
6285
|
+
"abort-controller": "^3.0.0",
|
|
6286
|
+
"buffer": "^6.0.3",
|
|
6287
|
+
"events": "^3.3.0",
|
|
6288
|
+
"process": "^0.11.10",
|
|
6289
|
+
"string_decoder": "^1.3.0"
|
|
6290
|
+
},
|
|
6291
|
+
"engines": {
|
|
6292
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6293
|
+
}
|
|
6294
|
+
},
|
|
6208
6295
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
|
|
6209
6296
|
"version": "0.12.0",
|
|
6210
6297
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -6215,6 +6302,27 @@
|
|
|
6215
6302
|
"node": ">= 4"
|
|
6216
6303
|
}
|
|
6217
6304
|
},
|
|
6305
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safe-buffer": {
|
|
6306
|
+
"version": "5.2.1",
|
|
6307
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
6308
|
+
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
6309
|
+
"funding": [
|
|
6310
|
+
{
|
|
6311
|
+
"type": "github",
|
|
6312
|
+
"url": "https://github.com/sponsors/feross"
|
|
6313
|
+
},
|
|
6314
|
+
{
|
|
6315
|
+
"type": "patreon",
|
|
6316
|
+
"url": "https://www.patreon.com/feross"
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"type": "consulting",
|
|
6320
|
+
"url": "https://feross.org/support"
|
|
6321
|
+
}
|
|
6322
|
+
],
|
|
6323
|
+
"inBundle": true,
|
|
6324
|
+
"license": "MIT"
|
|
6325
|
+
},
|
|
6218
6326
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
|
|
6219
6327
|
"version": "2.1.2",
|
|
6220
6328
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -6224,9 +6332,7 @@
|
|
|
6224
6332
|
"optional": true
|
|
6225
6333
|
},
|
|
6226
6334
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/semver": {
|
|
6227
|
-
"version": "7.
|
|
6228
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
|
|
6229
|
-
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
|
|
6335
|
+
"version": "7.5.4",
|
|
6230
6336
|
"inBundle": true,
|
|
6231
6337
|
"license": "ISC",
|
|
6232
6338
|
"dependencies": {
|
|
@@ -6296,18 +6402,14 @@
|
|
|
6296
6402
|
}
|
|
6297
6403
|
},
|
|
6298
6404
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
6299
|
-
"version": "2.
|
|
6300
|
-
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz",
|
|
6301
|
-
"integrity": "sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==",
|
|
6405
|
+
"version": "2.1.0",
|
|
6302
6406
|
"inBundle": true,
|
|
6303
6407
|
"license": "Apache-2.0",
|
|
6304
6408
|
"dependencies": {
|
|
6305
|
-
"@sigstore/bundle": "^2.
|
|
6306
|
-
"@sigstore/
|
|
6307
|
-
"@sigstore/
|
|
6308
|
-
"@sigstore/
|
|
6309
|
-
"@sigstore/tuf": "^2.3.1",
|
|
6310
|
-
"@sigstore/verify": "^1.1.0"
|
|
6409
|
+
"@sigstore/bundle": "^2.1.0",
|
|
6410
|
+
"@sigstore/protobuf-specs": "^0.2.1",
|
|
6411
|
+
"@sigstore/sign": "^2.1.0",
|
|
6412
|
+
"@sigstore/tuf": "^2.1.0"
|
|
6311
6413
|
},
|
|
6312
6414
|
"engines": {
|
|
6313
6415
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -6325,15 +6427,15 @@
|
|
|
6325
6427
|
}
|
|
6326
6428
|
},
|
|
6327
6429
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/socks": {
|
|
6328
|
-
"version": "2.
|
|
6430
|
+
"version": "2.7.1",
|
|
6329
6431
|
"inBundle": true,
|
|
6330
6432
|
"license": "MIT",
|
|
6331
6433
|
"dependencies": {
|
|
6332
|
-
"ip
|
|
6434
|
+
"ip": "^2.0.0",
|
|
6333
6435
|
"smart-buffer": "^4.2.0"
|
|
6334
6436
|
},
|
|
6335
6437
|
"engines": {
|
|
6336
|
-
"node": ">=
|
|
6438
|
+
"node": ">= 10.13.0",
|
|
6337
6439
|
"npm": ">= 3.0.0"
|
|
6338
6440
|
}
|
|
6339
6441
|
},
|
|
@@ -6364,9 +6466,7 @@
|
|
|
6364
6466
|
}
|
|
6365
6467
|
},
|
|
6366
6468
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-exceptions": {
|
|
6367
|
-
"version": "2.
|
|
6368
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
6369
|
-
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
6469
|
+
"version": "2.3.0",
|
|
6370
6470
|
"inBundle": true,
|
|
6371
6471
|
"license": "CC-BY-3.0"
|
|
6372
6472
|
},
|
|
@@ -6382,9 +6482,7 @@
|
|
|
6382
6482
|
}
|
|
6383
6483
|
},
|
|
6384
6484
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-license-ids": {
|
|
6385
|
-
"version": "3.0.
|
|
6386
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
|
|
6387
|
-
"integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
|
|
6485
|
+
"version": "3.0.16",
|
|
6388
6486
|
"inBundle": true,
|
|
6389
6487
|
"license": "CC0-1.0"
|
|
6390
6488
|
},
|
|
@@ -6401,6 +6499,16 @@
|
|
|
6401
6499
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6402
6500
|
}
|
|
6403
6501
|
},
|
|
6502
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string_decoder": {
|
|
6503
|
+
"version": "1.3.0",
|
|
6504
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
6505
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
6506
|
+
"inBundle": true,
|
|
6507
|
+
"license": "MIT",
|
|
6508
|
+
"dependencies": {
|
|
6509
|
+
"safe-buffer": "~5.2.0"
|
|
6510
|
+
}
|
|
6511
|
+
},
|
|
6404
6512
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
|
|
6405
6513
|
"version": "4.2.3",
|
|
6406
6514
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -6432,7 +6540,40 @@
|
|
|
6432
6540
|
"node": ">=8"
|
|
6433
6541
|
}
|
|
6434
6542
|
},
|
|
6435
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/
|
|
6543
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/ansi-regex": {
|
|
6544
|
+
"version": "5.0.1",
|
|
6545
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6546
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6547
|
+
"inBundle": true,
|
|
6548
|
+
"license": "MIT",
|
|
6549
|
+
"engines": {
|
|
6550
|
+
"node": ">=8"
|
|
6551
|
+
}
|
|
6552
|
+
},
|
|
6553
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
6554
|
+
"version": "6.0.1",
|
|
6555
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6556
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6557
|
+
"inBundle": true,
|
|
6558
|
+
"license": "MIT",
|
|
6559
|
+
"dependencies": {
|
|
6560
|
+
"ansi-regex": "^5.0.1"
|
|
6561
|
+
},
|
|
6562
|
+
"engines": {
|
|
6563
|
+
"node": ">=8"
|
|
6564
|
+
}
|
|
6565
|
+
},
|
|
6566
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/ansi-regex": {
|
|
6567
|
+
"version": "5.0.1",
|
|
6568
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6569
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6570
|
+
"inBundle": true,
|
|
6571
|
+
"license": "MIT",
|
|
6572
|
+
"engines": {
|
|
6573
|
+
"node": ">=8"
|
|
6574
|
+
}
|
|
6575
|
+
},
|
|
6576
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/strip-ansi": {
|
|
6436
6577
|
"version": "6.0.1",
|
|
6437
6578
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6438
6579
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6445,6 +6586,22 @@
|
|
|
6445
6586
|
"node": ">=8"
|
|
6446
6587
|
}
|
|
6447
6588
|
},
|
|
6589
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6590
|
+
"version": "7.1.0",
|
|
6591
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6592
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6593
|
+
"inBundle": true,
|
|
6594
|
+
"license": "MIT",
|
|
6595
|
+
"dependencies": {
|
|
6596
|
+
"ansi-regex": "^6.0.1"
|
|
6597
|
+
},
|
|
6598
|
+
"engines": {
|
|
6599
|
+
"node": ">=12"
|
|
6600
|
+
},
|
|
6601
|
+
"funding": {
|
|
6602
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6603
|
+
}
|
|
6604
|
+
},
|
|
6448
6605
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
6449
6606
|
"name": "strip-ansi",
|
|
6450
6607
|
"version": "6.0.1",
|
|
@@ -6459,6 +6616,16 @@
|
|
|
6459
6616
|
"node": ">=8"
|
|
6460
6617
|
}
|
|
6461
6618
|
},
|
|
6619
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
6620
|
+
"version": "5.0.1",
|
|
6621
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6622
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6623
|
+
"inBundle": true,
|
|
6624
|
+
"license": "MIT",
|
|
6625
|
+
"engines": {
|
|
6626
|
+
"node": ">=8"
|
|
6627
|
+
}
|
|
6628
|
+
},
|
|
6462
6629
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
6463
6630
|
"version": "9.4.0",
|
|
6464
6631
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -6551,9 +6718,7 @@
|
|
|
6551
6718
|
}
|
|
6552
6719
|
},
|
|
6553
6720
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
6554
|
-
"version": "2.
|
|
6555
|
-
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
6556
|
-
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
6721
|
+
"version": "2.1.0",
|
|
6557
6722
|
"inBundle": true,
|
|
6558
6723
|
"license": "MIT",
|
|
6559
6724
|
"dependencies": {
|
|
@@ -6712,6 +6877,16 @@
|
|
|
6712
6877
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6713
6878
|
}
|
|
6714
6879
|
},
|
|
6880
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
6881
|
+
"version": "5.0.1",
|
|
6882
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6883
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6884
|
+
"inBundle": true,
|
|
6885
|
+
"license": "MIT",
|
|
6886
|
+
"engines": {
|
|
6887
|
+
"node": ">=8"
|
|
6888
|
+
}
|
|
6889
|
+
},
|
|
6715
6890
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
6716
6891
|
"version": "4.3.0",
|
|
6717
6892
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -6728,17 +6903,17 @@
|
|
|
6728
6903
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6729
6904
|
}
|
|
6730
6905
|
},
|
|
6731
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi
|
|
6906
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
6732
6907
|
"version": "6.0.1",
|
|
6733
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
6734
|
-
"integrity": "sha512-
|
|
6908
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6909
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6735
6910
|
"inBundle": true,
|
|
6736
6911
|
"license": "MIT",
|
|
6737
|
-
"
|
|
6738
|
-
"
|
|
6912
|
+
"dependencies": {
|
|
6913
|
+
"ansi-regex": "^5.0.1"
|
|
6739
6914
|
},
|
|
6740
|
-
"
|
|
6741
|
-
"
|
|
6915
|
+
"engines": {
|
|
6916
|
+
"node": ">=8"
|
|
6742
6917
|
}
|
|
6743
6918
|
},
|
|
6744
6919
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
@@ -6766,22 +6941,6 @@
|
|
|
6766
6941
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6767
6942
|
}
|
|
6768
6943
|
},
|
|
6769
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
6770
|
-
"version": "7.1.0",
|
|
6771
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6772
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6773
|
-
"inBundle": true,
|
|
6774
|
-
"license": "MIT",
|
|
6775
|
-
"dependencies": {
|
|
6776
|
-
"ansi-regex": "^6.0.1"
|
|
6777
|
-
},
|
|
6778
|
-
"engines": {
|
|
6779
|
-
"node": ">=12"
|
|
6780
|
-
},
|
|
6781
|
-
"funding": {
|
|
6782
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6783
|
-
}
|
|
6784
|
-
},
|
|
6785
6944
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
|
|
6786
6945
|
"version": "5.0.1",
|
|
6787
6946
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
@@ -6888,6 +7047,15 @@
|
|
|
6888
7047
|
"node": ">=18"
|
|
6889
7048
|
}
|
|
6890
7049
|
},
|
|
7050
|
+
"node_modules/@oclif/plugin-update/node_modules/run-async": {
|
|
7051
|
+
"version": "3.0.0",
|
|
7052
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
7053
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
7054
|
+
"license": "MIT",
|
|
7055
|
+
"engines": {
|
|
7056
|
+
"node": ">=0.12.0"
|
|
7057
|
+
}
|
|
7058
|
+
},
|
|
6891
7059
|
"node_modules/@oclif/plugin-update/node_modules/strip-ansi": {
|
|
6892
7060
|
"version": "6.0.1",
|
|
6893
7061
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -7466,16 +7634,16 @@
|
|
|
7466
7634
|
}
|
|
7467
7635
|
},
|
|
7468
7636
|
"node_modules/@salesforce/plugin-apex": {
|
|
7469
|
-
"version": "3.1.
|
|
7470
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
7471
|
-
"integrity": "sha512-
|
|
7637
|
+
"version": "3.1.3",
|
|
7638
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.3.tgz",
|
|
7639
|
+
"integrity": "sha512-kFJSuZ5pcQuxV6aN8lp8ixiiF/af3I6CqUEKnuyTqdQHYo4C6ISMRNiqIuR1iL8SCdKfmdCkm7gQP3hRw7OtMQ==",
|
|
7472
7640
|
"license": "BSD-3-Clause",
|
|
7473
7641
|
"dependencies": {
|
|
7474
7642
|
"@oclif/core": "^3.26.0",
|
|
7475
7643
|
"@salesforce/apex-node": "^3.1.0",
|
|
7476
7644
|
"@salesforce/core": "^6.5.1",
|
|
7477
7645
|
"@salesforce/kit": "^3.1.0",
|
|
7478
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
7646
|
+
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
7479
7647
|
"chalk": "^5.3.0",
|
|
7480
7648
|
"color-convert": "^2.0.1",
|
|
7481
7649
|
"color-name": "^2.0.0"
|
|
@@ -7617,9 +7785,9 @@
|
|
|
7617
7785
|
"license": "MIT"
|
|
7618
7786
|
},
|
|
7619
7787
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7620
|
-
"version": "3.5.
|
|
7621
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.
|
|
7622
|
-
"integrity": "sha512-
|
|
7788
|
+
"version": "3.5.3",
|
|
7789
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.5.3.tgz",
|
|
7790
|
+
"integrity": "sha512-eA1E48/bKhLYZEjFK1JqmPmbXAdkPA5LS3CV8gh9ibfQmSVjLqU90nbJAes0O2tbdwpRg7HHb0MSmh7lc9c26g==",
|
|
7623
7791
|
"license": "BSD-3-Clause",
|
|
7624
7792
|
"dependencies": {
|
|
7625
7793
|
"@oclif/core": "^3.26.0",
|
|
@@ -7638,16 +7806,16 @@
|
|
|
7638
7806
|
}
|
|
7639
7807
|
},
|
|
7640
7808
|
"node_modules/@salesforce/plugin-info": {
|
|
7641
|
-
"version": "3.1.
|
|
7642
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.1.
|
|
7643
|
-
"integrity": "sha512-
|
|
7809
|
+
"version": "3.1.2",
|
|
7810
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.1.2.tgz",
|
|
7811
|
+
"integrity": "sha512-PvwOHVQlLFcIVdKsRc6zLpY86fqOZfHas87/1ft3HKpjxqksILD5+2LFO90WyRn9Hob/of4NwlNZDlwe0YykYQ==",
|
|
7644
7812
|
"license": "BSD-3-Clause",
|
|
7645
7813
|
"dependencies": {
|
|
7646
7814
|
"@inquirer/input": "^2.1.0",
|
|
7647
7815
|
"@oclif/core": "^3.26.0",
|
|
7648
7816
|
"@salesforce/core": "^6.7.1",
|
|
7649
7817
|
"@salesforce/kit": "^3.0.15",
|
|
7650
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
7818
|
+
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
7651
7819
|
"got": "^13.0.0",
|
|
7652
7820
|
"marked": "^4.3.0",
|
|
7653
7821
|
"marked-terminal": "^4.2.0",
|
|
@@ -7976,12 +8144,12 @@
|
|
|
7976
8144
|
}
|
|
7977
8145
|
},
|
|
7978
8146
|
"node_modules/@salesforce/plugin-settings": {
|
|
7979
|
-
"version": "2.1.
|
|
7980
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.1.
|
|
7981
|
-
"integrity": "sha512
|
|
8147
|
+
"version": "2.1.2",
|
|
8148
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.1.2.tgz",
|
|
8149
|
+
"integrity": "sha512-+Djhmde/OA8A+oeQX3kXbnhYz4LXMoKpR+gzm977Pn7G/7hI6YSxEFwnlK2HxrQTOZW5sCN9n94wOBxVsrxmug==",
|
|
7982
8150
|
"license": "BSD-3-Clause",
|
|
7983
8151
|
"dependencies": {
|
|
7984
|
-
"@oclif/core": "^3.
|
|
8152
|
+
"@oclif/core": "^3.26.0",
|
|
7985
8153
|
"@salesforce/core": "^6.7.3",
|
|
7986
8154
|
"@salesforce/sf-plugins-core": "^8.0.2",
|
|
7987
8155
|
"fast-levenshtein": "^3.0.0"
|
|
@@ -8137,15 +8305,15 @@
|
|
|
8137
8305
|
}
|
|
8138
8306
|
},
|
|
8139
8307
|
"node_modules/@salesforce/plugin-user": {
|
|
8140
|
-
"version": "3.4.
|
|
8141
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.4.
|
|
8142
|
-
"integrity": "sha512-
|
|
8308
|
+
"version": "3.4.3",
|
|
8309
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.4.3.tgz",
|
|
8310
|
+
"integrity": "sha512-bp9O3aVAG2pvjf86mTvRIeGkSGWELdURJqs5EQoL6EmKxclrs4k00ktQBQviq0tHe1Zks5HF4PRlL6mSgCUewg==",
|
|
8143
8311
|
"license": "BSD-3-Clause",
|
|
8144
8312
|
"dependencies": {
|
|
8145
8313
|
"@oclif/core": "^3.26.0",
|
|
8146
8314
|
"@salesforce/core": "^6.7.1",
|
|
8147
8315
|
"@salesforce/kit": "^3.0.15",
|
|
8148
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
8316
|
+
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
8149
8317
|
"@salesforce/ts-types": "^2.0.9"
|
|
8150
8318
|
},
|
|
8151
8319
|
"engines": {
|
|
@@ -9830,9 +9998,9 @@
|
|
|
9830
9998
|
}
|
|
9831
9999
|
},
|
|
9832
10000
|
"node_modules/@types/node": {
|
|
9833
|
-
"version": "20.
|
|
9834
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
9835
|
-
"integrity": "sha512-
|
|
10001
|
+
"version": "20.12.2",
|
|
10002
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz",
|
|
10003
|
+
"integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==",
|
|
9836
10004
|
"license": "MIT",
|
|
9837
10005
|
"dependencies": {
|
|
9838
10006
|
"undici-types": "~5.26.4"
|
|
@@ -16021,6 +16189,15 @@
|
|
|
16021
16189
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
16022
16190
|
}
|
|
16023
16191
|
},
|
|
16192
|
+
"node_modules/inquirer-autocomplete-standalone/node_modules/run-async": {
|
|
16193
|
+
"version": "3.0.0",
|
|
16194
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
16195
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
16196
|
+
"license": "MIT",
|
|
16197
|
+
"engines": {
|
|
16198
|
+
"node": ">=0.12.0"
|
|
16199
|
+
}
|
|
16200
|
+
},
|
|
16024
16201
|
"node_modules/inquirer-autocomplete-standalone/node_modules/strip-ansi": {
|
|
16025
16202
|
"version": "6.0.1",
|
|
16026
16203
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -16064,15 +16241,6 @@
|
|
|
16064
16241
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
16065
16242
|
"license": "ISC"
|
|
16066
16243
|
},
|
|
16067
|
-
"node_modules/inquirer/node_modules/run-async": {
|
|
16068
|
-
"version": "2.4.1",
|
|
16069
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
16070
|
-
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
16071
|
-
"license": "MIT",
|
|
16072
|
-
"engines": {
|
|
16073
|
-
"node": ">=0.12.0"
|
|
16074
|
-
}
|
|
16075
|
-
},
|
|
16076
16244
|
"node_modules/inquirer/node_modules/strip-ansi": {
|
|
16077
16245
|
"version": "6.0.1",
|
|
16078
16246
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
@@ -17126,15 +17294,6 @@
|
|
|
17126
17294
|
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
17127
17295
|
"license": "MIT"
|
|
17128
17296
|
},
|
|
17129
|
-
"node_modules/jsforce/node_modules/run-async": {
|
|
17130
|
-
"version": "2.4.1",
|
|
17131
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
17132
|
-
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
17133
|
-
"license": "MIT",
|
|
17134
|
-
"engines": {
|
|
17135
|
-
"node": ">=0.12.0"
|
|
17136
|
-
}
|
|
17137
|
-
},
|
|
17138
17297
|
"node_modules/jsforce/node_modules/rxjs": {
|
|
17139
17298
|
"version": "6.6.7",
|
|
17140
17299
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
@@ -22660,18 +22819,18 @@
|
|
|
22660
22819
|
"license": "MIT"
|
|
22661
22820
|
},
|
|
22662
22821
|
"node_modules/oclif": {
|
|
22663
|
-
"version": "4.
|
|
22664
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
22665
|
-
"integrity": "sha512-
|
|
22822
|
+
"version": "4.7.5",
|
|
22823
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.7.5.tgz",
|
|
22824
|
+
"integrity": "sha512-bXxT81jGcr7lI3OzxDpcGTV9bkxwV5ZiikZsN05WrC/GKCqYPSYGb5M/u35bcyt9Ez860wtj5wNuOaCiL/pmow==",
|
|
22666
22825
|
"dev": true,
|
|
22667
22826
|
"license": "MIT",
|
|
22668
22827
|
"dependencies": {
|
|
22669
22828
|
"@aws-sdk/client-cloudfront": "^3.535.0",
|
|
22670
22829
|
"@aws-sdk/client-s3": "^3.535.0",
|
|
22671
22830
|
"@inquirer/confirm": "^3.0.0",
|
|
22672
|
-
"@inquirer/input": "^2.1.
|
|
22673
|
-
"@inquirer/select": "^2.
|
|
22674
|
-
"@oclif/core": "^3.
|
|
22831
|
+
"@inquirer/input": "^2.1.1",
|
|
22832
|
+
"@inquirer/select": "^2.2.1",
|
|
22833
|
+
"@oclif/core": "^3.26.0",
|
|
22675
22834
|
"@oclif/plugin-help": "^6.0.18",
|
|
22676
22835
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
22677
22836
|
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
@@ -22687,7 +22846,7 @@
|
|
|
22687
22846
|
"lodash.template": "^4.5.0",
|
|
22688
22847
|
"normalize-package-data": "^3.0.3",
|
|
22689
22848
|
"semver": "^7.6.0",
|
|
22690
|
-
"sort-package-json": "^2.
|
|
22849
|
+
"sort-package-json": "^2.10.0",
|
|
22691
22850
|
"validate-npm-package-name": "^5.0.0"
|
|
22692
22851
|
},
|
|
22693
22852
|
"bin": {
|
|
@@ -22712,15 +22871,15 @@
|
|
|
22712
22871
|
}
|
|
22713
22872
|
},
|
|
22714
22873
|
"node_modules/oclif/node_modules/@inquirer/core": {
|
|
22715
|
-
"version": "7.1.
|
|
22716
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.
|
|
22717
|
-
"integrity": "sha512-
|
|
22874
|
+
"version": "7.1.1",
|
|
22875
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.1.tgz",
|
|
22876
|
+
"integrity": "sha512-rD1UI3eARN9qJBcLRXPOaZu++Bg+xsk0Tuz1EUOXEW+UbYif1sGjr0Tw7lKejHzKD9IbXE1CEtZ+xR/DrNlQGQ==",
|
|
22718
22877
|
"dev": true,
|
|
22719
22878
|
"license": "MIT",
|
|
22720
22879
|
"dependencies": {
|
|
22721
22880
|
"@inquirer/type": "^1.2.1",
|
|
22722
22881
|
"@types/mute-stream": "^0.0.4",
|
|
22723
|
-
"@types/node": "^20.11.
|
|
22882
|
+
"@types/node": "^20.11.30",
|
|
22724
22883
|
"@types/wrap-ansi": "^3.0.0",
|
|
22725
22884
|
"ansi-escapes": "^4.3.2",
|
|
22726
22885
|
"chalk": "^4.1.2",
|
|
@@ -22728,7 +22887,6 @@
|
|
|
22728
22887
|
"cli-width": "^4.1.0",
|
|
22729
22888
|
"figures": "^3.2.0",
|
|
22730
22889
|
"mute-stream": "^1.0.0",
|
|
22731
|
-
"run-async": "^3.0.0",
|
|
22732
22890
|
"signal-exit": "^4.1.0",
|
|
22733
22891
|
"strip-ansi": "^6.0.1",
|
|
22734
22892
|
"wrap-ansi": "^6.2.0"
|
|
@@ -22738,13 +22896,13 @@
|
|
|
22738
22896
|
}
|
|
22739
22897
|
},
|
|
22740
22898
|
"node_modules/oclif/node_modules/@inquirer/select": {
|
|
22741
|
-
"version": "2.2.
|
|
22742
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.
|
|
22743
|
-
"integrity": "sha512-
|
|
22899
|
+
"version": "2.2.1",
|
|
22900
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.1.tgz",
|
|
22901
|
+
"integrity": "sha512-JR4FeHvuxPSPWQy8DzkIvoIsJ4SWtSFb4xVLvLto84dL+jkv12lm8ILtuax4bMHvg5MBj3wYUF6Tk9izJ07gdw==",
|
|
22744
22902
|
"dev": true,
|
|
22745
22903
|
"license": "MIT",
|
|
22746
22904
|
"dependencies": {
|
|
22747
|
-
"@inquirer/core": "^7.1.
|
|
22905
|
+
"@inquirer/core": "^7.1.1",
|
|
22748
22906
|
"@inquirer/type": "^1.2.1",
|
|
22749
22907
|
"ansi-escapes": "^4.3.2",
|
|
22750
22908
|
"chalk": "^4.1.2",
|
|
@@ -24663,9 +24821,9 @@
|
|
|
24663
24821
|
}
|
|
24664
24822
|
},
|
|
24665
24823
|
"node_modules/run-async": {
|
|
24666
|
-
"version": "
|
|
24667
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-
|
|
24668
|
-
"integrity": "sha512-
|
|
24824
|
+
"version": "2.4.1",
|
|
24825
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
24826
|
+
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
24669
24827
|
"license": "MIT",
|
|
24670
24828
|
"engines": {
|
|
24671
24829
|
"node": ">=0.12.0"
|
|
@@ -25243,9 +25401,9 @@
|
|
|
25243
25401
|
"license": "MIT"
|
|
25244
25402
|
},
|
|
25245
25403
|
"node_modules/sort-package-json": {
|
|
25246
|
-
"version": "2.
|
|
25247
|
-
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.
|
|
25248
|
-
"integrity": "sha512-
|
|
25404
|
+
"version": "2.10.0",
|
|
25405
|
+
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.10.0.tgz",
|
|
25406
|
+
"integrity": "sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==",
|
|
25249
25407
|
"dev": true,
|
|
25250
25408
|
"license": "MIT",
|
|
25251
25409
|
"dependencies": {
|
|
@@ -25255,6 +25413,7 @@
|
|
|
25255
25413
|
"git-hooks-list": "^3.0.0",
|
|
25256
25414
|
"globby": "^13.1.2",
|
|
25257
25415
|
"is-plain-obj": "^4.1.0",
|
|
25416
|
+
"semver": "^7.6.0",
|
|
25258
25417
|
"sort-object-keys": "^1.1.3"
|
|
25259
25418
|
},
|
|
25260
25419
|
"bin": {
|
|
@@ -29012,15 +29171,6 @@
|
|
|
29012
29171
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
29013
29172
|
}
|
|
29014
29173
|
},
|
|
29015
|
-
"node_modules/yeoman-generator/node_modules/run-async": {
|
|
29016
|
-
"version": "2.4.1",
|
|
29017
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz",
|
|
29018
|
-
"integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==",
|
|
29019
|
-
"license": "MIT",
|
|
29020
|
-
"engines": {
|
|
29021
|
-
"node": ">=0.12.0"
|
|
29022
|
-
}
|
|
29023
|
-
},
|
|
29024
29174
|
"node_modules/yeoman-generator/node_modules/sigstore": {
|
|
29025
29175
|
"version": "1.9.0",
|
|
29026
29176
|
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.9.0.tgz",
|