From 7c9239db0a9f2dd4e937b1060b223db0f1b2a434 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Dec 2021 00:09:54 +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-CSSWHAT-1298035 - https://snyk.io/vuln/SNYK-JS-NTHCHECK-1586032 --- 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..49fad272677aa 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": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-sharp": "^2.6.36", "gatsby-transformer-sharp": "^2.5.15",