From ba2d07a19546525e4377bf144e64eecc22f4527b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 May 2023 06:59:59 +0000 Subject: [PATCH] fix: examples/client-only-paths/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 --- examples/client-only-paths/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client-only-paths/package.json b/examples/client-only-paths/package.json index 86aed63e44d02..84742e5fb0fb2 100644 --- a/examples/client-only-paths/package.json +++ b/examples/client-only-paths/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.25.4", "gatsby-plugin-netlify": "^2.1.3", "gatsby-plugin-typography": "^2.2.0", "lodash": "^4.17.14",