From 02a746b4ec8792e9d55a92f5b27e2c1d58eac288 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 21:16:04 +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-SERIALIZEJAVASCRIPT-6147607 --- 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 5429570ea969a..f3278389dd351 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.98", + "gatsby": "^3.0.0", "gatsby-image": "^2.0.28", "gatsby-plugin-manifest": "^2.0.13", "gatsby-plugin-offline": "^2.0.21",