From 9c33bb434797e089669f2accf2285b852141330f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:22:34 +0000 Subject: [PATCH] chore(deps): update pnpm to v9.12.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ceed00bd..19d6043b3 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "webpack-cli": "5.1.4", "webpack-merge": "6.0.1" }, - "packageManager": "pnpm@9.12.0", + "packageManager": "pnpm@9.12.1", "lint-staged": { "*": "biome check --fix --no-errors-on-unmatched", "*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests"