diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-08 12:27:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 12:27:47 +0000 |
commit | cc8fa2eb3b422eb68a70cac9ffa2552f721a8868 (patch) | |
tree | c5c2b825450138482d72cf253941462dd1b201d4 /package.json | |
parent | 69378e15347630cdf4c3c7465a951857926e52ec (diff) | |
download | nextcloud-server-cc8fa2eb3b422eb68a70cac9ffa2552f721a8868.tar.gz nextcloud-server-cc8fa2eb3b422eb68a70cac9ffa2552f721a8868.zip |
Bump webpack from 5.71.0 to 5.72.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.71.0 to 5.72.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.71.0...v5.72.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 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 381eec8713d..6f261891bd5 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "vue-jest": "^4.0.1", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.14", - "webpack": "^5.71.0", + "webpack": "^5.72.0", "webpack-cli": "^4.9.2", "webpack-merge": "^5.8.0" }, |