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/package.json | |
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/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": [ |