From ef625228fe564127248710ed933371b9d81edae8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 06:19:34 +0000 Subject: [PATCH] fix: examples/multiple-participants-single-project/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10176058 --- examples/multiple-participants-single-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multiple-participants-single-project/package.json b/examples/multiple-participants-single-project/package.json index ae261f8..d2d325f 100644 --- a/examples/multiple-participants-single-project/package.json +++ b/examples/multiple-participants-single-project/package.json @@ -13,7 +13,7 @@ "@trustshare/sdk": "1.0.21", "@headlessui/react": "^1.6.0", "@heroicons/react": "^1.0.6", - "next": "^12.1.0", + "next": "^14.2.24", "react": "18.0.0", "react-dom": "18.0.0" },