From f5de284d8e1fe240fa39926222173f93127efe1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 21:59:37 +0000 Subject: [PATCH] chore(deps): update dependency next to v16.1.5 [security] --- pnpm-workspace.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8a2319a89..abfb6ee6e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,7 +6,8 @@ packages: minimumReleaseAge: 10080 # 7 days in minutes minimumReleaseAgeExclude: - - 'next@16.1.0' + # Renovate security update: next@16.1.5 + - 'next@16.1.0 || 16.1.5' - '@next/env@16.1.0' - '@next/swc-darwin-arm64@16.1.0' - '@next/swc-darwin-x64@16.1.0'