sfdx-jayree 4.8.168 → 4.8.169
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/CHANGELOG.md +7 -0
- package/README.md +6 -6
- package/npm-shrinkwrap.json +396 -329
- package/oclif.lock +80 -42
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-jayree",
|
|
3
|
-
"version": "4.8.
|
|
3
|
+
"version": "4.8.169",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sfdx-jayree",
|
|
9
|
-
"version": "4.8.
|
|
9
|
+
"version": "4.8.169",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@jayree/sfdx-plugin-manifest": "^4.0.101",
|
|
13
13
|
"@jayree/sfdx-plugin-org": "^1.2.144",
|
|
14
14
|
"@jayree/sfdx-plugin-prettier": "^1.3.142",
|
|
15
|
-
"@jayree/sfdx-plugin-source": "^1.3.
|
|
15
|
+
"@jayree/sfdx-plugin-source": "^1.3.141"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@oclif/plugin-help": "^6.2.36",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"eslint-plugin-prettier": "^5.5.4",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"nock": "^14.0.10",
|
|
26
|
-
"oclif": "^4.22.
|
|
26
|
+
"oclif": "^4.22.47",
|
|
27
27
|
"patch-package": "^8.0.1",
|
|
28
28
|
"pinst": "^3.0.0",
|
|
29
29
|
"prettier": "^3.6.2",
|
|
@@ -3937,6 +3937,13 @@
|
|
|
3937
3937
|
"js-yaml": "bin/js-yaml.js"
|
|
3938
3938
|
}
|
|
3939
3939
|
},
|
|
3940
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
|
|
3941
|
+
"version": "1.0.3",
|
|
3942
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
|
3943
|
+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
|
|
3944
|
+
"dev": true,
|
|
3945
|
+
"license": "BSD-3-Clause"
|
|
3946
|
+
},
|
|
3940
3947
|
"node_modules/@istanbuljs/schema": {
|
|
3941
3948
|
"version": "0.1.3",
|
|
3942
3949
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -4077,10 +4084,65 @@
|
|
|
4077
4084
|
"node": ">=16.0.0"
|
|
4078
4085
|
}
|
|
4079
4086
|
},
|
|
4087
|
+
"node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/source-deploy-retrieve": {
|
|
4088
|
+
"version": "12.28.0",
|
|
4089
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.28.0.tgz",
|
|
4090
|
+
"integrity": "sha512-JhMS0NBo1aHvsDTA+XJPdDTQy7r2xqLb1+43s6a/VPlrLOrqnTHIOdEqCMPye/srcz6gCShMhwe2hFL8ZFq+IQ==",
|
|
4091
|
+
"license": "Apache-2.0",
|
|
4092
|
+
"dependencies": {
|
|
4093
|
+
"@salesforce/core": "^8.23.4",
|
|
4094
|
+
"@salesforce/kit": "^3.2.4",
|
|
4095
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4096
|
+
"@salesforce/types": "^1.5.0",
|
|
4097
|
+
"fast-levenshtein": "^3.0.0",
|
|
4098
|
+
"fast-xml-parser": "^4.5.3",
|
|
4099
|
+
"got": "^11.8.6",
|
|
4100
|
+
"graceful-fs": "^4.2.11",
|
|
4101
|
+
"ignore": "^5.3.2",
|
|
4102
|
+
"jszip": "^3.10.1",
|
|
4103
|
+
"mime": "2.6.0",
|
|
4104
|
+
"minimatch": "^9.0.5",
|
|
4105
|
+
"proxy-agent": "^6.4.0",
|
|
4106
|
+
"yaml": "^2.8.1"
|
|
4107
|
+
},
|
|
4108
|
+
"engines": {
|
|
4109
|
+
"node": ">=18.0.0"
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
4112
|
+
"node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/source-deploy-retrieve/node_modules/fast-xml-parser": {
|
|
4113
|
+
"version": "4.5.3",
|
|
4114
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
|
|
4115
|
+
"integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
|
|
4116
|
+
"funding": [
|
|
4117
|
+
{
|
|
4118
|
+
"type": "github",
|
|
4119
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4120
|
+
}
|
|
4121
|
+
],
|
|
4122
|
+
"license": "MIT",
|
|
4123
|
+
"dependencies": {
|
|
4124
|
+
"strnum": "^1.1.1"
|
|
4125
|
+
},
|
|
4126
|
+
"bin": {
|
|
4127
|
+
"fxparser": "src/cli/cli.js"
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
4130
|
+
"node_modules/@jayree/sfdx-plugin-manifest/node_modules/@salesforce/source-deploy-retrieve/node_modules/strnum": {
|
|
4131
|
+
"version": "1.1.1",
|
|
4132
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
|
|
4133
|
+
"integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
|
|
4134
|
+
"funding": [
|
|
4135
|
+
{
|
|
4136
|
+
"type": "github",
|
|
4137
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
4138
|
+
}
|
|
4139
|
+
],
|
|
4140
|
+
"license": "MIT"
|
|
4141
|
+
},
|
|
4080
4142
|
"node_modules/@jayree/sfdx-plugin-manifest/node_modules/fast-xml-parser": {
|
|
4081
|
-
"version": "5.3.
|
|
4082
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
4083
|
-
"integrity": "sha512-
|
|
4143
|
+
"version": "5.3.2",
|
|
4144
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz",
|
|
4145
|
+
"integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==",
|
|
4084
4146
|
"funding": [
|
|
4085
4147
|
{
|
|
4086
4148
|
"type": "github",
|
|
@@ -4095,6 +4157,21 @@
|
|
|
4095
4157
|
"fxparser": "src/cli/cli.js"
|
|
4096
4158
|
}
|
|
4097
4159
|
},
|
|
4160
|
+
"node_modules/@jayree/sfdx-plugin-manifest/node_modules/minimatch": {
|
|
4161
|
+
"version": "9.0.5",
|
|
4162
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
4163
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
4164
|
+
"license": "ISC",
|
|
4165
|
+
"dependencies": {
|
|
4166
|
+
"brace-expansion": "^2.0.1"
|
|
4167
|
+
},
|
|
4168
|
+
"engines": {
|
|
4169
|
+
"node": ">=16 || 14 >=14.17"
|
|
4170
|
+
},
|
|
4171
|
+
"funding": {
|
|
4172
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
4173
|
+
}
|
|
4174
|
+
},
|
|
4098
4175
|
"node_modules/@jayree/sfdx-plugin-org": {
|
|
4099
4176
|
"version": "1.2.144",
|
|
4100
4177
|
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.144.tgz",
|
|
@@ -4205,25 +4282,25 @@
|
|
|
4205
4282
|
}
|
|
4206
4283
|
},
|
|
4207
4284
|
"node_modules/@jayree/sfdx-plugin-source": {
|
|
4208
|
-
"version": "1.3.
|
|
4209
|
-
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.
|
|
4210
|
-
"integrity": "sha512-
|
|
4211
|
-
"license": "
|
|
4285
|
+
"version": "1.3.141",
|
|
4286
|
+
"resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.141.tgz",
|
|
4287
|
+
"integrity": "sha512-irye63ExuN6IBIDDIk8XDx02AxWh3sZcwwJb6foZyjp1CqoI7Xs0DuIB4KWhspCmJjjT6Uev78ggKBX85qoDVg==",
|
|
4288
|
+
"license": "Apache-2.0",
|
|
4212
4289
|
"dependencies": {
|
|
4213
|
-
"@jayree/changelog": "^1.2.
|
|
4290
|
+
"@jayree/changelog": "^1.2.20",
|
|
4214
4291
|
"@oclif/core": "^4.8.0",
|
|
4215
4292
|
"@salesforce/core": "^8.23.4",
|
|
4216
4293
|
"@salesforce/kit": "^3.2.4",
|
|
4217
4294
|
"@salesforce/sf-plugins-core": "^12.2.5",
|
|
4218
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4295
|
+
"@salesforce/source-deploy-retrieve": "^12.29.0",
|
|
4219
4296
|
"@salesforce/source-tracking": "^7.6.0",
|
|
4220
4297
|
"@salesforce/ts-types": "^2.0.11",
|
|
4221
4298
|
"ansis": "^4.2.0",
|
|
4222
4299
|
"debug": "^4.4.3",
|
|
4223
4300
|
"deep-object-diff": "^1.1.9",
|
|
4224
|
-
"fast-xml-parser": "^5.3.
|
|
4301
|
+
"fast-xml-parser": "^5.3.2",
|
|
4225
4302
|
"fs-extra": "^11.3.2",
|
|
4226
|
-
"globby": "^
|
|
4303
|
+
"globby": "^16.0.0",
|
|
4227
4304
|
"object-path": "^0.11.8",
|
|
4228
4305
|
"tslib": "^2.8.1"
|
|
4229
4306
|
},
|
|
@@ -4240,10 +4317,26 @@
|
|
|
4240
4317
|
"node": ">=14"
|
|
4241
4318
|
}
|
|
4242
4319
|
},
|
|
4320
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/fast-glob": {
|
|
4321
|
+
"version": "3.3.3",
|
|
4322
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
4323
|
+
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
4324
|
+
"license": "MIT",
|
|
4325
|
+
"dependencies": {
|
|
4326
|
+
"@nodelib/fs.stat": "^2.0.2",
|
|
4327
|
+
"@nodelib/fs.walk": "^1.2.3",
|
|
4328
|
+
"glob-parent": "^5.1.2",
|
|
4329
|
+
"merge2": "^1.3.0",
|
|
4330
|
+
"micromatch": "^4.0.8"
|
|
4331
|
+
},
|
|
4332
|
+
"engines": {
|
|
4333
|
+
"node": ">=8.6.0"
|
|
4334
|
+
}
|
|
4335
|
+
},
|
|
4243
4336
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/fast-xml-parser": {
|
|
4244
|
-
"version": "5.3.
|
|
4245
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.
|
|
4246
|
-
"integrity": "sha512-
|
|
4337
|
+
"version": "5.3.2",
|
|
4338
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz",
|
|
4339
|
+
"integrity": "sha512-n8v8b6p4Z1sMgqRmqLJm3awW4NX7NkaKPfb3uJIBTSH7Pdvufi3PQ3/lJLQrvxcMYl7JI2jnDO90siPEpD8JBA==",
|
|
4247
4340
|
"funding": [
|
|
4248
4341
|
{
|
|
4249
4342
|
"type": "github",
|
|
@@ -4259,29 +4352,38 @@
|
|
|
4259
4352
|
}
|
|
4260
4353
|
},
|
|
4261
4354
|
"node_modules/@jayree/sfdx-plugin-source/node_modules/globby": {
|
|
4262
|
-
"version": "
|
|
4263
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-
|
|
4264
|
-
"integrity": "sha512-
|
|
4355
|
+
"version": "16.0.0",
|
|
4356
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-16.0.0.tgz",
|
|
4357
|
+
"integrity": "sha512-ejy4TJFga99yW6Q0uhM3pFawKWZmtZzZD/v/GwI5+9bCV5Ew+D2pSND6W7fUes5UykqSsJkUfxFVdRh7Q1+P3Q==",
|
|
4265
4358
|
"license": "MIT",
|
|
4266
4359
|
"dependencies": {
|
|
4267
|
-
"@sindresorhus/merge-streams": "^
|
|
4268
|
-
"fast-glob": "^3.3.
|
|
4269
|
-
"ignore": "^
|
|
4270
|
-
"path-
|
|
4360
|
+
"@sindresorhus/merge-streams": "^4.0.0",
|
|
4361
|
+
"fast-glob": "^3.3.3",
|
|
4362
|
+
"ignore": "^7.0.5",
|
|
4363
|
+
"is-path-inside": "^4.0.0",
|
|
4271
4364
|
"slash": "^5.1.0",
|
|
4272
|
-
"unicorn-magic": "^0.
|
|
4365
|
+
"unicorn-magic": "^0.4.0"
|
|
4273
4366
|
},
|
|
4274
4367
|
"engines": {
|
|
4275
|
-
"node": ">=
|
|
4368
|
+
"node": ">=20"
|
|
4276
4369
|
},
|
|
4277
4370
|
"funding": {
|
|
4278
4371
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4279
4372
|
}
|
|
4280
4373
|
},
|
|
4281
|
-
"node_modules/@jayree/sfdx-plugin-source/node_modules/
|
|
4282
|
-
"version": "
|
|
4283
|
-
"resolved": "https://registry.npmjs.org/
|
|
4284
|
-
"integrity": "sha512-
|
|
4374
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/ignore": {
|
|
4375
|
+
"version": "7.0.5",
|
|
4376
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
4377
|
+
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
4378
|
+
"license": "MIT",
|
|
4379
|
+
"engines": {
|
|
4380
|
+
"node": ">= 4"
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
4383
|
+
"node_modules/@jayree/sfdx-plugin-source/node_modules/is-path-inside": {
|
|
4384
|
+
"version": "4.0.0",
|
|
4385
|
+
"resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
|
|
4386
|
+
"integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
|
|
4285
4387
|
"license": "MIT",
|
|
4286
4388
|
"engines": {
|
|
4287
4389
|
"node": ">=12"
|
|
@@ -5200,9 +5302,9 @@
|
|
|
5200
5302
|
}
|
|
5201
5303
|
},
|
|
5202
5304
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5203
|
-
"version": "12.
|
|
5204
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
5205
|
-
"integrity": "sha512-
|
|
5305
|
+
"version": "12.29.0",
|
|
5306
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.29.0.tgz",
|
|
5307
|
+
"integrity": "sha512-mfysgBh2MIx214sPuumQctmtjFbALTHTJD5GtDTjRVka/oDltwpxzcXHEvxLUukkH+wfspf9FYKCjnhFXaPa8A==",
|
|
5206
5308
|
"license": "Apache-2.0",
|
|
5207
5309
|
"dependencies": {
|
|
5208
5310
|
"@salesforce/core": "^8.23.4",
|
|
@@ -5224,98 +5326,6 @@
|
|
|
5224
5326
|
"node": ">=18.0.0"
|
|
5225
5327
|
}
|
|
5226
5328
|
},
|
|
5227
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@szmarczak/http-timer": {
|
|
5228
|
-
"version": "4.0.6",
|
|
5229
|
-
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
5230
|
-
"integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
|
|
5231
|
-
"license": "MIT",
|
|
5232
|
-
"dependencies": {
|
|
5233
|
-
"defer-to-connect": "^2.0.0"
|
|
5234
|
-
},
|
|
5235
|
-
"engines": {
|
|
5236
|
-
"node": ">=10"
|
|
5237
|
-
}
|
|
5238
|
-
},
|
|
5239
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/cacheable-lookup": {
|
|
5240
|
-
"version": "5.0.4",
|
|
5241
|
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
|
|
5242
|
-
"integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
|
|
5243
|
-
"license": "MIT",
|
|
5244
|
-
"engines": {
|
|
5245
|
-
"node": ">=10.6.0"
|
|
5246
|
-
}
|
|
5247
|
-
},
|
|
5248
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/cacheable-request": {
|
|
5249
|
-
"version": "7.0.4",
|
|
5250
|
-
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
|
|
5251
|
-
"integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
|
|
5252
|
-
"license": "MIT",
|
|
5253
|
-
"dependencies": {
|
|
5254
|
-
"clone-response": "^1.0.2",
|
|
5255
|
-
"get-stream": "^5.1.0",
|
|
5256
|
-
"http-cache-semantics": "^4.0.0",
|
|
5257
|
-
"keyv": "^4.0.0",
|
|
5258
|
-
"lowercase-keys": "^2.0.0",
|
|
5259
|
-
"normalize-url": "^6.0.1",
|
|
5260
|
-
"responselike": "^2.0.0"
|
|
5261
|
-
},
|
|
5262
|
-
"engines": {
|
|
5263
|
-
"node": ">=8"
|
|
5264
|
-
}
|
|
5265
|
-
},
|
|
5266
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/get-stream": {
|
|
5267
|
-
"version": "5.2.0",
|
|
5268
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
5269
|
-
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
5270
|
-
"license": "MIT",
|
|
5271
|
-
"dependencies": {
|
|
5272
|
-
"pump": "^3.0.0"
|
|
5273
|
-
},
|
|
5274
|
-
"engines": {
|
|
5275
|
-
"node": ">=8"
|
|
5276
|
-
},
|
|
5277
|
-
"funding": {
|
|
5278
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5279
|
-
}
|
|
5280
|
-
},
|
|
5281
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/got": {
|
|
5282
|
-
"version": "11.8.6",
|
|
5283
|
-
"resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
|
|
5284
|
-
"integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
|
|
5285
|
-
"license": "MIT",
|
|
5286
|
-
"dependencies": {
|
|
5287
|
-
"@sindresorhus/is": "^4.0.0",
|
|
5288
|
-
"@szmarczak/http-timer": "^4.0.5",
|
|
5289
|
-
"@types/cacheable-request": "^6.0.1",
|
|
5290
|
-
"@types/responselike": "^1.0.0",
|
|
5291
|
-
"cacheable-lookup": "^5.0.3",
|
|
5292
|
-
"cacheable-request": "^7.0.2",
|
|
5293
|
-
"decompress-response": "^6.0.0",
|
|
5294
|
-
"http2-wrapper": "^1.0.0-beta.5.2",
|
|
5295
|
-
"lowercase-keys": "^2.0.0",
|
|
5296
|
-
"p-cancelable": "^2.0.0",
|
|
5297
|
-
"responselike": "^2.0.0"
|
|
5298
|
-
},
|
|
5299
|
-
"engines": {
|
|
5300
|
-
"node": ">=10.19.0"
|
|
5301
|
-
},
|
|
5302
|
-
"funding": {
|
|
5303
|
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
5304
|
-
}
|
|
5305
|
-
},
|
|
5306
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/http2-wrapper": {
|
|
5307
|
-
"version": "1.0.3",
|
|
5308
|
-
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
|
|
5309
|
-
"integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
|
|
5310
|
-
"license": "MIT",
|
|
5311
|
-
"dependencies": {
|
|
5312
|
-
"quick-lru": "^5.1.1",
|
|
5313
|
-
"resolve-alpn": "^1.0.0"
|
|
5314
|
-
},
|
|
5315
|
-
"engines": {
|
|
5316
|
-
"node": ">=10.19.0"
|
|
5317
|
-
}
|
|
5318
|
-
},
|
|
5319
5329
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
|
|
5320
5330
|
"version": "9.0.5",
|
|
5321
5331
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -5331,27 +5341,6 @@
|
|
|
5331
5341
|
"url": "https://github.com/sponsors/isaacs"
|
|
5332
5342
|
}
|
|
5333
5343
|
},
|
|
5334
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/normalize-url": {
|
|
5335
|
-
"version": "6.1.0",
|
|
5336
|
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
|
|
5337
|
-
"integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
|
|
5338
|
-
"license": "MIT",
|
|
5339
|
-
"engines": {
|
|
5340
|
-
"node": ">=10"
|
|
5341
|
-
},
|
|
5342
|
-
"funding": {
|
|
5343
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5344
|
-
}
|
|
5345
|
-
},
|
|
5346
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/p-cancelable": {
|
|
5347
|
-
"version": "2.1.1",
|
|
5348
|
-
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
|
|
5349
|
-
"integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
|
|
5350
|
-
"license": "MIT",
|
|
5351
|
-
"engines": {
|
|
5352
|
-
"node": ">=8"
|
|
5353
|
-
}
|
|
5354
|
-
},
|
|
5355
5344
|
"node_modules/@salesforce/source-tracking": {
|
|
5356
5345
|
"version": "7.6.0",
|
|
5357
5346
|
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.6.0.tgz",
|
|
@@ -5494,9 +5483,9 @@
|
|
|
5494
5483
|
}
|
|
5495
5484
|
},
|
|
5496
5485
|
"node_modules/@sindresorhus/merge-streams": {
|
|
5497
|
-
"version": "
|
|
5498
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-
|
|
5499
|
-
"integrity": "sha512-
|
|
5486
|
+
"version": "4.0.0",
|
|
5487
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
|
|
5488
|
+
"integrity": "sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==",
|
|
5500
5489
|
"license": "MIT",
|
|
5501
5490
|
"engines": {
|
|
5502
5491
|
"node": ">=18"
|
|
@@ -6338,16 +6327,15 @@
|
|
|
6338
6327
|
}
|
|
6339
6328
|
},
|
|
6340
6329
|
"node_modules/@szmarczak/http-timer": {
|
|
6341
|
-
"version": "
|
|
6342
|
-
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-
|
|
6343
|
-
"integrity": "sha512
|
|
6344
|
-
"dev": true,
|
|
6330
|
+
"version": "4.0.6",
|
|
6331
|
+
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
6332
|
+
"integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
|
|
6345
6333
|
"license": "MIT",
|
|
6346
6334
|
"dependencies": {
|
|
6347
|
-
"defer-to-connect": "^2.0.
|
|
6335
|
+
"defer-to-connect": "^2.0.0"
|
|
6348
6336
|
},
|
|
6349
6337
|
"engines": {
|
|
6350
|
-
"node": ">=
|
|
6338
|
+
"node": ">=10"
|
|
6351
6339
|
}
|
|
6352
6340
|
},
|
|
6353
6341
|
"node_modules/@tootallnate/quickjs-emscripten": {
|
|
@@ -7670,71 +7658,42 @@
|
|
|
7670
7658
|
}
|
|
7671
7659
|
},
|
|
7672
7660
|
"node_modules/cacheable-lookup": {
|
|
7673
|
-
"version": "
|
|
7674
|
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-
|
|
7675
|
-
"integrity": "sha512
|
|
7676
|
-
"dev": true,
|
|
7661
|
+
"version": "5.0.4",
|
|
7662
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
|
|
7663
|
+
"integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
|
|
7677
7664
|
"license": "MIT",
|
|
7678
7665
|
"engines": {
|
|
7679
|
-
"node": ">=
|
|
7666
|
+
"node": ">=10.6.0"
|
|
7680
7667
|
}
|
|
7681
7668
|
},
|
|
7682
7669
|
"node_modules/cacheable-request": {
|
|
7683
|
-
"version": "
|
|
7684
|
-
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-
|
|
7685
|
-
"integrity": "sha512-
|
|
7686
|
-
"dev": true,
|
|
7670
|
+
"version": "7.0.4",
|
|
7671
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
|
|
7672
|
+
"integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
|
|
7687
7673
|
"license": "MIT",
|
|
7688
7674
|
"dependencies": {
|
|
7689
|
-
"
|
|
7690
|
-
"get-stream": "^
|
|
7691
|
-
"http-cache-semantics": "^4.
|
|
7692
|
-
"keyv": "^4.
|
|
7693
|
-
"
|
|
7694
|
-
"normalize-url": "^
|
|
7695
|
-
"responselike": "^
|
|
7675
|
+
"clone-response": "^1.0.2",
|
|
7676
|
+
"get-stream": "^5.1.0",
|
|
7677
|
+
"http-cache-semantics": "^4.0.0",
|
|
7678
|
+
"keyv": "^4.0.0",
|
|
7679
|
+
"lowercase-keys": "^2.0.0",
|
|
7680
|
+
"normalize-url": "^6.0.1",
|
|
7681
|
+
"responselike": "^2.0.0"
|
|
7696
7682
|
},
|
|
7697
7683
|
"engines": {
|
|
7698
|
-
"node": ">=
|
|
7699
|
-
}
|
|
7700
|
-
},
|
|
7701
|
-
"node_modules/cacheable-request/node_modules/lowercase-keys": {
|
|
7702
|
-
"version": "3.0.0",
|
|
7703
|
-
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
7704
|
-
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
7705
|
-
"dev": true,
|
|
7706
|
-
"license": "MIT",
|
|
7707
|
-
"engines": {
|
|
7708
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
7709
|
-
},
|
|
7710
|
-
"funding": {
|
|
7711
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7712
|
-
}
|
|
7713
|
-
},
|
|
7714
|
-
"node_modules/cacheable-request/node_modules/mimic-response": {
|
|
7715
|
-
"version": "4.0.0",
|
|
7716
|
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
7717
|
-
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
7718
|
-
"dev": true,
|
|
7719
|
-
"license": "MIT",
|
|
7720
|
-
"engines": {
|
|
7721
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
7722
|
-
},
|
|
7723
|
-
"funding": {
|
|
7724
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7684
|
+
"node": ">=8"
|
|
7725
7685
|
}
|
|
7726
7686
|
},
|
|
7727
|
-
"node_modules/cacheable-request/node_modules/
|
|
7728
|
-
"version": "
|
|
7729
|
-
"resolved": "https://registry.npmjs.org/
|
|
7730
|
-
"integrity": "sha512-
|
|
7731
|
-
"dev": true,
|
|
7687
|
+
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
7688
|
+
"version": "5.2.0",
|
|
7689
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
7690
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
7732
7691
|
"license": "MIT",
|
|
7733
7692
|
"dependencies": {
|
|
7734
|
-
"
|
|
7693
|
+
"pump": "^3.0.0"
|
|
7735
7694
|
},
|
|
7736
7695
|
"engines": {
|
|
7737
|
-
"node": ">=
|
|
7696
|
+
"node": ">=8"
|
|
7738
7697
|
},
|
|
7739
7698
|
"funding": {
|
|
7740
7699
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -10363,6 +10322,7 @@
|
|
|
10363
10322
|
"version": "3.3.2",
|
|
10364
10323
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
10365
10324
|
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
10325
|
+
"dev": true,
|
|
10366
10326
|
"license": "MIT",
|
|
10367
10327
|
"dependencies": {
|
|
10368
10328
|
"@nodelib/fs.stat": "^2.0.2",
|
|
@@ -11081,121 +11041,78 @@
|
|
|
11081
11041
|
"define-properties": "^1.1.3"
|
|
11082
11042
|
},
|
|
11083
11043
|
"engines": {
|
|
11084
|
-
"node": ">= 0.4"
|
|
11085
|
-
},
|
|
11086
|
-
"funding": {
|
|
11087
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
11088
|
-
}
|
|
11089
|
-
},
|
|
11090
|
-
"node_modules/globby": {
|
|
11091
|
-
"version": "11.1.0",
|
|
11092
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
11093
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
11094
|
-
"dev": true,
|
|
11095
|
-
"license": "MIT",
|
|
11096
|
-
"dependencies": {
|
|
11097
|
-
"array-union": "^2.1.0",
|
|
11098
|
-
"dir-glob": "^3.0.1",
|
|
11099
|
-
"fast-glob": "^3.2.9",
|
|
11100
|
-
"ignore": "^5.2.0",
|
|
11101
|
-
"merge2": "^1.4.1",
|
|
11102
|
-
"slash": "^3.0.0"
|
|
11103
|
-
},
|
|
11104
|
-
"engines": {
|
|
11105
|
-
"node": ">=10"
|
|
11106
|
-
},
|
|
11107
|
-
"funding": {
|
|
11108
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11109
|
-
}
|
|
11110
|
-
},
|
|
11111
|
-
"node_modules/globby/node_modules/slash": {
|
|
11112
|
-
"version": "3.0.0",
|
|
11113
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
11114
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
11115
|
-
"dev": true,
|
|
11116
|
-
"license": "MIT",
|
|
11117
|
-
"engines": {
|
|
11118
|
-
"node": ">=8"
|
|
11119
|
-
}
|
|
11120
|
-
},
|
|
11121
|
-
"node_modules/gopd": {
|
|
11122
|
-
"version": "1.0.1",
|
|
11123
|
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
|
|
11124
|
-
"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
|
|
11125
|
-
"license": "MIT",
|
|
11126
|
-
"dependencies": {
|
|
11127
|
-
"get-intrinsic": "^1.1.3"
|
|
11128
|
-
},
|
|
11129
|
-
"funding": {
|
|
11130
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
11131
|
-
}
|
|
11132
|
-
},
|
|
11133
|
-
"node_modules/got": {
|
|
11134
|
-
"version": "13.0.0",
|
|
11135
|
-
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
11136
|
-
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
11137
|
-
"dev": true,
|
|
11138
|
-
"license": "MIT",
|
|
11139
|
-
"dependencies": {
|
|
11140
|
-
"@sindresorhus/is": "^5.2.0",
|
|
11141
|
-
"@szmarczak/http-timer": "^5.0.1",
|
|
11142
|
-
"cacheable-lookup": "^7.0.0",
|
|
11143
|
-
"cacheable-request": "^10.2.8",
|
|
11144
|
-
"decompress-response": "^6.0.0",
|
|
11145
|
-
"form-data-encoder": "^2.1.2",
|
|
11146
|
-
"get-stream": "^6.0.1",
|
|
11147
|
-
"http2-wrapper": "^2.1.10",
|
|
11148
|
-
"lowercase-keys": "^3.0.0",
|
|
11149
|
-
"p-cancelable": "^3.0.0",
|
|
11150
|
-
"responselike": "^3.0.0"
|
|
11151
|
-
},
|
|
11152
|
-
"engines": {
|
|
11153
|
-
"node": ">=16"
|
|
11044
|
+
"node": ">= 0.4"
|
|
11154
11045
|
},
|
|
11155
11046
|
"funding": {
|
|
11156
|
-
"url": "https://github.com/
|
|
11047
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
11157
11048
|
}
|
|
11158
11049
|
},
|
|
11159
|
-
"node_modules/
|
|
11160
|
-
"version": "
|
|
11161
|
-
"resolved": "https://registry.npmjs.org
|
|
11162
|
-
"integrity": "sha512-
|
|
11050
|
+
"node_modules/globby": {
|
|
11051
|
+
"version": "11.1.0",
|
|
11052
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
11053
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
11163
11054
|
"dev": true,
|
|
11164
11055
|
"license": "MIT",
|
|
11056
|
+
"dependencies": {
|
|
11057
|
+
"array-union": "^2.1.0",
|
|
11058
|
+
"dir-glob": "^3.0.1",
|
|
11059
|
+
"fast-glob": "^3.2.9",
|
|
11060
|
+
"ignore": "^5.2.0",
|
|
11061
|
+
"merge2": "^1.4.1",
|
|
11062
|
+
"slash": "^3.0.0"
|
|
11063
|
+
},
|
|
11165
11064
|
"engines": {
|
|
11166
|
-
"node": ">=
|
|
11065
|
+
"node": ">=10"
|
|
11167
11066
|
},
|
|
11168
11067
|
"funding": {
|
|
11169
|
-
"url": "https://github.com/sindresorhus
|
|
11068
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
11170
11069
|
}
|
|
11171
11070
|
},
|
|
11172
|
-
"node_modules/
|
|
11071
|
+
"node_modules/globby/node_modules/slash": {
|
|
11173
11072
|
"version": "3.0.0",
|
|
11174
|
-
"resolved": "https://registry.npmjs.org/
|
|
11175
|
-
"integrity": "sha512-
|
|
11073
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
11074
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
11176
11075
|
"dev": true,
|
|
11177
11076
|
"license": "MIT",
|
|
11178
11077
|
"engines": {
|
|
11179
|
-
"node": "
|
|
11078
|
+
"node": ">=8"
|
|
11079
|
+
}
|
|
11080
|
+
},
|
|
11081
|
+
"node_modules/gopd": {
|
|
11082
|
+
"version": "1.0.1",
|
|
11083
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
|
|
11084
|
+
"integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
|
|
11085
|
+
"license": "MIT",
|
|
11086
|
+
"dependencies": {
|
|
11087
|
+
"get-intrinsic": "^1.1.3"
|
|
11180
11088
|
},
|
|
11181
11089
|
"funding": {
|
|
11182
|
-
"url": "https://github.com/sponsors/
|
|
11090
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
11183
11091
|
}
|
|
11184
11092
|
},
|
|
11185
|
-
"node_modules/got
|
|
11186
|
-
"version": "
|
|
11187
|
-
"resolved": "https://registry.npmjs.org/
|
|
11188
|
-
"integrity": "sha512-
|
|
11189
|
-
"dev": true,
|
|
11093
|
+
"node_modules/got": {
|
|
11094
|
+
"version": "11.8.6",
|
|
11095
|
+
"resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
|
|
11096
|
+
"integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
|
|
11190
11097
|
"license": "MIT",
|
|
11191
11098
|
"dependencies": {
|
|
11192
|
-
"
|
|
11099
|
+
"@sindresorhus/is": "^4.0.0",
|
|
11100
|
+
"@szmarczak/http-timer": "^4.0.5",
|
|
11101
|
+
"@types/cacheable-request": "^6.0.1",
|
|
11102
|
+
"@types/responselike": "^1.0.0",
|
|
11103
|
+
"cacheable-lookup": "^5.0.3",
|
|
11104
|
+
"cacheable-request": "^7.0.2",
|
|
11105
|
+
"decompress-response": "^6.0.0",
|
|
11106
|
+
"http2-wrapper": "^1.0.0-beta.5.2",
|
|
11107
|
+
"lowercase-keys": "^2.0.0",
|
|
11108
|
+
"p-cancelable": "^2.0.0",
|
|
11109
|
+
"responselike": "^2.0.0"
|
|
11193
11110
|
},
|
|
11194
11111
|
"engines": {
|
|
11195
|
-
"node": ">=
|
|
11112
|
+
"node": ">=10.19.0"
|
|
11196
11113
|
},
|
|
11197
11114
|
"funding": {
|
|
11198
|
-
"url": "https://github.com/
|
|
11115
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
11199
11116
|
}
|
|
11200
11117
|
},
|
|
11201
11118
|
"node_modules/graceful-fs": {
|
|
@@ -11465,14 +11382,13 @@
|
|
|
11465
11382
|
}
|
|
11466
11383
|
},
|
|
11467
11384
|
"node_modules/http2-wrapper": {
|
|
11468
|
-
"version": "
|
|
11469
|
-
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-
|
|
11470
|
-
"integrity": "sha512-
|
|
11471
|
-
"dev": true,
|
|
11385
|
+
"version": "1.0.3",
|
|
11386
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
|
|
11387
|
+
"integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
|
|
11472
11388
|
"license": "MIT",
|
|
11473
11389
|
"dependencies": {
|
|
11474
11390
|
"quick-lru": "^5.1.1",
|
|
11475
|
-
"resolve-alpn": "^1.
|
|
11391
|
+
"resolve-alpn": "^1.0.0"
|
|
11476
11392
|
},
|
|
11477
11393
|
"engines": {
|
|
11478
11394
|
"node": ">=10.19.0"
|
|
@@ -11876,12 +11792,6 @@
|
|
|
11876
11792
|
"node": ">= 12"
|
|
11877
11793
|
}
|
|
11878
11794
|
},
|
|
11879
|
-
"node_modules/ip-address/node_modules/sprintf-js": {
|
|
11880
|
-
"version": "1.1.3",
|
|
11881
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
11882
|
-
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
11883
|
-
"license": "BSD-3-Clause"
|
|
11884
|
-
},
|
|
11885
11795
|
"node_modules/is-array-buffer": {
|
|
11886
11796
|
"version": "3.0.4",
|
|
11887
11797
|
"resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
|
|
@@ -14080,13 +13990,12 @@
|
|
|
14080
13990
|
}
|
|
14081
13991
|
},
|
|
14082
13992
|
"node_modules/normalize-url": {
|
|
14083
|
-
"version": "
|
|
14084
|
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-
|
|
14085
|
-
"integrity": "sha512-
|
|
14086
|
-
"dev": true,
|
|
13993
|
+
"version": "6.1.0",
|
|
13994
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
|
|
13995
|
+
"integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
|
|
14087
13996
|
"license": "MIT",
|
|
14088
13997
|
"engines": {
|
|
14089
|
-
"node": ">=
|
|
13998
|
+
"node": ">=10"
|
|
14090
13999
|
},
|
|
14091
14000
|
"funding": {
|
|
14092
14001
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -14399,9 +14308,9 @@
|
|
|
14399
14308
|
}
|
|
14400
14309
|
},
|
|
14401
14310
|
"node_modules/oclif": {
|
|
14402
|
-
"version": "4.22.
|
|
14403
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
14404
|
-
"integrity": "sha512-
|
|
14311
|
+
"version": "4.22.47",
|
|
14312
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.47.tgz",
|
|
14313
|
+
"integrity": "sha512-ruEVcGHnoS1UOpUyrW48uY6H5sj1o2/02NvbMjpCqJFJ9I5UcXBO0dWN6ECXkQZHPLbjnx94zQEuaZciuLrRyQ==",
|
|
14405
14314
|
"dev": true,
|
|
14406
14315
|
"license": "MIT",
|
|
14407
14316
|
"dependencies": {
|
|
@@ -14411,7 +14320,7 @@
|
|
|
14411
14320
|
"@inquirer/input": "^2.2.4",
|
|
14412
14321
|
"@inquirer/select": "^2.5.0",
|
|
14413
14322
|
"@oclif/core": "^4.8.0",
|
|
14414
|
-
"@oclif/plugin-help": "^6.2.
|
|
14323
|
+
"@oclif/plugin-help": "^6.2.36",
|
|
14415
14324
|
"@oclif/plugin-not-found": "^3.2.71",
|
|
14416
14325
|
"@oclif/plugin-warn-if-update-available": "^3.1.53",
|
|
14417
14326
|
"ansis": "^3.16.0",
|
|
@@ -14437,6 +14346,61 @@
|
|
|
14437
14346
|
"node": ">=18.0.0"
|
|
14438
14347
|
}
|
|
14439
14348
|
},
|
|
14349
|
+
"node_modules/oclif/node_modules/@sindresorhus/is": {
|
|
14350
|
+
"version": "5.6.0",
|
|
14351
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
14352
|
+
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
14353
|
+
"dev": true,
|
|
14354
|
+
"license": "MIT",
|
|
14355
|
+
"engines": {
|
|
14356
|
+
"node": ">=14.16"
|
|
14357
|
+
},
|
|
14358
|
+
"funding": {
|
|
14359
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
14360
|
+
}
|
|
14361
|
+
},
|
|
14362
|
+
"node_modules/oclif/node_modules/@szmarczak/http-timer": {
|
|
14363
|
+
"version": "5.0.1",
|
|
14364
|
+
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-5.0.1.tgz",
|
|
14365
|
+
"integrity": "sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==",
|
|
14366
|
+
"dev": true,
|
|
14367
|
+
"license": "MIT",
|
|
14368
|
+
"dependencies": {
|
|
14369
|
+
"defer-to-connect": "^2.0.1"
|
|
14370
|
+
},
|
|
14371
|
+
"engines": {
|
|
14372
|
+
"node": ">=14.16"
|
|
14373
|
+
}
|
|
14374
|
+
},
|
|
14375
|
+
"node_modules/oclif/node_modules/cacheable-lookup": {
|
|
14376
|
+
"version": "7.0.0",
|
|
14377
|
+
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
14378
|
+
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
14379
|
+
"dev": true,
|
|
14380
|
+
"license": "MIT",
|
|
14381
|
+
"engines": {
|
|
14382
|
+
"node": ">=14.16"
|
|
14383
|
+
}
|
|
14384
|
+
},
|
|
14385
|
+
"node_modules/oclif/node_modules/cacheable-request": {
|
|
14386
|
+
"version": "10.2.14",
|
|
14387
|
+
"resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-10.2.14.tgz",
|
|
14388
|
+
"integrity": "sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==",
|
|
14389
|
+
"dev": true,
|
|
14390
|
+
"license": "MIT",
|
|
14391
|
+
"dependencies": {
|
|
14392
|
+
"@types/http-cache-semantics": "^4.0.2",
|
|
14393
|
+
"get-stream": "^6.0.1",
|
|
14394
|
+
"http-cache-semantics": "^4.1.1",
|
|
14395
|
+
"keyv": "^4.5.3",
|
|
14396
|
+
"mimic-response": "^4.0.0",
|
|
14397
|
+
"normalize-url": "^8.0.0",
|
|
14398
|
+
"responselike": "^3.0.0"
|
|
14399
|
+
},
|
|
14400
|
+
"engines": {
|
|
14401
|
+
"node": ">=14.16"
|
|
14402
|
+
}
|
|
14403
|
+
},
|
|
14440
14404
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
14441
14405
|
"version": "8.1.0",
|
|
14442
14406
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -14452,6 +14416,32 @@
|
|
|
14452
14416
|
"node": ">=6 <7 || >=8"
|
|
14453
14417
|
}
|
|
14454
14418
|
},
|
|
14419
|
+
"node_modules/oclif/node_modules/got": {
|
|
14420
|
+
"version": "13.0.0",
|
|
14421
|
+
"resolved": "https://registry.npmjs.org/got/-/got-13.0.0.tgz",
|
|
14422
|
+
"integrity": "sha512-XfBk1CxOOScDcMr9O1yKkNaQyy865NbYs+F7dr4H0LZMVgCj2Le59k6PqbNHoL5ToeaEQUYh6c6yMfVcc6SJxA==",
|
|
14423
|
+
"dev": true,
|
|
14424
|
+
"license": "MIT",
|
|
14425
|
+
"dependencies": {
|
|
14426
|
+
"@sindresorhus/is": "^5.2.0",
|
|
14427
|
+
"@szmarczak/http-timer": "^5.0.1",
|
|
14428
|
+
"cacheable-lookup": "^7.0.0",
|
|
14429
|
+
"cacheable-request": "^10.2.8",
|
|
14430
|
+
"decompress-response": "^6.0.0",
|
|
14431
|
+
"form-data-encoder": "^2.1.2",
|
|
14432
|
+
"get-stream": "^6.0.1",
|
|
14433
|
+
"http2-wrapper": "^2.1.10",
|
|
14434
|
+
"lowercase-keys": "^3.0.0",
|
|
14435
|
+
"p-cancelable": "^3.0.0",
|
|
14436
|
+
"responselike": "^3.0.0"
|
|
14437
|
+
},
|
|
14438
|
+
"engines": {
|
|
14439
|
+
"node": ">=16"
|
|
14440
|
+
},
|
|
14441
|
+
"funding": {
|
|
14442
|
+
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
14443
|
+
}
|
|
14444
|
+
},
|
|
14455
14445
|
"node_modules/oclif/node_modules/hosted-git-info": {
|
|
14456
14446
|
"version": "7.0.2",
|
|
14457
14447
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.2.tgz",
|
|
@@ -14465,6 +14455,20 @@
|
|
|
14465
14455
|
"node": "^16.14.0 || >=18.0.0"
|
|
14466
14456
|
}
|
|
14467
14457
|
},
|
|
14458
|
+
"node_modules/oclif/node_modules/http2-wrapper": {
|
|
14459
|
+
"version": "2.2.1",
|
|
14460
|
+
"resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-2.2.1.tgz",
|
|
14461
|
+
"integrity": "sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==",
|
|
14462
|
+
"dev": true,
|
|
14463
|
+
"license": "MIT",
|
|
14464
|
+
"dependencies": {
|
|
14465
|
+
"quick-lru": "^5.1.1",
|
|
14466
|
+
"resolve-alpn": "^1.2.0"
|
|
14467
|
+
},
|
|
14468
|
+
"engines": {
|
|
14469
|
+
"node": ">=10.19.0"
|
|
14470
|
+
}
|
|
14471
|
+
},
|
|
14468
14472
|
"node_modules/oclif/node_modules/jsonfile": {
|
|
14469
14473
|
"version": "4.0.0",
|
|
14470
14474
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
|
|
@@ -14475,6 +14479,32 @@
|
|
|
14475
14479
|
"graceful-fs": "^4.1.6"
|
|
14476
14480
|
}
|
|
14477
14481
|
},
|
|
14482
|
+
"node_modules/oclif/node_modules/lowercase-keys": {
|
|
14483
|
+
"version": "3.0.0",
|
|
14484
|
+
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
14485
|
+
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
14486
|
+
"dev": true,
|
|
14487
|
+
"license": "MIT",
|
|
14488
|
+
"engines": {
|
|
14489
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
14490
|
+
},
|
|
14491
|
+
"funding": {
|
|
14492
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
14493
|
+
}
|
|
14494
|
+
},
|
|
14495
|
+
"node_modules/oclif/node_modules/mimic-response": {
|
|
14496
|
+
"version": "4.0.0",
|
|
14497
|
+
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
14498
|
+
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
14499
|
+
"dev": true,
|
|
14500
|
+
"license": "MIT",
|
|
14501
|
+
"engines": {
|
|
14502
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
14503
|
+
},
|
|
14504
|
+
"funding": {
|
|
14505
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
14506
|
+
}
|
|
14507
|
+
},
|
|
14478
14508
|
"node_modules/oclif/node_modules/normalize-package-data": {
|
|
14479
14509
|
"version": "6.0.1",
|
|
14480
14510
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-6.0.1.tgz",
|
|
@@ -14491,6 +14521,45 @@
|
|
|
14491
14521
|
"node": "^16.14.0 || >=18.0.0"
|
|
14492
14522
|
}
|
|
14493
14523
|
},
|
|
14524
|
+
"node_modules/oclif/node_modules/normalize-url": {
|
|
14525
|
+
"version": "8.0.1",
|
|
14526
|
+
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.1.tgz",
|
|
14527
|
+
"integrity": "sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==",
|
|
14528
|
+
"dev": true,
|
|
14529
|
+
"license": "MIT",
|
|
14530
|
+
"engines": {
|
|
14531
|
+
"node": ">=14.16"
|
|
14532
|
+
},
|
|
14533
|
+
"funding": {
|
|
14534
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
14535
|
+
}
|
|
14536
|
+
},
|
|
14537
|
+
"node_modules/oclif/node_modules/p-cancelable": {
|
|
14538
|
+
"version": "3.0.0",
|
|
14539
|
+
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
14540
|
+
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
14541
|
+
"dev": true,
|
|
14542
|
+
"license": "MIT",
|
|
14543
|
+
"engines": {
|
|
14544
|
+
"node": ">=12.20"
|
|
14545
|
+
}
|
|
14546
|
+
},
|
|
14547
|
+
"node_modules/oclif/node_modules/responselike": {
|
|
14548
|
+
"version": "3.0.0",
|
|
14549
|
+
"resolved": "https://registry.npmjs.org/responselike/-/responselike-3.0.0.tgz",
|
|
14550
|
+
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
14551
|
+
"dev": true,
|
|
14552
|
+
"license": "MIT",
|
|
14553
|
+
"dependencies": {
|
|
14554
|
+
"lowercase-keys": "^3.0.0"
|
|
14555
|
+
},
|
|
14556
|
+
"engines": {
|
|
14557
|
+
"node": ">=14.16"
|
|
14558
|
+
},
|
|
14559
|
+
"funding": {
|
|
14560
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
14561
|
+
}
|
|
14562
|
+
},
|
|
14494
14563
|
"node_modules/oclif/node_modules/universalify": {
|
|
14495
14564
|
"version": "0.1.2",
|
|
14496
14565
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
|
|
@@ -14584,13 +14653,12 @@
|
|
|
14584
14653
|
"license": "MIT"
|
|
14585
14654
|
},
|
|
14586
14655
|
"node_modules/p-cancelable": {
|
|
14587
|
-
"version": "
|
|
14588
|
-
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-
|
|
14589
|
-
"integrity": "sha512-
|
|
14590
|
-
"dev": true,
|
|
14656
|
+
"version": "2.1.1",
|
|
14657
|
+
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
|
|
14658
|
+
"integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
|
|
14591
14659
|
"license": "MIT",
|
|
14592
14660
|
"engines": {
|
|
14593
|
-
"node": ">=
|
|
14661
|
+
"node": ">=8"
|
|
14594
14662
|
}
|
|
14595
14663
|
},
|
|
14596
14664
|
"node_modules/p-limit": {
|
|
@@ -16674,10 +16742,9 @@
|
|
|
16674
16742
|
}
|
|
16675
16743
|
},
|
|
16676
16744
|
"node_modules/sprintf-js": {
|
|
16677
|
-
"version": "1.
|
|
16678
|
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.
|
|
16679
|
-
"integrity": "sha512-
|
|
16680
|
-
"dev": true,
|
|
16745
|
+
"version": "1.1.3",
|
|
16746
|
+
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
16747
|
+
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
16681
16748
|
"license": "BSD-3-Clause"
|
|
16682
16749
|
},
|
|
16683
16750
|
"node_modules/srcset": {
|
|
@@ -17776,12 +17843,12 @@
|
|
|
17776
17843
|
}
|
|
17777
17844
|
},
|
|
17778
17845
|
"node_modules/unicorn-magic": {
|
|
17779
|
-
"version": "0.
|
|
17780
|
-
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.
|
|
17781
|
-
"integrity": "sha512-
|
|
17846
|
+
"version": "0.4.0",
|
|
17847
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
|
|
17848
|
+
"integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
|
|
17782
17849
|
"license": "MIT",
|
|
17783
17850
|
"engines": {
|
|
17784
|
-
"node": ">=
|
|
17851
|
+
"node": ">=20"
|
|
17785
17852
|
},
|
|
17786
17853
|
"funding": {
|
|
17787
17854
|
"url": "https://github.com/sponsors/sindresorhus"
|