From 0b9ccb71040d802016bc612350468dcbaa3de598 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 07:09:07 +0000 Subject: [PATCH] fix: samples/subapp2-todo-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- samples/subapp2-todo-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/subapp2-todo-app/package.json b/samples/subapp2-todo-app/package.json index 63ffc6ba3..1b37c0e29 100644 --- a/samples/subapp2-todo-app/package.json +++ b/samples/subapp2-todo-app/package.json @@ -32,7 +32,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@xarc/app": "^8.2.0", - "@xarc/fastify-server": "^2.0.0", + "@xarc/fastify-server": "^3.0.1", "@xarc/react": "^0.1.0", "@xarc/react-redux": "^0.1.0" },