From 0173db99448d1c4c6415dcf15272e17551b48b04 Mon Sep 17 00:00:00 2001 From: Maze <167211895+mazeincoding@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:25:35 +0100 Subject: [PATCH] Update next dependency version to 15.5.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 616c97f7..6e030a46 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "mediabunny": "^1.9.3", - "next": "^15.3.4", + "next": "^15.5.7", "react-country-flag": "^3.1.0", "wavesurfer.js": "^7.9.8" },