From fa4321985d05344d29ad2fae4f3263517531bba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 04:01:09 +0000 Subject: [PATCH] chore(deps): update pnpm to v10 --- .github/workflows/sharevb-github-pages-publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sharevb-github-pages-publish.yml b/.github/workflows/sharevb-github-pages-publish.yml index c9f39e3fc5..c453881f29 100644 --- a/.github/workflows/sharevb-github-pages-publish.yml +++ b/.github/workflows/sharevb-github-pages-publish.yml @@ -43,7 +43,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9 + version: 10 run_install: true - name: Build diff --git a/package.json b/package.json index 7bbbff350c..cdb7832bbb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "it-tools", "type": "module", "version": "2026.1.4", - "packageManager": "pnpm@9.11.0", + "packageManager": "pnpm@10.32.1", "description": "Collection of handy online tools for developers, with great UX. ", "author": "Corentin Th (https://corentin.tech)", "license": "GNU GPLv3",