From bf74c56fe1cb7830bcec6d34ad62bc0d0a50cb3e Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 1 Sep 2025 10:09:09 +0000 Subject: [PATCH] build: update pnpm to v10.15.1 (#63527) See associated pull request for more information. PR Close #63527 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ff5ad380530..c63f99bdcf8 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.0", + "packageManager": "pnpm@10.15.1", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.15.0" + "pnpm": "10.15.1" }, "repository": { "type": "git",