From 422f150b7e2978eae4629b39822cbdbaf7ed9002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:09:17 +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" } }