diff options
author | dependabot[bot] | 2021-02-08 07:38:12 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 3acc116631fe2d33121d00a9f412e3d906d04abe (patch) | |
tree | 891963d4ca9f57bb322eaa4f2a9fceb6d63c3b10 /vnext/package.json | |
parent | f43d01dfe845a2e97512363c21c21852dffa7a59 (diff) |
Bump webpack from 5.20.2 to 5.21.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.20.2 to 5.21.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.20.2...v5.21.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 f84d2f5a..a43cdc34 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.9.0", "stylelint-config-standard": "^20.0.0", - "webpack": "^5.20.2", + "webpack": "^5.21.2", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, |