From 5a3e4e7078077c4039e5edaee9aa4db632086f46 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Feb 2025 08:12:20 +0000 Subject: [PATCH] fix: examples/demo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- examples/demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/package.json b/examples/demo/package.json index 84d8810..32a8150 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -9,7 +9,7 @@ "@bootstrap-styled/ra-ui": "^1.0.19", "fakerest": "~2.1.0", "fetch-mock": "~6.3.0", - "json-graphql-server": "~2.1.1", + "json-graphql-server": "~3.2.0", "ra-data-fakerest": "^2.0.0", "ra-data-graphql-simple": "^2.0.0", "ra-data-simple-rest": "^2.0.0",