From 9396087a657895e50ef1ef97f3e0dc4eb94a859f Mon Sep 17 00:00:00 2001 From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:47:56 -0500 Subject: [PATCH] [7.17] Partially revert yarn upgrade (#175805) (#175806) # Backport This will backport the following commits from `main` to `7.17`: - [Partially revert yarn upgrade (#175805)](https://github.com/elastic/kibana/pull/175805) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Jon --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 430966c32ca6c..23d470c00605b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "engines": { "node": "20.10.0", - "yarn": "^1.22.21" + "yarn": "^1.22.19" }, "resolutions": { "**/@types/node": "20.10.6",