From 4fc3affe9aee0ca60d3a139c15e3c5b8759021e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 21:21:30 +0000 Subject: [PATCH] fix: examples/using-prefetching-preloading-modules/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- examples/using-prefetching-preloading-modules/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-prefetching-preloading-modules/package.json b/examples/using-prefetching-preloading-modules/package.json index a9efb1f5ed222..6e67363972818 100644 --- a/examples/using-prefetching-preloading-modules/package.json +++ b/examples/using-prefetching-preloading-modules/package.json @@ -6,7 +6,7 @@ "author": "Nuttapol Laoticharoen ", "dependencies": { "babel-plugin-styled-components": "^1.5.1", - "gatsby": "^2.0.0", + "gatsby": "^3.0.0", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-styled-components": "^3.0.0",