From 73cbad40ab40d0c6dceb2a9165cee918c6a47611 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 09:18:35 +0000 Subject: [PATCH] fix: examples/styleguide/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/styleguide/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 4c48f828de6b3..5f27de32a7d70 100644 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -5,7 +5,7 @@ "author": "scott.eckenthal@gmail.com", "dependencies": { "app-root-dir": "^1.0.2", - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-react-docgen": "^2.1.1", "gatsby-transformer-remark": "^2.1.1", @@ -13,7 +13,7 @@ "html-to-react": "^1.3.1", "react": "^16.4.0", "react-dom": "^16.4.0", - "react-live": "^1.7.1" + "react-live": "^2.2.3" }, "keywords": [ "gatsby"