1 Commits

Author SHA1 Message Date
admin cbf1bcec19 Bump dotenv from 16.4.7 to 16.5.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.7 to 16.5.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.7...v16.5.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 16.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-11 04:17:23 +00:00
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -10,8 +10,8 @@
"dependencies": {
"@discordjs/voice": "^0.18.0",
"array-move": "^4.0.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"discord.js": "^14.17.3",
"dotenv": "^16.5.0",
"ffmpeg-static": "^5.2.0",
"i18n": "^0.15.1",
"lyrics-finder": "^21.0.5",
@@ -1422,9 +1422,9 @@
}
},
"node_modules/dotenv": {
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
"integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
+1 -1
View File
@@ -20,7 +20,7 @@
"@discordjs/voice": "^0.18.0",
"array-move": "^4.0.0",
"dotenv": "^16.4.7",
"dotenv": "^16.5.0",
"discord.js": "^14.17.3",
"ffmpeg-static": "^5.2.0",
"i18n": "^0.15.1",