fix(deps): update libsodium for node 20 esm resolution
This commit is contained in:
parent
b7293637be
commit
a5f74d3508
2 changed files with 2389 additions and 7 deletions
|
|
@ -10,15 +10,15 @@
|
|||
"start": "node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@discordjs/voice": "^0.18.0",
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
"@discordjs/voice": "^0.18.0",
|
||||
"cors": "^2.8.5",
|
||||
"discord.js": "^14.16.3",
|
||||
"express": "^4.19.2",
|
||||
"libsodium-wrappers": "^0.7.13",
|
||||
"tweetnacl": "^1.0.3",
|
||||
"sodium-native": "^4.0.8",
|
||||
"cors": "^2.8.5",
|
||||
"libsodium-wrappers": "^0.8.2",
|
||||
"multer": "^2.0.0",
|
||||
"sodium-native": "^4.0.8",
|
||||
"tweetnacl": "^1.0.3",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -29,5 +29,3 @@
|
|||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue