diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-04 01:12:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-04 01:12:30 +0000 |
commit | 80509ba66b326ed9a6448a9092130f36e5e33a4a (patch) | |
tree | 8873aee12aae74064422f98a41c59358d0bebb7a | |
parent | ffd345a44fe0160302b5b1353c79bb4e10705012 (diff) | |
download | nextcloud-server-80509ba66b326ed9a6448a9092130f36e5e33a4a.tar.gz nextcloud-server-80509ba66b326ed9a6448a9092130f36e5e33a4a.zip |
[Security] Bump lodash.mergewith from 4.6.1 to 4.6.2 in /build
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | build/package-lock.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index f59da4bec92..7d6305f1069 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -5165,6 +5165,12 @@ "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", "dev": true }, + "lodash.mergewith": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz", + "integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==", + "dev": true + }, "minimist": { "version": "0.0.10", "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", @@ -5880,11 +5886,6 @@ "bundled": true, "dev": true }, - "lodash.mergewith": { - "version": "4.6.1", - "bundled": true, - "dev": true - }, "loud-rejection": { "version": "1.6.0", "bundled": true, |