|
1299 | 1299 | eslint-utils "^2.0.0" |
1300 | 1300 |
|
1301 | 1301 | "@typescript-eslint/parser@^4.0.0": |
1302 | | - version "4.9.0" |
1303 | | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.0.tgz#bb65f1214b5e221604996db53ef77c9d62b09249" |
1304 | | - integrity sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw== |
| 1302 | + version "4.10.0" |
| 1303 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.10.0.tgz#1a622b0847b765b2d8f0ede6f0cdd85f03d76031" |
| 1304 | + integrity sha512-amBvUUGBMadzCW6c/qaZmfr3t9PyevcSWw7hY2FuevdZVp5QPw/K76VSQ5Sw3BxlgYCHZcK6DjIhSZK0PQNsQg== |
1305 | 1305 | dependencies: |
1306 | | - "@typescript-eslint/scope-manager" "4.9.0" |
1307 | | - "@typescript-eslint/types" "4.9.0" |
1308 | | - "@typescript-eslint/typescript-estree" "4.9.0" |
| 1306 | + "@typescript-eslint/scope-manager" "4.10.0" |
| 1307 | + "@typescript-eslint/types" "4.10.0" |
| 1308 | + "@typescript-eslint/typescript-estree" "4.10.0" |
1309 | 1309 | debug "^4.1.1" |
1310 | 1310 |
|
| 1311 | +"@typescript-eslint/[email protected]": |
| 1312 | + version "4.10.0" |
| 1313 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27" |
| 1314 | + integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ== |
| 1315 | + dependencies: |
| 1316 | + "@typescript-eslint/types" "4.10.0" |
| 1317 | + "@typescript-eslint/visitor-keys" "4.10.0" |
| 1318 | + |
1311 | 1319 | "@typescript-eslint/[email protected]": |
1312 | 1320 | version "4.9.0" |
1313 | 1321 | resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.0.tgz#5eefe305d6b71d1c85af6587b048426bfd4d3708" |
|
1316 | 1324 | "@typescript-eslint/types" "4.9.0" |
1317 | 1325 | "@typescript-eslint/visitor-keys" "4.9.0" |
1318 | 1326 |
|
| 1327 | +"@typescript-eslint/[email protected]": |
| 1328 | + version "4.10.0" |
| 1329 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789" |
| 1330 | + integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g== |
| 1331 | + |
1319 | 1332 | "@typescript-eslint/[email protected]": |
1320 | 1333 | version "4.9.0" |
1321 | 1334 | resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c" |
1322 | 1335 | integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA== |
1323 | 1336 |
|
| 1337 | +"@typescript-eslint/[email protected]": |
| 1338 | + version "4.10.0" |
| 1339 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75" |
| 1340 | + integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g== |
| 1341 | + dependencies: |
| 1342 | + "@typescript-eslint/types" "4.10.0" |
| 1343 | + "@typescript-eslint/visitor-keys" "4.10.0" |
| 1344 | + debug "^4.1.1" |
| 1345 | + globby "^11.0.1" |
| 1346 | + is-glob "^4.0.1" |
| 1347 | + lodash "^4.17.15" |
| 1348 | + semver "^7.3.2" |
| 1349 | + tsutils "^3.17.1" |
| 1350 | + |
1324 | 1351 | "@typescript-eslint/[email protected]": |
1325 | 1352 | version "4.9.0" |
1326 | 1353 | resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c" |
|
1335 | 1362 | semver "^7.3.2" |
1336 | 1363 | tsutils "^3.17.1" |
1337 | 1364 |
|
| 1365 | +"@typescript-eslint/[email protected]": |
| 1366 | + version "4.10.0" |
| 1367 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451" |
| 1368 | + integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg== |
| 1369 | + dependencies: |
| 1370 | + "@typescript-eslint/types" "4.10.0" |
| 1371 | + eslint-visitor-keys "^2.0.0" |
| 1372 | + |
1338 | 1373 | "@typescript-eslint/[email protected]": |
1339 | 1374 | version "4.9.0" |
1340 | 1375 | resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8" |
|
0 commit comments