From 3ae69842c6b9386053e11e6e0c7a44d5a97d1aea Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 23 Sep 2025 20:38:03 +0000 Subject: [PATCH] build: update pnpm to v10.17.1 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 aa13598ee38e..309ce2aa8b7e 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,12 @@ "type": "git", "url": "https://github.com/angular/angular-cli.git" }, - "packageManager": "pnpm@10.17.0", + "packageManager": "pnpm@10.17.1", "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.17.0" + "pnpm": "10.17.1" }, "author": "Angular Authors", "license": "MIT",