From 02ac0d6bb2782cb990ce4538677a99cf6aad5ec1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 04:26:53 +0000 Subject: [PATCH] pnpm: Update to version 8.5.1 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index d61f512884..817b62f533 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "8.5.0", + "version": "8.5.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/v8.5.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "f2f0668f19364782c1ed02af6c93be96fff3e018d486f844b7dfaf4f0bd85391" + "url": "https://github.com/pnpm/pnpm/releases/download/v8.5.1/pnpm-win-x64.exe#/pnpm.exe", + "hash": "bb86ced4e0e0e3441e2d0642b9ee2d9007000e2f5750f10545479c6bfe86d7c5" } }, "bin": "pnpm.exe",