From 40f4daa11b4e6a87f70d4e17868d9966b2b80810 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Oct 2024 16:15:22 +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-DATALOADER-8248488 --- 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 cd6d83f28be6f..68defc783a985 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.22.0", "lodash": "^4.17.10", "react": "^16.3.1", "react-dom": "^16.3.1",