From fb5f2df1c5f9c26ef2c28edbebf1347e165efa4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:27:56 +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 dd4ccbcf..f95cf10d 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,6 @@ } ], "constraints": { - "npm": "<9" + "npm": "<12" } }