diff options
author | dependabot[bot] | 2021-03-18 06:38:36 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | b39a925eee039ff71fc34fec6a2c88bb6f69d834 (patch) | |
tree | 2122ae1f1f282081bcca5dde1bda1d827d8ef2a3 /vnext/package.json | |
parent | 48d422307c88e6138fb4cc3a2951431b01bae352 (diff) |
Bump webpack from 5.26.2 to 5.26.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.26.2 to 5.26.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.26.2...v5.26.3)
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 b904d418..ef6645fe 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.26.2", + "webpack": "^5.26.3", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2" }, |