From 2170be36765386a9d587e04b6c67458f098a7b99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:38:40 +0000 Subject: [PATCH] Update Yarn to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d4972c..ebd5692 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,5 @@ "lint": "eslint --ext .ts src/ integration-tests/", "lint:fix": "eslint --fix --ext .ts src/ integration-tests/" }, - "packageManager": "yarn@3.8.0" + "packageManager": "yarn@4.1.0" }