From 7c75eb988a0ab0e4b14485d2440adfb67cc8eda8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 22:16:43 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 7735b34f22135..de2c6b00a5e2e 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.0.0", "gatsby-plugin-image": "^0.0.2", "gatsby-plugin-sharp": "^2.0.20", "react": "^16.8.0",