From c261558aba12129e216798871415aa2e1654b8e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 11:46:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae3547b..8dd86b5 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": "^3.0.0", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-sass": "^2.3.10", "gatsby-plugin-sharp": "^2.6.19", @@ -24,7 +24,7 @@ "gatsby-source-contentful": "^4.6.1", "gatsby-source-filesystem": "^2.3.19", "gatsby-transformer-remark": "^2.8.25", - "node-sass": "^4.14.1", + "node-sass": "^9.0.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-helmet": "^6.1.0"