From 821e376bb1c07531e2d4588ab8019037d152ff28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 17:43:56 +0000 Subject: [PATCH] chore: update pnpm tool constraint to v11.22.0 --- .github/renovate.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d437cba..25e4bd3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automerge": false, "constraints": { - "pnpm": "11.21.0" + "pnpm": "11.22.0" }, "dockerfile": { "fileMatch": [ diff --git a/package.json b/package.json index f8289dd..b77e4b4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ ], "author": "Roberto Pintos López", "license": "MIT", - "packageManager": "pnpm@11.21.0", + "packageManager": "pnpm@11.22.0", "private": true, "repository": { "type": "git",