From b70b478e2525346d86628595a423f9baa5d27945 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 13 Aug 2024 14:58:46 +0200 Subject: [PATCH] Pin cheerio to a given version --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a0cf2bcb..bba6bf33 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@types/yauzl": "^2.10.3", "@vercel/ncc": "^0.38.1", "chalk": "^4.1.2", - "cheerio": "^1.0.0-rc.12", + "cheerio": "1.0.0-rc.12", "chokidar-cli": "^3.0.0", "cli-select": "^1.1.2", "husky": "^4.3.8", diff --git a/yarn.lock b/yarn.lock index 6bbc506c..f8b9cff5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4518,7 +4518,7 @@ cheerio-select@^2.1.0: domhandler "^5.0.3" domutils "^3.0.1" -cheerio@^1.0.0-rc.12: +cheerio@1.0.0-rc.12: version "1.0.0-rc.12" resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683" integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==