Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update webpack dependency to `5.7…
Browse files Browse the repository at this point in the history
…6.1`

Closes #24861
  • Loading branch information
alan-agius4 authored and angular-robot[bot] committed Mar 16, 2023
1 parent 6df825d commit ddd33bf
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"typescript": "4.8.1-rc",
"verdaccio": "5.14.0",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.74.0",
"webpack": "5.76.1",
"webpack-dev-middleware": "5.3.3",
"webpack-dev-server": "4.11.0",
"webpack-merge": "5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.4.0",
"webpack": "5.74.0",
"webpack": "5.76.1",
"webpack-dev-middleware": "5.3.3",
"webpack-dev-server": "4.11.0",
"webpack-merge": "5.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"node-fetch": "2.6.7",
"webpack": "5.74.0"
"webpack": "5.76.1"
},
"peerDependencies": {
"webpack": "^5.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@angular/compiler": "14.1.2",
"@angular/compiler-cli": "14.1.2",
"typescript": "4.8.1-rc",
"webpack": "5.74.0"
"webpack": "5.76.1"
}
}
30 changes: 30 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11420,6 +11420,36 @@ webpack@5.74.0:
watchpack "^2.4.0"
webpack-sources "^3.2.3"

webpack@5.76.1:
version "5.76.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.1.tgz#7773de017e988bccb0f13c7d75ec245f377d295c"
integrity sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"
"@webassemblyjs/ast" "1.11.1"
"@webassemblyjs/wasm-edit" "1.11.1"
"@webassemblyjs/wasm-parser" "1.11.1"
acorn "^8.7.1"
acorn-import-assertions "^1.7.6"
browserslist "^4.14.5"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.10.0"
es-module-lexer "^0.9.0"
eslint-scope "5.1.1"
events "^3.2.0"
glob-to-regexp "^0.4.1"
graceful-fs "^4.2.9"
json-parse-even-better-errors "^2.3.1"
loader-runner "^4.2.0"
mime-types "^2.1.27"
neo-async "^2.6.2"
schema-utils "^3.1.0"
tapable "^2.1.1"
terser-webpack-plugin "^5.1.3"
watchpack "^2.4.0"
webpack-sources "^3.2.3"

websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
version "0.7.4"
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"
Expand Down

0 comments on commit ddd33bf

Please sign in to comment.