From 59ddba4e3d4ff96184860d954387cbe611c50242 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 08:01:18 +0000 Subject: [PATCH] Update cheerio requirement from ^1.0.0-rc.5 to ^1.0.0-rc.10 Updates the requirements on [cheerio](https://github.com/cheeriojs/cheerio) to permit the latest version. - [Release notes](https://github.com/cheeriojs/cheerio/releases) - [Changelog](https://github.com/cheeriojs/cheerio/blob/main/History.md) - [Commits](https://github.com/cheeriojs/cheerio/compare/v1.0.0-rc.5...v1.0.0-rc.10) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 653cb79..ad2ddca 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "@discordjs/opus": "^0.4.0", "@types/request": "^2.48.5", "axios": "^0.21.1", - "cheerio": "^1.0.0-rc.5", + "cheerio": "^1.0.0-rc.10", "discord-ytdl-core": "^5.0.2", "discord.js-light": "^3.5.8", "dotenv": "^8.2.0",