mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-25 02:51:57 +01:00
⬆️(deps): Bump @nestjs/common from 9.3.12 to 9.4.0 (#160)
Bumps [@nestjs/common](https://github.com/nestjs/nest) from 9.3.12 to 9.4.0. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v9.3.12...v9.4.0) --- updated-dependencies: - dependency-name: "@nestjs/common" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Manuel <manuel.ruwe@bluewin.ch> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b81145208b
commit
5d05569873
@ -26,7 +26,7 @@
|
|||||||
"@discordjs/opus": "^0.9.0",
|
"@discordjs/opus": "^0.9.0",
|
||||||
"@discordjs/voice": "^0.16.0",
|
"@discordjs/voice": "^0.16.0",
|
||||||
"@jellyfin/sdk": "^0.8.1",
|
"@jellyfin/sdk": "^0.8.1",
|
||||||
"@nestjs/common": "^9.3.12",
|
"@nestjs/common": "^9.4.0",
|
||||||
"@nestjs/config": "^2.2.0",
|
"@nestjs/config": "^2.2.0",
|
||||||
"@nestjs/core": "^9.3.12",
|
"@nestjs/core": "^9.3.12",
|
||||||
"@nestjs/event-emitter": "^1.3.1",
|
"@nestjs/event-emitter": "^1.3.1",
|
||||||
|
17
yarn.lock
17
yarn.lock
@ -801,12 +801,12 @@
|
|||||||
webpack "5.76.2"
|
webpack "5.76.2"
|
||||||
webpack-node-externals "3.0.0"
|
webpack-node-externals "3.0.0"
|
||||||
|
|
||||||
"@nestjs/common@^9.3.12":
|
"@nestjs/common@^9.4.0":
|
||||||
version "9.3.12"
|
version "9.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-9.3.12.tgz#9b3a9e162fe73c830ffa588fd3d921fd8a9f174a"
|
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-9.4.0.tgz#3597e4f3a1278486fc2e015c94e58bcbbb4f72ca"
|
||||||
integrity sha512-NtrUG2VgCbhmZEO1yRt/Utq16uFRV+xeHAOtdYIsfHGG0ssAV2lVLlvFFAQYh0SQ+KuYY1Gsxd3GK2JFoJCNqQ==
|
integrity sha512-RUcVAQsEF4WPrmzFXEOUfZnPwrLTe1UVlzXTlSyfqfqbdWDPKDGlIPVelBLfc5/+RRUQ0I5iE4+CQvpCmkqldw==
|
||||||
dependencies:
|
dependencies:
|
||||||
uid "2.0.1"
|
uid "2.0.2"
|
||||||
iterare "1.2.1"
|
iterare "1.2.1"
|
||||||
tslib "2.5.0"
|
tslib "2.5.0"
|
||||||
|
|
||||||
@ -5106,6 +5106,13 @@ uid@2.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@lukeed/csprng" "^1.0.0"
|
"@lukeed/csprng" "^1.0.0"
|
||||||
|
|
||||||
|
uid@2.0.2:
|
||||||
|
version "2.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/uid/-/uid-2.0.2.tgz#4b5782abf0f2feeefc00fa88006b2b3b7af3e3b9"
|
||||||
|
integrity sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==
|
||||||
|
dependencies:
|
||||||
|
"@lukeed/csprng" "^1.0.0"
|
||||||
|
|
||||||
undici@^5.21.0:
|
undici@^5.21.0:
|
||||||
version "5.21.0"
|
version "5.21.0"
|
||||||
resolved "https://registry.yarnpkg.com/undici/-/undici-5.21.0.tgz#b00dfc381f202565ab7f52023222ab862bb2494f"
|
resolved "https://registry.yarnpkg.com/undici/-/undici-5.21.0.tgz#b00dfc381f202565ab7f52023222ab862bb2494f"
|
||||||
|
Loading…
Reference in New Issue
Block a user