From b41cbed2a8ec9865263614d699aae5604ca8032a Mon Sep 17 00:00:00 2001 From: saroy Date: Thu, 12 Jun 2025 01:06:56 +0530 Subject: [PATCH] add resolution --- packages/plugin-flex/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/plugin-flex/package.json b/packages/plugin-flex/package.json index 8975b03d1..7470e97cb 100644 --- a/packages/plugin-flex/package.json +++ b/packages/plugin-flex/package.json @@ -70,6 +70,9 @@ "tmp": "^0.2.1", "twilio": "^3.71.2" }, + "resolutions": { + "**/cheerio": "npm:cheerio@1.0.0-rc.12" + }, "engines": { "node": "^16 || ^18 || ^20 || ^22" },