Skip to content

Commit 816526e

Browse files
Bump webpack from 5.93.0 to 5.94.0 (#1321)
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: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6b4e23 commit 816526e

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

yarn.lock

+9-18
Original file line numberDiff line numberDiff line change
@@ -1751,15 +1751,7 @@
17511751
dependencies:
17521752
"@types/node" "*"
17531753

1754-
"@types/eslint-scope@^3.7.3":
1755-
version "3.7.4"
1756-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
1757-
integrity sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==
1758-
dependencies:
1759-
"@types/eslint" "*"
1760-
"@types/estree" "*"
1761-
1762-
"@types/eslint@*", "@types/eslint@^8.4.9":
1754+
"@types/eslint@^8.4.9":
17631755
version "8.44.2"
17641756
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.44.2.tgz#0d21c505f98a89b8dd4d37fa162b09da6089199a"
17651757
integrity sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==
@@ -4713,10 +4705,10 @@ engine.io@~6.5.2:
47134705
engine.io-parser "~5.2.1"
47144706
ws "~8.11.0"
47154707

4716-
enhanced-resolve@^5.17.0:
4717-
version "5.17.0"
4718-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
4719-
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
4708+
enhanced-resolve@^5.17.0, enhanced-resolve@^5.17.1:
4709+
version "5.17.1"
4710+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
4711+
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
47204712
dependencies:
47214713
graceful-fs "^4.2.4"
47224714
tapable "^2.2.0"
@@ -10289,11 +10281,10 @@ webpack-sources@^3.2.3:
1028910281
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1029010282

1029110283
webpack@^5.93.0:
10292-
version "5.93.0"
10293-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.93.0.tgz#2e89ec7035579bdfba9760d26c63ac5c3462a5e5"
10294-
integrity sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==
10284+
version "5.94.0"
10285+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
10286+
integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
1029510287
dependencies:
10296-
"@types/eslint-scope" "^3.7.3"
1029710288
"@types/estree" "^1.0.5"
1029810289
"@webassemblyjs/ast" "^1.12.1"
1029910290
"@webassemblyjs/wasm-edit" "^1.12.1"
@@ -10302,7 +10293,7 @@ webpack@^5.93.0:
1030210293
acorn-import-attributes "^1.9.5"
1030310294
browserslist "^4.21.10"
1030410295
chrome-trace-event "^1.0.2"
10305-
enhanced-resolve "^5.17.0"
10296+
enhanced-resolve "^5.17.1"
1030610297
es-module-lexer "^1.2.1"
1030710298
eslint-scope "5.1.1"
1030810299
events "^3.2.0"

0 commit comments

Comments
 (0)