From 1cff298cd8814e74d7901f8f76c31202e437dff9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Jan 2024 01:30:27 +0000 Subject: [PATCH] fix: examples/creating-source-plugins/example-site/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- examples/creating-source-plugins/example-site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/creating-source-plugins/example-site/package.json b/examples/creating-source-plugins/example-site/package.json index 8e79aa3d2dcfa..42363f67b714b 100644 --- a/examples/creating-source-plugins/example-site/package.json +++ b/examples/creating-source-plugins/example-site/package.json @@ -14,7 +14,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-sharp": "^2.6.36", "gatsby-transformer-sharp": "^2.5.15",