From 9a3f9ec8edbe20e2cada8c637ccde1767aa1cef0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Jul 2022 23:45:29 +0000 Subject: [PATCH] fix: node_modules/@octokit/request/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- node_modules/@octokit/request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/@octokit/request/package.json b/node_modules/@octokit/request/package.json index 873c49878b..c5919359bc 100644 --- a/node_modules/@octokit/request/package.json +++ b/node_modules/@octokit/request/package.json @@ -29,7 +29,7 @@ "@octokit/types": "^5.0.0", "deprecation": "^2.0.0", "is-plain-object": "^5.0.0", - "node-fetch": "^2.6.1", + "node-fetch": "^3.2.10", "once": "^1.4.0", "universal-user-agent": "^6.0.0" },