From 49f0495e0163fa78a2e53bce642f2b6e45e53405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:26:57 +0000 Subject: [PATCH] Bump discord-api-types from 0.38.26 to 0.38.28 Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.38.26 to 0.38.28. - [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.28) --- updated-dependencies: - dependency-name: discord-api-types dependency-version: 0.38.28 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..0544276 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.28", "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.28", + "resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.38.28.tgz", + "integrity": "sha512-QwgoJb+83O8Cx0bhHdI/Y9cQIHRvzy8lKXzSQOmzHEf8InuJMEWrzYk94f+OncHk3qWOqBdr9i0DjtXp4i+NHg==", "license": "MIT", "workspaces": [ "scripts/actions/documentation" diff --git a/package.json b/package.json index f1a6794..1c32e18 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.28", "discord.js": "^14.22.1", "ws": "^8.18.3" },