|
2107 | 2107 | dependencies:
|
2108 | 2108 | "@types/ms" "*"
|
2109 | 2109 |
|
2110 |
| -"@types/eslint-scope@^3.7.0": |
| 2110 | +"@types/eslint-scope@^3.7.0", "@types/eslint-scope@^3.7.3": |
2111 | 2111 | version "3.7.3"
|
2112 | 2112 | resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.3.tgz#125b88504b61e3c8bc6f870882003253005c3224"
|
2113 | 2113 | integrity sha512-PB3ldyrcnAicT35TWPs5IcwKD8S333HMaa2VVv4+wdvebJkjWuW/xESoB8IwRcog8HYVYamb1g/R31Qv5Bx03g==
|
|
2133 | 2133 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
2134 | 2134 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
|
2135 | 2135 |
|
| 2136 | +"@types/estree@^0.0.51": |
| 2137 | + version "0.0.51" |
| 2138 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" |
| 2139 | + integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== |
| 2140 | + |
2136 | 2141 | "@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18":
|
2137 | 2142 | version "4.17.28"
|
2138 | 2143 | resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8"
|
@@ -4720,6 +4725,14 @@ enhanced-resolve@^5.8.3:
|
4720 | 4725 | graceful-fs "^4.2.4"
|
4721 | 4726 | tapable "^2.2.0"
|
4722 | 4727 |
|
| 4728 | +enhanced-resolve@^5.9.2: |
| 4729 | + version "5.9.2" |
| 4730 | + resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.9.2.tgz#0224dcd6a43389ebfb2d55efee517e5466772dd9" |
| 4731 | + integrity sha512-GIm3fQfwLJ8YZx2smuHpBKkXC1yOk+OBEmKckVyL0i/ea8mqDEykK3ld5dgH1QYPNyT/lIllxV2LULnxCHaHkA== |
| 4732 | + dependencies: |
| 4733 | + graceful-fs "^4.2.4" |
| 4734 | + tapable "^2.2.0" |
| 4735 | + |
4723 | 4736 | ent@~2.2.0:
|
4724 | 4737 | version "2.2.0"
|
4725 | 4738 | resolved "https://registry.yarnpkg.com/ent/-/ent-2.2.0.tgz#e964219325a21d05f44466a2f686ed6ce5f5dd1d"
|
|
11427 | 11440 | watchpack "^2.3.1"
|
11428 | 11441 | webpack-sources "^3.2.3"
|
11429 | 11442 |
|
| 11443 | + |
| 11444 | + version "5.70.0" |
| 11445 | + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.70.0.tgz#3461e6287a72b5e6e2f4872700bc8de0d7500e6d" |
| 11446 | + integrity sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw== |
| 11447 | + dependencies: |
| 11448 | + "@types/eslint-scope" "^3.7.3" |
| 11449 | + "@types/estree" "^0.0.51" |
| 11450 | + "@webassemblyjs/ast" "1.11.1" |
| 11451 | + "@webassemblyjs/wasm-edit" "1.11.1" |
| 11452 | + "@webassemblyjs/wasm-parser" "1.11.1" |
| 11453 | + acorn "^8.4.1" |
| 11454 | + acorn-import-assertions "^1.7.6" |
| 11455 | + browserslist "^4.14.5" |
| 11456 | + chrome-trace-event "^1.0.2" |
| 11457 | + enhanced-resolve "^5.9.2" |
| 11458 | + es-module-lexer "^0.9.0" |
| 11459 | + eslint-scope "5.1.1" |
| 11460 | + events "^3.2.0" |
| 11461 | + glob-to-regexp "^0.4.1" |
| 11462 | + graceful-fs "^4.2.9" |
| 11463 | + json-parse-better-errors "^1.0.2" |
| 11464 | + loader-runner "^4.2.0" |
| 11465 | + mime-types "^2.1.27" |
| 11466 | + neo-async "^2.6.2" |
| 11467 | + schema-utils "^3.1.0" |
| 11468 | + tapable "^2.1.1" |
| 11469 | + terser-webpack-plugin "^5.1.3" |
| 11470 | + watchpack "^2.3.1" |
| 11471 | + webpack-sources "^3.2.3" |
| 11472 | + |
11430 | 11473 | websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
|
11431 | 11474 | version "0.7.4"
|
11432 | 11475 | resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"
|
|
0 commit comments