diff options
author | dependabot[bot] <support@dependabot.com> | 2018-07-16 01:12:52 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-07-16 01:12:52 +0000 |
commit | 5b2120f2e8f65b23ecb668dad9524ab222e2d1c1 (patch) | |
tree | 7e0bb93004cd61e09e59a8cc928e0ca2a4ad987e /apps/updatenotification/package.json | |
parent | 23785d108d6f1a5641bad2cf91ae3c696aac0ef0 (diff) | |
download | nextcloud-server-5b2120f2e8f65b23ecb668dad9524ab222e2d1c1.tar.gz nextcloud-server-5b2120f2e8f65b23ecb668dad9524ab222e2d1c1.zip |
Bump webpack from 4.15.1 to 4.16.0 in /apps/updatenotification
Bumps [webpack](https://github.com/webpack/webpack) from 4.15.1 to 4.16.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.15.1...v4.16.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps/updatenotification/package.json')
-rw-r--r-- | apps/updatenotification/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 0c50edf2c44..aad5d4816c4 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -32,7 +32,7 @@ "file-loader": "^1.1.11", "vue-loader": "^15.2.4", "vue-template-compiler": "^2.5.16", - "webpack": "^4.15.1", + "webpack": "^4.16.0", "webpack-cli": "^3.0.8", "webpack-merge": "^4.1.3" } |