From 2951b5b08ab0505348881b3638a2b7116aaca43c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:24:40 +0000 Subject: [PATCH] chore(deps): update yarn to v4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9599456b4..38b1d7f69 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ "lint": "eslint --ext .ts src/ integration-tests/ test-utils/", "lint:fix": "eslint --fix --ext .ts src/ integration-tests/ test-utils/" }, - "packageManager": "yarn@3.6.4" + "packageManager": "yarn@4.0.0" }