From 680cc284d6891aa13b42db3c1e5bf3d3afa29360 Mon Sep 17 00:00:00 2001 From: "homarr-renovate[bot]" <158783068+homarr-renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 17:09:25 +0000 Subject: [PATCH] chore(deps): update pnpm to v9.5.0 (#755) 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 32b8fc686..3c3f0f45e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=20.15.0" }, - "packageManager": "pnpm@9.4.0", + "packageManager": "pnpm@9.5.0", "scripts": { "build": "turbo build", "clean": "git clean -xdf node_modules",