From 2fd4e6e3a8627652b4251b07b10cbf23deee691b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 22:48:18 +0000 Subject: [PATCH] fix: e2e-tests/gatsby-static-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- e2e-tests/gatsby-static-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/gatsby-static-image/package.json b/e2e-tests/gatsby-static-image/package.json index 8bfbdb634b417..79c9e18dc84ac 100644 --- a/e2e-tests/gatsby-static-image/package.json +++ b/e2e-tests/gatsby-static-image/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "cypress": "^3.1.0", - "gatsby": "^2.0.118", + "gatsby": "^3.13.0", "gatsby-plugin-image": "^0.0.2", "gatsby-plugin-sharp": "^2.0.20", "gatsby-source-filesystem": "^3.3.0",