diff --git a/package.json b/package.json index fb38f2049e..472595b56d 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "browserslist": "4.23.3", "buffer": "6.0.3", "chalk": "5.3.0", - "cheerio": "0.22.0", + "cheerio": "1.0.0", "cookie": "0.6.0", "cors": "2.8.5", "coveralls": "3.1.1", diff --git a/packages/next-codemod/package.json b/packages/next-codemod/package.json index b9abd3d876..373038e090 100644 --- a/packages/next-codemod/package.json +++ b/packages/next-codemod/package.json @@ -8,7 +8,7 @@ "directory": "packages/next-codemod" }, "dependencies": { - "cheerio": "1.0.0-rc.12", + "cheerio": "1.0.0", "execa": "9.3.0", "globby": "14.0.2", "inquirer": "9.3.6",