diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-10 02:17:11 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-10 02:17:11 +0000 |
commit | 2265751ccbc906685088c007b248779aec785574 (patch) | |
tree | 623c04c855fea577c5eca58b72598bce72416afe /apps/updatenotification/package.json | |
parent | 386875cabe0fbc1a44efe7dd64dbc04ad43243d0 (diff) | |
download | nextcloud-server-2265751ccbc906685088c007b248779aec785574.tar.gz nextcloud-server-2265751ccbc906685088c007b248779aec785574.zip |
Bump webpack-merge from 4.1.4 to 4.1.5 in /apps/updatenotification
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/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 68dd9784c3a..2fc3c518a3e 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -35,6 +35,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" } } |