Bump dotenv from 16.3.2 to 16.4.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.2 to 16.4.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.3.2...v16.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-24 08:58:52 +00:00 committed by GitHub
parent 9e85304d5b
commit 2442612af5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@discordjs/voice": "^0.16.1",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"dotenv": "^16.3.2",
"dotenv": "^16.4.0",
"libsodium-wrappers": "^0.7.13",
"path": "^0.12.7"
},
@ -1378,9 +1378,9 @@
}
},
"node_modules/dotenv": {
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.2.tgz",
"integrity": "sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==",
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.0.tgz",
"integrity": "sha512-WvImr5kpN5NGNn7KaDjJnLTh5rDVLZiDf/YLA8T1ZEZEBZNEDOE+mnkS0PVjPax8ZxBP5zC5SLMB3/9VV5de9g==",
"engines": {
"node": ">=12"
},

View File

@ -24,7 +24,7 @@
"@discordjs/voice": "^0.16.1",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"dotenv": "^16.3.2",
"dotenv": "^16.4.0",
"libsodium-wrappers": "^0.7.13",
"path": "^0.12.7"
},