From 58cf16ce9f690d422c403a2caaaf59affb8f4fb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 May 2021 04:33:54 +0000 Subject: [PATCH] fix: examples/using-gatsby-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 --- examples/using-gatsby-image/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 47281f6248116..a5f31163f589a 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -7,7 +7,7 @@ "@emotion/core": "^10.0.35", "@emotion/styled": "^10.0.27", "emotion": "^10.0.27", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-emotion": "^4.3.11", "gatsby-plugin-netlify": "^2.3.15",