1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-04-19 15:04:49 +00:00

Merge pull request #175 from musix-org/dependabot/npm_and_yarn/v2/dotenv-16.5.0

Bump dotenv from 16.4.7 to 16.5.0
This commit is contained in:
github-actions[bot] 2025-04-10 23:30:06 +00:00 committed by GitHub
commit f536cfb1bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -11,7 +11,7 @@
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0", "@discordjs/voice": "^0.18.0",
"discord.js": "^14.18.0", "discord.js": "^14.18.0",
"dotenv": "^16.4.7", "dotenv": "^16.5.0",
"firebase": "^11.6.0", "firebase": "^11.6.0",
"firebase-admin": "^13.2.0", "firebase-admin": "^13.2.0",
"he": "^1.2.0", "he": "^1.2.0",
@ -1586,9 +1586,10 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.4.7", "version": "16.5.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", "integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
"license": "BSD-2-Clause",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },

View File

@ -19,7 +19,7 @@
"discord.js": "^14.18.0", "discord.js": "^14.18.0",
"@discordjs/voice": "^0.18.0", "@discordjs/voice": "^0.18.0",
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"dotenv": "^16.4.7", "dotenv": "^16.5.0",
"firebase": "^11.6.0", "firebase": "^11.6.0",
"firebase-admin": "^13.2.0", "firebase-admin": "^13.2.0",
"he": "^1.2.0", "he": "^1.2.0",