From 5140e5d68e4432ca1ee64e1f6ba6c0ad873e90f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Apr 2023 18:20:14 +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-GATSBYPLUGINSHARP-5425803 --- 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..210085bcd8113 100644 --- a/examples/creating-source-plugins/example-site/package.json +++ b/examples/creating-source-plugins/example-site/package.json @@ -16,7 +16,7 @@ "dependencies": { "gatsby": "^2.24.63", "gatsby-image": "^2.4.19", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^4.25.1", "gatsby-transformer-sharp": "^2.5.15", "react": "^16.12.0", "react-dom": "^16.12.0"