From 538c79528df541c9d4009d567c6397a005fb398f Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:01:36 +0200 Subject: [PATCH] chore(deps): update pnpm to v8.15.6 (#297) Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58d443bae..485689037 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "node": ">=20.12.0" }, "type": "module", - "packageManager": "pnpm@8.15.5", + "packageManager": "pnpm@8.15.6", "scripts": { "build": "turbo build", "clean": "git clean -xdf node_modules",