From 47ebf38f25c682869582473a96c57d02e8fe3195 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 16:30:35 +0000 Subject: [PATCH] pnpm: Update to version 7.1.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 69e6222402..2ecf6d8a53 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "7.0.1", + "version": "7.1.0", "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.0.1/pnpm-win-x64.exe#/pnpm.exe", - "hash": "f247fbb3d217a35151623dea5703541da4a079ac112b2b6ce556a3038c420729" + "url": "https://github.com/pnpm/pnpm/releases/download/v7.1.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "fb4e9e5d11209922f44c7c861f829ebf3a167a82a20dd3b522acc69c42cb06d4" } }, "bin": "pnpm.exe",