Skip to content

Commit 08102bd

Browse files
Bump webpack from 5.93.0 to 5.94.0 (#2845)
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.93.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aeb52c4 commit 08102bd

File tree

1 file changed

+2
-40
lines changed

1 file changed

+2
-40
lines changed

yarn.lock

+2-40
Original file line numberDiff line numberDiff line change
@@ -3073,14 +3073,6 @@
30733073
resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.39.13.tgz#afeb1648648dc096efe57983e20387627306e2aa"
30743074
integrity sha512-cFq+fO/isvhvmuP/+Sl4K4jtU6E23DoivtbO4r50e3odaxAiVdbfSYRDdJ4gCdxx+3aRjhphS5ZMwIH4hFy/Cw==
30753075

3076-
"@types/eslint-scope@^3.7.3":
3077-
version "3.7.7"
3078-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
3079-
integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
3080-
dependencies:
3081-
"@types/eslint" "*"
3082-
"@types/estree" "*"
3083-
30843076
"@types/eslint@*":
30853077
version "8.56.10"
30863078
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
@@ -5823,7 +5815,7 @@ enhanced-resolve@^4.0.0:
58235815
memory-fs "^0.5.0"
58245816
tapable "^1.0.0"
58255817

5826-
enhanced-resolve@^5.0.0, enhanced-resolve@^5.17.0:
5818+
enhanced-resolve@^5.0.0:
58275819
version "5.17.0"
58285820
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
58295821
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
@@ -13583,7 +13575,7 @@ webpack-virtual-modules@^0.6.1:
1358313575
resolved "https://registry.yarnpkg.com/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz#057faa9065c8acf48f24cb57ac0e77739ab9a7e8"
1358413576
integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==
1358513577

13586-
webpack@5.94.0:
13578+
webpack@5.94.0, webpack@^5.91.0:
1358713579
version "5.94.0"
1358813580
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
1358913581
integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
@@ -13612,36 +13604,6 @@ webpack@5.94.0:
1361213604
watchpack "^2.4.1"
1361313605
webpack-sources "^3.2.3"
1361413606

13615-
webpack@^5.91.0:
13616-
version "5.93.0"
13617-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.93.0.tgz#2e89ec7035579bdfba9760d26c63ac5c3462a5e5"
13618-
integrity sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==
13619-
dependencies:
13620-
"@types/eslint-scope" "^3.7.3"
13621-
"@types/estree" "^1.0.5"
13622-
"@webassemblyjs/ast" "^1.12.1"
13623-
"@webassemblyjs/wasm-edit" "^1.12.1"
13624-
"@webassemblyjs/wasm-parser" "^1.12.1"
13625-
acorn "^8.7.1"
13626-
acorn-import-attributes "^1.9.5"
13627-
browserslist "^4.21.10"
13628-
chrome-trace-event "^1.0.2"
13629-
enhanced-resolve "^5.17.0"
13630-
es-module-lexer "^1.2.1"
13631-
eslint-scope "5.1.1"
13632-
events "^3.2.0"
13633-
glob-to-regexp "^0.4.1"
13634-
graceful-fs "^4.2.11"
13635-
json-parse-even-better-errors "^2.3.1"
13636-
loader-runner "^4.2.0"
13637-
mime-types "^2.1.27"
13638-
neo-async "^2.6.2"
13639-
schema-utils "^3.2.0"
13640-
tapable "^2.1.1"
13641-
terser-webpack-plugin "^5.3.10"
13642-
watchpack "^2.4.1"
13643-
webpack-sources "^3.2.3"
13644-
1364513607
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
1364613608
version "0.7.4"
1364713609
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"

0 commit comments

Comments
 (0)