Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update webpack-dev-middleware t…
Browse files Browse the repository at this point in the history
…o `6.1.2`

Addressed in this commit is an update to `webpack-dev-middleware` to version `6.1.2`, resolving a security concern identified at GHSA-wr3j-pwj9-hqq6.

Closes #27334
  • Loading branch information
alan-agius4 authored and clydin committed Mar 22, 2024
1 parent c9d4360 commit c12907d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -213,7 +213,7 @@
"vite": "5.1.5",
"watchpack": "2.4.0",
"webpack": "5.90.3",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-middleware": "6.1.2",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0",
"webpack-subresource-integrity": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -65,7 +65,7 @@
"vite": "5.1.5",
"watchpack": "2.4.0",
"webpack": "5.90.3",
"webpack-dev-middleware": "6.1.1",
"webpack-dev-middleware": "6.1.2",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0",
"webpack-subresource-integrity": "5.1.0"
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Expand Up @@ -138,8 +138,7 @@
tslib "^2.3.0"

"@angular/bazel@https://github.com/angular/bazel-builds.git#951ccf637d0d30481955d199150b982e6b9a2c8e":
version "17.3.0-next.1+sha-bd60fb1"
uid "951ccf637d0d30481955d199150b982e6b9a2c8e"
version "17.3.0-next.1"
resolved "https://github.com/angular/bazel-builds.git#951ccf637d0d30481955d199150b982e6b9a2c8e"
dependencies:
"@microsoft/api-extractor" "^7.24.2"
Expand All @@ -156,7 +155,6 @@

"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#b24b407a078bf5bd8602be8a3cf971012eb4cc95":
version "0.0.0-96a8277d21eb61a2370061717ffa8dee5668caa0"
uid b24b407a078bf5bd8602be8a3cf971012eb4cc95
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b24b407a078bf5bd8602be8a3cf971012eb4cc95"
dependencies:
"@angular-devkit/build-angular" "17.2.0-rc.0"
Expand Down Expand Up @@ -345,7 +343,6 @@

"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#262c6ede0815bb2ba6fbe6f1790eaaa77ce84c9c":
version "0.0.0-96a8277d21eb61a2370061717ffa8dee5668caa0"
uid "262c6ede0815bb2ba6fbe6f1790eaaa77ce84c9c"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#262c6ede0815bb2ba6fbe6f1790eaaa77ce84c9c"
dependencies:
"@yarnpkg/lockfile" "^1.1.0"
Expand Down Expand Up @@ -12031,7 +12028,6 @@ sass@1.71.1, sass@^1.69.5:

"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz":
version "0.0.0"
uid "9310bc860f7870a1f872b11c4dc6073a1ad34e5e"
resolved "https://saucelabs.com/downloads/sc-4.9.1-linux.tar.gz#9310bc860f7870a1f872b11c4dc6073a1ad34e5e"

saucelabs@^1.5.0:
Expand Down Expand Up @@ -13695,6 +13691,17 @@ webpack-dev-middleware@6.1.1:
range-parser "^1.2.1"
schema-utils "^4.0.0"

webpack-dev-middleware@6.1.2:
version "6.1.2"
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-6.1.2.tgz#0463232e59b7d7330fa154121528d484d36eb973"
integrity sha512-Wu+EHmX326YPYUpQLKmKbTyZZJIB8/n6R09pTmB03kJmnMsVPTo9COzHZFr01txwaCAuZvfBJE4ZCHRcKs5JaQ==
dependencies:
colorette "^2.0.10"
memfs "^3.4.12"
mime-types "^2.1.31"
range-parser "^1.2.1"
schema-utils "^4.0.0"

webpack-dev-middleware@^5.3.1:
version "5.3.3"
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz#efae67c2793908e7311f1d9b06f2a08dcc97e51f"
Expand Down

0 comments on commit c12907d

Please sign in to comment.