diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-16 21:45:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 21:45:14 +0000 |
commit | 2e88e9108ff974156303a345e250a058f3957070 (patch) | |
tree | e0237dda8a8fe2a3699efafbfce09d07947ef904 /package.json | |
parent | 4fe4eef458cc4dc59f584c3b1522780bd4f49c4c (diff) | |
download | nextcloud-server-2e88e9108ff974156303a345e250a058f3957070.tar.gz nextcloud-server-2e88e9108ff974156303a345e250a058f3957070.zip |
Bump webpack from 5.68.0 to 5.69.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.68.0 to 5.69.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.69.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 88e514c7fe3..95b75803aa2 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "vue-jest": "^4.0.1", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.14", - "webpack": "^5.68.0", + "webpack": "^5.69.0", "webpack-cli": "^4.9.2", "webpack-merge": "^5.8.0" }, |