From f39740a5c34bd8c4cafec6cfbbd2751119e873c8 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sat, 11 Oct 2025 05:04:54 +0000 Subject: [PATCH] build: update pnpm to v10.18.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 638b53b6ec7e..f63e8149ca50 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,12 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.18.1", + "packageManager": "pnpm@10.18.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.18.1" + "pnpm": "10.18.2" }, "author": "Angular Authors", "license": "MIT",