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

8 Commits

Author SHA1 Message Date
github-actions[bot]
749b08e007 Merge pull request #301 from musix-org/dependabot/npm_and_yarn/v3/firebase-12.10.0
Bump firebase from 12.9.0 to 12.10.0
2026-02-27 23:13:47 +00:00
dependabot[bot]
c3c0939cb3 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:38 +00:00
github-actions[bot]
5f9540de44 Merge pull request #299 from musix-org/dependabot/npm_and_yarn/v3/firebase-admin-13.7.0
Bump firebase-admin from 13.6.1 to 13.7.0
2026-02-26 23:13:31 +00:00
dependabot[bot]
48bc31a321 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:22 +00:00
github-actions[bot]
4ca179dcc7 Merge pull request #297 from musix-org/dependabot/npm_and_yarn/v3/nodemon-3.1.14
Bump nodemon from 3.1.13 to 3.1.14
2026-02-20 23:13:40 +00:00
dependabot[bot]
1012f855c8 Bump nodemon from 3.1.13 to 3.1.14
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.13 to 3.1.14.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.13...v3.1.14)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-version: 3.1.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-20 23:13:30 +00:00
github-actions[bot]
ed426b7067 Merge pull request #294 from musix-org/dependabot/npm_and_yarn/v3/nodemon-3.1.13
Bump nodemon from 3.1.11 to 3.1.13
2026-02-19 23:13:50 +00:00
dependabot[bot]
721f7e983f Bump nodemon from 3.1.11 to 3.1.13
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.11 to 3.1.13.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v3.1.11...v3.1.13)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-version: 3.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-19 23:13:41 +00:00
2 changed files with 831 additions and 224 deletions

1049
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -23,8 +23,8 @@
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.25.1",
"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",
"prism-media": "^1.3.5",
"request": "^2.88.2",
@@ -34,6 +34,6 @@
"ytsr": "^3.8.4"
},
"devDependencies": {
"nodemon": "^3.1.11"
"nodemon": "^3.1.14"
}
}