From c84fcb584f495561299e30ee591a614d9c5347a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:51:24 +0000 Subject: [PATCH] build(deps): bump discord-api-types from 0.37.23 to 0.37.24 Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.23 to 0.37.24. - [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.37.23...0.37.24) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 863fa58..8fd48fe 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "ISC", "dependencies": { "@discordjs/builders": "^1.4.0", - "discord-api-types": "^0.37.23", + "discord-api-types": "^0.37.24", "discord.js": "^13.12.0", "dotenv": "^16.0.3", "glob": "^7.2.3", diff --git a/yarn.lock b/yarn.lock index 7df67bb..b491926 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1237,10 +1237,10 @@ discord-api-types@^0.36.2: resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.36.3.tgz#a931b7e57473a5c971d6937fa5f392eb30047579" integrity sha512-bz/NDyG0KBo/tY14vSkrwQ/n3HKPf87a0WFW/1M9+tXYK+vp5Z5EksawfCWo2zkAc6o7CClc0eff1Pjrqznlwg== -discord-api-types@^0.37.20, discord-api-types@^0.37.23: - version "0.37.23" - resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.23.tgz#c94d97c631e578859900b35bf25a45bf3aabb972" - integrity sha512-IixodMf9PjOSrsPorbti5aGv6sJVSPJybAlFMYsYDQXFS7zJyhSmA/ofpPTR9ZYqL1KEDY+xU74oZgBQa52eSQ== +discord-api-types@^0.37.20, discord-api-types@^0.37.24: + version "0.37.24" + resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.24.tgz#f3ee0ad6b2b70925b5225f9beac6e24bc4de6e46" + integrity sha512-1+Fb4huJCihdbkJLcq2p7nBmtlmAryNwjefT8wwJnL8c7bc7WA87Oaa5mbLe96QvZyfwnwRCDX40H0HhcVV50g== discord.js@^13.12.0: version "13.12.0"