diff options
author | dependabot[bot] | 2021-01-11 07:41:55 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 7fb59f54d86c56e9e717dfab0fbe301cfe079258 (patch) | |
tree | 5e4c122147a7b007eb6e3fc8629b417e8844f78d /vnext/package.json | |
parent | 88fd7c90ec79db076ec38e8386d515a202f26fe9 (diff) |
Bump webpack from 5.11.1 to 5.12.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.11.1 to 5.12.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.11.1...v5.12.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 f93942a3..e9af1894 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.8.0", "stylelint-config-standard": "^20.0.0", - "webpack": "^5.11.1", + "webpack": "^5.12.3", "webpack-cli": "^4.3.1", "webpack-dev-server": "^3.11.1" }, |