From b3487caa7afb81dbc5566e7deb5c6c8c2ae6d621 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 03:47:56 +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-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- 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..49eaf1a 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.32", "react": "18.0.0", "react-dom": "18.0.0" },