From eda024161af5822594241edcc08b12dca2ab5f99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 04:28:16 +0000 Subject: [PATCH] fix: samples/subapp2-react-query-todoapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- samples/subapp2-react-query-todoapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/subapp2-react-query-todoapp/package.json b/samples/subapp2-react-query-todoapp/package.json index fbd9c268b..c2f97bed1 100644 --- a/samples/subapp2-react-query-todoapp/package.json +++ b/samples/subapp2-react-query-todoapp/package.json @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@xarc/app": "^8.2.4", - "@xarc/fastify-server": "^2.0.0", + "@xarc/fastify-server": "^3.0.1", "@xarc/react": "^0.1.3", "@xarc/react-query": "^0.1.0" },