From df6d2468a41b22fa94a48a3a311878576acb8472 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:59:36 +0000 Subject: [PATCH] chore(deps): update pnpm to v8.15.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e93bc83..405037e 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.8", "scripts": { "prepare": "husky install", "lint": "npx eslint src --ext .js,.jsx,.ts,.tsx",