Merge pull request #2112 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.19

This commit is contained in:
dependabot-preview[bot]
2020-07-11 10:00:24 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -15541,9 +15541,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.15", "version": "4.17.19",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
}, },
"lodash.get": { "lodash.get": {
"version": "4.4.2", "version": "4.4.2",

View File

@@ -42,7 +42,7 @@
"@nextcloud/vue": "^2.2.1", "@nextcloud/vue": "^2.2.1",
"blueimp-md5": "^2.16.0", "blueimp-md5": "^2.16.0",
"dompurify": "^2.0.12", "dompurify": "^2.0.12",
"lodash": "^4.17.15", "lodash": "^4.17.19",
"markdown-it": "^11.0.0", "markdown-it": "^11.0.0",
"markdown-it-task-lists": "^2.1.1", "markdown-it-task-lists": "^2.1.1",
"moment": "^2.27.0", "moment": "^2.27.0",