From 563ac1dde939fcbd95f617366036390d2351490d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Apr 2021 08:02:49 +0000 Subject: [PATCH] fix: examples/gatsbygram/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/gatsbygram/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gatsbygram/package.json b/examples/gatsbygram/package.json index 0538a7c404ae6..0017d549b01ed 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-core-utils": "^1.3.20", "gatsby-image": "^2.4.19", "gatsby-plugin-glamor": "^2.3.11",