From a5af83d2a8d4259afac93549140358ae6b5c111b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Dec 2022 00:04:20 +0000 Subject: [PATCH] Bump discord.js from 13.3.1 to 14.7.1 Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.3.1 to 14.7.1. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Commits](https://github.com/discordjs/discord.js/compare/13.3.1...14.7.1) --- updated-dependencies: - dependency-name: discord.js 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..3d5f88e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@discordjs/rest": "~0.2.0-canary.0", "@replit/database": "~2.0.1", "discord-api-types": "~0.26.0", - "discord.js": "~13.3.1", + "discord.js": "~14.7.1", "dotenv": "~14.2.0", "express": "~4.17.1" },