From c9ee27d0ea3621258ace98042bd199ffde3b616c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 21:15:03 +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-ANSIREGEX-1583908 --- 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 2e2460c057bbd..db3c11d5371bc 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": "^4.6.0", "gatsby-plugin-feed": "^2.1.2", "gatsby-plugin-image": "~1.0.0", "gatsby-plugin-manifest": "^2.0.17",