From 48922056e61042b4cbcb93b5fe12b8c0fd6c5621 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:11:50 +0000 Subject: [PATCH] pnpm: Update to version 9.0.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 8db339b2d0..6e328a217e 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "8.15.7", + "version": "9.0.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.15.7/pnpm-win-x64.exe#/pnpm.exe", - "hash": "ace7fdad686a8839c6a175854900cf361a3726e672920258d555fcf382920ffe" + "url": "https://github.com/pnpm/pnpm/releases/download/v9.0.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "d7fb7af70393c552305d645e6959bfcb0cab3488c55eae4b880adb03e82e57c4" } }, "bin": "pnpm.exe",