Bump dotenv from 18.0.0 to 18.0.1

Bumps [dotenv](https://github.com/motdotla/dotenv) from 18.0.0 to 18.0.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v18.0.0...v18.0.1)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-09-22 08:42:45 +00:00
committed by GitHub
parent 12e8fcf7b4
commit 3ddb92212f
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -12,7 +12,7 @@
"@discordjs/voice": "^0.19.2",
"@snazzah/davey": "^0.1.12",
"discord.js": "^14.27.0",
"dotenv": "^18.0.0",
"dotenv": "^18.0.1",
"libsodium-wrappers": "^0.8.4",
"path": "^0.12.7"
},
@@ -965,9 +965,9 @@
}
},
"node_modules/dotenv": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-18.0.0.tgz",
"integrity": "sha512-16YSUvsKtKbwrTbESvtTSZzzJUug6jdFdqiBFg9Q6Bk1JY9r0hAtrtTiWxdI9YrsgOTmkjZRdgU0n3LnwGpECw==",
"version": "18.0.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-18.0.1.tgz",
"integrity": "sha512-0eR4m4D/jH5eaI3evo2ZqqMii5mrTCR12v12VChdie6O1gPHs7XAjzTep0CWc1Bd+oNx3vVfbi734dK4zghigw==",
"license": "BSD-2-Clause",
"bin": {
"dotenv": "dist/index.cjs"
+1 -1
View File
@@ -21,7 +21,7 @@
"@discordjs/voice": "^0.19.2",
"@snazzah/davey": "^0.1.12",
"discord.js": "^14.27.0",
"dotenv": "^18.0.0",
"dotenv": "^18.0.1",
"libsodium-wrappers": "^0.8.4",
"path": "^0.12.7"
},