modified: aethex-bot/package-lock.json

This commit is contained in:
MrPiglr 2025-12-25 08:20:38 +00:00
parent 793c96c1ba
commit ee5b1bc15e
3 changed files with 40 additions and 3 deletions

1
.gitignore vendored
View file

@ -158,3 +158,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
node_modules

View file

@ -16,8 +16,11 @@
"discord-player": "^7.1.0",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"kazagumo": "^3.4.0",
"mediaplex": "^1.0.0",
"sodium-native": "^5.0.10"
"shoukaku": "^4.2.0",
"sodium-native": "^5.0.10",
"ws": "^8.18.3"
},
"devDependencies": {
"nodemon": "^3.0.1"
@ -37,6 +40,7 @@
"resolved": "https://registry.npmjs.org/@discord-player/extractor/-/extractor-7.1.0.tgz",
"integrity": "sha512-/ttNFkN0hacSS/KJNcPP8Dvk1W8+QGbdlbtJNIPHO1oBfEMazs6BimokMG5eCVmSLPb2MaWPGKTjhoQzHLlBlw==",
"license": "MIT",
"peer": true,
"dependencies": {
"file-type": "^16.5.4",
"isomorphic-unfetch": "^4.0.2",
@ -1733,6 +1737,7 @@
"integrity": "sha512-yY35KZckJJuVVPXpvjgxiCuVEJT67F6zDeVTv4rizyPrfGBUpZQsvmxnN+C371c2esD/hNMjj4tpBhuueLN7aA==",
"hasInstallScript": true,
"license": "MIT",
"peer": true,
"bin": {
"esbuild": "bin/esbuild"
},
@ -2160,6 +2165,18 @@
"node": ">=10"
}
},
"node_modules/kazagumo": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/kazagumo/-/kazagumo-3.4.0.tgz",
"integrity": "sha512-xh/qDSMXJw+rLUzGG0tamXD3HZO8Ao6A5DGPEHF+oeVQxX1cB7k/EjmDE3KJu1GK6xMmdVh1GHtZaPMyTKDLNQ==",
"license": "ISC",
"dependencies": {
"shoukaku": "^4.2.0"
},
"engines": {
"node": ">=16.5.0"
}
},
"node_modules/libsodium": {
"version": "0.7.15",
"resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.15.tgz",
@ -2249,6 +2266,7 @@
"resolved": "https://registry.npmjs.org/mediaplex/-/mediaplex-1.0.0.tgz",
"integrity": "sha512-2vj7Px34rNUmHKilpAagU7jNhKIyoG8/wZ/cvJQzUdhvul8ef03NOK3No3LWVZEF1Pi27VSFOwBvawli/B86hA==",
"license": "MIT",
"peer": true,
"engines": {
"node": ">= 10"
},
@ -2986,6 +3004,19 @@
"node": ">=10"
}
},
"node_modules/shoukaku": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/shoukaku/-/shoukaku-4.2.0.tgz",
"integrity": "sha512-3vPQLG484cZ1/2nd4ERRs6XESvGhvD8jZiB0STcpmTtnH6A/6ZcT3iYl00RoU1PZhC7TTrrvCYk1ca+KJjkoYw==",
"license": "MIT",
"dependencies": {
"ws": "^8.18.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
}
},
"node_modules/simple-update-notifier": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz",
@ -3178,6 +3209,7 @@
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"license": "MIT",
"peer": true,
"engines": {
"node": ">=12"
},
@ -3343,6 +3375,7 @@
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"license": "Apache-2.0",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View file

@ -28,8 +28,11 @@
"discord-player": "^7.1.0",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"kazagumo": "^3.4.0",
"mediaplex": "^1.0.0",
"sodium-native": "^5.0.10"
"shoukaku": "^4.2.0",
"sodium-native": "^5.0.10",
"ws": "^8.18.3"
},
"devDependencies": {
"nodemon": "^3.0.1"