From 4fff8970813deca86558416aefae904139f9cf77 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 01:00:42 +0000 Subject: [PATCH] fix: examples/using-styled-jsx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CSSWHAT-1298035 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- examples/using-styled-jsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-styled-jsx/package.json b/examples/using-styled-jsx/package.json index ac0d95a10ffbf..9eef7f0fc2bc7 100644 --- a/examples/using-styled-jsx/package.json +++ b/examples/using-styled-jsx/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-styled-jsx", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.13.0", "gatsby-plugin-styled-jsx": "^3.3.12", "react": "^16.2.0", "react-dom": "^16.2.0",