diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-11 02:21:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-11 02:21:38 +0000 |
commit | 7a4e9f7a8174e2914f4fc148e0991fedd58fc7bc (patch) | |
tree | 81ff9681055bbf9898d2cc94f06bc79a633e94a3 /build | |
parent | bf54d0f40db6aa94201243a69cccb18046e5e087 (diff) | |
download | nextcloud-server-7a4e9f7a8174e2914f4fc148e0991fedd58fc7bc.tar.gz nextcloud-server-7a4e9f7a8174e2914f4fc148e0991fedd58fc7bc.zip |
[Security] Bump lodash from 4.17.11 to 4.17.14 in /build
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index 63d2acc9de2..795f3c61bce 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -2869,9 +2869,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "version": "4.17.14", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", + "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==", "dev": true }, "lodash.debounce": { |