From 24cfbbee8387461127acc9e0ce2a5ab8847ed83d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 19:02:00 +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-SERIALIZEJAVASCRIPT-6147607 --- 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..f7035b5971fd1 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": "^3.0.0", "gatsby-plugin-layout": "^1.0.0", "gatsby-plugin-react-helmet": "^3.0.0", "react": "^16.4.1",