Bump dotenv from 14.3.2 to 15.0.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.3.2 to 15.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/v14.3.2...v15.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-01 01:13:04 +00:00 committed by GitHub
parent 3e9ebea3e1
commit 7fc6f55bfb
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",
"discord-api-types": "^0.26.0",
"discord.js": "^13.6.0",
"dotenv": "^14.3.2",
"dotenv": "^15.0.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.2.0",
"path": "^0.12.7"
@ -1222,9 +1222,9 @@
}
},
"node_modules/dotenv": {
"version": "14.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz",
"integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-15.0.0.tgz",
"integrity": "sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg==",
"engines": {
"node": ">=12"
}
@ -4423,9 +4423,9 @@
}
},
"dotenv": {
"version": "14.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz",
"integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ=="
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-15.0.0.tgz",
"integrity": "sha512-/l1sXXm79ry34KwwS0y4oVZjB468iw/6u9g1W26dtexKcIJAnVL2pMF+hxQwzZ7LutxOwEgtym9eIxvX33CMKg=="
},
"duplexer": {
"version": "0.1.2",

View File

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