From 8e55efc5e6653018fb30caa637916044f7c50816 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Oct 2024 18:31:31 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index d377a419..a20304b4 100644 --- a/www/package.json +++ b/www/package.json @@ -17,7 +17,7 @@ "clickable-box": "^1.0.0", "docsearch.js": "^2.6.2", "dotenv": "^8.1.0", - "gatsby": "^2.23.3", + "gatsby": "^3.0.0", "gatsby-plugin-compile-es6-packages": "^2.1.0", "gatsby-plugin-google-analytics": "^2.3.4", "gatsby-plugin-lodash": "^3.3.4",