1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-04 01:34:28 +00:00

Bump dotenv from 16.5.0 to 16.6.0

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.5.0 to 16.6.0.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.5.0...v16.6.0)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 16.6.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-06-26 23:12:42 +00:00
committed by GitHub
parent 0390682fe7
commit 24d37eb215
2 changed files with 5 additions and 6 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": "^16.5.0",
"dotenv": "^16.6.0",
"firebase": "^11.9.1",
"firebase-admin": "^13.4.0",
"he": "^1.2.0",
@ -1623,10 +1623,9 @@
"license": "MIT"
},
"node_modules/dotenv": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz",
"integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==",
"license": "BSD-2-Clause",
"version": "16.6.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.0.tgz",
"integrity": "sha512-Omf1L8paOy2VJhILjyhrhqwLIdstqm1BvcDPKg4NGAlkwEu9ODyrFbvk8UymUOMCT+HXo31jg1lArIrVAAhuGA==",
"engines": {
"node": ">=12"
},