From 40c36ae1075042cb779733e4bc38720bab200fe4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 23:14:56 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 a6cdaeb55d784..fe117b3214459 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.0.0", "gatsby-plugin-nprogress": "^2.0.5", "react": "^16.4.0", "react-dom": "^16.4.0"