From 8bc8bc2482c78049c1e4a8fece07f4dfdb4fdddd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Aug 2021 20:21:18 +0000 Subject: [PATCH] fix: e2e-tests/path-prefix/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- e2e-tests/path-prefix/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/path-prefix/package.json b/e2e-tests/path-prefix/package.json index a00e927987a31..16983b2cc927e 100644 --- a/e2e-tests/path-prefix/package.json +++ b/e2e-tests/path-prefix/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "^3.1.0", - "gatsby": "^2.3.34", + "gatsby": "^3.13.0", "gatsby-plugin-feed": "^2.1.2", "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^2.0.23",