Bump discord-api-types from 0.25.1 to 0.25.2

Bumps [discord-api-types](https://github.com/discordjs/discord-api-types) from 0.25.1 to 0.25.2.
- [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.25.1...0.25.2)

---
updated-dependencies:
- dependency-name: discord-api-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-01 08:07:20 +00:00 committed by GitHub
parent 6069125584
commit cf51079243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.1.1-canary.0",
"@discordjs/voice": "^0.7.5",
"discord-api-types": "^0.25.1",
"discord-api-types": "^0.25.2",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"libsodium-wrappers": "^0.7.9",
@ -1234,9 +1234,9 @@
}
},
"node_modules/discord-api-types": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.25.1.tgz",
"integrity": "sha512-8667foCE/tEP6+2ezQpWs6PL37jgPeun0rv75EMpJZaMaMYpm+OAld1gIqTH4swYc4wLIr99ELhsleVZ+NtYrQ==",
"version": "0.25.2",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.25.2.tgz",
"integrity": "sha512-O243LXxb5gLLxubu5zgoppYQuolapGVWPw3ll0acN0+O8TnPUE2kFp9Bt3sTRYodw8xFIknOVxjSeyWYBpVcEQ==",
"engines": {
"node": ">=12"
}
@ -4676,9 +4676,9 @@
}
},
"discord-api-types": {
"version": "0.25.1",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.25.1.tgz",
"integrity": "sha512-8667foCE/tEP6+2ezQpWs6PL37jgPeun0rv75EMpJZaMaMYpm+OAld1gIqTH4swYc4wLIr99ELhsleVZ+NtYrQ=="
"version": "0.25.2",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.25.2.tgz",
"integrity": "sha512-O243LXxb5gLLxubu5zgoppYQuolapGVWPw3ll0acN0+O8TnPUE2kFp9Bt3sTRYodw8xFIknOVxjSeyWYBpVcEQ=="
},
"discord.js": {
"version": "13.3.1",

View File

@ -22,7 +22,7 @@
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.1.1-canary.0",
"@discordjs/voice": "^0.7.5",
"discord-api-types": "^0.25.1",
"discord-api-types": "^0.25.2",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"libsodium-wrappers": "^0.7.9",