From 745073fc1ccb145454b6dfba3e02d18ddb2ae4bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:58:50 +0000 Subject: [PATCH] Update dependency pnpm to v8.10.3 --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f7e5361..0574937a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: pull_request: {} env: - PNPM_VERSION: 8.10.2 + PNPM_VERSION: 8.10.3 concurrency: group: ci-${{ github.head_ref || github.ref }} diff --git a/package.json b/package.json index aa3491bd..d2520e73 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ }, "volta": { "node": "18.18.2", - "pnpm": "8.10.2" + "pnpm": "8.10.3" } }