From 9ebc3b738a186dd50081df3b329ad5a81144ce1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:31:00 +0000 Subject: [PATCH] fix: examples/using-gatsby-source-graphql/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- examples/using-gatsby-source-graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-gatsby-source-graphql/package.json b/examples/using-gatsby-source-graphql/package.json index badcf5fb594de..8a08cab00c929 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "dateformat": "^3.0.3", - "gatsby": "^2.0.0", + "gatsby": "^4.6.0", "gatsby-plugin-netlify": "^2.0.0", "gatsby-source-graphql": "^2.0.0", "react": "^16.3.2",