From 6b2d833b164027bba8575aed284612b529a87edf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 17:36:14 +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 30908c249b0c2..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.14", + "lodash": "^4.17.23", "node-github-graphql": "^0.2.7" } }