From 87adc799e55a3de16b3beab991d5a49be248ff1f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:27:47 +0000 Subject: [PATCH] pnpm: Update to version 10.2.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index aa9aabcdf6..4d0a70b01f 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "10.1.0", + "version": "10.2.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/v10.1.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "47febb7558210074088955418c39bbd96b3af33a6e324c10064aad6df10a881a" + "url": "https://github.com/pnpm/pnpm/releases/download/v10.2.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "c008597ec11549b575e800c93c0048078b576b1c20fa176a1788dc73272d75fd" } }, "bin": "pnpm.exe",