From ca9181d243af7b6f68cd616d06d2f72293cc1598 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Sep 2021 00:53:59 +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-CSSWHAT-1298035 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-REACTDEVUTILS-1083268 --- 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 e90bd8bd08b04..edd7696811422 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.13.0", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-source-faker": "^2.0.0", "react": "^16.3.2",