Bump dotenv from 16.2.0 to 16.3.1

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.2.0 to 16.3.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.2.0...v16.3.1)

---
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-19 08:56:56 +00:00 committed by GitHub
parent 6b76914735
commit 2b2ce3bf14
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.45",
"discord.js": "^14.11.0",
"dotenv": "^16.2.0",
"dotenv": "^16.3.1",
"libsodium-wrappers": "^0.7.11",
"path": "^0.12.7"
},
@ -1066,9 +1066,9 @@
}
},
"node_modules/dotenv": {
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.2.0.tgz",
"integrity": "sha512-jcq2vR1DY1+QA+vH58RIrWLDZOifTGmyQJWzP9arDUbgZcySdzuBb1WvhWZzZtiXgfm+GW2pjBqStqlfpzq7wQ==",
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
"engines": {
"node": ">=12"
},

View File

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