From 6456a2bb6e07057d31e3750b968ccdf2ef598857 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Aug 2022 16:49:30 +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-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- examples/using-gatsby-source-graphql/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-gatsby-source-graphql/package.json b/examples/using-gatsby-source-graphql/package.json index dfd19b30c8740..aa237af473b1c 100644 --- a/examples/using-gatsby-source-graphql/package.json +++ b/examples/using-gatsby-source-graphql/package.json @@ -10,11 +10,11 @@ }, "dependencies": { "dateformat": "^3.0.3", - "gatsby": "^2.18.10", + "gatsby": "^4.0.0", "gatsby-image": "^2.2.36", "gatsby-plugin-netlify": "^2.1.30", - "gatsby-plugin-sharp": "^2.3.7", - "gatsby-source-filesystem": "^2.1.42", + "gatsby-plugin-sharp": "^4.0.0", + "gatsby-source-filesystem": "^4.21.0", "gatsby-source-graphql": "^2.1.28", "gatsby-transformer-sharp": "^2.3.9", "react": "^16.12.0",