1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-05-15 19:03:54 +00:00

Bump firebase-admin from 13.9.0 to 13.10.0

Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 13.9.0 to 13.10.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.9.0...v13.10.0)

---
updated-dependencies:
- dependency-name: firebase-admin
  dependency-version: 13.10.0
  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]
2026-05-14 23:13:49 +00:00
committed by GitHub
parent 7aaa3caff6
commit 7677a721e0
2 changed files with 6 additions and 29 deletions
+5 -28
View File
@@ -13,7 +13,7 @@
"discord.js": "^14.26.4",
"dotenv": "^17.4.2",
"firebase": "^12.12.1",
"firebase-admin": "^13.9.0",
"firebase-admin": "^13.10.0",
"he": "^1.2.0",
"ms": "^2.1.3",
"request": "^2.88.2",
@@ -2280,9 +2280,9 @@
}
},
"node_modules/firebase-admin": {
"version": "13.9.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.9.0.tgz",
"integrity": "sha512-qiCVBBFH+kfLiCXuuE9eAbBQSckPuA43fbQ/MNvQfd9nZcHFQExmQICD/N0sZrNZDNy8FSywhjFzJJGVQzG5UA==",
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.10.0.tgz",
"integrity": "sha512-rbuCrJvYRwqBqvbccMS8fj/x2zsaMisdf5RQbRzQzr14Rbq9r2UlpuBHqWAwrO6c9dIRF56xF/xoepXsD5yDuQ==",
"license": "Apache-2.0",
"dependencies": {
"@fastify/busboy": "^3.0.0",
@@ -2292,9 +2292,7 @@
"fast-deep-equal": "^3.1.1",
"google-auth-library": "^10.6.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.1.0",
"node-forge": "^1.4.0",
"uuid": "^11.0.2"
"jwks-rsa": "^3.1.0"
},
"engines": {
"node": ">=18"
@@ -3416,15 +3414,6 @@
}
}
},
"node_modules/node-forge": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.4.0.tgz",
"integrity": "sha512-LarFH0+6VfriEhqMMcLX2F7SwSXeWwnEAJEsYm5QKWchiVYVvJyV9v7UDvUv+w5HO23ZpQTXDv/GxdDdMyOuoQ==",
"license": "(BSD-3-Clause OR GPL-2.0)",
"engines": {
"node": ">= 6.13.0"
}
},
"node_modules/nodemon": {
"version": "3.1.14",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.14.tgz",
@@ -4219,18 +4208,6 @@
"resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
},
"node_modules/uuid": {
"version": "11.0.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"bin": {
"uuid": "dist/esm/bin/uuid"
}
},
"node_modules/verror": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
+1 -1
View File
@@ -21,7 +21,7 @@
"@discordjs/opus": "^0.10.0",
"dotenv": "^17.4.2",
"firebase": "^12.12.1",
"firebase-admin": "^13.9.0",
"firebase-admin": "^13.10.0",
"he": "^1.2.0",
"ms": "^2.1.3",
"request": "^2.88.2",