From 1e483b83556e4f88cf8378f338c84b2498d15ca1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Apr 2025 06:31:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae3547b..cdc99e2 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.14.2", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-sass": "^2.3.10", "gatsby-plugin-sharp": "^2.6.19",