From 5b2b30d1684a0ba7bc43a00de4d4b3b77e7ce3f1 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sat, 13 Sep 2025 18:05:06 +0000 Subject: [PATCH] build: update pnpm to v10.16.1 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 c6b9a51287c9..8a22d6acc383 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.1", "engines": { "node": "^20.19.0 || ^22.12.0 || >=24.0.0", "npm": "Please use pnpm instead of NPM to install dependencies",