From ded3f7a7fde118160347b9865204ef05fa45a767 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 00:33:41 +0000 Subject: [PATCH] pnpm: Update to version 8.5.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 2c47e59e02..d61f512884 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "8.4.0", + "version": "8.5.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/v8.4.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "8ea91775a9af2af5d9096e89d92059fc5878415c3af05c38081683f66a665b01" + "url": "https://github.com/pnpm/pnpm/releases/download/v8.5.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "f2f0668f19364782c1ed02af6c93be96fff3e018d486f844b7dfaf4f0bd85391" } }, "bin": "pnpm.exe",