From 51130b08e5ef1e81a46fb965aba54527220f0ab5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 20:37:21 +0000 Subject: [PATCH] fix: examples/using-emotion/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-emotion/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-emotion/package.json b/examples/using-emotion/package.json index d0e305b674753..0c817432bacaa 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -6,7 +6,7 @@ "dependencies": { "emotion": "^9.2.12", "emotion-server": "^9.2.12", - "gatsby": "^2.0.0", + "gatsby": "^3.0.0", "gatsby-plugin-emotion": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",