From 6645f493d008afbd5de63711692b7d7f86a6bef8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Jul 2022 12:30:33 +0000 Subject: [PATCH] pnpm: Update to version 7.7.1 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 534e8edfee..97bc27e352 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "7.7.0", + "version": "7.7.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.7.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "e57fc5a1d25beb4032dd01affe9bc4528a2f8d6aa76ab9c38a01dbf9a61bfd12" + "url": "https://github.com/pnpm/pnpm/releases/download/v7.7.1/pnpm-win-x64.exe#/pnpm.exe", + "hash": "b7889cf210b63bb14faaae6e68062c8772a2db83e02c6ffa080d33fd1ddf9f3e" } }, "bin": "pnpm.exe",