From 49ecf82ef24913594279d991baaf9bf2564c84ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Nov 2022 05:35:42 +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-LOADERUTILS-3043105 --- 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 01009a7fc8a41..aa3045bc57586 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "dateformat": "^3.0.3", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-netlify": "^2.3.15", "gatsby-plugin-sharp": "^2.6.36",