From 0e6e1b2d2ab28f6b91eeeefc3ace473705d7903c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 05:16:20 +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-PHIN-6598077 --- examples/creating-source-plugins/example-site/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/creating-source-plugins/example-site/package.json b/examples/creating-source-plugins/example-site/package.json index 8e79aa3d2dcfa..be38ce17567dc 100644 --- a/examples/creating-source-plugins/example-site/package.json +++ b/examples/creating-source-plugins/example-site/package.json @@ -16,8 +16,8 @@ "dependencies": { "gatsby": "^2.24.63", "gatsby-image": "^2.4.19", - "gatsby-plugin-sharp": "^2.6.36", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-plugin-sharp": "^3.15.0", + "gatsby-transformer-sharp": "^3.15.0", "react": "^16.12.0", "react-dom": "^16.12.0" },