From b73280a040f143d35ccaefe2bdf924cba7097950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 15:53:38 +0000 Subject: [PATCH] chore(deps): update pnpm to v10.24.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af7adfe..8a3d2f5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "source": "src/index.js", "types": "dist/index.d.ts", "sideEffects": false, - "packageManager": "pnpm@10.18.0", + "packageManager": "pnpm@10.24.0", "scripts": { "build": "npm run build:types && npm run build:js", "build:types": "tsc --declaration --emitDeclarationOnly -p tsconfig.json && cp dist/index.d.ts dist/index.d.cts && cp dist/index.d.ts.map dist/index.d.dts.map",