1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-03-16 22:20:58 +00:00

6 Commits

Author SHA1 Message Date
github-actions[bot]
4cbc4da178 Merge pull request #304 from musix-org/dependabot/npm_and_yarn/v2/discordjs/voice-0.19.1
Bump @discordjs/voice from 0.19.0 to 0.19.1
2026-03-09 23:24:45 +00:00
dependabot[bot]
d1fefc0da9 Bump @discordjs/voice from 0.19.0 to 0.19.1
Bumps [@discordjs/voice](https://github.com/discordjs/discord.js/tree/HEAD/packages/voice) from 0.19.0 to 0.19.1.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/voice/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/voice@0.19.1/packages/voice)

---
updated-dependencies:
- dependency-name: "@discordjs/voice"
  dependency-version: 0.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 23:24:37 +00:00
github-actions[bot]
e9415aa30b Merge pull request #302 from musix-org/dependabot/npm_and_yarn/v2/firebase-12.10.0
Bump firebase from 12.9.0 to 12.10.0
2026-02-27 23:13:52 +00:00
dependabot[bot]
af659db5ba Bump firebase from 12.9.0 to 12.10.0
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 12.9.0 to 12.10.0.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@12.9.0...firebase@12.10.0)

---
updated-dependencies:
- dependency-name: firebase
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 23:13:43 +00:00
github-actions[bot]
740d55a007 Merge pull request #300 from musix-org/dependabot/npm_and_yarn/v2/firebase-admin-13.7.0
Bump firebase-admin from 13.6.1 to 13.7.0
2026-02-26 23:13:45 +00:00
dependabot[bot]
a452ecb7a8 Bump firebase-admin from 13.6.1 to 13.7.0
Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 13.6.1 to 13.7.0.
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-admin-node/compare/v13.6.1...v13.7.0)

---
updated-dependencies:
- dependency-name: firebase-admin
  dependency-version: 13.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 23:13:35 +00:00
2 changed files with 1109 additions and 231 deletions

1334
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,11 +17,11 @@
},
"dependencies": {
"discord.js": "^14.25.1",
"@discordjs/voice": "^0.19.0",
"@discordjs/voice": "^0.19.1",
"@discordjs/opus": "^0.10.0",
"dotenv": "^17.3.1",
"firebase": "^12.9.0",
"firebase-admin": "^13.6.1",
"firebase": "^12.10.0",
"firebase-admin": "^13.7.0",
"he": "^1.2.0",
"ms": "^2.1.3",
"request": "^2.88.2",