diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-07-11 10:50:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-11 10:50:07 +0000 |
commit | e9eef3aa3e51209e46a4303266a2f9b4831e3bc3 (patch) | |
tree | 06c116b85ae0d9d149fdb1eac444b0987931440e | |
parent | 40d7dc2615d866ef70f3337ea453028dd0d880a5 (diff) | |
download | nextcloud-server-e9eef3aa3e51209e46a4303266a2f9b4831e3bc3.tar.gz nextcloud-server-e9eef3aa3e51209e46a4303266a2f9b4831e3bc3.zip |
[Security] Bump lodash from 4.17.11 to 4.17.14 in /apps/oauth2
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>
-rw-r--r-- | apps/oauth2/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/oauth2/package-lock.json b/apps/oauth2/package-lock.json index 7770d141cd2..b2c39b82a11 100644 --- a/apps/oauth2/package-lock.json +++ b/apps/oauth2/package-lock.json @@ -2566,9 +2566,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": { |