From 8d7cba52b2e5fbd8a36f0e84a5abd1fe2048675d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:42:55 +0000 Subject: [PATCH] Update npm tool constraint to v11 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 0d65ef2a..f9ccb5d0 100644 --- a/renovate.json +++ b/renovate.json @@ -25,6 +25,6 @@ } ], "constraints": { - "npm": "<9" + "npm": "<12" } }