From fccb7314dad878d7f18656f89c8bb5fbf7c2f210 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Nov 2022 20:32:12 +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-LOADERUTILS-3042992 --- 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..35feebebbfbb9 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.0.84", "gatsby-image": "^1.0.39", "gatsby-link": "^1.6.20", "gatsby-plugin-glamor": "^1.6.8",