From ed1e73bde5a14a49a73b5f6e423124b846e59d4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 03:31:56 +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-NORMALIZEURL-1296539 --- 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",