diff options
author | dependabot[bot] <support@dependabot.com> | 2018-07-08 09:36:05 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-07-08 09:36:05 +0000 |
commit | 1c8ba346552f40c3af6492549f238f226228266f (patch) | |
tree | 6f82ae8eb649df57381aaad37a0935172798dc7c /apps/oauth2/package.json | |
parent | 422c805e260f3187fffe7957b2d2f637e20812e3 (diff) | |
download | nextcloud-server-1c8ba346552f40c3af6492549f238f226228266f.tar.gz nextcloud-server-1c8ba346552f40c3af6492549f238f226228266f.zip |
Bump webpack from 4.14.0 to 4.15.1 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.14.0 to 4.15.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.14.0...v4.15.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps/oauth2/package.json')
-rw-r--r-- | apps/oauth2/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/package.json b/apps/oauth2/package.json index 4a848d63212..79dd49a2b6f 100644 --- a/apps/oauth2/package.json +++ b/apps/oauth2/package.json @@ -24,7 +24,7 @@ "file-loader": "^1.1.11", "vue-loader": "^15.2.4", "vue-template-compiler": "^2.5.16", - "webpack": "^4.14.0", + "webpack": "^4.15.1", "webpack-cli": "^3.0.8", "webpack-merge": "^4.1.3" } |