From 9f3e5edfdd255aebbbfc4907a55131ff651ae36a Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 8 May 2024 16:56:43 +0000 Subject: [PATCH] chore(deps-dev): bump yarn to 1.22.22 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efa3a27d1433..37775175e452 100644 --- a/package.json +++ b/package.json @@ -154,5 +154,5 @@ ], "**/*.{ts,js,md,json}": "prettier --write" }, - "packageManager": "yarn@1.22.17" + "packageManager": "yarn@1.22.22" }