diff options
author | dependabot[bot] | 2021-01-14 07:03:43 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 128a54f5aec0ba344118d7cf19b0497cc7059185 (patch) | |
tree | b71cc6768f3107932495b243f3ffdc37785474d3 /vnext | |
parent | 674730b37c62a8f8bd64b87973571a9f5cefcd68 (diff) |
Bump webpack-dev-server from 3.11.1 to 3.11.2
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.1...v3.11.2)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 77387eb4..249bcc43 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -16316,9 +16316,9 @@ } }, "webpack-dev-server": { - "version": "3.11.1", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz", - "integrity": "sha512-u4R3mRzZkbxQVa+MBWi2uVpB5W59H3ekZAJsQlKUTdl7Elcah2EhygTPLmeFXybQkf9i2+L0kn7ik9SnXa6ihQ==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz", + "integrity": "sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==", "dev": true, "requires": { "ansi-html": "0.0.7", diff --git a/vnext/package.json b/vnext/package.json index 71891062..8171acc8 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -41,7 +41,7 @@ "stylelint-config-standard": "^20.0.0", "webpack": "^5.13.0", "webpack-cli": "^4.3.1", - "webpack-dev-server": "^3.11.1" + "webpack-dev-server": "^3.11.2" }, "babel": { "plugins": [ |