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