diff options
author | dependabot[bot] <support@dependabot.com> | 2019-02-07 19:06:01 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-02-07 19:06:01 +0000 |
commit | eccf1c72d7a09eb12231e647a0860fe09e5dc258 (patch) | |
tree | 13ba07d5fe91229f3864b45fcfcd84ba71e66d7a /apps | |
parent | 028038e5a37edc2ccf6e614121775d64f04b492a (diff) | |
download | nextcloud-server-eccf1c72d7a09eb12231e647a0860fe09e5dc258.tar.gz nextcloud-server-eccf1c72d7a09eb12231e647a0860fe09e5dc258.zip |
[Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.11. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Changelog](https://github.com/lodash/lodash/blob/master/CHANGELOG)
- [Commits](https://github.com/lodash/lodash/compare/4.17.10...4.17.11)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/accessibility/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/accessibility/package-lock.json b/apps/accessibility/package-lock.json index c443ffc87c5..83be1f85947 100644 --- a/apps/accessibility/package-lock.json +++ b/apps/accessibility/package-lock.json @@ -3448,9 +3448,9 @@ } }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==", + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", "dev": true }, "lodash.camelcase": { |