1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 19:11:11 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
46d3001a2c
Merge pull request #83 from musix-org/dependabot/npm_and_yarn/v2/firebase-admin-12.3.1
Bump firebase-admin from 12.3.0 to 12.3.1
2024-08-08 23:17:39 +00:00
dependabot[bot]
7f227d3053
Bump firebase-admin from 12.3.0 to 12.3.1
Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 12.3.0 to 12.3.1.
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Commits](https://github.com/firebase/firebase-admin-node/compare/v12.3.0...v12.3.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-08-08 23:17:27 +00:00
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@ -14,7 +14,7 @@
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"firebase": "^10.12.5",
"firebase-admin": "^12.3.0",
"firebase-admin": "^12.3.1",
"he": "^1.2.0",
"ms": "^2.1.3",
"request": "^2.88.2",
@ -1046,11 +1046,11 @@
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="
},
"node_modules/@types/node": {
"version": "20.11.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.17.tgz",
"integrity": "sha512-QmgQZGWu1Yw9TDyAP9ZzpFJKynYNeOvwMJmaxABfieQoVoiVOS6MN1WSpqpRcbeA5+RW82kraAVxCCJg+780Qw==",
"version": "22.1.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz",
"integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==",
"dependencies": {
"undici-types": "~5.26.4"
"undici-types": "~6.13.0"
}
},
"node_modules/@types/qs": {
@ -1738,14 +1738,14 @@
}
},
"node_modules/firebase-admin": {
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.3.0.tgz",
"integrity": "sha512-AKJcFbOZ7W8Fwcqh6Ba7FThXVoXwPdsf+E9vyjk5Z1vN1Z9mnTw88EQWfIsR91YglQ0KvWu1rvMhW65bcB4sog==",
"version": "12.3.1",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.3.1.tgz",
"integrity": "sha512-vEr3s3esl8nPIA9r/feDT4nzIXCfov1CyyCSpMQWp6x63Q104qke0MEGZlrHUZVROtl8FLus6niP/M9I1s4VBA==",
"dependencies": {
"@fastify/busboy": "^3.0.0",
"@firebase/database-compat": "^1.0.2",
"@firebase/database-types": "^1.0.0",
"@types/node": "^20.10.3",
"@types/node": "^22.0.1",
"farmhash-modern": "^1.1.0",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.1.0",
@ -3265,9 +3265,9 @@
}
},
"node_modules/undici-types": {
"version": "5.26.5",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz",
"integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg=="
},
"node_modules/uri-js": {
"version": "4.4.1",

View File

@ -21,7 +21,7 @@
"@discordjs/opus": "^0.9.0",
"dotenv": "^16.4.5",
"firebase": "^10.12.5",
"firebase-admin": "^12.3.0",
"firebase-admin": "^12.3.1",
"he": "^1.2.0",
"ms": "^2.1.3",
"request": "^2.88.2",