Bump dotenv from 15.0.0 to 16.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 15.0.0 to 16.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v15.0.0...v16.0.0)

---
updated-dependencies:
- dependency-name: dotenv
  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] 2022-02-03 08:05:13 +00:00 committed by GitHub
parent 938319bbe4
commit dcaec17699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@discordjs/voice": "^0.8.0", "@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.26.0", "discord-api-types": "^0.26.0",
"discord.js": "^13.6.0", "discord.js": "^13.6.0",
"dotenv": "^15.0.0", "dotenv": "^16.0.0",
"libsodium-wrappers": "^0.7.9", "libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.2.0", "node-fetch": "^3.2.0",
"path": "^0.12.7" "path": "^0.12.7"
@ -1252,9 +1252,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "15.0.0", "version": "16.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-15.0.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
"integrity": "sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg==", "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
} }
@ -4453,9 +4453,9 @@
} }
}, },
"dotenv": { "dotenv": {
"version": "15.0.0", "version": "16.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-15.0.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
"integrity": "sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg==" "integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q=="
}, },
"duplexer": { "duplexer": {
"version": "0.1.2", "version": "0.1.2",

View File

@ -24,7 +24,7 @@
"@discordjs/voice": "^0.8.0", "@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.26.0", "discord-api-types": "^0.26.0",
"discord.js": "^13.6.0", "discord.js": "^13.6.0",
"dotenv": "^15.0.0", "dotenv": "^16.0.0",
"libsodium-wrappers": "^0.7.9", "libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.2.0", "node-fetch": "^3.2.0",
"path": "^0.12.7" "path": "^0.12.7"