From 2517720dce479cb6af0e7487a8484e01f82f4628 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 21:53:53 +0000 Subject: [PATCH] fix: e2e-tests/development-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 --- e2e-tests/development-runtime/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/development-runtime/package.json b/e2e-tests/development-runtime/package.json index baf0df72febfd..f146509b67da3 100644 --- a/e2e-tests/development-runtime/package.json +++ b/e2e-tests/development-runtime/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.4.4", + "gatsby": "^3.0.0", "gatsby-plugin-image": "^0.0.2", "gatsby-image": "^2.0.41", "gatsby-plugin-manifest": "^2.0.17",