From be81bc33308e62ded9f9a703c772408ca80a5945 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 03:59:16 +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-WS-7266574 --- examples/using-jest/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-jest/package.json b/examples/using-jest/package.json index 65322acce8244..62749974bc9d5 100644 --- a/examples/using-jest/package.json +++ b/examples/using-jest/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Dustin Schau ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^4.22.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^2.2.10",