From 170289c0f0f8a7a78a9b46db99e5aa7fdef07c62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Apr 2025 02:19:22 +0000 Subject: [PATCH] fix: website/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 --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 4522fb2e..8a84e037 100644 --- a/website/package.json +++ b/website/package.json @@ -29,7 +29,7 @@ "@reach/skip-nav": "^0.3.0", "babel-plugin-styled-components": "^1.10.6", "classnames": "^2.2.6", - "gatsby": "^2.17.7", + "gatsby": "^5.14.2", "gatsby-plugin-canonical-urls": "^2.1.13", "gatsby-plugin-catch-links": "^2.1.15", "gatsby-plugin-netlify": "^2.1.23",