Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): updated webpack-dev-server to lat…
Browse files Browse the repository at this point in the history
…est security patch

webpack-dev-server version 3.11.2 was using ansi-html which is depreciated but in latest version 3.11.3 it's changed to ansi-html-community version 0.0.8 which resolves issue.

closes #22433
  • Loading branch information
iRealNirmal authored and dgp1130 committed Jan 12, 2022
1 parent 1badd21 commit 5346784
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -236,7 +236,7 @@
"verdaccio-auth-memory": "^9.7.2",
"webpack": "4.44.2",
"webpack-dev-middleware": "3.7.2",
"webpack-dev-server": "3.11.2",
"webpack-dev-server": "3.11.3",
"webpack-merge": "5.7.3",
"webpack-sources": "2.2.0",
"webpack-subresource-integrity": "1.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -75,7 +75,7 @@
"tree-kill": "1.2.2",
"webpack": "4.44.2",
"webpack-dev-middleware": "3.7.2",
"webpack-dev-server": "3.11.2",
"webpack-dev-server": "3.11.3",
"webpack-merge": "5.7.3",
"webpack-sources": "2.2.0",
"webpack-subresource-integrity": "1.5.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -2303,10 +2303,10 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.1:
dependencies:
type-fest "^0.11.0"

ansi-html@0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4=
ansi-html-community@0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==

ansi-regex@^2.0.0:
version "2.1.1"
Expand Down Expand Up @@ -12571,12 +12571,12 @@ webpack-dev-middleware@^3.7.2:
range-parser "^1.2.1"
webpack-log "^2.0.0"

webpack-dev-server@3.11.2:
version "3.11.2"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz#695ebced76a4929f0d5de7fd73fafe185fe33708"
integrity sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==
webpack-dev-server@3.11.3:
version "3.11.3"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.3.tgz#8c86b9d2812bf135d3c9bce6f07b718e30f7c3d3"
integrity sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA==
dependencies:
ansi-html "0.0.7"
ansi-html-community "0.0.8"
bonjour "^3.5.0"
chokidar "^2.1.8"
compression "^1.7.4"
Expand Down

0 comments on commit 5346784

Please sign in to comment.