From c6e88813a05ef9e9ef342f7baca7da216aa752e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:49:14 +0000 Subject: [PATCH] chore(deps): update yarn to v4.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19d7234..b81ada5 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.2.1", + "packageManager": "yarn@4.2.2", "scripts": { "build": "tsc", "format": "prettier --write '**/*.ts'",