From 7c820b60053c3f30f971a6358700e477b2e6828b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 12:32:06 +0000 Subject: [PATCH] pnpm: Update to version 7.9.1 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 0e02c510a8..0464db87ee 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "7.9.0", + "version": "7.9.1", "description": "A fast and disk space efficient Node package manager.", "homepage": "https://pnpm.io/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/pnpm/pnpm/releases/download/v7.9.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "f00aba94aeda8bb70a9babb364f8034efacd53f1677277155ec1216d7f203def" + "url": "https://github.com/pnpm/pnpm/releases/download/v7.9.1/pnpm-win-x64.exe#/pnpm.exe", + "hash": "bcf56a9a3b6361eaf1e499d834b1023bfabfd16b04ee2b50fc66468e29271c78" } }, "bin": "pnpm.exe",