@salesforce/cli 2.30.2 → 2.30.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 +128 -128
- package/npm-shrinkwrap.json +346 -611
- package/oclif.manifest.json +1 -1
- package/package.json +29 -29
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.30.
|
|
9
|
+
"version": "2.30.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^1.3.1",
|
|
14
14
|
"@oclif/core": "3.19.2",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.0.
|
|
16
|
-
"@oclif/plugin-commands": "3.1.
|
|
17
|
-
"@oclif/plugin-help": "6.0.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.0.9",
|
|
16
|
+
"@oclif/plugin-commands": "3.1.4",
|
|
17
|
+
"@oclif/plugin-help": "6.0.13",
|
|
18
18
|
"@oclif/plugin-not-found": "3.0.10",
|
|
19
|
-
"@oclif/plugin-plugins": "4.2.
|
|
19
|
+
"@oclif/plugin-plugins": "4.2.3",
|
|
20
20
|
"@oclif/plugin-search": "1.0.14",
|
|
21
|
-
"@oclif/plugin-update": "4.1.
|
|
21
|
+
"@oclif/plugin-update": "4.1.13",
|
|
22
22
|
"@oclif/plugin-version": "2.0.12",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.0.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.0.11",
|
|
24
24
|
"@oclif/plugin-which": "3.1.0",
|
|
25
25
|
"@salesforce/core": "^6.1.4",
|
|
26
|
-
"@salesforce/plugin-apex": "3.0.
|
|
27
|
-
"@salesforce/plugin-auth": "3.3.
|
|
28
|
-
"@salesforce/plugin-data": "3.0.
|
|
29
|
-
"@salesforce/plugin-deploy-retrieve": "3.2.
|
|
30
|
-
"@salesforce/plugin-info": "3.0.
|
|
31
|
-
"@salesforce/plugin-limits": "3.1.
|
|
32
|
-
"@salesforce/plugin-marketplace": "1.0.
|
|
33
|
-
"@salesforce/plugin-org": "3.3.
|
|
34
|
-
"@salesforce/plugin-packaging": "2.1.
|
|
26
|
+
"@salesforce/plugin-apex": "3.0.24",
|
|
27
|
+
"@salesforce/plugin-auth": "3.3.12",
|
|
28
|
+
"@salesforce/plugin-data": "3.0.23",
|
|
29
|
+
"@salesforce/plugin-deploy-retrieve": "3.2.15",
|
|
30
|
+
"@salesforce/plugin-info": "3.0.26",
|
|
31
|
+
"@salesforce/plugin-limits": "3.1.9",
|
|
32
|
+
"@salesforce/plugin-marketplace": "1.0.23",
|
|
33
|
+
"@salesforce/plugin-org": "3.3.13",
|
|
34
|
+
"@salesforce/plugin-packaging": "2.1.9",
|
|
35
35
|
"@salesforce/plugin-schema": "3.1.3",
|
|
36
|
-
"@salesforce/plugin-settings": "2.0.
|
|
37
|
-
"@salesforce/plugin-sobject": "1.1.
|
|
38
|
-
"@salesforce/plugin-source": "3.1.
|
|
39
|
-
"@salesforce/plugin-telemetry": "3.1.
|
|
40
|
-
"@salesforce/plugin-templates": "56.0.
|
|
41
|
-
"@salesforce/plugin-trust": "3.3.
|
|
42
|
-
"@salesforce/plugin-user": "3.2.
|
|
43
|
-
"@salesforce/sf-plugins-core": "7.1.
|
|
36
|
+
"@salesforce/plugin-settings": "2.0.26",
|
|
37
|
+
"@salesforce/plugin-sobject": "1.1.12",
|
|
38
|
+
"@salesforce/plugin-source": "3.1.14",
|
|
39
|
+
"@salesforce/plugin-telemetry": "3.1.12",
|
|
40
|
+
"@salesforce/plugin-templates": "56.0.15",
|
|
41
|
+
"@salesforce/plugin-trust": "3.3.9",
|
|
42
|
+
"@salesforce/plugin-user": "3.2.10",
|
|
43
|
+
"@salesforce/sf-plugins-core": "7.1.11",
|
|
44
44
|
"chalk": "^5.3.0",
|
|
45
45
|
"debug": "^4.3.4",
|
|
46
46
|
"strip-ansi": "^7.1.0"
|
|
@@ -3479,9 +3479,9 @@
|
|
|
3479
3479
|
}
|
|
3480
3480
|
},
|
|
3481
3481
|
"node_modules/@npmcli/agent/node_modules/http-proxy-agent": {
|
|
3482
|
-
"version": "7.0.
|
|
3483
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.
|
|
3484
|
-
"integrity": "sha512
|
|
3482
|
+
"version": "7.0.2",
|
|
3483
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
3484
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
3485
3485
|
"extraneous": true,
|
|
3486
3486
|
"license": "MIT",
|
|
3487
3487
|
"dependencies": {
|
|
@@ -3493,9 +3493,9 @@
|
|
|
3493
3493
|
}
|
|
3494
3494
|
},
|
|
3495
3495
|
"node_modules/@npmcli/agent/node_modules/https-proxy-agent": {
|
|
3496
|
-
"version": "7.0.
|
|
3497
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
3498
|
-
"integrity": "sha512-
|
|
3496
|
+
"version": "7.0.4",
|
|
3497
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
3498
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
3499
3499
|
"extraneous": true,
|
|
3500
3500
|
"license": "MIT",
|
|
3501
3501
|
"dependencies": {
|
|
@@ -3935,12 +3935,12 @@
|
|
|
3935
3935
|
}
|
|
3936
3936
|
},
|
|
3937
3937
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3938
|
-
"version": "3.0.
|
|
3939
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.
|
|
3940
|
-
"integrity": "sha512-
|
|
3938
|
+
"version": "3.0.9",
|
|
3939
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.0.9.tgz",
|
|
3940
|
+
"integrity": "sha512-r6Z9jimPbWyo+l8wKGfj2Xr2W8SKvLUcjd4khR+1oZgTpTVlmjywUkkT/2cwd2wswqk3wIb0meCCtXHPy4l8Xw==",
|
|
3941
3941
|
"license": "MIT",
|
|
3942
3942
|
"dependencies": {
|
|
3943
|
-
"@oclif/core": "^3.19.
|
|
3943
|
+
"@oclif/core": "^3.19.2",
|
|
3944
3944
|
"chalk": "^5.3.0",
|
|
3945
3945
|
"debug": "^4.3.4",
|
|
3946
3946
|
"ejs": "^3.1.9"
|
|
@@ -4055,12 +4055,12 @@
|
|
|
4055
4055
|
}
|
|
4056
4056
|
},
|
|
4057
4057
|
"node_modules/@oclif/plugin-commands": {
|
|
4058
|
-
"version": "3.1.
|
|
4059
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.1.
|
|
4060
|
-
"integrity": "sha512-
|
|
4058
|
+
"version": "3.1.4",
|
|
4059
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.1.4.tgz",
|
|
4060
|
+
"integrity": "sha512-Bfj+/2WVdDULK9/2cMSSjifbcPt/khnipPdZRQsGIdoJEox54J4QwBXTTUQzHh+//vmB1ulZEtROZ4q2gwL7Ag==",
|
|
4061
4061
|
"license": "MIT",
|
|
4062
4062
|
"dependencies": {
|
|
4063
|
-
"@oclif/core": "^3.19.
|
|
4063
|
+
"@oclif/core": "^3.19.2",
|
|
4064
4064
|
"lodash.pickby": "^4.6.0",
|
|
4065
4065
|
"lodash.sortby": "^4.7.0",
|
|
4066
4066
|
"lodash.template": "^4.5.0",
|
|
@@ -4071,12 +4071,12 @@
|
|
|
4071
4071
|
}
|
|
4072
4072
|
},
|
|
4073
4073
|
"node_modules/@oclif/plugin-help": {
|
|
4074
|
-
"version": "6.0.
|
|
4075
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.
|
|
4076
|
-
"integrity": "sha512-
|
|
4074
|
+
"version": "6.0.13",
|
|
4075
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.13.tgz",
|
|
4076
|
+
"integrity": "sha512-D/hiHmg+c6eOny95VfbhBcdgGxbi4AU2I3s1nFit0wpV2YziZnjmD7NQvYUCUJB052RcVmni6NiegttLgM4y5g==",
|
|
4077
4077
|
"license": "MIT",
|
|
4078
4078
|
"dependencies": {
|
|
4079
|
-
"@oclif/core": "^3.
|
|
4079
|
+
"@oclif/core": "^3.19.2"
|
|
4080
4080
|
},
|
|
4081
4081
|
"engines": {
|
|
4082
4082
|
"node": ">=18.0.0"
|
|
@@ -4097,15 +4097,15 @@
|
|
|
4097
4097
|
}
|
|
4098
4098
|
},
|
|
4099
4099
|
"node_modules/@oclif/plugin-plugins": {
|
|
4100
|
-
"version": "4.2.
|
|
4101
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.
|
|
4102
|
-
"integrity": "sha512-
|
|
4100
|
+
"version": "4.2.3",
|
|
4101
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.2.3.tgz",
|
|
4102
|
+
"integrity": "sha512-0yfdU68nksbfDhgnxFOAJ+72oWcet6drASJn83A18v6VdOq6/+wMjDQs+dZBRF3/Fcg6mW4o+ZBlSX72ubxEOA==",
|
|
4103
4103
|
"license": "MIT",
|
|
4104
4104
|
"dependencies": {
|
|
4105
4105
|
"@oclif/core": "^3.10.2",
|
|
4106
4106
|
"chalk": "^5.3.0",
|
|
4107
4107
|
"debug": "^4.3.4",
|
|
4108
|
-
"npm": "10.
|
|
4108
|
+
"npm": "10.4.0",
|
|
4109
4109
|
"npm-run-path": "^4.0.1",
|
|
4110
4110
|
"semver": "^7.6.0",
|
|
4111
4111
|
"shelljs": "^0.8.5",
|
|
@@ -4156,9 +4156,9 @@
|
|
|
4156
4156
|
}
|
|
4157
4157
|
},
|
|
4158
4158
|
"node_modules/@oclif/plugin-plugins/node_modules/npm": {
|
|
4159
|
-
"version": "10.
|
|
4160
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.
|
|
4161
|
-
"integrity": "sha512-
|
|
4159
|
+
"version": "10.4.0",
|
|
4160
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.4.0.tgz",
|
|
4161
|
+
"integrity": "sha512-RS7Mx0OVfXlOcQLRePuDIYdFCVBPCNapWHplDK+mh7GDdP/Tvor4ocuybRRPSvfcRb2vjRJt1fHCqw3cr8qACQ==",
|
|
4162
4162
|
"bundleDependencies": [
|
|
4163
4163
|
"@isaacs/string-locale-compare",
|
|
4164
4164
|
"@npmcli/arborist",
|
|
@@ -4222,7 +4222,6 @@
|
|
|
4222
4222
|
"semver",
|
|
4223
4223
|
"spdx-expression-parse",
|
|
4224
4224
|
"ssri",
|
|
4225
|
-
"strip-ansi",
|
|
4226
4225
|
"supports-color",
|
|
4227
4226
|
"tar",
|
|
4228
4227
|
"text-table",
|
|
@@ -4247,12 +4246,12 @@
|
|
|
4247
4246
|
"@npmcli/fs": "^3.1.0",
|
|
4248
4247
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
4249
4248
|
"@npmcli/package-json": "^5.0.0",
|
|
4250
|
-
"@npmcli/promise-spawn": "^7.0.
|
|
4251
|
-
"@npmcli/run-script": "^7.0.
|
|
4252
|
-
"@sigstore/tuf": "^2.
|
|
4249
|
+
"@npmcli/promise-spawn": "^7.0.1",
|
|
4250
|
+
"@npmcli/run-script": "^7.0.4",
|
|
4251
|
+
"@sigstore/tuf": "^2.3.0",
|
|
4253
4252
|
"abbrev": "^2.0.0",
|
|
4254
4253
|
"archy": "~1.0.0",
|
|
4255
|
-
"cacache": "^18.0.
|
|
4254
|
+
"cacache": "^18.0.2",
|
|
4256
4255
|
"chalk": "^5.3.0",
|
|
4257
4256
|
"ci-info": "^4.0.0",
|
|
4258
4257
|
"cli-columns": "^4.0.0",
|
|
@@ -4266,7 +4265,7 @@
|
|
|
4266
4265
|
"ini": "^4.1.1",
|
|
4267
4266
|
"init-package-json": "^6.0.0",
|
|
4268
4267
|
"is-cidr": "^5.0.3",
|
|
4269
|
-
"json-parse-even-better-errors": "^3.0.
|
|
4268
|
+
"json-parse-even-better-errors": "^3.0.1",
|
|
4270
4269
|
"libnpmaccess": "^8.0.1",
|
|
4271
4270
|
"libnpmdiff": "^6.0.3",
|
|
4272
4271
|
"libnpmexec": "^7.0.4",
|
|
@@ -4295,7 +4294,7 @@
|
|
|
4295
4294
|
"npm-user-validate": "^2.0.0",
|
|
4296
4295
|
"npmlog": "^7.0.1",
|
|
4297
4296
|
"p-map": "^4.0.0",
|
|
4298
|
-
"pacote": "^17.0.
|
|
4297
|
+
"pacote": "^17.0.6",
|
|
4299
4298
|
"parse-conflict-json": "^3.0.1",
|
|
4300
4299
|
"proc-log": "^3.0.0",
|
|
4301
4300
|
"qrcode-terminal": "^0.12.0",
|
|
@@ -4303,7 +4302,6 @@
|
|
|
4303
4302
|
"semver": "^7.5.4",
|
|
4304
4303
|
"spdx-expression-parse": "^3.0.1",
|
|
4305
4304
|
"ssri": "^10.0.5",
|
|
4306
|
-
"strip-ansi": "^7.1.0",
|
|
4307
4305
|
"supports-color": "^9.4.0",
|
|
4308
4306
|
"tar": "^6.2.0",
|
|
4309
4307
|
"text-table": "~0.2.0",
|
|
@@ -4350,6 +4348,19 @@
|
|
|
4350
4348
|
"node": ">=12"
|
|
4351
4349
|
}
|
|
4352
4350
|
},
|
|
4351
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
4352
|
+
"version": "6.0.1",
|
|
4353
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4354
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4355
|
+
"inBundle": true,
|
|
4356
|
+
"license": "MIT",
|
|
4357
|
+
"engines": {
|
|
4358
|
+
"node": ">=12"
|
|
4359
|
+
},
|
|
4360
|
+
"funding": {
|
|
4361
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4353
4364
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
4354
4365
|
"version": "9.2.2",
|
|
4355
4366
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
@@ -4375,6 +4386,22 @@
|
|
|
4375
4386
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4376
4387
|
}
|
|
4377
4388
|
},
|
|
4389
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
4390
|
+
"version": "7.1.0",
|
|
4391
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4392
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4393
|
+
"inBundle": true,
|
|
4394
|
+
"license": "MIT",
|
|
4395
|
+
"dependencies": {
|
|
4396
|
+
"ansi-regex": "^6.0.1"
|
|
4397
|
+
},
|
|
4398
|
+
"engines": {
|
|
4399
|
+
"node": ">=12"
|
|
4400
|
+
},
|
|
4401
|
+
"funding": {
|
|
4402
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4403
|
+
}
|
|
4404
|
+
},
|
|
4378
4405
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
4379
4406
|
"version": "1.1.0",
|
|
4380
4407
|
"resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
|
|
@@ -4400,9 +4427,7 @@
|
|
|
4400
4427
|
}
|
|
4401
4428
|
},
|
|
4402
4429
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
|
|
4403
|
-
"version": "7.
|
|
4404
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.2.1.tgz",
|
|
4405
|
-
"integrity": "sha512-o1QIAX56FC8HEPF+Hf4V4/hck9j0a3UiLnMX4aDHPbtU4Po1tUOUSmc2GAx947VWT+acrdMYTDkqUt2CaSXt7A==",
|
|
4430
|
+
"version": "7.3.1",
|
|
4406
4431
|
"inBundle": true,
|
|
4407
4432
|
"license": "ISC",
|
|
4408
4433
|
"dependencies": {
|
|
@@ -4433,7 +4458,7 @@
|
|
|
4433
4458
|
"parse-conflict-json": "^3.0.0",
|
|
4434
4459
|
"proc-log": "^3.0.0",
|
|
4435
4460
|
"promise-all-reject-late": "^1.0.0",
|
|
4436
|
-
"promise-call-limit": "^
|
|
4461
|
+
"promise-call-limit": "^3.0.1",
|
|
4437
4462
|
"read-package-json-fast": "^3.0.2",
|
|
4438
4463
|
"semver": "^7.3.7",
|
|
4439
4464
|
"ssri": "^10.0.5",
|
|
@@ -4448,7 +4473,9 @@
|
|
|
4448
4473
|
}
|
|
4449
4474
|
},
|
|
4450
4475
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
|
|
4451
|
-
"version": "8.0
|
|
4476
|
+
"version": "8.1.0",
|
|
4477
|
+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.1.0.tgz",
|
|
4478
|
+
"integrity": "sha512-61LNEybTFaa9Z/f8y6X9s2Blc75aijZK67LxqC5xicBcfkw8M/88nYrRXGXxAUKm6GRlxTZ216dp1UK2+TbaYw==",
|
|
4452
4479
|
"inBundle": true,
|
|
4453
4480
|
"license": "ISC",
|
|
4454
4481
|
"dependencies": {
|
|
@@ -4508,9 +4535,7 @@
|
|
|
4508
4535
|
}
|
|
4509
4536
|
},
|
|
4510
4537
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
|
|
4511
|
-
"version": "5.0.
|
|
4512
|
-
"resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.3.tgz",
|
|
4513
|
-
"integrity": "sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw==",
|
|
4538
|
+
"version": "5.0.4",
|
|
4514
4539
|
"inBundle": true,
|
|
4515
4540
|
"license": "ISC",
|
|
4516
4541
|
"dependencies": {
|
|
@@ -4616,7 +4641,9 @@
|
|
|
4616
4641
|
}
|
|
4617
4642
|
},
|
|
4618
4643
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
4619
|
-
"version": "7.0.
|
|
4644
|
+
"version": "7.0.1",
|
|
4645
|
+
"resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
|
|
4646
|
+
"integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
|
|
4620
4647
|
"inBundle": true,
|
|
4621
4648
|
"license": "ISC",
|
|
4622
4649
|
"dependencies": {
|
|
@@ -4640,14 +4667,16 @@
|
|
|
4640
4667
|
}
|
|
4641
4668
|
},
|
|
4642
4669
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
|
|
4643
|
-
"version": "7.0.
|
|
4670
|
+
"version": "7.0.4",
|
|
4671
|
+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
|
|
4672
|
+
"integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
|
|
4644
4673
|
"inBundle": true,
|
|
4645
4674
|
"license": "ISC",
|
|
4646
4675
|
"dependencies": {
|
|
4647
4676
|
"@npmcli/node-gyp": "^3.0.0",
|
|
4677
|
+
"@npmcli/package-json": "^5.0.0",
|
|
4648
4678
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
4649
4679
|
"node-gyp": "^10.0.0",
|
|
4650
|
-
"read-package-json-fast": "^3.0.0",
|
|
4651
4680
|
"which": "^4.0.0"
|
|
4652
4681
|
},
|
|
4653
4682
|
"engines": {
|
|
@@ -4666,7 +4695,9 @@
|
|
|
4666
4695
|
}
|
|
4667
4696
|
},
|
|
4668
4697
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
|
|
4669
|
-
"version": "2.1.
|
|
4698
|
+
"version": "2.1.1",
|
|
4699
|
+
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.1.1.tgz",
|
|
4700
|
+
"integrity": "sha512-v3/iS+1nufZdKQ5iAlQKcCsoh0jffQyABvYIxKsZQFWc4ubuGjwZklFHpDgV6O6T7vvV78SW5NHI91HFKEcxKg==",
|
|
4670
4701
|
"inBundle": true,
|
|
4671
4702
|
"license": "Apache-2.0",
|
|
4672
4703
|
"dependencies": {
|
|
@@ -4676,6 +4707,16 @@
|
|
|
4676
4707
|
"node": "^16.14.0 || >=18.0.0"
|
|
4677
4708
|
}
|
|
4678
4709
|
},
|
|
4710
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
|
|
4711
|
+
"version": "0.2.0",
|
|
4712
|
+
"resolved": "https://registry.npmjs.org/@sigstore/core/-/core-0.2.0.tgz",
|
|
4713
|
+
"integrity": "sha512-THobAPPZR9pDH2CAvDLpkrYedt7BlZnsyxDe+Isq4ZmGfPy5juOFZq487vCU2EgKD7aHSiTfE/i7sN7aEdzQnA==",
|
|
4714
|
+
"inBundle": true,
|
|
4715
|
+
"license": "Apache-2.0",
|
|
4716
|
+
"engines": {
|
|
4717
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4718
|
+
}
|
|
4719
|
+
},
|
|
4679
4720
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
4680
4721
|
"version": "0.2.1",
|
|
4681
4722
|
"resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz",
|
|
@@ -4687,11 +4728,14 @@
|
|
|
4687
4728
|
}
|
|
4688
4729
|
},
|
|
4689
4730
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
|
|
4690
|
-
"version": "2.2.
|
|
4731
|
+
"version": "2.2.1",
|
|
4732
|
+
"resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.1.tgz",
|
|
4733
|
+
"integrity": "sha512-U5sKQEj+faE1MsnLou1f4DQQHeFZay+V9s9768lw48J4pKykPj34rWyI1lsMOGJ3Mae47Ye6q3HAJvgXO21rkQ==",
|
|
4691
4734
|
"inBundle": true,
|
|
4692
4735
|
"license": "Apache-2.0",
|
|
4693
4736
|
"dependencies": {
|
|
4694
|
-
"@sigstore/bundle": "^2.1.
|
|
4737
|
+
"@sigstore/bundle": "^2.1.1",
|
|
4738
|
+
"@sigstore/core": "^0.2.0",
|
|
4695
4739
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4696
4740
|
"make-fetch-happen": "^13.0.0"
|
|
4697
4741
|
},
|
|
@@ -4700,12 +4744,29 @@
|
|
|
4700
4744
|
}
|
|
4701
4745
|
},
|
|
4702
4746
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
|
|
4703
|
-
"version": "2.
|
|
4747
|
+
"version": "2.3.0",
|
|
4748
|
+
"resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.0.tgz",
|
|
4749
|
+
"integrity": "sha512-S98jo9cpJwO1mtQ+2zY7bOdcYyfVYCUaofCG6wWRzk3pxKHVAkSfshkfecto2+LKsx7Ovtqbgb2LS8zTRhxJ9Q==",
|
|
4704
4750
|
"inBundle": true,
|
|
4705
4751
|
"license": "Apache-2.0",
|
|
4706
4752
|
"dependencies": {
|
|
4707
4753
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
4708
|
-
"tuf-js": "^2.
|
|
4754
|
+
"tuf-js": "^2.2.0"
|
|
4755
|
+
},
|
|
4756
|
+
"engines": {
|
|
4757
|
+
"node": "^16.14.0 || >=18.0.0"
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4760
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
|
|
4761
|
+
"version": "0.1.0",
|
|
4762
|
+
"resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-0.1.0.tgz",
|
|
4763
|
+
"integrity": "sha512-2UzMNYAa/uaz11NhvgRnIQf4gpLTJ59bhb8ESXaoSS5sxedfS+eLak8bsdMc+qpNQfITUTFoSKFx5h8umlRRiA==",
|
|
4764
|
+
"inBundle": true,
|
|
4765
|
+
"license": "Apache-2.0",
|
|
4766
|
+
"dependencies": {
|
|
4767
|
+
"@sigstore/bundle": "^2.1.1",
|
|
4768
|
+
"@sigstore/core": "^0.2.0",
|
|
4769
|
+
"@sigstore/protobuf-specs": "^0.2.1"
|
|
4709
4770
|
},
|
|
4710
4771
|
"engines": {
|
|
4711
4772
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -4745,19 +4806,6 @@
|
|
|
4745
4806
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4746
4807
|
}
|
|
4747
4808
|
},
|
|
4748
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/abort-controller": {
|
|
4749
|
-
"version": "3.0.0",
|
|
4750
|
-
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
4751
|
-
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
4752
|
-
"inBundle": true,
|
|
4753
|
-
"license": "MIT",
|
|
4754
|
-
"dependencies": {
|
|
4755
|
-
"event-target-shim": "^5.0.0"
|
|
4756
|
-
},
|
|
4757
|
-
"engines": {
|
|
4758
|
-
"node": ">=6.5"
|
|
4759
|
-
}
|
|
4760
|
-
},
|
|
4761
4809
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
|
|
4762
4810
|
"version": "7.1.0",
|
|
4763
4811
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
@@ -4786,16 +4834,13 @@
|
|
|
4786
4834
|
}
|
|
4787
4835
|
},
|
|
4788
4836
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-regex": {
|
|
4789
|
-
"version": "
|
|
4790
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-
|
|
4791
|
-
"integrity": "sha512-
|
|
4837
|
+
"version": "5.0.1",
|
|
4838
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
4839
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
4792
4840
|
"inBundle": true,
|
|
4793
4841
|
"license": "MIT",
|
|
4794
4842
|
"engines": {
|
|
4795
|
-
"node": ">=
|
|
4796
|
-
},
|
|
4797
|
-
"funding": {
|
|
4798
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
4843
|
+
"node": ">=8"
|
|
4799
4844
|
}
|
|
4800
4845
|
},
|
|
4801
4846
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
|
|
@@ -4826,13 +4871,9 @@
|
|
|
4826
4871
|
"license": "MIT"
|
|
4827
4872
|
},
|
|
4828
4873
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
|
|
4829
|
-
"version": "4.0.
|
|
4874
|
+
"version": "4.0.2",
|
|
4830
4875
|
"inBundle": true,
|
|
4831
4876
|
"license": "ISC",
|
|
4832
|
-
"dependencies": {
|
|
4833
|
-
"delegates": "^1.0.0",
|
|
4834
|
-
"readable-stream": "^4.1.0"
|
|
4835
|
-
},
|
|
4836
4877
|
"engines": {
|
|
4837
4878
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4838
4879
|
}
|
|
@@ -4844,27 +4885,6 @@
|
|
|
4844
4885
|
"inBundle": true,
|
|
4845
4886
|
"license": "MIT"
|
|
4846
4887
|
},
|
|
4847
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/base64-js": {
|
|
4848
|
-
"version": "1.5.1",
|
|
4849
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
4850
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
4851
|
-
"funding": [
|
|
4852
|
-
{
|
|
4853
|
-
"type": "github",
|
|
4854
|
-
"url": "https://github.com/sponsors/feross"
|
|
4855
|
-
},
|
|
4856
|
-
{
|
|
4857
|
-
"type": "patreon",
|
|
4858
|
-
"url": "https://www.patreon.com/feross"
|
|
4859
|
-
},
|
|
4860
|
-
{
|
|
4861
|
-
"type": "consulting",
|
|
4862
|
-
"url": "https://feross.org/support"
|
|
4863
|
-
}
|
|
4864
|
-
],
|
|
4865
|
-
"inBundle": true,
|
|
4866
|
-
"license": "MIT"
|
|
4867
|
-
},
|
|
4868
4888
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
|
|
4869
4889
|
"version": "4.0.3",
|
|
4870
4890
|
"inBundle": true,
|
|
@@ -4899,31 +4919,6 @@
|
|
|
4899
4919
|
"balanced-match": "^1.0.0"
|
|
4900
4920
|
}
|
|
4901
4921
|
},
|
|
4902
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/buffer": {
|
|
4903
|
-
"version": "6.0.3",
|
|
4904
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
4905
|
-
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
4906
|
-
"funding": [
|
|
4907
|
-
{
|
|
4908
|
-
"type": "github",
|
|
4909
|
-
"url": "https://github.com/sponsors/feross"
|
|
4910
|
-
},
|
|
4911
|
-
{
|
|
4912
|
-
"type": "patreon",
|
|
4913
|
-
"url": "https://www.patreon.com/feross"
|
|
4914
|
-
},
|
|
4915
|
-
{
|
|
4916
|
-
"type": "consulting",
|
|
4917
|
-
"url": "https://feross.org/support"
|
|
4918
|
-
}
|
|
4919
|
-
],
|
|
4920
|
-
"inBundle": true,
|
|
4921
|
-
"license": "MIT",
|
|
4922
|
-
"dependencies": {
|
|
4923
|
-
"base64-js": "^1.3.1",
|
|
4924
|
-
"ieee754": "^1.2.1"
|
|
4925
|
-
}
|
|
4926
|
-
},
|
|
4927
4922
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
|
|
4928
4923
|
"version": "5.0.1",
|
|
4929
4924
|
"resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
|
|
@@ -4935,7 +4930,9 @@
|
|
|
4935
4930
|
}
|
|
4936
4931
|
},
|
|
4937
4932
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
|
|
4938
|
-
"version": "18.0.
|
|
4933
|
+
"version": "18.0.2",
|
|
4934
|
+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
|
|
4935
|
+
"integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
|
|
4939
4936
|
"inBundle": true,
|
|
4940
4937
|
"license": "ISC",
|
|
4941
4938
|
"dependencies": {
|
|
@@ -4944,7 +4941,7 @@
|
|
|
4944
4941
|
"glob": "^10.2.2",
|
|
4945
4942
|
"lru-cache": "^10.0.1",
|
|
4946
4943
|
"minipass": "^7.0.3",
|
|
4947
|
-
"minipass-collect": "^
|
|
4944
|
+
"minipass-collect": "^2.0.1",
|
|
4948
4945
|
"minipass-flush": "^1.0.5",
|
|
4949
4946
|
"minipass-pipeline": "^1.2.4",
|
|
4950
4947
|
"p-map": "^4.0.0",
|
|
@@ -5032,29 +5029,6 @@
|
|
|
5032
5029
|
"node": ">= 10"
|
|
5033
5030
|
}
|
|
5034
5031
|
},
|
|
5035
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/ansi-regex": {
|
|
5036
|
-
"version": "5.0.1",
|
|
5037
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5038
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5039
|
-
"inBundle": true,
|
|
5040
|
-
"license": "MIT",
|
|
5041
|
-
"engines": {
|
|
5042
|
-
"node": ">=8"
|
|
5043
|
-
}
|
|
5044
|
-
},
|
|
5045
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi": {
|
|
5046
|
-
"version": "6.0.1",
|
|
5047
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5048
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5049
|
-
"inBundle": true,
|
|
5050
|
-
"license": "MIT",
|
|
5051
|
-
"dependencies": {
|
|
5052
|
-
"ansi-regex": "^5.0.1"
|
|
5053
|
-
},
|
|
5054
|
-
"engines": {
|
|
5055
|
-
"node": ">=8"
|
|
5056
|
-
}
|
|
5057
|
-
},
|
|
5058
5032
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
|
|
5059
5033
|
"version": "0.6.3",
|
|
5060
5034
|
"resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
|
|
@@ -5133,29 +5107,6 @@
|
|
|
5133
5107
|
"node": ">=8.0.0"
|
|
5134
5108
|
}
|
|
5135
5109
|
},
|
|
5136
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/ansi-regex": {
|
|
5137
|
-
"version": "5.0.1",
|
|
5138
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5139
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5140
|
-
"inBundle": true,
|
|
5141
|
-
"license": "MIT",
|
|
5142
|
-
"engines": {
|
|
5143
|
-
"node": ">=8"
|
|
5144
|
-
}
|
|
5145
|
-
},
|
|
5146
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/strip-ansi": {
|
|
5147
|
-
"version": "6.0.1",
|
|
5148
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5149
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5150
|
-
"inBundle": true,
|
|
5151
|
-
"license": "MIT",
|
|
5152
|
-
"dependencies": {
|
|
5153
|
-
"ansi-regex": "^5.0.1"
|
|
5154
|
-
},
|
|
5155
|
-
"engines": {
|
|
5156
|
-
"node": ">=8"
|
|
5157
|
-
}
|
|
5158
|
-
},
|
|
5159
5110
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
|
|
5160
5111
|
"version": "1.0.1",
|
|
5161
5112
|
"resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
|
|
@@ -5252,13 +5203,6 @@
|
|
|
5252
5203
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5253
5204
|
}
|
|
5254
5205
|
},
|
|
5255
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/delegates": {
|
|
5256
|
-
"version": "1.0.0",
|
|
5257
|
-
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
|
|
5258
|
-
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
5259
|
-
"inBundle": true,
|
|
5260
|
-
"license": "MIT"
|
|
5261
|
-
},
|
|
5262
5206
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
|
|
5263
5207
|
"version": "5.1.0",
|
|
5264
5208
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
|
|
@@ -5311,26 +5255,6 @@
|
|
|
5311
5255
|
"inBundle": true,
|
|
5312
5256
|
"license": "MIT"
|
|
5313
5257
|
},
|
|
5314
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/event-target-shim": {
|
|
5315
|
-
"version": "5.0.1",
|
|
5316
|
-
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
5317
|
-
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
5318
|
-
"inBundle": true,
|
|
5319
|
-
"license": "MIT",
|
|
5320
|
-
"engines": {
|
|
5321
|
-
"node": ">=6"
|
|
5322
|
-
}
|
|
5323
|
-
},
|
|
5324
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/events": {
|
|
5325
|
-
"version": "3.3.0",
|
|
5326
|
-
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
5327
|
-
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
5328
|
-
"inBundle": true,
|
|
5329
|
-
"license": "MIT",
|
|
5330
|
-
"engines": {
|
|
5331
|
-
"node": ">=0.8.x"
|
|
5332
|
-
}
|
|
5333
|
-
},
|
|
5334
5258
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
|
|
5335
5259
|
"version": "3.1.1",
|
|
5336
5260
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -5408,29 +5332,6 @@
|
|
|
5408
5332
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
5409
5333
|
}
|
|
5410
5334
|
},
|
|
5411
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/ansi-regex": {
|
|
5412
|
-
"version": "5.0.1",
|
|
5413
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5414
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5415
|
-
"inBundle": true,
|
|
5416
|
-
"license": "MIT",
|
|
5417
|
-
"engines": {
|
|
5418
|
-
"node": ">=8"
|
|
5419
|
-
}
|
|
5420
|
-
},
|
|
5421
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/strip-ansi": {
|
|
5422
|
-
"version": "6.0.1",
|
|
5423
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5424
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5425
|
-
"inBundle": true,
|
|
5426
|
-
"license": "MIT",
|
|
5427
|
-
"dependencies": {
|
|
5428
|
-
"ansi-regex": "^5.0.1"
|
|
5429
|
-
},
|
|
5430
|
-
"engines": {
|
|
5431
|
-
"node": ">=8"
|
|
5432
|
-
}
|
|
5433
|
-
},
|
|
5434
5335
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
|
|
5435
5336
|
"version": "10.3.10",
|
|
5436
5337
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
@@ -5503,8 +5404,6 @@
|
|
|
5503
5404
|
},
|
|
5504
5405
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/http-proxy-agent": {
|
|
5505
5406
|
"version": "7.0.0",
|
|
5506
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
|
|
5507
|
-
"integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
|
|
5508
5407
|
"inBundle": true,
|
|
5509
5408
|
"license": "MIT",
|
|
5510
5409
|
"dependencies": {
|
|
@@ -5517,8 +5416,6 @@
|
|
|
5517
5416
|
},
|
|
5518
5417
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/https-proxy-agent": {
|
|
5519
5418
|
"version": "7.0.2",
|
|
5520
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
|
|
5521
|
-
"integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
|
|
5522
5419
|
"inBundle": true,
|
|
5523
5420
|
"license": "MIT",
|
|
5524
5421
|
"dependencies": {
|
|
@@ -5543,31 +5440,8 @@
|
|
|
5543
5440
|
"node": ">=0.10.0"
|
|
5544
5441
|
}
|
|
5545
5442
|
},
|
|
5546
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ieee754": {
|
|
5547
|
-
"version": "1.2.1",
|
|
5548
|
-
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
5549
|
-
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
5550
|
-
"funding": [
|
|
5551
|
-
{
|
|
5552
|
-
"type": "github",
|
|
5553
|
-
"url": "https://github.com/sponsors/feross"
|
|
5554
|
-
},
|
|
5555
|
-
{
|
|
5556
|
-
"type": "patreon",
|
|
5557
|
-
"url": "https://www.patreon.com/feross"
|
|
5558
|
-
},
|
|
5559
|
-
{
|
|
5560
|
-
"type": "consulting",
|
|
5561
|
-
"url": "https://feross.org/support"
|
|
5562
|
-
}
|
|
5563
|
-
],
|
|
5564
|
-
"inBundle": true,
|
|
5565
|
-
"license": "BSD-3-Clause"
|
|
5566
|
-
},
|
|
5567
5443
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
|
|
5568
|
-
"version": "6.0.
|
|
5569
|
-
"resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.3.tgz",
|
|
5570
|
-
"integrity": "sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==",
|
|
5444
|
+
"version": "6.0.4",
|
|
5571
5445
|
"inBundle": true,
|
|
5572
5446
|
"license": "ISC",
|
|
5573
5447
|
"dependencies": {
|
|
@@ -5714,7 +5588,9 @@
|
|
|
5714
5588
|
}
|
|
5715
5589
|
},
|
|
5716
5590
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
5717
|
-
"version": "3.0.
|
|
5591
|
+
"version": "3.0.1",
|
|
5592
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
|
|
5593
|
+
"integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
|
|
5718
5594
|
"inBundle": true,
|
|
5719
5595
|
"license": "MIT",
|
|
5720
5596
|
"engines": {
|
|
@@ -5756,9 +5632,7 @@
|
|
|
5756
5632
|
"license": "MIT"
|
|
5757
5633
|
},
|
|
5758
5634
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
|
|
5759
|
-
"version": "8.0.
|
|
5760
|
-
"resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.1.tgz",
|
|
5761
|
-
"integrity": "sha512-MWbnWIfxLKol+BgC1NR1as1JwM5ufZASd6CaENJjNe4JpJ0gx71xhpYY5SvNMZnVBahocYZWP6+SPQdyD0abEQ==",
|
|
5635
|
+
"version": "8.0.2",
|
|
5762
5636
|
"inBundle": true,
|
|
5763
5637
|
"license": "ISC",
|
|
5764
5638
|
"dependencies": {
|
|
@@ -5770,9 +5644,7 @@
|
|
|
5770
5644
|
}
|
|
5771
5645
|
},
|
|
5772
5646
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
|
|
5773
|
-
"version": "6.0.
|
|
5774
|
-
"resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.3.tgz",
|
|
5775
|
-
"integrity": "sha512-Xy4ZFueaYb7CNMxH7i/SoQDg7VyDOESFWZp/MU3f3qtAasEWhdTYBSHmb18ehp8MxTjox7c7U6ws7l3r+LTBFA==",
|
|
5647
|
+
"version": "6.0.6",
|
|
5776
5648
|
"inBundle": true,
|
|
5777
5649
|
"license": "ISC",
|
|
5778
5650
|
"dependencies": {
|
|
@@ -5791,7 +5663,9 @@
|
|
|
5791
5663
|
}
|
|
5792
5664
|
},
|
|
5793
5665
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
|
|
5794
|
-
"version": "7.0.
|
|
5666
|
+
"version": "7.0.7",
|
|
5667
|
+
"resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.7.tgz",
|
|
5668
|
+
"integrity": "sha512-pkca7D8s84GqLQf8wh7QKWXUlUKc+BQlwztzCqjWqxVNYjl2sF+WRGB1cmVFBshJ82tm2etWkpmxmkrHus4uJQ==",
|
|
5795
5669
|
"inBundle": true,
|
|
5796
5670
|
"license": "ISC",
|
|
5797
5671
|
"dependencies": {
|
|
@@ -5812,9 +5686,7 @@
|
|
|
5812
5686
|
}
|
|
5813
5687
|
},
|
|
5814
5688
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
|
|
5815
|
-
"version": "5.0.
|
|
5816
|
-
"resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.1.tgz",
|
|
5817
|
-
"integrity": "sha512-4s7jdjiYE4SCf87n5UOrRlsUpF0Xw8DWtBwP53EaNQdvqR1579nOv1nwakMLmkq5HFKNOJyZcAH/rf5wVRRz5A==",
|
|
5689
|
+
"version": "5.0.4",
|
|
5818
5690
|
"inBundle": true,
|
|
5819
5691
|
"license": "ISC",
|
|
5820
5692
|
"dependencies": {
|
|
@@ -5825,9 +5697,7 @@
|
|
|
5825
5697
|
}
|
|
5826
5698
|
},
|
|
5827
5699
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
|
|
5828
|
-
"version": "10.0.
|
|
5829
|
-
"resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.0.tgz",
|
|
5830
|
-
"integrity": "sha512-PdEuOC1woGbrmxsvMdZCLYFirwtroIaxCzire/h55BfnqHOC73yQylIe9V2T9/1WL6f+PXIoZETR0dhJpLLFWQ==",
|
|
5700
|
+
"version": "10.0.1",
|
|
5831
5701
|
"inBundle": true,
|
|
5832
5702
|
"license": "ISC",
|
|
5833
5703
|
"dependencies": {
|
|
@@ -5839,9 +5709,7 @@
|
|
|
5839
5709
|
}
|
|
5840
5710
|
},
|
|
5841
5711
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
|
|
5842
|
-
"version": "6.0.
|
|
5843
|
-
"resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.1.tgz",
|
|
5844
|
-
"integrity": "sha512-yP3Moge82n3va2Y2dm7qWqwUGp2oZr+vPCyOr+YChGQx6zMtmUYdQA3nGMyF1mWWEmx2QCzyp2N6HmdTUnvRmQ==",
|
|
5712
|
+
"version": "6.0.2",
|
|
5845
5713
|
"inBundle": true,
|
|
5846
5714
|
"license": "ISC",
|
|
5847
5715
|
"dependencies": {
|
|
@@ -5853,9 +5721,7 @@
|
|
|
5853
5721
|
}
|
|
5854
5722
|
},
|
|
5855
5723
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
|
|
5856
|
-
"version": "6.0.
|
|
5857
|
-
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.3.tgz",
|
|
5858
|
-
"integrity": "sha512-+XV6/KVGYJ2TvqeJfBhSJgrXWV3OiFPYCKGavNwNBFmAtRRrj7OoV6a/+C0HDo7D0PFEDktdBHW47EciUgHx+g==",
|
|
5724
|
+
"version": "6.0.6",
|
|
5859
5725
|
"inBundle": true,
|
|
5860
5726
|
"license": "ISC",
|
|
5861
5727
|
"dependencies": {
|
|
@@ -5869,7 +5735,9 @@
|
|
|
5869
5735
|
}
|
|
5870
5736
|
},
|
|
5871
5737
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
|
|
5872
|
-
"version": "9.0.
|
|
5738
|
+
"version": "9.0.4",
|
|
5739
|
+
"resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
|
|
5740
|
+
"integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
|
|
5873
5741
|
"inBundle": true,
|
|
5874
5742
|
"license": "ISC",
|
|
5875
5743
|
"dependencies": {
|
|
@@ -5879,7 +5747,7 @@
|
|
|
5879
5747
|
"npm-registry-fetch": "^16.0.0",
|
|
5880
5748
|
"proc-log": "^3.0.0",
|
|
5881
5749
|
"semver": "^7.3.7",
|
|
5882
|
-
"sigstore": "^2.
|
|
5750
|
+
"sigstore": "^2.2.0",
|
|
5883
5751
|
"ssri": "^10.0.5"
|
|
5884
5752
|
},
|
|
5885
5753
|
"engines": {
|
|
@@ -5887,9 +5755,7 @@
|
|
|
5887
5755
|
}
|
|
5888
5756
|
},
|
|
5889
5757
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
|
|
5890
|
-
"version": "7.0.
|
|
5891
|
-
"resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.0.tgz",
|
|
5892
|
-
"integrity": "sha512-gMSev/ZYP96C/73vVJSBfc/dfK65xKHs1QS/u/0NHmos19Td+XopKaMFbY4Xkfbdsau21DRTwM5kQdjuj9DbIw==",
|
|
5758
|
+
"version": "7.0.1",
|
|
5893
5759
|
"inBundle": true,
|
|
5894
5760
|
"license": "ISC",
|
|
5895
5761
|
"dependencies": {
|
|
@@ -5900,9 +5766,7 @@
|
|
|
5900
5766
|
}
|
|
5901
5767
|
},
|
|
5902
5768
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
|
|
5903
|
-
"version": "6.0.
|
|
5904
|
-
"resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.0.tgz",
|
|
5905
|
-
"integrity": "sha512-d63ahIq7cZy3ZO8hhXiIigZTjaeV5WGfz1HkTbh6IfqNYNDhGiVLKu5ehOGdUQgUHcjxkdAwUzNNjMS1VJQ/mQ==",
|
|
5769
|
+
"version": "6.0.1",
|
|
5906
5770
|
"inBundle": true,
|
|
5907
5771
|
"license": "ISC",
|
|
5908
5772
|
"dependencies": {
|
|
@@ -5914,9 +5778,7 @@
|
|
|
5914
5778
|
}
|
|
5915
5779
|
},
|
|
5916
5780
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
|
|
5917
|
-
"version": "5.0.
|
|
5918
|
-
"resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.1.tgz",
|
|
5919
|
-
"integrity": "sha512-OXiju5vvL22QUBKizAyo5d+FOUkt9xN9+UOPE8alsZw+O9gLjnJrMmRW8P8uxMLS6/K415em15meVEbjG26Fzg==",
|
|
5781
|
+
"version": "5.0.2",
|
|
5920
5782
|
"inBundle": true,
|
|
5921
5783
|
"license": "ISC",
|
|
5922
5784
|
"dependencies": {
|
|
@@ -5931,12 +5793,11 @@
|
|
|
5931
5793
|
}
|
|
5932
5794
|
},
|
|
5933
5795
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
|
|
5934
|
-
"version": "10.0
|
|
5796
|
+
"version": "10.1.0",
|
|
5797
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
|
|
5798
|
+
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
|
|
5935
5799
|
"inBundle": true,
|
|
5936
5800
|
"license": "ISC",
|
|
5937
|
-
"dependencies": {
|
|
5938
|
-
"semver": "^7.3.5"
|
|
5939
|
-
},
|
|
5940
5801
|
"engines": {
|
|
5941
5802
|
"node": "14 || >=16.14"
|
|
5942
5803
|
}
|
|
@@ -5979,41 +5840,28 @@
|
|
|
5979
5840
|
"funding": {
|
|
5980
5841
|
"url": "https://github.com/sponsors/isaacs"
|
|
5981
5842
|
}
|
|
5982
|
-
},
|
|
5983
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass": {
|
|
5984
|
-
"version": "7.0.4",
|
|
5985
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
5986
|
-
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
5987
|
-
"inBundle": true,
|
|
5988
|
-
"license": "ISC",
|
|
5989
|
-
"engines": {
|
|
5990
|
-
"node": ">=16 || 14 >=14.17"
|
|
5991
|
-
}
|
|
5992
|
-
},
|
|
5993
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5994
|
-
"version": "1.0.2",
|
|
5995
|
-
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
|
|
5996
|
-
"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
|
|
5843
|
+
},
|
|
5844
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass": {
|
|
5845
|
+
"version": "7.0.4",
|
|
5846
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz",
|
|
5847
|
+
"integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==",
|
|
5997
5848
|
"inBundle": true,
|
|
5998
5849
|
"license": "ISC",
|
|
5999
|
-
"dependencies": {
|
|
6000
|
-
"minipass": "^3.0.0"
|
|
6001
|
-
},
|
|
6002
5850
|
"engines": {
|
|
6003
|
-
"node": ">=
|
|
5851
|
+
"node": ">=16 || 14 >=14.17"
|
|
6004
5852
|
}
|
|
6005
5853
|
},
|
|
6006
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect
|
|
6007
|
-
"version": "
|
|
6008
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-
|
|
6009
|
-
"integrity": "sha512-
|
|
5854
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
|
|
5855
|
+
"version": "2.0.1",
|
|
5856
|
+
"resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
|
|
5857
|
+
"integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
|
|
6010
5858
|
"inBundle": true,
|
|
6011
5859
|
"license": "ISC",
|
|
6012
5860
|
"dependencies": {
|
|
6013
|
-
"
|
|
5861
|
+
"minipass": "^7.0.3"
|
|
6014
5862
|
},
|
|
6015
5863
|
"engines": {
|
|
6016
|
-
"node": ">=
|
|
5864
|
+
"node": ">=16 || 14 >=14.17"
|
|
6017
5865
|
}
|
|
6018
5866
|
},
|
|
6019
5867
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
|
|
@@ -6321,13 +6169,11 @@
|
|
|
6321
6169
|
}
|
|
6322
6170
|
},
|
|
6323
6171
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
|
|
6324
|
-
"version": "8.0.
|
|
6325
|
-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.0.tgz",
|
|
6326
|
-
"integrity": "sha512-ErAGFB5kJUciPy1mmx/C2YFbvxoJ0QJ9uwkCZOeR6CqLLISPZBOiFModAbSXnjjlwW5lOhuhXva+fURsSGJqyw==",
|
|
6172
|
+
"version": "8.0.2",
|
|
6327
6173
|
"inBundle": true,
|
|
6328
6174
|
"license": "ISC",
|
|
6329
6175
|
"dependencies": {
|
|
6330
|
-
"ignore-walk": "^6.0.
|
|
6176
|
+
"ignore-walk": "^6.0.4"
|
|
6331
6177
|
},
|
|
6332
6178
|
"engines": {
|
|
6333
6179
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
@@ -6425,7 +6271,9 @@
|
|
|
6425
6271
|
}
|
|
6426
6272
|
},
|
|
6427
6273
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
|
|
6428
|
-
"version": "17.0.
|
|
6274
|
+
"version": "17.0.6",
|
|
6275
|
+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
|
|
6276
|
+
"integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
|
|
6429
6277
|
"inBundle": true,
|
|
6430
6278
|
"license": "ISC",
|
|
6431
6279
|
"dependencies": {
|
|
@@ -6444,7 +6292,7 @@
|
|
|
6444
6292
|
"promise-retry": "^2.0.1",
|
|
6445
6293
|
"read-package-json": "^7.0.0",
|
|
6446
6294
|
"read-package-json-fast": "^3.0.0",
|
|
6447
|
-
"sigstore": "^2.
|
|
6295
|
+
"sigstore": "^2.2.0",
|
|
6448
6296
|
"ssri": "^10.0.0",
|
|
6449
6297
|
"tar": "^6.1.11"
|
|
6450
6298
|
},
|
|
@@ -6498,9 +6346,7 @@
|
|
|
6498
6346
|
}
|
|
6499
6347
|
},
|
|
6500
6348
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
|
|
6501
|
-
"version": "6.0.
|
|
6502
|
-
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz",
|
|
6503
|
-
"integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==",
|
|
6349
|
+
"version": "6.0.15",
|
|
6504
6350
|
"inBundle": true,
|
|
6505
6351
|
"license": "MIT",
|
|
6506
6352
|
"dependencies": {
|
|
@@ -6521,16 +6367,6 @@
|
|
|
6521
6367
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6522
6368
|
}
|
|
6523
6369
|
},
|
|
6524
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/process": {
|
|
6525
|
-
"version": "0.11.10",
|
|
6526
|
-
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
6527
|
-
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
6528
|
-
"inBundle": true,
|
|
6529
|
-
"license": "MIT",
|
|
6530
|
-
"engines": {
|
|
6531
|
-
"node": ">= 0.6.0"
|
|
6532
|
-
}
|
|
6533
|
-
},
|
|
6534
6370
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
|
|
6535
6371
|
"version": "1.0.1",
|
|
6536
6372
|
"resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
|
|
@@ -6542,9 +6378,7 @@
|
|
|
6542
6378
|
}
|
|
6543
6379
|
},
|
|
6544
6380
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
|
|
6545
|
-
"version": "
|
|
6546
|
-
"resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.2.tgz",
|
|
6547
|
-
"integrity": "sha512-1vTUnfI2hzui8AEIixbdAJlFY4LFDXqQswy/2eOlThAscXCY4It8FdVuI0fMJGAB2aWGbdQf/gv0skKYXmdrHA==",
|
|
6381
|
+
"version": "3.0.1",
|
|
6548
6382
|
"inBundle": true,
|
|
6549
6383
|
"license": "ISC",
|
|
6550
6384
|
"funding": {
|
|
@@ -6647,23 +6481,6 @@
|
|
|
6647
6481
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6648
6482
|
}
|
|
6649
6483
|
},
|
|
6650
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
|
|
6651
|
-
"version": "4.4.2",
|
|
6652
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
6653
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
6654
|
-
"inBundle": true,
|
|
6655
|
-
"license": "MIT",
|
|
6656
|
-
"dependencies": {
|
|
6657
|
-
"abort-controller": "^3.0.0",
|
|
6658
|
-
"buffer": "^6.0.3",
|
|
6659
|
-
"events": "^3.3.0",
|
|
6660
|
-
"process": "^0.11.10",
|
|
6661
|
-
"string_decoder": "^1.3.0"
|
|
6662
|
-
},
|
|
6663
|
-
"engines": {
|
|
6664
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6665
|
-
}
|
|
6666
|
-
},
|
|
6667
6484
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
|
|
6668
6485
|
"version": "0.12.0",
|
|
6669
6486
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -6674,27 +6491,6 @@
|
|
|
6674
6491
|
"node": ">= 4"
|
|
6675
6492
|
}
|
|
6676
6493
|
},
|
|
6677
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safe-buffer": {
|
|
6678
|
-
"version": "5.2.1",
|
|
6679
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
6680
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
6681
|
-
"funding": [
|
|
6682
|
-
{
|
|
6683
|
-
"type": "github",
|
|
6684
|
-
"url": "https://github.com/sponsors/feross"
|
|
6685
|
-
},
|
|
6686
|
-
{
|
|
6687
|
-
"type": "patreon",
|
|
6688
|
-
"url": "https://www.patreon.com/feross"
|
|
6689
|
-
},
|
|
6690
|
-
{
|
|
6691
|
-
"type": "consulting",
|
|
6692
|
-
"url": "https://feross.org/support"
|
|
6693
|
-
}
|
|
6694
|
-
],
|
|
6695
|
-
"inBundle": true,
|
|
6696
|
-
"license": "MIT"
|
|
6697
|
-
},
|
|
6698
6494
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
|
|
6699
6495
|
"version": "2.1.2",
|
|
6700
6496
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
@@ -6774,14 +6570,18 @@
|
|
|
6774
6570
|
}
|
|
6775
6571
|
},
|
|
6776
6572
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
|
|
6777
|
-
"version": "2.
|
|
6573
|
+
"version": "2.2.0",
|
|
6574
|
+
"resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.0.tgz",
|
|
6575
|
+
"integrity": "sha512-fcU9clHwEss2/M/11FFM8Jwc4PjBgbhXoNskoK5guoK0qGQBSeUbQZRJ+B2fDFIvhyf0gqCaPrel9mszbhAxug==",
|
|
6778
6576
|
"inBundle": true,
|
|
6779
6577
|
"license": "Apache-2.0",
|
|
6780
6578
|
"dependencies": {
|
|
6781
|
-
"@sigstore/bundle": "^2.1.
|
|
6579
|
+
"@sigstore/bundle": "^2.1.1",
|
|
6580
|
+
"@sigstore/core": "^0.2.0",
|
|
6782
6581
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
6783
|
-
"@sigstore/sign": "^2.1
|
|
6784
|
-
"@sigstore/tuf": "^2.
|
|
6582
|
+
"@sigstore/sign": "^2.2.1",
|
|
6583
|
+
"@sigstore/tuf": "^2.3.0",
|
|
6584
|
+
"@sigstore/verify": "^0.1.0"
|
|
6785
6585
|
},
|
|
6786
6586
|
"engines": {
|
|
6787
6587
|
"node": "^16.14.0 || >=18.0.0"
|
|
@@ -6875,16 +6675,6 @@
|
|
|
6875
6675
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
6876
6676
|
}
|
|
6877
6677
|
},
|
|
6878
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string_decoder": {
|
|
6879
|
-
"version": "1.3.0",
|
|
6880
|
-
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
6881
|
-
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
6882
|
-
"inBundle": true,
|
|
6883
|
-
"license": "MIT",
|
|
6884
|
-
"dependencies": {
|
|
6885
|
-
"safe-buffer": "~5.2.0"
|
|
6886
|
-
}
|
|
6887
|
-
},
|
|
6888
6678
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
|
|
6889
6679
|
"version": "4.2.3",
|
|
6890
6680
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
@@ -6916,40 +6706,7 @@
|
|
|
6916
6706
|
"node": ">=8"
|
|
6917
6707
|
}
|
|
6918
6708
|
},
|
|
6919
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/
|
|
6920
|
-
"version": "5.0.1",
|
|
6921
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6922
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6923
|
-
"inBundle": true,
|
|
6924
|
-
"license": "MIT",
|
|
6925
|
-
"engines": {
|
|
6926
|
-
"node": ">=8"
|
|
6927
|
-
}
|
|
6928
|
-
},
|
|
6929
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
6930
|
-
"version": "6.0.1",
|
|
6931
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6932
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
6933
|
-
"inBundle": true,
|
|
6934
|
-
"license": "MIT",
|
|
6935
|
-
"dependencies": {
|
|
6936
|
-
"ansi-regex": "^5.0.1"
|
|
6937
|
-
},
|
|
6938
|
-
"engines": {
|
|
6939
|
-
"node": ">=8"
|
|
6940
|
-
}
|
|
6941
|
-
},
|
|
6942
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/ansi-regex": {
|
|
6943
|
-
"version": "5.0.1",
|
|
6944
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6945
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6946
|
-
"inBundle": true,
|
|
6947
|
-
"license": "MIT",
|
|
6948
|
-
"engines": {
|
|
6949
|
-
"node": ">=8"
|
|
6950
|
-
}
|
|
6951
|
-
},
|
|
6952
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/strip-ansi": {
|
|
6709
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6953
6710
|
"version": "6.0.1",
|
|
6954
6711
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
6955
6712
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
@@ -6962,22 +6719,6 @@
|
|
|
6962
6719
|
"node": ">=8"
|
|
6963
6720
|
}
|
|
6964
6721
|
},
|
|
6965
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
|
|
6966
|
-
"version": "7.1.0",
|
|
6967
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
6968
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
6969
|
-
"inBundle": true,
|
|
6970
|
-
"license": "MIT",
|
|
6971
|
-
"dependencies": {
|
|
6972
|
-
"ansi-regex": "^6.0.1"
|
|
6973
|
-
},
|
|
6974
|
-
"engines": {
|
|
6975
|
-
"node": ">=12"
|
|
6976
|
-
},
|
|
6977
|
-
"funding": {
|
|
6978
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
6979
|
-
}
|
|
6980
|
-
},
|
|
6981
6722
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
6982
6723
|
"name": "strip-ansi",
|
|
6983
6724
|
"version": "6.0.1",
|
|
@@ -6992,16 +6733,6 @@
|
|
|
6992
6733
|
"node": ">=8"
|
|
6993
6734
|
}
|
|
6994
6735
|
},
|
|
6995
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
6996
|
-
"version": "5.0.1",
|
|
6997
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
6998
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
6999
|
-
"inBundle": true,
|
|
7000
|
-
"license": "MIT",
|
|
7001
|
-
"engines": {
|
|
7002
|
-
"node": ">=8"
|
|
7003
|
-
}
|
|
7004
|
-
},
|
|
7005
6736
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
|
|
7006
6737
|
"version": "9.4.0",
|
|
7007
6738
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
|
|
@@ -7094,7 +6825,9 @@
|
|
|
7094
6825
|
}
|
|
7095
6826
|
},
|
|
7096
6827
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
|
|
7097
|
-
"version": "2.
|
|
6828
|
+
"version": "2.2.0",
|
|
6829
|
+
"resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
|
|
6830
|
+
"integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
|
|
7098
6831
|
"inBundle": true,
|
|
7099
6832
|
"license": "MIT",
|
|
7100
6833
|
"dependencies": {
|
|
@@ -7253,16 +6986,6 @@
|
|
|
7253
6986
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7254
6987
|
}
|
|
7255
6988
|
},
|
|
7256
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
7257
|
-
"version": "5.0.1",
|
|
7258
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
7259
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
7260
|
-
"inBundle": true,
|
|
7261
|
-
"license": "MIT",
|
|
7262
|
-
"engines": {
|
|
7263
|
-
"node": ">=8"
|
|
7264
|
-
}
|
|
7265
|
-
},
|
|
7266
6989
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
|
|
7267
6990
|
"version": "4.3.0",
|
|
7268
6991
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
@@ -7279,17 +7002,17 @@
|
|
|
7279
7002
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7280
7003
|
}
|
|
7281
7004
|
},
|
|
7282
|
-
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi
|
|
7005
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
7283
7006
|
"version": "6.0.1",
|
|
7284
|
-
"resolved": "https://registry.npmjs.org/
|
|
7285
|
-
"integrity": "sha512-
|
|
7007
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
7008
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
7286
7009
|
"inBundle": true,
|
|
7287
7010
|
"license": "MIT",
|
|
7288
|
-
"dependencies": {
|
|
7289
|
-
"ansi-regex": "^5.0.1"
|
|
7290
|
-
},
|
|
7291
7011
|
"engines": {
|
|
7292
|
-
"node": ">=
|
|
7012
|
+
"node": ">=12"
|
|
7013
|
+
},
|
|
7014
|
+
"funding": {
|
|
7015
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
7293
7016
|
}
|
|
7294
7017
|
},
|
|
7295
7018
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
@@ -7317,6 +7040,22 @@
|
|
|
7317
7040
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7318
7041
|
}
|
|
7319
7042
|
},
|
|
7043
|
+
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
7044
|
+
"version": "7.1.0",
|
|
7045
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
7046
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
7047
|
+
"inBundle": true,
|
|
7048
|
+
"license": "MIT",
|
|
7049
|
+
"dependencies": {
|
|
7050
|
+
"ansi-regex": "^6.0.1"
|
|
7051
|
+
},
|
|
7052
|
+
"engines": {
|
|
7053
|
+
"node": ">=12"
|
|
7054
|
+
},
|
|
7055
|
+
"funding": {
|
|
7056
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
7057
|
+
}
|
|
7058
|
+
},
|
|
7320
7059
|
"node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
|
|
7321
7060
|
"version": "5.0.1",
|
|
7322
7061
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
|
|
@@ -7365,12 +7104,12 @@
|
|
|
7365
7104
|
}
|
|
7366
7105
|
},
|
|
7367
7106
|
"node_modules/@oclif/plugin-update": {
|
|
7368
|
-
"version": "4.1.
|
|
7369
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.
|
|
7370
|
-
"integrity": "sha512-
|
|
7107
|
+
"version": "4.1.13",
|
|
7108
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.13.tgz",
|
|
7109
|
+
"integrity": "sha512-wqLLRsOpAqrkXWaagSmgnWuFOcg2+3GyoyXF2hxBZq6tLkC6eR1t2p6/LkSnxZvKiGsjv6lYTnrsz9jqXVTDLQ==",
|
|
7371
7110
|
"license": "MIT",
|
|
7372
7111
|
"dependencies": {
|
|
7373
|
-
"@oclif/core": "^3.19.
|
|
7112
|
+
"@oclif/core": "^3.19.2",
|
|
7374
7113
|
"chalk": "^5",
|
|
7375
7114
|
"cross-spawn": "^7.0.3",
|
|
7376
7115
|
"debug": "^4.3.1",
|
|
@@ -7378,7 +7117,7 @@
|
|
|
7378
7117
|
"http-call": "^5.3.0",
|
|
7379
7118
|
"inquirer": "^9.2.13",
|
|
7380
7119
|
"lodash.throttle": "^4.1.1",
|
|
7381
|
-
"semver": "^7.
|
|
7120
|
+
"semver": "^7.6.0",
|
|
7382
7121
|
"tar-fs": "^2.1.1"
|
|
7383
7122
|
},
|
|
7384
7123
|
"engines": {
|
|
@@ -7436,12 +7175,12 @@
|
|
|
7436
7175
|
}
|
|
7437
7176
|
},
|
|
7438
7177
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
7439
|
-
"version": "3.0.
|
|
7440
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
7441
|
-
"integrity": "sha512-
|
|
7178
|
+
"version": "3.0.11",
|
|
7179
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.11.tgz",
|
|
7180
|
+
"integrity": "sha512-L3WqhpkSAry0V/OAmScgvQol4lQedhNUg6vx3CkOVKdu2K54lRcQ/v74SLLSTC//0+Kg03JNKflnuYlcbR2RJQ==",
|
|
7442
7181
|
"license": "MIT",
|
|
7443
7182
|
"dependencies": {
|
|
7444
|
-
"@oclif/core": "^3.
|
|
7183
|
+
"@oclif/core": "^3.19.2",
|
|
7445
7184
|
"chalk": "^5.3.0",
|
|
7446
7185
|
"debug": "^4.1.0",
|
|
7447
7186
|
"http-call": "^5.2.2",
|
|
@@ -7782,15 +7521,15 @@
|
|
|
7782
7521
|
}
|
|
7783
7522
|
},
|
|
7784
7523
|
"node_modules/@salesforce/core": {
|
|
7785
|
-
"version": "6.5.
|
|
7786
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.5.
|
|
7787
|
-
"integrity": "sha512-
|
|
7524
|
+
"version": "6.5.5",
|
|
7525
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.5.5.tgz",
|
|
7526
|
+
"integrity": "sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==",
|
|
7788
7527
|
"license": "BSD-3-Clause",
|
|
7789
7528
|
"dependencies": {
|
|
7790
7529
|
"@salesforce/kit": "^3.0.15",
|
|
7791
7530
|
"@salesforce/schemas": "^1.6.1",
|
|
7792
7531
|
"@salesforce/ts-types": "^2.0.9",
|
|
7793
|
-
"@types/semver": "^7.5.
|
|
7532
|
+
"@types/semver": "^7.5.7",
|
|
7794
7533
|
"ajv": "^8.12.0",
|
|
7795
7534
|
"change-case": "^4.1.2",
|
|
7796
7535
|
"faye": "^1.4.0",
|
|
@@ -7799,11 +7538,11 @@
|
|
|
7799
7538
|
"jsforce": "^2.0.0-beta.29",
|
|
7800
7539
|
"jsonwebtoken": "9.0.2",
|
|
7801
7540
|
"jszip": "3.10.1",
|
|
7802
|
-
"pino": "^8.
|
|
7541
|
+
"pino": "^8.19.0",
|
|
7803
7542
|
"pino-abstract-transport": "^1.1.0",
|
|
7804
7543
|
"pino-pretty": "^10.3.1",
|
|
7805
7544
|
"proper-lockfile": "^4.1.2",
|
|
7806
|
-
"semver": "^7.
|
|
7545
|
+
"semver": "^7.6.0",
|
|
7807
7546
|
"ts-retry-promise": "^0.7.1"
|
|
7808
7547
|
},
|
|
7809
7548
|
"engines": {
|
|
@@ -8011,12 +7750,12 @@
|
|
|
8011
7750
|
}
|
|
8012
7751
|
},
|
|
8013
7752
|
"node_modules/@salesforce/plugin-apex": {
|
|
8014
|
-
"version": "3.0.
|
|
8015
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.
|
|
8016
|
-
"integrity": "sha512-
|
|
7753
|
+
"version": "3.0.24",
|
|
7754
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.24.tgz",
|
|
7755
|
+
"integrity": "sha512-Q8gF1n+qWKvjy2BlCSCH35TmNmctrmlaZu2dK/ah/yY+OlqvvYDKfoAzvVnkjgbP94otauHYYyeAEmaHiujXMg==",
|
|
8017
7756
|
"license": "BSD-3-Clause",
|
|
8018
7757
|
"dependencies": {
|
|
8019
|
-
"@oclif/core": "^3.
|
|
7758
|
+
"@oclif/core": "^3.19.2",
|
|
8020
7759
|
"@salesforce/apex-node": "^3.0.2",
|
|
8021
7760
|
"@salesforce/core": "^6.5.1",
|
|
8022
7761
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -8039,14 +7778,14 @@
|
|
|
8039
7778
|
}
|
|
8040
7779
|
},
|
|
8041
7780
|
"node_modules/@salesforce/plugin-auth": {
|
|
8042
|
-
"version": "3.3.
|
|
8043
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.
|
|
8044
|
-
"integrity": "sha512-
|
|
7781
|
+
"version": "3.3.12",
|
|
7782
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.12.tgz",
|
|
7783
|
+
"integrity": "sha512-ab3dgvqHQF4p/tQbMJscnvBxqZSDrQ1x2Nzb9tO/viFViLhdav2alZJ1PErbHTislLLTUQFxKKMPMPxknoR3kQ==",
|
|
8045
7784
|
"license": "BSD-3-Clause",
|
|
8046
7785
|
"dependencies": {
|
|
8047
7786
|
"@inquirer/checkbox": "^1.5.2",
|
|
8048
7787
|
"@inquirer/select": "^1.3.3",
|
|
8049
|
-
"@oclif/core": "^3.19.
|
|
7788
|
+
"@oclif/core": "^3.19.2",
|
|
8050
7789
|
"@salesforce/core": "^6.5.1",
|
|
8051
7790
|
"@salesforce/kit": "^3.0.15",
|
|
8052
7791
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
@@ -8405,18 +8144,18 @@
|
|
|
8405
8144
|
}
|
|
8406
8145
|
},
|
|
8407
8146
|
"node_modules/@salesforce/plugin-data": {
|
|
8408
|
-
"version": "3.0.
|
|
8409
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.
|
|
8410
|
-
"integrity": "sha512-
|
|
8147
|
+
"version": "3.0.23",
|
|
8148
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.23.tgz",
|
|
8149
|
+
"integrity": "sha512-WL7Xewxio6rViHkkZvIzCF+3P/sR3nmV3DtFdHQ/aYeR/VwGIJ0PMIc0gxzXBqFxi5C/N8qlZic1HHjicO+59g==",
|
|
8411
8150
|
"license": "BSD-3-Clause",
|
|
8412
8151
|
"dependencies": {
|
|
8413
8152
|
"@oclif/core": "^3.19.1",
|
|
8414
8153
|
"@salesforce/core": "^6.5.3",
|
|
8415
8154
|
"@salesforce/kit": "^3.0.15",
|
|
8416
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8155
|
+
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8417
8156
|
"@salesforce/ts-types": "^2.0.9",
|
|
8418
8157
|
"chalk": "^5.3.0",
|
|
8419
|
-
"change-case": "^5.4.
|
|
8158
|
+
"change-case": "^5.4.3",
|
|
8420
8159
|
"csv-parse": "^4.16.3",
|
|
8421
8160
|
"csv-stringify": "^6.4.5",
|
|
8422
8161
|
"jsforce": "^2.0.0-beta.29"
|
|
@@ -8426,22 +8165,22 @@
|
|
|
8426
8165
|
}
|
|
8427
8166
|
},
|
|
8428
8167
|
"node_modules/@salesforce/plugin-data/node_modules/change-case": {
|
|
8429
|
-
"version": "5.4.
|
|
8430
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.
|
|
8431
|
-
"integrity": "sha512-
|
|
8168
|
+
"version": "5.4.3",
|
|
8169
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.3.tgz",
|
|
8170
|
+
"integrity": "sha512-4cdyvorTy/lViZlVzw2O8/hHCLUuHqp4KpSSP3DlauhFCf3LdnfF+p5s0EAhjKsU7bqrMzu7iQArYfoPiHO2nw==",
|
|
8432
8171
|
"license": "MIT"
|
|
8433
8172
|
},
|
|
8434
8173
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
8435
|
-
"version": "3.2.
|
|
8436
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.
|
|
8437
|
-
"integrity": "sha512-
|
|
8174
|
+
"version": "3.2.15",
|
|
8175
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.15.tgz",
|
|
8176
|
+
"integrity": "sha512-EksF1kcSxMXvCGzaGMwkk2xpIM66LROuGii6CKJp0hYg96pVakX3UDw/gNNEsTedp0W9HI8JlgLXfLWYCAoxUw==",
|
|
8438
8177
|
"license": "BSD-3-Clause",
|
|
8439
8178
|
"dependencies": {
|
|
8440
8179
|
"@oclif/core": "^3.18.2",
|
|
8441
8180
|
"@salesforce/apex-node": "^3.0.2",
|
|
8442
8181
|
"@salesforce/core": "^6.4.4",
|
|
8443
8182
|
"@salesforce/kit": "^3.0.15",
|
|
8444
|
-
"@salesforce/plugin-info": "^3.0.
|
|
8183
|
+
"@salesforce/plugin-info": "^3.0.25",
|
|
8445
8184
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8446
8185
|
"@salesforce/source-deploy-retrieve": "^10.2.13",
|
|
8447
8186
|
"@salesforce/source-tracking": "^5.1.11",
|
|
@@ -8453,9 +8192,9 @@
|
|
|
8453
8192
|
}
|
|
8454
8193
|
},
|
|
8455
8194
|
"node_modules/@salesforce/plugin-info": {
|
|
8456
|
-
"version": "3.0.
|
|
8457
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
8458
|
-
"integrity": "sha512-
|
|
8195
|
+
"version": "3.0.26",
|
|
8196
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.26.tgz",
|
|
8197
|
+
"integrity": "sha512-uhIew6wVo10ibeTKi2PWRSVGmb12/jqFtclObQal8uvpuwho23Pa9X+sWHEfjKolkuUs6ONVpFDA9xfHr7S1nA==",
|
|
8459
8198
|
"license": "BSD-3-Clause",
|
|
8460
8199
|
"dependencies": {
|
|
8461
8200
|
"@inquirer/input": "^2.0.0",
|
|
@@ -8467,7 +8206,7 @@
|
|
|
8467
8206
|
"marked": "^4.3.0",
|
|
8468
8207
|
"marked-terminal": "^4.2.0",
|
|
8469
8208
|
"open": "^10.0.3",
|
|
8470
|
-
"proxy-agent": "^6.
|
|
8209
|
+
"proxy-agent": "^6.4.0",
|
|
8471
8210
|
"semver": "^7.6.0"
|
|
8472
8211
|
},
|
|
8473
8212
|
"engines": {
|
|
@@ -8553,12 +8292,12 @@
|
|
|
8553
8292
|
}
|
|
8554
8293
|
},
|
|
8555
8294
|
"node_modules/@salesforce/plugin-limits": {
|
|
8556
|
-
"version": "3.1.
|
|
8557
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.
|
|
8558
|
-
"integrity": "sha512-
|
|
8295
|
+
"version": "3.1.9",
|
|
8296
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.9.tgz",
|
|
8297
|
+
"integrity": "sha512-mE1Ww72qhMvoEHPlES2YZ+CPE859vfZqMjyHPl/ScU+8adDffwaHstq07NEPMXL/e4QIvRKZUegDbqZcB5qOfQ==",
|
|
8559
8298
|
"license": "BSD-3-Clause",
|
|
8560
8299
|
"dependencies": {
|
|
8561
|
-
"@oclif/core": "^3.
|
|
8300
|
+
"@oclif/core": "^3.19.2",
|
|
8562
8301
|
"@salesforce/core": "^6.5.2",
|
|
8563
8302
|
"@salesforce/kit": "^3.0.15",
|
|
8564
8303
|
"@salesforce/sf-plugins-core": "^7.1.9"
|
|
@@ -8568,9 +8307,9 @@
|
|
|
8568
8307
|
}
|
|
8569
8308
|
},
|
|
8570
8309
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
8571
|
-
"version": "1.0.
|
|
8572
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.
|
|
8573
|
-
"integrity": "sha512-
|
|
8310
|
+
"version": "1.0.23",
|
|
8311
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.23.tgz",
|
|
8312
|
+
"integrity": "sha512-Ka7wR2InsqffYImJwz9x79OU3zng2DCBpQY0bO8E2B8epu6l9d9yqcUxh//ir1SE/6wx8rCWYVCxkcfsvCCI8w==",
|
|
8574
8313
|
"license": "BSD-3-Clause",
|
|
8575
8314
|
"dependencies": {
|
|
8576
8315
|
"@oclif/core": "^3.19.1",
|
|
@@ -8578,22 +8317,22 @@
|
|
|
8578
8317
|
"@salesforce/kit": "^3.0.15",
|
|
8579
8318
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8580
8319
|
"got": "^13.0.0",
|
|
8581
|
-
"proxy-agent": "^6.
|
|
8320
|
+
"proxy-agent": "^6.4.0"
|
|
8582
8321
|
},
|
|
8583
8322
|
"engines": {
|
|
8584
8323
|
"node": ">=18.0.0"
|
|
8585
8324
|
}
|
|
8586
8325
|
},
|
|
8587
8326
|
"node_modules/@salesforce/plugin-org": {
|
|
8588
|
-
"version": "3.3.
|
|
8589
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.3.
|
|
8590
|
-
"integrity": "sha512-
|
|
8327
|
+
"version": "3.3.13",
|
|
8328
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.3.13.tgz",
|
|
8329
|
+
"integrity": "sha512-chDmKtQ9xBBJy5HX9gHcv4jU2yJpfzjTgQDYggSk2yRaPrPAH3cMwPikU+pnpkf14NNVt0szSlv0fvs0gtZk2Q==",
|
|
8591
8330
|
"license": "BSD-3-Clause",
|
|
8592
8331
|
"dependencies": {
|
|
8593
8332
|
"@oclif/core": "^3.18.1",
|
|
8594
8333
|
"@salesforce/core": "^6.5.1",
|
|
8595
8334
|
"@salesforce/kit": "^3.0.15",
|
|
8596
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8335
|
+
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8597
8336
|
"@salesforce/source-deploy-retrieve": "^10.3.8",
|
|
8598
8337
|
"chalk": "^5.3.0",
|
|
8599
8338
|
"change-case": "^5.4.2",
|
|
@@ -8605,9 +8344,9 @@
|
|
|
8605
8344
|
}
|
|
8606
8345
|
},
|
|
8607
8346
|
"node_modules/@salesforce/plugin-org/node_modules/change-case": {
|
|
8608
|
-
"version": "5.4.
|
|
8609
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.
|
|
8610
|
-
"integrity": "sha512-
|
|
8347
|
+
"version": "5.4.3",
|
|
8348
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.3.tgz",
|
|
8349
|
+
"integrity": "sha512-4cdyvorTy/lViZlVzw2O8/hHCLUuHqp4KpSSP3DlauhFCf3LdnfF+p5s0EAhjKsU7bqrMzu7iQArYfoPiHO2nw==",
|
|
8611
8350
|
"license": "MIT"
|
|
8612
8351
|
},
|
|
8613
8352
|
"node_modules/@salesforce/plugin-org/node_modules/is-wsl": {
|
|
@@ -8626,16 +8365,16 @@
|
|
|
8626
8365
|
}
|
|
8627
8366
|
},
|
|
8628
8367
|
"node_modules/@salesforce/plugin-packaging": {
|
|
8629
|
-
"version": "2.1.
|
|
8630
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.1.
|
|
8631
|
-
"integrity": "sha512-
|
|
8368
|
+
"version": "2.1.9",
|
|
8369
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.1.9.tgz",
|
|
8370
|
+
"integrity": "sha512-RxV8yjcOJoGrspQ/ZgASc7LRHD7AxmsSC4vHdRQd6UOtv/AXKWHEokFD1TjesmIodXz5Xa7mR+RXguO9G67GoA==",
|
|
8632
8371
|
"license": "BSD-3-Clause",
|
|
8633
8372
|
"dependencies": {
|
|
8634
8373
|
"@oclif/core": "^3.19.1",
|
|
8635
8374
|
"@salesforce/core": "^6.5.2",
|
|
8636
8375
|
"@salesforce/kit": "^3.0.15",
|
|
8637
8376
|
"@salesforce/packaging": "^3.2.12",
|
|
8638
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8377
|
+
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8639
8378
|
"chalk": "^5.3.0"
|
|
8640
8379
|
},
|
|
8641
8380
|
"engines": {
|
|
@@ -8884,14 +8623,14 @@
|
|
|
8884
8623
|
}
|
|
8885
8624
|
},
|
|
8886
8625
|
"node_modules/@salesforce/plugin-settings": {
|
|
8887
|
-
"version": "2.0.
|
|
8888
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.
|
|
8889
|
-
"integrity": "sha512-
|
|
8626
|
+
"version": "2.0.26",
|
|
8627
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.26.tgz",
|
|
8628
|
+
"integrity": "sha512-LWNoiCVdayMEAAswuREDJk7i1NiIy8M2uHq9cQdr9B00QmISmMfrTOqiQeiJDwVPf8UG1KvMCo6tl+MY7hHcaw==",
|
|
8890
8629
|
"license": "BSD-3-Clause",
|
|
8891
8630
|
"dependencies": {
|
|
8892
|
-
"@oclif/core": "^3.19.
|
|
8631
|
+
"@oclif/core": "^3.19.2",
|
|
8893
8632
|
"@salesforce/core": "^6.5.3",
|
|
8894
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8633
|
+
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8895
8634
|
"fast-levenshtein": "^3.0.0"
|
|
8896
8635
|
},
|
|
8897
8636
|
"engines": {
|
|
@@ -8899,15 +8638,15 @@
|
|
|
8899
8638
|
}
|
|
8900
8639
|
},
|
|
8901
8640
|
"node_modules/@salesforce/plugin-sobject": {
|
|
8902
|
-
"version": "1.1.
|
|
8903
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.
|
|
8904
|
-
"integrity": "sha512-
|
|
8641
|
+
"version": "1.1.12",
|
|
8642
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.12.tgz",
|
|
8643
|
+
"integrity": "sha512-BnhTahPnmmNRp+uyF7MlCdhOcNWHNb+8agatoxjflKeDfuY39GkgsYhFzcqAAb3dXziNp+LayJXcJpqKOh/WDg==",
|
|
8905
8644
|
"license": "BSD-3-Clause",
|
|
8906
8645
|
"dependencies": {
|
|
8907
8646
|
"@inquirer/confirm": "^2.0.17",
|
|
8908
8647
|
"@inquirer/input": "^1.2.16",
|
|
8909
8648
|
"@inquirer/select": "^1.3.3",
|
|
8910
|
-
"@oclif/core": "^3.
|
|
8649
|
+
"@oclif/core": "^3.19.2",
|
|
8911
8650
|
"@salesforce/core": "^6.5.3",
|
|
8912
8651
|
"@salesforce/kit": "^3.0.15",
|
|
8913
8652
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
@@ -8942,12 +8681,12 @@
|
|
|
8942
8681
|
}
|
|
8943
8682
|
},
|
|
8944
8683
|
"node_modules/@salesforce/plugin-source": {
|
|
8945
|
-
"version": "3.1.
|
|
8946
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.
|
|
8947
|
-
"integrity": "sha512-
|
|
8684
|
+
"version": "3.1.14",
|
|
8685
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.14.tgz",
|
|
8686
|
+
"integrity": "sha512-xqWinhIEX0YD1tGKYe25NofkJ++vdjJUMMv85MJMcXFoXG89nqaovm1T7BS2ajJ5xgaAQSk961kArlFrOGg+Qw==",
|
|
8948
8687
|
"license": "BSD-3-Clause",
|
|
8949
8688
|
"dependencies": {
|
|
8950
|
-
"@oclif/core": "^3.
|
|
8689
|
+
"@oclif/core": "^3.19.2",
|
|
8951
8690
|
"@salesforce/apex-node": "^3.0.2",
|
|
8952
8691
|
"@salesforce/core": "^6.4.4",
|
|
8953
8692
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -8963,12 +8702,12 @@
|
|
|
8963
8702
|
}
|
|
8964
8703
|
},
|
|
8965
8704
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
8966
|
-
"version": "3.1.
|
|
8967
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.
|
|
8968
|
-
"integrity": "sha512-
|
|
8705
|
+
"version": "3.1.12",
|
|
8706
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.12.tgz",
|
|
8707
|
+
"integrity": "sha512-yC9YJQMHMDFGMwrFwFf4c8KqPuUHlIXrxQpjpKLHSz6wEOKpVK28ykN09Uq3ghk+rhnM4rzKyv28muAr4Aztvw==",
|
|
8969
8708
|
"license": "BSD-3-Clause",
|
|
8970
8709
|
"dependencies": {
|
|
8971
|
-
"@oclif/core": "^3.19.
|
|
8710
|
+
"@oclif/core": "^3.19.2",
|
|
8972
8711
|
"@salesforce/core": "^6.5.2",
|
|
8973
8712
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8974
8713
|
"@salesforce/telemetry": "^5.0.10",
|
|
@@ -8979,12 +8718,12 @@
|
|
|
8979
8718
|
}
|
|
8980
8719
|
},
|
|
8981
8720
|
"node_modules/@salesforce/plugin-templates": {
|
|
8982
|
-
"version": "56.0.
|
|
8983
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.
|
|
8984
|
-
"integrity": "sha512-
|
|
8721
|
+
"version": "56.0.15",
|
|
8722
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.15.tgz",
|
|
8723
|
+
"integrity": "sha512-UMeOa2Th9piZgXXN2qUk7FJBQhabJXustLmLmMJMAqR6l+AVrwuwq82biEVx4BhBHP9Wqng37HZkj5KDO2UeDg==",
|
|
8985
8724
|
"license": "BSD-3-Clause",
|
|
8986
8725
|
"dependencies": {
|
|
8987
|
-
"@oclif/core": "^3.
|
|
8726
|
+
"@oclif/core": "^3.19.2",
|
|
8988
8727
|
"@salesforce/core": "^6.4.2",
|
|
8989
8728
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
8990
8729
|
"@salesforce/templates": "^59.0.4",
|
|
@@ -8996,9 +8735,9 @@
|
|
|
8996
8735
|
}
|
|
8997
8736
|
},
|
|
8998
8737
|
"node_modules/@salesforce/plugin-trust": {
|
|
8999
|
-
"version": "3.3.
|
|
9000
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.
|
|
9001
|
-
"integrity": "sha512-
|
|
8738
|
+
"version": "3.3.9",
|
|
8739
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.9.tgz",
|
|
8740
|
+
"integrity": "sha512-LPBQF/R8YDMqG+3fbNGrQ47F8c0R7KXVQP3+Tgh+DINHbCEqWAxA4bQGj69Yvy3S/9l9/x0A+kSPV6DWJHOh6A==",
|
|
9002
8741
|
"license": "BSD-3-Clause",
|
|
9003
8742
|
"dependencies": {
|
|
9004
8743
|
"@oclif/core": "^3.18.2",
|
|
@@ -9007,7 +8746,7 @@
|
|
|
9007
8746
|
"got": "^13.0.0",
|
|
9008
8747
|
"npm": "10.2.3",
|
|
9009
8748
|
"npm-run-path": "^4.0.1",
|
|
9010
|
-
"proxy-agent": "^6.
|
|
8749
|
+
"proxy-agent": "^6.4.0",
|
|
9011
8750
|
"semver": "^7.6.0",
|
|
9012
8751
|
"shelljs": "^0.8.4"
|
|
9013
8752
|
},
|
|
@@ -9019,15 +8758,15 @@
|
|
|
9019
8758
|
}
|
|
9020
8759
|
},
|
|
9021
8760
|
"node_modules/@salesforce/plugin-user": {
|
|
9022
|
-
"version": "3.2.
|
|
9023
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.2.
|
|
9024
|
-
"integrity": "sha512-
|
|
8761
|
+
"version": "3.2.10",
|
|
8762
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.2.10.tgz",
|
|
8763
|
+
"integrity": "sha512-zMpSFTZYfM5thEg2MXVHhZ+DZ319WKaBkwpRnsmFDSjdV588OF1RZBS7zHtzZApMfgn+UCTqCgPqfy+o1npdQQ==",
|
|
9025
8764
|
"license": "BSD-3-Clause",
|
|
9026
8765
|
"dependencies": {
|
|
9027
|
-
"@oclif/core": "^3.
|
|
8766
|
+
"@oclif/core": "^3.19.2",
|
|
9028
8767
|
"@salesforce/core": "^6.4.2",
|
|
9029
8768
|
"@salesforce/kit": "^3.0.15",
|
|
9030
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
8769
|
+
"@salesforce/sf-plugins-core": "^7.1.10",
|
|
9031
8770
|
"@salesforce/ts-types": "^2.0.9"
|
|
9032
8771
|
},
|
|
9033
8772
|
"engines": {
|
|
@@ -9048,15 +8787,15 @@
|
|
|
9048
8787
|
"license": "ISC"
|
|
9049
8788
|
},
|
|
9050
8789
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
9051
|
-
"version": "7.1.
|
|
9052
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
9053
|
-
"integrity": "sha512-
|
|
8790
|
+
"version": "7.1.11",
|
|
8791
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.11.tgz",
|
|
8792
|
+
"integrity": "sha512-2EAv1OYxGo5e/rZ+3k3G96oVZKK2FBPKK4CiFhgp8bQ7BB0+7+bmSyBjoQ26Q2AaEp4k0GQeNsh+0RN2ZhTuVg==",
|
|
9054
8793
|
"license": "BSD-3-Clause",
|
|
9055
8794
|
"dependencies": {
|
|
9056
8795
|
"@inquirer/confirm": "^2.0.17",
|
|
9057
8796
|
"@inquirer/password": "^1.1.16",
|
|
9058
|
-
"@oclif/core": "^3.19.
|
|
9059
|
-
"@salesforce/core": "^6.5.
|
|
8797
|
+
"@oclif/core": "^3.19.2",
|
|
8798
|
+
"@salesforce/core": "^6.5.4",
|
|
9060
8799
|
"@salesforce/kit": "^3.0.15",
|
|
9061
8800
|
"@salesforce/ts-types": "^2.0.9",
|
|
9062
8801
|
"chalk": "^5.3.0"
|
|
@@ -9066,12 +8805,12 @@
|
|
|
9066
8805
|
}
|
|
9067
8806
|
},
|
|
9068
8807
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
9069
|
-
"version": "10.3.
|
|
9070
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.3.
|
|
9071
|
-
"integrity": "sha512-
|
|
8808
|
+
"version": "10.3.10",
|
|
8809
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.3.10.tgz",
|
|
8810
|
+
"integrity": "sha512-AG7RQEPzoe2Mk9CsCFoee7BbW0xULJYF2OqwgZmql5cLi3yzLik3ftjJxiSAQMFzk4SCYWfhALRNXI26TmvOMw==",
|
|
9072
8811
|
"license": "BSD-3-Clause",
|
|
9073
8812
|
"dependencies": {
|
|
9074
|
-
"@salesforce/core": "^6.5.
|
|
8813
|
+
"@salesforce/core": "^6.5.3",
|
|
9075
8814
|
"@salesforce/kit": "^3.0.15",
|
|
9076
8815
|
"@salesforce/ts-types": "^2.0.9",
|
|
9077
8816
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -9082,7 +8821,7 @@
|
|
|
9082
8821
|
"jszip": "^3.10.1",
|
|
9083
8822
|
"mime": "2.6.0",
|
|
9084
8823
|
"minimatch": "^5.1.6",
|
|
9085
|
-
"proxy-agent": "^6.
|
|
8824
|
+
"proxy-agent": "^6.4.0",
|
|
9086
8825
|
"ts-retry-promise": "^0.7.1"
|
|
9087
8826
|
},
|
|
9088
8827
|
"engines": {
|
|
@@ -10820,9 +10559,9 @@
|
|
|
10820
10559
|
}
|
|
10821
10560
|
},
|
|
10822
10561
|
"node_modules/@types/semver": {
|
|
10823
|
-
"version": "7.5.
|
|
10824
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
10825
|
-
"integrity": "sha512
|
|
10562
|
+
"version": "7.5.7",
|
|
10563
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz",
|
|
10564
|
+
"integrity": "sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==",
|
|
10826
10565
|
"license": "MIT"
|
|
10827
10566
|
},
|
|
10828
10567
|
"node_modules/@types/shelljs": {
|
|
@@ -15556,9 +15295,9 @@
|
|
|
15556
15295
|
}
|
|
15557
15296
|
},
|
|
15558
15297
|
"node_modules/gaxios/node_modules/https-proxy-agent": {
|
|
15559
|
-
"version": "7.0.
|
|
15560
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
15561
|
-
"integrity": "sha512-
|
|
15298
|
+
"version": "7.0.4",
|
|
15299
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
15300
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
15562
15301
|
"dev": true,
|
|
15563
15302
|
"license": "MIT",
|
|
15564
15303
|
"dependencies": {
|
|
@@ -20492,8 +20231,6 @@
|
|
|
20492
20231
|
},
|
|
20493
20232
|
"node_modules/npm/node_modules/@npmcli/agent/node_modules/http-proxy-agent": {
|
|
20494
20233
|
"version": "7.0.0",
|
|
20495
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
|
|
20496
|
-
"integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
|
|
20497
20234
|
"inBundle": true,
|
|
20498
20235
|
"license": "MIT",
|
|
20499
20236
|
"dependencies": {
|
|
@@ -20506,8 +20243,6 @@
|
|
|
20506
20243
|
},
|
|
20507
20244
|
"node_modules/npm/node_modules/@npmcli/agent/node_modules/https-proxy-agent": {
|
|
20508
20245
|
"version": "7.0.2",
|
|
20509
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz",
|
|
20510
|
-
"integrity": "sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==",
|
|
20511
20246
|
"inBundle": true,
|
|
20512
20247
|
"license": "MIT",
|
|
20513
20248
|
"dependencies": {
|
|
@@ -24076,9 +23811,9 @@
|
|
|
24076
23811
|
}
|
|
24077
23812
|
},
|
|
24078
23813
|
"node_modules/pac-proxy-agent/node_modules/http-proxy-agent": {
|
|
24079
|
-
"version": "7.0.
|
|
24080
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.
|
|
24081
|
-
"integrity": "sha512
|
|
23814
|
+
"version": "7.0.2",
|
|
23815
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
23816
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
24082
23817
|
"license": "MIT",
|
|
24083
23818
|
"dependencies": {
|
|
24084
23819
|
"agent-base": "^7.1.0",
|
|
@@ -24089,9 +23824,9 @@
|
|
|
24089
23824
|
}
|
|
24090
23825
|
},
|
|
24091
23826
|
"node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
|
|
24092
|
-
"version": "7.0.
|
|
24093
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
24094
|
-
"integrity": "sha512-
|
|
23827
|
+
"version": "7.0.4",
|
|
23828
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
23829
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
24095
23830
|
"license": "MIT",
|
|
24096
23831
|
"dependencies": {
|
|
24097
23832
|
"agent-base": "^7.0.2",
|
|
@@ -24416,9 +24151,9 @@
|
|
|
24416
24151
|
}
|
|
24417
24152
|
},
|
|
24418
24153
|
"node_modules/pino": {
|
|
24419
|
-
"version": "8.
|
|
24420
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
24421
|
-
"integrity": "sha512-
|
|
24154
|
+
"version": "8.19.0",
|
|
24155
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.19.0.tgz",
|
|
24156
|
+
"integrity": "sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==",
|
|
24422
24157
|
"license": "MIT",
|
|
24423
24158
|
"dependencies": {
|
|
24424
24159
|
"atomic-sleep": "^1.0.0",
|
|
@@ -24919,15 +24654,15 @@
|
|
|
24919
24654
|
}
|
|
24920
24655
|
},
|
|
24921
24656
|
"node_modules/proxy-agent": {
|
|
24922
|
-
"version": "6.
|
|
24923
|
-
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.
|
|
24924
|
-
"integrity": "sha512-
|
|
24657
|
+
"version": "6.4.0",
|
|
24658
|
+
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
|
|
24659
|
+
"integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
|
|
24925
24660
|
"license": "MIT",
|
|
24926
24661
|
"dependencies": {
|
|
24927
24662
|
"agent-base": "^7.0.2",
|
|
24928
24663
|
"debug": "^4.3.4",
|
|
24929
|
-
"http-proxy-agent": "^7.0.
|
|
24930
|
-
"https-proxy-agent": "^7.0.
|
|
24664
|
+
"http-proxy-agent": "^7.0.1",
|
|
24665
|
+
"https-proxy-agent": "^7.0.3",
|
|
24931
24666
|
"lru-cache": "^7.14.1",
|
|
24932
24667
|
"pac-proxy-agent": "^7.0.1",
|
|
24933
24668
|
"proxy-from-env": "^1.1.0",
|
|
@@ -24938,9 +24673,9 @@
|
|
|
24938
24673
|
}
|
|
24939
24674
|
},
|
|
24940
24675
|
"node_modules/proxy-agent/node_modules/http-proxy-agent": {
|
|
24941
|
-
"version": "7.0.
|
|
24942
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.
|
|
24943
|
-
"integrity": "sha512
|
|
24676
|
+
"version": "7.0.2",
|
|
24677
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
24678
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
24944
24679
|
"license": "MIT",
|
|
24945
24680
|
"dependencies": {
|
|
24946
24681
|
"agent-base": "^7.1.0",
|
|
@@ -24951,9 +24686,9 @@
|
|
|
24951
24686
|
}
|
|
24952
24687
|
},
|
|
24953
24688
|
"node_modules/proxy-agent/node_modules/https-proxy-agent": {
|
|
24954
|
-
"version": "7.0.
|
|
24955
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.
|
|
24956
|
-
"integrity": "sha512-
|
|
24689
|
+
"version": "7.0.4",
|
|
24690
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
|
|
24691
|
+
"integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
|
|
24957
24692
|
"license": "MIT",
|
|
24958
24693
|
"dependencies": {
|
|
24959
24694
|
"agent-base": "^7.0.2",
|