mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-25 02:51:57 +01:00
⬆️(deps): Bump @discord-nestjs/common from 5.1.5 to 5.2.0 (#93)
Bumps [@discord-nestjs/common](https://github.com/fjodor-rybakov/discord-nestjs) from 5.1.5 to 5.2.0. - [Release notes](https://github.com/fjodor-rybakov/discord-nestjs/releases) - [Commits](https://github.com/fjodor-rybakov/discord-nestjs/compare/@discord-nestjs/common@5.1.5...@discord-nestjs/common@5.2.0) --- updated-dependencies: - dependency-name: "@discord-nestjs/common" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
54c62f240a
commit
08f9a6889e
@ -21,7 +21,7 @@
|
||||
"test:e2e": "jest --config ./test/jest-e2e.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discord-nestjs/common": "^5.1.5",
|
||||
"@discord-nestjs/common": "^5.2.0",
|
||||
"@discord-nestjs/core": "^5.3.0",
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
"@discordjs/voice": "^0.14.0",
|
||||
|
18
yarn.lock
18
yarn.lock
@ -359,12 +359,12 @@
|
||||
dependencies:
|
||||
"@jridgewell/trace-mapping" "0.3.9"
|
||||
|
||||
"@discord-nestjs/common@^5.1.5":
|
||||
version "5.1.5"
|
||||
resolved "https://registry.yarnpkg.com/@discord-nestjs/common/-/common-5.1.5.tgz#b7246430d8df7be265df74fb2d00881eb5a8b011"
|
||||
integrity sha512-Tuk1l8ypJd7euqeV9U+u/OaVrqFi3vdwDlYVi0k4IurUlxGBpAl1r9tJXL2ouWPAmPA6+ZgQCGro9/m91YmBcQ==
|
||||
"@discord-nestjs/common@^5.2.0":
|
||||
version "5.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@discord-nestjs/common/-/common-5.2.0.tgz#3bdf25eadf8372d81110e2aeefbb31e707e75554"
|
||||
integrity sha512-aXp6P7XyDk/Zoz9zpe5DLqGFBfZrz1fu6Vc8oMz2RggVxBm8k8P5bH5iOcIvI0jWsjbZ3pVCVB3SmCpjBFItRA==
|
||||
dependencies:
|
||||
"@nestjs/mapped-types" "1.2.0"
|
||||
"@nestjs/mapped-types" "1.2.2"
|
||||
class-transformer "0.5.1"
|
||||
class-validator "0.14.0"
|
||||
|
||||
@ -840,10 +840,10 @@
|
||||
dependencies:
|
||||
eventemitter2 "6.4.9"
|
||||
|
||||
"@nestjs/mapped-types@1.2.0":
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-1.2.0.tgz#1bbdbb5c956f0adb3fd76add929137bc6ad3183f"
|
||||
integrity sha512-NTFwPZkQWsArQH8QSyFWGZvJ08gR+R4TofglqZoihn/vU+ktHEJjMqsIsADwb7XD97DhiD+TVv5ac+jG33BHrg==
|
||||
"@nestjs/mapped-types@1.2.2":
|
||||
version "1.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@nestjs/mapped-types/-/mapped-types-1.2.2.tgz#d9ddb143776e309dbc1a518ac1607fddac1e140e"
|
||||
integrity sha512-3dHxLXs3M0GPiriAcCFFJQHoDFUuzTD5w6JDhE7TyfT89YKpe6tcCCIqOZWdXmt9AZjjK30RkHRSFF+QEnWFQg==
|
||||
|
||||
"@nestjs/platform-express@^9.0.0":
|
||||
version "9.3.9"
|
||||
|
Loading…
Reference in New Issue
Block a user