From 4e872b84b5060f0a976724236cf77ca01142fa46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 00:33:13 +0000 Subject: [PATCH] pnpm: Update to version 7.30.0 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index 83b5a76641..e5902de34f 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "7.30.1", + "version": "7.30.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.30.1/pnpm-win-x64.exe#/pnpm.exe", - "hash": "5ac745a04925e9930471c3a6394ca91f9cf834facfeadd1cde8074b02a031f4f" + "url": "https://github.com/pnpm/pnpm/releases/download/v7.30.0/pnpm-win-x64.exe#/pnpm.exe", + "hash": "540f67e7bd8a306135070fdf65126a20920a0a73b6df23a7dc6df6f49e333a1d" } }, "bin": "pnpm.exe",