summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-07-16 19:30:41 +0200
committerGitHub <noreply@github.com>2020-07-16 19:30:41 +0200
commit70a4ecc6cae20eacb3fa4a6b0ba7191525cd4302 (patch)
treecd3d1424351746476a682d06f9e6c5063381a06b
parentd0f7520463094ad0ddfe476285a84de23b62ee0d (diff)
parentf65148c2f2c773da6db7f26b3bb422bb79d7bfff (diff)
Merge pull request #737 from nextcloud/dependabot/npm_and_yarn/js/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /js
-rw-r--r--js/package-lock.json12
1 files changed, 3 insertions, 9 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 78e6feba5..54efba3eb 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -2933,12 +2933,6 @@
"through2": "^2.0.0"
},
"dependencies": {
- "lodash": {
- "version": "4.17.15",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
- "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
- "dev": true
- },
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
@@ -4098,9 +4092,9 @@
}
},
"lodash": {
- "version": "4.17.15",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
- "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
+ "version": "4.17.19",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
+ "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==",
"dev": true
},
"lodash.assign": {