From 1f6e058a4ed94b84f6fbf9afe8a3b53893a15646 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 May 2023 15:33:38 +0000 Subject: [PATCH] fix: examples/using-jest/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-SOCKETIOPARSER-5596892 --- examples/using-jest/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-jest/package.json b/examples/using-jest/package.json index 5429570ea969a..8bf323db7c2ba 100644 --- a/examples/using-jest/package.json +++ b/examples/using-jest/package.json @@ -4,12 +4,12 @@ "version": "1.0.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.0.98", + "gatsby": "^4.25.4", "gatsby-image": "^2.0.28", "gatsby-plugin-manifest": "^2.0.13", "gatsby-plugin-offline": "^2.0.21", "gatsby-plugin-react-helmet": "^3.0.5", - "gatsby-plugin-sharp": "^2.0.18", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.0.17", "gatsby-transformer-sharp": "^2.1.12", "react": "^16.7.0",