From 7579edd71ab977f8947ce4ebdae3f70fb192de91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jun 2021 23:20:31 +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 f1b8ec42b4cd3..fd0f107021549 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^1.9.52", + "gatsby": "^2.19.25", "gatsby-image": "^1.0.39", "gatsby-link": "^1.6.20", "gatsby-plugin-glamor": "^1.6.8",