From 1b89e6b0ac8817a57fe0e816895f27f72140a114 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Aug 2020 02:25:18 +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-PRISMJS-597628 --- examples/styleguide/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/styleguide/package.json b/examples/styleguide/package.json index 1f699aa446c98..81f58551f9aae 100644 --- a/examples/styleguide/package.json +++ b/examples/styleguide/package.json @@ -12,7 +12,7 @@ "gatsby-transformer-remark": "^1.7.25", "glamor": "^2.20.40", "html-to-react": "^1.3.1", - "react-live": "^1.7.1" + "react-live": "^2.0.0" }, "license": "MIT", "main": "n/a",