From bf76aaa5715196e8c5bc000e3feef929aa0ff155 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:05:13 +0000 Subject: [PATCH] fix: examples/using-page-loading-indicator/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- examples/using-page-loading-indicator/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-page-loading-indicator/package.json b/examples/using-page-loading-indicator/package.json index 4e622e96873da..9be70ce182ea9 100644 --- a/examples/using-page-loading-indicator/package.json +++ b/examples/using-page-loading-indicator/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-page-loading-indicator", "author": "Kyle Mathews", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-plugin-nprogress": "^2.0.5", "react": "^16.4.0", "react-dom": "^16.4.0"