From 8c91f13ba503a0897f082f84ef020722e618b14f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 09:11:07 +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-YAML-5458867 --- 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 82319edd4fa91..634339000a6ca 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.25.2", "gatsby-plugin-feed": "^2.1.2", "gatsby-plugin-image": "^0.4.0", "gatsby-plugin-manifest": "^2.0.17",