@salesforce/cli 2.35.3 → 2.35.4
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 +72 -72
- package/npm-shrinkwrap.json +349 -499
- 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.4",
|
|
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.4",
|
|
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": "4.3.
|
|
19
|
+
"@oclif/plugin-plugins": "4.3.9",
|
|
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,15 +3696,15 @@
|
|
|
3696
3696
|
}
|
|
3697
3697
|
},
|
|
3698
3698
|
"node_modules/@oclif/plugin-plugins": {
|
|
3699
|
-
"version": "4.3.
|
|
3700
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.
|
|
3701
|
-
"integrity": "sha512-
|
|
3699
|
+
"version": "4.3.9",
|
|
3700
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.9.tgz",
|
|
3701
|
+
"integrity": "sha512-UEZDj5B+goDKivraSyIY0CrDYhH1QYbmyqYs0AjSVaytrBcf5wSxLjg20rOT/R+Ou0glYXbtvY7sN4YFd/7SSw==",
|
|
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.
|
|
3707
|
+
"npm": "10.5.0",
|
|
3708
3708
|
"npm-run-path": "^4.0.1",
|
|
3709
3709
|
"semver": "^7.6.0",
|
|
3710
3710
|
"shelljs": "^0.8.5",
|
|
@@ -3755,9 +3755,9 @@
|
|
|
3755
3755
|
}
|
|
3756
3756
|
},
|
|
3757
3757
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
3758
|
-
"version": "10.
|
|
3759
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.
|
|
3760
|
-
"integrity": "sha512-
|
|
3758
|
+
"version": "10.5.0",
|
|
3759
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.5.0.tgz",
|
|
3760
|
+
"integrity": "sha512-Ejxwvfh9YnWVU2yA5FzoYLTW52vxHCz+MHrOFg9Cc8IFgF/6f5AGPAvb5WTay5DIUP1NIfN3VBZ0cLlGO0Ys+A==",
|
|
3761
3761
|
"bundleDependencies": [
|
|
3762
3762
|
"@isaacs/string-locale-compare",
|
|
3763
3763
|
"@npmcli/arborist",
|
|
@@ -3821,7 +3821,6 @@
|
|
|
3821
3821
|
"semver",
|
|
3822
3822
|
"spdx-expression-parse",
|
|
3823
3823
|
"ssri",
|
|
3824
|
-
"strip-ansi",
|
|
3825
3824
|
"supports-color",
|
|
3826
3825
|
"tar",
|
|
3827
3826
|
"text-table",
|
|
@@ -3846,12 +3845,12 @@
|
|
|
3846
3845
|
"@npmcli/fs": "^3.1.0",
|
|
3847
3846
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
3848
3847
|
"@npmcli/package-json": "^5.0.0",
|
|
3849
|
-
"@npmcli/promise-spawn": "^7.0.
|
|
3850
|
-
"@npmcli/run-script": "^7.0.
|
|
3851
|
-
"@sigstore/tuf": "^2.
|
|
3848
|
+
"@npmcli/promise-spawn": "^7.0.1",
|
|
3849
|
+
"@npmcli/run-script": "^7.0.4",
|
|
3850
|
+
"@sigstore/tuf": "^2.3.1",
|
|
3852
3851
|
"abbrev": "^2.0.0",
|
|
3853
3852
|
"archy": "~1.0.0",
|
|
3854
|
-
"cacache": "^18.0.
|
|
3853
|
+
"cacache": "^18.0.2",
|
|
3855
3854
|
"chalk": "^5.3.0",
|
|
3856
3855
|
"ci-info": "^4.0.0",
|
|
3857
3856
|
"cli-columns": "^4.0.0",
|
|
@@ -3865,7 +3864,7 @@
|
|
|
3865
3864
|
"ini": "^4.1.1",
|
|
3866
3865
|
"init-package-json": "^6.0.0",
|
|
3867
3866
|
"is-cidr": "^5.0.3",
|
|
3868
|
-
"json-parse-even-better-errors": "^3.0.
|
|
3867
|
+
"json-parse-even-better-errors": "^3.0.1",
|
|
3869
3868
|
"libnpmaccess": "^8.0.1",
|
|
3870
3869
|
"libnpmdiff": "^6.0.3",
|
|
3871
3870
|
"libnpmexec": "^7.0.4",
|
|
@@ -3894,15 +3893,14 @@
|
|
|
3894
3893
|
"npm-user-validate": "^2.0.0",
|
|
3895
3894
|
"npmlog": "^7.0.1",
|
|
3896
3895
|
"p-map": "^4.0.0",
|
|
3897
|
-
"pacote": "^17.0.
|
|
3896
|
+
"pacote": "^17.0.6",
|
|
3898
3897
|
"parse-conflict-json": "^3.0.1",
|
|
3899
3898
|
"proc-log": "^3.0.0",
|
|
3900
3899
|
"qrcode-terminal": "^0.12.0",
|
|
3901
3900
|
"read": "^2.1.0",
|
|
3902
|
-
"semver": "^7.
|
|
3901
|
+
"semver": "^7.6.0",
|
|
3903
3902
|
"spdx-expression-parse": "^3.0.1",
|
|
3904
3903
|
"ssri": "^10.0.5",
|
|
3905
|
-
"strip-ansi": "^7.1.0",
|
|
3906
3904
|
"supports-color": "^9.4.0",
|
|
3907
3905
|
"tar": "^6.2.0",
|
|
3908
3906
|
"text-table": "~0.2.0",
|
|
@@ -3949,6 +3947,19 @@
|
|
|
3949
3947
|
"node": ">=12"
|
|
3950
3948
|
}
|
|
3951
3949
|
},
|
|
3950
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
3951
|
+
"version": "6.0.1",
|
|
3952
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
3953
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
3954
|
+
"inBundle": true,
|
|
3955
|
+
"license": "MIT",
|
|
3956
|
+
"engines": {
|
|
3957
|
+
"node": ">=12"
|
|
3958
|
+
},
|
|
3959
|
+
"funding": {
|
|
3960
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3961
|
+
}
|
|
3962
|
+
},
|
|
3952
3963
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
3953
3964
|
"version": "9.2.2",
|
|
3954
3965
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -3974,6 +3985,22 @@
|
|
|
3974
3985
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3975
3986
|
}
|
|
3976
3987
|
},
|
|
3988
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
3989
|
+
"version": "7.1.0",
|
|
3990
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
3991
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
3992
|
+
"inBundle": true,
|
|
3993
|
+
"license": "MIT",
|
|
3994
|
+
"dependencies": {
|
|
3995
|
+
"ansi-regex": "^6.0.1"
|
|
3996
|
+
},
|
|
3997
|
+
"engines": {
|
|
3998
|
+
"node": ">=12"
|
|
3999
|
+
},
|
|
4000
|
+
"funding": {
|
|
4001
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4002
|
+
}
|
|
4003
|
+
},
|
|
3977
4004
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
3978
4005
|
"version": "1.1.0",
|
|
3979
4006
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
@@ -3982,7 +4009,9 @@
|
|
|
3982
4009
|
"license": "ISC"
|
|
3983
4010
|
},
|
|
3984
4011
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/agent": {
|
|
3985
|
-
"version": "2.2.
|
|
4012
|
+
"version": "2.2.1",
|
|
4013
|
+
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz",
|
|
4014
|
+
"integrity": "sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ==",
|
|
3986
4015
|
"inBundle": true,
|
|
3987
4016
|
"license": "ISC",
|
|
3988
4017
|
"dependencies": {
|
|
@@ -3997,7 +4026,9 @@
|
|
|
3997
4026
|
}
|
|
3998
4027
|
},
|
|
3999
4028
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4000
|
-
"version": "7.
|
|
4029
|
+
"version": "7.4.0",
|
|
4030
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.4.0.tgz",
|
|
4031
|
+
"integrity": "sha512-VFsUaTrV8NR+0E2I+xhp6pPC5eAbMmSMSMZbS57aogLc6du6HWBPATFOaiNWwp1QTFVeP4aLhYixQM9hHfaAsA==",
|
|
4001
4032
|
"inBundle": true,
|
|
4002
4033
|
"license": "ISC",
|
|
4003
4034
|
"dependencies": {
|
|
@@ -4009,7 +4040,7 @@
|
|
|
4009
4040
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
4010
4041
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4011
4042
|
"@npmcli/package-json": "^5.0.0",
|
|
4012
|
-
"@npmcli/query": "^3.0
|
|
4043
|
+
"@npmcli/query": "^3.1.0",
|
|
4013
4044
|
"@npmcli/run-script": "^7.0.2",
|
|
4014
4045
|
"bin-links": "^4.0.1",
|
|
4015
4046
|
"cacache": "^18.0.0",
|
|
@@ -4028,7 +4059,7 @@
|
|
|
4028
4059
|
"parse-conflict-json": "^3.0.0",
|
|
4029
4060
|
"proc-log": "^3.0.0",
|
|
4030
4061
|
"promise-all-reject-late": "^1.0.0",
|
|
4031
|
-
"promise-call-limit": "^
|
|
4062
|
+
"promise-call-limit": "^3.0.1",
|
|
4032
4063
|
"read-package-json-fast": "^3.0.2",
|
|
4033
4064
|
"semver": "^7.3.7",
|
|
4034
4065
|
"ssri": "^10.0.5",
|
|
@@ -4043,7 +4074,9 @@
|
|
|
4043
4074
|
}
|
|
4044
4075
|
},
|
|
4045
4076
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4046
|
-
"version": "8.0
|
|
4077
|
+
"version": "8.2.0",
|
|
4078
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.0.tgz",
|
|
4079
|
+
"integrity": "sha512-YoEYZFg0hRSRP/Chmq+J4FvULFvji6SORUYWQc10FiJ+ReAnViXcDCENg6kM6dID04bAoKNUygrby798+gYBbQ==",
|
|
4047
4080
|
"inBundle": true,
|
|
4048
4081
|
"license": "ISC",
|
|
4049
4082
|
"dependencies": {
|
|
@@ -4103,7 +4136,9 @@
|
|
|
4103
4136
|
}
|
|
4104
4137
|
},
|
|
4105
4138
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4106
|
-
"version": "5.0.
|
|
4139
|
+
"version": "5.0.4",
|
|
4140
|
+
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz",
|
|
4141
|
+
"integrity": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==",
|
|
4107
4142
|
"inBundle": true,
|
|
4108
4143
|
"license": "ISC",
|
|
4109
4144
|
"dependencies": {
|
|
@@ -4209,7 +4244,9 @@
|
|
|
4209
4244
|
}
|
|
4210
4245
|
},
|
|
4211
4246
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
4212
|
-
"version": "7.0.
|
|
4247
|
+
"version": "7.0.1",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
|
|
4249
|
+
"integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
|
|
4213
4250
|
"inBundle": true,
|
|
4214
4251
|
"license": "ISC",
|
|
4215
4252
|
"dependencies": {
|
|
@@ -4220,7 +4257,9 @@
|
|
|
4220
4257
|
}
|
|
4221
4258
|
},
|
|
4222
4259
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/query": {
|
|
4223
|
-
"version": "3.0
|
|
4260
|
+
"version": "3.1.0",
|
|
4261
|
+
"resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
|
|
4262
|
+
"integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
|
|
4224
4263
|
"inBundle": true,
|
|
4225
4264
|
"license": "ISC",
|
|
4226
4265
|
"dependencies": {
|
|
@@ -4231,14 +4270,16 @@
|
|
|
4231
4270
|
}
|
|
4232
4271
|
},
|
|
4233
4272
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4234
|
-
"version": "7.0.
|
|
4273
|
+
"version": "7.0.4",
|
|
4274
|
+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
4275
|
+
"integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
|
|
4235
4276
|
"inBundle": true,
|
|
4236
4277
|
"license": "ISC",
|
|
4237
4278
|
"dependencies": {
|
|
4238
4279
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4280
|
+
"@npmcli/package-json": "^5.0.0",
|
|
4239
4281
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
4240
4282
|
"node-gyp": "^10.0.0",
|
|
4241
|
-
"read-package-json-fast": "^3.0.0",
|
|
4242
4283
|
"which": "^4.0.0"
|
|
4243
4284
|
},
|
|
4244
4285
|
"engines": {
|
|
@@ -4257,18 +4298,32 @@
|
|
|
4257
4298
|
}
|
|
4258
4299
|
},
|
|
4259
4300
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
|
|
4260
|
-
"version": "2.
|
|
4301
|
+
"version": "2.2.0",
|
|
4302
|
+
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz",
|
|
4303
|
+
"integrity": "sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ==",
|
|
4261
4304
|
"inBundle": true,
|
|
4262
4305
|
"license": "Apache-2.0",
|
|
4263
4306
|
"dependencies": {
|
|
4264
|
-
"@sigstore/protobuf-specs": "^0.
|
|
4307
|
+
"@sigstore/protobuf-specs": "^0.3.0"
|
|
4265
4308
|
},
|
|
4266
4309
|
"engines": {
|
|
4267
4310
|
"node": "^16.14.0 || >=18.0.0"
|
|
4268
4311
|
}
|
|
4269
4312
|
},
|
|
4313
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
|
|
4314
|
+
"version": "1.0.0",
|
|
4315
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.0.0.tgz",
|
|
4316
|
+
"integrity": "sha512-dW2qjbWLRKGu6MIDUTBuJwXCnR8zivcSpf5inUzk7y84zqy/dji0/uahppoIgMoKeR+6pUZucrwHfkQQtiG9Rw==",
|
|
4317
|
+
"inBundle": true,
|
|
4318
|
+
"license": "Apache-2.0",
|
|
4319
|
+
"engines": {
|
|
4320
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4321
|
+
}
|
|
4322
|
+
},
|
|
4270
4323
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4271
|
-
"version": "0.
|
|
4324
|
+
"version": "0.3.0",
|
|
4325
|
+
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
|
|
4326
|
+
"integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
|
|
4272
4327
|
"inBundle": true,
|
|
4273
4328
|
"license": "Apache-2.0",
|
|
4274
4329
|
"engines": {
|
|
@@ -4276,12 +4331,15 @@
|
|
|
4276
4331
|
}
|
|
4277
4332
|
},
|
|
4278
4333
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
|
|
4279
|
-
"version": "2.2.
|
|
4334
|
+
"version": "2.2.3",
|
|
4335
|
+
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz",
|
|
4336
|
+
"integrity": "sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw==",
|
|
4280
4337
|
"inBundle": true,
|
|
4281
4338
|
"license": "Apache-2.0",
|
|
4282
4339
|
"dependencies": {
|
|
4283
|
-
"@sigstore/bundle": "^2.
|
|
4284
|
-
"@sigstore/
|
|
4340
|
+
"@sigstore/bundle": "^2.2.0",
|
|
4341
|
+
"@sigstore/core": "^1.0.0",
|
|
4342
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4285
4343
|
"make-fetch-happen": "^13.0.0"
|
|
4286
4344
|
},
|
|
4287
4345
|
"engines": {
|
|
@@ -4289,12 +4347,29 @@
|
|
|
4289
4347
|
}
|
|
4290
4348
|
},
|
|
4291
4349
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4292
|
-
"version": "2.
|
|
4350
|
+
"version": "2.3.1",
|
|
4351
|
+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.1.tgz",
|
|
4352
|
+
"integrity": "sha512-9Iv40z652td/QbV0o5n/x25H9w6IYRt2pIGbTX55yFDYlApDQn/6YZomjz6+KBx69rXHLzHcbtTS586mDdFD+Q==",
|
|
4293
4353
|
"inBundle": true,
|
|
4294
4354
|
"license": "Apache-2.0",
|
|
4295
4355
|
"dependencies": {
|
|
4296
|
-
"@sigstore/protobuf-specs": "^0.
|
|
4297
|
-
"tuf-js": "^2.
|
|
4356
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
4357
|
+
"tuf-js": "^2.2.0"
|
|
4358
|
+
},
|
|
4359
|
+
"engines": {
|
|
4360
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4361
|
+
}
|
|
4362
|
+
},
|
|
4363
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
|
|
4364
|
+
"version": "1.1.0",
|
|
4365
|
+
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.0.tgz",
|
|
4366
|
+
"integrity": "sha512-1fTqnqyTBWvV7cftUUFtDcHPdSox0N3Ub7C0lRyReYx4zZUlNTZjCV+HPy4Lre+r45dV7Qx5JLKvqqsgxuyYfg==",
|
|
4367
|
+
"inBundle": true,
|
|
4368
|
+
"license": "Apache-2.0",
|
|
4369
|
+
"dependencies": {
|
|
4370
|
+
"@sigstore/bundle": "^2.2.0",
|
|
4371
|
+
"@sigstore/core": "^1.0.0",
|
|
4372
|
+
"@sigstore/protobuf-specs": "^0.3.0"
|
|
4298
4373
|
},
|
|
4299
4374
|
"engines": {
|
|
4300
4375
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -4334,19 +4409,6 @@
|
|
|
4334
4409
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4335
4410
|
}
|
|
4336
4411
|
},
|
|
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
4412
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4351
4413
|
"version": "7.1.0",
|
|
4352
4414
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
@@ -4375,16 +4437,13 @@
|
|
|
4375
4437
|
}
|
|
4376
4438
|
},
|
|
4377
4439
|
"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-
|
|
4440
|
+
"version": "5.0.1",
|
|
4441
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4442
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4381
4443
|
"inBundle": true,
|
|
4382
4444
|
"license": "MIT",
|
|
4383
4445
|
"engines": {
|
|
4384
|
-
"node": ">=
|
|
4385
|
-
},
|
|
4386
|
-
"funding": {
|
|
4387
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4446
|
+
"node": ">=8"
|
|
4388
4447
|
}
|
|
4389
4448
|
},
|
|
4390
4449
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
|
|
@@ -4415,13 +4474,11 @@
|
|
|
4415
4474
|
"license": "MIT"
|
|
4416
4475
|
},
|
|
4417
4476
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
|
|
4418
|
-
"version": "4.0.
|
|
4477
|
+
"version": "4.0.2",
|
|
4478
|
+
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
|
|
4479
|
+
"integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
|
|
4419
4480
|
"inBundle": true,
|
|
4420
4481
|
"license": "ISC",
|
|
4421
|
-
"dependencies": {
|
|
4422
|
-
"delegates": "^1.0.0",
|
|
4423
|
-
"readable-stream": "^4.1.0"
|
|
4424
|
-
},
|
|
4425
4482
|
"engines": {
|
|
4426
4483
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4427
4484
|
}
|
|
@@ -4433,27 +4490,6 @@
|
|
|
4433
4490
|
"inBundle": true,
|
|
4434
4491
|
"license": "MIT"
|
|
4435
4492
|
},
|
|
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
4493
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
4458
4494
|
"version": "4.0.3",
|
|
4459
4495
|
"resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
|
|
@@ -4490,31 +4526,6 @@
|
|
|
4490
4526
|
"balanced-match": "^1.0.0"
|
|
4491
4527
|
}
|
|
4492
4528
|
},
|
|
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
4529
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
|
|
4519
4530
|
"version": "5.0.1",
|
|
4520
4531
|
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
|
|
@@ -4526,7 +4537,9 @@
|
|
|
4526
4537
|
}
|
|
4527
4538
|
},
|
|
4528
4539
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
4529
|
-
"version": "18.0.
|
|
4540
|
+
"version": "18.0.2",
|
|
4541
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
|
|
4542
|
+
"integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
|
|
4530
4543
|
"inBundle": true,
|
|
4531
4544
|
"license": "ISC",
|
|
4532
4545
|
"dependencies": {
|
|
@@ -4535,7 +4548,7 @@
|
|
|
4535
4548
|
"glob": "^10.2.2",
|
|
4536
4549
|
"lru-cache": "^10.0.1",
|
|
4537
4550
|
"minipass": "^7.0.3",
|
|
4538
|
-
"minipass-collect": "^
|
|
4551
|
+
"minipass-collect": "^2.0.1",
|
|
4539
4552
|
"minipass-flush": "^1.0.5",
|
|
4540
4553
|
"minipass-pipeline": "^1.2.4",
|
|
4541
4554
|
"p-map": "^4.0.0",
|
|
@@ -4623,29 +4636,6 @@
|
|
|
4623
4636
|
"node": ">= 10"
|
|
4624
4637
|
}
|
|
4625
4638
|
},
|
|
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
4639
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
4650
4640
|
"version": "0.6.3",
|
|
4651
4641
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
|
|
@@ -4726,29 +4716,6 @@
|
|
|
4726
4716
|
"node": ">=8.0.0"
|
|
4727
4717
|
}
|
|
4728
4718
|
},
|
|
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
4719
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
|
|
4753
4720
|
"version": "1.0.1",
|
|
4754
4721
|
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
|
@@ -4845,15 +4812,10 @@
|
|
|
4845
4812
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4846
4813
|
}
|
|
4847
4814
|
},
|
|
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
4815
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
4856
|
-
"version": "5.
|
|
4816
|
+
"version": "5.2.0",
|
|
4817
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
4818
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
4857
4819
|
"inBundle": true,
|
|
4858
4820
|
"license": "BSD-3-Clause",
|
|
4859
4821
|
"engines": {
|
|
@@ -4902,26 +4864,6 @@
|
|
|
4902
4864
|
"inBundle": true,
|
|
4903
4865
|
"license": "MIT"
|
|
4904
4866
|
},
|
|
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
4867
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
|
|
4926
4868
|
"version": "3.1.1",
|
|
4927
4869
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -4999,29 +4941,6 @@
|
|
|
4999
4941
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5000
4942
|
}
|
|
5001
4943
|
},
|
|
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
4944
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5026
4945
|
"version": "10.3.10",
|
|
5027
4946
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
@@ -5060,7 +4979,9 @@
|
|
|
5060
4979
|
"license": "ISC"
|
|
5061
4980
|
},
|
|
5062
4981
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/hasown": {
|
|
5063
|
-
"version": "2.0.
|
|
4982
|
+
"version": "2.0.1",
|
|
4983
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
|
|
4984
|
+
"integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
|
|
5064
4985
|
"inBundle": true,
|
|
5065
4986
|
"license": "MIT",
|
|
5066
4987
|
"dependencies": {
|
|
@@ -5091,7 +5012,9 @@
|
|
|
5091
5012
|
"license": "BSD-2-Clause"
|
|
5092
5013
|
},
|
|
5093
5014
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/http-proxy-agent": {
|
|
5094
|
-
"version": "7.0.
|
|
5015
|
+
"version": "7.0.2",
|
|
5016
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
5017
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
5095
5018
|
"inBundle": true,
|
|
5096
5019
|
"license": "MIT",
|
|
5097
5020
|
"dependencies": {
|
|
@@ -5103,7 +5026,9 @@
|
|
|
5103
5026
|
}
|
|
5104
5027
|
},
|
|
5105
5028
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/https-proxy-agent": {
|
|
5106
|
-
"version": "7.0.
|
|
5029
|
+
"version": "7.0.4",
|
|
5030
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
5031
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
5107
5032
|
"inBundle": true,
|
|
5108
5033
|
"license": "MIT",
|
|
5109
5034
|
"dependencies": {
|
|
@@ -5128,29 +5053,10 @@
|
|
|
5128
5053
|
"node": ">=0.10.0"
|
|
5129
5054
|
}
|
|
5130
5055
|
},
|
|
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
5056
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5153
|
-
"version": "6.0.
|
|
5057
|
+
"version": "6.0.4",
|
|
5058
|
+
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
|
|
5059
|
+
"integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
|
|
5154
5060
|
"inBundle": true,
|
|
5155
5061
|
"license": "ISC",
|
|
5156
5062
|
"dependencies": {
|
|
@@ -5209,10 +5115,26 @@
|
|
|
5209
5115
|
"node": "^16.14.0 || >=18.0.0"
|
|
5210
5116
|
}
|
|
5211
5117
|
},
|
|
5212
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip": {
|
|
5213
|
-
"version": "
|
|
5118
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address": {
|
|
5119
|
+
"version": "9.0.5",
|
|
5120
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
|
|
5121
|
+
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
|
|
5214
5122
|
"inBundle": true,
|
|
5215
|
-
"license": "MIT"
|
|
5123
|
+
"license": "MIT",
|
|
5124
|
+
"dependencies": {
|
|
5125
|
+
"jsbn": "1.1.0",
|
|
5126
|
+
"sprintf-js": "^1.1.3"
|
|
5127
|
+
},
|
|
5128
|
+
"engines": {
|
|
5129
|
+
"node": ">= 12"
|
|
5130
|
+
}
|
|
5131
|
+
},
|
|
5132
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
|
|
5133
|
+
"version": "1.1.3",
|
|
5134
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
5135
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
5136
|
+
"inBundle": true,
|
|
5137
|
+
"license": "BSD-3-Clause"
|
|
5216
5138
|
},
|
|
5217
5139
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-regex": {
|
|
5218
5140
|
"version": "5.0.0",
|
|
@@ -5296,8 +5218,17 @@
|
|
|
5296
5218
|
"@pkgjs/parseargs": "^0.11.0"
|
|
5297
5219
|
}
|
|
5298
5220
|
},
|
|
5221
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jsbn": {
|
|
5222
|
+
"version": "1.1.0",
|
|
5223
|
+
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
|
|
5224
|
+
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
|
5225
|
+
"inBundle": true,
|
|
5226
|
+
"license": "MIT"
|
|
5227
|
+
},
|
|
5299
5228
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
5300
|
-
"version": "3.0.
|
|
5229
|
+
"version": "3.0.1",
|
|
5230
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
5231
|
+
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
5301
5232
|
"inBundle": true,
|
|
5302
5233
|
"license": "MIT",
|
|
5303
5234
|
"engines": {
|
|
@@ -5339,7 +5270,9 @@
|
|
|
5339
5270
|
"license": "MIT"
|
|
5340
5271
|
},
|
|
5341
5272
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5342
|
-
"version": "8.0.
|
|
5273
|
+
"version": "8.0.2",
|
|
5274
|
+
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.2.tgz",
|
|
5275
|
+
"integrity": "sha512-4K+nsg3OYt4rjryP/3D5zGWluLbZaKozwj6YdtvAyxNhLhUrjCoyxHVoL5AkTJcAnjsd6/ATei52QPVvpSX9Ug==",
|
|
5343
5276
|
"inBundle": true,
|
|
5344
5277
|
"license": "ISC",
|
|
5345
5278
|
"dependencies": {
|
|
@@ -5351,7 +5284,9 @@
|
|
|
5351
5284
|
}
|
|
5352
5285
|
},
|
|
5353
5286
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5354
|
-
"version": "6.0.
|
|
5287
|
+
"version": "6.0.7",
|
|
5288
|
+
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.7.tgz",
|
|
5289
|
+
"integrity": "sha512-Erca7NHh+MGk4O14mM4yv9S1S+Wc5TgFg6yr8r/g5ykn34dZdAP/GkzhQNJiOpzfD8j1HBhbTpkbGJHVDdgG5Q==",
|
|
5355
5290
|
"inBundle": true,
|
|
5356
5291
|
"license": "ISC",
|
|
5357
5292
|
"dependencies": {
|
|
@@ -5370,7 +5305,9 @@
|
|
|
5370
5305
|
}
|
|
5371
5306
|
},
|
|
5372
5307
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5373
|
-
"version": "7.0.
|
|
5308
|
+
"version": "7.0.8",
|
|
5309
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.8.tgz",
|
|
5310
|
+
"integrity": "sha512-xDzWoYpV1Ok0TIdrY4wuWGxriEv/O3/d8QG924yErBE0sMkkzKsin2dAmlEBsSlR7YRilObs8q+5uNtxKNQHAQ==",
|
|
5374
5311
|
"inBundle": true,
|
|
5375
5312
|
"license": "ISC",
|
|
5376
5313
|
"dependencies": {
|
|
@@ -5391,7 +5328,9 @@
|
|
|
5391
5328
|
}
|
|
5392
5329
|
},
|
|
5393
5330
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5394
|
-
"version": "5.0.
|
|
5331
|
+
"version": "5.0.5",
|
|
5332
|
+
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.5.tgz",
|
|
5333
|
+
"integrity": "sha512-BUu2l9Kn4u6nce1Ay8a1uRN1fyU7lbVmtsMYxWcFpcbF+ZPN7qIiPksfcnY9/NDKIRGJYwwv0IXgQQStHDx6Tg==",
|
|
5395
5334
|
"inBundle": true,
|
|
5396
5335
|
"license": "ISC",
|
|
5397
5336
|
"dependencies": {
|
|
@@ -5402,7 +5341,9 @@
|
|
|
5402
5341
|
}
|
|
5403
5342
|
},
|
|
5404
5343
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5405
|
-
"version": "10.0.
|
|
5344
|
+
"version": "10.0.1",
|
|
5345
|
+
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.1.tgz",
|
|
5346
|
+
"integrity": "sha512-FnXCweDpoAko6mnLPSW8qrRYicjfh+GrvY5PuYHQRPvaW4BFtHDUmK3K3aYx4yD3TeGAKpj4IigrEDfUfWuSkA==",
|
|
5406
5347
|
"inBundle": true,
|
|
5407
5348
|
"license": "ISC",
|
|
5408
5349
|
"dependencies": {
|
|
@@ -5414,7 +5355,9 @@
|
|
|
5414
5355
|
}
|
|
5415
5356
|
},
|
|
5416
5357
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5417
|
-
"version": "6.0.
|
|
5358
|
+
"version": "6.0.2",
|
|
5359
|
+
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.2.tgz",
|
|
5360
|
+
"integrity": "sha512-zK4r6cjVsfXf7hWzWGB6R0LBJidVhKaeMWMZL/1eyZS6ixxAxVijfsPacoEnBRCFaXsNjAtwV3b2RCmYU6+usA==",
|
|
5418
5361
|
"inBundle": true,
|
|
5419
5362
|
"license": "ISC",
|
|
5420
5363
|
"dependencies": {
|
|
@@ -5426,7 +5369,9 @@
|
|
|
5426
5369
|
}
|
|
5427
5370
|
},
|
|
5428
5371
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5429
|
-
"version": "6.0.
|
|
5372
|
+
"version": "6.0.7",
|
|
5373
|
+
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.7.tgz",
|
|
5374
|
+
"integrity": "sha512-aVX5ZLiYAioShh5wzoBOGs25GvPskry7SxCpx76gMCjOrd/wKcNtbTOMqStvizd3c+vzq5a1b7FMP09XAtgRFg==",
|
|
5430
5375
|
"inBundle": true,
|
|
5431
5376
|
"license": "ISC",
|
|
5432
5377
|
"dependencies": {
|
|
@@ -5440,7 +5385,9 @@
|
|
|
5440
5385
|
}
|
|
5441
5386
|
},
|
|
5442
5387
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5443
|
-
"version": "9.0.
|
|
5388
|
+
"version": "9.0.4",
|
|
5389
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
|
|
5390
|
+
"integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
|
|
5444
5391
|
"inBundle": true,
|
|
5445
5392
|
"license": "ISC",
|
|
5446
5393
|
"dependencies": {
|
|
@@ -5450,7 +5397,7 @@
|
|
|
5450
5397
|
"npm-registry-fetch": "^16.0.0",
|
|
5451
5398
|
"proc-log": "^3.0.0",
|
|
5452
5399
|
"semver": "^7.3.7",
|
|
5453
|
-
"sigstore": "^2.
|
|
5400
|
+
"sigstore": "^2.2.0",
|
|
5454
5401
|
"ssri": "^10.0.5"
|
|
5455
5402
|
},
|
|
5456
5403
|
"engines": {
|
|
@@ -5458,7 +5405,9 @@
|
|
|
5458
5405
|
}
|
|
5459
5406
|
},
|
|
5460
5407
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5461
|
-
"version": "7.0.
|
|
5408
|
+
"version": "7.0.1",
|
|
5409
|
+
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.1.tgz",
|
|
5410
|
+
"integrity": "sha512-XyKi6Y94t6PGd5Lk2Ma3+fgiHWD3KSCvXmHOrcLkAOEP7oUejbNjL0Bb/HUDZXgBj6gP1Qk7pJ6jZPFBc2hmXQ==",
|
|
5462
5411
|
"inBundle": true,
|
|
5463
5412
|
"license": "ISC",
|
|
5464
5413
|
"dependencies": {
|
|
@@ -5469,7 +5418,9 @@
|
|
|
5469
5418
|
}
|
|
5470
5419
|
},
|
|
5471
5420
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5472
|
-
"version": "6.0.
|
|
5421
|
+
"version": "6.0.1",
|
|
5422
|
+
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.1.tgz",
|
|
5423
|
+
"integrity": "sha512-1YytqVk1gSkKFNMe4kkCKN49y5rlABrRSx5TrYShQtt2Lb4uQaed49dGE7Ue8TJGxbIkHzvyyVtb3PBiGACVqw==",
|
|
5473
5424
|
"inBundle": true,
|
|
5474
5425
|
"license": "ISC",
|
|
5475
5426
|
"dependencies": {
|
|
@@ -5481,7 +5432,9 @@
|
|
|
5481
5432
|
}
|
|
5482
5433
|
},
|
|
5483
5434
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
5484
|
-
"version": "5.0.
|
|
5435
|
+
"version": "5.0.2",
|
|
5436
|
+
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz",
|
|
5437
|
+
"integrity": "sha512-6JBnLhd6SYgKRekJ4cotxpURLGbEtKxzw+a8p5o+wNwrveJPMH8yW/HKjeewyHzWmxzzwn9EQ3TkF2onkrwstA==",
|
|
5485
5438
|
"inBundle": true,
|
|
5486
5439
|
"license": "ISC",
|
|
5487
5440
|
"dependencies": {
|
|
@@ -5496,12 +5449,11 @@
|
|
|
5496
5449
|
}
|
|
5497
5450
|
},
|
|
5498
5451
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
|
|
5499
|
-
"version": "10.0
|
|
5452
|
+
"version": "10.2.0",
|
|
5453
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
|
|
5454
|
+
"integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
|
|
5500
5455
|
"inBundle": true,
|
|
5501
5456
|
"license": "ISC",
|
|
5502
|
-
"dependencies": {
|
|
5503
|
-
"semver": "^7.3.5"
|
|
5504
|
-
},
|
|
5505
5457
|
"engines": {
|
|
5506
5458
|
"node": "14 || >=16.14"
|
|
5507
5459
|
}
|
|
@@ -5556,29 +5508,16 @@
|
|
|
5556
5508
|
}
|
|
5557
5509
|
},
|
|
5558
5510
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5559
|
-
"version": "
|
|
5560
|
-
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-
|
|
5561
|
-
"integrity": "sha512-
|
|
5562
|
-
"inBundle": true,
|
|
5563
|
-
"license": "ISC",
|
|
5564
|
-
"dependencies": {
|
|
5565
|
-
"minipass": "^3.0.0"
|
|
5566
|
-
},
|
|
5567
|
-
"engines": {
|
|
5568
|
-
"node": ">= 8"
|
|
5569
|
-
}
|
|
5570
|
-
},
|
|
5571
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect/node_modules/minipass": {
|
|
5572
|
-
"version": "3.3.6",
|
|
5573
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
|
|
5574
|
-
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
5511
|
+
"version": "2.0.1",
|
|
5512
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
|
|
5513
|
+
"integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
|
|
5575
5514
|
"inBundle": true,
|
|
5576
5515
|
"license": "ISC",
|
|
5577
5516
|
"dependencies": {
|
|
5578
|
-
"
|
|
5517
|
+
"minipass": "^7.0.3"
|
|
5579
5518
|
},
|
|
5580
5519
|
"engines": {
|
|
5581
|
-
"node": ">=
|
|
5520
|
+
"node": ">=16 || 14 >=14.17"
|
|
5582
5521
|
}
|
|
5583
5522
|
},
|
|
5584
5523
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
@@ -5888,11 +5827,13 @@
|
|
|
5888
5827
|
}
|
|
5889
5828
|
},
|
|
5890
5829
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
5891
|
-
"version": "8.0.
|
|
5830
|
+
"version": "8.0.2",
|
|
5831
|
+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
|
|
5832
|
+
"integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
|
|
5892
5833
|
"inBundle": true,
|
|
5893
5834
|
"license": "ISC",
|
|
5894
5835
|
"dependencies": {
|
|
5895
|
-
"ignore-walk": "^6.0.
|
|
5836
|
+
"ignore-walk": "^6.0.4"
|
|
5896
5837
|
},
|
|
5897
5838
|
"engines": {
|
|
5898
5839
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -5990,7 +5931,9 @@
|
|
|
5990
5931
|
}
|
|
5991
5932
|
},
|
|
5992
5933
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
5993
|
-
"version": "17.0.
|
|
5934
|
+
"version": "17.0.6",
|
|
5935
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
|
|
5936
|
+
"integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
|
|
5994
5937
|
"inBundle": true,
|
|
5995
5938
|
"license": "ISC",
|
|
5996
5939
|
"dependencies": {
|
|
@@ -6009,7 +5952,7 @@
|
|
|
6009
5952
|
"promise-retry": "^2.0.1",
|
|
6010
5953
|
"read-package-json": "^7.0.0",
|
|
6011
5954
|
"read-package-json-fast": "^3.0.0",
|
|
6012
|
-
"sigstore": "^2.
|
|
5955
|
+
"sigstore": "^2.2.0",
|
|
6013
5956
|
"ssri": "^10.0.0",
|
|
6014
5957
|
"tar": "^6.1.11"
|
|
6015
5958
|
},
|
|
@@ -6063,7 +6006,9 @@
|
|
|
6063
6006
|
}
|
|
6064
6007
|
},
|
|
6065
6008
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6066
|
-
"version": "6.0.
|
|
6009
|
+
"version": "6.0.15",
|
|
6010
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
|
|
6011
|
+
"integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
|
|
6067
6012
|
"inBundle": true,
|
|
6068
6013
|
"license": "MIT",
|
|
6069
6014
|
"dependencies": {
|
|
@@ -6084,16 +6029,6 @@
|
|
|
6084
6029
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6085
6030
|
}
|
|
6086
6031
|
},
|
|
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
6032
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
|
|
6098
6033
|
"version": "1.0.1",
|
|
6099
6034
|
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
@@ -6105,7 +6040,9 @@
|
|
|
6105
6040
|
}
|
|
6106
6041
|
},
|
|
6107
6042
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6108
|
-
"version": "
|
|
6043
|
+
"version": "3.0.1",
|
|
6044
|
+
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
|
|
6045
|
+
"integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
|
|
6109
6046
|
"inBundle": true,
|
|
6110
6047
|
"license": "ISC",
|
|
6111
6048
|
"funding": {
|
|
@@ -6208,21 +6145,6 @@
|
|
|
6208
6145
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6209
6146
|
}
|
|
6210
6147
|
},
|
|
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
6148
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
|
|
6227
6149
|
"version": "0.12.0",
|
|
6228
6150
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -6233,27 +6155,6 @@
|
|
|
6233
6155
|
"node": ">= 4"
|
|
6234
6156
|
}
|
|
6235
6157
|
},
|
|
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
6158
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
|
|
6258
6159
|
"version": "2.1.2",
|
|
6259
6160
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -6263,7 +6164,9 @@
|
|
|
6263
6164
|
"optional": true
|
|
6264
6165
|
},
|
|
6265
6166
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/semver": {
|
|
6266
|
-
"version": "7.
|
|
6167
|
+
"version": "7.6.0",
|
|
6168
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
|
|
6169
|
+
"integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
|
|
6267
6170
|
"inBundle": true,
|
|
6268
6171
|
"license": "ISC",
|
|
6269
6172
|
"dependencies": {
|
|
@@ -6333,14 +6236,18 @@
|
|
|
6333
6236
|
}
|
|
6334
6237
|
},
|
|
6335
6238
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
6336
|
-
"version": "2.
|
|
6239
|
+
"version": "2.2.2",
|
|
6240
|
+
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz",
|
|
6241
|
+
"integrity": "sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==",
|
|
6337
6242
|
"inBundle": true,
|
|
6338
6243
|
"license": "Apache-2.0",
|
|
6339
6244
|
"dependencies": {
|
|
6340
|
-
"@sigstore/bundle": "^2.
|
|
6341
|
-
"@sigstore/
|
|
6342
|
-
"@sigstore/
|
|
6343
|
-
"@sigstore/
|
|
6245
|
+
"@sigstore/bundle": "^2.2.0",
|
|
6246
|
+
"@sigstore/core": "^1.0.0",
|
|
6247
|
+
"@sigstore/protobuf-specs": "^0.3.0",
|
|
6248
|
+
"@sigstore/sign": "^2.2.3",
|
|
6249
|
+
"@sigstore/tuf": "^2.3.1",
|
|
6250
|
+
"@sigstore/verify": "^1.1.0"
|
|
6344
6251
|
},
|
|
6345
6252
|
"engines": {
|
|
6346
6253
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -6358,15 +6265,15 @@
|
|
|
6358
6265
|
}
|
|
6359
6266
|
},
|
|
6360
6267
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/socks": {
|
|
6361
|
-
"version": "2.
|
|
6268
|
+
"version": "2.8.0",
|
|
6362
6269
|
"inBundle": true,
|
|
6363
6270
|
"license": "MIT",
|
|
6364
6271
|
"dependencies": {
|
|
6365
|
-
"ip": "^
|
|
6272
|
+
"ip-address": "^9.0.5",
|
|
6366
6273
|
"smart-buffer": "^4.2.0"
|
|
6367
6274
|
},
|
|
6368
6275
|
"engines": {
|
|
6369
|
-
"node": ">=
|
|
6276
|
+
"node": ">= 16.0.0",
|
|
6370
6277
|
"npm": ">= 3.0.0"
|
|
6371
6278
|
}
|
|
6372
6279
|
},
|
|
@@ -6397,7 +6304,9 @@
|
|
|
6397
6304
|
}
|
|
6398
6305
|
},
|
|
6399
6306
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-exceptions": {
|
|
6400
|
-
"version": "2.
|
|
6307
|
+
"version": "2.5.0",
|
|
6308
|
+
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
6309
|
+
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
6401
6310
|
"inBundle": true,
|
|
6402
6311
|
"license": "CC-BY-3.0"
|
|
6403
6312
|
},
|
|
@@ -6413,7 +6322,9 @@
|
|
|
6413
6322
|
}
|
|
6414
6323
|
},
|
|
6415
6324
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-license-ids": {
|
|
6416
|
-
"version": "3.0.
|
|
6325
|
+
"version": "3.0.17",
|
|
6326
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
|
|
6327
|
+
"integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
|
|
6417
6328
|
"inBundle": true,
|
|
6418
6329
|
"license": "CC0-1.0"
|
|
6419
6330
|
},
|
|
@@ -6430,16 +6341,6 @@
|
|
|
6430
6341
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6431
6342
|
}
|
|
6432
6343
|
},
|
|
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
6344
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
|
|
6444
6345
|
"version": "4.2.3",
|
|
6445
6346
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -6471,40 +6372,7 @@
|
|
|
6471
6372
|
"node": ">=8"
|
|
6472
6373
|
}
|
|
6473
6374
|
},
|
|
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": {
|
|
6375
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6508
6376
|
"version": "6.0.1",
|
|
6509
6377
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6510
6378
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6517,22 +6385,6 @@
|
|
|
6517
6385
|
"node": ">=8"
|
|
6518
6386
|
}
|
|
6519
6387
|
},
|
|
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
6388
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
6537
6389
|
"name": "strip-ansi",
|
|
6538
6390
|
"version": "6.0.1",
|
|
@@ -6547,16 +6399,6 @@
|
|
|
6547
6399
|
"node": ">=8"
|
|
6548
6400
|
}
|
|
6549
6401
|
},
|
|
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
6402
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
6561
6403
|
"version": "9.4.0",
|
|
6562
6404
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -6649,7 +6491,9 @@
|
|
|
6649
6491
|
}
|
|
6650
6492
|
},
|
|
6651
6493
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
6652
|
-
"version": "2.
|
|
6494
|
+
"version": "2.2.0",
|
|
6495
|
+
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
6496
|
+
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
6653
6497
|
"inBundle": true,
|
|
6654
6498
|
"license": "MIT",
|
|
6655
6499
|
"dependencies": {
|
|
@@ -6808,16 +6652,6 @@
|
|
|
6808
6652
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
6809
6653
|
}
|
|
6810
6654
|
},
|
|
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
6655
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
6822
6656
|
"version": "4.3.0",
|
|
6823
6657
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -6834,17 +6668,17 @@
|
|
|
6834
6668
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6835
6669
|
}
|
|
6836
6670
|
},
|
|
6837
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi
|
|
6671
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
6838
6672
|
"version": "6.0.1",
|
|
6839
|
-
"resolved": "https://registry.npmjs.org/
|
|
6840
|
-
"integrity": "sha512-
|
|
6673
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
6674
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
6841
6675
|
"inBundle": true,
|
|
6842
6676
|
"license": "MIT",
|
|
6843
|
-
"dependencies": {
|
|
6844
|
-
"ansi-regex": "^5.0.1"
|
|
6845
|
-
},
|
|
6846
6677
|
"engines": {
|
|
6847
|
-
"node": ">=
|
|
6678
|
+
"node": ">=12"
|
|
6679
|
+
},
|
|
6680
|
+
"funding": {
|
|
6681
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
6848
6682
|
}
|
|
6849
6683
|
},
|
|
6850
6684
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
@@ -6872,6 +6706,22 @@
|
|
|
6872
6706
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6873
6707
|
}
|
|
6874
6708
|
},
|
|
6709
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
6710
|
+
"version": "7.1.0",
|
|
6711
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6712
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6713
|
+
"inBundle": true,
|
|
6714
|
+
"license": "MIT",
|
|
6715
|
+
"dependencies": {
|
|
6716
|
+
"ansi-regex": "^6.0.1"
|
|
6717
|
+
},
|
|
6718
|
+
"engines": {
|
|
6719
|
+
"node": ">=12"
|
|
6720
|
+
},
|
|
6721
|
+
"funding": {
|
|
6722
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6723
|
+
}
|
|
6724
|
+
},
|
|
6875
6725
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
|
|
6876
6726
|
"version": "5.0.1",
|
|
6877
6727
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
@@ -6920,9 +6770,9 @@
|
|
|
6920
6770
|
}
|
|
6921
6771
|
},
|
|
6922
6772
|
"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-
|
|
6773
|
+
"version": "4.2.1",
|
|
6774
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.1.tgz",
|
|
6775
|
+
"integrity": "sha512-k163IHMtxnLNk5NlGhKTV2p9fvYTw8OSi5oN7P8EgD58e+rlc1/6BY2gMfTk6T+im8vVxNyCjqSNmBVl8nZarA==",
|
|
6926
6776
|
"license": "MIT",
|
|
6927
6777
|
"dependencies": {
|
|
6928
6778
|
"@oclif/core": "^3.21.0",
|
|
@@ -6931,7 +6781,7 @@
|
|
|
6931
6781
|
"debug": "^4.3.1",
|
|
6932
6782
|
"filesize": "^6.1.0",
|
|
6933
6783
|
"http-call": "^5.3.0",
|
|
6934
|
-
"inquirer": "^9.2.
|
|
6784
|
+
"inquirer": "^9.2.16",
|
|
6935
6785
|
"lodash.throttle": "^4.1.1",
|
|
6936
6786
|
"semver": "^7.6.0",
|
|
6937
6787
|
"tar-fs": "^2.1.1"
|
|
@@ -6941,12 +6791,12 @@
|
|
|
6941
6791
|
}
|
|
6942
6792
|
},
|
|
6943
6793
|
"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-
|
|
6794
|
+
"version": "9.2.16",
|
|
6795
|
+
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.16.tgz",
|
|
6796
|
+
"integrity": "sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA==",
|
|
6947
6797
|
"license": "MIT",
|
|
6948
6798
|
"dependencies": {
|
|
6949
|
-
"@ljharb/through": "^2.3.
|
|
6799
|
+
"@ljharb/through": "^2.3.13",
|
|
6950
6800
|
"ansi-escapes": "^4.3.2",
|
|
6951
6801
|
"chalk": "^5.3.0",
|
|
6952
6802
|
"cli-cursor": "^3.1.0",
|
|
@@ -6979,24 +6829,24 @@
|
|
|
6979
6829
|
}
|
|
6980
6830
|
},
|
|
6981
6831
|
"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-
|
|
6832
|
+
"version": "2.0.15",
|
|
6833
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.15.tgz",
|
|
6834
|
+
"integrity": "sha512-wTHLm3jjZwO1k/56+rCwk45wZG23C4QED7t/Iv/NrDSljnKE4s3QJJYp4tr5hN6U6mfBa92U5KIhRbt60tpSSg==",
|
|
6985
6835
|
"license": "MIT",
|
|
6986
6836
|
"dependencies": {
|
|
6987
|
-
"@oclif/core": "^3.
|
|
6837
|
+
"@oclif/core": "^3.26.0"
|
|
6988
6838
|
},
|
|
6989
6839
|
"engines": {
|
|
6990
6840
|
"node": ">=18.0.0"
|
|
6991
6841
|
}
|
|
6992
6842
|
},
|
|
6993
6843
|
"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-
|
|
6844
|
+
"version": "3.0.15",
|
|
6845
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.15.tgz",
|
|
6846
|
+
"integrity": "sha512-JtPTJFjL6izMCe5dDS2ix2PyWAD2DeJ5Atzd2HHRifbPcmOxaUE62FKTnarIwfPHLMF/nN33liwo9InAdirozg==",
|
|
6997
6847
|
"license": "MIT",
|
|
6998
6848
|
"dependencies": {
|
|
6999
|
-
"@oclif/core": "^3.
|
|
6849
|
+
"@oclif/core": "^3.26.0",
|
|
7000
6850
|
"chalk": "^5.3.0",
|
|
7001
6851
|
"debug": "^4.1.0",
|
|
7002
6852
|
"http-call": "^5.2.2",
|
|
@@ -7007,12 +6857,12 @@
|
|
|
7007
6857
|
}
|
|
7008
6858
|
},
|
|
7009
6859
|
"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-
|
|
6860
|
+
"version": "3.1.6",
|
|
6861
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.6.tgz",
|
|
6862
|
+
"integrity": "sha512-LOhmvVs4WUAr1SEOBI5L0zsgk4adhTmI3p7rlX03atl6vafkubMR1I+SqKsepL5lSp8H4qiIos2BUF/vQ73wWw==",
|
|
7013
6863
|
"license": "MIT",
|
|
7014
6864
|
"dependencies": {
|
|
7015
|
-
"@oclif/core": "^3.
|
|
6865
|
+
"@oclif/core": "^3.26.0"
|
|
7016
6866
|
},
|
|
7017
6867
|
"engines": {
|
|
7018
6868
|
"node": ">=18.0.0"
|
|
@@ -7684,14 +7534,14 @@
|
|
|
7684
7534
|
}
|
|
7685
7535
|
},
|
|
7686
7536
|
"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-
|
|
7537
|
+
"version": "3.2.2",
|
|
7538
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.2.2.tgz",
|
|
7539
|
+
"integrity": "sha512-QfWS0yETQ8FQ0Y3Quyp3dNBPl8Tu4KdB68IbRS0BuqTWO+ub/nK1QrIDgl/uoJQ85IsaPLgD4FTNS6TCSDe2QQ==",
|
|
7690
7540
|
"license": "BSD-3-Clause",
|
|
7691
7541
|
"dependencies": {
|
|
7692
7542
|
"@jsforce/jsforce-node": "^3.0.0-next.2",
|
|
7693
7543
|
"@oclif/core": "^3.26.0",
|
|
7694
|
-
"@salesforce/core": "^6.7.
|
|
7544
|
+
"@salesforce/core": "^6.7.3",
|
|
7695
7545
|
"@salesforce/kit": "^3.0.15",
|
|
7696
7546
|
"@salesforce/sf-plugins-core": "^8.0.0",
|
|
7697
7547
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -7732,16 +7582,16 @@
|
|
|
7732
7582
|
}
|
|
7733
7583
|
},
|
|
7734
7584
|
"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-
|
|
7585
|
+
"version": "3.0.34",
|
|
7586
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.34.tgz",
|
|
7587
|
+
"integrity": "sha512-eTYP+Vd+Wg/c4mI6ui23cWqXxxLbxQrXWnYRVPedsUSPvtXrOhLDCnOvLuUlnhi9G3fMYYZDVUZnkG0YK4KsIQ==",
|
|
7738
7588
|
"license": "BSD-3-Clause",
|
|
7739
7589
|
"dependencies": {
|
|
7740
7590
|
"@inquirer/input": "^2.1.0",
|
|
7741
7591
|
"@oclif/core": "^3.23.0",
|
|
7742
7592
|
"@salesforce/core": "^6.7.1",
|
|
7743
7593
|
"@salesforce/kit": "^3.0.15",
|
|
7744
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
7594
|
+
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
7745
7595
|
"got": "^13.0.0",
|
|
7746
7596
|
"marked": "^4.3.0",
|
|
7747
7597
|
"marked-terminal": "^4.2.0",
|
|
@@ -7850,13 +7700,13 @@
|
|
|
7850
7700
|
}
|
|
7851
7701
|
},
|
|
7852
7702
|
"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-
|
|
7703
|
+
"version": "3.1.15",
|
|
7704
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.15.tgz",
|
|
7705
|
+
"integrity": "sha512-XVK8XBZ5y3gCXuCPU0h2lYSPfmTKrMXGrkJQaI9/9l37S3Nj8Bn6uOvsQ2rp3GCl1YI8B5hj1mFBbax5hhDywg==",
|
|
7856
7706
|
"license": "BSD-3-Clause",
|
|
7857
7707
|
"dependencies": {
|
|
7858
7708
|
"@oclif/core": "^3.19.2",
|
|
7859
|
-
"@salesforce/core": "^6.
|
|
7709
|
+
"@salesforce/core": "^6.7.3",
|
|
7860
7710
|
"@salesforce/kit": "^3.0.15",
|
|
7861
7711
|
"@salesforce/sf-plugins-core": "^7.1.15"
|
|
7862
7712
|
},
|
|
@@ -7918,16 +7768,16 @@
|
|
|
7918
7768
|
}
|
|
7919
7769
|
},
|
|
7920
7770
|
"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-
|
|
7771
|
+
"version": "3.5.1",
|
|
7772
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.5.1.tgz",
|
|
7773
|
+
"integrity": "sha512-1+uFTYxtdH7oyfT5z9G9JmpFQcR9PfB73YPOUM61ZOBlqgUXy2JYXtl4V5vQyvXI5QCdVVwN3V3yseIyJLRt1Q==",
|
|
7924
7774
|
"license": "BSD-3-Clause",
|
|
7925
7775
|
"dependencies": {
|
|
7926
7776
|
"@oclif/core": "^3.25.2",
|
|
7927
7777
|
"@salesforce/core": "^6.6.0",
|
|
7928
7778
|
"@salesforce/kit": "^3.0.15",
|
|
7929
7779
|
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
7930
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
7780
|
+
"@salesforce/source-deploy-retrieve": "^10.5.5",
|
|
7931
7781
|
"chalk": "^5.3.0",
|
|
7932
7782
|
"change-case": "^5.4.3",
|
|
7933
7783
|
"is-wsl": "^3.1.0",
|
|
@@ -8272,14 +8122,14 @@
|
|
|
8272
8122
|
}
|
|
8273
8123
|
},
|
|
8274
8124
|
"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-
|
|
8125
|
+
"version": "2.0.33",
|
|
8126
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.33.tgz",
|
|
8127
|
+
"integrity": "sha512-g6lxLPV847+OLMg88Kk1dAt22IIu8KUwWgpaxLaPwzeKu1wBjYVJ5PRXPXVdgGmRsxnlIejsRV/1t9kW8p6ZDw==",
|
|
8278
8128
|
"license": "BSD-3-Clause",
|
|
8279
8129
|
"dependencies": {
|
|
8280
8130
|
"@oclif/core": "^3.20.0",
|
|
8281
8131
|
"@salesforce/core": "^6.7.3",
|
|
8282
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8132
|
+
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
8283
8133
|
"fast-levenshtein": "^3.0.0"
|
|
8284
8134
|
},
|
|
8285
8135
|
"engines": {
|
|
@@ -8305,16 +8155,16 @@
|
|
|
8305
8155
|
}
|
|
8306
8156
|
},
|
|
8307
8157
|
"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-
|
|
8158
|
+
"version": "1.1.21",
|
|
8159
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.21.tgz",
|
|
8160
|
+
"integrity": "sha512-ILG20sLxuuSzorE+IqHt0ROJRLnZa7f4Vht96JrGBsXjasBaWUyrV/+kIgud2hHkAFLwSf7aVGdW8Ul90fttpw==",
|
|
8311
8161
|
"license": "BSD-3-Clause",
|
|
8312
8162
|
"dependencies": {
|
|
8313
8163
|
"@inquirer/confirm": "^2.0.17",
|
|
8314
8164
|
"@inquirer/input": "^1.2.16",
|
|
8315
8165
|
"@inquirer/select": "^1.3.3",
|
|
8316
8166
|
"@oclif/core": "^3.25.2",
|
|
8317
|
-
"@salesforce/core": "^6.
|
|
8167
|
+
"@salesforce/core": "^6.7.3",
|
|
8318
8168
|
"@salesforce/kit": "^3.0.15",
|
|
8319
8169
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
8320
8170
|
"fast-glob": "^3.3.2",
|
|
@@ -8417,14 +8267,14 @@
|
|
|
8417
8267
|
}
|
|
8418
8268
|
},
|
|
8419
8269
|
"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-
|
|
8270
|
+
"version": "56.0.25",
|
|
8271
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.25.tgz",
|
|
8272
|
+
"integrity": "sha512-LvTO6+TMtOtmGxTpKZ7rUwJhH6frHXXmzAaggs3ZALv2thL5CsBl/tfrZO48wR6nOE+NWZpLMvWjzjwelzxw8w==",
|
|
8423
8273
|
"license": "BSD-3-Clause",
|
|
8424
8274
|
"dependencies": {
|
|
8425
8275
|
"@oclif/core": "^3.25.2",
|
|
8426
8276
|
"@salesforce/core": "^6.7.1",
|
|
8427
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8277
|
+
"@salesforce/sf-plugins-core": "^7.1.16",
|
|
8428
8278
|
"@salesforce/templates": "^59.0.4",
|
|
8429
8279
|
"yeoman-environment": "^3",
|
|
8430
8280
|
"yeoman-generator": "^5"
|
|
@@ -8452,12 +8302,12 @@
|
|
|
8452
8302
|
}
|
|
8453
8303
|
},
|
|
8454
8304
|
"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-
|
|
8305
|
+
"version": "3.3.18",
|
|
8306
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.18.tgz",
|
|
8307
|
+
"integrity": "sha512-H97rxWGaDGK0ABJTYSB3gN7BVYAdPlmU0tpbwwPUTJ3pHaD/4vqhc9+zdLCpDrfq4FvlgCddRIaSBpRwbzIISA==",
|
|
8458
8308
|
"license": "BSD-3-Clause",
|
|
8459
8309
|
"dependencies": {
|
|
8460
|
-
"@oclif/core": "^3.
|
|
8310
|
+
"@oclif/core": "^3.26.0",
|
|
8461
8311
|
"@salesforce/core": "^6.5.5",
|
|
8462
8312
|
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
8463
8313
|
"got": "^13.0.0",
|
|
@@ -8558,12 +8408,12 @@
|
|
|
8558
8408
|
}
|
|
8559
8409
|
},
|
|
8560
8410
|
"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-
|
|
8411
|
+
"version": "10.5.6",
|
|
8412
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.6.tgz",
|
|
8413
|
+
"integrity": "sha512-GdILZFHjd9ouxjkapOnik8y2BZhSr8hw+QtWOPy1pzQgYYduYs77QAB6dTkp6GjCnXBHfsUK9DVN4u4ItCcTSQ==",
|
|
8564
8414
|
"license": "BSD-3-Clause",
|
|
8565
8415
|
"dependencies": {
|
|
8566
|
-
"@salesforce/core": "^6.7.
|
|
8416
|
+
"@salesforce/core": "^6.7.3",
|
|
8567
8417
|
"@salesforce/kit": "^3.0.15",
|
|
8568
8418
|
"@salesforce/ts-types": "^2.0.9",
|
|
8569
8419
|
"fast-levenshtein": "^3.0.0",
|