From 07eee503e084cc86c771b51380f29de36e1f3aee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 05:01:34 +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-WEBPACKDEVMIDDLEWARE-6476555 --- 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 708e5bae7a6a9..e53338ab547b0 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.13.0", "gatsby-plugin-layout": "^1.0.0", "gatsby-plugin-react-helmet": "^3.0.0", "react": "^16.4.1",