From 2342b8c21022019e2ff257c925be7b3a7a0dcacb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 02:17:25 -0500 Subject: [PATCH] chore(deps): update dependency pnpm to v9.14.4 (#312) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 335a8450..6c65d828 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 9.12.2 + version: 9.14.4 run_install: false - name: Get pnpm store directory diff --git a/package.json b/package.json index cc501540..ff1f69e2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/txnlab/use-wallet.git" }, - "packageManager": "pnpm@9.12.2", + "packageManager": "pnpm@9.14.4", "type": "module", "scripts": { "build": "pnpm build:packages && pnpm build:examples",