1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-02-23 16:49:43 +00:00

Bump firebase-admin from 13.0.2 to 13.1.0

Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 13.0.2 to 13.1.0.
- [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.2...v13.1.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>
This commit is contained in:
dependabot[bot] 2025-02-06 23:40:18 +00:00 committed by GitHub
parent c0ced87700
commit a749e11e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -13,7 +13,7 @@
"discord.js": "^14.17.3", "discord.js": "^14.17.3",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"firebase": "^11.2.0", "firebase": "^11.2.0",
"firebase-admin": "^13.0.2", "firebase-admin": "^13.1.0",
"he": "^1.2.0", "he": "^1.2.0",
"ms": "^2.1.3", "ms": "^2.1.3",
"request": "^2.88.2", "request": "^2.88.2",
@ -2289,9 +2289,10 @@
} }
}, },
"node_modules/firebase-admin": { "node_modules/firebase-admin": {
"version": "13.0.2", "version": "13.1.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.0.2.tgz", "resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.1.0.tgz",
"integrity": "sha512-YWVpoN+tZVSRXF0qC0gojoF5bSqvBRbnBk8+xUtFiguM2L4vB7f0moAwV1VVWDDHvTnvQ68OyTMpdp6wKo/clw==", "integrity": "sha512-XPKiTyPyvUMZ22EPk4M1oSiZ8/4qFeYwjK88o/DYpGtNbOLKrM6Oc9jTaK+P6Vwn3Vr1+OCyLLJ93Bci382UqA==",
"license": "Apache-2.0",
"dependencies": { "dependencies": {
"@fastify/busboy": "^3.0.0", "@fastify/busboy": "^3.0.0",
"@firebase/database-compat": "^2.0.0", "@firebase/database-compat": "^2.0.0",

View File

@ -21,7 +21,7 @@
"@discordjs/opus": "^0.10.0", "@discordjs/opus": "^0.10.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"firebase": "^11.2.0", "firebase": "^11.2.0",
"firebase-admin": "^13.0.2", "firebase-admin": "^13.1.0",
"he": "^1.2.0", "he": "^1.2.0",
"ms": "^2.1.3", "ms": "^2.1.3",
"request": "^2.88.2", "request": "^2.88.2",