Merge pull request #369 from musix-org/dependabot/npm_and_yarn/v3/dotenv-18.0.0

Bump dotenv from 17.4.2 to 18.0.0
This commit is contained in:
github-actions[bot]
2026-09-21 23:14:03 +00:00
committed by GitHub
2 changed files with 8 additions and 5 deletions
+7 -4
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.27.0", "discord.js": "^14.27.0",
"dotenv": "^17.4.2", "dotenv": "^18.0.0",
"firebase": "^12.19.0", "firebase": "^12.19.0",
"firebase-admin": "^14.4.0", "firebase-admin": "^14.4.0",
"he": "^1.2.0", "he": "^1.2.0",
@@ -2024,10 +2024,13 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "17.4.2", "version": "18.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-18.0.0.tgz",
"integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==", "integrity": "sha512-16YSUvsKtKbwrTbESvtTSZzzJUug6jdFdqiBFg9Q6Bk1JY9r0hAtrtTiWxdI9YrsgOTmkjZRdgU0n3LnwGpECw==",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"bin": {
"dotenv": "dist/index.cjs"
},
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },
+1 -1
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.27.0", "discord.js": "^14.27.0",
"dotenv": "^17.4.2", "dotenv": "^18.0.0",
"firebase": "^12.19.0", "firebase": "^12.19.0",
"firebase-admin": "^14.4.0", "firebase-admin": "^14.4.0",
"he": "^1.2.0", "he": "^1.2.0",