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