Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballaual committed Sep 24, 2024
1 parent ca7631c commit b02a191
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DiCoBo",
"version": "2.6.7",
"version": "2.6.9",
"description": "a discordbot written in discord.js v14 using (/) commands",
"main": "index.js",
"scripts": {
Expand All @@ -24,25 +24,25 @@
"homepage": "https://github.com/ballaual/DiCoBo#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.16.1",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.13.3",
"discord-api-types": "^0.37.65",
"discord-gamecord": "^4.4.1",
"discord.js": "^14.14.1",
"distube": "^4.1.1",
"@discordjs/rest": "^2.4.0",
"@discordjs/voice": "^0.17.0",
"@distube/deezer": "^2.0.1",
"@distube/soundcloud": "^2.0.3",
"@distube/spotify": "^2.0.2",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.14.4",
"discord-api-types": "^0.37.101",
"discord-gamecord": "^4.4.2",
"discord.js": "^14.16.2",
"distube": "^5.0.2",
"ffmpeg-static": "^5.2.0",
"genius-lyrics-api": "^3.2.0",
"humanize-duration": "^3.31.0",
"libsodium-wrappers": "^0.7.13",
"moment": "^2.29.4",
"genius-lyrics-api": "^3.2.1",
"humanize-duration": "^3.32.1",
"libsodium-wrappers": "^0.7.15",
"moment": "^2.30.1",
"node-fetch": "^3.3.2",
"request": "^2.88.2",
"sqlite3": "^5.1.6",
"sqlite3": "^5.1.7",
"string-progressbar": "^1.0.4",
"ytdl-core": "^4.11.5"
},
Expand All @@ -51,11 +51,11 @@
},
"devDependencies": {
"all-contributors-cli": "^6.26.1",
"eslint": "^8.54.0",
"eslint": "^9.11.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"nodemon": "^3.0.1"
"eslint-plugin-promise": "^7.1.0",
"nodemon": "^3.1.7"
}
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.6.8",
"version": "2.6.9",
"note": "DO NOT EDIT this file, unless you know what you are doing here!"
}

0 comments on commit b02a191

Please sign in to comment.