diff options
author | dependabot[bot] | 2021-02-01 08:11:03 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 6a1cef00006ccd258369f60514d35921d10f250a (patch) | |
tree | 88025577e2533704ceaef7accb2ff276ac6833d5 /vnext/package.json | |
parent | 3ce8c801c16f07861e95280576b39c275e19ade0 (diff) |
Bump webpack from 5.18.0 to 5.19.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.18.0 to 5.19.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.18.0...v5.19.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 e887a949..c1750faf 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.18.0", + "webpack": "^5.19.0", "webpack-cli": "^4.4.0", "webpack-dev-server": "^3.11.2" }, |