From a829f95d210d2e1b08e9c96365bc40cc4939e8d4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 07:32:13 +0000 Subject: [PATCH] fix: samples/poc-subapp-pbx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- samples/poc-subapp-pbx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/poc-subapp-pbx/package.json b/samples/poc-subapp-pbx/package.json index b1840fce2..9455f639d 100644 --- a/samples/poc-subapp-pbx/package.json +++ b/samples/poc-subapp-pbx/package.json @@ -35,7 +35,7 @@ "dependencies": { "@babel/runtime": "^7.12.5", "@xarc/app": "^8.1.7", - "@xarc/fastify-server": "^2.0.0", + "@xarc/fastify-server": "^3.0.1", "electrode-confippet": "^1.5.0", "preact": "^10.4.6", "preact-render-to-string": "^5.1.10",