From 349d8490a8b32d26729fef6b484bde85070ebf93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 21:05:24 +0000 Subject: [PATCH] fix: examples/using-emotion/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- examples/using-emotion/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-emotion/package.json b/examples/using-emotion/package.json index b5393e431368a..180ca42ef6696 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-emotion", "author": "Tegan Churchill ", "dependencies": { - "emotion": "^9.1.3", + "emotion": "^10.0.0", "emotion-server": "^9.1.3", "gatsby": "^2.0.0", "gatsby-plugin-emotion": "^2.0.5", @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.0.0", "react": "^16.4.0", "react-dom": "^16.4.0", - "react-emotion": "^9.1.3", + "react-emotion": "^10.0.0", "react-helmet": "^5.2.0" }, "license": "MIT",