From 5929ec2719bc35a44210b95f7cd6246430e94d0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 02:28:01 +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-NORMALIZEURL-1296539 --- 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 90f251bb1538c..38f0f3c92f940 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -7,7 +7,7 @@ "emotion": "^8.0.2-8", "emotion-server": "^8.0.2-8", "react-emotion": "^8.0.2-8", - "gatsby": "^1.0.11", + "gatsby": "^2.0.0", "gatsby-link": "^1.0.9", "gatsby-plugin-emotion": "latest", "gatsby-plugin-google-analytics": "^1.0.1",