From 107630ec26040d18c346a8b2a11ea7997b5b2f3d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:06:08 +0000 Subject: [PATCH] chore(deps): update pnpm to v9.15.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5a7fd6..79d3c72 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "source": "src/index.js", "types": "dist/index.d.ts", "sideEffects": false, - "packageManager": "pnpm@9.7.0", + "packageManager": "pnpm@9.15.4", "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",