From 05d74c1caa67cbf087c66416e0bae4945e03db1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 03:45:31 +0000 Subject: [PATCH] chore(deps): update pnpm to v9.15.1 --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index 8c44da7..93f0f79 100644 --- a/front/package.json +++ b/front/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.0.0", "type": "module", - "packageManager": "pnpm@9.15.0", + "packageManager": "pnpm@9.15.1", "scripts": { "dev": "vite", "build": "tsc -b && vite build",