From 28128635dcf44af845994e4e4371a61adb3fff81 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sat, 13 Sep 2025 05:04:51 +0000 Subject: [PATCH] build: update pnpm to v10.16.0 See associated pull request for more information. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cd16823805f..e1354f289d01 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.15.1", + "packageManager": "pnpm@10.16.0", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "Please use pnpm instead of NPM to install dependencies",