1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-04-14 19:33:26 +00:00

Bump firebase-admin from 13.7.0 to 13.8.0

Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 13.7.0 to 13.8.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.7.0...v13.8.0)

---
updated-dependencies:
- dependency-name: firebase-admin
  dependency-version: 13.8.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-04-09 23:13:26 +00:00
committed by GitHub
parent 6e1cd81009
commit c0acdc7e68
2 changed files with 10 additions and 9 deletions

17
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"discord.js": "^14.26.2",
"dotenv": "^17.4.1",
"firebase": "^12.11.0",
"firebase-admin": "^13.7.0",
"firebase-admin": "^13.8.0",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",
@@ -2022,9 +2022,9 @@
}
},
"node_modules/firebase-admin": {
"version": "13.7.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.7.0.tgz",
"integrity": "sha512-o3qS8zCJbApe7aKzkO2Pa380t9cHISqeSd3blqYTtOuUUUua3qZTLwNWgGUOss3td6wbzrZhiHIj3c8+fC046Q==",
"version": "13.8.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-13.8.0.tgz",
"integrity": "sha512-iawoQkmZbsA+2DY5UEuB8f6jSlskzzySoye0D2F6e3zlDZX9DUcXf0HhZqLUn/P6WhLGvTf6ZtCmshZvhAgTYg==",
"license": "Apache-2.0",
"dependencies": {
"@fastify/busboy": "^3.0.0",
@@ -2035,7 +2035,7 @@
"google-auth-library": "^10.6.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.1.0",
"node-forge": "^1.3.1",
"node-forge": "^1.4.0",
"uuid": "^11.0.2"
},
"engines": {
@@ -3268,9 +3268,10 @@
}
},
"node_modules/node-forge": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
"integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==",
"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"
}

View File

@@ -24,7 +24,7 @@
"discord.js": "^14.26.2",
"dotenv": "^17.4.1",
"firebase": "^12.11.0",
"firebase-admin": "^13.7.0",
"firebase-admin": "^13.8.0",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",