From 8b8024a39091ee774274b318e65f8bf6d7ee9078 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 12 Nov 2025 05:06:17 +0000 Subject: [PATCH] build: update pnpm to v10.21.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 4b635ec3d0bb..f5091d2e8111 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.20.0", + "packageManager": "pnpm@10.21.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.20.0" + "pnpm": "10.21.0" }, "author": "Angular Authors", "license": "MIT",