From 83e3021e8a083c467bc554f34f3b2ac7d5c769bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:39:54 +0000 Subject: [PATCH] Bump @discordjs/rest from 0.2.0-canary.0 to 2.0.0 Bumps [@discordjs/rest](https://github.com/discordjs/discord.js/tree/HEAD/packages/rest) from 0.2.0-canary.0 to 2.0.0. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/rest/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/rest@2.0.0/packages/rest) --- updated-dependencies: - dependency-name: "@discordjs/rest" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af57f4f..2c51350 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@discordjs/builders": "~0.12.0", - "@discordjs/rest": "~0.2.0-canary.0", + "@discordjs/rest": "~2.0.0", "@replit/database": "~2.0.1", "discord-api-types": "~0.26.0", "discord.js": "~13.3.1",