From 24bc8107a72300932851efccb8d4585c15592682 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Feb 2023 21:00:49 +0000 Subject: [PATCH] fix: upgrade lodash from 4.17.19 to 4.17.21 Snyk has created this PR to upgrade lodash from 4.17.19 to 4.17.21. See this package in npm: https://www.npmjs.com/package/lodash See this project in Snyk: https://app.snyk.io/org/qmutz/project/bd273884-5bcb-4fee-af1e-ce1c454a1f6b?utm_source=github&utm_medium=referral&page=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 0ca86d0ad7c7a..0c86f91f94ec3 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.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "mime-db": { "version": "1.36.0", diff --git a/scripts/contributor-list/package.json b/scripts/contributor-list/package.json index 74e6c7d95f11e..724d9bc1aaed6 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.21", "node-github-graphql": "^0.2.7" } }