From f0cd8670bd17f6f431c18470eadb1d9cf9fc844a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:35:36 +0000 Subject: [PATCH] chore(deps): update yarn to v4.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8479a7..bb17e63 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "description": "GH action to gather and report infra info", "main": "lib/main.js", - "packageManager": "yarn@4.4.1", + "packageManager": "yarn@4.5.0", "scripts": { "build": "tsc", "format": "prettier --write '**/*.ts'",