From d9be91d63205586fb15a505f4e8239d457cd56be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 May 2025 05:42:03 +0000 Subject: [PATCH] fix: examples/invoice/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10176058 --- examples/invoice/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/invoice/package.json b/examples/invoice/package.json index f861291..4dce74b 100644 --- a/examples/invoice/package.json +++ b/examples/invoice/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" },