@salesforce/plugin-custom-metadata 3.3.21 → 3.3.23
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 +5 -5
- package/npm-shrinkwrap.json +509 -507
- package/oclif.lock +327 -300
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
package/oclif.lock
CHANGED
|
@@ -1069,40 +1069,21 @@
|
|
|
1069
1069
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1070
1070
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1071
1071
|
|
|
1072
|
-
"@inquirer/confirm@^3.1.
|
|
1073
|
-
version "3.1.
|
|
1074
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.
|
|
1075
|
-
integrity sha512-
|
|
1072
|
+
"@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.17", "@inquirer/confirm@^3.1.9":
|
|
1073
|
+
version "3.1.17"
|
|
1074
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.17.tgz#adca3b0f35e2d2ace53f652a92f987aaccb8482a"
|
|
1075
|
+
integrity sha512-qCpt/AABzPynz8tr69VDvhcjwmzAryipWXtW8Vi6m651da4H/d0Bdn55LkxXD7Rp2gfgxvxzTdb66AhIA8gzBA==
|
|
1076
1076
|
dependencies:
|
|
1077
|
-
"@inquirer/core" "^9.0.
|
|
1078
|
-
"@inquirer/type" "^1.5.
|
|
1079
|
-
|
|
1080
|
-
"@inquirer/core@^9.0.2":
|
|
1081
|
-
version "9.0.2"
|
|
1082
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.2.tgz#8be8782266f00129acb5c804537d1231b2fe3ac6"
|
|
1083
|
-
integrity sha512-nguvH3TZar3ACwbytZrraRTzGqyxJfYJwv+ZwqZNatAosdWQMP1GV8zvmkNlBe2JeZSaw0WYBHZk52pDpWC9qA==
|
|
1084
|
-
dependencies:
|
|
1085
|
-
"@inquirer/figures" "^1.0.3"
|
|
1086
|
-
"@inquirer/type" "^1.4.0"
|
|
1087
|
-
"@types/mute-stream" "^0.0.4"
|
|
1088
|
-
"@types/node" "^20.14.9"
|
|
1089
|
-
"@types/wrap-ansi" "^3.0.0"
|
|
1090
|
-
ansi-escapes "^4.3.2"
|
|
1091
|
-
cli-spinners "^2.9.2"
|
|
1092
|
-
cli-width "^4.1.0"
|
|
1093
|
-
mute-stream "^1.0.0"
|
|
1094
|
-
signal-exit "^4.1.0"
|
|
1095
|
-
strip-ansi "^6.0.1"
|
|
1096
|
-
wrap-ansi "^6.2.0"
|
|
1097
|
-
yoctocolors-cjs "^2.1.2"
|
|
1077
|
+
"@inquirer/core" "^9.0.5"
|
|
1078
|
+
"@inquirer/type" "^1.5.1"
|
|
1098
1079
|
|
|
1099
|
-
"@inquirer/core@^9.0.4":
|
|
1100
|
-
version "9.0.
|
|
1101
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.
|
|
1102
|
-
integrity sha512-
|
|
1080
|
+
"@inquirer/core@^9.0.2", "@inquirer/core@^9.0.4", "@inquirer/core@^9.0.5":
|
|
1081
|
+
version "9.0.5"
|
|
1082
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.5.tgz#b5e14d80e87419231981f48fa86f63d15cb8805b"
|
|
1083
|
+
integrity sha512-QWG41I7vn62O9stYKg/juKXt1PEbr/4ZZCPb4KgXDQGwgA9M5NBTQ7FnOvT1ridbxkm/wTxLCNraUs7y47pIRQ==
|
|
1103
1084
|
dependencies:
|
|
1104
|
-
"@inquirer/figures" "^1.0.
|
|
1105
|
-
"@inquirer/type" "^1.5.
|
|
1085
|
+
"@inquirer/figures" "^1.0.5"
|
|
1086
|
+
"@inquirer/type" "^1.5.1"
|
|
1106
1087
|
"@types/mute-stream" "^0.0.4"
|
|
1107
1088
|
"@types/node" "^20.14.11"
|
|
1108
1089
|
"@types/wrap-ansi" "^3.0.0"
|
|
@@ -1115,15 +1096,10 @@
|
|
|
1115
1096
|
wrap-ansi "^6.2.0"
|
|
1116
1097
|
yoctocolors-cjs "^2.1.2"
|
|
1117
1098
|
|
|
1118
|
-
"@inquirer/figures@^1.0.3":
|
|
1119
|
-
version "1.0.
|
|
1120
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.
|
|
1121
|
-
integrity sha512-
|
|
1122
|
-
|
|
1123
|
-
"@inquirer/figures@^1.0.4":
|
|
1124
|
-
version "1.0.4"
|
|
1125
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.4.tgz#a54dab6e205636a881ece0f1017efff6d6174d6e"
|
|
1126
|
-
integrity sha512-R7Gsg6elpuqdn55fBH2y9oYzrU/yKrSmIsDX4ROT51vohrECFzTf2zw9BfUbOW8xjfmM2QbVoVYdTwhrtEKWSQ==
|
|
1099
|
+
"@inquirer/figures@^1.0.3", "@inquirer/figures@^1.0.5":
|
|
1100
|
+
version "1.0.5"
|
|
1101
|
+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
|
|
1102
|
+
integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
|
|
1127
1103
|
|
|
1128
1104
|
"@inquirer/input@^2.2.1":
|
|
1129
1105
|
version "2.2.3"
|
|
@@ -1153,17 +1129,10 @@
|
|
|
1153
1129
|
ansi-escapes "^4.3.2"
|
|
1154
1130
|
yoctocolors-cjs "^2.1.2"
|
|
1155
1131
|
|
|
1156
|
-
"@inquirer/type@^1.4.0":
|
|
1157
|
-
version "1.
|
|
1158
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.
|
|
1159
|
-
integrity sha512-
|
|
1160
|
-
dependencies:
|
|
1161
|
-
mute-stream "^1.0.0"
|
|
1162
|
-
|
|
1163
|
-
"@inquirer/type@^1.5.0":
|
|
1164
|
-
version "1.5.0"
|
|
1165
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.0.tgz#0890e6286281b3f118632e6f7c47c0ccb9b29ee3"
|
|
1166
|
-
integrity sha512-L/UdayX9Z1lLN+itoTKqJ/X4DX5DaWu2Sruwt4XgZzMNv32x4qllbzMX4MbJlz0yxAQtU19UvABGOjmdq1u3qA==
|
|
1132
|
+
"@inquirer/type@^1.4.0", "@inquirer/type@^1.5.0", "@inquirer/type@^1.5.1":
|
|
1133
|
+
version "1.5.1"
|
|
1134
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.1.tgz#cdd36732e38ea5d2b1a4336aada65ebe7d2765e0"
|
|
1135
|
+
integrity sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw==
|
|
1167
1136
|
dependencies:
|
|
1168
1137
|
mute-stream "^1.0.0"
|
|
1169
1138
|
|
|
@@ -1243,20 +1212,18 @@
|
|
|
1243
1212
|
"@jridgewell/resolve-uri" "3.1.0"
|
|
1244
1213
|
"@jridgewell/sourcemap-codec" "1.4.14"
|
|
1245
1214
|
|
|
1246
|
-
"@jsforce/jsforce-node@^3.2.3", "@jsforce/jsforce-node@^3.2
|
|
1247
|
-
version "3.2
|
|
1248
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.
|
|
1249
|
-
integrity sha512-
|
|
1215
|
+
"@jsforce/jsforce-node@^3.2.3", "@jsforce/jsforce-node@^3.3.2":
|
|
1216
|
+
version "3.3.2"
|
|
1217
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.3.2.tgz#79c1e5946233546253a61978d820e2b10e760d81"
|
|
1218
|
+
integrity sha512-LyC6Sb7jSVg3lM7MbkXdFK2EhMGdNNy+U4dauoMv1Va8cUXnr2KIxvIP2Y+6/kccttvsugCE1DUkhkWgWSW2HQ==
|
|
1250
1219
|
dependencies:
|
|
1251
1220
|
"@sindresorhus/is" "^4"
|
|
1252
|
-
"@types/node" "^18.15.3"
|
|
1253
1221
|
abort-controller "^3.0.0"
|
|
1254
1222
|
base64url "^3.0.1"
|
|
1255
1223
|
csv-parse "^5.5.2"
|
|
1256
1224
|
csv-stringify "^6.4.4"
|
|
1257
1225
|
faye "^1.4.0"
|
|
1258
1226
|
form-data "^4.0.0"
|
|
1259
|
-
fs-extra "^8.1.0"
|
|
1260
1227
|
https-proxy-agent "^5.0.0"
|
|
1261
1228
|
multistream "^3.1.0"
|
|
1262
1229
|
node-fetch "^2.6.1"
|
|
@@ -1429,31 +1396,31 @@
|
|
|
1429
1396
|
semver "^7.6.2"
|
|
1430
1397
|
ts-retry-promise "^0.8.1"
|
|
1431
1398
|
|
|
1432
|
-
"@salesforce/dev-config@^4.1
|
|
1433
|
-
version "4.1
|
|
1434
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.
|
|
1435
|
-
integrity sha512-
|
|
1399
|
+
"@salesforce/dev-config@^4.3.1":
|
|
1400
|
+
version "4.3.1"
|
|
1401
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
|
1402
|
+
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
|
1436
1403
|
|
|
1437
|
-
"@salesforce/dev-scripts@^10.2.
|
|
1438
|
-
version "10.2.
|
|
1439
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
1440
|
-
integrity sha512-
|
|
1404
|
+
"@salesforce/dev-scripts@^10.2.6":
|
|
1405
|
+
version "10.2.6"
|
|
1406
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.6.tgz#f24f4fed7ad166116756b7036f2ebce0144ad510"
|
|
1407
|
+
integrity sha512-GDVe6VvdIA6aSs07+sQ+rifOVonIzVzzB2+t/5Rr2HlVUsSaU/AisRFtb7TeZCyVJD2F1+CPW7zeWr7kkk9vIw==
|
|
1441
1408
|
dependencies:
|
|
1442
1409
|
"@commitlint/cli" "^17.1.2"
|
|
1443
1410
|
"@commitlint/config-conventional" "^17.8.1"
|
|
1444
|
-
"@salesforce/dev-config" "^4.1
|
|
1411
|
+
"@salesforce/dev-config" "^4.3.1"
|
|
1445
1412
|
"@salesforce/prettier-config" "^0.0.3"
|
|
1446
1413
|
"@types/chai" "^4.3.14"
|
|
1447
|
-
"@types/mocha" "^10.0.
|
|
1448
|
-
"@types/node" "^18.19.
|
|
1414
|
+
"@types/mocha" "^10.0.7"
|
|
1415
|
+
"@types/node" "^18.19.41"
|
|
1449
1416
|
"@types/sinon" "^10.0.20"
|
|
1450
1417
|
chai "^4.3.10"
|
|
1451
1418
|
chalk "^4.0.0"
|
|
1452
1419
|
cosmiconfig "^8.3.6"
|
|
1453
|
-
eslint-config-salesforce-typescript "^3.3.
|
|
1420
|
+
eslint-config-salesforce-typescript "^3.3.1"
|
|
1454
1421
|
husky "^7.0.4"
|
|
1455
|
-
linkinator "^6.
|
|
1456
|
-
mocha "^10.
|
|
1422
|
+
linkinator "^6.1.1"
|
|
1423
|
+
mocha "^10.7.0"
|
|
1457
1424
|
nyc "^15.1.0"
|
|
1458
1425
|
prettier "^2.8.8"
|
|
1459
1426
|
pretty-quick "^3.3.1"
|
|
@@ -1461,10 +1428,10 @@
|
|
|
1461
1428
|
sinon "10.0.0"
|
|
1462
1429
|
source-map-support "^0.5.21"
|
|
1463
1430
|
ts-node "^10.9.2"
|
|
1464
|
-
typedoc "^0.
|
|
1431
|
+
typedoc "^0.26.5"
|
|
1465
1432
|
typedoc-plugin-missing-exports "0.23.0"
|
|
1466
|
-
typescript "^5.4
|
|
1467
|
-
wireit "^0.14.
|
|
1433
|
+
typescript "^5.5.4"
|
|
1434
|
+
wireit "^0.14.5"
|
|
1468
1435
|
|
|
1469
1436
|
"@salesforce/kit@^3.1.6":
|
|
1470
1437
|
version "3.1.6"
|
|
@@ -1473,15 +1440,15 @@
|
|
|
1473
1440
|
dependencies:
|
|
1474
1441
|
"@salesforce/ts-types" "^2.0.10"
|
|
1475
1442
|
|
|
1476
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1477
|
-
version "3.1.
|
|
1478
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1479
|
-
integrity sha512-
|
|
1443
|
+
"@salesforce/plugin-command-reference@^3.1.11":
|
|
1444
|
+
version "3.1.11"
|
|
1445
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.11.tgz#741c3c0159f9251cd913f925c9e5d9902195a654"
|
|
1446
|
+
integrity sha512-h+zmFfUyJnfrqDFA7T15xWRSc9gv9+RnEE4pPgfKM1OM4g3qdJ40Iea0jpxh4TJROib0rJyUoGCCxAmC6WW79Q==
|
|
1480
1447
|
dependencies:
|
|
1481
1448
|
"@oclif/core" "^4"
|
|
1482
1449
|
"@salesforce/core" "^8.1.0"
|
|
1483
1450
|
"@salesforce/kit" "^3.1.6"
|
|
1484
|
-
"@salesforce/sf-plugins-core" "^11.
|
|
1451
|
+
"@salesforce/sf-plugins-core" "^11.2.0"
|
|
1485
1452
|
"@salesforce/ts-types" "^2.0.10"
|
|
1486
1453
|
chalk "^5.3.0"
|
|
1487
1454
|
debug "^4.3.4"
|
|
@@ -1497,18 +1464,18 @@
|
|
|
1497
1464
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1498
1465
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1499
1466
|
|
|
1500
|
-
"@salesforce/sf-plugins-core@^11.
|
|
1501
|
-
version "11.2.
|
|
1502
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.
|
|
1503
|
-
integrity sha512-
|
|
1467
|
+
"@salesforce/sf-plugins-core@^11.2.0", "@salesforce/sf-plugins-core@^11.2.2":
|
|
1468
|
+
version "11.2.3"
|
|
1469
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.3.tgz#2773247de8c569e54f6806526626c766f2d48ad0"
|
|
1470
|
+
integrity sha512-fNp8xXqyGnKm0zXACf9qZE/Zy2bEoWnh5xz7suoDDj94Iu6Ma6ESnhsTcEbSg2FPIJoLRxooC0YSIOaO+30ujw==
|
|
1504
1471
|
dependencies:
|
|
1505
|
-
"@inquirer/confirm" "^3.1.
|
|
1472
|
+
"@inquirer/confirm" "^3.1.17"
|
|
1506
1473
|
"@inquirer/password" "^2.1.14"
|
|
1507
1474
|
"@oclif/core" "^4.0.12"
|
|
1508
1475
|
"@salesforce/core" "^8.1.1"
|
|
1509
1476
|
"@salesforce/kit" "^3.1.6"
|
|
1510
1477
|
"@salesforce/ts-types" "^2.0.10"
|
|
1511
|
-
ansis "^3.2
|
|
1478
|
+
ansis "^3.3.2"
|
|
1512
1479
|
cli-progress "^3.12.0"
|
|
1513
1480
|
natural-orderby "^3.0.2"
|
|
1514
1481
|
slice-ansi "^7.1.0"
|
|
@@ -1520,6 +1487,13 @@
|
|
|
1520
1487
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.10.tgz#f2107a52b60be6c3fe712f4d40aafad48c6bebe0"
|
|
1521
1488
|
integrity sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w==
|
|
1522
1489
|
|
|
1490
|
+
"@shikijs/core@1.11.1":
|
|
1491
|
+
version "1.11.1"
|
|
1492
|
+
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.11.1.tgz#a102cf56f32fa8cf3ceb9f918f2da5511782efe7"
|
|
1493
|
+
integrity sha512-Qsn8h15SWgv5TDRoDmiHNzdQO2BxDe86Yq6vIHf5T0cCvmfmccJKIzHtep8bQO9HMBZYCtCBzaXdd1MnxZBPSg==
|
|
1494
|
+
dependencies:
|
|
1495
|
+
"@types/hast" "^3.0.4"
|
|
1496
|
+
|
|
1523
1497
|
"@sindresorhus/is@^4":
|
|
1524
1498
|
version "4.6.0"
|
|
1525
1499
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
@@ -2127,6 +2101,13 @@
|
|
|
2127
2101
|
"@types/minimatch" "*"
|
|
2128
2102
|
"@types/node" "*"
|
|
2129
2103
|
|
|
2104
|
+
"@types/hast@^3.0.4":
|
|
2105
|
+
version "3.0.4"
|
|
2106
|
+
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
|
|
2107
|
+
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
|
|
2108
|
+
dependencies:
|
|
2109
|
+
"@types/unist" "*"
|
|
2110
|
+
|
|
2130
2111
|
"@types/http-cache-semantics@^4.0.2":
|
|
2131
2112
|
version "4.0.4"
|
|
2132
2113
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
|
|
@@ -2152,10 +2133,10 @@
|
|
|
2152
2133
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
2153
2134
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
2154
2135
|
|
|
2155
|
-
"@types/mocha@^10.0.
|
|
2156
|
-
version "10.0.
|
|
2157
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
2158
|
-
integrity sha512-
|
|
2136
|
+
"@types/mocha@^10.0.7":
|
|
2137
|
+
version "10.0.7"
|
|
2138
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.7.tgz#4c620090f28ca7f905a94b706f74dc5b57b44f2f"
|
|
2139
|
+
integrity sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==
|
|
2159
2140
|
|
|
2160
2141
|
"@types/mute-stream@^0.0.4":
|
|
2161
2142
|
version "0.0.4"
|
|
@@ -2164,17 +2145,17 @@
|
|
|
2164
2145
|
dependencies:
|
|
2165
2146
|
"@types/node" "*"
|
|
2166
2147
|
|
|
2167
|
-
"@types/node@*", "@types/node@^20.14.11"
|
|
2148
|
+
"@types/node@*", "@types/node@^20.14.11":
|
|
2168
2149
|
version "20.14.11"
|
|
2169
2150
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.11.tgz#09b300423343460455043ddd4d0ded6ac579b74b"
|
|
2170
2151
|
integrity sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==
|
|
2171
2152
|
dependencies:
|
|
2172
2153
|
undici-types "~5.26.4"
|
|
2173
2154
|
|
|
2174
|
-
"@types/node@^18.
|
|
2175
|
-
version "18.19.
|
|
2176
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.
|
|
2177
|
-
integrity sha512-
|
|
2155
|
+
"@types/node@^18.19.41":
|
|
2156
|
+
version "18.19.41"
|
|
2157
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.41.tgz#27695cf2cac63f22c202b9217c0bcf3fb192a2f0"
|
|
2158
|
+
integrity sha512-LX84pRJ+evD2e2nrgYCHObGWkiQJ1mL+meAgbvnwk/US6vmMY7S2ygBTGV2Jw91s9vUsLSXeDEkUHZIJGLrhsg==
|
|
2178
2159
|
dependencies:
|
|
2179
2160
|
undici-types "~5.26.4"
|
|
2180
2161
|
|
|
@@ -2208,6 +2189,11 @@
|
|
|
2208
2189
|
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
|
|
2209
2190
|
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
|
|
2210
2191
|
|
|
2192
|
+
"@types/unist@*":
|
|
2193
|
+
version "3.0.2"
|
|
2194
|
+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-3.0.2.tgz#6dd61e43ef60b34086287f83683a5c1b2dc53d20"
|
|
2195
|
+
integrity sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==
|
|
2196
|
+
|
|
2211
2197
|
"@types/wrap-ansi@^3.0.0":
|
|
2212
2198
|
version "3.0.0"
|
|
2213
2199
|
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
@@ -2249,6 +2235,14 @@
|
|
|
2249
2235
|
"@typescript-eslint/types" "6.21.0"
|
|
2250
2236
|
"@typescript-eslint/visitor-keys" "6.21.0"
|
|
2251
2237
|
|
|
2238
|
+
"@typescript-eslint/scope-manager@7.17.0":
|
|
2239
|
+
version "7.17.0"
|
|
2240
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz#e072d0f914662a7bfd6c058165e3c2b35ea26b9d"
|
|
2241
|
+
integrity sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==
|
|
2242
|
+
dependencies:
|
|
2243
|
+
"@typescript-eslint/types" "7.17.0"
|
|
2244
|
+
"@typescript-eslint/visitor-keys" "7.17.0"
|
|
2245
|
+
|
|
2252
2246
|
"@typescript-eslint/type-utils@6.21.0":
|
|
2253
2247
|
version "6.21.0"
|
|
2254
2248
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
|
|
@@ -2264,6 +2258,11 @@
|
|
|
2264
2258
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
|
|
2265
2259
|
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
|
|
2266
2260
|
|
|
2261
|
+
"@typescript-eslint/types@7.17.0":
|
|
2262
|
+
version "7.17.0"
|
|
2263
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.17.0.tgz#7ce8185bdf06bc3494e73d143dbf3293111b9cff"
|
|
2264
|
+
integrity sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==
|
|
2265
|
+
|
|
2267
2266
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
2268
2267
|
version "6.21.0"
|
|
2269
2268
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
|
|
@@ -2278,7 +2277,21 @@
|
|
|
2278
2277
|
semver "^7.5.4"
|
|
2279
2278
|
ts-api-utils "^1.0.1"
|
|
2280
2279
|
|
|
2281
|
-
"@typescript-eslint/
|
|
2280
|
+
"@typescript-eslint/typescript-estree@7.17.0":
|
|
2281
|
+
version "7.17.0"
|
|
2282
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz#dcab3fea4c07482329dd6107d3c6480e228e4130"
|
|
2283
|
+
integrity sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==
|
|
2284
|
+
dependencies:
|
|
2285
|
+
"@typescript-eslint/types" "7.17.0"
|
|
2286
|
+
"@typescript-eslint/visitor-keys" "7.17.0"
|
|
2287
|
+
debug "^4.3.4"
|
|
2288
|
+
globby "^11.1.0"
|
|
2289
|
+
is-glob "^4.0.3"
|
|
2290
|
+
minimatch "^9.0.4"
|
|
2291
|
+
semver "^7.6.0"
|
|
2292
|
+
ts-api-utils "^1.3.0"
|
|
2293
|
+
|
|
2294
|
+
"@typescript-eslint/utils@6.21.0":
|
|
2282
2295
|
version "6.21.0"
|
|
2283
2296
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
|
|
2284
2297
|
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
|
|
@@ -2291,6 +2304,16 @@
|
|
|
2291
2304
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
2292
2305
|
semver "^7.5.4"
|
|
2293
2306
|
|
|
2307
|
+
"@typescript-eslint/utils@^7.17.0":
|
|
2308
|
+
version "7.17.0"
|
|
2309
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.17.0.tgz#815cd85b9001845d41b699b0ce4f92d6dfb84902"
|
|
2310
|
+
integrity sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==
|
|
2311
|
+
dependencies:
|
|
2312
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
2313
|
+
"@typescript-eslint/scope-manager" "7.17.0"
|
|
2314
|
+
"@typescript-eslint/types" "7.17.0"
|
|
2315
|
+
"@typescript-eslint/typescript-estree" "7.17.0"
|
|
2316
|
+
|
|
2294
2317
|
"@typescript-eslint/visitor-keys@6.21.0":
|
|
2295
2318
|
version "6.21.0"
|
|
2296
2319
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
|
@@ -2299,6 +2322,14 @@
|
|
|
2299
2322
|
"@typescript-eslint/types" "6.21.0"
|
|
2300
2323
|
eslint-visitor-keys "^3.4.1"
|
|
2301
2324
|
|
|
2325
|
+
"@typescript-eslint/visitor-keys@7.17.0":
|
|
2326
|
+
version "7.17.0"
|
|
2327
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz#680465c734be30969e564b4647f38d6cdf49bfb0"
|
|
2328
|
+
integrity sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==
|
|
2329
|
+
dependencies:
|
|
2330
|
+
"@typescript-eslint/types" "7.17.0"
|
|
2331
|
+
eslint-visitor-keys "^3.4.3"
|
|
2332
|
+
|
|
2302
2333
|
"@ungap/structured-clone@^1.2.0":
|
|
2303
2334
|
version "1.2.0"
|
|
2304
2335
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -2366,17 +2397,7 @@ ajv@^6.12.4:
|
|
|
2366
2397
|
json-schema-traverse "^0.4.1"
|
|
2367
2398
|
uri-js "^4.2.2"
|
|
2368
2399
|
|
|
2369
|
-
ajv@^8.11.0:
|
|
2370
|
-
version "8.16.0"
|
|
2371
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4"
|
|
2372
|
-
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
|
|
2373
|
-
dependencies:
|
|
2374
|
-
fast-deep-equal "^3.1.3"
|
|
2375
|
-
json-schema-traverse "^1.0.0"
|
|
2376
|
-
require-from-string "^2.0.2"
|
|
2377
|
-
uri-js "^4.4.1"
|
|
2378
|
-
|
|
2379
|
-
ajv@^8.17.1:
|
|
2400
|
+
ajv@^8.11.0, ajv@^8.17.1:
|
|
2380
2401
|
version "8.17.1"
|
|
2381
2402
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"
|
|
2382
2403
|
integrity sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==
|
|
@@ -2386,10 +2407,10 @@ ajv@^8.17.1:
|
|
|
2386
2407
|
json-schema-traverse "^1.0.0"
|
|
2387
2408
|
require-from-string "^2.0.2"
|
|
2388
2409
|
|
|
2389
|
-
ansi-colors
|
|
2390
|
-
version "4.1.
|
|
2391
|
-
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.
|
|
2392
|
-
integrity sha512
|
|
2410
|
+
ansi-colors@^4.1.3:
|
|
2411
|
+
version "4.1.3"
|
|
2412
|
+
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
|
|
2413
|
+
integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==
|
|
2393
2414
|
|
|
2394
2415
|
ansi-escapes@^4.3.2:
|
|
2395
2416
|
version "4.3.2"
|
|
@@ -2415,11 +2436,6 @@ ansi-regex@^6.0.1:
|
|
|
2415
2436
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
|
|
2416
2437
|
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
|
|
2417
2438
|
|
|
2418
|
-
ansi-sequence-parser@^1.1.0:
|
|
2419
|
-
version "1.1.1"
|
|
2420
|
-
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz#e0aa1cdcbc8f8bb0b5bca625aac41f5f056973cf"
|
|
2421
|
-
integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
|
|
2422
|
-
|
|
2423
2439
|
ansi-styles@^3.2.1:
|
|
2424
2440
|
version "3.2.1"
|
|
2425
2441
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
@@ -2444,10 +2460,10 @@ ansicolors@~0.3.2:
|
|
|
2444
2460
|
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
|
2445
2461
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
2446
2462
|
|
|
2447
|
-
ansis@^3.2.0, ansis@^3.2.1:
|
|
2448
|
-
version "3.2
|
|
2449
|
-
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.2.
|
|
2450
|
-
integrity sha512-
|
|
2463
|
+
ansis@^3.2.0, ansis@^3.2.1, ansis@^3.3.2:
|
|
2464
|
+
version "3.3.2"
|
|
2465
|
+
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
|
|
2466
|
+
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
|
|
2451
2467
|
|
|
2452
2468
|
anymatch@~3.1.2:
|
|
2453
2469
|
version "3.1.3"
|
|
@@ -2616,6 +2632,11 @@ balanced-match@^1.0.0:
|
|
|
2616
2632
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
|
2617
2633
|
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
|
2618
2634
|
|
|
2635
|
+
balanced-match@^3.0.0:
|
|
2636
|
+
version "3.0.1"
|
|
2637
|
+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
|
|
2638
|
+
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
|
|
2639
|
+
|
|
2619
2640
|
base64-js@^1.3.1:
|
|
2620
2641
|
version "1.5.1"
|
|
2621
2642
|
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
|
@@ -2651,6 +2672,13 @@ brace-expansion@^2.0.1:
|
|
|
2651
2672
|
dependencies:
|
|
2652
2673
|
balanced-match "^1.0.0"
|
|
2653
2674
|
|
|
2675
|
+
brace-expansion@^4.0.0:
|
|
2676
|
+
version "4.0.0"
|
|
2677
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-4.0.0.tgz#bb24b89bf4d4b37d742acac89b65d1a32b379a81"
|
|
2678
|
+
integrity sha512-l/mOwLWs7BQIgOKrL46dIAbyCKvPV7YJPDspkuc88rHsZRlg3hptUGdU7Trv0VFP4d3xnSGBQrKu5ZvGB7UeIw==
|
|
2679
|
+
dependencies:
|
|
2680
|
+
balanced-match "^3.0.0"
|
|
2681
|
+
|
|
2654
2682
|
braces@^3.0.2, braces@~3.0.2:
|
|
2655
2683
|
version "3.0.3"
|
|
2656
2684
|
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
|
|
@@ -2658,7 +2686,7 @@ braces@^3.0.2, braces@~3.0.2:
|
|
|
2658
2686
|
dependencies:
|
|
2659
2687
|
fill-range "^7.1.1"
|
|
2660
2688
|
|
|
2661
|
-
browser-stdout
|
|
2689
|
+
browser-stdout@^1.3.1:
|
|
2662
2690
|
version "1.3.1"
|
|
2663
2691
|
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
|
|
2664
2692
|
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
|
|
@@ -2847,7 +2875,7 @@ check-error@^1.0.3:
|
|
|
2847
2875
|
dependencies:
|
|
2848
2876
|
get-func-name "^2.0.2"
|
|
2849
2877
|
|
|
2850
|
-
chokidar
|
|
2878
|
+
chokidar@^3.5.3:
|
|
2851
2879
|
version "3.5.3"
|
|
2852
2880
|
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
|
|
2853
2881
|
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
|
|
@@ -3131,13 +3159,6 @@ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, d
|
|
|
3131
3159
|
dependencies:
|
|
3132
3160
|
ms "2.1.2"
|
|
3133
3161
|
|
|
3134
|
-
debug@4.3.4:
|
|
3135
|
-
version "4.3.4"
|
|
3136
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
|
3137
|
-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
3138
|
-
dependencies:
|
|
3139
|
-
ms "2.1.2"
|
|
3140
|
-
|
|
3141
3162
|
debug@^3.2.7:
|
|
3142
3163
|
version "3.2.7"
|
|
3143
3164
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
|
|
@@ -3226,11 +3247,6 @@ detect-newline@^4.0.0:
|
|
|
3226
3247
|
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-4.0.1.tgz#fcefdb5713e1fb8cb2839b8b6ee22e6716ab8f23"
|
|
3227
3248
|
integrity sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==
|
|
3228
3249
|
|
|
3229
|
-
diff@5.0.0:
|
|
3230
|
-
version "5.0.0"
|
|
3231
|
-
resolved "https://registry.yarnpkg.com/diff/-/diff-5.0.0.tgz#7ed6ad76d859d030787ec35855f5b1daf31d852b"
|
|
3232
|
-
integrity sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==
|
|
3233
|
-
|
|
3234
3250
|
diff@^4.0.1, diff@^4.0.2:
|
|
3235
3251
|
version "4.0.2"
|
|
3236
3252
|
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
|
|
@@ -3353,7 +3369,7 @@ end-of-stream@^1.1.0:
|
|
|
3353
3369
|
dependencies:
|
|
3354
3370
|
once "^1.4.0"
|
|
3355
3371
|
|
|
3356
|
-
entities@^4.2.0, entities@^4.5.0:
|
|
3372
|
+
entities@^4.2.0, entities@^4.4.0, entities@^4.5.0:
|
|
3357
3373
|
version "4.5.0"
|
|
3358
3374
|
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
|
3359
3375
|
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
|
@@ -3470,10 +3486,10 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
3470
3486
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
3471
3487
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
3472
3488
|
|
|
3473
|
-
eslint-config-salesforce-typescript@^3.3.
|
|
3474
|
-
version "3.3.
|
|
3475
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.
|
|
3476
|
-
integrity sha512-
|
|
3489
|
+
eslint-config-salesforce-typescript@^3.3.1:
|
|
3490
|
+
version "3.3.1"
|
|
3491
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.1.tgz#76cca6a80ff63a4883353725af2c6a4f0b23fbbf"
|
|
3492
|
+
integrity sha512-mSm8MeUjqspl/g7EJXQNBxt8Alurzty9bqkvJpCmdQE4/8ubZH361RKg/qXhiZTa7vCVLMIj4hLJZhSu78pM+A==
|
|
3477
3493
|
dependencies:
|
|
3478
3494
|
"@typescript-eslint/eslint-plugin" "^6.21.0"
|
|
3479
3495
|
"@typescript-eslint/parser" "^6.21.0"
|
|
@@ -3550,13 +3566,13 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3550
3566
|
semver "^7.5.4"
|
|
3551
3567
|
spdx-expression-parse "^4.0.0"
|
|
3552
3568
|
|
|
3553
|
-
eslint-plugin-sf-plugin@^1.
|
|
3554
|
-
version "1.
|
|
3555
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3556
|
-
integrity sha512-
|
|
3569
|
+
eslint-plugin-sf-plugin@^1.20.0:
|
|
3570
|
+
version "1.20.0"
|
|
3571
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.0.tgz#0b954ba609f9c893a2acf1f89ff0f1caae6640e1"
|
|
3572
|
+
integrity sha512-2gEdFUkDYO/Yx5q2tnw7pyE85ezmlWkp5PKMV8nxw+4RPkeFpXcdlI6S2bKgsGKKFlj78YSwDAuOwlnFr+bh+A==
|
|
3557
3573
|
dependencies:
|
|
3558
|
-
"@salesforce/core" "^8.
|
|
3559
|
-
"@typescript-eslint/utils" "^
|
|
3574
|
+
"@salesforce/core" "^8.2.1"
|
|
3575
|
+
"@typescript-eslint/utils" "^7.17.0"
|
|
3560
3576
|
|
|
3561
3577
|
eslint-plugin-unicorn@^50.0.1:
|
|
3562
3578
|
version "50.0.1"
|
|
@@ -3780,10 +3796,10 @@ fast-xml-parser@4.2.5:
|
|
|
3780
3796
|
dependencies:
|
|
3781
3797
|
strnum "^1.0.5"
|
|
3782
3798
|
|
|
3783
|
-
fast-xml-parser@^4.4.
|
|
3784
|
-
version "4.4.
|
|
3785
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.
|
|
3786
|
-
integrity sha512-
|
|
3799
|
+
fast-xml-parser@^4.4.1:
|
|
3800
|
+
version "4.4.1"
|
|
3801
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
|
|
3802
|
+
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
|
|
3787
3803
|
dependencies:
|
|
3788
3804
|
strnum "^1.0.5"
|
|
3789
3805
|
|
|
@@ -3848,14 +3864,6 @@ find-cache-dir@^3.2.0:
|
|
|
3848
3864
|
make-dir "^3.0.2"
|
|
3849
3865
|
pkg-dir "^4.1.0"
|
|
3850
3866
|
|
|
3851
|
-
find-up@5.0.0, find-up@^5.0.0:
|
|
3852
|
-
version "5.0.0"
|
|
3853
|
-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
|
|
3854
|
-
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
|
|
3855
|
-
dependencies:
|
|
3856
|
-
locate-path "^6.0.0"
|
|
3857
|
-
path-exists "^4.0.0"
|
|
3858
|
-
|
|
3859
3867
|
find-up@^4.0.0, find-up@^4.1.0:
|
|
3860
3868
|
version "4.1.0"
|
|
3861
3869
|
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
|
|
@@ -3864,6 +3872,14 @@ find-up@^4.0.0, find-up@^4.1.0:
|
|
|
3864
3872
|
locate-path "^5.0.0"
|
|
3865
3873
|
path-exists "^4.0.0"
|
|
3866
3874
|
|
|
3875
|
+
find-up@^5.0.0:
|
|
3876
|
+
version "5.0.0"
|
|
3877
|
+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
|
|
3878
|
+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
|
|
3879
|
+
dependencies:
|
|
3880
|
+
locate-path "^6.0.0"
|
|
3881
|
+
path-exists "^4.0.0"
|
|
3882
|
+
|
|
3867
3883
|
find-yarn-workspace-root@^2.0.0:
|
|
3868
3884
|
version "2.0.0"
|
|
3869
3885
|
resolved "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd"
|
|
@@ -3940,7 +3956,7 @@ fs-extra@^11.0.0:
|
|
|
3940
3956
|
jsonfile "^6.0.1"
|
|
3941
3957
|
universalify "^2.0.0"
|
|
3942
3958
|
|
|
3943
|
-
fs-extra@^8.1
|
|
3959
|
+
fs-extra@^8.1:
|
|
3944
3960
|
version "8.1.0"
|
|
3945
3961
|
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
|
|
3946
3962
|
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
|
|
@@ -4084,17 +4100,6 @@ glob-parent@^6.0.2:
|
|
|
4084
4100
|
dependencies:
|
|
4085
4101
|
is-glob "^4.0.3"
|
|
4086
4102
|
|
|
4087
|
-
glob@8.1.0, glob@^8.0.3:
|
|
4088
|
-
version "8.1.0"
|
|
4089
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
|
4090
|
-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
|
4091
|
-
dependencies:
|
|
4092
|
-
fs.realpath "^1.0.0"
|
|
4093
|
-
inflight "^1.0.4"
|
|
4094
|
-
inherits "2"
|
|
4095
|
-
minimatch "^5.0.1"
|
|
4096
|
-
once "^1.3.0"
|
|
4097
|
-
|
|
4098
4103
|
glob@^10.3.10:
|
|
4099
4104
|
version "10.3.10"
|
|
4100
4105
|
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
|
|
@@ -4118,6 +4123,17 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
|
4118
4123
|
once "^1.3.0"
|
|
4119
4124
|
path-is-absolute "^1.0.0"
|
|
4120
4125
|
|
|
4126
|
+
glob@^8.0.3, glob@^8.1.0:
|
|
4127
|
+
version "8.1.0"
|
|
4128
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
|
4129
|
+
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
|
4130
|
+
dependencies:
|
|
4131
|
+
fs.realpath "^1.0.0"
|
|
4132
|
+
inflight "^1.0.4"
|
|
4133
|
+
inherits "2"
|
|
4134
|
+
minimatch "^5.0.1"
|
|
4135
|
+
once "^1.3.0"
|
|
4136
|
+
|
|
4121
4137
|
global-dirs@^0.1.1:
|
|
4122
4138
|
version "0.1.1"
|
|
4123
4139
|
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-0.1.1.tgz#b319c0dd4607f353f3be9cca4c72fc148c49f445"
|
|
@@ -4291,7 +4307,7 @@ hasown@^2.0.0:
|
|
|
4291
4307
|
dependencies:
|
|
4292
4308
|
function-bind "^1.1.2"
|
|
4293
4309
|
|
|
4294
|
-
he
|
|
4310
|
+
he@^1.2.0:
|
|
4295
4311
|
version "1.2.0"
|
|
4296
4312
|
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
|
|
4297
4313
|
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
|
|
@@ -4803,13 +4819,6 @@ js-tokens@^4.0.0:
|
|
|
4803
4819
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
|
4804
4820
|
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
|
|
4805
4821
|
|
|
4806
|
-
js-yaml@4.1.0, js-yaml@^4.1.0:
|
|
4807
|
-
version "4.1.0"
|
|
4808
|
-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
|
|
4809
|
-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
|
|
4810
|
-
dependencies:
|
|
4811
|
-
argparse "^2.0.1"
|
|
4812
|
-
|
|
4813
4822
|
js-yaml@^3.13.1, js-yaml@^3.14.1:
|
|
4814
4823
|
version "3.14.1"
|
|
4815
4824
|
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
|
|
@@ -4818,6 +4827,13 @@ js-yaml@^3.13.1, js-yaml@^3.14.1:
|
|
|
4818
4827
|
argparse "^1.0.7"
|
|
4819
4828
|
esprima "^4.0.0"
|
|
4820
4829
|
|
|
4830
|
+
js-yaml@^4.1.0:
|
|
4831
|
+
version "4.1.0"
|
|
4832
|
+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
|
|
4833
|
+
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
|
|
4834
|
+
dependencies:
|
|
4835
|
+
argparse "^2.0.1"
|
|
4836
|
+
|
|
4821
4837
|
js2xmlparser@^4.0.1:
|
|
4822
4838
|
version "4.0.2"
|
|
4823
4839
|
resolved "https://registry.yarnpkg.com/js2xmlparser/-/js2xmlparser-4.0.2.tgz#2a1fdf01e90585ef2ae872a01bc169c6a8d5e60a"
|
|
@@ -4887,7 +4903,7 @@ json5@^2.2.2, json5@^2.2.3:
|
|
|
4887
4903
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
4888
4904
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
4889
4905
|
|
|
4890
|
-
jsonc-parser@^3.0.0
|
|
4906
|
+
jsonc-parser@^3.0.0:
|
|
4891
4907
|
version "3.2.0"
|
|
4892
4908
|
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
|
4893
4909
|
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
|
|
@@ -5008,17 +5024,24 @@ lines-and-columns@^1.1.6:
|
|
|
5008
5024
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
5009
5025
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
5010
5026
|
|
|
5011
|
-
|
|
5012
|
-
version "
|
|
5013
|
-
resolved "https://registry.yarnpkg.com/
|
|
5014
|
-
integrity sha512-
|
|
5027
|
+
linkify-it@^5.0.0:
|
|
5028
|
+
version "5.0.0"
|
|
5029
|
+
resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421"
|
|
5030
|
+
integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==
|
|
5031
|
+
dependencies:
|
|
5032
|
+
uc.micro "^2.0.0"
|
|
5033
|
+
|
|
5034
|
+
linkinator@^6.1.1:
|
|
5035
|
+
version "6.1.1"
|
|
5036
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.1.1.tgz#73b01877573af1df9c09eb7355e6d47fdf740210"
|
|
5037
|
+
integrity sha512-VNFhw71A8ORQKdNdUz6MqcdmoCK2SKWI+22dmcN/7KuERTxv9yfezh5MqwetH66DmRPvj9FMtATk+ck2P5XJjw==
|
|
5015
5038
|
dependencies:
|
|
5016
5039
|
chalk "^5.0.0"
|
|
5017
5040
|
escape-html "^1.0.3"
|
|
5018
5041
|
gaxios "^6.0.0"
|
|
5019
5042
|
glob "^10.3.10"
|
|
5020
5043
|
htmlparser2 "^9.0.0"
|
|
5021
|
-
marked "^
|
|
5044
|
+
marked "^13.0.0"
|
|
5022
5045
|
meow "^13.0.0"
|
|
5023
5046
|
mime "^4.0.0"
|
|
5024
5047
|
server-destroy "^1.0.1"
|
|
@@ -5143,7 +5166,7 @@ lodash@^4.17.15, lodash@^4.17.21:
|
|
|
5143
5166
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
|
5144
5167
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
|
5145
5168
|
|
|
5146
|
-
log-symbols
|
|
5169
|
+
log-symbols@^4.1.0:
|
|
5147
5170
|
version "4.1.0"
|
|
5148
5171
|
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
|
|
5149
5172
|
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
|
|
@@ -5223,15 +5246,27 @@ map-obj@^4.0.0:
|
|
|
5223
5246
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
5224
5247
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
5225
5248
|
|
|
5226
|
-
|
|
5227
|
-
version "
|
|
5228
|
-
resolved "https://registry.yarnpkg.com/
|
|
5229
|
-
integrity sha512-
|
|
5230
|
-
|
|
5231
|
-
|
|
5232
|
-
|
|
5233
|
-
|
|
5234
|
-
|
|
5249
|
+
markdown-it@^14.1.0:
|
|
5250
|
+
version "14.1.0"
|
|
5251
|
+
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45"
|
|
5252
|
+
integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==
|
|
5253
|
+
dependencies:
|
|
5254
|
+
argparse "^2.0.1"
|
|
5255
|
+
entities "^4.4.0"
|
|
5256
|
+
linkify-it "^5.0.0"
|
|
5257
|
+
mdurl "^2.0.0"
|
|
5258
|
+
punycode.js "^2.3.1"
|
|
5259
|
+
uc.micro "^2.1.0"
|
|
5260
|
+
|
|
5261
|
+
marked@^13.0.0:
|
|
5262
|
+
version "13.0.2"
|
|
5263
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.2.tgz#d5d05bd2683a85cb9cc6afbe5240e3a8bffcb92a"
|
|
5264
|
+
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
5265
|
+
|
|
5266
|
+
mdurl@^2.0.0:
|
|
5267
|
+
version "2.0.0"
|
|
5268
|
+
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
|
|
5269
|
+
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
|
|
5235
5270
|
|
|
5236
5271
|
meow@^13.0.0:
|
|
5237
5272
|
version "13.1.0"
|
|
@@ -5310,13 +5345,6 @@ min-indent@^1.0.0:
|
|
|
5310
5345
|
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
|
5311
5346
|
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
|
5312
5347
|
|
|
5313
|
-
minimatch@5.0.1:
|
|
5314
|
-
version "5.0.1"
|
|
5315
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
|
|
5316
|
-
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
|
|
5317
|
-
dependencies:
|
|
5318
|
-
brace-expansion "^2.0.1"
|
|
5319
|
-
|
|
5320
5348
|
minimatch@9.0.3:
|
|
5321
5349
|
version "9.0.3"
|
|
5322
5350
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
@@ -5331,14 +5359,14 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
|
5331
5359
|
dependencies:
|
|
5332
5360
|
brace-expansion "^1.1.7"
|
|
5333
5361
|
|
|
5334
|
-
minimatch@^5.0.1:
|
|
5362
|
+
minimatch@^5.0.1, minimatch@^5.1.6:
|
|
5335
5363
|
version "5.1.6"
|
|
5336
5364
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
|
|
5337
5365
|
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
|
|
5338
5366
|
dependencies:
|
|
5339
5367
|
brace-expansion "^2.0.1"
|
|
5340
5368
|
|
|
5341
|
-
minimatch@^9.0.1, minimatch@^9.0.
|
|
5369
|
+
minimatch@^9.0.1, minimatch@^9.0.4, minimatch@^9.0.5:
|
|
5342
5370
|
version "9.0.5"
|
|
5343
5371
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
|
|
5344
5372
|
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
|
|
@@ -5364,31 +5392,31 @@ minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
|
|
|
5364
5392
|
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
|
|
5365
5393
|
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
|
|
5366
5394
|
|
|
5367
|
-
mocha@^10.
|
|
5368
|
-
version "10.
|
|
5369
|
-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.
|
|
5370
|
-
integrity sha512-
|
|
5395
|
+
mocha@^10.7.0:
|
|
5396
|
+
version "10.7.0"
|
|
5397
|
+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a"
|
|
5398
|
+
integrity sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==
|
|
5371
5399
|
dependencies:
|
|
5372
|
-
ansi-colors "4.1.
|
|
5373
|
-
browser-stdout "1.3.1"
|
|
5374
|
-
chokidar "3.5.3"
|
|
5375
|
-
debug "4.3.
|
|
5376
|
-
diff "5.
|
|
5377
|
-
escape-string-regexp "4.0.0"
|
|
5378
|
-
find-up "5.0.0"
|
|
5379
|
-
glob "8.1.0"
|
|
5380
|
-
he "1.2.0"
|
|
5381
|
-
js-yaml "4.1.0"
|
|
5382
|
-
log-symbols "4.1.0"
|
|
5383
|
-
minimatch "5.
|
|
5384
|
-
ms "2.1.3"
|
|
5385
|
-
serialize-javascript "6.0.
|
|
5386
|
-
strip-json-comments "3.1.1"
|
|
5387
|
-
supports-color "8.1.1"
|
|
5388
|
-
workerpool "6.
|
|
5389
|
-
yargs "16.2.0"
|
|
5390
|
-
yargs-parser "20.2.
|
|
5391
|
-
yargs-unparser "2.0.0"
|
|
5400
|
+
ansi-colors "^4.1.3"
|
|
5401
|
+
browser-stdout "^1.3.1"
|
|
5402
|
+
chokidar "^3.5.3"
|
|
5403
|
+
debug "^4.3.5"
|
|
5404
|
+
diff "^5.2.0"
|
|
5405
|
+
escape-string-regexp "^4.0.0"
|
|
5406
|
+
find-up "^5.0.0"
|
|
5407
|
+
glob "^8.1.0"
|
|
5408
|
+
he "^1.2.0"
|
|
5409
|
+
js-yaml "^4.1.0"
|
|
5410
|
+
log-symbols "^4.1.0"
|
|
5411
|
+
minimatch "^5.1.6"
|
|
5412
|
+
ms "^2.1.3"
|
|
5413
|
+
serialize-javascript "^6.0.2"
|
|
5414
|
+
strip-json-comments "^3.1.1"
|
|
5415
|
+
supports-color "^8.1.1"
|
|
5416
|
+
workerpool "^6.5.1"
|
|
5417
|
+
yargs "^16.2.0"
|
|
5418
|
+
yargs-parser "^20.2.9"
|
|
5419
|
+
yargs-unparser "^2.0.0"
|
|
5392
5420
|
|
|
5393
5421
|
mri@^1.2.0:
|
|
5394
5422
|
version "1.2.0"
|
|
@@ -5400,7 +5428,7 @@ ms@2.1.2:
|
|
|
5400
5428
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
|
5401
5429
|
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
|
5402
5430
|
|
|
5403
|
-
ms
|
|
5431
|
+
ms@^2.1.1, ms@^2.1.3:
|
|
5404
5432
|
version "2.1.3"
|
|
5405
5433
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
|
|
5406
5434
|
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
|
@@ -5997,6 +6025,11 @@ pump@^3.0.0:
|
|
|
5997
6025
|
end-of-stream "^1.1.0"
|
|
5998
6026
|
once "^1.3.1"
|
|
5999
6027
|
|
|
6028
|
+
punycode.js@^2.3.1:
|
|
6029
|
+
version "2.3.1"
|
|
6030
|
+
resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7"
|
|
6031
|
+
integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==
|
|
6032
|
+
|
|
6000
6033
|
punycode@^2.1.0, punycode@^2.1.1:
|
|
6001
6034
|
version "2.3.0"
|
|
6002
6035
|
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
|
|
@@ -6320,10 +6353,10 @@ sequin@*:
|
|
|
6320
6353
|
resolved "https://registry.yarnpkg.com/sequin/-/sequin-0.1.1.tgz#5c2d389d66a383734eaafbc45edeb2c1cb1be701"
|
|
6321
6354
|
integrity sha512-hJWMZRwP75ocoBM+1/YaCsvS0j5MTPeBHJkS2/wruehl9xwtX30HlDF1Gt6UZ8HHHY8SJa2/IL+jo+JJCd59rA==
|
|
6322
6355
|
|
|
6323
|
-
serialize-javascript
|
|
6324
|
-
version "6.0.
|
|
6325
|
-
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.
|
|
6326
|
-
integrity sha512-
|
|
6356
|
+
serialize-javascript@^6.0.2:
|
|
6357
|
+
version "6.0.2"
|
|
6358
|
+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
|
|
6359
|
+
integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==
|
|
6327
6360
|
dependencies:
|
|
6328
6361
|
randombytes "^2.1.0"
|
|
6329
6362
|
|
|
@@ -6382,15 +6415,13 @@ shelljs@^0.8.4, shelljs@^0.8.5:
|
|
|
6382
6415
|
interpret "^1.0.0"
|
|
6383
6416
|
rechoir "^0.6.2"
|
|
6384
6417
|
|
|
6385
|
-
shiki@^
|
|
6386
|
-
version "
|
|
6387
|
-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-
|
|
6388
|
-
integrity sha512-
|
|
6418
|
+
shiki@^1.9.1:
|
|
6419
|
+
version "1.11.1"
|
|
6420
|
+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.11.1.tgz#6c06c5fcf55f1dac2db2596af935fef6a41a209d"
|
|
6421
|
+
integrity sha512-VHD3Q0EBXaaa245jqayBe5zQyMQUdXBFjmGr9MpDaDpAKRMYn7Ff00DM5MLk26UyKjnml3yQ0O2HNX7PtYVNFQ==
|
|
6389
6422
|
dependencies:
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
vscode-oniguruma "^1.7.0"
|
|
6393
|
-
vscode-textmate "^8.0.0"
|
|
6423
|
+
"@shikijs/core" "1.11.1"
|
|
6424
|
+
"@types/hast" "^3.0.4"
|
|
6394
6425
|
|
|
6395
6426
|
side-channel@^1.0.4:
|
|
6396
6427
|
version "1.0.4"
|
|
@@ -6709,7 +6740,7 @@ strip-indent@^3.0.0:
|
|
|
6709
6740
|
dependencies:
|
|
6710
6741
|
min-indent "^1.0.0"
|
|
6711
6742
|
|
|
6712
|
-
strip-json-comments
|
|
6743
|
+
strip-json-comments@^3.1.1:
|
|
6713
6744
|
version "3.1.1"
|
|
6714
6745
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
6715
6746
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
@@ -6719,13 +6750,6 @@ strnum@^1.0.5:
|
|
|
6719
6750
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
|
|
6720
6751
|
integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
|
|
6721
6752
|
|
|
6722
|
-
supports-color@8.1.1, supports-color@^8, supports-color@^8.1.1:
|
|
6723
|
-
version "8.1.1"
|
|
6724
|
-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
|
|
6725
|
-
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
|
6726
|
-
dependencies:
|
|
6727
|
-
has-flag "^4.0.0"
|
|
6728
|
-
|
|
6729
6753
|
supports-color@^5.3.0:
|
|
6730
6754
|
version "5.5.0"
|
|
6731
6755
|
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
|
|
@@ -6740,6 +6764,13 @@ supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
|
|
|
6740
6764
|
dependencies:
|
|
6741
6765
|
has-flag "^4.0.0"
|
|
6742
6766
|
|
|
6767
|
+
supports-color@^8, supports-color@^8.1.1:
|
|
6768
|
+
version "8.1.1"
|
|
6769
|
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
|
|
6770
|
+
integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
|
|
6771
|
+
dependencies:
|
|
6772
|
+
has-flag "^4.0.0"
|
|
6773
|
+
|
|
6743
6774
|
supports-hyperlinks@^2.2.0:
|
|
6744
6775
|
version "2.3.0"
|
|
6745
6776
|
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
|
@@ -6836,10 +6867,10 @@ trim-newlines@^3.0.0:
|
|
|
6836
6867
|
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
|
6837
6868
|
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
|
6838
6869
|
|
|
6839
|
-
ts-api-utils@^1.0.1:
|
|
6840
|
-
version "1.0
|
|
6841
|
-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.
|
|
6842
|
-
integrity sha512-
|
|
6870
|
+
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
|
|
6871
|
+
version "1.3.0"
|
|
6872
|
+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
|
6873
|
+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
|
6843
6874
|
|
|
6844
6875
|
ts-json-schema-generator@^1.5.1:
|
|
6845
6876
|
version "1.5.1"
|
|
@@ -6993,26 +7024,32 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
|
6993
7024
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
|
|
6994
7025
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
|
6995
7026
|
|
|
6996
|
-
typedoc@^0.
|
|
6997
|
-
version "0.
|
|
6998
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.
|
|
6999
|
-
integrity sha512-
|
|
7027
|
+
typedoc@^0.26.5:
|
|
7028
|
+
version "0.26.5"
|
|
7029
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.26.5.tgz#08032bd57cac3d56e8ac296a07e3482dc0c645ac"
|
|
7030
|
+
integrity sha512-Vn9YKdjKtDZqSk+by7beZ+xzkkr8T8CYoiasqyt4TTRFy5+UHzL/mF/o4wGBjRF+rlWQHDb0t6xCpA3JNL5phg==
|
|
7000
7031
|
dependencies:
|
|
7001
7032
|
lunr "^2.3.9"
|
|
7002
|
-
|
|
7003
|
-
minimatch "^9.0.
|
|
7004
|
-
shiki "^
|
|
7033
|
+
markdown-it "^14.1.0"
|
|
7034
|
+
minimatch "^9.0.5"
|
|
7035
|
+
shiki "^1.9.1"
|
|
7036
|
+
yaml "^2.4.5"
|
|
7005
7037
|
|
|
7006
|
-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.
|
|
7007
|
-
version "5.5.
|
|
7008
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.
|
|
7009
|
-
integrity sha512
|
|
7038
|
+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.5.4:
|
|
7039
|
+
version "5.5.4"
|
|
7040
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
|
|
7041
|
+
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
|
|
7010
7042
|
|
|
7011
7043
|
typescript@~5.4.2:
|
|
7012
7044
|
version "5.4.5"
|
|
7013
7045
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
|
|
7014
7046
|
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
|
|
7015
7047
|
|
|
7048
|
+
uc.micro@^2.0.0, uc.micro@^2.1.0:
|
|
7049
|
+
version "2.1.0"
|
|
7050
|
+
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee"
|
|
7051
|
+
integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==
|
|
7052
|
+
|
|
7016
7053
|
uglify-js@^3.1.4:
|
|
7017
7054
|
version "3.17.4"
|
|
7018
7055
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
|
@@ -7075,7 +7112,7 @@ upper-case@^2.0.2:
|
|
|
7075
7112
|
dependencies:
|
|
7076
7113
|
tslib "^2.0.3"
|
|
7077
7114
|
|
|
7078
|
-
uri-js@^4.2.2
|
|
7115
|
+
uri-js@^4.2.2:
|
|
7079
7116
|
version "4.4.1"
|
|
7080
7117
|
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
|
|
7081
7118
|
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
|
|
@@ -7123,16 +7160,6 @@ validate-npm-package-name@^5.0.1:
|
|
|
7123
7160
|
resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-5.0.1.tgz#a316573e9b49f3ccd90dbb6eb52b3f06c6d604e8"
|
|
7124
7161
|
integrity sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==
|
|
7125
7162
|
|
|
7126
|
-
vscode-oniguruma@^1.7.0:
|
|
7127
|
-
version "1.7.0"
|
|
7128
|
-
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b"
|
|
7129
|
-
integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
|
|
7130
|
-
|
|
7131
|
-
vscode-textmate@^8.0.0:
|
|
7132
|
-
version "8.0.0"
|
|
7133
|
-
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
|
|
7134
|
-
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
|
|
7135
|
-
|
|
7136
7163
|
webidl-conversions@^3.0.0:
|
|
7137
7164
|
version "3.0.1"
|
|
7138
7165
|
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
|
|
@@ -7201,12 +7228,12 @@ widest-line@^3.1.0:
|
|
|
7201
7228
|
dependencies:
|
|
7202
7229
|
string-width "^4.0.0"
|
|
7203
7230
|
|
|
7204
|
-
wireit@^0.14.
|
|
7205
|
-
version "0.14.
|
|
7206
|
-
resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.14.
|
|
7207
|
-
integrity sha512-
|
|
7231
|
+
wireit@^0.14.5:
|
|
7232
|
+
version "0.14.5"
|
|
7233
|
+
resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.14.5.tgz#cd1c4136444c8dbe655f34f60fe2454a9e69d430"
|
|
7234
|
+
integrity sha512-K4ka9YBpSyD6pmFZYTJd4VpPsAiPT6j/fOtLzYgnKWlPIMM7lAZjQQ30H7urO+Lqx1Wvrw88tQHBz4njy+lglg==
|
|
7208
7235
|
dependencies:
|
|
7209
|
-
|
|
7236
|
+
brace-expansion "^4.0.0"
|
|
7210
7237
|
chokidar "^3.5.3"
|
|
7211
7238
|
fast-glob "^3.2.11"
|
|
7212
7239
|
jsonc-parser "^3.0.0"
|
|
@@ -7217,10 +7244,10 @@ wordwrap@^1.0.0:
|
|
|
7217
7244
|
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
|
|
7218
7245
|
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
|
|
7219
7246
|
|
|
7220
|
-
workerpool
|
|
7221
|
-
version "6.
|
|
7222
|
-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.
|
|
7223
|
-
integrity sha512-
|
|
7247
|
+
workerpool@^6.5.1:
|
|
7248
|
+
version "6.5.1"
|
|
7249
|
+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
|
7250
|
+
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
|
7224
7251
|
|
|
7225
7252
|
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7226
7253
|
version "7.0.0"
|
|
@@ -7311,10 +7338,10 @@ yallist@^4.0.0:
|
|
|
7311
7338
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
|
7312
7339
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
|
7313
7340
|
|
|
7314
|
-
|
|
7315
|
-
version "
|
|
7316
|
-
resolved "https://registry.yarnpkg.com/
|
|
7317
|
-
integrity sha512-
|
|
7341
|
+
yaml@^2.4.5:
|
|
7342
|
+
version "2.4.5"
|
|
7343
|
+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.4.5.tgz#60630b206dd6d84df97003d33fc1ddf6296cca5e"
|
|
7344
|
+
integrity sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==
|
|
7318
7345
|
|
|
7319
7346
|
yargs-parser@^18.1.2:
|
|
7320
7347
|
version "18.1.3"
|
|
@@ -7324,7 +7351,7 @@ yargs-parser@^18.1.2:
|
|
|
7324
7351
|
camelcase "^5.0.0"
|
|
7325
7352
|
decamelize "^1.2.0"
|
|
7326
7353
|
|
|
7327
|
-
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
|
|
7354
|
+
yargs-parser@^20.2.2, yargs-parser@^20.2.3, yargs-parser@^20.2.9:
|
|
7328
7355
|
version "20.2.9"
|
|
7329
7356
|
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
|
|
7330
7357
|
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
|
@@ -7334,7 +7361,7 @@ yargs-parser@^21.1.1:
|
|
|
7334
7361
|
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
|
|
7335
7362
|
integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
|
|
7336
7363
|
|
|
7337
|
-
yargs-unparser
|
|
7364
|
+
yargs-unparser@^2.0.0:
|
|
7338
7365
|
version "2.0.0"
|
|
7339
7366
|
resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb"
|
|
7340
7367
|
integrity sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==
|
|
@@ -7344,19 +7371,6 @@ yargs-unparser@2.0.0:
|
|
|
7344
7371
|
flat "^5.0.2"
|
|
7345
7372
|
is-plain-obj "^2.1.0"
|
|
7346
7373
|
|
|
7347
|
-
yargs@16.2.0:
|
|
7348
|
-
version "16.2.0"
|
|
7349
|
-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
|
|
7350
|
-
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
|
7351
|
-
dependencies:
|
|
7352
|
-
cliui "^7.0.2"
|
|
7353
|
-
escalade "^3.1.1"
|
|
7354
|
-
get-caller-file "^2.0.5"
|
|
7355
|
-
require-directory "^2.1.1"
|
|
7356
|
-
string-width "^4.2.0"
|
|
7357
|
-
y18n "^5.0.5"
|
|
7358
|
-
yargs-parser "^20.2.2"
|
|
7359
|
-
|
|
7360
7374
|
yargs@^15.0.2:
|
|
7361
7375
|
version "15.4.1"
|
|
7362
7376
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
|
|
@@ -7374,6 +7388,19 @@ yargs@^15.0.2:
|
|
|
7374
7388
|
y18n "^4.0.0"
|
|
7375
7389
|
yargs-parser "^18.1.2"
|
|
7376
7390
|
|
|
7391
|
+
yargs@^16.2.0:
|
|
7392
|
+
version "16.2.0"
|
|
7393
|
+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
|
|
7394
|
+
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
|
7395
|
+
dependencies:
|
|
7396
|
+
cliui "^7.0.2"
|
|
7397
|
+
escalade "^3.1.1"
|
|
7398
|
+
get-caller-file "^2.0.5"
|
|
7399
|
+
require-directory "^2.1.1"
|
|
7400
|
+
string-width "^4.2.0"
|
|
7401
|
+
y18n "^5.0.5"
|
|
7402
|
+
yargs-parser "^20.2.2"
|
|
7403
|
+
|
|
7377
7404
|
yargs@^17.0.0:
|
|
7378
7405
|
version "17.7.1"
|
|
7379
7406
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
|