From 82865310f465769afe248daf526d13041f204df8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 04:01:29 +0000 Subject: [PATCH] fix: examples/direct-checkout/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/direct-checkout/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/direct-checkout/package.json b/examples/direct-checkout/package.json index 5895494..fb72bed 100644 --- a/examples/direct-checkout/package.json +++ b/examples/direct-checkout/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" },