diff options
author | dependabot[bot] <support@dependabot.com> | 2018-09-05 08:40:53 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-09-05 08:40:53 +0000 |
commit | 816afe9df1080b3b49e9f056120da7958c96eac0 (patch) | |
tree | 1b6471afbc55b40d3e0e4cfc5f9060a049ec5aff /apps/updatenotification/package.json | |
parent | bcaf9a48bb08c3dd0e3294705c4e888f51d49d58 (diff) | |
download | nextcloud-server-816afe9df1080b3b49e9f056120da7958c96eac0.tar.gz nextcloud-server-816afe9df1080b3b49e9f056120da7958c96eac0.zip |
Bump webpack from 4.17.1 to 4.17.2 in /apps/updatenotification
Bumps [webpack](https://github.com/webpack/webpack) from 4.17.1 to 4.17.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.17.1...v4.17.2)
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 43354610902..bf565f608a6 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -32,7 +32,7 @@ "file-loader": "^1.1.11", "vue-loader": "^15.4.1", "vue-template-compiler": "^2.5.17", - "webpack": "^4.17.1", + "webpack": "^4.17.2", "webpack-cli": "^3.1.0", "webpack-merge": "^4.1.4" } |