Merge pull request #1072 from warengroup/dependabot/npm_and_yarn/develop/dotenv-16.4.7

Bump dotenv from 16.4.6 to 16.4.7
This commit is contained in:
github-actions[bot] 2024-12-04 08:34:20 +00:00 committed by GitHub
commit 049c3195b4
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

@ -11,7 +11,7 @@
"dependencies": {
"@discordjs/voice": "^0.18.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.6",
"dotenv": "^16.4.7",
"libsodium-wrappers": "^0.7.15",
"path": "^0.12.7"
},
@ -388,9 +388,9 @@
"license": "MIT"
},
"node_modules/dotenv": {
"version": "16.4.6",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.6.tgz",
"integrity": "sha512-JhcR/+KIjkkjiU8yEpaB/USlzVi3i5whwOjpIRNGi9svKEXZSe+Qp6IWAjFjv+2GViAoDRCUv/QLNziQxsLqDg==",
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"

View File

@ -20,7 +20,7 @@
"dependencies": {
"@discordjs/voice": "^0.18.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.6",
"dotenv": "^16.4.7",
"libsodium-wrappers": "^0.7.15",
"path": "^0.12.7"
},