From ad330deb6a1bbafc014cb0ff929460d705791595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 01:58:36 +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 80d7b54..7e7096d 100644 --- a/renovate.json +++ b/renovate.json @@ -20,6 +20,6 @@ } ], "constraints": { - "npm": "^10" + "npm": "^11.0.0" } }