@salesforce/cli 2.35.3 → 2.35.5-qa.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 +99 -94
- package/npm-shrinkwrap.json +384 -525
- package/oclif.manifest.json +119 -119
- package/package.json +19 -19
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.35.
|
|
3
|
+
"version": "2.35.5-qa.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.35.
|
|
9
|
+
"version": "2.35.5-qa.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
"@oclif/core": "3.26.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
16
16
|
"@oclif/plugin-commands": "3.2.1",
|
|
17
|
-
"@oclif/plugin-help": "6.0.
|
|
17
|
+
"@oclif/plugin-help": "6.0.19",
|
|
18
18
|
"@oclif/plugin-not-found": "3.1.1",
|
|
19
|
-
"@oclif/plugin-plugins": "
|
|
19
|
+
"@oclif/plugin-plugins": "5.0.0-beta.6",
|
|
20
20
|
"@oclif/plugin-search": "1.0.20",
|
|
21
|
-
"@oclif/plugin-update": "4.2.
|
|
22
|
-
"@oclif/plugin-version": "2.0.
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
24
|
-
"@oclif/plugin-which": "3.1.
|
|
21
|
+
"@oclif/plugin-update": "4.2.1",
|
|
22
|
+
"@oclif/plugin-version": "2.0.15",
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.0.15",
|
|
24
|
+
"@oclif/plugin-which": "3.1.6",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
26
|
"@salesforce/plugin-apex": "3.0.31",
|
|
27
27
|
"@salesforce/plugin-auth": "3.3.27",
|
|
28
|
-
"@salesforce/plugin-data": "3.2.
|
|
28
|
+
"@salesforce/plugin-data": "3.2.2",
|
|
29
29
|
"@salesforce/plugin-deploy-retrieve": "3.3.1",
|
|
30
|
-
"@salesforce/plugin-info": "3.0.
|
|
31
|
-
"@salesforce/plugin-limits": "3.1.
|
|
30
|
+
"@salesforce/plugin-info": "3.0.34",
|
|
31
|
+
"@salesforce/plugin-limits": "3.1.15",
|
|
32
32
|
"@salesforce/plugin-marketplace": "1.0.29",
|
|
33
|
-
"@salesforce/plugin-org": "3.5.
|
|
33
|
+
"@salesforce/plugin-org": "3.5.1",
|
|
34
34
|
"@salesforce/plugin-packaging": "2.1.12",
|
|
35
35
|
"@salesforce/plugin-schema": "3.1.9",
|
|
36
|
-
"@salesforce/plugin-settings": "2.0.
|
|
37
|
-
"@salesforce/plugin-sobject": "1.1.
|
|
36
|
+
"@salesforce/plugin-settings": "2.0.33",
|
|
37
|
+
"@salesforce/plugin-sobject": "1.1.21",
|
|
38
38
|
"@salesforce/plugin-source": "3.1.23",
|
|
39
39
|
"@salesforce/plugin-telemetry": "3.1.17",
|
|
40
|
-
"@salesforce/plugin-templates": "56.0.
|
|
41
|
-
"@salesforce/plugin-trust": "3.3.
|
|
40
|
+
"@salesforce/plugin-templates": "56.0.25",
|
|
41
|
+
"@salesforce/plugin-trust": "3.3.18",
|
|
42
42
|
"@salesforce/plugin-user": "3.3.4",
|
|
43
43
|
"@salesforce/sf-plugins-core": "8.0.0",
|
|
44
44
|
"chalk": "^5.3.0",
|
|
@@ -2868,12 +2868,12 @@
|
|
|
2868
2868
|
}
|
|
2869
2869
|
},
|
|
2870
2870
|
"node_modules/@ljharb/through": {
|
|
2871
|
-
"version": "2.3.
|
|
2872
|
-
"resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.
|
|
2873
|
-
"integrity": "sha512
|
|
2871
|
+
"version": "2.3.13",
|
|
2872
|
+
"resolved": "https://registry.npmjs.org/@ljharb/through/-/through-2.3.13.tgz",
|
|
2873
|
+
"integrity": "sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==",
|
|
2874
2874
|
"license": "MIT",
|
|
2875
2875
|
"dependencies": {
|
|
2876
|
-
"call-bind": "^1.0.
|
|
2876
|
+
"call-bind": "^1.0.7"
|
|
2877
2877
|
},
|
|
2878
2878
|
"engines": {
|
|
2879
2879
|
"node": ">= 0.4"
|
|
@@ -3591,12 +3591,12 @@
|
|
|
3591
3591
|
}
|
|
3592
3592
|
},
|
|
3593
3593
|
"node_modules/@oclif/plugin-help": {
|
|
3594
|
-
"version": "6.0.
|
|
3595
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
3596
|
-
"integrity": "sha512-
|
|
3594
|
+
"version": "6.0.19",
|
|
3595
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.19.tgz",
|
|
3596
|
+
"integrity": "sha512-ib9wjiWi8afTIQrdDPDgUkKaC4R+78wnKWpzybMH0yG1dd3krVHu0zHYEJUtC3Ples/cRv7f4EHBkO3lQpnZcA==",
|
|
3597
3597
|
"license": "MIT",
|
|
3598
3598
|
"dependencies": {
|
|
3599
|
-
"@oclif/core": "^3.
|
|
3599
|
+
"@oclif/core": "^3.26.0"
|
|
3600
3600
|
},
|
|
3601
3601
|
"engines": {
|
|
3602
3602
|
"node": ">=18.0.0"
|
|
@@ -3696,20 +3696,19 @@
|
|
|
3696
3696
|
}
|
|
3697
3697
|
},
|
|
3698
3698
|
"node_modules/@oclif/plugin-plugins": {
|
|
3699
|
-
"version": "
|
|
3700
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-
|
|
3701
|
-
"integrity": "sha512-
|
|
3699
|
+
"version": "5.0.0-beta.6",
|
|
3700
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.0-beta.6.tgz",
|
|
3701
|
+
"integrity": "sha512-Vsh+4XRfF8MrexvBkyRZ4tVED+EjRDtQ8EJnnuQDBuRTui0tXYiqsq7xKaiDmYR80hOlxPzuR5eBYEGZGYLlFw==",
|
|
3702
3702
|
"license": "MIT",
|
|
3703
3703
|
"dependencies": {
|
|
3704
3704
|
"@oclif/core": "^3.25.2",
|
|
3705
3705
|
"chalk": "^5.3.0",
|
|
3706
3706
|
"debug": "^4.3.4",
|
|
3707
|
-
"npm": "10.
|
|
3708
|
-
"npm-
|
|
3707
|
+
"npm": "10.5.0",
|
|
3708
|
+
"npm-package-arg": "^11.0.1",
|
|
3709
|
+
"npm-run-path": "^5.2.0",
|
|
3709
3710
|
"semver": "^7.6.0",
|
|
3710
|
-
"
|
|
3711
|
-
"validate-npm-package-name": "^5.0.0",
|
|
3712
|
-
"yarn": "^1.22.21"
|
|
3711
|
+
"validate-npm-package-name": "^5.0.0"
|
|
3713
3712
|
},
|
|
3714
3713
|
"engines": {
|
|
3715
3714
|
"node": ">=18.0.0"
|
|
@@ -3755,9 +3754,9 @@
|
|
|
3755
3754
|
}
|
|
3756
3755
|
},
|
|
3757
3756
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
3758
|
-
"version": "10.
|
|
3759
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.
|
|
3760
|
-
"integrity": "sha512-
|
|
3757
|
+
"version": "10.5.0",
|
|
3758
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.5.0.tgz",
|
|
3759
|
+
"integrity": "sha512-Ejxwvfh9YnWVU2yA5FzoYLTW52vxHCz+MHrOFg9Cc8IFgF/6f5AGPAvb5WTay5DIUP1NIfN3VBZ0cLlGO0Ys+A==",
|
|
3761
3760
|
"bundleDependencies": [
|
|
3762
3761
|
"@isaacs/string-locale-compare",
|
|
3763
3762
|
"@npmcli/arborist",
|
|
@@ -3821,7 +3820,6 @@
|
|
|
3821
3820
|
"semver",
|
|
3822
3821
|
"spdx-expression-parse",
|
|
3823
3822
|
"ssri",
|
|
3824
|
-
"strip-ansi",
|
|
3825
3823
|
"supports-color",
|
|
3826
3824
|
"tar",
|
|
3827
3825
|
"text-table",
|
|
@@ -3846,12 +3844,12 @@
|
|
|
3846
3844
|
"@npmcli/fs": "^3.1.0",
|
|
3847
3845
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
3848
3846
|
"@npmcli/package-json": "^5.0.0",
|
|
3849
|
-
"@npmcli/promise-spawn": "^7.0.
|
|
3850
|
-
"@npmcli/run-script": "^7.0.
|
|
3851
|
-
"@sigstore/tuf": "^2.
|
|
3847
|
+
"@npmcli/promise-spawn": "^7.0.1",
|
|
3848
|
+
"@npmcli/run-script": "^7.0.4",
|
|
3849
|
+
"@sigstore/tuf": "^2.3.1",
|
|
3852
3850
|
"abbrev": "^2.0.0",
|
|
3853
3851
|
"archy": "~1.0.0",
|
|
3854
|
-
"cacache": "^18.0.
|
|
3852
|
+
"cacache": "^18.0.2",
|
|
3855
3853
|
"chalk": "^5.3.0",
|
|
3856
3854
|
"ci-info": "^4.0.0",
|
|
3857
3855
|
"cli-columns": "^4.0.0",
|
|
@@ -3865,7 +3863,7 @@
|
|
|
3865
3863
|
"ini": "^4.1.1",
|
|
3866
3864
|
"init-package-json": "^6.0.0",
|
|
3867
3865
|
"is-cidr": "^5.0.3",
|
|
3868
|
-
"json-parse-even-better-errors": "^3.0.
|
|
3866
|
+
"json-parse-even-better-errors": "^3.0.1",
|
|
3869
3867
|
"libnpmaccess": "^8.0.1",
|
|
3870
3868
|
"libnpmdiff": "^6.0.3",
|
|
3871
3869
|
"libnpmexec": "^7.0.4",
|
|
@@ -3894,15 +3892,14 @@
|
|
|
3894
3892
|
"npm-user-validate": "^2.0.0",
|
|
3895
3893
|
"npmlog": "^7.0.1",
|
|
3896
3894
|
"p-map": "^4.0.0",
|
|
3897
|
-
"pacote": "^17.0.
|
|
3895
|
+
"pacote": "^17.0.6",
|
|
3898
3896
|
"parse-conflict-json": "^3.0.1",
|
|
3899
3897
|
"proc-log": "^3.0.0",
|
|
3900
3898
|
"qrcode-terminal": "^0.12.0",
|
|
3901
3899
|
"read": "^2.1.0",
|
|
3902
|
-
"semver": "^7.
|
|
3900
|
+
"semver": "^7.6.0",
|
|
3903
3901
|
"spdx-expression-parse": "^3.0.1",
|
|
3904
3902
|
"ssri": "^10.0.5",
|
|
3905
|
-
"strip-ansi": "^7.1.0",
|
|
3906
3903
|
"supports-color": "^9.4.0",
|
|
3907
3904
|
"tar": "^6.2.0",
|
|
3908
3905
|
"text-table": "~0.2.0",
|
|
@@ -3920,6 +3917,21 @@
|
|
|
3920
3917
|
"node": "^18.17.0 || >=20.5.0"
|
|
3921
3918
|
}
|
|
3922
3919
|
},
|
|
3920
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
|
|
3921
|
+
"version": "5.3.0",
|
|
3922
|
+
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
|
|
3923
|
+
"integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
|
|
3924
|
+
"license": "MIT",
|
|
3925
|
+
"dependencies": {
|
|
3926
|
+
"path-key": "^4.0.0"
|
|
3927
|
+
},
|
|
3928
|
+
"engines": {
|
|
3929
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
3930
|
+
},
|
|
3931
|
+
"funding": {
|
|
3932
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3923
3935
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@colors/colors": {
|
|
3924
3936
|
"version": "1.5.0",
|
|
3925
3937
|
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
|
|
@@ -3949,6 +3961,19 @@
|
|
|
3949
3961
|
"node": ">=12"
|
|
3950
3962
|
}
|
|
3951
3963
|
},
|
|
3964
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
3965
|
+
"version": "6.0.1",
|
|
3966
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
3967
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
3968
|
+
"inBundle": true,
|
|
3969
|
+
"license": "MIT",
|
|
3970
|
+
"engines": {
|
|
3971
|
+
"node": ">=12"
|
|
3972
|
+
},
|
|
3973
|
+
"funding": {
|
|
3974
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3952
3977
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
3953
3978
|
"version": "9.2.2",
|
|
3954
3979
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -3974,6 +3999,22 @@
|
|
|
3974
3999
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3975
4000
|
}
|
|
3976
4001
|
},
|
|
4002
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
4003
|
+
"version": "7.1.0",
|
|
4004
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4005
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4006
|
+
"inBundle": true,
|
|
4007
|
+
"license": "MIT",
|
|
4008
|
+
"dependencies": {
|
|
4009
|
+
"ansi-regex": "^6.0.1"
|
|
4010
|
+
},
|
|
4011
|
+
"engines": {
|
|
4012
|
+
"node": ">=12"
|
|
4013
|
+
},
|
|
4014
|
+
"funding": {
|
|
4015
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4016
|
+
}
|
|
4017
|
+
},
|
|
3977
4018
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
3978
4019
|
"version": "1.1.0",
|
|
3979
4020
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
@@ -3982,7 +4023,9 @@
|
|
|
3982
4023
|
"license": "ISC"
|
|
3983
4024
|
},
|
|
3984
4025
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/agent": {
|
|
3985
|
-
"version": "2.2.
|
|
4026
|
+
"version": "2.2.1",
|
|
4027
|
+
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz",
|
|
4028
|
+
"integrity": "sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ==",
|
|
3986
4029
|
"inBundle": true,
|
|
3987
4030
|
"license": "ISC",
|
|
3988
4031
|
"dependencies": {
|
|
@@ -3997,7 +4040,9 @@
|
|
|
3997
4040
|
}
|
|
3998
4041
|
},
|
|
3999
4042
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4000
|
-
"version": "7.
|
|
4043
|
+
"version": "7.4.0",
|
|
4044
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.4.0.tgz",
|
|
4045
|
+
"integrity": "sha512-VFsUaTrV8NR+0E2I+xhp6pPC5eAbMmSMSMZbS57aogLc6du6HWBPATFOaiNWwp1QTFVeP4aLhYixQM9hHfaAsA==",
|
|
4001
4046
|
"inBundle": true,
|
|
4002
4047
|
"license": "ISC",
|
|
4003
4048
|
"dependencies": {
|
|
@@ -4009,7 +4054,7 @@
|
|
|
4009
4054
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
4010
4055
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4011
4056
|
"@npmcli/package-json": "^5.0.0",
|
|
4012
|
-
"@npmcli/query": "^3.0
|
|
4057
|
+
"@npmcli/query": "^3.1.0",
|
|
4013
4058
|
"@npmcli/run-script": "^7.0.2",
|
|
4014
4059
|
"bin-links": "^4.0.1",
|
|
4015
4060
|
"cacache": "^18.0.0",
|
|
@@ -4028,7 +4073,7 @@
|
|
|
4028
4073
|
"parse-conflict-json": "^3.0.0",
|
|
4029
4074
|
"proc-log": "^3.0.0",
|
|
4030
4075
|
"promise-all-reject-late": "^1.0.0",
|
|
4031
|
-
"promise-call-limit": "^
|
|
4076
|
+
"promise-call-limit": "^3.0.1",
|
|
4032
4077
|
"read-package-json-fast": "^3.0.2",
|
|
4033
4078
|
"semver": "^7.3.7",
|
|
4034
4079
|
"ssri": "^10.0.5",
|
|
@@ -4043,7 +4088,9 @@
|
|
|
4043
4088
|
}
|
|
4044
4089
|
},
|
|
4045
4090
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4046
|
-
"version": "8.0
|
|
4091
|
+
"version": "8.2.0",
|
|
4092
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.0.tgz",
|
|
4093
|
+
"integrity": "sha512-YoEYZFg0hRSRP/Chmq+J4FvULFvji6SORUYWQc10FiJ+ReAnViXcDCENg6kM6dID04bAoKNUygrby798+gYBbQ==",
|
|
4047
4094
|
"inBundle": true,
|
|
4048
4095
|
"license": "ISC",
|
|
4049
4096
|
"dependencies": {
|
|
@@ -4103,7 +4150,9 @@
|
|
|
4103
4150
|
}
|
|
4104
4151
|
},
|
|
4105
4152
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4106
|
-
"version": "5.0.
|
|
4153
|
+
"version": "5.0.4",
|
|
4154
|
+
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz",
|
|
4155
|
+
"integrity": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==",
|
|
4107
4156
|
"inBundle": true,
|
|
4108
4157
|
"license": "ISC",
|
|
4109
4158
|
"dependencies": {
|
|
@@ -4209,7 +4258,9 @@
|
|
|
4209
4258
|
}
|
|
4210
4259
|
},
|
|
4211
4260
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
4212
|
-
"version": "7.0.
|
|
4261
|
+
"version": "7.0.1",
|
|
4262
|
+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
|
|
4263
|
+
"integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
|
|
4213
4264
|
"inBundle": true,
|
|
4214
4265
|
"license": "ISC",
|
|
4215
4266
|
"dependencies": {
|
|
@@ -4220,7 +4271,9 @@
|
|
|
4220
4271
|
}
|
|
4221
4272
|
},
|
|
4222
4273
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/query": {
|
|
4223
|
-
"version": "3.0
|
|
4274
|
+
"version": "3.1.0",
|
|
4275
|
+
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
|
|
4276
|
+
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
|
|
4224
4277
|
"inBundle": true,
|
|
4225
4278
|
"license": "ISC",
|
|
4226
4279
|
"dependencies": {
|
|
@@ -4231,14 +4284,16 @@
|
|
|
4231
4284
|
}
|
|
4232
4285
|
},
|
|
4233
4286
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4234
|
-
"version": "7.0.
|
|
4287
|
+
"version": "7.0.4",
|
|
4288
|
+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
4289
|
+
"integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
|
|
4235
4290
|
"inBundle": true,
|
|
4236
4291
|
"license": "ISC",
|
|
4237
4292
|
"dependencies": {
|
|
4238
4293
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4294
|
+
"@npmcli/package-json": "^5.0.0",
|
|
4239
4295
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
4240
4296
|
"node-gyp": "^10.0.0",
|
|
4241
|
-
"read-package-json-fast": "^3.0.0",
|
|
4242
4297
|
"which": "^4.0.0"
|
|
4243
4298
|
},
|
|
4244
4299
|
"engines": {
|
|
@@ -4257,18 +4312,32 @@
|
|
|
4257
4312
|
}
|
|
4258
4313
|
},
|
|
4259
4314
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
|
|
4260
|
-
"version": "2.
|
|
4315
|
+
"version": "2.2.0",
|
|
4316
|
+
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz",
|
|
4317
|
+
"integrity": "sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ==",
|
|
4261
4318
|
"inBundle": true,
|
|
4262
4319
|
"license": "Apache-2.0",
|
|
4263
4320
|
"dependencies": {
|
|
4264
|
-
"@sigstore/protobuf-specs": "^0.
|
|
4321
|
+
"@sigstore/protobuf-specs": "^0.3.0"
|
|
4265
4322
|
},
|
|
4266
4323
|
"engines": {
|
|
4267
4324
|
"node": "^16.14.0 || >=18.0.0"
|
|
4268
4325
|
}
|
|
4269
4326
|
},
|
|
4327
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
|
|
4328
|
+
"version": "1.0.0",
|
|
4329
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.0.0.tgz",
|
|
4330
|
+
"integrity": "sha512-dW2qjbWLRKGu6MIDUTBuJwXCnR8zivcSpf5inUzk7y84zqy/dji0/uahppoIgMoKeR+6pUZucrwHfkQQtiG9Rw==",
|
|
4331
|
+
"inBundle": true,
|
|
4332
|
+
"license": "Apache-2.0",
|
|
4333
|
+
"engines": {
|
|
4334
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4270
4337
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4271
|
-
"version": "0.
|
|
4338
|
+
"version": "0.3.0",
|
|
4339
|
+
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
|
|
4340
|
+
"integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
|
|
4272
4341
|
"inBundle": true,
|
|
4273
4342
|
"license": "Apache-2.0",
|
|
4274
4343
|
"engines": {
|
|
@@ -4276,12 +4345,15 @@
|
|
|
4276
4345
|
}
|
|
4277
4346
|
},
|
|
4278
4347
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
|
|
4279
|
-
"version": "2.2.
|
|
4348
|
+
"version": "2.2.3",
|
|
4349
|
+
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz",
|
|
4350
|
+
"integrity": "sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw==",
|
|
4280
4351
|
"inBundle": true,
|
|
4281
4352
|
"license": "Apache-2.0",
|
|
4282
4353
|
"dependencies": {
|
|
4283
|
-
"@sigstore/bundle": "^2.
|
|
4284
|
-
"@sigstore/
|
|
4354
|
+
"@sigstore/bundle": "^2.2.0",
|
|
4355
|
+
"@sigstore/core": "^1.0.0",
|
|
4356
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4285
4357
|
"make-fetch-happen": "^13.0.0"
|
|
4286
4358
|
},
|
|
4287
4359
|
"engines": {
|
|
@@ -4289,12 +4361,29 @@
|
|
|
4289
4361
|
}
|
|
4290
4362
|
},
|
|
4291
4363
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4292
|
-
"version": "2.
|
|
4364
|
+
"version": "2.3.1",
|
|
4365
|
+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.1.tgz",
|
|
4366
|
+
"integrity": "sha512-9Iv40z652td/QbV0o5n/x25H9w6IYRt2pIGbTX55yFDYlApDQn/6YZomjz6+KBx69rXHLzHcbtTS586mDdFD+Q==",
|
|
4293
4367
|
"inBundle": true,
|
|
4294
4368
|
"license": "Apache-2.0",
|
|
4295
4369
|
"dependencies": {
|
|
4296
|
-
"@sigstore/protobuf-specs": "^0.
|
|
4297
|
-
"tuf-js": "^2.
|
|
4370
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4371
|
+
"tuf-js": "^2.2.0"
|
|
4372
|
+
},
|
|
4373
|
+
"engines": {
|
|
4374
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4375
|
+
}
|
|
4376
|
+
},
|
|
4377
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
|
|
4378
|
+
"version": "1.1.0",
|
|
4379
|
+
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.0.tgz",
|
|
4380
|
+
"integrity": "sha512-1fTqnqyTBWvV7cftUUFtDcHPdSox0N3Ub7C0lRyReYx4zZUlNTZjCV+HPy4Lre+r45dV7Qx5JLKvqqsgxuyYfg==",
|
|
4381
|
+
"inBundle": true,
|
|
4382
|
+
"license": "Apache-2.0",
|
|
4383
|
+
"dependencies": {
|
|
4384
|
+
"@sigstore/bundle": "^2.2.0",
|
|
4385
|
+
"@sigstore/core": "^1.0.0",
|
|
4386
|
+
"@sigstore/protobuf-specs": "^0.3.0"
|
|
4298
4387
|
},
|
|
4299
4388
|
"engines": {
|
|
4300
4389
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -4334,19 +4423,6 @@
|
|
|
4334
4423
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4335
4424
|
}
|
|
4336
4425
|
},
|
|
4337
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/abort-controller": {
|
|
4338
|
-
"version": "3.0.0",
|
|
4339
|
-
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
4340
|
-
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
4341
|
-
"inBundle": true,
|
|
4342
|
-
"license": "MIT",
|
|
4343
|
-
"dependencies": {
|
|
4344
|
-
"event-target-shim": "^5.0.0"
|
|
4345
|
-
},
|
|
4346
|
-
"engines": {
|
|
4347
|
-
"node": ">=6.5"
|
|
4348
|
-
}
|
|
4349
|
-
},
|
|
4350
4426
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4351
4427
|
"version": "7.1.0",
|
|
4352
4428
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
@@ -4375,16 +4451,13 @@
|
|
|
4375
4451
|
}
|
|
4376
4452
|
},
|
|
4377
4453
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-regex": {
|
|
4378
|
-
"version": "
|
|
4379
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
4380
|
-
"integrity": "sha512-
|
|
4454
|
+
"version": "5.0.1",
|
|
4455
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4456
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4381
4457
|
"inBundle": true,
|
|
4382
4458
|
"license": "MIT",
|
|
4383
4459
|
"engines": {
|
|
4384
|
-
"node": ">=
|
|
4385
|
-
},
|
|
4386
|
-
"funding": {
|
|
4387
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4460
|
+
"node": ">=8"
|
|
4388
4461
|
}
|
|
4389
4462
|
},
|
|
4390
4463
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
|
|
@@ -4415,13 +4488,11 @@
|
|
|
4415
4488
|
"license": "MIT"
|
|
4416
4489
|
},
|
|
4417
4490
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
|
|
4418
|
-
"version": "4.0.
|
|
4491
|
+
"version": "4.0.2",
|
|
4492
|
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
|
|
4493
|
+
"integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
|
|
4419
4494
|
"inBundle": true,
|
|
4420
4495
|
"license": "ISC",
|
|
4421
|
-
"dependencies": {
|
|
4422
|
-
"delegates": "^1.0.0",
|
|
4423
|
-
"readable-stream": "^4.1.0"
|
|
4424
|
-
},
|
|
4425
4496
|
"engines": {
|
|
4426
4497
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4427
4498
|
}
|
|
@@ -4433,27 +4504,6 @@
|
|
|
4433
4504
|
"inBundle": true,
|
|
4434
4505
|
"license": "MIT"
|
|
4435
4506
|
},
|
|
4436
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/base64-js": {
|
|
4437
|
-
"version": "1.5.1",
|
|
4438
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
4439
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
4440
|
-
"funding": [
|
|
4441
|
-
{
|
|
4442
|
-
"type": "github",
|
|
4443
|
-
"url": "https://github.com/sponsors/feross"
|
|
4444
|
-
},
|
|
4445
|
-
{
|
|
4446
|
-
"type": "patreon",
|
|
4447
|
-
"url": "https://www.patreon.com/feross"
|
|
4448
|
-
},
|
|
4449
|
-
{
|
|
4450
|
-
"type": "consulting",
|
|
4451
|
-
"url": "https://feross.org/support"
|
|
4452
|
-
}
|
|
4453
|
-
],
|
|
4454
|
-
"inBundle": true,
|
|
4455
|
-
"license": "MIT"
|
|
4456
|
-
},
|
|
4457
4507
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
4458
4508
|
"version": "4.0.3",
|
|
4459
4509
|
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
|
|
@@ -4490,31 +4540,6 @@
|
|
|
4490
4540
|
"balanced-match": "^1.0.0"
|
|
4491
4541
|
}
|
|
4492
4542
|
},
|
|
4493
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/buffer": {
|
|
4494
|
-
"version": "6.0.3",
|
|
4495
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
4496
|
-
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
4497
|
-
"funding": [
|
|
4498
|
-
{
|
|
4499
|
-
"type": "github",
|
|
4500
|
-
"url": "https://github.com/sponsors/feross"
|
|
4501
|
-
},
|
|
4502
|
-
{
|
|
4503
|
-
"type": "patreon",
|
|
4504
|
-
"url": "https://www.patreon.com/feross"
|
|
4505
|
-
},
|
|
4506
|
-
{
|
|
4507
|
-
"type": "consulting",
|
|
4508
|
-
"url": "https://feross.org/support"
|
|
4509
|
-
}
|
|
4510
|
-
],
|
|
4511
|
-
"inBundle": true,
|
|
4512
|
-
"license": "MIT",
|
|
4513
|
-
"dependencies": {
|
|
4514
|
-
"base64-js": "^1.3.1",
|
|
4515
|
-
"ieee754": "^1.2.1"
|
|
4516
|
-
}
|
|
4517
|
-
},
|
|
4518
4543
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
|
|
4519
4544
|
"version": "5.0.1",
|
|
4520
4545
|
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
|
|
@@ -4526,7 +4551,9 @@
|
|
|
4526
4551
|
}
|
|
4527
4552
|
},
|
|
4528
4553
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
4529
|
-
"version": "18.0.
|
|
4554
|
+
"version": "18.0.2",
|
|
4555
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
|
|
4556
|
+
"integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
|
|
4530
4557
|
"inBundle": true,
|
|
4531
4558
|
"license": "ISC",
|
|
4532
4559
|
"dependencies": {
|
|
@@ -4535,7 +4562,7 @@
|
|
|
4535
4562
|
"glob": "^10.2.2",
|
|
4536
4563
|
"lru-cache": "^10.0.1",
|
|
4537
4564
|
"minipass": "^7.0.3",
|
|
4538
|
-
"minipass-collect": "^
|
|
4565
|
+
"minipass-collect": "^2.0.1",
|
|
4539
4566
|
"minipass-flush": "^1.0.5",
|
|
4540
4567
|
"minipass-pipeline": "^1.2.4",
|
|
4541
4568
|
"p-map": "^4.0.0",
|
|
@@ -4623,29 +4650,6 @@
|
|
|
4623
4650
|
"node": ">= 10"
|
|
4624
4651
|
}
|
|
4625
4652
|
},
|
|
4626
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/ansi-regex": {
|
|
4627
|
-
"version": "5.0.1",
|
|
4628
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4629
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4630
|
-
"inBundle": true,
|
|
4631
|
-
"license": "MIT",
|
|
4632
|
-
"engines": {
|
|
4633
|
-
"node": ">=8"
|
|
4634
|
-
}
|
|
4635
|
-
},
|
|
4636
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi": {
|
|
4637
|
-
"version": "6.0.1",
|
|
4638
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4639
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4640
|
-
"inBundle": true,
|
|
4641
|
-
"license": "MIT",
|
|
4642
|
-
"dependencies": {
|
|
4643
|
-
"ansi-regex": "^5.0.1"
|
|
4644
|
-
},
|
|
4645
|
-
"engines": {
|
|
4646
|
-
"node": ">=8"
|
|
4647
|
-
}
|
|
4648
|
-
},
|
|
4649
4653
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
4650
4654
|
"version": "0.6.3",
|
|
4651
4655
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
|
|
@@ -4726,29 +4730,6 @@
|
|
|
4726
4730
|
"node": ">=8.0.0"
|
|
4727
4731
|
}
|
|
4728
4732
|
},
|
|
4729
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/ansi-regex": {
|
|
4730
|
-
"version": "5.0.1",
|
|
4731
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4732
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4733
|
-
"inBundle": true,
|
|
4734
|
-
"license": "MIT",
|
|
4735
|
-
"engines": {
|
|
4736
|
-
"node": ">=8"
|
|
4737
|
-
}
|
|
4738
|
-
},
|
|
4739
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/strip-ansi": {
|
|
4740
|
-
"version": "6.0.1",
|
|
4741
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
4742
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
4743
|
-
"inBundle": true,
|
|
4744
|
-
"license": "MIT",
|
|
4745
|
-
"dependencies": {
|
|
4746
|
-
"ansi-regex": "^5.0.1"
|
|
4747
|
-
},
|
|
4748
|
-
"engines": {
|
|
4749
|
-
"node": ">=8"
|
|
4750
|
-
}
|
|
4751
|
-
},
|
|
4752
4733
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
|
|
4753
4734
|
"version": "1.0.1",
|
|
4754
4735
|
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
|
@@ -4845,15 +4826,10 @@
|
|
|
4845
4826
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4846
4827
|
}
|
|
4847
4828
|
},
|
|
4848
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/delegates": {
|
|
4849
|
-
"version": "1.0.0",
|
|
4850
|
-
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
4851
|
-
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
4852
|
-
"inBundle": true,
|
|
4853
|
-
"license": "MIT"
|
|
4854
|
-
},
|
|
4855
4829
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
4856
|
-
"version": "5.
|
|
4830
|
+
"version": "5.2.0",
|
|
4831
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
4832
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
4857
4833
|
"inBundle": true,
|
|
4858
4834
|
"license": "BSD-3-Clause",
|
|
4859
4835
|
"engines": {
|
|
@@ -4902,26 +4878,6 @@
|
|
|
4902
4878
|
"inBundle": true,
|
|
4903
4879
|
"license": "MIT"
|
|
4904
4880
|
},
|
|
4905
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/event-target-shim": {
|
|
4906
|
-
"version": "5.0.1",
|
|
4907
|
-
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
4908
|
-
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
4909
|
-
"inBundle": true,
|
|
4910
|
-
"license": "MIT",
|
|
4911
|
-
"engines": {
|
|
4912
|
-
"node": ">=6"
|
|
4913
|
-
}
|
|
4914
|
-
},
|
|
4915
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/events": {
|
|
4916
|
-
"version": "3.3.0",
|
|
4917
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
4918
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
4919
|
-
"inBundle": true,
|
|
4920
|
-
"license": "MIT",
|
|
4921
|
-
"engines": {
|
|
4922
|
-
"node": ">=0.8.x"
|
|
4923
|
-
}
|
|
4924
|
-
},
|
|
4925
4881
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
|
|
4926
4882
|
"version": "3.1.1",
|
|
4927
4883
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -4999,29 +4955,6 @@
|
|
|
4999
4955
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5000
4956
|
}
|
|
5001
4957
|
},
|
|
5002
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/ansi-regex": {
|
|
5003
|
-
"version": "5.0.1",
|
|
5004
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5005
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5006
|
-
"inBundle": true,
|
|
5007
|
-
"license": "MIT",
|
|
5008
|
-
"engines": {
|
|
5009
|
-
"node": ">=8"
|
|
5010
|
-
}
|
|
5011
|
-
},
|
|
5012
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/strip-ansi": {
|
|
5013
|
-
"version": "6.0.1",
|
|
5014
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5015
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5016
|
-
"inBundle": true,
|
|
5017
|
-
"license": "MIT",
|
|
5018
|
-
"dependencies": {
|
|
5019
|
-
"ansi-regex": "^5.0.1"
|
|
5020
|
-
},
|
|
5021
|
-
"engines": {
|
|
5022
|
-
"node": ">=8"
|
|
5023
|
-
}
|
|
5024
|
-
},
|
|
5025
4958
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5026
4959
|
"version": "10.3.10",
|
|
5027
4960
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
@@ -5060,7 +4993,9 @@
|
|
|
5060
4993
|
"license": "ISC"
|
|
5061
4994
|
},
|
|
5062
4995
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/hasown": {
|
|
5063
|
-
"version": "2.0.
|
|
4996
|
+
"version": "2.0.1",
|
|
4997
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
|
|
4998
|
+
"integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
|
|
5064
4999
|
"inBundle": true,
|
|
5065
5000
|
"license": "MIT",
|
|
5066
5001
|
"dependencies": {
|
|
@@ -5091,7 +5026,9 @@
|
|
|
5091
5026
|
"license": "BSD-2-Clause"
|
|
5092
5027
|
},
|
|
5093
5028
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/http-proxy-agent": {
|
|
5094
|
-
"version": "7.0.
|
|
5029
|
+
"version": "7.0.2",
|
|
5030
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
5031
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
5095
5032
|
"inBundle": true,
|
|
5096
5033
|
"license": "MIT",
|
|
5097
5034
|
"dependencies": {
|
|
@@ -5103,7 +5040,9 @@
|
|
|
5103
5040
|
}
|
|
5104
5041
|
},
|
|
5105
5042
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/https-proxy-agent": {
|
|
5106
|
-
"version": "7.0.
|
|
5043
|
+
"version": "7.0.4",
|
|
5044
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
5045
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
5107
5046
|
"inBundle": true,
|
|
5108
5047
|
"license": "MIT",
|
|
5109
5048
|
"dependencies": {
|
|
@@ -5128,29 +5067,10 @@
|
|
|
5128
5067
|
"node": ">=0.10.0"
|
|
5129
5068
|
}
|
|
5130
5069
|
},
|
|
5131
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ieee754": {
|
|
5132
|
-
"version": "1.2.1",
|
|
5133
|
-
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
5134
|
-
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
5135
|
-
"funding": [
|
|
5136
|
-
{
|
|
5137
|
-
"type": "github",
|
|
5138
|
-
"url": "https://github.com/sponsors/feross"
|
|
5139
|
-
},
|
|
5140
|
-
{
|
|
5141
|
-
"type": "patreon",
|
|
5142
|
-
"url": "https://www.patreon.com/feross"
|
|
5143
|
-
},
|
|
5144
|
-
{
|
|
5145
|
-
"type": "consulting",
|
|
5146
|
-
"url": "https://feross.org/support"
|
|
5147
|
-
}
|
|
5148
|
-
],
|
|
5149
|
-
"inBundle": true,
|
|
5150
|
-
"license": "BSD-3-Clause"
|
|
5151
|
-
},
|
|
5152
5070
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5153
|
-
"version": "6.0.
|
|
5071
|
+
"version": "6.0.4",
|
|
5072
|
+
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
|
|
5073
|
+
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
|
|
5154
5074
|
"inBundle": true,
|
|
5155
5075
|
"license": "ISC",
|
|
5156
5076
|
"dependencies": {
|
|
@@ -5209,10 +5129,26 @@
|
|
|
5209
5129
|
"node": "^16.14.0 || >=18.0.0"
|
|
5210
5130
|
}
|
|
5211
5131
|
},
|
|
5212
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip": {
|
|
5213
|
-
"version": "
|
|
5132
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address": {
|
|
5133
|
+
"version": "9.0.5",
|
|
5134
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
|
|
5135
|
+
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
|
|
5214
5136
|
"inBundle": true,
|
|
5215
|
-
"license": "MIT"
|
|
5137
|
+
"license": "MIT",
|
|
5138
|
+
"dependencies": {
|
|
5139
|
+
"jsbn": "1.1.0",
|
|
5140
|
+
"sprintf-js": "^1.1.3"
|
|
5141
|
+
},
|
|
5142
|
+
"engines": {
|
|
5143
|
+
"node": ">= 12"
|
|
5144
|
+
}
|
|
5145
|
+
},
|
|
5146
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
|
|
5147
|
+
"version": "1.1.3",
|
|
5148
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
5149
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
5150
|
+
"inBundle": true,
|
|
5151
|
+
"license": "BSD-3-Clause"
|
|
5216
5152
|
},
|
|
5217
5153
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-regex": {
|
|
5218
5154
|
"version": "5.0.0",
|
|
@@ -5296,8 +5232,17 @@
|
|
|
5296
5232
|
"@pkgjs/parseargs": "^0.11.0"
|
|
5297
5233
|
}
|
|
5298
5234
|
},
|
|
5235
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jsbn": {
|
|
5236
|
+
"version": "1.1.0",
|
|
5237
|
+
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
|
|
5238
|
+
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
|
5239
|
+
"inBundle": true,
|
|
5240
|
+
"license": "MIT"
|
|
5241
|
+
},
|
|
5299
5242
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
5300
|
-
"version": "3.0.
|
|
5243
|
+
"version": "3.0.1",
|
|
5244
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
5245
|
+
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
5301
5246
|
"inBundle": true,
|
|
5302
5247
|
"license": "MIT",
|
|
5303
5248
|
"engines": {
|
|
@@ -5339,7 +5284,9 @@
|
|
|
5339
5284
|
"license": "MIT"
|
|
5340
5285
|
},
|
|
5341
5286
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5342
|
-
"version": "8.0.
|
|
5287
|
+
"version": "8.0.2",
|
|
5288
|
+
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.2.tgz",
|
|
5289
|
+
"integrity": "sha512-4K+nsg3OYt4rjryP/3D5zGWluLbZaKozwj6YdtvAyxNhLhUrjCoyxHVoL5AkTJcAnjsd6/ATei52QPVvpSX9Ug==",
|
|
5343
5290
|
"inBundle": true,
|
|
5344
5291
|
"license": "ISC",
|
|
5345
5292
|
"dependencies": {
|
|
@@ -5351,7 +5298,9 @@
|
|
|
5351
5298
|
}
|
|
5352
5299
|
},
|
|
5353
5300
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5354
|
-
"version": "6.0.
|
|
5301
|
+
"version": "6.0.7",
|
|
5302
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.7.tgz",
|
|
5303
|
+
"integrity": "sha512-Erca7NHh+MGk4O14mM4yv9S1S+Wc5TgFg6yr8r/g5ykn34dZdAP/GkzhQNJiOpzfD8j1HBhbTpkbGJHVDdgG5Q==",
|
|
5355
5304
|
"inBundle": true,
|
|
5356
5305
|
"license": "ISC",
|
|
5357
5306
|
"dependencies": {
|
|
@@ -5370,7 +5319,9 @@
|
|
|
5370
5319
|
}
|
|
5371
5320
|
},
|
|
5372
5321
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5373
|
-
"version": "7.0.
|
|
5322
|
+
"version": "7.0.8",
|
|
5323
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.8.tgz",
|
|
5324
|
+
"integrity": "sha512-xDzWoYpV1Ok0TIdrY4wuWGxriEv/O3/d8QG924yErBE0sMkkzKsin2dAmlEBsSlR7YRilObs8q+5uNtxKNQHAQ==",
|
|
5374
5325
|
"inBundle": true,
|
|
5375
5326
|
"license": "ISC",
|
|
5376
5327
|
"dependencies": {
|
|
@@ -5391,7 +5342,9 @@
|
|
|
5391
5342
|
}
|
|
5392
5343
|
},
|
|
5393
5344
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5394
|
-
"version": "5.0.
|
|
5345
|
+
"version": "5.0.5",
|
|
5346
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.5.tgz",
|
|
5347
|
+
"integrity": "sha512-BUu2l9Kn4u6nce1Ay8a1uRN1fyU7lbVmtsMYxWcFpcbF+ZPN7qIiPksfcnY9/NDKIRGJYwwv0IXgQQStHDx6Tg==",
|
|
5395
5348
|
"inBundle": true,
|
|
5396
5349
|
"license": "ISC",
|
|
5397
5350
|
"dependencies": {
|
|
@@ -5402,7 +5355,9 @@
|
|
|
5402
5355
|
}
|
|
5403
5356
|
},
|
|
5404
5357
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5405
|
-
"version": "10.0.
|
|
5358
|
+
"version": "10.0.1",
|
|
5359
|
+
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.1.tgz",
|
|
5360
|
+
"integrity": "sha512-FnXCweDpoAko6mnLPSW8qrRYicjfh+GrvY5PuYHQRPvaW4BFtHDUmK3K3aYx4yD3TeGAKpj4IigrEDfUfWuSkA==",
|
|
5406
5361
|
"inBundle": true,
|
|
5407
5362
|
"license": "ISC",
|
|
5408
5363
|
"dependencies": {
|
|
@@ -5414,7 +5369,9 @@
|
|
|
5414
5369
|
}
|
|
5415
5370
|
},
|
|
5416
5371
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5417
|
-
"version": "6.0.
|
|
5372
|
+
"version": "6.0.2",
|
|
5373
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.2.tgz",
|
|
5374
|
+
"integrity": "sha512-zK4r6cjVsfXf7hWzWGB6R0LBJidVhKaeMWMZL/1eyZS6ixxAxVijfsPacoEnBRCFaXsNjAtwV3b2RCmYU6+usA==",
|
|
5418
5375
|
"inBundle": true,
|
|
5419
5376
|
"license": "ISC",
|
|
5420
5377
|
"dependencies": {
|
|
@@ -5426,7 +5383,9 @@
|
|
|
5426
5383
|
}
|
|
5427
5384
|
},
|
|
5428
5385
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5429
|
-
"version": "6.0.
|
|
5386
|
+
"version": "6.0.7",
|
|
5387
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.7.tgz",
|
|
5388
|
+
"integrity": "sha512-aVX5ZLiYAioShh5wzoBOGs25GvPskry7SxCpx76gMCjOrd/wKcNtbTOMqStvizd3c+vzq5a1b7FMP09XAtgRFg==",
|
|
5430
5389
|
"inBundle": true,
|
|
5431
5390
|
"license": "ISC",
|
|
5432
5391
|
"dependencies": {
|
|
@@ -5440,7 +5399,9 @@
|
|
|
5440
5399
|
}
|
|
5441
5400
|
},
|
|
5442
5401
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5443
|
-
"version": "9.0.
|
|
5402
|
+
"version": "9.0.4",
|
|
5403
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
|
|
5404
|
+
"integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
|
|
5444
5405
|
"inBundle": true,
|
|
5445
5406
|
"license": "ISC",
|
|
5446
5407
|
"dependencies": {
|
|
@@ -5450,7 +5411,7 @@
|
|
|
5450
5411
|
"npm-registry-fetch": "^16.0.0",
|
|
5451
5412
|
"proc-log": "^3.0.0",
|
|
5452
5413
|
"semver": "^7.3.7",
|
|
5453
|
-
"sigstore": "^2.
|
|
5414
|
+
"sigstore": "^2.2.0",
|
|
5454
5415
|
"ssri": "^10.0.5"
|
|
5455
5416
|
},
|
|
5456
5417
|
"engines": {
|
|
@@ -5458,7 +5419,9 @@
|
|
|
5458
5419
|
}
|
|
5459
5420
|
},
|
|
5460
5421
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5461
|
-
"version": "7.0.
|
|
5422
|
+
"version": "7.0.1",
|
|
5423
|
+
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.1.tgz",
|
|
5424
|
+
"integrity": "sha512-XyKi6Y94t6PGd5Lk2Ma3+fgiHWD3KSCvXmHOrcLkAOEP7oUejbNjL0Bb/HUDZXgBj6gP1Qk7pJ6jZPFBc2hmXQ==",
|
|
5462
5425
|
"inBundle": true,
|
|
5463
5426
|
"license": "ISC",
|
|
5464
5427
|
"dependencies": {
|
|
@@ -5469,7 +5432,9 @@
|
|
|
5469
5432
|
}
|
|
5470
5433
|
},
|
|
5471
5434
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5472
|
-
"version": "6.0.
|
|
5435
|
+
"version": "6.0.1",
|
|
5436
|
+
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.1.tgz",
|
|
5437
|
+
"integrity": "sha512-1YytqVk1gSkKFNMe4kkCKN49y5rlABrRSx5TrYShQtt2Lb4uQaed49dGE7Ue8TJGxbIkHzvyyVtb3PBiGACVqw==",
|
|
5473
5438
|
"inBundle": true,
|
|
5474
5439
|
"license": "ISC",
|
|
5475
5440
|
"dependencies": {
|
|
@@ -5481,7 +5446,9 @@
|
|
|
5481
5446
|
}
|
|
5482
5447
|
},
|
|
5483
5448
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
5484
|
-
"version": "5.0.
|
|
5449
|
+
"version": "5.0.2",
|
|
5450
|
+
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz",
|
|
5451
|
+
"integrity": "sha512-6JBnLhd6SYgKRekJ4cotxpURLGbEtKxzw+a8p5o+wNwrveJPMH8yW/HKjeewyHzWmxzzwn9EQ3TkF2onkrwstA==",
|
|
5485
5452
|
"inBundle": true,
|
|
5486
5453
|
"license": "ISC",
|
|
5487
5454
|
"dependencies": {
|
|
@@ -5496,12 +5463,11 @@
|
|
|
5496
5463
|
}
|
|
5497
5464
|
},
|
|
5498
5465
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
|
|
5499
|
-
"version": "10.0
|
|
5466
|
+
"version": "10.2.0",
|
|
5467
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
5468
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
5500
5469
|
"inBundle": true,
|
|
5501
5470
|
"license": "ISC",
|
|
5502
|
-
"dependencies": {
|
|
5503
|
-
"semver": "^7.3.5"
|
|
5504
|
-
},
|
|
5505
5471
|
"engines": {
|
|
5506
5472
|
"node": "14 || >=16.14"
|
|
5507
5473
|
}
|
|
@@ -5552,33 +5518,20 @@
|
|
|
5552
5518
|
"inBundle": true,
|
|
5553
5519
|
"license": "ISC",
|
|
5554
5520
|
"engines": {
|
|
5555
|
-
"node": ">=16 || 14 >=14.17"
|
|
5556
|
-
}
|
|
5557
|
-
},
|
|
5558
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5559
|
-
"version": "1.0.2",
|
|
5560
|
-
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
|
|
5561
|
-
"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
|
|
5562
|
-
"inBundle": true,
|
|
5563
|
-
"license": "ISC",
|
|
5564
|
-
"dependencies": {
|
|
5565
|
-
"minipass": "^3.0.0"
|
|
5566
|
-
},
|
|
5567
|
-
"engines": {
|
|
5568
|
-
"node": ">= 8"
|
|
5521
|
+
"node": ">=16 || 14 >=14.17"
|
|
5569
5522
|
}
|
|
5570
5523
|
},
|
|
5571
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect
|
|
5572
|
-
"version": "
|
|
5573
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
5574
|
-
"integrity": "sha512-
|
|
5524
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5525
|
+
"version": "2.0.1",
|
|
5526
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
|
|
5527
|
+
"integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
|
|
5575
5528
|
"inBundle": true,
|
|
5576
5529
|
"license": "ISC",
|
|
5577
5530
|
"dependencies": {
|
|
5578
|
-
"
|
|
5531
|
+
"minipass": "^7.0.3"
|
|
5579
5532
|
},
|
|
5580
5533
|
"engines": {
|
|
5581
|
-
"node": ">=
|
|
5534
|
+
"node": ">=16 || 14 >=14.17"
|
|
5582
5535
|
}
|
|
5583
5536
|
},
|
|
5584
5537
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
@@ -5888,11 +5841,13 @@
|
|
|
5888
5841
|
}
|
|
5889
5842
|
},
|
|
5890
5843
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
5891
|
-
"version": "8.0.
|
|
5844
|
+
"version": "8.0.2",
|
|
5845
|
+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
|
|
5846
|
+
"integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
|
|
5892
5847
|
"inBundle": true,
|
|
5893
5848
|
"license": "ISC",
|
|
5894
5849
|
"dependencies": {
|
|
5895
|
-
"ignore-walk": "^6.0.
|
|
5850
|
+
"ignore-walk": "^6.0.4"
|
|
5896
5851
|
},
|
|
5897
5852
|
"engines": {
|
|
5898
5853
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -5990,7 +5945,9 @@
|
|
|
5990
5945
|
}
|
|
5991
5946
|
},
|
|
5992
5947
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
5993
|
-
"version": "17.0.
|
|
5948
|
+
"version": "17.0.6",
|
|
5949
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
|
|
5950
|
+
"integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
|
|
5994
5951
|
"inBundle": true,
|
|
5995
5952
|
"license": "ISC",
|
|
5996
5953
|
"dependencies": {
|
|
@@ -6009,7 +5966,7 @@
|
|
|
6009
5966
|
"promise-retry": "^2.0.1",
|
|
6010
5967
|
"read-package-json": "^7.0.0",
|
|
6011
5968
|
"read-package-json-fast": "^3.0.0",
|
|
6012
|
-
"sigstore": "^2.
|
|
5969
|
+
"sigstore": "^2.2.0",
|
|
6013
5970
|
"ssri": "^10.0.0",
|
|
6014
5971
|
"tar": "^6.1.11"
|
|
6015
5972
|
},
|
|
@@ -6063,7 +6020,9 @@
|
|
|
6063
6020
|
}
|
|
6064
6021
|
},
|
|
6065
6022
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6066
|
-
"version": "6.0.
|
|
6023
|
+
"version": "6.0.15",
|
|
6024
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
|
|
6025
|
+
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
|
|
6067
6026
|
"inBundle": true,
|
|
6068
6027
|
"license": "MIT",
|
|
6069
6028
|
"dependencies": {
|
|
@@ -6084,16 +6043,6 @@
|
|
|
6084
6043
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6085
6044
|
}
|
|
6086
6045
|
},
|
|
6087
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/process": {
|
|
6088
|
-
"version": "0.11.10",
|
|
6089
|
-
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
6090
|
-
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
6091
|
-
"inBundle": true,
|
|
6092
|
-
"license": "MIT",
|
|
6093
|
-
"engines": {
|
|
6094
|
-
"node": ">= 0.6.0"
|
|
6095
|
-
}
|
|
6096
|
-
},
|
|
6097
6046
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
|
|
6098
6047
|
"version": "1.0.1",
|
|
6099
6048
|
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
@@ -6105,7 +6054,9 @@
|
|
|
6105
6054
|
}
|
|
6106
6055
|
},
|
|
6107
6056
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6108
|
-
"version": "
|
|
6057
|
+
"version": "3.0.1",
|
|
6058
|
+
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
|
|
6059
|
+
"integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
|
|
6109
6060
|
"inBundle": true,
|
|
6110
6061
|
"license": "ISC",
|
|
6111
6062
|
"funding": {
|
|
@@ -6208,21 +6159,6 @@
|
|
|
6208
6159
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6209
6160
|
}
|
|
6210
6161
|
},
|
|
6211
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
|
|
6212
|
-
"version": "4.4.2",
|
|
6213
|
-
"inBundle": true,
|
|
6214
|
-
"license": "MIT",
|
|
6215
|
-
"dependencies": {
|
|
6216
|
-
"abort-controller": "^3.0.0",
|
|
6217
|
-
"buffer": "^6.0.3",
|
|
6218
|
-
"events": "^3.3.0",
|
|
6219
|
-
"process": "^0.11.10",
|
|
6220
|
-
"string_decoder": "^1.3.0"
|
|
6221
|
-
},
|
|
6222
|
-
"engines": {
|
|
6223
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6224
|
-
}
|
|
6225
|
-
},
|
|
6226
6162
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
|
|
6227
6163
|
"version": "0.12.0",
|
|
6228
6164
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -6233,27 +6169,6 @@
|
|
|
6233
6169
|
"node": ">= 4"
|
|
6234
6170
|
}
|
|
6235
6171
|
},
|
|
6236
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safe-buffer": {
|
|
6237
|
-
"version": "5.2.1",
|
|
6238
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
6239
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
6240
|
-
"funding": [
|
|
6241
|
-
{
|
|
6242
|
-
"type": "github",
|
|
6243
|
-
"url": "https://github.com/sponsors/feross"
|
|
6244
|
-
},
|
|
6245
|
-
{
|
|
6246
|
-
"type": "patreon",
|
|
6247
|
-
"url": "https://www.patreon.com/feross"
|
|
6248
|
-
},
|
|
6249
|
-
{
|
|
6250
|
-
"type": "consulting",
|
|
6251
|
-
"url": "https://feross.org/support"
|
|
6252
|
-
}
|
|
6253
|
-
],
|
|
6254
|
-
"inBundle": true,
|
|
6255
|
-
"license": "MIT"
|
|
6256
|
-
},
|
|
6257
6172
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
|
|
6258
6173
|
"version": "2.1.2",
|
|
6259
6174
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -6263,7 +6178,9 @@
|
|
|
6263
6178
|
"optional": true
|
|
6264
6179
|
},
|
|
6265
6180
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/semver": {
|
|
6266
|
-
"version": "7.
|
|
6181
|
+
"version": "7.6.0",
|
|
6182
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
|
|
6183
|
+
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
|
|
6267
6184
|
"inBundle": true,
|
|
6268
6185
|
"license": "ISC",
|
|
6269
6186
|
"dependencies": {
|
|
@@ -6333,14 +6250,18 @@
|
|
|
6333
6250
|
}
|
|
6334
6251
|
},
|
|
6335
6252
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
6336
|
-
"version": "2.
|
|
6253
|
+
"version": "2.2.2",
|
|
6254
|
+
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz",
|
|
6255
|
+
"integrity": "sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==",
|
|
6337
6256
|
"inBundle": true,
|
|
6338
6257
|
"license": "Apache-2.0",
|
|
6339
6258
|
"dependencies": {
|
|
6340
|
-
"@sigstore/bundle": "^2.
|
|
6341
|
-
"@sigstore/
|
|
6342
|
-
"@sigstore/
|
|
6343
|
-
"@sigstore/
|
|
6259
|
+
"@sigstore/bundle": "^2.2.0",
|
|
6260
|
+
"@sigstore/core": "^1.0.0",
|
|
6261
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
6262
|
+
"@sigstore/sign": "^2.2.3",
|
|
6263
|
+
"@sigstore/tuf": "^2.3.1",
|
|
6264
|
+
"@sigstore/verify": "^1.1.0"
|
|
6344
6265
|
},
|
|
6345
6266
|
"engines": {
|
|
6346
6267
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -6358,15 +6279,15 @@
|
|
|
6358
6279
|
}
|
|
6359
6280
|
},
|
|
6360
6281
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/socks": {
|
|
6361
|
-
"version": "2.
|
|
6282
|
+
"version": "2.8.0",
|
|
6362
6283
|
"inBundle": true,
|
|
6363
6284
|
"license": "MIT",
|
|
6364
6285
|
"dependencies": {
|
|
6365
|
-
"ip": "^
|
|
6286
|
+
"ip-address": "^9.0.5",
|
|
6366
6287
|
"smart-buffer": "^4.2.0"
|
|
6367
6288
|
},
|
|
6368
6289
|
"engines": {
|
|
6369
|
-
"node": ">=
|
|
6290
|
+
"node": ">= 16.0.0",
|
|
6370
6291
|
"npm": ">= 3.0.0"
|
|
6371
6292
|
}
|
|
6372
6293
|
},
|
|
@@ -6397,7 +6318,9 @@
|
|
|
6397
6318
|
}
|
|
6398
6319
|
},
|
|
6399
6320
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-exceptions": {
|
|
6400
|
-
"version": "2.
|
|
6321
|
+
"version": "2.5.0",
|
|
6322
|
+
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
6323
|
+
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
6401
6324
|
"inBundle": true,
|
|
6402
6325
|
"license": "CC-BY-3.0"
|
|
6403
6326
|
},
|
|
@@ -6413,7 +6336,9 @@
|
|
|
6413
6336
|
}
|
|
6414
6337
|
},
|
|
6415
6338
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-license-ids": {
|
|
6416
|
-
"version": "3.0.
|
|
6339
|
+
"version": "3.0.17",
|
|
6340
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
|
|
6341
|
+
"integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
|
|
6417
6342
|
"inBundle": true,
|
|
6418
6343
|
"license": "CC0-1.0"
|
|
6419
6344
|
},
|
|
@@ -6430,16 +6355,6 @@
|
|
|
6430
6355
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6431
6356
|
}
|
|
6432
6357
|
},
|
|
6433
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string_decoder": {
|
|
6434
|
-
"version": "1.3.0",
|
|
6435
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
6436
|
-
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
6437
|
-
"inBundle": true,
|
|
6438
|
-
"license": "MIT",
|
|
6439
|
-
"dependencies": {
|
|
6440
|
-
"safe-buffer": "~5.2.0"
|
|
6441
|
-
}
|
|
6442
|
-
},
|
|
6443
6358
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
|
|
6444
6359
|
"version": "4.2.3",
|
|
6445
6360
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -6471,40 +6386,7 @@
|
|
|
6471
6386
|
"node": ">=8"
|
|
6472
6387
|
}
|
|
6473
6388
|
},
|
|
6474
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/
|
|
6475
|
-
"version": "5.0.1",
|
|
6476
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6477
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6478
|
-
"inBundle": true,
|
|
6479
|
-
"license": "MIT",
|
|
6480
|
-
"engines": {
|
|
6481
|
-
"node": ">=8"
|
|
6482
|
-
}
|
|
6483
|
-
},
|
|
6484
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
6485
|
-
"version": "6.0.1",
|
|
6486
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6487
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6488
|
-
"inBundle": true,
|
|
6489
|
-
"license": "MIT",
|
|
6490
|
-
"dependencies": {
|
|
6491
|
-
"ansi-regex": "^5.0.1"
|
|
6492
|
-
},
|
|
6493
|
-
"engines": {
|
|
6494
|
-
"node": ">=8"
|
|
6495
|
-
}
|
|
6496
|
-
},
|
|
6497
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/ansi-regex": {
|
|
6498
|
-
"version": "5.0.1",
|
|
6499
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6500
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6501
|
-
"inBundle": true,
|
|
6502
|
-
"license": "MIT",
|
|
6503
|
-
"engines": {
|
|
6504
|
-
"node": ">=8"
|
|
6505
|
-
}
|
|
6506
|
-
},
|
|
6507
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/strip-ansi": {
|
|
6389
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6508
6390
|
"version": "6.0.1",
|
|
6509
6391
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6510
6392
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6517,22 +6399,6 @@
|
|
|
6517
6399
|
"node": ">=8"
|
|
6518
6400
|
}
|
|
6519
6401
|
},
|
|
6520
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6521
|
-
"version": "7.1.0",
|
|
6522
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6523
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6524
|
-
"inBundle": true,
|
|
6525
|
-
"license": "MIT",
|
|
6526
|
-
"dependencies": {
|
|
6527
|
-
"ansi-regex": "^6.0.1"
|
|
6528
|
-
},
|
|
6529
|
-
"engines": {
|
|
6530
|
-
"node": ">=12"
|
|
6531
|
-
},
|
|
6532
|
-
"funding": {
|
|
6533
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6534
|
-
}
|
|
6535
|
-
},
|
|
6536
6402
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
6537
6403
|
"name": "strip-ansi",
|
|
6538
6404
|
"version": "6.0.1",
|
|
@@ -6547,16 +6413,6 @@
|
|
|
6547
6413
|
"node": ">=8"
|
|
6548
6414
|
}
|
|
6549
6415
|
},
|
|
6550
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
6551
|
-
"version": "5.0.1",
|
|
6552
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6553
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6554
|
-
"inBundle": true,
|
|
6555
|
-
"license": "MIT",
|
|
6556
|
-
"engines": {
|
|
6557
|
-
"node": ">=8"
|
|
6558
|
-
}
|
|
6559
|
-
},
|
|
6560
6416
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
6561
6417
|
"version": "9.4.0",
|
|
6562
6418
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -6649,7 +6505,9 @@
|
|
|
6649
6505
|
}
|
|
6650
6506
|
},
|
|
6651
6507
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
6652
|
-
"version": "2.
|
|
6508
|
+
"version": "2.2.0",
|
|
6509
|
+
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
6510
|
+
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
6653
6511
|
"inBundle": true,
|
|
6654
6512
|
"license": "MIT",
|
|
6655
6513
|
"dependencies": {
|
|
@@ -6808,16 +6666,6 @@
|
|
|
6808
6666
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6809
6667
|
}
|
|
6810
6668
|
},
|
|
6811
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
6812
|
-
"version": "5.0.1",
|
|
6813
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6814
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6815
|
-
"inBundle": true,
|
|
6816
|
-
"license": "MIT",
|
|
6817
|
-
"engines": {
|
|
6818
|
-
"node": ">=8"
|
|
6819
|
-
}
|
|
6820
|
-
},
|
|
6821
6669
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
6822
6670
|
"version": "4.3.0",
|
|
6823
6671
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -6834,17 +6682,17 @@
|
|
|
6834
6682
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6835
6683
|
}
|
|
6836
6684
|
},
|
|
6837
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi
|
|
6685
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
6838
6686
|
"version": "6.0.1",
|
|
6839
|
-
"resolved": "https://registry.npmjs.org/
|
|
6840
|
-
"integrity": "sha512-
|
|
6687
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
6688
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
6841
6689
|
"inBundle": true,
|
|
6842
6690
|
"license": "MIT",
|
|
6843
|
-
"dependencies": {
|
|
6844
|
-
"ansi-regex": "^5.0.1"
|
|
6845
|
-
},
|
|
6846
6691
|
"engines": {
|
|
6847
|
-
"node": ">=
|
|
6692
|
+
"node": ">=12"
|
|
6693
|
+
},
|
|
6694
|
+
"funding": {
|
|
6695
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6848
6696
|
}
|
|
6849
6697
|
},
|
|
6850
6698
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
@@ -6872,6 +6720,22 @@
|
|
|
6872
6720
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6873
6721
|
}
|
|
6874
6722
|
},
|
|
6723
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
6724
|
+
"version": "7.1.0",
|
|
6725
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6726
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6727
|
+
"inBundle": true,
|
|
6728
|
+
"license": "MIT",
|
|
6729
|
+
"dependencies": {
|
|
6730
|
+
"ansi-regex": "^6.0.1"
|
|
6731
|
+
},
|
|
6732
|
+
"engines": {
|
|
6733
|
+
"node": ">=12"
|
|
6734
|
+
},
|
|
6735
|
+
"funding": {
|
|
6736
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6737
|
+
}
|
|
6738
|
+
},
|
|
6875
6739
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
|
|
6876
6740
|
"version": "5.0.1",
|
|
6877
6741
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
@@ -6893,6 +6757,18 @@
|
|
|
6893
6757
|
"inBundle": true,
|
|
6894
6758
|
"license": "ISC"
|
|
6895
6759
|
},
|
|
6760
|
+
"node_modules/@oclif/plugin-plugins/node_modules/path-key": {
|
|
6761
|
+
"version": "4.0.0",
|
|
6762
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
|
|
6763
|
+
"integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
|
|
6764
|
+
"license": "MIT",
|
|
6765
|
+
"engines": {
|
|
6766
|
+
"node": ">=12"
|
|
6767
|
+
},
|
|
6768
|
+
"funding": {
|
|
6769
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6770
|
+
}
|
|
6771
|
+
},
|
|
6896
6772
|
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
6897
6773
|
"version": "9.4.0",
|
|
6898
6774
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -6920,9 +6796,9 @@
|
|
|
6920
6796
|
}
|
|
6921
6797
|
},
|
|
6922
6798
|
"node_modules/@oclif/plugin-update": {
|
|
6923
|
-
"version": "4.2.
|
|
6924
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.
|
|
6925
|
-
"integrity": "sha512-
|
|
6799
|
+
"version": "4.2.1",
|
|
6800
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.1.tgz",
|
|
6801
|
+
"integrity": "sha512-k163IHMtxnLNk5NlGhKTV2p9fvYTw8OSi5oN7P8EgD58e+rlc1/6BY2gMfTk6T+im8vVxNyCjqSNmBVl8nZarA==",
|
|
6926
6802
|
"license": "MIT",
|
|
6927
6803
|
"dependencies": {
|
|
6928
6804
|
"@oclif/core": "^3.21.0",
|
|
@@ -6931,7 +6807,7 @@
|
|
|
6931
6807
|
"debug": "^4.3.1",
|
|
6932
6808
|
"filesize": "^6.1.0",
|
|
6933
6809
|
"http-call": "^5.3.0",
|
|
6934
|
-
"inquirer": "^9.2.
|
|
6810
|
+
"inquirer": "^9.2.16",
|
|
6935
6811
|
"lodash.throttle": "^4.1.1",
|
|
6936
6812
|
"semver": "^7.6.0",
|
|
6937
6813
|
"tar-fs": "^2.1.1"
|
|
@@ -6941,12 +6817,12 @@
|
|
|
6941
6817
|
}
|
|
6942
6818
|
},
|
|
6943
6819
|
"node_modules/@oclif/plugin-update/node_modules/inquirer": {
|
|
6944
|
-
"version": "9.2.
|
|
6945
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.
|
|
6946
|
-
"integrity": "sha512-
|
|
6820
|
+
"version": "9.2.16",
|
|
6821
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.16.tgz",
|
|
6822
|
+
"integrity": "sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA==",
|
|
6947
6823
|
"license": "MIT",
|
|
6948
6824
|
"dependencies": {
|
|
6949
|
-
"@ljharb/through": "^2.3.
|
|
6825
|
+
"@ljharb/through": "^2.3.13",
|
|
6950
6826
|
"ansi-escapes": "^4.3.2",
|
|
6951
6827
|
"chalk": "^5.3.0",
|
|
6952
6828
|
"cli-cursor": "^3.1.0",
|
|
@@ -6979,24 +6855,24 @@
|
|
|
6979
6855
|
}
|
|
6980
6856
|
},
|
|
6981
6857
|
"node_modules/@oclif/plugin-version": {
|
|
6982
|
-
"version": "2.0.
|
|
6983
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.
|
|
6984
|
-
"integrity": "sha512-
|
|
6858
|
+
"version": "2.0.15",
|
|
6859
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.15.tgz",
|
|
6860
|
+
"integrity": "sha512-wTHLm3jjZwO1k/56+rCwk45wZG23C4QED7t/Iv/NrDSljnKE4s3QJJYp4tr5hN6U6mfBa92U5KIhRbt60tpSSg==",
|
|
6985
6861
|
"license": "MIT",
|
|
6986
6862
|
"dependencies": {
|
|
6987
|
-
"@oclif/core": "^3.
|
|
6863
|
+
"@oclif/core": "^3.26.0"
|
|
6988
6864
|
},
|
|
6989
6865
|
"engines": {
|
|
6990
6866
|
"node": ">=18.0.0"
|
|
6991
6867
|
}
|
|
6992
6868
|
},
|
|
6993
6869
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
6994
|
-
"version": "3.0.
|
|
6995
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
6996
|
-
"integrity": "sha512-
|
|
6870
|
+
"version": "3.0.15",
|
|
6871
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.15.tgz",
|
|
6872
|
+
"integrity": "sha512-JtPTJFjL6izMCe5dDS2ix2PyWAD2DeJ5Atzd2HHRifbPcmOxaUE62FKTnarIwfPHLMF/nN33liwo9InAdirozg==",
|
|
6997
6873
|
"license": "MIT",
|
|
6998
6874
|
"dependencies": {
|
|
6999
|
-
"@oclif/core": "^3.
|
|
6875
|
+
"@oclif/core": "^3.26.0",
|
|
7000
6876
|
"chalk": "^5.3.0",
|
|
7001
6877
|
"debug": "^4.1.0",
|
|
7002
6878
|
"http-call": "^5.2.2",
|
|
@@ -7007,12 +6883,12 @@
|
|
|
7007
6883
|
}
|
|
7008
6884
|
},
|
|
7009
6885
|
"node_modules/@oclif/plugin-which": {
|
|
7010
|
-
"version": "3.1.
|
|
7011
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.
|
|
7012
|
-
"integrity": "sha512-
|
|
6886
|
+
"version": "3.1.6",
|
|
6887
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.6.tgz",
|
|
6888
|
+
"integrity": "sha512-LOhmvVs4WUAr1SEOBI5L0zsgk4adhTmI3p7rlX03atl6vafkubMR1I+SqKsepL5lSp8H4qiIos2BUF/vQ73wWw==",
|
|
7013
6889
|
"license": "MIT",
|
|
7014
6890
|
"dependencies": {
|
|
7015
|
-
"@oclif/core": "^3.
|
|
6891
|
+
"@oclif/core": "^3.26.0"
|
|
7016
6892
|
},
|
|
7017
6893
|
"engines": {
|
|
7018
6894
|
"node": ">=18.0.0"
|
|
@@ -7684,14 +7560,14 @@
|
|
|
7684
7560
|
}
|
|
7685
7561
|
},
|
|
7686
7562
|
"node_modules/@salesforce/plugin-data": {
|
|
7687
|
-
"version": "3.2.
|
|
7688
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.2.
|
|
7689
|
-
"integrity": "sha512-
|
|
7563
|
+
"version": "3.2.2",
|
|
7564
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.2.2.tgz",
|
|
7565
|
+
"integrity": "sha512-QfWS0yETQ8FQ0Y3Quyp3dNBPl8Tu4KdB68IbRS0BuqTWO+ub/nK1QrIDgl/uoJQ85IsaPLgD4FTNS6TCSDe2QQ==",
|
|
7690
7566
|
"license": "BSD-3-Clause",
|
|
7691
7567
|
"dependencies": {
|
|
7692
7568
|
"@jsforce/jsforce-node": "^3.0.0-next.2",
|
|
7693
7569
|
"@oclif/core": "^3.26.0",
|
|
7694
|
-
"@salesforce/core": "^6.7.
|
|
7570
|
+
"@salesforce/core": "^6.7.3",
|
|
7695
7571
|
"@salesforce/kit": "^3.0.15",
|
|
7696
7572
|
"@salesforce/sf-plugins-core": "^8.0.0",
|
|
7697
7573
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -7732,16 +7608,16 @@
|
|
|
7732
7608
|
}
|
|
7733
7609
|
},
|
|
7734
7610
|
"node_modules/@salesforce/plugin-info": {
|
|
7735
|
-
"version": "3.0.
|
|
7736
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
7737
|
-
"integrity": "sha512-
|
|
7611
|
+
"version": "3.0.34",
|
|
7612
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.34.tgz",
|
|
7613
|
+
"integrity": "sha512-eTYP+Vd+Wg/c4mI6ui23cWqXxxLbxQrXWnYRVPedsUSPvtXrOhLDCnOvLuUlnhi9G3fMYYZDVUZnkG0YK4KsIQ==",
|
|
7738
7614
|
"license": "BSD-3-Clause",
|
|
7739
7615
|
"dependencies": {
|
|
7740
7616
|
"@inquirer/input": "^2.1.0",
|
|
7741
7617
|
"@oclif/core": "^3.23.0",
|
|
7742
7618
|
"@salesforce/core": "^6.7.1",
|
|
7743
7619
|
"@salesforce/kit": "^3.0.15",
|
|
7744
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
7620
|
+
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
7745
7621
|
"got": "^13.0.0",
|
|
7746
7622
|
"marked": "^4.3.0",
|
|
7747
7623
|
"marked-terminal": "^4.2.0",
|
|
@@ -7850,13 +7726,13 @@
|
|
|
7850
7726
|
}
|
|
7851
7727
|
},
|
|
7852
7728
|
"node_modules/@salesforce/plugin-limits": {
|
|
7853
|
-
"version": "3.1.
|
|
7854
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.
|
|
7855
|
-
"integrity": "sha512-
|
|
7729
|
+
"version": "3.1.15",
|
|
7730
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.15.tgz",
|
|
7731
|
+
"integrity": "sha512-XVK8XBZ5y3gCXuCPU0h2lYSPfmTKrMXGrkJQaI9/9l37S3Nj8Bn6uOvsQ2rp3GCl1YI8B5hj1mFBbax5hhDywg==",
|
|
7856
7732
|
"license": "BSD-3-Clause",
|
|
7857
7733
|
"dependencies": {
|
|
7858
7734
|
"@oclif/core": "^3.19.2",
|
|
7859
|
-
"@salesforce/core": "^6.
|
|
7735
|
+
"@salesforce/core": "^6.7.3",
|
|
7860
7736
|
"@salesforce/kit": "^3.0.15",
|
|
7861
7737
|
"@salesforce/sf-plugins-core": "^7.1.15"
|
|
7862
7738
|
},
|
|
@@ -7918,16 +7794,16 @@
|
|
|
7918
7794
|
}
|
|
7919
7795
|
},
|
|
7920
7796
|
"node_modules/@salesforce/plugin-org": {
|
|
7921
|
-
"version": "3.5.
|
|
7922
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.5.
|
|
7923
|
-
"integrity": "sha512-
|
|
7797
|
+
"version": "3.5.1",
|
|
7798
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.5.1.tgz",
|
|
7799
|
+
"integrity": "sha512-1+uFTYxtdH7oyfT5z9G9JmpFQcR9PfB73YPOUM61ZOBlqgUXy2JYXtl4V5vQyvXI5QCdVVwN3V3yseIyJLRt1Q==",
|
|
7924
7800
|
"license": "BSD-3-Clause",
|
|
7925
7801
|
"dependencies": {
|
|
7926
7802
|
"@oclif/core": "^3.25.2",
|
|
7927
7803
|
"@salesforce/core": "^6.6.0",
|
|
7928
7804
|
"@salesforce/kit": "^3.0.15",
|
|
7929
7805
|
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
7930
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
7806
|
+
"@salesforce/source-deploy-retrieve": "^10.5.5",
|
|
7931
7807
|
"chalk": "^5.3.0",
|
|
7932
7808
|
"change-case": "^5.4.3",
|
|
7933
7809
|
"is-wsl": "^3.1.0",
|
|
@@ -8272,14 +8148,14 @@
|
|
|
8272
8148
|
}
|
|
8273
8149
|
},
|
|
8274
8150
|
"node_modules/@salesforce/plugin-settings": {
|
|
8275
|
-
"version": "2.0.
|
|
8276
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.
|
|
8277
|
-
"integrity": "sha512-
|
|
8151
|
+
"version": "2.0.33",
|
|
8152
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.33.tgz",
|
|
8153
|
+
"integrity": "sha512-g6lxLPV847+OLMg88Kk1dAt22IIu8KUwWgpaxLaPwzeKu1wBjYVJ5PRXPXVdgGmRsxnlIejsRV/1t9kW8p6ZDw==",
|
|
8278
8154
|
"license": "BSD-3-Clause",
|
|
8279
8155
|
"dependencies": {
|
|
8280
8156
|
"@oclif/core": "^3.20.0",
|
|
8281
8157
|
"@salesforce/core": "^6.7.3",
|
|
8282
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8158
|
+
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
8283
8159
|
"fast-levenshtein": "^3.0.0"
|
|
8284
8160
|
},
|
|
8285
8161
|
"engines": {
|
|
@@ -8305,16 +8181,16 @@
|
|
|
8305
8181
|
}
|
|
8306
8182
|
},
|
|
8307
8183
|
"node_modules/@salesforce/plugin-sobject": {
|
|
8308
|
-
"version": "1.1.
|
|
8309
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.
|
|
8310
|
-
"integrity": "sha512-
|
|
8184
|
+
"version": "1.1.21",
|
|
8185
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.21.tgz",
|
|
8186
|
+
"integrity": "sha512-ILG20sLxuuSzorE+IqHt0ROJRLnZa7f4Vht96JrGBsXjasBaWUyrV/+kIgud2hHkAFLwSf7aVGdW8Ul90fttpw==",
|
|
8311
8187
|
"license": "BSD-3-Clause",
|
|
8312
8188
|
"dependencies": {
|
|
8313
8189
|
"@inquirer/confirm": "^2.0.17",
|
|
8314
8190
|
"@inquirer/input": "^1.2.16",
|
|
8315
8191
|
"@inquirer/select": "^1.3.3",
|
|
8316
8192
|
"@oclif/core": "^3.25.2",
|
|
8317
|
-
"@salesforce/core": "^6.
|
|
8193
|
+
"@salesforce/core": "^6.7.3",
|
|
8318
8194
|
"@salesforce/kit": "^3.0.15",
|
|
8319
8195
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
8320
8196
|
"fast-glob": "^3.3.2",
|
|
@@ -8417,14 +8293,14 @@
|
|
|
8417
8293
|
}
|
|
8418
8294
|
},
|
|
8419
8295
|
"node_modules/@salesforce/plugin-templates": {
|
|
8420
|
-
"version": "56.0.
|
|
8421
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.
|
|
8422
|
-
"integrity": "sha512-
|
|
8296
|
+
"version": "56.0.25",
|
|
8297
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.25.tgz",
|
|
8298
|
+
"integrity": "sha512-LvTO6+TMtOtmGxTpKZ7rUwJhH6frHXXmzAaggs3ZALv2thL5CsBl/tfrZO48wR6nOE+NWZpLMvWjzjwelzxw8w==",
|
|
8423
8299
|
"license": "BSD-3-Clause",
|
|
8424
8300
|
"dependencies": {
|
|
8425
8301
|
"@oclif/core": "^3.25.2",
|
|
8426
8302
|
"@salesforce/core": "^6.7.1",
|
|
8427
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8303
|
+
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
8428
8304
|
"@salesforce/templates": "^59.0.4",
|
|
8429
8305
|
"yeoman-environment": "^3",
|
|
8430
8306
|
"yeoman-generator": "^5"
|
|
@@ -8452,12 +8328,12 @@
|
|
|
8452
8328
|
}
|
|
8453
8329
|
},
|
|
8454
8330
|
"node_modules/@salesforce/plugin-trust": {
|
|
8455
|
-
"version": "3.3.
|
|
8456
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.
|
|
8457
|
-
"integrity": "sha512-
|
|
8331
|
+
"version": "3.3.18",
|
|
8332
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.18.tgz",
|
|
8333
|
+
"integrity": "sha512-H97rxWGaDGK0ABJTYSB3gN7BVYAdPlmU0tpbwwPUTJ3pHaD/4vqhc9+zdLCpDrfq4FvlgCddRIaSBpRwbzIISA==",
|
|
8458
8334
|
"license": "BSD-3-Clause",
|
|
8459
8335
|
"dependencies": {
|
|
8460
|
-
"@oclif/core": "^3.
|
|
8336
|
+
"@oclif/core": "^3.26.0",
|
|
8461
8337
|
"@salesforce/core": "^6.5.5",
|
|
8462
8338
|
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
8463
8339
|
"got": "^13.0.0",
|
|
@@ -8558,12 +8434,12 @@
|
|
|
8558
8434
|
}
|
|
8559
8435
|
},
|
|
8560
8436
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
8561
|
-
"version": "10.5.
|
|
8562
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.
|
|
8563
|
-
"integrity": "sha512-
|
|
8437
|
+
"version": "10.5.6",
|
|
8438
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.6.tgz",
|
|
8439
|
+
"integrity": "sha512-GdILZFHjd9ouxjkapOnik8y2BZhSr8hw+QtWOPy1pzQgYYduYs77QAB6dTkp6GjCnXBHfsUK9DVN4u4ItCcTSQ==",
|
|
8564
8440
|
"license": "BSD-3-Clause",
|
|
8565
8441
|
"dependencies": {
|
|
8566
|
-
"@salesforce/core": "^6.7.
|
|
8442
|
+
"@salesforce/core": "^6.7.3",
|
|
8567
8443
|
"@salesforce/kit": "^3.0.15",
|
|
8568
8444
|
"@salesforce/ts-types": "^2.0.9",
|
|
8569
8445
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -15856,7 +15732,6 @@
|
|
|
15856
15732
|
"version": "7.0.1",
|
|
15857
15733
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz",
|
|
15858
15734
|
"integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==",
|
|
15859
|
-
"extraneous": true,
|
|
15860
15735
|
"license": "ISC",
|
|
15861
15736
|
"dependencies": {
|
|
15862
15737
|
"lru-cache": "^10.0.1"
|
|
@@ -15869,7 +15744,6 @@
|
|
|
15869
15744
|
"version": "10.2.0",
|
|
15870
15745
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
15871
15746
|
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
15872
|
-
"extraneous": true,
|
|
15873
15747
|
"license": "ISC",
|
|
15874
15748
|
"engines": {
|
|
15875
15749
|
"node": "14 || >=16.14"
|
|
@@ -19797,7 +19671,6 @@
|
|
|
19797
19671
|
"version": "11.0.1",
|
|
19798
19672
|
"resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz",
|
|
19799
19673
|
"integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==",
|
|
19800
|
-
"extraneous": true,
|
|
19801
19674
|
"license": "ISC",
|
|
19802
19675
|
"dependencies": {
|
|
19803
19676
|
"hosted-git-info": "^7.0.0",
|
|
@@ -26941,9 +26814,9 @@
|
|
|
26941
26814
|
}
|
|
26942
26815
|
},
|
|
26943
26816
|
"node_modules/typescript": {
|
|
26944
|
-
"version": "5.4.
|
|
26945
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
26946
|
-
"integrity": "sha512
|
|
26817
|
+
"version": "5.4.3",
|
|
26818
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
|
|
26819
|
+
"integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
|
|
26947
26820
|
"dev": true,
|
|
26948
26821
|
"license": "Apache-2.0",
|
|
26949
26822
|
"bin": {
|
|
@@ -27658,20 +27531,6 @@
|
|
|
27658
27531
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
27659
27532
|
}
|
|
27660
27533
|
},
|
|
27661
|
-
"node_modules/yarn": {
|
|
27662
|
-
"version": "1.22.21",
|
|
27663
|
-
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.21.tgz",
|
|
27664
|
-
"integrity": "sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg==",
|
|
27665
|
-
"hasInstallScript": true,
|
|
27666
|
-
"license": "BSD-2-Clause",
|
|
27667
|
-
"bin": {
|
|
27668
|
-
"yarn": "bin/yarn.js",
|
|
27669
|
-
"yarnpkg": "bin/yarn.js"
|
|
27670
|
-
},
|
|
27671
|
-
"engines": {
|
|
27672
|
-
"node": ">=4.0.0"
|
|
27673
|
-
}
|
|
27674
|
-
},
|
|
27675
27534
|
"node_modules/yarn-deduplicate": {
|
|
27676
27535
|
"version": "3.1.0",
|
|
27677
27536
|
"resolved": "https://registry.npmjs.org/yarn-deduplicate/-/yarn-deduplicate-3.1.0.tgz",
|