From 0aab3f418ce3024c5097c36c525c1b4d5f5f7403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 07:57:00 +0000 Subject: [PATCH] Bump discord-api-types from 0.37.36 to 0.37.37 Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.37.36 to 0.37.37. - [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.36...0.37.37) --- 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 8bbbfb9..30cb1fd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "GPL-3.0", "type": "module", "dependencies": { - "discord-api-types": "^0.37.36", + "discord-api-types": "^0.37.37", "discord.js": "^14.8.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index dcc5592..4cb688c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -261,10 +261,10 @@ deep-is@^0.1.3: resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== -discord-api-types@^0.37.35, discord-api-types@^0.37.36: - version "0.37.36" - resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.36.tgz#650a8f66dce2c5e54a8c2275db74a0bb7936430d" - integrity sha512-Nlxmp10UpVr/utgZ9uODQvG2Or+5w7LFrvFMswyeKC9l/+UaqGT6H0OVgEFhu9GEO4U6K7NNO5W8Carv7irnCA== +discord-api-types@^0.37.35, discord-api-types@^0.37.37: + version "0.37.37" + resolved "https://registry.yarnpkg.com/discord-api-types/-/discord-api-types-0.37.37.tgz#49bc42a36124c85f06297f1548f130329ed5aeb0" + integrity sha512-LDMBKzl/zbvHO/yCzno5hevuA6lFIXJwdKSJZQrB+1ToDpFfN9thK+xxgZNR4aVkI7GHRDja0p4Sl2oYVPnHYg== discord.js@^14.8.0: version "14.8.0"