From 1add6be85d78830e1bb1a3f4401b36ff79824cab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jan 2020 02:09:32 +0000 Subject: [PATCH] fix: upgrade lodash from 4.17.14 to 4.17.15 Snyk has created this PR to upgrade lodash from 4.17.14 to 4.17.15. See this package in NPM: https://www.npmjs.com/package/lodash See this project in Snyk: https://app.snyk.io/org/timscharfenort/project/466ded46-be15-4740-bcc5-e67c28470569?utm_source=github&utm_medium=upgrade-pr --- scripts/contributor-list/package-lock.json | 6 +++--- scripts/contributor-list/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/contributor-list/package-lock.json b/scripts/contributor-list/package-lock.json index 5e057db8b11a4..fb4343b19b429 100644 --- a/scripts/contributor-list/package-lock.json +++ b/scripts/contributor-list/package-lock.json @@ -281,9 +281,9 @@ } }, "lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==" + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" }, "mime-db": { "version": "1.36.0", diff --git a/scripts/contributor-list/package.json b/scripts/contributor-list/package.json index 30908c249b0c2..b5aba0ede6b01 100644 --- a/scripts/contributor-list/package.json +++ b/scripts/contributor-list/package.json @@ -5,7 +5,7 @@ "main": "index.js", "license": "MIT", "dependencies": { - "lodash": "^4.17.14", + "lodash": "^4.17.15", "node-github-graphql": "^0.2.7" } }