From d06658abe9185d7634a8b07a6a8bae5a2667f70a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 02:54:33 +0000 Subject: [PATCH] fix: examples/using-reach-skip-nav/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-reach-skip-nav/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-reach-skip-nav/package.json b/examples/using-reach-skip-nav/package.json index e6a68f3b2aece..472a048fc55bd 100644 --- a/examples/using-reach-skip-nav/package.json +++ b/examples/using-reach-skip-nav/package.json @@ -6,7 +6,7 @@ "author": "Madalyn Parker ", "dependencies": { "@reach/skip-nav": "^0.11.2", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-source-filesystem": "^2.3.30",