From ff7a76e5351bc44380da601ff4db293f719e1526 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 07:31:37 +0000 Subject: [PATCH] fix: examples/using-page-transitions/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIO-7278048 --- examples/using-page-transitions/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-page-transitions/package.json b/examples/using-page-transitions/package.json index 1422d0834fe49..d06788cb8ef09 100644 --- a/examples/using-page-transitions/package.json +++ b/examples/using-page-transitions/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "author": "Steven Surgnier ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^5.12.0", "gatsby-plugin-layout": "^1.0.0", "gatsby-plugin-react-helmet": "^3.0.0", "react": "^16.4.1",