From 44c3869b23a5ebd93d76fe95615a4e3d69b5b8e2 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 19 Jan 2026 15:35:29 +0100 Subject: [PATCH] fix: update next dependency version to a specific release for consistency --- apps/infoalloggi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index b047fa6..8be377b 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -70,7 +70,7 @@ "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", "lucide-react": "^0.562.0", - "next": "^16.1.3", + "next": "16.1.3", "next-themes": "^0.4.6", "nextjs-progressbar": "^0.0.16", "nodemailer": "7.0.12",