From 00b50990a52db1108dd182dfd2f9d9a6deb05570 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 20:34:52 +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-NORMALIZEURL-1296539 --- 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 568eea782b3b9..a67ce38e50ffa 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.11.1", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-styled-components": "^3.3.11",