From 08ce3bef3cf1650b08e8edd8d7277c5de1ac5b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:09:39 +0000 Subject: [PATCH] build(deps-dev): bump discord-api-types from 0.36.3 to 0.37.70 in /bot Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.36.3 to 0.37.70. - [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.36.3...0.37.70) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/package.json b/bot/package.json index afb69e8..d6f4802 100644 --- a/bot/package.json +++ b/bot/package.json @@ -64,7 +64,7 @@ "@types/ws": "^8.5", "@typescript-eslint/eslint-plugin": "^5.47", "@typescript-eslint/parser": "^5.47", - "discord-api-types": "^0.36", + "discord-api-types": "^0.37", "eslint": "^8.30", "eslint-config-prettier": "^9.0", "prettier": "^2.8",