From a23ae850a949d3dd1da1d65eb4c542ea54c77283 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:31:41 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/contributor-list/package.json b/scripts/contributor-list/package.json index 573a61182870..ad2ae23cefa6 100644 --- a/scripts/contributor-list/package.json +++ b/scripts/contributor-list/package.json @@ -5,9 +5,9 @@ "main": "index.js", "license": "MIT", "dependencies": { - "lodash": "^4.17.14", + "lodash": "^4.17.17", "node-github-graphql": "^0.2.7", - "snyk": "^1.244.0" + "snyk": "^1.996.0" }, "scripts": { "snyk-protect": "snyk protect",