From b9e64a4b40d9189995a6a0669ccf08d19a53819c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Mar 2022 00:40:55 +0000 Subject: [PATCH] fix: scripts/contributor-list/package.json & scripts/contributor-list/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-567746 --- 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 0ca86d0ad7c7a..2b7432c7a0a3f 100644 --- a/scripts/contributor-list/package-lock.json +++ b/scripts/contributor-list/package-lock.json @@ -281,9 +281,9 @@ } }, "lodash": { - "version": "4.17.19", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", - "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" }, "mime-db": { "version": "1.36.0", diff --git a/scripts/contributor-list/package.json b/scripts/contributor-list/package.json index 74e6c7d95f11e..8f603799ced9a 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.19", + "lodash": "^4.17.20", "node-github-graphql": "^0.2.7" } }