Merge pull request #1098 from warengroup/dependabot/npm_and_yarn/develop/dotenv-17.1.0

Bump dotenv from 17.0.1 to 17.1.0
This commit is contained in:
github-actions[bot]
2025-07-08 08:57:24 +00:00
committed by GitHub
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.21.0",
"dotenv": "^17.0.1",
"dotenv": "^17.1.0",
"libsodium-wrappers": "^0.7.15",
"path": "^0.12.7"
},
@ -412,9 +412,9 @@
]
},
"node_modules/dotenv": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.1.tgz",
"integrity": "sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==",
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.1.0.tgz",
"integrity": "sha512-tG9VUTJTuju6GcXgbdsOuRhupE8cb4mRgY5JLRCh4MtGoVo3/gfGUtOMwmProM6d0ba2mCFvv+WrpYJV6qgJXQ==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"

View File

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