From 52f1048b175d8aff1c217bb2df8f4c08f24d49c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:25:12 +0000 Subject: [PATCH] Bump discord-api-types from 0.37.78 to 0.37.79 Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.78 to 0.37.79. - [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.78...0.37.79) --- updated-dependencies: - dependency-name: discord-api-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1da32b0..1f44664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@discordjs/opus": "^0.9.0", "@discordjs/rest": "^2.2.0", "@discordjs/voice": "^0.16.1", - "discord-api-types": "^0.37.78", + "discord-api-types": "^0.37.79", "discord.js": "^14.14.1", "dotenv": "^16.4.5", "libsodium-wrappers": "^0.7.13", @@ -1188,9 +1188,9 @@ } }, "node_modules/discord-api-types": { - "version": "0.37.78", - "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.78.tgz", - "integrity": "sha512-IJdyOPhq7r9Gw5/4X9u4vG8rX7+AwOtX7flUSQyQ1vAZzlnN452GGElUPmjQJIo8gB5VwMesbA9eMW+f0NMWVA==" + "version": "0.37.79", + "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.37.79.tgz", + "integrity": "sha512-jblKMZL5f9t/pfUyhHNey8Lb9yVCcBVIPxz/JTY0raAmfj7CuFXdl9m5o/+iiB7E0vv1Kz9V7Ao5HtLRc2gH1Q==" }, "node_modules/discord.js": { "version": "14.14.1", diff --git a/package.json b/package.json index 8c098fb..28a30ab 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@discordjs/opus": "^0.9.0", "@discordjs/rest": "^2.2.0", "@discordjs/voice": "^0.16.1", - "discord-api-types": "^0.37.78", + "discord-api-types": "^0.37.79", "discord.js": "^14.14.1", "dotenv": "^16.4.5", "libsodium-wrappers": "^0.7.13",