diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-10 02:19:45 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-10 02:19:45 +0000 |
commit | 7c696bd512ba8aaa19d4b383840868322b802fc8 (patch) | |
tree | abb7919c40a3f541e6ab0d4491555b90d6170226 /apps/oauth2/package.json | |
parent | 386875cabe0fbc1a44efe7dd64dbc04ad43243d0 (diff) | |
download | nextcloud-server-7c696bd512ba8aaa19d4b383840868322b802fc8.tar.gz nextcloud-server-7c696bd512ba8aaa19d4b383840868322b802fc8.zip |
Bump webpack-merge from 4.1.4 to 4.1.5 in /apps/oauth2
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/commits)
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 fe8da421d60..b371ef621d0 100644 --- a/apps/oauth2/package.json +++ b/apps/oauth2/package.json @@ -26,6 +26,6 @@ "vue-template-compiler": "^2.5.17", "webpack": "^4.27.1", "webpack-cli": "^3.1.2", - "webpack-merge": "^4.1.4" + "webpack-merge": "^4.1.5" } } |