Bump dotenv from 12.0.3 to 14.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 12.0.3 to 14.1.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/v12.0.3...v14.1.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-01-17 08:02:59 +00:00 committed by GitHub
parent 28ae1793e2
commit 11f3906ef9
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.7.5",
"discord-api-types": "^0.26.0",
"discord.js": "^13.6.0",
"dotenv": "^12.0.3",
"dotenv": "^14.1.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.1.0",
"path": "^0.12.7"
@ -1242,9 +1242,9 @@
}
},
"node_modules/dotenv": {
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-12.0.3.tgz",
"integrity": "sha512-RlOysyzyGiABgDFgITo5fRnMV1QStdoVvkXhnxQc5Or/CiQo52s2Bh6DVMvzZsmFQ9IrNxYHOC/gdpNwHsitnQ==",
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.1.0.tgz",
"integrity": "sha512-h8V+Yfa8m0YSjf3Rgbno51cxWldb4PEixIJVL55VmW7uAfeLQKiaPrEUiBps+ARK9MeqjJgTf269OMmu6lOODQ==",
"engines": {
"node": ">=12"
}
@ -4466,9 +4466,9 @@
}
},
"dotenv": {
"version": "12.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-12.0.3.tgz",
"integrity": "sha512-RlOysyzyGiABgDFgITo5fRnMV1QStdoVvkXhnxQc5Or/CiQo52s2Bh6DVMvzZsmFQ9IrNxYHOC/gdpNwHsitnQ=="
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.1.0.tgz",
"integrity": "sha512-h8V+Yfa8m0YSjf3Rgbno51cxWldb4PEixIJVL55VmW7uAfeLQKiaPrEUiBps+ARK9MeqjJgTf269OMmu6lOODQ=="
},
"duplexer": {
"version": "0.1.2",

View File

@ -24,7 +24,7 @@
"@discordjs/voice": "^0.7.5",
"discord-api-types": "^0.26.0",
"discord.js": "^13.6.0",
"dotenv": "^12.0.3",
"dotenv": "^14.1.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.1.0",
"path": "^0.12.7"