From 15833b037eadc85e9bd150a2bf9a434d2b82a184 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 May 2021 03:30:00 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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",