From 4b81c0c22e0b8833cbedf47422c350ccbeffa56a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Dec 2021 00:21:41 +0000 Subject: [PATCH] Bump @discordjs/rest from 0.1.0-canary.0 to 0.2.0-canary.0 Bumps [@discordjs/rest](https://github.com/discordjs/discord.js-modules) from 0.1.0-canary.0 to 0.2.0-canary.0. - [Release notes](https://github.com/discordjs/discord.js-modules/releases) - [Commits](https://github.com/discordjs/discord.js-modules/compare/@discordjs/rest@0.1.0-canary.0...@discordjs/rest@0.2.0-canary.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 f214b81..44a2c73 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "node index.js" }, "dependencies": { - "@discordjs/rest": "^0.1.0-canary.0", + "@discordjs/rest": "^0.2.0-canary.0", "@replit/database": "^2.0.1", "discord-api-types": "^0.25.2", "discord.js": "^13.3.1",