From 4390270d90f81f73774558c9c05612a7192d5ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:57:48 +0000 Subject: [PATCH] fix(deps): update dependency next to v14 [security] Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-app/package.json b/packages/react-app/package.json index 84fc7ff..ba9dabd 100644 --- a/packages/react-app/package.json +++ b/packages/react-app/package.json @@ -20,7 +20,7 @@ "blind-threshold-bls": "https://github.com/celo-org/blind-threshold-bls-wasm#3d1013af", "dotenv": "^16.0.3", "ethers": "^5.7.2", - "next": "13.2.4", + "next": "14.2.7", "next-auth": "^4.22.1", "react": "18.2.0", "react-dom": "18.2.0",