From 1b6d04005a65b1bba5ad47f6127909ec95fd441f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 00:35:24 +0000 Subject: [PATCH] pnpm: Update to version 7.3.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 0fb68ecca4..13c7beeeb8 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "7.2.1", + "version": "7.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/v7.2.1/pnpm-win-x64.exe#/pnpm.exe", - "hash": "c184a05859755dce679dbaa3110c0698a7f5e59dff1ff4cce31d3c0f535e573c" + "url": "https://github.com/pnpm/pnpm/releases/download/v7.3.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "9a1c4622a7158ba52eb0eca041f760332d593d7a623d1e7725284e495413a0e0" } }, "bin": "pnpm.exe",