From 174996c16df18ed6a3485e09095a498fa715a3f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:28:36 +0000 Subject: [PATCH] pnpm: Update to version 9.4.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index b1855b12ea..128b1d5344 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "9.3.0", + "version": "9.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/v9.3.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "7911e7ea9ac37907955eea0859cbb44e69d81f0c36c49bc1b5ce537cd3f94051" + "url": "https://github.com/pnpm/pnpm/releases/download/v9.4.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "2126925905594d8be3ae61d8433becd969c872ddc46181474d0b41c6e6ac130c" } }, "bin": "pnpm.exe",