Bump dotenv from 16.1.4 to 16.2.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.1.4 to 16.2.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.1.4...v16.2.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] 2023-06-16 08:56:51 +00:00 committed by GitHub
parent 7214a10ab8
commit b3859f79fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@discordjs/voice": "^0.16.0",
"discord-api-types": "^0.37.43",
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"dotenv": "^16.2.0",
"libsodium-wrappers": "^0.7.11",
"path": "^0.12.7"
},
@ -1140,9 +1140,9 @@
}
},
"node_modules/dotenv": {
"version": "16.1.4",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.4.tgz",
"integrity": "sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==",
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.2.0.tgz",
"integrity": "sha512-jcq2vR1DY1+QA+vH58RIrWLDZOifTGmyQJWzP9arDUbgZcySdzuBb1WvhWZzZtiXgfm+GW2pjBqStqlfpzq7wQ==",
"engines": {
"node": ">=12"
},

View File

@ -24,7 +24,7 @@
"@discordjs/voice": "^0.16.0",
"discord-api-types": "^0.37.43",
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"dotenv": "^16.2.0",
"libsodium-wrappers": "^0.7.11",
"path": "^0.12.7"
},