Bump discord-api-types from 0.27.0 to 0.27.1

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

---
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] 2022-02-14 08:03:52 +00:00 committed by GitHub
parent c60e8e90f3
commit 59bc49efdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 11 deletions

17
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.27.0",
"discord-api-types": "^0.27.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"libsodium-wrappers": "^0.7.9",
@ -1189,12 +1189,9 @@
}
},
"node_modules/discord-api-types": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.27.0.tgz",
"integrity": "sha512-l7AnQKffohJTembJRN4Bz54R/esSn+WmulWE7bDIHVcuCLdsUhlvt+4tns8ox+wsEPVlT+gEEko2BF5AL8/zjw==",
"engines": {
"node": ">=12"
}
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.27.1.tgz",
"integrity": "sha512-NhOrRs3TDx/p/e7+VCzcvtVz/Wkqa/olS82HJb2aM/oI0CLcnB+lJMXWa8wjn57XviFBcMMR0poqUMXx0IqTkQ=="
},
"node_modules/discord.js": {
"version": "13.6.0",
@ -4448,9 +4445,9 @@
}
},
"discord-api-types": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.27.0.tgz",
"integrity": "sha512-l7AnQKffohJTembJRN4Bz54R/esSn+WmulWE7bDIHVcuCLdsUhlvt+4tns8ox+wsEPVlT+gEEko2BF5AL8/zjw=="
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/discord-api-types/-/discord-api-types-0.27.1.tgz",
"integrity": "sha512-NhOrRs3TDx/p/e7+VCzcvtVz/Wkqa/olS82HJb2aM/oI0CLcnB+lJMXWa8wjn57XviFBcMMR0poqUMXx0IqTkQ=="
},
"discord.js": {
"version": "13.6.0",

View File

@ -22,7 +22,7 @@
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.27.0",
"discord-api-types": "^0.27.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"libsodium-wrappers": "^0.7.9",