Skip to content

Commit ec15efd

Browse files
Bump webpack from 5.93.0 to 5.94.0 in /web in the npm_and_yarn group (#4850)
Bumps the npm_and_yarn group in /web with 1 update: [webpack](https://github.com/webpack/webpack). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46ea0ce commit ec15efd

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"typescript": "4.9.4",
115115
"url-loader": "4.1.1",
116116
"util": "^0.12.5",
117-
"webpack": "^5.93.0",
117+
"webpack": "^5.94.0",
118118
"webpack-bundle-analyzer": "^4.10.2",
119119
"webpack-cli": "^5.1.4",
120120
"webpack-dev-server": "^4.15.1",

web/yarn.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3844,15 +3844,7 @@
38443844
resolved "https://registry.yarnpkg.com/@types/downloadjs/-/downloadjs-1.4.6.tgz#d03ed04d17332ebf3b47d7a04cbe745dab1ab8a9"
38453845
integrity sha512-mp3w70vsaiLRT9ix92fmI9Ob2yJAPZm6tShJtofo2uHbN11G2i6a0ApIEjBl/kv3e9V7Pv7jMjk1bUwYWvMHvA==
38463846

3847-
"@types/eslint-scope@^3.7.3":
3848-
version "3.7.4"
3849-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
3850-
integrity sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==
3851-
dependencies:
3852-
"@types/eslint" "*"
3853-
"@types/estree" "*"
3854-
3855-
"@types/eslint@*", "@types/eslint@^8.56.10":
3847+
"@types/eslint@^8.56.10":
38563848
version "8.56.10"
38573849
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
38583850
integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
@@ -8095,10 +8087,10 @@ enhanced-resolve@^4.5.0:
80958087
memory-fs "^0.5.0"
80968088
tapable "^1.0.0"
80978089

8098-
enhanced-resolve@^5.0.0, enhanced-resolve@^5.17.0:
8099-
version "5.17.0"
8100-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
8101-
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
8090+
enhanced-resolve@^5.0.0, enhanced-resolve@^5.17.1:
8091+
version "5.17.1"
8092+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
8093+
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
81028094
dependencies:
81038095
graceful-fs "^4.2.4"
81048096
tapable "^2.2.0"
@@ -17758,12 +17750,11 @@ webpack@4:
1775817750
watchpack "^1.7.4"
1775917751
webpack-sources "^1.4.1"
1776017752

17761-
webpack@5, "webpack@>=4.43.0 <6.0.0", webpack@^5.9.0, webpack@^5.93.0:
17762-
version "5.93.0"
17763-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.93.0.tgz#2e89ec7035579bdfba9760d26c63ac5c3462a5e5"
17764-
integrity sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==
17753+
webpack@5, "webpack@>=4.43.0 <6.0.0", webpack@^5.9.0, webpack@^5.94.0:
17754+
version "5.94.0"
17755+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
17756+
integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
1776517757
dependencies:
17766-
"@types/eslint-scope" "^3.7.3"
1776717758
"@types/estree" "^1.0.5"
1776817759
"@webassemblyjs/ast" "^1.12.1"
1776917760
"@webassemblyjs/wasm-edit" "^1.12.1"
@@ -17772,7 +17763,7 @@ webpack@5, "webpack@>=4.43.0 <6.0.0", webpack@^5.9.0, webpack@^5.93.0:
1777217763
acorn-import-attributes "^1.9.5"
1777317764
browserslist "^4.21.10"
1777417765
chrome-trace-event "^1.0.2"
17775-
enhanced-resolve "^5.17.0"
17766+
enhanced-resolve "^5.17.1"
1777617767
es-module-lexer "^1.2.1"
1777717768
eslint-scope "5.1.1"
1777817769
events "^3.2.0"

0 commit comments

Comments
 (0)