From fb21bf7c5d2e29d766795454fac68ac7c77c6de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 01:14:24 +0000 Subject: [PATCH 1/2] Bump prisma from 5.22.0 to 6.0.1 Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 5.22.0 to 6.0.1. - [Release notes](https://github.com/prisma/prisma/releases) - [Commits](https://github.com/prisma/prisma/commits/6.0.1/packages/cli) --- updated-dependencies: - dependency-name: prisma dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 925cdf8bd..0e085d8f3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/i18n": "^0.13.12", "@types/node": "^22.10.0", "@types/signale": "^1.4.7", - "prisma": "^5.22.0", + "prisma": "^6.0.1", "typescript": "^5.7.2" }, "dependencies": { From e022560a55c04059afd239ad5a11337adb9122c4 Mon Sep 17 00:00:00 2001 From: hwangsihu Date: Fri, 29 Nov 2024 19:58:27 +0900 Subject: [PATCH 2/2] Update dependencies and lavalink --- Lavalink/example.application.yml | 7 +++---- package.json | 10 +++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Lavalink/example.application.yml b/Lavalink/example.application.yml index 5c22fa761..8790de2e3 100644 --- a/Lavalink/example.application.yml +++ b/Lavalink/example.application.yml @@ -94,11 +94,10 @@ plugins: # The clients to use for track loading. See below for a list of valid clients. # Clients are queried in the order they are given (so the first client is queried first and so on...) clients: - - ANDROID_MUSIC + - ANDROID_VR - MUSIC - WEB - WEBEMBEDDED - - TVHTML5EMBEDDED # This secure your lavalink is working and playing music if you used this two things below. #oauth: # enabled: true # IF YOU RUN YOUR LAVALINK CHECK YOUR CONSOLE AND CLICK THE GOOGLE.COM/DEVICES LINK AND THERE IS A CODE THAT YOU NEED TO PUT IN TO THE GOOGLE AND USE A BURNER ACCOUNT OR ALT ACCOUNT THERE IS A POSSIBLE CHANGE YOU CAN GET BANNED FROM GOOGLE OR YOUTUBE SO JUST USE A BURNER ACCOUNT IN CASE. @@ -107,7 +106,7 @@ plugins: # visitorData: "" lavalink: plugins: - - dependency: "com.github.appujet:jiosaavn-plugin:1.0.2" + - dependency: "com.github.appujet:jiosaavn-plugin:1.0.3" repository: "https://jitpack.io" - dependency: "com.dunctebot:skybot-lavalink-plugin:1.7.0" snapshot: false # set to true if you want to use snapshot builds @@ -117,7 +116,7 @@ lavalink: snapshot: false # set to true if you want to use snapshot builds - dependency: "com.github.topi314.sponsorblock:sponsorblock-plugin:3.0.1" snapshot: false # set to true if you want to use snapshot builds - - dependency: "dev.lavalink.youtube:youtube-plugin:1.8.3" + - dependency: "dev.lavalink.youtube:youtube-plugin:1.10.2" snapshot: false # set to true if you want to use snapshot builds pluginsDir: './plugins' server: diff --git a/package.json b/package.json index 925cdf8bd..06a4cc35d 100644 --- a/package.json +++ b/package.json @@ -35,16 +35,16 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/i18n": "^0.13.12", - "@types/node": "^22.10.0", + "@types/node": "^22.10.1", "@types/signale": "^1.4.7", - "prisma": "^5.22.0", + "prisma": "^6.0.1", "typescript": "^5.7.2" }, "dependencies": { - "@prisma/client": "^5.22.0", + "@prisma/client": "^6.0.1", "@top-gg/sdk": "^3.1.6", "discord.js": "^14.16.3", - "dotenv": "^16.4.5", + "dotenv": "^16.4.7", "genius-lyrics-api": "^3.2.1", "i18n": "^0.15.1", "lavalink-client": "^2.4.1", @@ -52,7 +52,7 @@ "signale": "^1.4.0", "topgg-autoposter": "^2.0.2", "tslib": "^2.8.1", - "undici": "^6.21.0", + "undici": "^7.1.0", "zod": "^3.23.8" }, "signale": {