From 654076c3212ce90cabc49923c5921e08f893d8e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 May 2023 08:26:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 828f9327a..65d578d3b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "assert": "^2.0.0", "crypto-browserify": "^3.12.0", "framer-motion": "^6.2.8", - "gatsby": "^4.9.0", + "gatsby": "^4.25.4", "gatsby-plugin-emotion": "^7.9.0", "gatsby-plugin-netlify": "^4.1.0", "gatsby-plugin-react-helmet": "^5.9.0",