From 2b2c2e1e3adf27707f1210e84c18f514eed677b4 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 26 Dec 2025 06:06:56 +0000 Subject: [PATCH] build: update pnpm to v10.26.2 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 5f862d813789..f79fee5c868e 100644 --- a/package.json +++ b/package.json @@ -28,12 +28,12 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.26.1", + "packageManager": "pnpm@10.26.2", "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.26.1" + "pnpm": "10.26.2" }, "author": "Angular Authors", "license": "MIT",