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

Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot]
b71730dbb7 Merge pull request #242 from musix-org/dependabot/npm_and_yarn/v3/firebase-12.2.1
Bump firebase from 12.2.0 to 12.2.1
2025-08-29 23:07:57 +00:00
dependabot[bot]
bea75a09a2 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:48 +00:00
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"discord-webhook-node": "^1.1.8",
"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",
"prism-media": "^1.3.5",
@@ -187,9 +187,9 @@
}
},
"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",
@@ -1797,12 +1797,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

@@ -23,7 +23,7 @@
"discord-webhook-node": "^1.1.8",
"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",
"prism-media": "^1.3.5",