diff options
author | dependabot[bot] | 2021-02-05 06:44:44 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | f43d01dfe845a2e97512363c21c21852dffa7a59 (patch) | |
tree | 7560ca55c9123923820e5b7097ef9207d0a4332b /vnext/package.json | |
parent | f8e4636ce26a4037ea7f1dbbbc012b177ca49a56 (diff) |
Bump webpack from 5.20.1 to 5.20.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.20.1 to 5.20.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.20.1...v5.20.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 2cc4e534..f84d2f5a 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.1", + "webpack": "^5.20.2", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, |