From 589c482d3898917f786f42235ca0a7721fcb31d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Apr 2025 08:32:13 +0000 Subject: [PATCH] fix: examples/with-gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691387 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-9691389 --- examples/with-gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-gatsby/package.json b/examples/with-gatsby/package.json index 0d3264cd..6a1e4e6c 100644 --- a/examples/with-gatsby/package.json +++ b/examples/with-gatsby/package.json @@ -14,7 +14,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^2.24.67", + "gatsby": "^3.13.0", "react": "^16.12.0", "react-dom": "^16.12.0", "rsuite-table": "^3.14.5"