From bd2a84b885c52f0929a4ce99328c7a2297215f6c Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 12 Sep 2025 17:37:43 +0000 Subject: [PATCH] build: update pnpm to v10.16.0 (#63769) See associated pull request for more information. PR Close #63769 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a9fc04cc9b3..6f1168ec67d 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "homepage": "https://github.com/angular/angular", "bugs": "https://github.com/angular/angular/issues", "license": "MIT", - "packageManager": "pnpm@10.15.1", + "packageManager": "pnpm@10.16.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.15.1" + "pnpm": "10.16.0" }, "repository": { "type": "git",