|
1303 | 1303 | dependencies:
|
1304 | 1304 | "@types/node" "*"
|
1305 | 1305 |
|
1306 |
| -"@typescript-eslint/eslint-plugin@^4.29.0": |
1307 |
| - version "4.29.0" |
1308 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.0.tgz#b866c9cd193bfaba5e89bade0015629ebeb27996" |
1309 |
| - integrity sha512-eiREtqWRZ8aVJcNru7cT/AMVnYd9a2UHsfZT8MR1dW3UUEg6jDv9EQ9Cq4CUPZesyQ58YUpoAADGv71jY8RwgA== |
| 1306 | +"@typescript-eslint/eslint-plugin@^5.0.0": |
| 1307 | + version "5.0.0" |
| 1308 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.0.0.tgz#ecc7cc69d1e6f342beb6ea9cf9fbc02c97a212ac" |
| 1309 | + integrity sha512-T6V6fCD2U0YesOedvydTnrNtsC8E+c2QzpawIpDdlaObX0OX5dLo7tLU5c64FhTZvA1Xrdim+cXDI7NPsVx8Cg== |
1310 | 1310 | dependencies:
|
1311 |
| - "@typescript-eslint/experimental-utils" "4.29.0" |
1312 |
| - "@typescript-eslint/scope-manager" "4.29.0" |
| 1311 | + "@typescript-eslint/experimental-utils" "5.0.0" |
| 1312 | + "@typescript-eslint/scope-manager" "5.0.0" |
1313 | 1313 | debug "^4.3.1"
|
1314 | 1314 | functional-red-black-tree "^1.0.1"
|
| 1315 | + ignore "^5.1.8" |
1315 | 1316 | regexpp "^3.1.0"
|
1316 | 1317 | semver "^7.3.5"
|
1317 | 1318 | tsutils "^3.21.0"
|
1318 | 1319 |
|
1319 |
| -"@typescript-eslint/experimental-utils@4.29.0": |
1320 |
| - version "4.29.0" |
1321 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.29.0.tgz#19b1417602d0e1ef325b3312ee95f61220542df5" |
1322 |
| - integrity sha512-FpNVKykfeaIxlArLUP/yQfv/5/3rhl1ov6RWgud4OgbqWLkEq7lqgQU9iiavZRzpzCRQV4XddyFz3wFXdkiX9w== |
| 1320 | +"@typescript-eslint/experimental-utils@5.0.0": |
| 1321 | + version "5.0.0" |
| 1322 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-5.0.0.tgz#c7d7e67443dfb9fd93a5d060fb72c9e9b5638bbc" |
| 1323 | + integrity sha512-Dnp4dFIsZcPawD6CT1p5NibNUQyGSEz80sULJZkyhyna8AEqArmfwMwJPbmKzWVo4PabqNVzHYlzmcdLQWk+pg== |
1323 | 1324 | dependencies:
|
1324 | 1325 | "@types/json-schema" "^7.0.7"
|
1325 |
| - "@typescript-eslint/scope-manager" "4.29.0" |
1326 |
| - "@typescript-eslint/types" "4.29.0" |
1327 |
| - "@typescript-eslint/typescript-estree" "4.29.0" |
| 1326 | + "@typescript-eslint/scope-manager" "5.0.0" |
| 1327 | + "@typescript-eslint/types" "5.0.0" |
| 1328 | + "@typescript-eslint/typescript-estree" "5.0.0" |
1328 | 1329 | eslint-scope "^5.1.1"
|
1329 | 1330 | eslint-utils "^3.0.0"
|
1330 | 1331 |
|
1331 |
| -"@typescript-eslint/parser@^4.29.0": |
1332 |
| - version "4.29.0" |
1333 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.0.tgz#e5367ca3c63636bb5d8e0748fcbab7a4f4a04289" |
1334 |
| - integrity sha512-+92YRNHFdXgq+GhWQPT2bmjX09X7EH36JfgN2/4wmhtwV/HPxozpCNst8jrWcngLtEVd/4zAwA6BKojAlf+YqA== |
| 1332 | +"@typescript-eslint/parser@^5.0.0": |
| 1333 | + version "5.0.0" |
| 1334 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.0.0.tgz#50d1be2e0def82d73e863cceba74aeeac9973592" |
| 1335 | + integrity sha512-B6D5rmmQ14I1fdzs71eL3DAuvnPHTY/t7rQABrL9BLnx/H51Un8ox1xqYAchs0/V2trcoyxB1lMJLlrwrJCDgw== |
1335 | 1336 | dependencies:
|
1336 |
| - "@typescript-eslint/scope-manager" "4.29.0" |
1337 |
| - "@typescript-eslint/types" "4.29.0" |
1338 |
| - "@typescript-eslint/typescript-estree" "4.29.0" |
| 1337 | + "@typescript-eslint/scope-manager" "5.0.0" |
| 1338 | + "@typescript-eslint/types" "5.0.0" |
| 1339 | + "@typescript-eslint/typescript-estree" "5.0.0" |
1339 | 1340 | debug "^4.3.1"
|
1340 | 1341 |
|
1341 |
| -"@typescript-eslint/scope-manager@4.29.0": |
1342 |
| - version "4.29.0" |
1343 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.29.0.tgz#cf5474f87321bedf416ef65839b693bddd838599" |
1344 |
| - integrity sha512-HPq7XAaDMM3DpmuijxLV9Io8/6pQnliiXMQUcAdjpJJSR+fdmbD/zHCd7hMkjJn04UQtCQBtshgxClzg6NIS2w== |
| 1342 | +"@typescript-eslint/scope-manager@5.0.0": |
| 1343 | + version "5.0.0" |
| 1344 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.0.0.tgz#aea0fb0e2480c1169a02e89d9005ac3f2835713f" |
| 1345 | + integrity sha512-5RFjdA/ain/MDUHYXdF173btOKncIrLuBmA9s6FJhzDrRAyVSA+70BHg0/MW6TE+UiKVyRtX91XpVS0gVNwVDQ== |
1345 | 1346 | dependencies:
|
1346 |
| - "@typescript-eslint/types" "4.29.0" |
1347 |
| - "@typescript-eslint/visitor-keys" "4.29.0" |
| 1347 | + "@typescript-eslint/types" "5.0.0" |
| 1348 | + "@typescript-eslint/visitor-keys" "5.0.0" |
1348 | 1349 |
|
1349 |
| -"@typescript-eslint/types@4.29.0": |
1350 |
| - version "4.29.0" |
1351 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.29.0.tgz#c8f1a1e4441ea4aca9b3109241adbc145f7f8a4e" |
1352 |
| - integrity sha512-2YJM6XfWfi8pgU2HRhTp7WgRw78TCRO3dOmSpAvIQ8MOv4B46JD2chnhpNT7Jq8j0APlIbzO1Bach734xxUl4A== |
| 1350 | +"@typescript-eslint/types@5.0.0": |
| 1351 | + version "5.0.0" |
| 1352 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.0.0.tgz#25d93f6d269b2d25fdc51a0407eb81ccba60eb0f" |
| 1353 | + integrity sha512-dU/pKBUpehdEqYuvkojmlv0FtHuZnLXFBn16zsDmlFF3LXkOpkAQ2vrKc3BidIIve9EMH2zfTlxqw9XM0fFN5w== |
1353 | 1354 |
|
1354 |
| -"@typescript-eslint/typescript-estree@4.29.0": |
1355 |
| - version "4.29.0" |
1356 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.29.0.tgz#af7ab547757b86c91bfdbc54ff86845410856256" |
1357 |
| - integrity sha512-8ZpNHDIOyqzzgZrQW9+xQ4k5hM62Xy2R4RPO3DQxMc5Rq5QkCdSpk/drka+DL9w6sXNzV5nrdlBmf8+x495QXQ== |
| 1355 | +"@typescript-eslint/typescript-estree@5.0.0": |
| 1356 | + version "5.0.0" |
| 1357 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.0.0.tgz#bc20f413c6e572c7309dbe5fa3be027984952af3" |
| 1358 | + integrity sha512-V/6w+PPQMhinWKSn+fCiX5jwvd1vRBm7AX7SJQXEGQtwtBvjMPjaU3YTQ1ik2UF1u96X7tsB96HMnulG3eLi9Q== |
1358 | 1359 | dependencies:
|
1359 |
| - "@typescript-eslint/types" "4.29.0" |
1360 |
| - "@typescript-eslint/visitor-keys" "4.29.0" |
| 1360 | + "@typescript-eslint/types" "5.0.0" |
| 1361 | + "@typescript-eslint/visitor-keys" "5.0.0" |
1361 | 1362 | debug "^4.3.1"
|
1362 | 1363 | globby "^11.0.3"
|
1363 | 1364 | is-glob "^4.0.1"
|
1364 | 1365 | semver "^7.3.5"
|
1365 | 1366 | tsutils "^3.21.0"
|
1366 | 1367 |
|
1367 |
| -"@typescript-eslint/visitor-keys@4.29.0": |
1368 |
| - version "4.29.0" |
1369 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.29.0.tgz#1ff60f240def4d85ea68d4fd2e4e9759b7850c04" |
1370 |
| - integrity sha512-LoaofO1C/jAJYs0uEpYMXfHboGXzOJeV118X4OsZu9f7rG7Pr9B3+4HTU8+err81rADa4xfQmAxnRnPAI2jp+Q== |
| 1368 | +"@typescript-eslint/visitor-keys@5.0.0": |
| 1369 | + version "5.0.0" |
| 1370 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.0.0.tgz#b789f7cd105e59bee5c0983a353942a5a48f56df" |
| 1371 | + integrity sha512-yRyd2++o/IrJdyHuYMxyFyBhU762MRHQ/bAGQeTnN3pGikfh+nEmM61XTqaDH1XDp53afZ+waXrk0ZvenoZ6xw== |
1371 | 1372 | dependencies:
|
1372 |
| - "@typescript-eslint/types" "4.29.0" |
1373 |
| - eslint-visitor-keys "^2.0.0" |
| 1373 | + "@typescript-eslint/types" "5.0.0" |
| 1374 | + eslint-visitor-keys "^3.0.0" |
1374 | 1375 |
|
1375 | 1376 |
|
1376 | 1377 | version "3.1.5"
|
@@ -3419,6 +3420,11 @@ eslint-visitor-keys@^2.0.0:
|
3419 | 3420 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
|
3420 | 3421 | integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
|
3421 | 3422 |
|
| 3423 | +eslint-visitor-keys@^3.0.0: |
| 3424 | + version "3.0.0" |
| 3425 | + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186" |
| 3426 | + integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q== |
| 3427 | + |
3422 | 3428 | eslint@^7.32.0:
|
3423 | 3429 | version "7.32.0"
|
3424 | 3430 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
|
@@ -4550,7 +4556,7 @@ ignore@^4.0.6:
|
4550 | 4556 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
|
4551 | 4557 | integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
|
4552 | 4558 |
|
4553 |
| -ignore@^5.1.1, ignore@^5.1.4: |
| 4559 | +ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8: |
4554 | 4560 | version "5.1.8"
|
4555 | 4561 | resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
|
4556 | 4562 | integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
|
|
0 commit comments