From 4e1c8682e52995590cdfa899060189249a7ff1b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 08:03:22 +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-15053838 --- 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 69e9314c171fc..00f8ff866fcc4 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.11", + "lodash": "^4.17.23", "node-github-graphql": "^0.2.7" } }