From 385e3f5f11a19b22582f2700caf4bf7be77da22c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 03:43:20 +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-SEMVER-3247795 --- benchmarks/image-processing/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/image-processing/package.json b/benchmarks/image-processing/package.json index 46df7791290ff..5e262fb668793 100644 --- a/benchmarks/image-processing/package.json +++ b/benchmarks/image-processing/package.json @@ -6,12 +6,12 @@ "author": "Kyle Mathews ", "dependencies": { "async-sema": "^3.1.0", - "gatsby": "^2.19.5", + "gatsby": "^5.0.0", "gatsby-image": "^2.2.39", "gatsby-plugin-manifest": "^2.2.38", "gatsby-plugin-offline": "^3.0.32", "gatsby-plugin-react-helmet": "^3.1.21", - "gatsby-plugin-sharp": "^2.4.0", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-source-filesystem": "^2.1.46", "gatsby-transformer-sharp": "^2.3.13", "lodash": "^4.17.15",