From ae8dff6358f0038da19dc2c177b898c86e433c59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 16:28:28 +0000 Subject: [PATCH] pnpm: Update to version 8.4.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 7ea6cb8144..2c47e59e02 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "8.3.1", + "version": "8.4.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.3.1/pnpm-win-x64.exe#/pnpm.exe", - "hash": "887a60bb4d50d5856ce5720ecc391524a43f682071692009f389fe250a448e93" + "url": "https://github.com/pnpm/pnpm/releases/download/v8.4.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "8ea91775a9af2af5d9096e89d92059fc5878415c3af05c38081683f66a665b01" } }, "bin": "pnpm.exe",