From 95df2d42d57521e425a948e345e6f476c88e782d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Sep 2024 09:12:41 +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",