From d9bfc825229223fca070ba8ab2d3538bc8f9a22e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Feb 2025 01:29:54 +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-ELLIPTIC-8187303 --- 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..05dd5b9d7cf83 100644 --- a/benchmarks/image-processing/package.json +++ b/benchmarks/image-processing/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "async-sema": "^3.1.0", - "gatsby": "^2.19.5", + "gatsby": "^3.0.0", "gatsby-image": "^2.2.39", "gatsby-plugin-manifest": "^2.2.38", "gatsby-plugin-offline": "^3.0.32",