From 9e99ee5f57479d24d205b40cdb31cfced39b7110 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 03:22:52 +0000 Subject: [PATCH] fix: benchmarks/image-processing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- benchmarks/image-processing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/image-processing/package.json b/benchmarks/image-processing/package.json index 46df7791290ff..96d04ea1c7686 100644 --- a/benchmarks/image-processing/package.json +++ b/benchmarks/image-processing/package.json @@ -15,7 +15,7 @@ "gatsby-source-filesystem": "^2.1.46", "gatsby-transformer-sharp": "^2.3.13", "lodash": "^4.17.15", - "node-fetch": "^2.6.0", + "node-fetch": "^3.2.10", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0",