From 52e078f4a8c358920eaa61f3cf62a6266f809790 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:11:35 +0000 Subject: [PATCH] chore: update pnpm tool constraint to v11.10.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 9e90286..fd4f513 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,7 +24,7 @@ } ], "constraints": { - "pnpm": "11.9.0" + "pnpm": "11.10.0" }, "extends": [ ":dependencyDashboard", diff --git a/package.json b/package.json index f1f3f68..679ade8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://inversify.io/graphql/", "license": "MIT", - "packageManager": "pnpm@11.9.0", + "packageManager": "pnpm@11.10.0", "private": true, "repository": { "type": "git",