diff options
author | dependabot[bot] | 2021-06-21 17:11:49 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | 25e7a844e4a4abe52c38f0616ce6fdafaec644f6 (patch) | |
tree | addb159ca494c502d50d71e830d83f13ce5adf7b /vnext/package.json | |
parent | 8afb644982fc842512099530d1ce6aa4abc2292d (diff) |
Bump webpack from 5.39.1 to 5.40.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.39.1 to 5.40.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.39.1...v5.40.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 37bae076..3aab963b 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^2.0.0", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.39.1", + "webpack": "^5.40.0", "webpack-cli": "^4.7.2", "webpack-dev-server": "^3.11.2" }, |