From a4a8a7fd08a606b7f5c19ecb2b64e350d84aa07c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Sep 2025 10:42:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae3547b..0829a4f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@contentful/rich-text-react-renderer": "^14.1.1", - "gatsby": "^2.32.8", + "gatsby": "^5.15.0", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-sass": "^2.3.10", "gatsby-plugin-sharp": "^2.6.19",