1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-09-01 08:19:32 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
b0e20ad7ca Merge pull request #241 from musix-org/dependabot/npm_and_yarn/v2/firebase-12.2.1
Bump firebase from 12.2.0 to 12.2.1
2025-08-29 23:07:57 +00:00
dependabot[bot]
d8e4fc8aca Bump firebase from 12.2.0 to 12.2.1
Bumps [firebase](https://github.com/firebase/firebase-js-sdk) from 12.2.0 to 12.2.1.
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@12.2.0...firebase@12.2.1)

---
updated-dependencies:
- dependency-name: firebase
  dependency-version: 12.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-29 23:07:47 +00:00
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@discordjs/voice": "^0.19.0",
"discord.js": "^14.22.1",
"dotenv": "^17.2.1",
"firebase": "^12.2.0",
"firebase": "^12.2.1",
"firebase-admin": "^13.5.0",
"he": "^1.2.0",
"ms": "^2.1.3",
@@ -208,9 +208,9 @@
"integrity": "sha512-yHmUtGwEbW6HsKpPqT140/L6GpHtquHogRLgtanJFep3UAfDkE0fQfC49U+F9irCAoJVlv3M7VSp4rrtO4LnfA=="
},
"node_modules/@firebase/ai": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@firebase/ai/-/ai-2.2.0.tgz",
"integrity": "sha512-+Dom8MYdbno2JghxGaIUa8CDTdPIPW8Yw7/1088fEbxxBmjbcdkxBYPXSdkSp/6rcTlLZaPJe4jV49gnwYn9Sw==",
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/@firebase/ai/-/ai-2.2.1.tgz",
"integrity": "sha512-0VWlkGB18oDhwMqsgxpt/usMsyjnH3a7hTvQPcAbk7VhFg0QZMDX60mQKfLTFKrB5VwmlaIdVsSZznsTY2S0wA==",
"license": "Apache-2.0",
"dependencies": {
"@firebase/app-check-interop-types": "0.3.3",
@@ -1741,12 +1741,12 @@
}
},
"node_modules/firebase": {
"version": "12.2.0",
"resolved": "https://registry.npmjs.org/firebase/-/firebase-12.2.0.tgz",
"integrity": "sha512-H/ko4peZZQnZM/gf62d42qpE4D5C1D71YiGwLpOgo+mTRvzv4g7MjksGDVgTiE3TDByhzyL8E/aDE/tEUiasPA==",
"version": "12.2.1",
"resolved": "https://registry.npmjs.org/firebase/-/firebase-12.2.1.tgz",
"integrity": "sha512-UkuW2ZYaq/QuOQ24bfaqmkVqoBFhkA/ptATfPuRtc5vdm+zhwc3mfZBwFe6LqH9yrCN/6rAblgxKz2/0tDvA7w==",
"license": "Apache-2.0",
"dependencies": {
"@firebase/ai": "2.2.0",
"@firebase/ai": "2.2.1",
"@firebase/analytics": "0.10.18",
"@firebase/analytics-compat": "0.2.24",
"@firebase/app": "0.14.2",

View File

@@ -20,7 +20,7 @@
"@discordjs/voice": "^0.19.0",
"@discordjs/opus": "^0.10.0",
"dotenv": "^17.2.1",
"firebase": "^12.2.0",
"firebase": "^12.2.1",
"firebase-admin": "^13.5.0",
"he": "^1.2.0",
"ms": "^2.1.3",