diff options
author | dependabot[bot] | 2021-03-16 06:39:39 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 1b4c8c0532a0cddb23e0dec36c7954c4e7e523fc (patch) | |
tree | 43a368a4eafe85e8f04cc2898ec336c02aa1f9fb /vnext/package.json | |
parent | 2d58ed63fae118ef1547110744e3ba24221b1f6e (diff) |
Bump webpack from 5.24.4 to 5.26.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.24.4 to 5.26.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.24.4...v5.26.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 e4e6ac95..acdb9855 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.24.4", + "webpack": "^5.26.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, |