⬆️ Upgrade dependencies

This commit is contained in:
Manuel 2023-05-14 15:52:02 +02:00
parent 60d67e1b17
commit 0de04ecb20
2 changed files with 840 additions and 785 deletions

View File

@ -22,8 +22,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json" "test:e2e": "jest --config ./test/jest-e2e.json"
}, },
"dependencies": { "dependencies": {
"@discord-nestjs/common": "^5.2.3", "@discord-nestjs/common": "^5.2.4",
"@discord-nestjs/core": "^5.3.5", "@discord-nestjs/core": "^5.3.6",
"@discordjs/opus": "^0.9.0", "@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0", "@discordjs/voice": "^0.16.0",
"@jellyfin/sdk": "^0.7.0", "@jellyfin/sdk": "^0.7.0",
@ -35,37 +35,37 @@
"@nestjs/schedule": "^2.1.0", "@nestjs/schedule": "^2.1.0",
"@nestjs/serve-static": "^3.0.1", "@nestjs/serve-static": "^3.0.1",
"@nestjs/terminus": "^9.2.2", "@nestjs/terminus": "^9.2.2",
"date-fns": "^2.29.3", "date-fns": "^2.30.0",
"discord.js": "^14.9.0", "discord.js": "^14.11.0",
"joi": "^17.9.1", "joi": "^17.9.2",
"libsodium-wrappers": "^0.7.10", "libsodium-wrappers": "^0.7.10",
"opusscript": "^0.0.8", "opusscript": "^0.1.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rimraf": "^5.0.0", "rimraf": "^5.0.0",
"rxjs": "^7.2.0", "rxjs": "^7.8.1",
"uuid": "^9.0.0", "uuid": "^9.0.0",
"ws": "^8.13.0", "ws": "^8.13.0",
"zod": "^3.21.4" "zod": "^3.21.4"
}, },
"devDependencies": { "devDependencies": {
"@nestjs/cli": "^9.3.0", "@nestjs/cli": "^9.4.2",
"@nestjs/schematics": "^9.1.0", "@nestjs/schematics": "^9.1.0",
"@nestjs/testing": "^9.4.0", "@nestjs/testing": "^9.4.0",
"@types/cron": "^2.0.1", "@types/cron": "^2.0.1",
"@types/express": "^4.17.13", "@types/express": "^4.17.13",
"@types/jest": "28.1.8", "@types/jest": "29.5.1",
"@types/node": "^18.15.11", "@types/node": "^20.1.4",
"@types/supertest": "^2.0.11", "@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.1", "@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.38.0", "eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"jest": "28.1.3", "jest": "29.5.0",
"prettier": "^2.8.7", "prettier": "^2.8.8",
"source-map-support": "^0.5.20", "source-map-support": "^0.5.20",
"supertest": "^6.1.3", "supertest": "^6.1.3",
"ts-jest": "28.0.8", "ts-jest": "29.1.0",
"ts-loader": "^9.2.3", "ts-loader": "^9.2.3",
"ts-node": "^10.0.0", "ts-node": "^10.0.0",
"tsconfig-paths": "4.2.0", "tsconfig-paths": "4.2.0",

1593
yarn.lock

File diff suppressed because it is too large Load Diff