From 3ea3f59d3aa8fe68771ef98e7c3503e6da076680 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 23:18:15 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 525cf44e..7807cb72 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "core-js": "^2.6.0", "disqus-react": "^1.0.4", - "gatsby": "^2.0.0", + "gatsby": "^3.0.0", "gatsby-image": "^2.0.22", "gatsby-link": "^2.0.7", "gatsby-plugin-canonical-urls": "^2.0.8",