From e0b478a779e37adeaf2117f57b3ed7489b32a06f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jun 2023 14:39:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16ffecf3..c2de97ba 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "james.nolan@chuv.ch", "license": "ISC", "dependencies": { - "gatsby": "^1.2.0", + "gatsby": "^5.0.0", "gatsby-link": "^1.0.9", "lodash.groupby": "^4.6.0", "prop-types": "^15.5.10",