diff options
author | dependabot[bot] | 2021-08-06 17:07:00 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | c12e6b3843ab95163d0d1ae6cf76526cfb86918c (patch) | |
tree | 037d1766cabf3e1aaa1ec23f5d473ba6d9b08c79 /vnext/package.json | |
parent | 05f0030e78e82f7cf18f86a3ebeb0fa63e87dafa (diff) |
Bump webpack from 5.48.0 to 5.49.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.48.0 to 5.49.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.49.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 507d8d9d..d1d05f6f 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -39,7 +39,7 @@ "style-loader": "^3.2.1", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", - "webpack": "^5.48.0", + "webpack": "^5.49.0", "webpack-cli": "^4.7.2", "webpack-dev-server": "^3.11.2" }, |