From 49d41a5470cca7eb77db5b5105ed82a47e9ec885 Mon Sep 17 00:00:00 2001 From: Kros Dai Date: Tue, 4 Aug 2026 02:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(deps):=20bump=20pnpm=20to?= =?UTF-8?q?=2011.20.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - :wrench: apply the pnpm registry security fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ab4481..db5489c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c", + "packageManager": "pnpm@11.20.0+sha512.mm8zCpW2ZEbqCI+vFSFAWooB8H/ecSTMmVjf7VLUu0NnN+ZbCPhfN7Rvy6N1CSVYrFEmK4FoRLIvY0Bu0Wa/7g==", "scripts": { "format": "prettier --write --ignore-unknown --log-level=warn . && autocorrect --fix .", "lint": "eslint . --no-error-on-unmatched-pattern && pnpm run --filter '*' lint && prettier --check --ignore-unknown .",