From 5e3388ef314ae2d60541a5a4d647e3a44d9b8fec Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 1 Dec 2025 08:44:46 +0000 Subject: [PATCH] build: update pnpm to v10.24.0 See associated pull request for more information. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db622e668e4e..3451dbd58b00 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.23.0", + "packageManager": "pnpm@10.24.0", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.23.0" + "pnpm": "10.24.0" }, "author": "Angular Authors", "license": "MIT",