From 5d6ec0b1160b98b65fed368d6f68967575d60a35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 05:24:51 +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 301ca603..b6cea266 100644 --- a/renovate.json +++ b/renovate.json @@ -31,6 +31,6 @@ } ], "constraints": { - "npm": "<9" + "npm": "<12" } }