From 64395cb55f7c9d1816b4d70b3f1eca2547c12d12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 02:40:31 +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 9ddb17f97..5ccecea2b 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.7.0" + "packageManager": "yarn@4.0.2" }