From 3162b203b17daab7805f65d0311a24fa6ee3b331 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Sep 2021 08:15:07 +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-NTHCHECK-1586032 --- 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 441b2f1ebe395..a87fb9e059403 100644 --- a/benchmarks/image-processing/package.json +++ b/benchmarks/image-processing/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "async-sema": "^3.0.0", - "gatsby": "^2.18.25", + "gatsby": "^3.0.0", "gatsby-image": "^2.2.8", "gatsby-plugin-manifest": "^2.2.37", "gatsby-plugin-offline": "^3.0.32",