diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c42c7f4b7..5bd9099220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.11.3](https://github.com/webpack/webpack-dev-server/compare/v3.11.2...v3.11.3) (2021-11-08) + + +### Bug Fixes + +* replace `ansi-html` with `ansi-html-community` ([#4011](https://github.com/webpack/webpack-dev-server/issues/4011)) ([4fef67b](https://github.com/webpack/webpack-dev-server/commit/4fef67b997a2bd09b46beb779c185ad8f85e3e1a)) + ### [3.11.2](https://github.com/webpack/webpack-dev-server/compare/v3.11.1...v3.11.2) (2021-01-13) diff --git a/client-src/default/overlay.js b/client-src/default/overlay.js index a1bb6cef2b..f7bdb9f752 100644 --- a/client-src/default/overlay.js +++ b/client-src/default/overlay.js @@ -3,7 +3,7 @@ // The error overlay is inspired (and mostly copied) from Create React App (https://github.com/facebookincubator/create-react-app) // They, in turn, got inspired by webpack-hot-middleware (https://github.com/glenjamin/webpack-hot-middleware). -const ansiHTML = require('ansi-html'); +const ansiHTML = require('ansi-html-community'); const { AllHtmlEntities } = require('html-entities'); const entities = new AllHtmlEntities(); diff --git a/package-lock.json b/package-lock.json index 475ad96ef5..f1e5f68507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-dev-server", - "version": "3.11.2", + "version": "3.11.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2148,10 +2148,10 @@ } } }, - "ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" + "ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==" }, "ansi-regex": { "version": "2.1.1", diff --git a/package.json b/package.json index ef337acd6d..c958014656 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-dev-server", - "version": "3.11.2", + "version": "3.11.3", "description": "Serves a webpack app. Updates the browser on changes.", "bin": "bin/webpack-dev-server.js", "main": "lib/Server.js", @@ -36,7 +36,7 @@ "release": "standard-version" }, "dependencies": { - "ansi-html": "0.0.7", + "ansi-html-community": "0.0.8", "bonjour": "^3.5.0", "chokidar": "^2.1.8", "compression": "^1.7.4",
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: