summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-02-07 21:17:26 +0100
committerGitHub <noreply@github.com>2019-02-07 21:17:26 +0100
commit612ca63e3d37c924b8a3c645f3fb24d162ed8439 (patch)
tree30ad42d626415a661f72bc168a18f32abb952e50 /apps
parent0e61fe9f318f1ea3edb5657609050a0144ba126f (diff)
parente42181af52b049e3d29114c09d664f20e3d0d225 (diff)
downloadnextcloud-server-612ca63e3d37c924b8a3c645f3fb24d162ed8439.tar.gz
nextcloud-server-612ca63e3d37c924b8a3c645f3fb24d162ed8439.zip
Merge pull request #14097 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/lodash-4.17.11
[Security] Bump lodash from 4.17.10 to 4.17.11 in /apps/accessibility
Diffstat (limited to 'apps')
-rw-r--r--apps/accessibility/package-lock.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/apps/accessibility/package-lock.json b/apps/accessibility/package-lock.json
index 8d197c193cf..6d4a6da38d1 100644
--- a/apps/accessibility/package-lock.json
+++ b/apps/accessibility/package-lock.json
@@ -2107,12 +2107,6 @@
"json5": "^1.0.1"
}
},
- "lodash": {
- "version": "4.17.11",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz",
- "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==",
- "dev": true
- },
"minimist": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
@@ -3931,9 +3925,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
},
"loose-envify": {