From 14842b05d03b23c1176c4ea10f7b8a12ffa1d3ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Dec 2024 00:11:52 +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-AXIOS-6671926 --- 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 a3fb299ee6212..4de3784d8f770 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.0.19", + "gatsby": "^4.5.0", "gatsby-image": "^2.0.15", "gatsby-plugin-manifest": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",