From 9f291062bd28a54b74b364a9e10cc9941c80d09a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2019 08:23:57 +0000 Subject: [PATCH] fix: examples/using-styled-components/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478 --- examples/using-styled-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-styled-components/package.json b/examples/using-styled-components/package.json index 1c2cbceb40e36..7c40127afd7fb 100644 --- a/examples/using-styled-components/package.json +++ b/examples/using-styled-components/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "babel-plugin-styled-components": "^1.5.1", - "gatsby": "1.9.242", + "gatsby": "2.0.0", "gatsby-link": "1.6.39", "gatsby-plugin-google-analytics": "1.0.25", "gatsby-plugin-offline": "1.0.15",