From f90eda7c0bb5f60d92ae7df76855bc7f52fe884b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 18:05:12 +0000 Subject: [PATCH] Bump discord.js from 12.5.3 to 13.2.0 Bumps [discord.js](https://github.com/discordjs/discord.js) from 12.5.3 to 13.2.0. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Changelog](https://github.com/discordjs/discord.js/blob/main/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord.js/compare/12.5.3...13.2.0) --- 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 9af3353..622c9d9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "start": "node server.js" }, "dependencies": { - "discord.js": "^12.3.0", + "discord.js": "^13.2.0", "dblapi.js": "^2.4.1", "express": "^4.17.1", "node-fetch": "^2.6.0",