From 171a4f2ee69f997ad1453abb03dd69a7afb43a12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 04:15:01 +0000 Subject: [PATCH] fix: examples/using-faker/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/using-faker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-faker/package.json b/examples/using-faker/package.json index 71910abb2ce6e..a52a2c4214069 100644 --- a/examples/using-faker/package.json +++ b/examples/using-faker/package.json @@ -5,7 +5,7 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.5.5", - "gatsby": "^2.0.0", + "gatsby": "^3.0.0", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-source-faker": "^2.0.0", "react": "^16.3.2",