From 4bfb0ad3fd20b29d03dcda2345b611a22c7f9a6d Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 23 Oct 2025 05:04:24 +0000 Subject: [PATCH] build: update pnpm to v10.19.0 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 391720c..88c4e89 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "license": "MIT", "description": "Web Codegen Scorer is a tool for evaluating the quality of web code generated by Large Language Models (LLMs).", "type": "module", - "packageManager": "pnpm@10.18.3", + "packageManager": "pnpm@10.19.0", "engines": { "npm": "Please use pnpm instead of NPM to install dependencies", "yarn": "Please use pnpm instead of Yarn to install dependencies", - "pnpm": "10.18.3" + "pnpm": "10.19.0" }, "bugs": { "url": "https://github.com/angular/web-codegen-scorer/issues"