diff options
author | dependabot[bot] | 2020-12-30 07:03:10 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | afffe728659db4bbe1edf4168c81acdd58793948 (patch) | |
tree | 73e9de9b6f0dbc68ef96752c8b2d2caf2fcc8178 /vnext/package.json | |
parent | aded72729badd933b99fa87d8c5acaf11e13e4b3 (diff) |
Bump webpack-dev-server from 3.11.0 to 3.11.1
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.11.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.0...v3.11.1)
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 0c9b7b91..e2f94eaa 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -41,7 +41,7 @@ "stylelint-config-standard": "^20.0.0", "webpack": "^5.11.1", "webpack-cli": "^4.3.0", - "webpack-dev-server": "^3.11.0" + "webpack-dev-server": "^3.11.1" }, "babel": { "plugins": [ |