Bump dotenv from 16.6.0 to 17.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.6.0 to 17.0.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.6.0...v17.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-30 11:13:48 +00:00
committed by GitHub
parent 41f938cc59
commit 5e9abff368
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@discordjs/voice": "^0.18.0",
"discord.js": "^14.21.0",
"dotenv": "^16.6.0",
"dotenv": "^17.0.0",
"libsodium-wrappers": "^0.7.15",
"path": "^0.12.7"
},
@ -412,9 +412,9 @@
]
},
"node_modules/dotenv": {
"version": "16.6.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.0.tgz",
"integrity": "sha512-Omf1L8paOy2VJhILjyhrhqwLIdstqm1BvcDPKg4NGAlkwEu9ODyrFbvk8UymUOMCT+HXo31jg1lArIrVAAhuGA==",
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.0.tgz",
"integrity": "sha512-A0BJ5lrpJVSfnMMXjmeO0xUnoxqsBHWCoqqTnGwGYVdnctqXXUEhJOO7LxmgxJon9tEZFGpe0xPRX0h2v3AANQ==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"

View File

@ -20,7 +20,7 @@
"dependencies": {
"@discordjs/voice": "^0.18.0",
"discord.js": "^14.21.0",
"dotenv": "^16.6.0",
"dotenv": "^17.0.0",
"libsodium-wrappers": "^0.7.15",
"path": "^0.12.7"
},