From 194f97403be14bb823af0cfb9d253dac63590922 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jun 2025 05:42:00 +0000 Subject: [PATCH] fix: packages/app/liquidity/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10259370 --- packages/app/liquidity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/liquidity/package.json b/packages/app/liquidity/package.json index e5f0fcc9..6e0f0e0e 100644 --- a/packages/app/liquidity/package.json +++ b/packages/app/liquidity/package.json @@ -17,7 +17,7 @@ "@uniswap/sdk-core": "^5.4.0", "@uniswap/v3-sdk": "^3.14.0", "ethers": "^5.7.2", - "next": "14.2.9", + "next": "15.2.2", "react": "^18", "react-dom": "^18", "sass": "^1.79.4",