|
2457 | 2457 | regexpp "^3.0.0"
|
2458 | 2458 | tsutils "^3.17.1"
|
2459 | 2459 |
|
2460 |
| -"@typescript-eslint/experimental-utils@2.28.0", "@typescript-eslint/experimental-utils@^2.5.0": |
| 2460 | +"@typescript-eslint/experimental-utils@2.28.0": |
2461 | 2461 | version "2.28.0"
|
2462 | 2462 | resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz#1fd0961cd8ef6522687b4c562647da6e71f8833d"
|
2463 | 2463 | integrity sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w==
|
|
2467 | 2467 | eslint-scope "^5.0.0"
|
2468 | 2468 | eslint-utils "^2.0.0"
|
2469 | 2469 |
|
| 2470 | +"@typescript-eslint/experimental-utils@2.33.0", "@typescript-eslint/experimental-utils@^2.5.0": |
| 2471 | + version "2.33.0" |
| 2472 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.33.0.tgz#000f1e5f344fbea1323dc91cc174805d75f99a03" |
| 2473 | + integrity sha512-qzPM2AuxtMrRq78LwyZa8Qn6gcY8obkIrBs1ehqmQADwkYzTE1Pb4y2W+U3rE/iFkSWcWHG2LS6MJfj6SmHApg== |
| 2474 | + dependencies: |
| 2475 | + "@types/json-schema" "^7.0.3" |
| 2476 | + "@typescript-eslint/typescript-estree" "2.33.0" |
| 2477 | + eslint-scope "^5.0.0" |
| 2478 | + eslint-utils "^2.0.0" |
| 2479 | + |
2470 | 2480 | "@typescript-eslint/parser@^2.28.0":
|
2471 |
| - version "2.28.0" |
2472 |
| - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.28.0.tgz#bb761286efd2b0714761cab9d0ee5847cf080385" |
2473 |
| - integrity sha512-RqPybRDquui9d+K86lL7iPqH6Dfp9461oyqvlXMNtap+PyqYbkY5dB7LawQjDzot99fqzvS0ZLZdfe+1Bt3Jgw== |
| 2481 | + version "2.33.0" |
| 2482 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.33.0.tgz#395c0ef229ebef883608f8632a34f0acf02b9bdd" |
| 2483 | + integrity sha512-AUtmwUUhJoH6yrtxZMHbRUEMsC2G6z5NSxg9KsROOGqNXasM71I8P2NihtumlWTUCRld70vqIZ6Pm4E5PAziEA== |
2474 | 2484 | dependencies:
|
2475 | 2485 | "@types/eslint-visitor-keys" "^1.0.0"
|
2476 |
| - "@typescript-eslint/experimental-utils" "2.28.0" |
2477 |
| - "@typescript-eslint/typescript-estree" "2.28.0" |
| 2486 | + "@typescript-eslint/experimental-utils" "2.33.0" |
| 2487 | + "@typescript-eslint/typescript-estree" "2.33.0" |
2478 | 2488 | eslint-visitor-keys "^1.1.0"
|
2479 | 2489 |
|
2480 | 2490 | "@typescript-eslint/typescript-estree@2.28.0":
|
|
2490 | 2500 | semver "^6.3.0"
|
2491 | 2501 | tsutils "^3.17.1"
|
2492 | 2502 |
|
| 2503 | +"@typescript-eslint/typescript-estree@2.33.0": |
| 2504 | + version "2.33.0" |
| 2505 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.33.0.tgz#33504c050ccafd38f397a645d4e9534d2eccbb5c" |
| 2506 | + integrity sha512-d8rY6/yUxb0+mEwTShCQF2zYQdLlqihukNfG9IUlLYz5y1CH6G/9XYbrxQLq3Z14RNvkCC6oe+OcFlyUpwUbkg== |
| 2507 | + dependencies: |
| 2508 | + debug "^4.1.1" |
| 2509 | + eslint-visitor-keys "^1.1.0" |
| 2510 | + glob "^7.1.6" |
| 2511 | + is-glob "^4.0.1" |
| 2512 | + lodash "^4.17.15" |
| 2513 | + semver "^7.3.2" |
| 2514 | + tsutils "^3.17.1" |
| 2515 | + |
2493 | 2516 | "@webassemblyjs/ast@1.9.0":
|
2494 | 2517 | version "1.9.0"
|
2495 | 2518 | resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
|
@@ -10444,6 +10467,11 @@ semver@7.0.0:
|
10444 | 10467 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
10445 | 10468 | integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
10446 | 10469 |
|
| 10470 | +semver@^7.3.2: |
| 10471 | + version "7.3.2" |
| 10472 | + resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" |
| 10473 | + integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== |
| 10474 | + |
10447 | 10475 | send@0.17.1:
|
10448 | 10476 | version "0.17.1"
|
10449 | 10477 | resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
|
|
0 commit comments