1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-13 04:33:49 +00:00

Bump dotenv from 17.0.1 to 17.1.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.0.1 to 17.1.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v17.0.1...v17.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-08 23:38:37 +00:00
committed by GitHub
parent fe7348b76b
commit d116b64871
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -11,7 +11,7 @@
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"discord.js": "^14.21.0",
"dotenv": "^17.0.1",
"dotenv": "^17.1.0",
"firebase": "^11.10.0",
"firebase-admin": "^13.4.0",
"he": "^1.2.0",
@ -1582,9 +1582,10 @@
"license": "MIT"
},
"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

@ -19,7 +19,7 @@
"discord.js": "^14.21.0",
"@discordjs/voice": "^0.18.0",
"@discordjs/opus": "^0.10.0",
"dotenv": "^17.0.1",
"dotenv": "^17.1.0",
"firebase": "^11.10.0",
"firebase-admin": "^13.4.0",
"he": "^1.2.0",