From 8404029d8fecda566719c0fb33a8d3ab37b38eca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 18:20:40 +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 44280e28a3dc0..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.4", + "lodash": "^4.17.17", "node-github-graphql": "^0.2.7" } }