Bump dotenv from 16.0.1 to 16.0.2

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.1 to 16.0.2.
- [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/v16.0.1...v16.0.2)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-31 08:05:13 +00:00 committed by GitHub
parent 20e17cef4a
commit 6bafe6a92e
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.11.0", "@discordjs/voice": "^0.11.0",
"discord-api-types": "^0.37.4", "discord-api-types": "^0.37.4",
"discord.js": "^14.3.0", "discord.js": "^14.3.0",
"dotenv": "^16.0.1", "dotenv": "^16.0.2",
"libsodium-wrappers": "^0.7.10", "libsodium-wrappers": "^0.7.10",
"node-fetch": "^3.2.10", "node-fetch": "^3.2.10",
"path": "^0.12.7" "path": "^0.12.7"
@ -893,9 +893,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.0.1", "version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==", "integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
} }
@ -3361,9 +3361,9 @@
} }
}, },
"dotenv": { "dotenv": {
"version": "16.0.1", "version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==" "integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA=="
}, },
"duplexer": { "duplexer": {
"version": "0.1.2", "version": "0.1.2",

View File

@ -24,7 +24,7 @@
"@discordjs/voice": "^0.11.0", "@discordjs/voice": "^0.11.0",
"discord-api-types": "^0.37.4", "discord-api-types": "^0.37.4",
"discord.js": "^14.3.0", "discord.js": "^14.3.0",
"dotenv": "^16.0.1", "dotenv": "^16.0.2",
"libsodium-wrappers": "^0.7.10", "libsodium-wrappers": "^0.7.10",
"node-fetch": "^3.2.10", "node-fetch": "^3.2.10",
"path": "^0.12.7" "path": "^0.12.7"