From 1510f6396f74a8509143bb60cd9eba01c89727fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:32:34 +0000 Subject: [PATCH] pnpm: Update to version 10.0.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 16e4058bbb..c97ed78f9d 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "9.15.3", + "version": "10.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/v9.15.3/pnpm-win-x64.exe#/pnpm.exe", - "hash": "3cf6d68eed2b70dc28e62cc9c3d555a3ff49d95446e64dfbecf1bd40c933758f" + "url": "https://github.com/pnpm/pnpm/releases/download/v10.0.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "a8235a8b4f1efdddd43e09c6d7de72075e7416ddf76428311dafff17b025622f" } }, "bin": "pnpm.exe",