diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-20 02:17:52 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-20 02:17:52 +0000 |
commit | cdd3f38f5d10bd972f6d465a6aff4962ffe36ea0 (patch) | |
tree | 8727def1d89f8021f716d5841e55d531721efedc /apps/oauth2/package.json | |
parent | 4be6aa52701748eade262668244389a5e69aabe2 (diff) | |
download | nextcloud-server-cdd3f38f5d10bd972f6d465a6aff4962ffe36ea0.tar.gz nextcloud-server-cdd3f38f5d10bd972f6d465a6aff4962ffe36ea0.zip |
Bump webpack from 4.27.1 to 4.28.0 in /apps/oauth2
Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0)
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 90348b9dcf5..851e05b2363 100644 --- a/apps/oauth2/package.json +++ b/apps/oauth2/package.json @@ -24,7 +24,7 @@ "file-loader": "^1.1.11", "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.21", - "webpack": "^4.27.1", + "webpack": "^4.28.0", "webpack-cli": "^3.1.2", "webpack-merge": "^4.1.5" } |