From de0cb87f705fe44f3adb6f59662b0da59dd3e530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:27:28 +0000 Subject: [PATCH] chore(deps): update pnpm to v10.28.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe2d089..742e9ff 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "engines": { "node": ">=20" }, - "packageManager": "pnpm@10.11.0", + "packageManager": "pnpm@10.28.2", "scripts": { "build": "pnpm exec ncc build src/index.ts -o dist --source-map --license licenses.txt", "build:watch": "pnpm build -- --watch",