From 21b84156b4e9429d5516617054c74cc9cc78929c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:26:19 +0000 Subject: [PATCH] chore(deps): update yarn to v4.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8479a7..a81d009 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.1", "scripts": { "build": "tsc", "format": "prettier --write '**/*.ts'",