From c58271871877dc577b5acfd4afb7be6c7ef7f8fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 16:42:34 +0000 Subject: [PATCH] pnpm: Update to version 7.18.1 --- bucket/pnpm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/pnpm.json b/bucket/pnpm.json index ccc3c097ce..74236c0350 100644 --- a/bucket/pnpm.json +++ b/bucket/pnpm.json @@ -1,12 +1,12 @@ { - "version": "7.18.0", + "version": "7.18.1", "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.18.0/pnpm-win-x64.exe#/pnpm.exe", - "hash": "d4a87555f10e8283efea5ed7149179b90592c86d1c8edfea7735e9ed968db067" + "url": "https://github.com/pnpm/pnpm/releases/download/v7.18.1/pnpm-win-x64.exe#/pnpm.exe", + "hash": "ca88ac7812cdb6397f501b926101eae8ee6d0f81fd6f588dad381580a200c5bc" } }, "bin": "pnpm.exe",