From fab38d7032dc5bea4450d34c419467163cefe3f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 21:29: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-NORMALIZEURL-1296539 --- 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..2434ca2aebce3 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": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-manifest": "^2.4.30", "gatsby-plugin-offline": "^2.2.10",