Bump dotenv from 16.4.2 to 16.4.3

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.2 to 16.4.3.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.2...v16.4.3)

---
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] 2024-02-13 08:50:58 +00:00 committed by GitHub
parent ef04447603
commit ed1a11e115
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@discordjs/voice": "^0.16.1", "@discordjs/voice": "^0.16.1",
"discord-api-types": "^0.37.69", "discord-api-types": "^0.37.69",
"discord.js": "^14.14.1", "discord.js": "^14.14.1",
"dotenv": "^16.4.2", "dotenv": "^16.4.3",
"libsodium-wrappers": "^0.7.13", "libsodium-wrappers": "^0.7.13",
"path": "^0.12.7" "path": "^0.12.7"
}, },
@ -1279,9 +1279,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.4.2", "version": "16.4.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.2.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.3.tgz",
"integrity": "sha512-rZSSFxke7d9nYQ5NeMIwp5PP+f8wXgKNljpOb7KtH6SKW1cEqcXAz9VSJYVLKe7Jhup/gUYOkaeSVyK8GJ+nBg==", "integrity": "sha512-II98GFrje5psQTSve0E7bnwMFybNLqT8Vu8JIFWRjsE3khyNUm/loZupuy5DVzG2IXf/ysxvrixYOQnM6mjD3A==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },

View File

@ -24,7 +24,7 @@
"@discordjs/voice": "^0.16.1", "@discordjs/voice": "^0.16.1",
"discord-api-types": "^0.37.69", "discord-api-types": "^0.37.69",
"discord.js": "^14.14.1", "discord.js": "^14.14.1",
"dotenv": "^16.4.2", "dotenv": "^16.4.3",
"libsodium-wrappers": "^0.7.13", "libsodium-wrappers": "^0.7.13",
"path": "^0.12.7" "path": "^0.12.7"
}, },