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

Bump dotenv from 17.0.0 to 17.0.1

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

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.0.1
  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]
2025-07-01 23:37:40 +00:00
committed by GitHub
parent 7a4afc536d
commit 153368cee7
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"discord-webhook-node": "^1.1.8", "discord-webhook-node": "^1.1.8",
"discord.js": "^14.21.0", "discord.js": "^14.21.0",
"dotenv": "^17.0.0", "dotenv": "^17.0.1",
"firebase": "^11.10.0", "firebase": "^11.10.0",
"firebase-admin": "^13.4.0", "firebase-admin": "^13.4.0",
"he": "^1.2.0", "he": "^1.2.0",
@ -1591,9 +1591,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "17.0.0", "version": "17.0.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.0.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.0.1.tgz",
"integrity": "sha512-A0BJ5lrpJVSfnMMXjmeO0xUnoxqsBHWCoqqTnGwGYVdnctqXXUEhJOO7LxmgxJon9tEZFGpe0xPRX0h2v3AANQ==", "integrity": "sha512-GLjkduuAL7IMJg/ZnOPm9AnWKJ82mSE2tzXLaJ/6hD6DhwGfZaXG77oB8qbReyiczNxnbxQKyh0OE5mXq0bAHA==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },

View File

@ -22,7 +22,7 @@
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"discord-webhook-node": "^1.1.8", "discord-webhook-node": "^1.1.8",
"discord.js": "^14.21.0", "discord.js": "^14.21.0",
"dotenv": "^17.0.0", "dotenv": "^17.0.1",
"firebase": "^11.10.0", "firebase": "^11.10.0",
"firebase-admin": "^13.4.0", "firebase-admin": "^13.4.0",
"he": "^1.2.0", "he": "^1.2.0",