From dc9bae6e197e4f70336f20e2a941750cffd66cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 00:39:36 +0000 Subject: [PATCH] Bump discord-api-types from 0.26.1 to 0.37.51 Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.26.1 to 0.37.51. - [Release notes](https://github.com/discordjs/discord-api-types/releases) - [Changelog](https://github.com/discordjs/discord-api-types/blob/main/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord-api-types/compare/0.26.1...0.37.51) --- updated-dependencies: - dependency-name: discord-api-types 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 af57f4f..fb2e7bf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@discordjs/builders": "~0.12.0", "@discordjs/rest": "~0.2.0-canary.0", "@replit/database": "~2.0.1", - "discord-api-types": "~0.26.0", + "discord-api-types": "~0.37.51", "discord.js": "~13.3.1", "dotenv": "~14.2.0", "express": "~4.17.1"