From 2370993ee6518defc35a9902afdb9020c26b3ddd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 02:09:10 +0000 Subject: [PATCH] fix: scripts/contributor-list/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- scripts/contributor-list/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/contributor-list/package.json b/scripts/contributor-list/package.json index 30908c249b0c2..8f7541cdfd127 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.17", "node-github-graphql": "^0.2.7" } }