From 0891d8021b9d25d979b3971cb02eed87eff121dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:05:07 +0000 Subject: [PATCH] chore(deps): update pnpm to v8.15.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e93bc83..6ead6a7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "engines": { "node": ">=16.18.0" }, - "packageManager": "pnpm@8.6.9", + "packageManager": "pnpm@8.15.1", "scripts": { "prepare": "husky install", "lint": "npx eslint src --ext .js,.jsx,.ts,.tsx",