From 5daab96562a7cfed9494557c2148d1d76ce08128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 05:40:34 +0000 Subject: [PATCH] chore(deps): bump @discordjs/rest from 0.3.0 to 0.5.0 Bumps [@discordjs/rest](https://github.com/discordjs/discord.js) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Commits](https://github.com/discordjs/discord.js/compare/@discordjs/rest@0.3.0...@discordjs/rest@0.5.0) --- updated-dependencies: - dependency-name: "@discordjs/rest" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0051c9ed..8653bd56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@discordjs/builders": "0.12.0", - "@discordjs/rest": "0.3.0", + "@discordjs/rest": "0.5.0", "ascii-table": "0.0.9", "discord-api-types": "0.31.0", "discord.js": "14.0.0-dev.1649505803-3c0bbac",