From 89deea48639ec5773062eba83893f48fa8be7258 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:29:09 +0000 Subject: [PATCH] pnpm: Update to version 9.3.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 94e6337a2c..b1855b12ea 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "9.2.0", + "version": "9.3.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.2.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "d4d69c4e7b14e1b91bee07351024aac58b5639c9f86852e7dabc6eafb8efc669" + "url": "https://github.com/pnpm/pnpm/releases/download/v9.3.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "7911e7ea9ac37907955eea0859cbb44e69d81f0c36c49bc1b5ce537cd3f94051" } }, "bin": "pnpm.exe",