diff options
author | dependabot[bot] | 2021-03-25 06:11:35 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | c3c32f1663917e9ff24bb5d120d321932d2135ab (patch) | |
tree | e2054f2cd9a4687b95ff3ab4d1cd7f02978b6f70 /vnext/package.json | |
parent | 625f6123546ec48e5c16f0f3e241a1d0ec827cae (diff) |
Bump webpack from 5.27.2 to 5.28.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.27.2 to 5.28.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.27.2...v5.28.0)
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 8295eaa5..96a774fa 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.12.0", "stylelint-config-standard": "^21.0.0", - "webpack": "^5.27.2", + "webpack": "^5.28.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, |