diff options
author | dependabot[bot] | 2021-02-25 06:38:10 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | a71c6e4ae4941a78e41515621cd67091c609231b (patch) | |
tree | 3957566d085f353e1f6b84a8923cc9dd76c2a5d0 /vnext/package.json | |
parent | 768e349c339300c3372d55867150cbd14fa37959 (diff) |
Bump webpack from 5.24.1 to 5.24.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.1 to 5.24.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.1...v5.24.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 72cfcce4..fc83ddb1 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.11.0", "stylelint-config-standard": "^20.0.0", - "webpack": "^5.24.1", + "webpack": "^5.24.2", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, |