From f03828fcb545191d940ffb33fbbdab7cf8469439 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Jan 2024 04:03:03 +0000 Subject: [PATCH] fix: examples/route-api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- examples/route-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/route-api/package.json b/examples/route-api/package.json index eaec18bf8a3b2..e9bba53af4521 100644 --- a/examples/route-api/package.json +++ b/examples/route-api/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "LekoArts ", "dependencies": { - "gatsby": "^2.24.67", + "gatsby": "^4.0.0", "gatsby-source-filesystem": "^2.3.32", "gatsby-transformer-remark": "^2.8.37", "gatsby-transformer-yaml": "^2.4.13",