From 3443ac7cfd4093e3367b5cd00aea7fc496d2bc98 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 21:47:28 +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-ENGINEIO-3136336 --- 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..a31afd4a79273 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": "^5.4.0", "gatsby-image": "^2.4.19", "gatsby-plugin-sharp": "^2.6.36", "gatsby-transformer-sharp": "^2.5.15",