1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 16:01:10 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
8a64c5ab62
Merge pull request #87 from musix-org/dependabot/npm_and_yarn/v3/firebase-admin-12.4.0
Bump firebase-admin from 12.3.1 to 12.4.0
2024-08-22 23:36:18 +00:00
dependabot[bot]
eb0bef857d
Bump firebase-admin from 12.3.1 to 12.4.0
Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 12.3.1 to 12.4.0.
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Commits](https://github.com/firebase/firebase-admin-node/compare/v12.3.1...v12.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 23:36:06 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -14,7 +14,7 @@
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"firebase": "^10.13.0",
"firebase-admin": "^12.3.1",
"firebase-admin": "^12.4.0",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",
@ -1783,9 +1783,9 @@
}
},
"node_modules/firebase-admin": {
"version": "12.3.1",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.3.1.tgz",
"integrity": "sha512-vEr3s3esl8nPIA9r/feDT4nzIXCfov1CyyCSpMQWp6x63Q104qke0MEGZlrHUZVROtl8FLus6niP/M9I1s4VBA==",
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.4.0.tgz",
"integrity": "sha512-3HOHqJxNmFv0JgK3voyMQgmcibhJN4LQfZfhnZGb6pcONnZxejki4nQ1twsoJlGaIvgQWBtO7rc5mh/cqlOJNA==",
"dependencies": {
"@fastify/busboy": "^3.0.0",
"@firebase/database-compat": "^1.0.2",

View File

@ -24,7 +24,7 @@
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"firebase": "^10.13.0",
"firebase-admin": "^12.3.1",
"firebase-admin": "^12.4.0",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",