From d8e144a6664731358b86dac44bf3dbd7c003c951 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 05:11:10 +0000 Subject: [PATCH] fix: examples/no-trailing-slashes/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 --- examples/no-trailing-slashes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/no-trailing-slashes/package.json b/examples/no-trailing-slashes/package.json index 7a2d5348db11d..b342c2a128d97 100644 --- a/examples/no-trailing-slashes/package.json +++ b/examples/no-trailing-slashes/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5", "lodash": "^4.17.10",