@salesforce/cli 2.121.5 → 2.121.7
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 +1 -1
- package/npm-shrinkwrap.json +200 -1092
- package/oclif.lock +35 -232
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.121.
|
|
3
|
+
"version": "2.121.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.121.
|
|
9
|
+
"version": "2.121.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@oclif/plugin-version": "2.2.36",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.55",
|
|
24
24
|
"@oclif/plugin-which": "3.2.43",
|
|
25
|
-
"@salesforce/core": "8.
|
|
25
|
+
"@salesforce/core": "^8.25.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-agent": "1.26.9",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.5",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
54
|
-
"@oclif/test": "^4.1.
|
|
54
|
+
"@oclif/test": "^4.1.16",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
56
|
"@salesforce/plugin-release-management": "^5.7.0",
|
|
57
57
|
"@salesforce/ts-sinon": "^1.4.31",
|
|
@@ -3208,6 +3208,30 @@
|
|
|
3208
3208
|
"node": ">=v14"
|
|
3209
3209
|
}
|
|
3210
3210
|
},
|
|
3211
|
+
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
3212
|
+
"version": "8.17.1",
|
|
3213
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
3214
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
3215
|
+
"dev": true,
|
|
3216
|
+
"license": "MIT",
|
|
3217
|
+
"dependencies": {
|
|
3218
|
+
"fast-deep-equal": "^3.1.3",
|
|
3219
|
+
"fast-uri": "^3.0.1",
|
|
3220
|
+
"json-schema-traverse": "^1.0.0",
|
|
3221
|
+
"require-from-string": "^2.0.2"
|
|
3222
|
+
},
|
|
3223
|
+
"funding": {
|
|
3224
|
+
"type": "github",
|
|
3225
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
3226
|
+
}
|
|
3227
|
+
},
|
|
3228
|
+
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
3229
|
+
"version": "1.0.0",
|
|
3230
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
3231
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
3232
|
+
"dev": true,
|
|
3233
|
+
"license": "MIT"
|
|
3234
|
+
},
|
|
3211
3235
|
"node_modules/@commitlint/ensure": {
|
|
3212
3236
|
"version": "17.8.1",
|
|
3213
3237
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
|
|
@@ -3667,23 +3691,6 @@
|
|
|
3667
3691
|
"url": "https://opencollective.com/eslint"
|
|
3668
3692
|
}
|
|
3669
3693
|
},
|
|
3670
|
-
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
3671
|
-
"version": "6.12.6",
|
|
3672
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
3673
|
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
3674
|
-
"dev": true,
|
|
3675
|
-
"license": "MIT",
|
|
3676
|
-
"dependencies": {
|
|
3677
|
-
"fast-deep-equal": "^3.1.1",
|
|
3678
|
-
"fast-json-stable-stringify": "^2.0.0",
|
|
3679
|
-
"json-schema-traverse": "^0.4.1",
|
|
3680
|
-
"uri-js": "^4.2.2"
|
|
3681
|
-
},
|
|
3682
|
-
"funding": {
|
|
3683
|
-
"type": "github",
|
|
3684
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
3685
|
-
}
|
|
3686
|
-
},
|
|
3687
3694
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
3688
3695
|
"version": "1.1.11",
|
|
3689
3696
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -3695,13 +3702,6 @@
|
|
|
3695
3702
|
"concat-map": "0.0.1"
|
|
3696
3703
|
}
|
|
3697
3704
|
},
|
|
3698
|
-
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
3699
|
-
"version": "0.4.1",
|
|
3700
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
3701
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
3702
|
-
"dev": true,
|
|
3703
|
-
"license": "MIT"
|
|
3704
|
-
},
|
|
3705
3705
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
3706
3706
|
"version": "3.1.2",
|
|
3707
3707
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
@@ -5805,12 +5805,6 @@
|
|
|
5805
5805
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5806
5806
|
}
|
|
5807
5807
|
},
|
|
5808
|
-
"node_modules/@oclif/table/node_modules/change-case": {
|
|
5809
|
-
"version": "5.4.4",
|
|
5810
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
5811
|
-
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
5812
|
-
"license": "MIT"
|
|
5813
|
-
},
|
|
5814
5808
|
"node_modules/@oclif/table/node_modules/emoji-regex": {
|
|
5815
5809
|
"version": "10.3.0",
|
|
5816
5810
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
@@ -5867,9 +5861,9 @@
|
|
|
5867
5861
|
}
|
|
5868
5862
|
},
|
|
5869
5863
|
"node_modules/@oclif/test": {
|
|
5870
|
-
"version": "4.1.
|
|
5871
|
-
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
5872
|
-
"integrity": "sha512-
|
|
5864
|
+
"version": "4.1.16",
|
|
5865
|
+
"resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.16.tgz",
|
|
5866
|
+
"integrity": "sha512-LPrF++WGGBE0pe3GUkzEteI5WrwTT7usGpIMSxkyJhYnFXKkwASyTcCmOhNH4QC65kqsLt1oBA88BMkCJqPtxg==",
|
|
5873
5867
|
"dev": true,
|
|
5874
5868
|
"license": "MIT",
|
|
5875
5869
|
"dependencies": {
|
|
@@ -6240,36 +6234,6 @@
|
|
|
6240
6234
|
"node": ">=18.0.0"
|
|
6241
6235
|
}
|
|
6242
6236
|
},
|
|
6243
|
-
"node_modules/@salesforce/agents/node_modules/@salesforce/core": {
|
|
6244
|
-
"version": "8.25.0",
|
|
6245
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6246
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6247
|
-
"license": "BSD-3-Clause",
|
|
6248
|
-
"dependencies": {
|
|
6249
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
6250
|
-
"@salesforce/kit": "^3.2.4",
|
|
6251
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6252
|
-
"ajv": "^8.17.1",
|
|
6253
|
-
"change-case": "^4.1.2",
|
|
6254
|
-
"fast-levenshtein": "^3.0.0",
|
|
6255
|
-
"faye": "^1.4.1",
|
|
6256
|
-
"form-data": "^4.0.4",
|
|
6257
|
-
"js2xmlparser": "^4.0.1",
|
|
6258
|
-
"jsonwebtoken": "9.0.3",
|
|
6259
|
-
"jszip": "3.10.1",
|
|
6260
|
-
"memfs": "^4.30.1",
|
|
6261
|
-
"pino": "^9.7.0",
|
|
6262
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6263
|
-
"pino-pretty": "^11.3.0",
|
|
6264
|
-
"proper-lockfile": "^4.1.2",
|
|
6265
|
-
"semver": "^7.7.3",
|
|
6266
|
-
"ts-retry-promise": "^0.8.1",
|
|
6267
|
-
"zod": "^4.1.12"
|
|
6268
|
-
},
|
|
6269
|
-
"engines": {
|
|
6270
|
-
"node": ">=18.0.0"
|
|
6271
|
-
}
|
|
6272
|
-
},
|
|
6273
6237
|
"node_modules/@salesforce/agents/node_modules/fast-xml-parser": {
|
|
6274
6238
|
"version": "5.3.2",
|
|
6275
6239
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.2.tgz",
|
|
@@ -6308,36 +6272,6 @@
|
|
|
6308
6272
|
"node": ">=18.18.2"
|
|
6309
6273
|
}
|
|
6310
6274
|
},
|
|
6311
|
-
"node_modules/@salesforce/apex-node/node_modules/@salesforce/core": {
|
|
6312
|
-
"version": "8.25.0",
|
|
6313
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6314
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6315
|
-
"license": "BSD-3-Clause",
|
|
6316
|
-
"dependencies": {
|
|
6317
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
6318
|
-
"@salesforce/kit": "^3.2.4",
|
|
6319
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6320
|
-
"ajv": "^8.17.1",
|
|
6321
|
-
"change-case": "^4.1.2",
|
|
6322
|
-
"fast-levenshtein": "^3.0.0",
|
|
6323
|
-
"faye": "^1.4.1",
|
|
6324
|
-
"form-data": "^4.0.4",
|
|
6325
|
-
"js2xmlparser": "^4.0.1",
|
|
6326
|
-
"jsonwebtoken": "9.0.3",
|
|
6327
|
-
"jszip": "3.10.1",
|
|
6328
|
-
"memfs": "^4.30.1",
|
|
6329
|
-
"pino": "^9.7.0",
|
|
6330
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6331
|
-
"pino-pretty": "^11.3.0",
|
|
6332
|
-
"proper-lockfile": "^4.1.2",
|
|
6333
|
-
"semver": "^7.7.3",
|
|
6334
|
-
"ts-retry-promise": "^0.8.1",
|
|
6335
|
-
"zod": "^4.1.12"
|
|
6336
|
-
},
|
|
6337
|
-
"engines": {
|
|
6338
|
-
"node": ">=18.0.0"
|
|
6339
|
-
}
|
|
6340
|
-
},
|
|
6341
6275
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
6342
6276
|
"version": "5.3.39",
|
|
6343
6277
|
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.39.tgz",
|
|
@@ -6360,37 +6294,6 @@
|
|
|
6360
6294
|
"node": ">=16.0.0"
|
|
6361
6295
|
}
|
|
6362
6296
|
},
|
|
6363
|
-
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core": {
|
|
6364
|
-
"version": "8.25.0",
|
|
6365
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6366
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6367
|
-
"dev": true,
|
|
6368
|
-
"license": "BSD-3-Clause",
|
|
6369
|
-
"dependencies": {
|
|
6370
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
6371
|
-
"@salesforce/kit": "^3.2.4",
|
|
6372
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6373
|
-
"ajv": "^8.17.1",
|
|
6374
|
-
"change-case": "^4.1.2",
|
|
6375
|
-
"fast-levenshtein": "^3.0.0",
|
|
6376
|
-
"faye": "^1.4.1",
|
|
6377
|
-
"form-data": "^4.0.4",
|
|
6378
|
-
"js2xmlparser": "^4.0.1",
|
|
6379
|
-
"jsonwebtoken": "9.0.3",
|
|
6380
|
-
"jszip": "3.10.1",
|
|
6381
|
-
"memfs": "^4.30.1",
|
|
6382
|
-
"pino": "^9.7.0",
|
|
6383
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6384
|
-
"pino-pretty": "^11.3.0",
|
|
6385
|
-
"proper-lockfile": "^4.1.2",
|
|
6386
|
-
"semver": "^7.7.3",
|
|
6387
|
-
"ts-retry-promise": "^0.8.1",
|
|
6388
|
-
"zod": "^4.1.12"
|
|
6389
|
-
},
|
|
6390
|
-
"engines": {
|
|
6391
|
-
"node": ">=18.0.0"
|
|
6392
|
-
}
|
|
6393
|
-
},
|
|
6394
6297
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/commons": {
|
|
6395
6298
|
"version": "3.0.1",
|
|
6396
6299
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
@@ -6471,9 +6374,9 @@
|
|
|
6471
6374
|
}
|
|
6472
6375
|
},
|
|
6473
6376
|
"node_modules/@salesforce/core": {
|
|
6474
|
-
"version": "8.
|
|
6475
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
6476
|
-
"integrity": "sha512-
|
|
6377
|
+
"version": "8.25.0",
|
|
6378
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6379
|
+
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6477
6380
|
"license": "BSD-3-Clause",
|
|
6478
6381
|
"dependencies": {
|
|
6479
6382
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -6500,6 +6403,107 @@
|
|
|
6500
6403
|
"node": ">=18.0.0"
|
|
6501
6404
|
}
|
|
6502
6405
|
},
|
|
6406
|
+
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
6407
|
+
"version": "8.17.1",
|
|
6408
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
|
|
6409
|
+
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
|
|
6410
|
+
"license": "MIT",
|
|
6411
|
+
"dependencies": {
|
|
6412
|
+
"fast-deep-equal": "^3.1.3",
|
|
6413
|
+
"fast-uri": "^3.0.1",
|
|
6414
|
+
"json-schema-traverse": "^1.0.0",
|
|
6415
|
+
"require-from-string": "^2.0.2"
|
|
6416
|
+
},
|
|
6417
|
+
"funding": {
|
|
6418
|
+
"type": "github",
|
|
6419
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
6420
|
+
}
|
|
6421
|
+
},
|
|
6422
|
+
"node_modules/@salesforce/core/node_modules/buffer": {
|
|
6423
|
+
"version": "6.0.3",
|
|
6424
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
6425
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
6426
|
+
"funding": [
|
|
6427
|
+
{
|
|
6428
|
+
"type": "github",
|
|
6429
|
+
"url": "https://github.com/sponsors/feross"
|
|
6430
|
+
},
|
|
6431
|
+
{
|
|
6432
|
+
"type": "patreon",
|
|
6433
|
+
"url": "https://www.patreon.com/feross"
|
|
6434
|
+
},
|
|
6435
|
+
{
|
|
6436
|
+
"type": "consulting",
|
|
6437
|
+
"url": "https://feross.org/support"
|
|
6438
|
+
}
|
|
6439
|
+
],
|
|
6440
|
+
"license": "MIT",
|
|
6441
|
+
"dependencies": {
|
|
6442
|
+
"base64-js": "^1.3.1",
|
|
6443
|
+
"ieee754": "^1.2.1"
|
|
6444
|
+
}
|
|
6445
|
+
},
|
|
6446
|
+
"node_modules/@salesforce/core/node_modules/change-case": {
|
|
6447
|
+
"version": "4.1.2",
|
|
6448
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
6449
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
6450
|
+
"license": "MIT",
|
|
6451
|
+
"dependencies": {
|
|
6452
|
+
"camel-case": "^4.1.2",
|
|
6453
|
+
"capital-case": "^1.0.4",
|
|
6454
|
+
"constant-case": "^3.0.4",
|
|
6455
|
+
"dot-case": "^3.0.4",
|
|
6456
|
+
"header-case": "^2.0.4",
|
|
6457
|
+
"no-case": "^3.0.4",
|
|
6458
|
+
"param-case": "^3.0.4",
|
|
6459
|
+
"pascal-case": "^3.1.2",
|
|
6460
|
+
"path-case": "^3.0.4",
|
|
6461
|
+
"sentence-case": "^3.0.4",
|
|
6462
|
+
"snake-case": "^3.0.4",
|
|
6463
|
+
"tslib": "^2.0.3"
|
|
6464
|
+
}
|
|
6465
|
+
},
|
|
6466
|
+
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
6467
|
+
"version": "1.0.0",
|
|
6468
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
6469
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
6470
|
+
"license": "MIT"
|
|
6471
|
+
},
|
|
6472
|
+
"node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
|
|
6473
|
+
"version": "1.2.0",
|
|
6474
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
6475
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
6476
|
+
"license": "MIT",
|
|
6477
|
+
"dependencies": {
|
|
6478
|
+
"readable-stream": "^4.0.0",
|
|
6479
|
+
"split2": "^4.0.0"
|
|
6480
|
+
}
|
|
6481
|
+
},
|
|
6482
|
+
"node_modules/@salesforce/core/node_modules/readable-stream": {
|
|
6483
|
+
"version": "4.5.2",
|
|
6484
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
6485
|
+
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
6486
|
+
"license": "MIT",
|
|
6487
|
+
"dependencies": {
|
|
6488
|
+
"abort-controller": "^3.0.0",
|
|
6489
|
+
"buffer": "^6.0.3",
|
|
6490
|
+
"events": "^3.3.0",
|
|
6491
|
+
"process": "^0.11.10",
|
|
6492
|
+
"string_decoder": "^1.3.0"
|
|
6493
|
+
},
|
|
6494
|
+
"engines": {
|
|
6495
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
6496
|
+
}
|
|
6497
|
+
},
|
|
6498
|
+
"node_modules/@salesforce/core/node_modules/split2": {
|
|
6499
|
+
"version": "4.2.0",
|
|
6500
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
6501
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
6502
|
+
"license": "ISC",
|
|
6503
|
+
"engines": {
|
|
6504
|
+
"node": ">= 10.x"
|
|
6505
|
+
}
|
|
6506
|
+
},
|
|
6503
6507
|
"node_modules/@salesforce/dev-config": {
|
|
6504
6508
|
"version": "4.3.1",
|
|
6505
6509
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
|
|
@@ -6605,50 +6609,20 @@
|
|
|
6605
6609
|
"node": ">=18.0.0"
|
|
6606
6610
|
}
|
|
6607
6611
|
},
|
|
6608
|
-
"node_modules/@salesforce/packaging/node_modules
|
|
6609
|
-
"version": "
|
|
6610
|
-
"resolved": "https://registry.npmjs.org
|
|
6611
|
-
"integrity": "sha512-
|
|
6612
|
-
"license": "
|
|
6613
|
-
"
|
|
6614
|
-
"
|
|
6615
|
-
|
|
6616
|
-
|
|
6617
|
-
|
|
6618
|
-
|
|
6619
|
-
|
|
6620
|
-
|
|
6621
|
-
|
|
6622
|
-
"js2xmlparser": "^4.0.1",
|
|
6623
|
-
"jsonwebtoken": "9.0.3",
|
|
6624
|
-
"jszip": "3.10.1",
|
|
6625
|
-
"memfs": "^4.30.1",
|
|
6626
|
-
"pino": "^9.7.0",
|
|
6627
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6628
|
-
"pino-pretty": "^11.3.0",
|
|
6629
|
-
"proper-lockfile": "^4.1.2",
|
|
6630
|
-
"semver": "^7.7.3",
|
|
6631
|
-
"ts-retry-promise": "^0.8.1",
|
|
6632
|
-
"zod": "^4.1.12"
|
|
6633
|
-
},
|
|
6634
|
-
"engines": {
|
|
6635
|
-
"node": ">=18.0.0"
|
|
6636
|
-
}
|
|
6637
|
-
},
|
|
6638
|
-
"node_modules/@salesforce/packaging/node_modules/object-treeify": {
|
|
6639
|
-
"version": "2.1.1",
|
|
6640
|
-
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-2.1.1.tgz",
|
|
6641
|
-
"integrity": "sha512-ofXhazOvXTYWbbibExMiS+asaTbYG/ZWopVroXFFOdjmc8ehXMq9R2VUaTx/C3CnZkQbT52wAZT4DrBLK/nQfw==",
|
|
6642
|
-
"license": "MIT",
|
|
6643
|
-
"engines": {
|
|
6644
|
-
"node": ">= 12"
|
|
6645
|
-
}
|
|
6646
|
-
},
|
|
6647
|
-
"node_modules/@salesforce/plugin-agent": {
|
|
6648
|
-
"version": "1.26.9",
|
|
6649
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.9.tgz",
|
|
6650
|
-
"integrity": "sha512-eRR7xsMJu70ub49V5B5Rl4xa+JTyyObZkdwyzbnEFOdONQx5YgdqMYZteperS+D0lRR2bdZHpKeaAke2f+7Ibw==",
|
|
6651
|
-
"license": "Apache-2.0",
|
|
6612
|
+
"node_modules/@salesforce/packaging/node_modules/object-treeify": {
|
|
6613
|
+
"version": "2.1.1",
|
|
6614
|
+
"resolved": "https://registry.npmjs.org/object-treeify/-/object-treeify-2.1.1.tgz",
|
|
6615
|
+
"integrity": "sha512-ofXhazOvXTYWbbibExMiS+asaTbYG/ZWopVroXFFOdjmc8ehXMq9R2VUaTx/C3CnZkQbT52wAZT4DrBLK/nQfw==",
|
|
6616
|
+
"license": "MIT",
|
|
6617
|
+
"engines": {
|
|
6618
|
+
"node": ">= 12"
|
|
6619
|
+
}
|
|
6620
|
+
},
|
|
6621
|
+
"node_modules/@salesforce/plugin-agent": {
|
|
6622
|
+
"version": "1.26.9",
|
|
6623
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.9.tgz",
|
|
6624
|
+
"integrity": "sha512-eRR7xsMJu70ub49V5B5Rl4xa+JTyyObZkdwyzbnEFOdONQx5YgdqMYZteperS+D0lRR2bdZHpKeaAke2f+7Ibw==",
|
|
6625
|
+
"license": "Apache-2.0",
|
|
6652
6626
|
"dependencies": {
|
|
6653
6627
|
"@inquirer/core": "^10.3.2",
|
|
6654
6628
|
"@inquirer/prompts": "^7.10.1",
|
|
@@ -6673,36 +6647,6 @@
|
|
|
6673
6647
|
"node": ">=18.0.0"
|
|
6674
6648
|
}
|
|
6675
6649
|
},
|
|
6676
|
-
"node_modules/@salesforce/plugin-agent/node_modules/@salesforce/core": {
|
|
6677
|
-
"version": "8.25.0",
|
|
6678
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6679
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6680
|
-
"license": "BSD-3-Clause",
|
|
6681
|
-
"dependencies": {
|
|
6682
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
6683
|
-
"@salesforce/kit": "^3.2.4",
|
|
6684
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6685
|
-
"ajv": "^8.17.1",
|
|
6686
|
-
"change-case": "^4.1.2",
|
|
6687
|
-
"fast-levenshtein": "^3.0.0",
|
|
6688
|
-
"faye": "^1.4.1",
|
|
6689
|
-
"form-data": "^4.0.4",
|
|
6690
|
-
"js2xmlparser": "^4.0.1",
|
|
6691
|
-
"jsonwebtoken": "9.0.3",
|
|
6692
|
-
"jszip": "3.10.1",
|
|
6693
|
-
"memfs": "^4.30.1",
|
|
6694
|
-
"pino": "^9.7.0",
|
|
6695
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6696
|
-
"pino-pretty": "^11.3.0",
|
|
6697
|
-
"proper-lockfile": "^4.1.2",
|
|
6698
|
-
"semver": "^7.7.3",
|
|
6699
|
-
"ts-retry-promise": "^0.8.1",
|
|
6700
|
-
"zod": "^4.1.12"
|
|
6701
|
-
},
|
|
6702
|
-
"engines": {
|
|
6703
|
-
"node": ">=18.0.0"
|
|
6704
|
-
}
|
|
6705
|
-
},
|
|
6706
6650
|
"node_modules/@salesforce/plugin-agent/node_modules/glob": {
|
|
6707
6651
|
"version": "11.1.0",
|
|
6708
6652
|
"resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz",
|
|
@@ -6797,36 +6741,6 @@
|
|
|
6797
6741
|
"node": ">=18.0.0"
|
|
6798
6742
|
}
|
|
6799
6743
|
},
|
|
6800
|
-
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/core": {
|
|
6801
|
-
"version": "8.25.0",
|
|
6802
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6803
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6804
|
-
"license": "BSD-3-Clause",
|
|
6805
|
-
"dependencies": {
|
|
6806
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
6807
|
-
"@salesforce/kit": "^3.2.4",
|
|
6808
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6809
|
-
"ajv": "^8.17.1",
|
|
6810
|
-
"change-case": "^4.1.2",
|
|
6811
|
-
"fast-levenshtein": "^3.0.0",
|
|
6812
|
-
"faye": "^1.4.1",
|
|
6813
|
-
"form-data": "^4.0.4",
|
|
6814
|
-
"js2xmlparser": "^4.0.1",
|
|
6815
|
-
"jsonwebtoken": "9.0.3",
|
|
6816
|
-
"jszip": "3.10.1",
|
|
6817
|
-
"memfs": "^4.30.1",
|
|
6818
|
-
"pino": "^9.7.0",
|
|
6819
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6820
|
-
"pino-pretty": "^11.3.0",
|
|
6821
|
-
"proper-lockfile": "^4.1.2",
|
|
6822
|
-
"semver": "^7.7.3",
|
|
6823
|
-
"ts-retry-promise": "^0.8.1",
|
|
6824
|
-
"zod": "^4.1.12"
|
|
6825
|
-
},
|
|
6826
|
-
"engines": {
|
|
6827
|
-
"node": ">=18.0.0"
|
|
6828
|
-
}
|
|
6829
|
-
},
|
|
6830
6744
|
"node_modules/@salesforce/plugin-api": {
|
|
6831
6745
|
"version": "1.3.8",
|
|
6832
6746
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.8.tgz",
|
|
@@ -6847,36 +6761,6 @@
|
|
|
6847
6761
|
"node": ">=18.0.0"
|
|
6848
6762
|
}
|
|
6849
6763
|
},
|
|
6850
|
-
"node_modules/@salesforce/plugin-api/node_modules/@salesforce/core": {
|
|
6851
|
-
"version": "8.25.0",
|
|
6852
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6853
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6854
|
-
"license": "BSD-3-Clause",
|
|
6855
|
-
"dependencies": {
|
|
6856
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
6857
|
-
"@salesforce/kit": "^3.2.4",
|
|
6858
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6859
|
-
"ajv": "^8.17.1",
|
|
6860
|
-
"change-case": "^4.1.2",
|
|
6861
|
-
"fast-levenshtein": "^3.0.0",
|
|
6862
|
-
"faye": "^1.4.1",
|
|
6863
|
-
"form-data": "^4.0.4",
|
|
6864
|
-
"js2xmlparser": "^4.0.1",
|
|
6865
|
-
"jsonwebtoken": "9.0.3",
|
|
6866
|
-
"jszip": "3.10.1",
|
|
6867
|
-
"memfs": "^4.30.1",
|
|
6868
|
-
"pino": "^9.7.0",
|
|
6869
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6870
|
-
"pino-pretty": "^11.3.0",
|
|
6871
|
-
"proper-lockfile": "^4.1.2",
|
|
6872
|
-
"semver": "^7.7.3",
|
|
6873
|
-
"ts-retry-promise": "^0.8.1",
|
|
6874
|
-
"zod": "^4.1.12"
|
|
6875
|
-
},
|
|
6876
|
-
"engines": {
|
|
6877
|
-
"node": ">=18.0.0"
|
|
6878
|
-
}
|
|
6879
|
-
},
|
|
6880
6764
|
"node_modules/@salesforce/plugin-auth": {
|
|
6881
6765
|
"version": "4.1.4",
|
|
6882
6766
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.1.4.tgz",
|
|
@@ -6897,36 +6781,6 @@
|
|
|
6897
6781
|
"node": ">=18.0.0"
|
|
6898
6782
|
}
|
|
6899
6783
|
},
|
|
6900
|
-
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/core": {
|
|
6901
|
-
"version": "8.25.0",
|
|
6902
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6903
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6904
|
-
"license": "BSD-3-Clause",
|
|
6905
|
-
"dependencies": {
|
|
6906
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
6907
|
-
"@salesforce/kit": "^3.2.4",
|
|
6908
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6909
|
-
"ajv": "^8.17.1",
|
|
6910
|
-
"change-case": "^4.1.2",
|
|
6911
|
-
"fast-levenshtein": "^3.0.0",
|
|
6912
|
-
"faye": "^1.4.1",
|
|
6913
|
-
"form-data": "^4.0.4",
|
|
6914
|
-
"js2xmlparser": "^4.0.1",
|
|
6915
|
-
"jsonwebtoken": "9.0.3",
|
|
6916
|
-
"jszip": "3.10.1",
|
|
6917
|
-
"memfs": "^4.30.1",
|
|
6918
|
-
"pino": "^9.7.0",
|
|
6919
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6920
|
-
"pino-pretty": "^11.3.0",
|
|
6921
|
-
"proper-lockfile": "^4.1.2",
|
|
6922
|
-
"semver": "^7.7.3",
|
|
6923
|
-
"ts-retry-promise": "^0.8.1",
|
|
6924
|
-
"zod": "^4.1.12"
|
|
6925
|
-
},
|
|
6926
|
-
"engines": {
|
|
6927
|
-
"node": ">=18.0.0"
|
|
6928
|
-
}
|
|
6929
|
-
},
|
|
6930
6784
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
6931
6785
|
"version": "3.1.47",
|
|
6932
6786
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.47.tgz",
|
|
@@ -6947,37 +6801,6 @@
|
|
|
6947
6801
|
"node": ">=18.0.0"
|
|
6948
6802
|
}
|
|
6949
6803
|
},
|
|
6950
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
6951
|
-
"version": "8.25.0",
|
|
6952
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
6953
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
6954
|
-
"dev": true,
|
|
6955
|
-
"license": "BSD-3-Clause",
|
|
6956
|
-
"dependencies": {
|
|
6957
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
6958
|
-
"@salesforce/kit": "^3.2.4",
|
|
6959
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
6960
|
-
"ajv": "^8.17.1",
|
|
6961
|
-
"change-case": "^4.1.2",
|
|
6962
|
-
"fast-levenshtein": "^3.0.0",
|
|
6963
|
-
"faye": "^1.4.1",
|
|
6964
|
-
"form-data": "^4.0.4",
|
|
6965
|
-
"js2xmlparser": "^4.0.1",
|
|
6966
|
-
"jsonwebtoken": "9.0.3",
|
|
6967
|
-
"jszip": "3.10.1",
|
|
6968
|
-
"memfs": "^4.30.1",
|
|
6969
|
-
"pino": "^9.7.0",
|
|
6970
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6971
|
-
"pino-pretty": "^11.3.0",
|
|
6972
|
-
"proper-lockfile": "^4.1.2",
|
|
6973
|
-
"semver": "^7.7.3",
|
|
6974
|
-
"ts-retry-promise": "^0.8.1",
|
|
6975
|
-
"zod": "^4.1.12"
|
|
6976
|
-
},
|
|
6977
|
-
"engines": {
|
|
6978
|
-
"node": ">=18.0.0"
|
|
6979
|
-
}
|
|
6980
|
-
},
|
|
6981
6804
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
6982
6805
|
"version": "11.3.12",
|
|
6983
6806
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
@@ -7093,62 +6916,6 @@
|
|
|
7093
6916
|
"node": ">=18.0.0"
|
|
7094
6917
|
}
|
|
7095
6918
|
},
|
|
7096
|
-
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/core": {
|
|
7097
|
-
"version": "8.25.0",
|
|
7098
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7099
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7100
|
-
"license": "BSD-3-Clause",
|
|
7101
|
-
"dependencies": {
|
|
7102
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7103
|
-
"@salesforce/kit": "^3.2.4",
|
|
7104
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7105
|
-
"ajv": "^8.17.1",
|
|
7106
|
-
"change-case": "^4.1.2",
|
|
7107
|
-
"fast-levenshtein": "^3.0.0",
|
|
7108
|
-
"faye": "^1.4.1",
|
|
7109
|
-
"form-data": "^4.0.4",
|
|
7110
|
-
"js2xmlparser": "^4.0.1",
|
|
7111
|
-
"jsonwebtoken": "9.0.3",
|
|
7112
|
-
"jszip": "3.10.1",
|
|
7113
|
-
"memfs": "^4.30.1",
|
|
7114
|
-
"pino": "^9.7.0",
|
|
7115
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7116
|
-
"pino-pretty": "^11.3.0",
|
|
7117
|
-
"proper-lockfile": "^4.1.2",
|
|
7118
|
-
"semver": "^7.7.3",
|
|
7119
|
-
"ts-retry-promise": "^0.8.1",
|
|
7120
|
-
"zod": "^4.1.12"
|
|
7121
|
-
},
|
|
7122
|
-
"engines": {
|
|
7123
|
-
"node": ">=18.0.0"
|
|
7124
|
-
}
|
|
7125
|
-
},
|
|
7126
|
-
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/core/node_modules/change-case": {
|
|
7127
|
-
"version": "4.1.2",
|
|
7128
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
7129
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
7130
|
-
"license": "MIT",
|
|
7131
|
-
"dependencies": {
|
|
7132
|
-
"camel-case": "^4.1.2",
|
|
7133
|
-
"capital-case": "^1.0.4",
|
|
7134
|
-
"constant-case": "^3.0.4",
|
|
7135
|
-
"dot-case": "^3.0.4",
|
|
7136
|
-
"header-case": "^2.0.4",
|
|
7137
|
-
"no-case": "^3.0.4",
|
|
7138
|
-
"param-case": "^3.0.4",
|
|
7139
|
-
"pascal-case": "^3.1.2",
|
|
7140
|
-
"path-case": "^3.0.4",
|
|
7141
|
-
"sentence-case": "^3.0.4",
|
|
7142
|
-
"snake-case": "^3.0.4",
|
|
7143
|
-
"tslib": "^2.0.3"
|
|
7144
|
-
}
|
|
7145
|
-
},
|
|
7146
|
-
"node_modules/@salesforce/plugin-data/node_modules/change-case": {
|
|
7147
|
-
"version": "5.4.4",
|
|
7148
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
7149
|
-
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
7150
|
-
"license": "MIT"
|
|
7151
|
-
},
|
|
7152
6919
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
7153
6920
|
"version": "3.24.7",
|
|
7154
6921
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.7.tgz",
|
|
@@ -7173,41 +6940,11 @@
|
|
|
7173
6940
|
"node": ">=18.0.0"
|
|
7174
6941
|
}
|
|
7175
6942
|
},
|
|
7176
|
-
"node_modules/@salesforce/plugin-
|
|
7177
|
-
"version": "
|
|
7178
|
-
"resolved": "https://registry.npmjs.org/@salesforce/
|
|
7179
|
-
"integrity": "sha512-
|
|
7180
|
-
"license": "
|
|
7181
|
-
"dependencies": {
|
|
7182
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7183
|
-
"@salesforce/kit": "^3.2.4",
|
|
7184
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7185
|
-
"ajv": "^8.17.1",
|
|
7186
|
-
"change-case": "^4.1.2",
|
|
7187
|
-
"fast-levenshtein": "^3.0.0",
|
|
7188
|
-
"faye": "^1.4.1",
|
|
7189
|
-
"form-data": "^4.0.4",
|
|
7190
|
-
"js2xmlparser": "^4.0.1",
|
|
7191
|
-
"jsonwebtoken": "9.0.3",
|
|
7192
|
-
"jszip": "3.10.1",
|
|
7193
|
-
"memfs": "^4.30.1",
|
|
7194
|
-
"pino": "^9.7.0",
|
|
7195
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7196
|
-
"pino-pretty": "^11.3.0",
|
|
7197
|
-
"proper-lockfile": "^4.1.2",
|
|
7198
|
-
"semver": "^7.7.3",
|
|
7199
|
-
"ts-retry-promise": "^0.8.1",
|
|
7200
|
-
"zod": "^4.1.12"
|
|
7201
|
-
},
|
|
7202
|
-
"engines": {
|
|
7203
|
-
"node": ">=18.0.0"
|
|
7204
|
-
}
|
|
7205
|
-
},
|
|
7206
|
-
"node_modules/@salesforce/plugin-info": {
|
|
7207
|
-
"version": "3.4.100",
|
|
7208
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.100.tgz",
|
|
7209
|
-
"integrity": "sha512-dGY8TPPTDgzisMl1sdCk3mc6HpmyI/OlKD/4zxrXvMKncRGO3wOcw95fBhHy4dW9SDMoXK60i+1TibnOBlbZdA==",
|
|
7210
|
-
"license": "Apache-2.0",
|
|
6943
|
+
"node_modules/@salesforce/plugin-info": {
|
|
6944
|
+
"version": "3.4.100",
|
|
6945
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.100.tgz",
|
|
6946
|
+
"integrity": "sha512-dGY8TPPTDgzisMl1sdCk3mc6HpmyI/OlKD/4zxrXvMKncRGO3wOcw95fBhHy4dW9SDMoXK60i+1TibnOBlbZdA==",
|
|
6947
|
+
"license": "Apache-2.0",
|
|
7211
6948
|
"dependencies": {
|
|
7212
6949
|
"@inquirer/input": "^2.3.0",
|
|
7213
6950
|
"@jsforce/jsforce-node": "^3.10.10",
|
|
@@ -7226,36 +6963,6 @@
|
|
|
7226
6963
|
"node": ">=18.0.0"
|
|
7227
6964
|
}
|
|
7228
6965
|
},
|
|
7229
|
-
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/core": {
|
|
7230
|
-
"version": "8.25.0",
|
|
7231
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7232
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7233
|
-
"license": "BSD-3-Clause",
|
|
7234
|
-
"dependencies": {
|
|
7235
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7236
|
-
"@salesforce/kit": "^3.2.4",
|
|
7237
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7238
|
-
"ajv": "^8.17.1",
|
|
7239
|
-
"change-case": "^4.1.2",
|
|
7240
|
-
"fast-levenshtein": "^3.0.0",
|
|
7241
|
-
"faye": "^1.4.1",
|
|
7242
|
-
"form-data": "^4.0.4",
|
|
7243
|
-
"js2xmlparser": "^4.0.1",
|
|
7244
|
-
"jsonwebtoken": "9.0.3",
|
|
7245
|
-
"jszip": "3.10.1",
|
|
7246
|
-
"memfs": "^4.30.1",
|
|
7247
|
-
"pino": "^9.7.0",
|
|
7248
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7249
|
-
"pino-pretty": "^11.3.0",
|
|
7250
|
-
"proper-lockfile": "^4.1.2",
|
|
7251
|
-
"semver": "^7.7.3",
|
|
7252
|
-
"ts-retry-promise": "^0.8.1",
|
|
7253
|
-
"zod": "^4.1.12"
|
|
7254
|
-
},
|
|
7255
|
-
"engines": {
|
|
7256
|
-
"node": ">=18.0.0"
|
|
7257
|
-
}
|
|
7258
|
-
},
|
|
7259
6966
|
"node_modules/@salesforce/plugin-limits": {
|
|
7260
6967
|
"version": "3.3.74",
|
|
7261
6968
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.74.tgz",
|
|
@@ -7269,36 +6976,6 @@
|
|
|
7269
6976
|
"node": ">=18.0.0"
|
|
7270
6977
|
}
|
|
7271
6978
|
},
|
|
7272
|
-
"node_modules/@salesforce/plugin-limits/node_modules/@salesforce/core": {
|
|
7273
|
-
"version": "8.25.0",
|
|
7274
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7275
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7276
|
-
"license": "BSD-3-Clause",
|
|
7277
|
-
"dependencies": {
|
|
7278
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7279
|
-
"@salesforce/kit": "^3.2.4",
|
|
7280
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7281
|
-
"ajv": "^8.17.1",
|
|
7282
|
-
"change-case": "^4.1.2",
|
|
7283
|
-
"fast-levenshtein": "^3.0.0",
|
|
7284
|
-
"faye": "^1.4.1",
|
|
7285
|
-
"form-data": "^4.0.4",
|
|
7286
|
-
"js2xmlparser": "^4.0.1",
|
|
7287
|
-
"jsonwebtoken": "9.0.3",
|
|
7288
|
-
"jszip": "3.10.1",
|
|
7289
|
-
"memfs": "^4.30.1",
|
|
7290
|
-
"pino": "^9.7.0",
|
|
7291
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7292
|
-
"pino-pretty": "^11.3.0",
|
|
7293
|
-
"proper-lockfile": "^4.1.2",
|
|
7294
|
-
"semver": "^7.7.3",
|
|
7295
|
-
"ts-retry-promise": "^0.8.1",
|
|
7296
|
-
"zod": "^4.1.12"
|
|
7297
|
-
},
|
|
7298
|
-
"engines": {
|
|
7299
|
-
"node": ">=18.0.0"
|
|
7300
|
-
}
|
|
7301
|
-
},
|
|
7302
6979
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
7303
6980
|
"version": "1.3.8",
|
|
7304
6981
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.8.tgz",
|
|
@@ -7315,36 +6992,6 @@
|
|
|
7315
6992
|
"node": ">=18.0.0"
|
|
7316
6993
|
}
|
|
7317
6994
|
},
|
|
7318
|
-
"node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/core": {
|
|
7319
|
-
"version": "8.25.0",
|
|
7320
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7321
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7322
|
-
"license": "BSD-3-Clause",
|
|
7323
|
-
"dependencies": {
|
|
7324
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7325
|
-
"@salesforce/kit": "^3.2.4",
|
|
7326
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7327
|
-
"ajv": "^8.17.1",
|
|
7328
|
-
"change-case": "^4.1.2",
|
|
7329
|
-
"fast-levenshtein": "^3.0.0",
|
|
7330
|
-
"faye": "^1.4.1",
|
|
7331
|
-
"form-data": "^4.0.4",
|
|
7332
|
-
"js2xmlparser": "^4.0.1",
|
|
7333
|
-
"jsonwebtoken": "9.0.3",
|
|
7334
|
-
"jszip": "3.10.1",
|
|
7335
|
-
"memfs": "^4.30.1",
|
|
7336
|
-
"pino": "^9.7.0",
|
|
7337
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7338
|
-
"pino-pretty": "^11.3.0",
|
|
7339
|
-
"proper-lockfile": "^4.1.2",
|
|
7340
|
-
"semver": "^7.7.3",
|
|
7341
|
-
"ts-retry-promise": "^0.8.1",
|
|
7342
|
-
"zod": "^4.1.12"
|
|
7343
|
-
},
|
|
7344
|
-
"engines": {
|
|
7345
|
-
"node": ">=18.0.0"
|
|
7346
|
-
}
|
|
7347
|
-
},
|
|
7348
6995
|
"node_modules/@salesforce/plugin-org": {
|
|
7349
6996
|
"version": "5.9.62",
|
|
7350
6997
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.62.tgz",
|
|
@@ -7368,62 +7015,6 @@
|
|
|
7368
7015
|
"node": ">=18.0.0"
|
|
7369
7016
|
}
|
|
7370
7017
|
},
|
|
7371
|
-
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/core": {
|
|
7372
|
-
"version": "8.25.0",
|
|
7373
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7374
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7375
|
-
"license": "BSD-3-Clause",
|
|
7376
|
-
"dependencies": {
|
|
7377
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7378
|
-
"@salesforce/kit": "^3.2.4",
|
|
7379
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7380
|
-
"ajv": "^8.17.1",
|
|
7381
|
-
"change-case": "^4.1.2",
|
|
7382
|
-
"fast-levenshtein": "^3.0.0",
|
|
7383
|
-
"faye": "^1.4.1",
|
|
7384
|
-
"form-data": "^4.0.4",
|
|
7385
|
-
"js2xmlparser": "^4.0.1",
|
|
7386
|
-
"jsonwebtoken": "9.0.3",
|
|
7387
|
-
"jszip": "3.10.1",
|
|
7388
|
-
"memfs": "^4.30.1",
|
|
7389
|
-
"pino": "^9.7.0",
|
|
7390
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7391
|
-
"pino-pretty": "^11.3.0",
|
|
7392
|
-
"proper-lockfile": "^4.1.2",
|
|
7393
|
-
"semver": "^7.7.3",
|
|
7394
|
-
"ts-retry-promise": "^0.8.1",
|
|
7395
|
-
"zod": "^4.1.12"
|
|
7396
|
-
},
|
|
7397
|
-
"engines": {
|
|
7398
|
-
"node": ">=18.0.0"
|
|
7399
|
-
}
|
|
7400
|
-
},
|
|
7401
|
-
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/core/node_modules/change-case": {
|
|
7402
|
-
"version": "4.1.2",
|
|
7403
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
7404
|
-
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
7405
|
-
"license": "MIT",
|
|
7406
|
-
"dependencies": {
|
|
7407
|
-
"camel-case": "^4.1.2",
|
|
7408
|
-
"capital-case": "^1.0.4",
|
|
7409
|
-
"constant-case": "^3.0.4",
|
|
7410
|
-
"dot-case": "^3.0.4",
|
|
7411
|
-
"header-case": "^2.0.4",
|
|
7412
|
-
"no-case": "^3.0.4",
|
|
7413
|
-
"param-case": "^3.0.4",
|
|
7414
|
-
"pascal-case": "^3.1.2",
|
|
7415
|
-
"path-case": "^3.0.4",
|
|
7416
|
-
"sentence-case": "^3.0.4",
|
|
7417
|
-
"snake-case": "^3.0.4",
|
|
7418
|
-
"tslib": "^2.0.3"
|
|
7419
|
-
}
|
|
7420
|
-
},
|
|
7421
|
-
"node_modules/@salesforce/plugin-org/node_modules/change-case": {
|
|
7422
|
-
"version": "5.4.4",
|
|
7423
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
7424
|
-
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
7425
|
-
"license": "MIT"
|
|
7426
|
-
},
|
|
7427
7018
|
"node_modules/@salesforce/plugin-packaging": {
|
|
7428
7019
|
"version": "2.24.10",
|
|
7429
7020
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.10.tgz",
|
|
@@ -7441,36 +7032,6 @@
|
|
|
7441
7032
|
"node": ">=18.0.0"
|
|
7442
7033
|
}
|
|
7443
7034
|
},
|
|
7444
|
-
"node_modules/@salesforce/plugin-packaging/node_modules/@salesforce/core": {
|
|
7445
|
-
"version": "8.25.0",
|
|
7446
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7447
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7448
|
-
"license": "BSD-3-Clause",
|
|
7449
|
-
"dependencies": {
|
|
7450
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7451
|
-
"@salesforce/kit": "^3.2.4",
|
|
7452
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7453
|
-
"ajv": "^8.17.1",
|
|
7454
|
-
"change-case": "^4.1.2",
|
|
7455
|
-
"fast-levenshtein": "^3.0.0",
|
|
7456
|
-
"faye": "^1.4.1",
|
|
7457
|
-
"form-data": "^4.0.4",
|
|
7458
|
-
"js2xmlparser": "^4.0.1",
|
|
7459
|
-
"jsonwebtoken": "9.0.3",
|
|
7460
|
-
"jszip": "3.10.1",
|
|
7461
|
-
"memfs": "^4.30.1",
|
|
7462
|
-
"pino": "^9.7.0",
|
|
7463
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7464
|
-
"pino-pretty": "^11.3.0",
|
|
7465
|
-
"proper-lockfile": "^4.1.2",
|
|
7466
|
-
"semver": "^7.7.3",
|
|
7467
|
-
"ts-retry-promise": "^0.8.1",
|
|
7468
|
-
"zod": "^4.1.12"
|
|
7469
|
-
},
|
|
7470
|
-
"engines": {
|
|
7471
|
-
"node": ">=18.0.0"
|
|
7472
|
-
}
|
|
7473
|
-
},
|
|
7474
7035
|
"node_modules/@salesforce/plugin-packaging/node_modules/chalk": {
|
|
7475
7036
|
"version": "5.6.2",
|
|
7476
7037
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -7520,37 +7081,6 @@
|
|
|
7520
7081
|
"node": ">=16.0.0"
|
|
7521
7082
|
}
|
|
7522
7083
|
},
|
|
7523
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/core": {
|
|
7524
|
-
"version": "8.25.0",
|
|
7525
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7526
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7527
|
-
"dev": true,
|
|
7528
|
-
"license": "BSD-3-Clause",
|
|
7529
|
-
"dependencies": {
|
|
7530
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7531
|
-
"@salesforce/kit": "^3.2.4",
|
|
7532
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7533
|
-
"ajv": "^8.17.1",
|
|
7534
|
-
"change-case": "^4.1.2",
|
|
7535
|
-
"fast-levenshtein": "^3.0.0",
|
|
7536
|
-
"faye": "^1.4.1",
|
|
7537
|
-
"form-data": "^4.0.4",
|
|
7538
|
-
"js2xmlparser": "^4.0.1",
|
|
7539
|
-
"jsonwebtoken": "9.0.3",
|
|
7540
|
-
"jszip": "3.10.1",
|
|
7541
|
-
"memfs": "^4.30.1",
|
|
7542
|
-
"pino": "^9.7.0",
|
|
7543
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7544
|
-
"pino-pretty": "^11.3.0",
|
|
7545
|
-
"proper-lockfile": "^4.1.2",
|
|
7546
|
-
"semver": "^7.7.3",
|
|
7547
|
-
"ts-retry-promise": "^0.8.1",
|
|
7548
|
-
"zod": "^4.1.12"
|
|
7549
|
-
},
|
|
7550
|
-
"engines": {
|
|
7551
|
-
"node": ">=18.0.0"
|
|
7552
|
-
}
|
|
7553
|
-
},
|
|
7554
7084
|
"node_modules/@salesforce/plugin-release-management/node_modules/chalk": {
|
|
7555
7085
|
"version": "5.6.2",
|
|
7556
7086
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -7578,36 +7108,6 @@
|
|
|
7578
7108
|
"node": ">=18.0.0"
|
|
7579
7109
|
}
|
|
7580
7110
|
},
|
|
7581
|
-
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/core": {
|
|
7582
|
-
"version": "8.25.0",
|
|
7583
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7584
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7585
|
-
"license": "BSD-3-Clause",
|
|
7586
|
-
"dependencies": {
|
|
7587
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7588
|
-
"@salesforce/kit": "^3.2.4",
|
|
7589
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7590
|
-
"ajv": "^8.17.1",
|
|
7591
|
-
"change-case": "^4.1.2",
|
|
7592
|
-
"fast-levenshtein": "^3.0.0",
|
|
7593
|
-
"faye": "^1.4.1",
|
|
7594
|
-
"form-data": "^4.0.4",
|
|
7595
|
-
"js2xmlparser": "^4.0.1",
|
|
7596
|
-
"jsonwebtoken": "9.0.3",
|
|
7597
|
-
"jszip": "3.10.1",
|
|
7598
|
-
"memfs": "^4.30.1",
|
|
7599
|
-
"pino": "^9.7.0",
|
|
7600
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7601
|
-
"pino-pretty": "^11.3.0",
|
|
7602
|
-
"proper-lockfile": "^4.1.2",
|
|
7603
|
-
"semver": "^7.7.3",
|
|
7604
|
-
"ts-retry-promise": "^0.8.1",
|
|
7605
|
-
"zod": "^4.1.12"
|
|
7606
|
-
},
|
|
7607
|
-
"engines": {
|
|
7608
|
-
"node": ">=18.0.0"
|
|
7609
|
-
}
|
|
7610
|
-
},
|
|
7611
7111
|
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
|
|
7612
7112
|
"version": "11.3.12",
|
|
7613
7113
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
@@ -7696,36 +7196,6 @@
|
|
|
7696
7196
|
"node": ">=18.0.0"
|
|
7697
7197
|
}
|
|
7698
7198
|
},
|
|
7699
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/core": {
|
|
7700
|
-
"version": "8.25.0",
|
|
7701
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7702
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7703
|
-
"license": "BSD-3-Clause",
|
|
7704
|
-
"dependencies": {
|
|
7705
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7706
|
-
"@salesforce/kit": "^3.2.4",
|
|
7707
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7708
|
-
"ajv": "^8.17.1",
|
|
7709
|
-
"change-case": "^4.1.2",
|
|
7710
|
-
"fast-levenshtein": "^3.0.0",
|
|
7711
|
-
"faye": "^1.4.1",
|
|
7712
|
-
"form-data": "^4.0.4",
|
|
7713
|
-
"js2xmlparser": "^4.0.1",
|
|
7714
|
-
"jsonwebtoken": "9.0.3",
|
|
7715
|
-
"jszip": "3.10.1",
|
|
7716
|
-
"memfs": "^4.30.1",
|
|
7717
|
-
"pino": "^9.7.0",
|
|
7718
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7719
|
-
"pino-pretty": "^11.3.0",
|
|
7720
|
-
"proper-lockfile": "^4.1.2",
|
|
7721
|
-
"semver": "^7.7.3",
|
|
7722
|
-
"ts-retry-promise": "^0.8.1",
|
|
7723
|
-
"zod": "^4.1.12"
|
|
7724
|
-
},
|
|
7725
|
-
"engines": {
|
|
7726
|
-
"node": ">=18.0.0"
|
|
7727
|
-
}
|
|
7728
|
-
},
|
|
7729
7199
|
"node_modules/@salesforce/plugin-sobject": {
|
|
7730
7200
|
"version": "1.4.81",
|
|
7731
7201
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.81.tgz",
|
|
@@ -7747,36 +7217,6 @@
|
|
|
7747
7217
|
"node": ">=18.0.0"
|
|
7748
7218
|
}
|
|
7749
7219
|
},
|
|
7750
|
-
"node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/core": {
|
|
7751
|
-
"version": "8.25.0",
|
|
7752
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7753
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7754
|
-
"license": "BSD-3-Clause",
|
|
7755
|
-
"dependencies": {
|
|
7756
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7757
|
-
"@salesforce/kit": "^3.2.4",
|
|
7758
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7759
|
-
"ajv": "^8.17.1",
|
|
7760
|
-
"change-case": "^4.1.2",
|
|
7761
|
-
"fast-levenshtein": "^3.0.0",
|
|
7762
|
-
"faye": "^1.4.1",
|
|
7763
|
-
"form-data": "^4.0.4",
|
|
7764
|
-
"js2xmlparser": "^4.0.1",
|
|
7765
|
-
"jsonwebtoken": "9.0.3",
|
|
7766
|
-
"jszip": "3.10.1",
|
|
7767
|
-
"memfs": "^4.30.1",
|
|
7768
|
-
"pino": "^9.7.0",
|
|
7769
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7770
|
-
"pino-pretty": "^11.3.0",
|
|
7771
|
-
"proper-lockfile": "^4.1.2",
|
|
7772
|
-
"semver": "^7.7.3",
|
|
7773
|
-
"ts-retry-promise": "^0.8.1",
|
|
7774
|
-
"zod": "^4.1.12"
|
|
7775
|
-
},
|
|
7776
|
-
"engines": {
|
|
7777
|
-
"node": ">=18.0.0"
|
|
7778
|
-
}
|
|
7779
|
-
},
|
|
7780
7220
|
"node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/sf-plugins-core": {
|
|
7781
7221
|
"version": "11.3.12",
|
|
7782
7222
|
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
@@ -7868,36 +7308,6 @@
|
|
|
7868
7308
|
"node": ">=18.0.0"
|
|
7869
7309
|
}
|
|
7870
7310
|
},
|
|
7871
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/core": {
|
|
7872
|
-
"version": "8.25.0",
|
|
7873
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7874
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7875
|
-
"license": "BSD-3-Clause",
|
|
7876
|
-
"dependencies": {
|
|
7877
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7878
|
-
"@salesforce/kit": "^3.2.4",
|
|
7879
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7880
|
-
"ajv": "^8.17.1",
|
|
7881
|
-
"change-case": "^4.1.2",
|
|
7882
|
-
"fast-levenshtein": "^3.0.0",
|
|
7883
|
-
"faye": "^1.4.1",
|
|
7884
|
-
"form-data": "^4.0.4",
|
|
7885
|
-
"js2xmlparser": "^4.0.1",
|
|
7886
|
-
"jsonwebtoken": "9.0.3",
|
|
7887
|
-
"jszip": "3.10.1",
|
|
7888
|
-
"memfs": "^4.30.1",
|
|
7889
|
-
"pino": "^9.7.0",
|
|
7890
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7891
|
-
"pino-pretty": "^11.3.0",
|
|
7892
|
-
"proper-lockfile": "^4.1.2",
|
|
7893
|
-
"semver": "^7.7.3",
|
|
7894
|
-
"ts-retry-promise": "^0.8.1",
|
|
7895
|
-
"zod": "^4.1.12"
|
|
7896
|
-
},
|
|
7897
|
-
"engines": {
|
|
7898
|
-
"node": ">=18.0.0"
|
|
7899
|
-
}
|
|
7900
|
-
},
|
|
7901
7311
|
"node_modules/@salesforce/plugin-templates": {
|
|
7902
7312
|
"version": "56.4.6",
|
|
7903
7313
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.6.tgz",
|
|
@@ -7912,36 +7322,6 @@
|
|
|
7912
7322
|
"node": ">=18.0.0"
|
|
7913
7323
|
}
|
|
7914
7324
|
},
|
|
7915
|
-
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/core": {
|
|
7916
|
-
"version": "8.25.0",
|
|
7917
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7918
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7919
|
-
"license": "BSD-3-Clause",
|
|
7920
|
-
"dependencies": {
|
|
7921
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7922
|
-
"@salesforce/kit": "^3.2.4",
|
|
7923
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7924
|
-
"ajv": "^8.17.1",
|
|
7925
|
-
"change-case": "^4.1.2",
|
|
7926
|
-
"fast-levenshtein": "^3.0.0",
|
|
7927
|
-
"faye": "^1.4.1",
|
|
7928
|
-
"form-data": "^4.0.4",
|
|
7929
|
-
"js2xmlparser": "^4.0.1",
|
|
7930
|
-
"jsonwebtoken": "9.0.3",
|
|
7931
|
-
"jszip": "3.10.1",
|
|
7932
|
-
"memfs": "^4.30.1",
|
|
7933
|
-
"pino": "^9.7.0",
|
|
7934
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7935
|
-
"pino-pretty": "^11.3.0",
|
|
7936
|
-
"proper-lockfile": "^4.1.2",
|
|
7937
|
-
"semver": "^7.7.3",
|
|
7938
|
-
"ts-retry-promise": "^0.8.1",
|
|
7939
|
-
"zod": "^4.1.12"
|
|
7940
|
-
},
|
|
7941
|
-
"engines": {
|
|
7942
|
-
"node": ">=18.0.0"
|
|
7943
|
-
}
|
|
7944
|
-
},
|
|
7945
7325
|
"node_modules/@salesforce/plugin-trust": {
|
|
7946
7326
|
"version": "3.7.113",
|
|
7947
7327
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.113.tgz",
|
|
@@ -7967,36 +7347,6 @@
|
|
|
7967
7347
|
"node": ">=18.0.0"
|
|
7968
7348
|
}
|
|
7969
7349
|
},
|
|
7970
|
-
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/core": {
|
|
7971
|
-
"version": "8.25.0",
|
|
7972
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
7973
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
7974
|
-
"license": "BSD-3-Clause",
|
|
7975
|
-
"dependencies": {
|
|
7976
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
7977
|
-
"@salesforce/kit": "^3.2.4",
|
|
7978
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
7979
|
-
"ajv": "^8.17.1",
|
|
7980
|
-
"change-case": "^4.1.2",
|
|
7981
|
-
"fast-levenshtein": "^3.0.0",
|
|
7982
|
-
"faye": "^1.4.1",
|
|
7983
|
-
"form-data": "^4.0.4",
|
|
7984
|
-
"js2xmlparser": "^4.0.1",
|
|
7985
|
-
"jsonwebtoken": "9.0.3",
|
|
7986
|
-
"jszip": "3.10.1",
|
|
7987
|
-
"memfs": "^4.30.1",
|
|
7988
|
-
"pino": "^9.7.0",
|
|
7989
|
-
"pino-abstract-transport": "^1.2.0",
|
|
7990
|
-
"pino-pretty": "^11.3.0",
|
|
7991
|
-
"proper-lockfile": "^4.1.2",
|
|
7992
|
-
"semver": "^7.7.3",
|
|
7993
|
-
"ts-retry-promise": "^0.8.1",
|
|
7994
|
-
"zod": "^4.1.12"
|
|
7995
|
-
},
|
|
7996
|
-
"engines": {
|
|
7997
|
-
"node": ">=18.0.0"
|
|
7998
|
-
}
|
|
7999
|
-
},
|
|
8000
7350
|
"node_modules/@salesforce/plugin-user": {
|
|
8001
7351
|
"version": "3.6.48",
|
|
8002
7352
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.48.tgz",
|
|
@@ -8012,36 +7362,6 @@
|
|
|
8012
7362
|
"node": ">=18.0.0"
|
|
8013
7363
|
}
|
|
8014
7364
|
},
|
|
8015
|
-
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/core": {
|
|
8016
|
-
"version": "8.25.0",
|
|
8017
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
8018
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
8019
|
-
"license": "BSD-3-Clause",
|
|
8020
|
-
"dependencies": {
|
|
8021
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
8022
|
-
"@salesforce/kit": "^3.2.4",
|
|
8023
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
8024
|
-
"ajv": "^8.17.1",
|
|
8025
|
-
"change-case": "^4.1.2",
|
|
8026
|
-
"fast-levenshtein": "^3.0.0",
|
|
8027
|
-
"faye": "^1.4.1",
|
|
8028
|
-
"form-data": "^4.0.4",
|
|
8029
|
-
"js2xmlparser": "^4.0.1",
|
|
8030
|
-
"jsonwebtoken": "9.0.3",
|
|
8031
|
-
"jszip": "3.10.1",
|
|
8032
|
-
"memfs": "^4.30.1",
|
|
8033
|
-
"pino": "^9.7.0",
|
|
8034
|
-
"pino-abstract-transport": "^1.2.0",
|
|
8035
|
-
"pino-pretty": "^11.3.0",
|
|
8036
|
-
"proper-lockfile": "^4.1.2",
|
|
8037
|
-
"semver": "^7.7.3",
|
|
8038
|
-
"ts-retry-promise": "^0.8.1",
|
|
8039
|
-
"zod": "^4.1.12"
|
|
8040
|
-
},
|
|
8041
|
-
"engines": {
|
|
8042
|
-
"node": ">=18.0.0"
|
|
8043
|
-
}
|
|
8044
|
-
},
|
|
8045
7365
|
"node_modules/@salesforce/prettier-config": {
|
|
8046
7366
|
"version": "0.0.3",
|
|
8047
7367
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -8065,42 +7385,12 @@
|
|
|
8065
7385
|
"@inquirer/password": "^2.2.0",
|
|
8066
7386
|
"@oclif/core": "^4.5.2",
|
|
8067
7387
|
"@oclif/table": "^0.5.0",
|
|
8068
|
-
"@salesforce/core": "^8.18.7",
|
|
8069
|
-
"@salesforce/kit": "^3.2.3",
|
|
8070
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
8071
|
-
"ansis": "^3.3.2",
|
|
8072
|
-
"cli-progress": "^3.12.0",
|
|
8073
|
-
"terminal-link": "^3.0.0"
|
|
8074
|
-
},
|
|
8075
|
-
"engines": {
|
|
8076
|
-
"node": ">=18.0.0"
|
|
8077
|
-
}
|
|
8078
|
-
},
|
|
8079
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
8080
|
-
"version": "8.25.0",
|
|
8081
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
8082
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
8083
|
-
"license": "BSD-3-Clause",
|
|
8084
|
-
"dependencies": {
|
|
8085
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
8086
|
-
"@salesforce/kit": "^3.2.4",
|
|
8087
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
8088
|
-
"ajv": "^8.17.1",
|
|
8089
|
-
"change-case": "^4.1.2",
|
|
8090
|
-
"fast-levenshtein": "^3.0.0",
|
|
8091
|
-
"faye": "^1.4.1",
|
|
8092
|
-
"form-data": "^4.0.4",
|
|
8093
|
-
"js2xmlparser": "^4.0.1",
|
|
8094
|
-
"jsonwebtoken": "9.0.3",
|
|
8095
|
-
"jszip": "3.10.1",
|
|
8096
|
-
"memfs": "^4.30.1",
|
|
8097
|
-
"pino": "^9.7.0",
|
|
8098
|
-
"pino-abstract-transport": "^1.2.0",
|
|
8099
|
-
"pino-pretty": "^11.3.0",
|
|
8100
|
-
"proper-lockfile": "^4.1.2",
|
|
8101
|
-
"semver": "^7.7.3",
|
|
8102
|
-
"ts-retry-promise": "^0.8.1",
|
|
8103
|
-
"zod": "^4.1.12"
|
|
7388
|
+
"@salesforce/core": "^8.18.7",
|
|
7389
|
+
"@salesforce/kit": "^3.2.3",
|
|
7390
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
7391
|
+
"ansis": "^3.3.2",
|
|
7392
|
+
"cli-progress": "^3.12.0",
|
|
7393
|
+
"terminal-link": "^3.0.0"
|
|
8104
7394
|
},
|
|
8105
7395
|
"engines": {
|
|
8106
7396
|
"node": ">=18.0.0"
|
|
@@ -8131,36 +7421,6 @@
|
|
|
8131
7421
|
"node": ">=18.0.0"
|
|
8132
7422
|
}
|
|
8133
7423
|
},
|
|
8134
|
-
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@salesforce/core": {
|
|
8135
|
-
"version": "8.25.0",
|
|
8136
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
8137
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
8138
|
-
"license": "BSD-3-Clause",
|
|
8139
|
-
"dependencies": {
|
|
8140
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
8141
|
-
"@salesforce/kit": "^3.2.4",
|
|
8142
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
8143
|
-
"ajv": "^8.17.1",
|
|
8144
|
-
"change-case": "^4.1.2",
|
|
8145
|
-
"fast-levenshtein": "^3.0.0",
|
|
8146
|
-
"faye": "^1.4.1",
|
|
8147
|
-
"form-data": "^4.0.4",
|
|
8148
|
-
"js2xmlparser": "^4.0.1",
|
|
8149
|
-
"jsonwebtoken": "9.0.3",
|
|
8150
|
-
"jszip": "3.10.1",
|
|
8151
|
-
"memfs": "^4.30.1",
|
|
8152
|
-
"pino": "^9.7.0",
|
|
8153
|
-
"pino-abstract-transport": "^1.2.0",
|
|
8154
|
-
"pino-pretty": "^11.3.0",
|
|
8155
|
-
"proper-lockfile": "^4.1.2",
|
|
8156
|
-
"semver": "^7.7.3",
|
|
8157
|
-
"ts-retry-promise": "^0.8.1",
|
|
8158
|
-
"zod": "^4.1.12"
|
|
8159
|
-
},
|
|
8160
|
-
"engines": {
|
|
8161
|
-
"node": ">=18.0.0"
|
|
8162
|
-
}
|
|
8163
|
-
},
|
|
8164
7424
|
"node_modules/@salesforce/source-deploy-retrieve/node_modules/@szmarczak/http-timer": {
|
|
8165
7425
|
"version": "4.0.6",
|
|
8166
7426
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -8293,36 +7553,6 @@
|
|
|
8293
7553
|
"node": ">=18.0.0"
|
|
8294
7554
|
}
|
|
8295
7555
|
},
|
|
8296
|
-
"node_modules/@salesforce/source-tracking/node_modules/@salesforce/core": {
|
|
8297
|
-
"version": "8.25.0",
|
|
8298
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
8299
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
8300
|
-
"license": "BSD-3-Clause",
|
|
8301
|
-
"dependencies": {
|
|
8302
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
8303
|
-
"@salesforce/kit": "^3.2.4",
|
|
8304
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
8305
|
-
"ajv": "^8.17.1",
|
|
8306
|
-
"change-case": "^4.1.2",
|
|
8307
|
-
"fast-levenshtein": "^3.0.0",
|
|
8308
|
-
"faye": "^1.4.1",
|
|
8309
|
-
"form-data": "^4.0.4",
|
|
8310
|
-
"js2xmlparser": "^4.0.1",
|
|
8311
|
-
"jsonwebtoken": "9.0.3",
|
|
8312
|
-
"jszip": "3.10.1",
|
|
8313
|
-
"memfs": "^4.30.1",
|
|
8314
|
-
"pino": "^9.7.0",
|
|
8315
|
-
"pino-abstract-transport": "^1.2.0",
|
|
8316
|
-
"pino-pretty": "^11.3.0",
|
|
8317
|
-
"proper-lockfile": "^4.1.2",
|
|
8318
|
-
"semver": "^7.7.3",
|
|
8319
|
-
"ts-retry-promise": "^0.8.1",
|
|
8320
|
-
"zod": "^4.1.12"
|
|
8321
|
-
},
|
|
8322
|
-
"engines": {
|
|
8323
|
-
"node": ">=18.0.0"
|
|
8324
|
-
}
|
|
8325
|
-
},
|
|
8326
7556
|
"node_modules/@salesforce/telemetry": {
|
|
8327
7557
|
"version": "6.4.3",
|
|
8328
7558
|
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.4.3.tgz",
|
|
@@ -8340,36 +7570,6 @@
|
|
|
8340
7570
|
"node": ">=18.0.0"
|
|
8341
7571
|
}
|
|
8342
7572
|
},
|
|
8343
|
-
"node_modules/@salesforce/telemetry/node_modules/@salesforce/core": {
|
|
8344
|
-
"version": "8.25.0",
|
|
8345
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.25.0.tgz",
|
|
8346
|
-
"integrity": "sha512-LdUDEK8mmiWpnKn6wtaSDcvZc2Svrg/xldint1OGyVhCGZUAQLjCWRKkBT5DdIVV3g9QrDNhLboi904jcwDe1g==",
|
|
8347
|
-
"license": "BSD-3-Clause",
|
|
8348
|
-
"dependencies": {
|
|
8349
|
-
"@jsforce/jsforce-node": "^3.10.13",
|
|
8350
|
-
"@salesforce/kit": "^3.2.4",
|
|
8351
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
8352
|
-
"ajv": "^8.17.1",
|
|
8353
|
-
"change-case": "^4.1.2",
|
|
8354
|
-
"fast-levenshtein": "^3.0.0",
|
|
8355
|
-
"faye": "^1.4.1",
|
|
8356
|
-
"form-data": "^4.0.4",
|
|
8357
|
-
"js2xmlparser": "^4.0.1",
|
|
8358
|
-
"jsonwebtoken": "9.0.3",
|
|
8359
|
-
"jszip": "3.10.1",
|
|
8360
|
-
"memfs": "^4.30.1",
|
|
8361
|
-
"pino": "^9.7.0",
|
|
8362
|
-
"pino-abstract-transport": "^1.2.0",
|
|
8363
|
-
"pino-pretty": "^11.3.0",
|
|
8364
|
-
"proper-lockfile": "^4.1.2",
|
|
8365
|
-
"semver": "^7.7.3",
|
|
8366
|
-
"ts-retry-promise": "^0.8.1",
|
|
8367
|
-
"zod": "^4.1.12"
|
|
8368
|
-
},
|
|
8369
|
-
"engines": {
|
|
8370
|
-
"node": ">=18.0.0"
|
|
8371
|
-
}
|
|
8372
|
-
},
|
|
8373
7573
|
"node_modules/@salesforce/telemetry/node_modules/@szmarczak/http-timer": {
|
|
8374
7574
|
"version": "4.0.6",
|
|
8375
7575
|
"resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
|
|
@@ -10422,15 +9622,16 @@
|
|
|
10422
9622
|
}
|
|
10423
9623
|
},
|
|
10424
9624
|
"node_modules/ajv": {
|
|
10425
|
-
"version": "
|
|
10426
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
10427
|
-
"integrity": "sha512-
|
|
9625
|
+
"version": "6.12.6",
|
|
9626
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
9627
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
9628
|
+
"dev": true,
|
|
10428
9629
|
"license": "MIT",
|
|
10429
9630
|
"dependencies": {
|
|
10430
|
-
"fast-deep-equal": "^3.1.
|
|
10431
|
-
"fast-
|
|
10432
|
-
"json-schema-traverse": "^
|
|
10433
|
-
"
|
|
9631
|
+
"fast-deep-equal": "^3.1.1",
|
|
9632
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
9633
|
+
"json-schema-traverse": "^0.4.1",
|
|
9634
|
+
"uri-js": "^4.2.2"
|
|
10434
9635
|
},
|
|
10435
9636
|
"funding": {
|
|
10436
9637
|
"type": "github",
|
|
@@ -11573,24 +10774,10 @@
|
|
|
11573
10774
|
}
|
|
11574
10775
|
},
|
|
11575
10776
|
"node_modules/change-case": {
|
|
11576
|
-
"version": "4.
|
|
11577
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.
|
|
11578
|
-
"integrity": "sha512-
|
|
11579
|
-
"license": "MIT"
|
|
11580
|
-
"dependencies": {
|
|
11581
|
-
"camel-case": "^4.1.2",
|
|
11582
|
-
"capital-case": "^1.0.4",
|
|
11583
|
-
"constant-case": "^3.0.4",
|
|
11584
|
-
"dot-case": "^3.0.4",
|
|
11585
|
-
"header-case": "^2.0.4",
|
|
11586
|
-
"no-case": "^3.0.4",
|
|
11587
|
-
"param-case": "^3.0.4",
|
|
11588
|
-
"pascal-case": "^3.1.2",
|
|
11589
|
-
"path-case": "^3.0.4",
|
|
11590
|
-
"sentence-case": "^3.0.4",
|
|
11591
|
-
"snake-case": "^3.0.4",
|
|
11592
|
-
"tslib": "^2.0.3"
|
|
11593
|
-
}
|
|
10777
|
+
"version": "5.4.4",
|
|
10778
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
10779
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
10780
|
+
"license": "MIT"
|
|
11594
10781
|
},
|
|
11595
10782
|
"node_modules/character-entities-html4": {
|
|
11596
10783
|
"version": "2.1.0",
|
|
@@ -14024,23 +13211,6 @@
|
|
|
14024
13211
|
"url": "https://opencollective.com/eslint"
|
|
14025
13212
|
}
|
|
14026
13213
|
},
|
|
14027
|
-
"node_modules/eslint/node_modules/ajv": {
|
|
14028
|
-
"version": "6.12.6",
|
|
14029
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
14030
|
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
14031
|
-
"dev": true,
|
|
14032
|
-
"license": "MIT",
|
|
14033
|
-
"dependencies": {
|
|
14034
|
-
"fast-deep-equal": "^3.1.1",
|
|
14035
|
-
"fast-json-stable-stringify": "^2.0.0",
|
|
14036
|
-
"json-schema-traverse": "^0.4.1",
|
|
14037
|
-
"uri-js": "^4.2.2"
|
|
14038
|
-
},
|
|
14039
|
-
"funding": {
|
|
14040
|
-
"type": "github",
|
|
14041
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
14042
|
-
}
|
|
14043
|
-
},
|
|
14044
13214
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
14045
13215
|
"version": "1.1.11",
|
|
14046
13216
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -14095,13 +13265,6 @@
|
|
|
14095
13265
|
"node": ">=10.13.0"
|
|
14096
13266
|
}
|
|
14097
13267
|
},
|
|
14098
|
-
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
14099
|
-
"version": "0.4.1",
|
|
14100
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
14101
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
14102
|
-
"dev": true,
|
|
14103
|
-
"license": "MIT"
|
|
14104
|
-
},
|
|
14105
13268
|
"node_modules/eslint/node_modules/locate-path": {
|
|
14106
13269
|
"version": "6.0.0",
|
|
14107
13270
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -17221,9 +16384,10 @@
|
|
|
17221
16384
|
}
|
|
17222
16385
|
},
|
|
17223
16386
|
"node_modules/json-schema-traverse": {
|
|
17224
|
-
"version": "
|
|
17225
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-
|
|
17226
|
-
"integrity": "sha512-
|
|
16387
|
+
"version": "0.4.1",
|
|
16388
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
16389
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
16390
|
+
"dev": true,
|
|
17227
16391
|
"license": "MIT"
|
|
17228
16392
|
},
|
|
17229
16393
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
@@ -22475,6 +21639,27 @@
|
|
|
22475
21639
|
"node": ">=18.0.0"
|
|
22476
21640
|
}
|
|
22477
21641
|
},
|
|
21642
|
+
"node_modules/oclif/node_modules/change-case": {
|
|
21643
|
+
"version": "4.1.2",
|
|
21644
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
21645
|
+
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
21646
|
+
"dev": true,
|
|
21647
|
+
"license": "MIT",
|
|
21648
|
+
"dependencies": {
|
|
21649
|
+
"camel-case": "^4.1.2",
|
|
21650
|
+
"capital-case": "^1.0.4",
|
|
21651
|
+
"constant-case": "^3.0.4",
|
|
21652
|
+
"dot-case": "^3.0.4",
|
|
21653
|
+
"header-case": "^2.0.4",
|
|
21654
|
+
"no-case": "^3.0.4",
|
|
21655
|
+
"param-case": "^3.0.4",
|
|
21656
|
+
"pascal-case": "^3.1.2",
|
|
21657
|
+
"path-case": "^3.0.4",
|
|
21658
|
+
"sentence-case": "^3.0.4",
|
|
21659
|
+
"snake-case": "^3.0.4",
|
|
21660
|
+
"tslib": "^2.0.3"
|
|
21661
|
+
}
|
|
21662
|
+
},
|
|
22478
21663
|
"node_modules/oclif/node_modules/fs-extra": {
|
|
22479
21664
|
"version": "8.1.0",
|
|
22480
21665
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
|
@@ -23010,55 +22195,14 @@
|
|
|
23010
22195
|
}
|
|
23011
22196
|
},
|
|
23012
22197
|
"node_modules/pino-abstract-transport": {
|
|
23013
|
-
"version": "
|
|
23014
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-
|
|
23015
|
-
"integrity": "sha512-
|
|
22198
|
+
"version": "2.0.0",
|
|
22199
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
22200
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
23016
22201
|
"license": "MIT",
|
|
23017
22202
|
"dependencies": {
|
|
23018
|
-
"readable-stream": "^4.0.0",
|
|
23019
22203
|
"split2": "^4.0.0"
|
|
23020
22204
|
}
|
|
23021
22205
|
},
|
|
23022
|
-
"node_modules/pino-abstract-transport/node_modules/buffer": {
|
|
23023
|
-
"version": "6.0.3",
|
|
23024
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
23025
|
-
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
23026
|
-
"funding": [
|
|
23027
|
-
{
|
|
23028
|
-
"type": "github",
|
|
23029
|
-
"url": "https://github.com/sponsors/feross"
|
|
23030
|
-
},
|
|
23031
|
-
{
|
|
23032
|
-
"type": "patreon",
|
|
23033
|
-
"url": "https://www.patreon.com/feross"
|
|
23034
|
-
},
|
|
23035
|
-
{
|
|
23036
|
-
"type": "consulting",
|
|
23037
|
-
"url": "https://feross.org/support"
|
|
23038
|
-
}
|
|
23039
|
-
],
|
|
23040
|
-
"license": "MIT",
|
|
23041
|
-
"dependencies": {
|
|
23042
|
-
"base64-js": "^1.3.1",
|
|
23043
|
-
"ieee754": "^1.2.1"
|
|
23044
|
-
}
|
|
23045
|
-
},
|
|
23046
|
-
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
23047
|
-
"version": "4.5.2",
|
|
23048
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
23049
|
-
"integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==",
|
|
23050
|
-
"license": "MIT",
|
|
23051
|
-
"dependencies": {
|
|
23052
|
-
"abort-controller": "^3.0.0",
|
|
23053
|
-
"buffer": "^6.0.3",
|
|
23054
|
-
"events": "^3.3.0",
|
|
23055
|
-
"process": "^0.11.10",
|
|
23056
|
-
"string_decoder": "^1.3.0"
|
|
23057
|
-
},
|
|
23058
|
-
"engines": {
|
|
23059
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
23060
|
-
}
|
|
23061
|
-
},
|
|
23062
22206
|
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
23063
22207
|
"version": "4.2.0",
|
|
23064
22208
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -23126,15 +22270,6 @@
|
|
|
23126
22270
|
"node": "*"
|
|
23127
22271
|
}
|
|
23128
22272
|
},
|
|
23129
|
-
"node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
23130
|
-
"version": "2.0.0",
|
|
23131
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
23132
|
-
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
23133
|
-
"license": "MIT",
|
|
23134
|
-
"dependencies": {
|
|
23135
|
-
"split2": "^4.0.0"
|
|
23136
|
-
}
|
|
23137
|
-
},
|
|
23138
22273
|
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
23139
22274
|
"version": "4.5.2",
|
|
23140
22275
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz",
|
|
@@ -23151,39 +22286,12 @@
|
|
|
23151
22286
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
23152
22287
|
}
|
|
23153
22288
|
},
|
|
23154
|
-
"node_modules/pino-pretty/node_modules/split2": {
|
|
23155
|
-
"version": "4.2.0",
|
|
23156
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
23157
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
23158
|
-
"license": "ISC",
|
|
23159
|
-
"engines": {
|
|
23160
|
-
"node": ">= 10.x"
|
|
23161
|
-
}
|
|
23162
|
-
},
|
|
23163
22289
|
"node_modules/pino-std-serializers": {
|
|
23164
22290
|
"version": "7.0.0",
|
|
23165
22291
|
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
|
|
23166
22292
|
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
|
|
23167
22293
|
"license": "MIT"
|
|
23168
22294
|
},
|
|
23169
|
-
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
23170
|
-
"version": "2.0.0",
|
|
23171
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
23172
|
-
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
23173
|
-
"license": "MIT",
|
|
23174
|
-
"dependencies": {
|
|
23175
|
-
"split2": "^4.0.0"
|
|
23176
|
-
}
|
|
23177
|
-
},
|
|
23178
|
-
"node_modules/pino/node_modules/split2": {
|
|
23179
|
-
"version": "4.2.0",
|
|
23180
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
23181
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
23182
|
-
"license": "ISC",
|
|
23183
|
-
"engines": {
|
|
23184
|
-
"node": ">= 10.x"
|
|
23185
|
-
}
|
|
23186
|
-
},
|
|
23187
22295
|
"node_modules/pkg-dir": {
|
|
23188
22296
|
"version": "4.2.0",
|
|
23189
22297
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|