From eb06cd137540105bfc184f5200e3d27194885482 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 00:47:19 +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-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- 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..06022f4f9294b 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": "^5.14.0", "gatsby-plugin-nprogress": "^2.0.5", "react": "^16.4.0", "react-dom": "^16.4.0"