Skip to content

Commit 33349aa

Browse files
authored
Merge pull request #436 from ckeditor/dependabot/npm_and_yarn/webpack-5.94.0
Internal: Bump webpack from 5.92.1 to 5.94.0.
2 parents ba4a1e7 + e511981 commit 33349aa

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"ts-node": "^9.0.0",
7474
"typescript": "~4.6.4",
7575
"upath": "^2.0.1",
76-
"webpack": "^5.77.0",
76+
"webpack": "^5.94.0",
7777
"webpack-cli": "^4.10.0"
7878
},
7979
"resolutions": {

yarn.lock

+9-10
Original file line numberDiff line numberDiff line change
@@ -5073,10 +5073,10 @@ engine.io@~6.5.2:
50735073
engine.io-parser "~5.2.1"
50745074
ws "~8.17.1"
50755075

5076-
enhanced-resolve@^5.0.0, enhanced-resolve@^5.10.0, enhanced-resolve@^5.15.0, enhanced-resolve@^5.17.0:
5077-
version "5.17.0"
5078-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
5079-
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
5076+
enhanced-resolve@^5.0.0, enhanced-resolve@^5.10.0, enhanced-resolve@^5.15.0, enhanced-resolve@^5.17.1:
5077+
version "5.17.1"
5078+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz#67bfbbcc2f81d511be77d686a90267ef7f898a15"
5079+
integrity sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==
50805080
dependencies:
50815081
graceful-fs "^4.2.4"
50825082
tapable "^2.2.0"
@@ -11050,12 +11050,11 @@ [email protected]:
1105011050
watchpack "^2.4.0"
1105111051
webpack-sources "^3.2.3"
1105211052

11053-
webpack@^5.77.0:
11054-
version "5.92.1"
11055-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.92.1.tgz#eca5c1725b9e189cffbd86e8b6c3c7400efc5788"
11056-
integrity sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==
11053+
webpack@^5.94.0:
11054+
version "5.94.0"
11055+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.94.0.tgz#77a6089c716e7ab90c1c67574a28da518a20970f"
11056+
integrity sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==
1105711057
dependencies:
11058-
"@types/eslint-scope" "^3.7.3"
1105911058
"@types/estree" "^1.0.5"
1106011059
"@webassemblyjs/ast" "^1.12.1"
1106111060
"@webassemblyjs/wasm-edit" "^1.12.1"
@@ -11064,7 +11063,7 @@ webpack@^5.77.0:
1106411063
acorn-import-attributes "^1.9.5"
1106511064
browserslist "^4.21.10"
1106611065
chrome-trace-event "^1.0.2"
11067-
enhanced-resolve "^5.17.0"
11066+
enhanced-resolve "^5.17.1"
1106811067
es-module-lexer "^1.2.1"
1106911068
eslint-scope "5.1.1"
1107011069
events "^3.2.0"

0 commit comments

Comments
 (0)