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.8.0 to 13.10.0

Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 13.8.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.8.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:46 +00:00
committed by GitHub
parent c650d855ec
commit c63b609255
2 changed files with 6 additions and 29 deletions
+5 -28
View File
@@ -14,7 +14,7 @@
"discord.js": "^14.26.4",
"dotenv": "^17.4.2",
"firebase": "^12.13.0",
"firebase-admin": "^13.8.0",
"firebase-admin": "^13.10.0",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",
@@ -2028,9 +2028,9 @@
}
},
"node_modules/firebase-admin": {
"version": "13.8.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.8.0.tgz",
"integrity": "sha512-iawoQkmZbsA+2DY5UEuB8f6jSlskzzySoye0D2F6e3zlDZX9DUcXf0HhZqLUn/P6WhLGvTf6ZtCmshZvhAgTYg==",
"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",
@@ -2040,9 +2040,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"
@@ -3273,15 +3271,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",
@@ -4214,18 +4203,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
@@ -24,7 +24,7 @@
"discord.js": "^14.26.4",
"dotenv": "^17.4.2",
"firebase": "^12.13.0",
"firebase-admin": "^13.8.0",
"firebase-admin": "^13.10.0",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",