From 76f321aa1db8a4549581ff554331dd058226034a Mon Sep 17 00:00:00 2001 From: avicoder Date: Thu, 4 Dec 2025 12:50:02 +0800 Subject: [PATCH] fix(security): Patch CVE-2025-55182 - Update vulnerable packages --- docs/whirlpool/package.json | 2 +- examples/ts-sdk/next/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/whirlpool/package.json b/docs/whirlpool/package.json index f9aff7c48..799b8e659 100644 --- a/docs/whirlpool/package.json +++ b/docs/whirlpool/package.json @@ -13,7 +13,7 @@ "@docusaurus/preset-classic": "^3.7.0", "@mdx-js/react": "^3.1.0", "clsx": "^2.1.1", - "next": "^15.2.4", + "next": "^15.2.6", "prism-react-renderer": "^2.4.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/ts-sdk/next/package.json b/examples/ts-sdk/next/package.json index 53a720116..f79f1ec84 100644 --- a/examples/ts-sdk/next/package.json +++ b/examples/ts-sdk/next/package.json @@ -11,7 +11,7 @@ "dependencies": { "@orca-so/whirlpools": "*", "@solana/kit": "^2.1.0", - "next": "^15.2.4", + "next": "^15.2.6", "react": "^18.3.1", "react-dom": "^18.3.1" },