|
1194 | 1194 | dependencies:
|
1195 | 1195 | "@types/node" "*"
|
1196 | 1196 |
|
1197 |
| -"@typescript-eslint/eslint-plugin@*": |
| 1197 | +"@typescript-eslint/eslint-plugin@^5.4.0": |
1198 | 1198 | version "5.8.0"
|
1199 | 1199 | resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.0.tgz#52cd9305ceef98a5333f9492d519e6c6c7fe7d43"
|
1200 | 1200 | integrity sha512-spu1UW7QuBn0nJ6+psnfCc3iVoQAifjKORgBngKOmC8U/1tbe2YJMzYQqDGYB4JCss7L8+RM2kKLb1B1Aw9BNA==
|
|
1220 | 1220 | eslint-scope "^5.1.1"
|
1221 | 1221 | eslint-utils "^3.0.0"
|
1222 | 1222 |
|
1223 |
| -"@typescript-eslint/parser@*": |
| 1223 | +"@typescript-eslint/parser@^5.4.0": |
1224 | 1224 | version "5.8.0"
|
1225 | 1225 | resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.8.0.tgz#b39970b21c1d7bc4a6018507fb29b380328d2587"
|
1226 | 1226 | integrity sha512-Gleacp/ZhRtJRYs5/T8KQR3pAQjQI89Dn/k+OzyCKOsLiZH2/Vh60cFBTnFsHNI6WAD+lNUo/xGZ4NeA5u0Ipw==
|
@@ -1324,6 +1324,14 @@ ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4:
|
1324 | 1324 | json-schema-traverse "^0.4.1"
|
1325 | 1325 | uri-js "^4.2.2"
|
1326 | 1326 |
|
| 1327 | +alce@1.2.0: |
| 1328 | + version "1.2.0" |
| 1329 | + resolved "https://registry.yarnpkg.com/alce/-/alce-1.2.0.tgz#a8be2dacaac42494612f18dc09db691f3dea4aab" |
| 1330 | + integrity sha1-qL4trKrEJJRhLxjcCdtpHz3qSqs= |
| 1331 | + dependencies: |
| 1332 | + esprima "^1.2.0" |
| 1333 | + estraverse "^1.5.0" |
| 1334 | + |
1327 | 1335 | ansi-align@^3.0.0:
|
1328 | 1336 | version "3.0.1"
|
1329 | 1337 | resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59"
|
@@ -1981,6 +1989,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
|
1981 | 1989 | escape-string-regexp "^1.0.5"
|
1982 | 1990 | supports-color "^5.3.0"
|
1983 | 1991 |
|
| 1992 | +chalk@^3.0.0: |
| 1993 | + version "3.0.0" |
| 1994 | + resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4" |
| 1995 | + integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg== |
| 1996 | + dependencies: |
| 1997 | + ansi-styles "^4.1.0" |
| 1998 | + supports-color "^7.1.0" |
| 1999 | + |
1984 | 2000 | chalk@^4.0.0, chalk@^4.1.0:
|
1985 | 2001 | version "4.1.2"
|
1986 | 2002 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
@@ -2561,6 +2577,16 @@ detect-indent@^4.0.0:
|
2561 | 2577 | dependencies:
|
2562 | 2578 | repeating "^2.0.0"
|
2563 | 2579 |
|
| 2580 | +detect-indent@^6.0.0: |
| 2581 | + version "6.1.0" |
| 2582 | + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6" |
| 2583 | + integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== |
| 2584 | + |
| 2585 | +detect-newline@^3.1.0: |
| 2586 | + version "3.1.0" |
| 2587 | + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" |
| 2588 | + integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== |
| 2589 | + |
2564 | 2590 | diff-match-patch@^1.0.0:
|
2565 | 2591 | version "1.0.5"
|
2566 | 2592 | resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
|
@@ -2987,7 +3013,7 @@ eslint-config-prettier@^8.3.0:
|
2987 | 3013 | resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
|
2988 | 3014 | integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
|
2989 | 3015 |
|
2990 |
| -eslint-config-xo-typescript@*: |
| 3016 | +eslint-config-xo-typescript@^0.47.1: |
2991 | 3017 | version "0.47.1"
|
2992 | 3018 | resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.47.1.tgz#87b5865d8a3428fa26cc8dc3146ef4f712dfed46"
|
2993 | 3019 | integrity sha512-BkbzIltZCWp8QLekKJKG8zJ/ZGezD8Z9FaJ+hJ5PrAVUGkIPmxXLLEHCKS3ax7oOqZLYQiG+jyKfQDIEdTQgbg==
|
@@ -3275,6 +3301,11 @@ espree@^9.0.0, espree@^9.2.0:
|
3275 | 3301 | acorn-jsx "^5.3.1"
|
3276 | 3302 | eslint-visitor-keys "^3.1.0"
|
3277 | 3303 |
|
| 3304 | +esprima@^1.2.0: |
| 3305 | + version "1.2.5" |
| 3306 | + resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.2.5.tgz#0993502feaf668138325756f30f9a51feeec11e9" |
| 3307 | + integrity sha1-CZNQL+r2aBODJXVvMPmlH+7sEek= |
| 3308 | + |
3278 | 3309 | esprima@^4.0.0, esprima@^4.0.1:
|
3279 | 3310 | version "4.0.1"
|
3280 | 3311 | resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
|
@@ -3306,6 +3337,11 @@ esrecurse@^4.3.0:
|
3306 | 3337 | dependencies:
|
3307 | 3338 | estraverse "^5.2.0"
|
3308 | 3339 |
|
| 3340 | +estraverse@^1.5.0: |
| 3341 | + version "1.9.3" |
| 3342 | + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44" |
| 3343 | + integrity sha1-r2fy3JIlgkFZUJJgkaQAXSnJu0Q= |
| 3344 | + |
3309 | 3345 | estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
|
3310 | 3346 | version "4.3.0"
|
3311 | 3347 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
@@ -3336,6 +3372,11 @@ execa@^5.0.0, execa@^5.1.1:
|
3336 | 3372 | signal-exit "^3.0.3"
|
3337 | 3373 | strip-final-newline "^2.0.0"
|
3338 | 3374 |
|
| 3375 | +extend-object@^1.0.0: |
| 3376 | + version "1.0.0" |
| 3377 | + resolved "https://registry.yarnpkg.com/extend-object/-/extend-object-1.0.0.tgz#42514f84015d1356caf5187969dfb2bc1bda0823" |
| 3378 | + integrity sha1-QlFPhAFdE1bK9Rh5ad+yvBvaCCM= |
| 3379 | + |
3339 | 3380 | extend@~3.0.2:
|
3340 | 3381 | version "3.0.2"
|
3341 | 3382 | resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
|
@@ -3495,6 +3536,18 @@ find-up@^6.2.0:
|
3495 | 3536 | locate-path "^7.0.0"
|
3496 | 3537 | path-exists "^5.0.0"
|
3497 | 3538 |
|
| 3539 | +fixpack@4.0.0: |
| 3540 | + version "4.0.0" |
| 3541 | + resolved "https://registry.yarnpkg.com/fixpack/-/fixpack-4.0.0.tgz#28b9fb8ca04f89aab382021cfa826b36dc381dfd" |
| 3542 | + integrity sha512-5SM1+H2CcuJ3gGEwTiVo/+nd/hYpNj9Ch3iMDOQ58ndY+VGQ2QdvaUTkd3otjZvYnd/8LF/HkJ5cx7PBq0orCQ== |
| 3543 | + dependencies: |
| 3544 | + alce "1.2.0" |
| 3545 | + chalk "^3.0.0" |
| 3546 | + detect-indent "^6.0.0" |
| 3547 | + detect-newline "^3.1.0" |
| 3548 | + extend-object "^1.0.0" |
| 3549 | + rc "^1.2.8" |
| 3550 | + |
3498 | 3551 | flat-cache@^3.0.4:
|
3499 | 3552 | version "3.0.4"
|
3500 | 3553 | resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
|
|
0 commit comments