From ade7911c882ea05f564021341a4fbf99184ca653 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 00:33:57 +0000 Subject: [PATCH] pnpm: Update to version 9.1.1 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 341f3442c5..d4a02e2b6b 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "9.1.0", + "version": "9.1.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/v9.1.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "516a21abe07dab0bc5c22f5187722240777960d62bfdd6763993a8a5901cc374" + "url": "https://github.com/pnpm/pnpm/releases/download/v9.1.1/pnpm-win-x64.exe#/pnpm.exe", + "hash": "fd2b0d8b63e098347e41772e943d6409a6d0e603e96e40e9df3701665f5e9df8" } }, "bin": "pnpm.exe",