1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-12-22 08:33:18 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
d3d184e6f0
Merge pull request #132 from musix-org/dependabot/npm_and_yarn/v3/firebase-admin-13.0.1
Bump firebase-admin from 13.0.0 to 13.0.1
2024-11-20 23:30:18 +00:00
dependabot[bot]
8a9d3479e7
Bump firebase-admin from 13.0.0 to 13.0.1
Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-admin-node/compare/v13.0.0...v13.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-20 23:30:03 +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.16.3",
"dotenv": "^16.4.5",
"firebase": "^11.0.2",
"firebase-admin": "^13.0.0",
"firebase-admin": "^13.0.1",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",
@ -1788,9 +1788,9 @@
}
},
"node_modules/firebase-admin": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.0.0.tgz",
"integrity": "sha512-tgm4+NT051tv237g4rLz6L5TJ4l1QwPjzysBJKnukP8fvdJQuXUNpqQONptNbNeLEUkRAroGNuEg5v3aVPzkbw==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.0.1.tgz",
"integrity": "sha512-sKQ/Yw8o/WdC9qTKvuLMBjTbdcBISIXW4+M9PXk0bNjxEbZf1Er7EVq47eRb5+bnKof10xlns6zAIbj4tmSexg==",
"dependencies": {
"@fastify/busboy": "^3.0.0",
"@firebase/database-compat": "^2.0.0",

View File

@ -24,7 +24,7 @@
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"firebase": "^11.0.2",
"firebase-admin": "^13.0.0",
"firebase-admin": "^13.0.1",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",