diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-06 13:01:47 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-01-06 13:01:47 +0000 |
commit | bc993e4a7d647c73815be7eaeebe81c75044a088 (patch) | |
tree | ce97965bd141444619be891a28adbf4164ec037e /apps | |
parent | 29dc12c8854215a3fcc5e3230c1b9abeddf32bfa (diff) | |
download | nextcloud-server-bc993e4a7d647c73815be7eaeebe81c75044a088.tar.gz nextcloud-server-bc993e4a7d647c73815be7eaeebe81c75044a088.zip |
Bump webpack-merge from 4.1.5 to 4.2.1 in /apps/updatenotification
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.5 to 4.2.1.
- [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/compare/v4.1.5...v4.2.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/package-lock.json | 6 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index c570aae7b64..38b5bc9392b 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -6283,9 +6283,9 @@ } }, "webpack-merge": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.5.tgz", - "integrity": "sha512-sVcM+MMJv6DO0C0GLLltx8mUlGMKXE0zBsuMqZ9jz2X9gsekALw6Rs0cAfTWc97VuWS6NpVUa78959zANnMMLQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.1.tgz", + "integrity": "sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw==", "dev": true, "requires": { "lodash": "^4.17.5" diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 0e20eef1b09..a8fe4c3773e 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -38,6 +38,6 @@ "vue-template-compiler": "^2.5.21", "webpack": "^4.28.3", "webpack-cli": "^3.2.0", - "webpack-merge": "^4.1.5" + "webpack-merge": "^4.2.1" } } |