From d0b624b65ade31a0a06aad3157146d6f61247ca8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 22:03:33 +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 30908c249b0c..8f7541cdfd12 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" } }