From 54c1ad4b690767a3756e4cf7b6c5180701342a5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 05:29:19 +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-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- examples/using-styled-components/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-styled-components/package.json b/examples/using-styled-components/package.json index 55a1aecd494dc..d66cbdc680905 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": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", @@ -18,7 +18,7 @@ "react-helmet": "^5.2.0", "react-typography": "^0.16.13", "slash": "^1.0.0", - "styled-components": "^3.3.2", + "styled-components": "^4.0.0", "typography": "^0.16.17", "typography-breakpoint-constants": "^0.15.10" },