From d17c356289ecd74cab898516d152baf766aa2e5f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 03:04:02 +0000 Subject: [PATCH] fix: examples/using-emotion-prismjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- examples/using-emotion-prismjs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-emotion-prismjs/package.json b/examples/using-emotion-prismjs/package.json index 178032a2cb631..d6c625c7a9f8a 100644 --- a/examples/using-emotion-prismjs/package.json +++ b/examples/using-emotion-prismjs/package.json @@ -9,15 +9,15 @@ "dependencies": { "emotion": "^8.0.2-8", "emotion-server": "^8.0.2-8", - "gatsby": "^1.0.11", + "gatsby": "^2.0.0", "gatsby-link": "^1.0.9", "gatsby-plugin-emotion": "latest", "gatsby-plugin-google-analytics": "^1.0.1", "gatsby-plugin-offline": "^1.0.1", "gatsby-plugin-typography": "^1.7.10", "gatsby-remark-prismjs": "^1.2.8", - "gatsby-source-filesystem": "^1.5.5", - "gatsby-transformer-remark": "^1.7.17", + "gatsby-source-filesystem": "^2.0.22", + "gatsby-transformer-remark": "^2.1.1", "lodash": "^4.17.4", "prop-types": "^15.6.0", "react-emotion": "^8.0.2-8",