From 9768e0da8f58f95402ffc8f6e232661489e39682 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:08:14 +0000 Subject: [PATCH] Update npm tool constraint to v12 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 80d7b54..a80be82 100644 --- a/renovate.json +++ b/renovate.json @@ -20,6 +20,6 @@ } ], "constraints": { - "npm": "^10" + "npm": "^12.0.0" } }