From 25e4f7be7e60ee38380df1cf215b622190380f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:38:51 +0000 Subject: [PATCH] Bump discord-api-types from 0.38.26 to 0.38.30 Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.38.26 to 0.38.30. - [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.38.26...0.38.30) --- updated-dependencies: - dependency-name: discord-api-types dependency-version: 0.38.30 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 e642b4f..e461e86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.3.2", "license": "BSD-3-Clause + custom restriction", "dependencies": { - "discord-api-types": "^0.38.26", + "discord-api-types": "^0.38.30", "discord.js": "^14.22.1", "ws": "^8.18.3" }, @@ -520,9 +520,9 @@ } }, "node_modules/discord-api-types": { - "version": "0.38.26", - "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.26.tgz", - "integrity": "sha512-xpmPviHjIJ6dFu1eNwNDIGQ3N6qmPUUYFVAx/YZ64h7ZgPkTcKjnciD8bZe8Vbeji7yS5uYljyciunpq0J5NSw==", + "version": "0.38.30", + "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.30.tgz", + "integrity": "sha512-KhAqlBrg+rVK+Ob7INMF5o63yW4/GUzRatG/AjyVsIO8lgcLyR8qCl2HokIVzWwmzkJYG0CEPXsKMOqau3E8NA==", "license": "MIT", "workspaces": [ "scripts/actions/documentation" diff --git a/package.json b/package.json index f1a6794..4b62265 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "node": ">=23.0.0" }, "dependencies": { - "discord-api-types": "^0.38.26", + "discord-api-types": "^0.38.30", "discord.js": "^14.22.1", "ws": "^8.18.3" },