mirror of
https://github.com/musix-org/musix-oss
synced 2026-09-03 08:56:40 +00:00
Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e496f1a9b7 | ||
|
|
da5d07f394 | ||
|
|
ef11693938 | ||
|
|
a23155cdae | ||
|
|
7d3b6a088d | ||
|
|
f5ba97d416 | ||
|
|
5238654b24 |
Generated
+304
-288
@@ -12,8 +12,8 @@
|
||||
"@discordjs/voice": "^0.19.2",
|
||||
"discord.js": "^14.27.0",
|
||||
"dotenv": "^17.4.2",
|
||||
"firebase": "^12.16.0",
|
||||
"firebase-admin": "^14.1.0",
|
||||
"firebase": "^12.18.0",
|
||||
"firebase-admin": "^14.2.0",
|
||||
"he": "^1.2.0",
|
||||
"ms": "^2.1.3",
|
||||
"request": "^2.88.2",
|
||||
@@ -243,15 +243,15 @@
|
||||
"integrity": "sha512-yHmUtGwEbW6HsKpPqT140/L6GpHtquHogRLgtanJFep3UAfDkE0fQfC49U+F9irCAoJVlv3M7VSp4rrtO4LnfA=="
|
||||
},
|
||||
"node_modules/@firebase/ai": {
|
||||
"version": "2.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/ai/-/ai-2.13.1.tgz",
|
||||
"integrity": "sha512-RhT/VViTPBSplhQSuEp62HhLvfsV+LowMh8ZUo5MMRDzG7oFtSget4Kmg5oHP50hDVyWQuQj6to9iPFEZk08Tw==",
|
||||
"version": "2.15.0",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/ai/-/ai-2.15.0.tgz",
|
||||
"integrity": "sha512-Aj7TbFdAIWZdkX8JfdDStERpR35g6WNs+7XhNPtFLFOizUotj6k4N/D8HJkR45165HhnMJBe4hjOeeaxnnn56Q==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/app-check-interop-types": "0.3.4",
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/app-check-interop-types": "0.3.5",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -263,15 +263,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/analytics": {
|
||||
"version": "0.10.22",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.10.22.tgz",
|
||||
"integrity": "sha512-8BSaq/QRGU1+xyi8L2PTLTJU7MH9aMA72RQdIxrbhWFauOZY9OXo8f2YDN/972xA8d588tlnNVEQ2Mo69pT9Ow==",
|
||||
"version": "0.10.24",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/analytics/-/analytics-0.10.24.tgz",
|
||||
"integrity": "sha512-OfIAcIIwoqXjBzS+DnUQpOZ7i3ePaNFg83KPpDWjBZUKJmqMwzzAtLJqmKZOkQnW8im6vFR6f2I3M/9hxVd+QA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/installations": "0.6.22",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/installations": "0.6.24",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -279,36 +279,37 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/analytics-compat": {
|
||||
"version": "0.2.28",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/analytics-compat/-/analytics-compat-0.2.28.tgz",
|
||||
"integrity": "sha512-lIAlqUUbBu93FJMlQfslryQtBwwzdzvp23ePC6FNgymXk6Ook5v4Uvc0vdutvoIeqmyA3LfP0ZeRFK8+11kOOQ==",
|
||||
"version": "0.2.30",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/analytics-compat/-/analytics-compat-0.2.30.tgz",
|
||||
"integrity": "sha512-uVZEKlLaW4AHAhv8zoN9cTmveX6v86AVqcJ4LCaRCMTChTH8/NsjbisTq1lpBfWCLWS1spqwSHB4vol/YSCdMA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/analytics": "0.10.22",
|
||||
"@firebase/analytics-types": "0.8.4",
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/analytics": "0.10.24",
|
||||
"@firebase/analytics-types": "0.8.5",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/analytics-types": {
|
||||
"version": "0.8.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/analytics-types/-/analytics-types-0.8.4.tgz",
|
||||
"integrity": "sha512-zQ+XTgkwH6CY/eUSHJRP7e4LxM30RCxlCmob5sy2axs25GE3Ny0XdgpDscMTHHQIGqWkxPXad4w2Mw9sCgT8zQ==",
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/analytics-types/-/analytics-types-0.8.5.tgz",
|
||||
"integrity": "sha512-kdnooE7Bis2jEnsqcerRwn/UQpH5D3uvHpku7OdUM9TJN3omlu6iYtbyAQ6XkAJRgJtO0aNf9OOkW8J6D59oCA==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@firebase/app": {
|
||||
"version": "0.15.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.15.1.tgz",
|
||||
"integrity": "sha512-iD9+Z5HcPo0Uop5f72/VYMeXwKucBhW7iFrISkJFvQ+lSZikTNgTz0FgAtaaTkAG0pEZSnCymA2Fu49n0rcufQ==",
|
||||
"version": "0.16.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app/-/app-0.16.1.tgz",
|
||||
"integrity": "sha512-tjUEorFyKrurH7PbLWv9zDHRuU4mLefgD/yY38D584ziorIRlQz/PVjx4c/SCGyCuUlmyzt72mK+Lh+COAywNQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"idb": "7.1.1",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
@@ -317,14 +318,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/app-check": {
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-check/-/app-check-0.12.0.tgz",
|
||||
"integrity": "sha512-wMeT6HLWRAuW7Cp/5UjWBGKgjPNxWNOoNf4PRIv0weljoGMZVeqbUY7wNBWTI2/31cX1NlXx8gQruDLsUShB3Q==",
|
||||
"version": "0.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-check/-/app-check-0.13.1.tgz",
|
||||
"integrity": "sha512-l8y3dmnhodXks/APAwx4tWqRl3tk8b9874KF1FJyKg1DIU+kMD0l52iz7S9/MW+eK8k6cjJg0G0iJ5KQAsQpow==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -335,47 +336,48 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/app-check-compat": {
|
||||
"version": "0.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-check-compat/-/app-check-compat-0.4.5.tgz",
|
||||
"integrity": "sha512-JI17mVcZs34zO6ZeSCrw4U2iohqy+n6GIzkbmsA+TbVjmvFLkUKt3bs5M+qRBteQm/0IWzqSHYFzEQLzDTQebg==",
|
||||
"version": "0.4.7",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-check-compat/-/app-check-compat-0.4.7.tgz",
|
||||
"integrity": "sha512-fBb/xSMyIKv1nDmccfzz3IAGBzx/cQOxmZai66rJzifb1hMMkztf824Xx7LhpTUe7HNUbXwY90IvJ66fi8q6yg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/app-check": "0.12.0",
|
||||
"@firebase/app-check-types": "0.5.4",
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/app-check": "0.13.1",
|
||||
"@firebase/app-check-types": "0.5.5",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/app-check-interop-types": {
|
||||
"version": "0.3.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.3.4.tgz",
|
||||
"integrity": "sha512-zz3i6e13B8BfWiLy8MABtTh8aGIACgKbf9UVnyHcWs+yQzJXgQcl8A46b0zfaiJHdQ+niF0ouAfcpuf+3LMPQg==",
|
||||
"version": "0.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-check-interop-types/-/app-check-interop-types-0.3.5.tgz",
|
||||
"integrity": "sha512-qId34pVZ2CXTmtu4ofW5leiI93DvnOvIcr/5GT7MZPw5WXAi6nZoU+g9cNRgl7K90UJSbK0cXxten4meYMPyZg==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@firebase/app-check-types": {
|
||||
"version": "0.5.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-check-types/-/app-check-types-0.5.4.tgz",
|
||||
"integrity": "sha512-xV7JsIyzVr15aA7f3Pi0rB9gdBuVubs89FGA8VkRYA4g0l78poADgdfrScgf7NndSg9mm7cR7PJyY0+t22KaGw==",
|
||||
"version": "0.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-check-types/-/app-check-types-0.5.5.tgz",
|
||||
"integrity": "sha512-+DF4gzFrlwGFyky38o4T/YN/r51l70yCtJ2HTkwmRj8FCMwPjm4hLH4fQbj6BUvzkiFqliBkitFsRpf1/YZkWA==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@firebase/app-compat": {
|
||||
"version": "0.5.15",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-compat/-/app-compat-0.5.15.tgz",
|
||||
"integrity": "sha512-HaiSM9TwbGIR4b7F6+UncHWlqdH89eeY7VUskaOGOlI2PxHS5Z+6hHsYGvNLy0SHDE6zyXO+3QSA6a4aqQxsqA==",
|
||||
"version": "0.5.17",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-compat/-/app-compat-0.5.17.tgz",
|
||||
"integrity": "sha512-5GdJWobqs6jbNYOnaQiSa4Ng8gnFerhqr7nY+v5jlnT7o9QbEeIZRLPQpnLe0TxYSWfRV2lAMbyR0kbXeIos9Q==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/app": "0.15.1",
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/app": "0.16.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -383,23 +385,23 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/app-types": {
|
||||
"version": "0.9.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.5.tgz",
|
||||
"integrity": "sha512-YevqTjvo7Iujsa9Dwowmd6dSoElhzmD63ZSrq6bzjvQ6POjYgNjOFHLmNIgJs48eNO093NCERibuFnxbfOvU7A==",
|
||||
"version": "0.9.6",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/app-types/-/app-types-0.9.6.tgz",
|
||||
"integrity": "sha512-yPLahy7Esfu2w/yme3msVK4xTkDXQqq6szfQn8yVOQpCKiT5GVFjqNpLbuz6NkX0WuTwUidkmPewW3r4xkvpeg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/logger": "0.5.1"
|
||||
"@firebase/logger": "0.5.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/auth": {
|
||||
"version": "1.13.3",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/auth/-/auth-1.13.3.tgz",
|
||||
"integrity": "sha512-bqiq4uubDN2YyQkdvSWPQeJyXAv2O76ImF41En9b6UhV5JuBVYDoHYrrrE3NzIuGkpFMKagfhMRP4Vz6t+yQSQ==",
|
||||
"version": "1.13.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/auth/-/auth-1.13.5.tgz",
|
||||
"integrity": "sha512-1AXoBJqBVD8WL8FZYo3S2GmJF9YUoom6Y6ngMxOSkzzhW5sT83pLchb6TGFgxes91dfXx8s/VYc5VrLDNqpLog==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -416,34 +418,35 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/auth-compat": {
|
||||
"version": "0.6.8",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/auth-compat/-/auth-compat-0.6.8.tgz",
|
||||
"integrity": "sha512-llcBREUC4iSNKZ6rvwud7Oz9Q7aAWU6KuQLa6pdu7Q+QAQsy4JLw6yFgxwtmzabsgznHmmcsX2UjHLLzqUxi3Q==",
|
||||
"version": "0.6.10",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/auth-compat/-/auth-compat-0.6.10.tgz",
|
||||
"integrity": "sha512-Bvklg2nL7BrBFCAqdsleW8fse9Jh0fARqJPlJmA40uermfWx1bJiO7dnKyZN3J39d2TFVd4VJXtg3i6Wg92/YQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/auth": "1.13.3",
|
||||
"@firebase/auth-types": "0.13.1",
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/auth": "1.13.5",
|
||||
"@firebase/auth-types": "0.13.2",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/auth-interop-types": {
|
||||
"version": "0.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.2.5.tgz",
|
||||
"integrity": "sha512-1Li/YuBDBAXcKv7BzY4U28gontUmAaw53sYiqbaVOMCFb2lFKK/c3CGMUWqtwe7+TXrl3poWnTCL5umYBg85Eg==",
|
||||
"version": "0.2.6",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/auth-interop-types/-/auth-interop-types-0.2.6.tgz",
|
||||
"integrity": "sha512-FgwZqDrBqgK0BHI70QTv1v/5wmuDF9f8fsJFvKSxoRlK2PPfSQtZAk2jhXu4pe9BZzFi/e4UYusU/bEQHdf6Qg==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@firebase/auth-types": {
|
||||
"version": "0.13.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.13.1.tgz",
|
||||
"integrity": "sha512-0c1Mnid0uMDfGJHeUS4zfvBa4/CedJXotGy/n/NZJnBjwiJawt0ZYU+wH2VAVLiRCEfG2ncCkAX3yd1/2nrB7g==",
|
||||
"version": "0.13.2",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/auth-types/-/auth-types-0.13.2.tgz",
|
||||
"integrity": "sha512-OU+miuoSxIWYN7GT291d2ylVJBL3k/OePo7/JDSoQtkFQoEiGBc4AHuMjj/seqFIsHrqnjrAfRCk4pfufoJolQ==",
|
||||
"license": "Apache-2.0",
|
||||
"peerDependencies": {
|
||||
"@firebase/app-types": "0.x",
|
||||
@@ -451,12 +454,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/component": {
|
||||
"version": "0.7.3",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.7.3.tgz",
|
||||
"integrity": "sha512-wFofIaa2879ogD/WvkjYXJxRmfnL0scen6ORgaC3na1FNOR9ASIUANQdhqQcmWu/h77/pVHY7ch5flewa5Bcew==",
|
||||
"version": "0.7.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/component/-/component-0.7.5.tgz",
|
||||
"integrity": "sha512-vuFDcL91Q+2ZuBJkyOh86T4q0B4ffNTDjc/A38tybO56odQABxRTFLTIowCWqAKeIcgo37GowWMVgFF73gD8Qw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -464,15 +467,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/data-connect": {
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/data-connect/-/data-connect-0.7.1.tgz",
|
||||
"integrity": "sha512-2LbUU8mmSA63HknxQMmWHjpzuNLBKflvVwQc2tpoVKg0biWleNEJX031ELks0vzFs+dDjOUkCJR72RP6mQHFOg==",
|
||||
"version": "0.7.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/data-connect/-/data-connect-0.7.4.tgz",
|
||||
"integrity": "sha512-su1aGWlzhxb+xtggCUSsufJn1FDa06SBDK71y+fpQ+g2zMhMExik6FUv/odkKzOF/xfWVjabCbWBcjJY3MceDA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/auth-interop-types": "0.2.5",
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/auth-interop-types": "0.2.6",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -480,16 +483,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/database": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/database/-/database-1.1.3.tgz",
|
||||
"integrity": "sha512-XwWCa+E4TvNGpGwXrycLRNfdogADwFcvuhyow6wDWma9W54roaQIhe+4PM0KiLsIftBdSCGI7OKCXrdSRHbIhw==",
|
||||
"version": "1.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/database/-/database-1.1.5.tgz",
|
||||
"integrity": "sha512-/JGpvszLoNXNgzilRXocigGfFF4hbcPA9wN1i1kjJx6oKkXgkHteZYl3lQs1lJX3ETDf6bv7zI15lPMVUp4sAQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/app-check-interop-types": "0.3.4",
|
||||
"@firebase/auth-interop-types": "0.2.5",
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/app-check-interop-types": "0.3.5",
|
||||
"@firebase/auth-interop-types": "0.2.6",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"faye-websocket": "0.11.4",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
@@ -498,45 +501,57 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/database-compat": {
|
||||
"version": "2.1.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-2.1.4.tgz",
|
||||
"integrity": "sha512-3pK35F1MAgmqFJQlf2nhQl44vtAXQO1uaCaQOEUI9kCRtLFqi7N+QRKR7lFZPg+xIZIyubgxQaxY69YgfZRZWg==",
|
||||
"version": "2.1.7",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/database-compat/-/database-compat-2.1.7.tgz",
|
||||
"integrity": "sha512-lBq9sJm8MnJINKJnkAKSOj2MbC66xGoSVCcGkPtstl+lkoKEBtD46qHLbuDgW/WbLPoKVm17RIN8BxHj+Z2F2w==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/database": "1.1.3",
|
||||
"@firebase/database-types": "1.0.20",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/database": "1.1.5",
|
||||
"@firebase/database-types": "1.0.22",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@firebase/app": {
|
||||
"optional": true
|
||||
},
|
||||
"@firebase/app-compat": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/database-types": {
|
||||
"version": "1.0.20",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-1.0.20.tgz",
|
||||
"integrity": "sha512-kegbOk/w8iU64pr0q6k2ItyNGjnQBMHFhwS7ohdWI4W+pc0/zhhdGXTdFj6X1oxItRjPoYOsSQmERgBkn/ihxw==",
|
||||
"version": "1.0.22",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/database-types/-/database-types-1.0.22.tgz",
|
||||
"integrity": "sha512-YAZNXsjY9EQQ+pKw/3ax8n5FgolHC7Qew7EY5RceYdl0R2ZP+kCv1O0DkKlcceue8uQCOreHCNN7PWVFpY1Nug==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/app-types": "0.9.5",
|
||||
"@firebase/util": "1.15.1"
|
||||
"@firebase/app-types": "0.9.6",
|
||||
"@firebase/util": "1.15.3"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/firestore": {
|
||||
"version": "4.16.0",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-4.16.0.tgz",
|
||||
"integrity": "sha512-qdHMHMvMr0nRMuZyWNR/ArWa0YlPE3C4eAbmxTASJMYXAesKPL0Y54p70moggrNPzaK7MSIIq5RDJJyntQyIYA==",
|
||||
"version": "4.17.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/firestore/-/firestore-4.17.1.tgz",
|
||||
"integrity": "sha512-8lqPNf2w10CtYG+tayVjZO1pSyQpnhztQRudeD109VtXDzNbASTaYdO43sj5PMsDcWq0aOYY3RmJOUlXu9++jw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/webchannel-wrapper": "1.0.6",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"@firebase/webchannel-wrapper": "1.0.7",
|
||||
"@grpc/grpc-js": "~1.9.0",
|
||||
"@grpc/proto-loader": "^0.7.8",
|
||||
"re2js": "^0.4.2",
|
||||
"re2js": "^2.8.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -547,28 +562,29 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/firestore-compat": {
|
||||
"version": "0.4.11",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/firestore-compat/-/firestore-compat-0.4.11.tgz",
|
||||
"integrity": "sha512-W7o1WdwWq5aABK5Up2ncSvTQs/QGLR/fy7cVpFBNqhsXtxoMtflHf2xBIG6+aoptcuGAobddq4g2Sq27wqHaYw==",
|
||||
"version": "0.4.13",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/firestore-compat/-/firestore-compat-0.4.13.tgz",
|
||||
"integrity": "sha512-l9dCewxMzzLOIhcwTjERCKxrWOn1kZ9JvwOQq9zZNq4I/Nbvb/B9njT230V61uvQ9qZ3/qpUG758D8DDTEFXnw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/firestore": "4.16.0",
|
||||
"@firebase/firestore-types": "3.0.4",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/firestore": "4.17.1",
|
||||
"@firebase/firestore-types": "3.0.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/firestore-types": {
|
||||
"version": "3.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-3.0.4.tgz",
|
||||
"integrity": "sha512-jGn+JSS4X9zZsrfu7Yw66v5YRdOLD1oyQh4USR0xWl4CUqV/DA6bNIXRPpxH/cUl3iVTNiP6MN7g+EL42A4qfA==",
|
||||
"version": "3.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/firestore-types/-/firestore-types-3.0.5.tgz",
|
||||
"integrity": "sha512-dbdMAQkMd5dwWc48eupz/Y6/E9ruat3+gY5lhVKscvvT/HnDBEEMzJW38zdKhgdnglZHGk2vUsJMOHAphMHGMA==",
|
||||
"license": "Apache-2.0",
|
||||
"peerDependencies": {
|
||||
"@firebase/app-types": "0.x",
|
||||
@@ -576,16 +592,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/functions": {
|
||||
"version": "0.13.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.13.5.tgz",
|
||||
"integrity": "sha512-bWCx713f4kE/uFV7gdFOLBS7lDoiZj48MRkbAqe35gkXcCeWF4QjRNO07Jhmve7EJIoQOBczL29y2r8VRuN1kw==",
|
||||
"version": "0.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/functions/-/functions-0.14.0.tgz",
|
||||
"integrity": "sha512-DhuYFr0eMhp+s/PNEk6SiMsYkc00+XVOUeKbrl8MOzQNZI3SKQpqoDR1d+keNDAutwmHRWTUAdXBoVPD+xxVUw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/app-check-interop-types": "0.3.4",
|
||||
"@firebase/auth-interop-types": "0.2.5",
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/messaging-interop-types": "0.2.5",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/app-check-interop-types": "0.3.5",
|
||||
"@firebase/auth-interop-types": "0.2.6",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/messaging-interop-types": "0.2.6",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -596,38 +612,39 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/functions-compat": {
|
||||
"version": "0.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/functions-compat/-/functions-compat-0.4.5.tgz",
|
||||
"integrity": "sha512-10qlUXGY25G5/1g9UihqksPp2po+ZqSE7LEizsrdUP7vrTmkysXxGSZCDyojSEp6mQe/ecRDdDDI+z4XRdb4wQ==",
|
||||
"version": "0.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/functions-compat/-/functions-compat-0.5.0.tgz",
|
||||
"integrity": "sha512-T3BDIToESZUHt7438wyKYMkRjKg3m1xAIux5fVpNvTRQlDOFLukWniQWBDhJ2znpU9kxMTR6+e31TVo8P15PZw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/functions": "0.13.5",
|
||||
"@firebase/functions-types": "0.6.4",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/functions": "0.14.0",
|
||||
"@firebase/functions-types": "0.6.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/functions-types": {
|
||||
"version": "0.6.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/functions-types/-/functions-types-0.6.4.tgz",
|
||||
"integrity": "sha512-zV6kgqtduR4rUAdC/ilS7kmb93XD7bEZoJDlVBZqlOw2uGGGCNBQBuleww2rr0Ulr3L9o2TDjumEt68/l1f9DQ==",
|
||||
"version": "0.6.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/functions-types/-/functions-types-0.6.5.tgz",
|
||||
"integrity": "sha512-Zc0pURjthHXzSj54ZivCkzKDSV1r/wIpnmHdhq82q2yFFPVoncG/ZJjnVMiANvQfeww/QnElhzODpfwUucVwdA==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@firebase/installations": {
|
||||
"version": "0.6.22",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.6.22.tgz",
|
||||
"integrity": "sha512-ef6nn3GGQTdReCfotRMG77PJZu8CqEbiK5pEoBnM0gTu/Z9v0i/az2p3HABsa/1beQmmyh1OsOjf7P5+pgwdZw==",
|
||||
"version": "0.6.24",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/installations/-/installations-0.6.24.tgz",
|
||||
"integrity": "sha512-Ui52ey8wHoWqkBbXRKJEKYWylI0JZogZmoLS+o8Anh1bxWtK27ZYjLla1UJAAdC5DCKLJ2qAp0VpJOjg8VOX1g==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"idb": "7.1.1",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
@@ -636,34 +653,35 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/installations-compat": {
|
||||
"version": "0.2.22",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/installations-compat/-/installations-compat-0.2.22.tgz",
|
||||
"integrity": "sha512-C/zpAuTP5S9OgKSPvXRupw3hoY/JZSlA1wFjD/Sb7LIQE0FNbcMdO8Y4KXVEkjVzma/DDDDIAzxEXqKMAzc88w==",
|
||||
"version": "0.2.24",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/installations-compat/-/installations-compat-0.2.24.tgz",
|
||||
"integrity": "sha512-8M5nlcWwYt881x83COP2odq5vgf+NgwJh+RMd4LRSv8JI1pxwDfgrDJOERrjTgfC9J5Z0vnQX4b1pdN914e0Zw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/installations": "0.6.22",
|
||||
"@firebase/installations-types": "0.5.4",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/installations": "0.6.24",
|
||||
"@firebase/installations-types": "0.5.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/installations-types": {
|
||||
"version": "0.5.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.5.4.tgz",
|
||||
"integrity": "sha512-U2eFapdHwjb43Vx9o+Pmj4dFfvcHEK1IirEFLqMtWrTHvmdrS3gBpBD1kmJk/9HjsOtoHZxJ2Paoe79e+L1ZPg==",
|
||||
"version": "0.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/installations-types/-/installations-types-0.5.5.tgz",
|
||||
"integrity": "sha512-e9UYcju3puDl1vdrcKIi5dExzHLameOT/Tc61Q48PYwxtsM1NzZh/ikGbdBQTsbRgg0EMZqdPr0/m5ODUBobrg==",
|
||||
"license": "Apache-2.0",
|
||||
"peerDependencies": {
|
||||
"@firebase/app-types": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/logger": {
|
||||
"version": "0.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.5.1.tgz",
|
||||
"integrity": "sha512-vZKLsqE1ABOy8OjQiE7cUTFn4gvaqlk88yp8N94Pk/sDpq61YqZGqmVFZTvOyflTwuYFcWirBdYGoJgbDaXKYQ==",
|
||||
"version": "0.5.2",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/logger/-/logger-0.5.2.tgz",
|
||||
"integrity": "sha512-J2VO4NFTc0xQFrxV1B/lm5balicm9cwuX2acR9Yn41fN8KgUeQFo+VJV222IqW2FPSXKDu9uo5WdQFWf9TPbYg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"tslib": "^2.1.0"
|
||||
@@ -673,15 +691,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/messaging": {
|
||||
"version": "0.13.0",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.13.0.tgz",
|
||||
"integrity": "sha512-GZoo0uGRvEbszo83xcgbjJp4FpkmBEr4l8Z4hi8gl+P1Spn/MTK3HapanMzSX4yUHuTEiF5hasWRxOaz+o5sxQ==",
|
||||
"version": "0.13.2",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/messaging/-/messaging-0.13.2.tgz",
|
||||
"integrity": "sha512-KcZoqUu2ih4sLH91dW9tmyHjCR0IQyNzSLZunX5uq7cLeImXb4uO2I0wq5FACduO2I+FoTeWa2BtUv7Jpowqdw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/installations": "0.6.22",
|
||||
"@firebase/messaging-interop-types": "0.2.5",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/installations": "0.6.24",
|
||||
"@firebase/messaging-interop-types": "0.2.6",
|
||||
"@firebase/util": "1.15.3",
|
||||
"idb": "7.1.1",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
@@ -690,36 +708,37 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/messaging-compat": {
|
||||
"version": "0.2.27",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/messaging-compat/-/messaging-compat-0.2.27.tgz",
|
||||
"integrity": "sha512-JNOiu1PPgdHzEPEtoFiNxQuu0x9bm4bfETSQCpGfcTlgWkhlSK7uh7nlsjC10TQLUNgYetLmuutaYTh8aeYLVA==",
|
||||
"version": "0.2.29",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/messaging-compat/-/messaging-compat-0.2.29.tgz",
|
||||
"integrity": "sha512-8Twe4CeYvAx8AzjBxyyQFKzinaMGGt13hPQBqaARQ2QZjagrEaqSVBe+Zy6F4L/vT8DV168yRgRu7W/RK7p+4w==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/messaging": "0.13.0",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/messaging": "0.13.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/messaging-interop-types": {
|
||||
"version": "0.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/messaging-interop-types/-/messaging-interop-types-0.2.5.tgz",
|
||||
"integrity": "sha512-tUEKnaAP2Y/MNIqgnriPpV6e5l13Vs/+p2yrd6NGlncPJT9O3a8muYZtdnWe+IJ4fgKLHJVC79n/asxk/N5Msw==",
|
||||
"version": "0.2.6",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/messaging-interop-types/-/messaging-interop-types-0.2.6.tgz",
|
||||
"integrity": "sha512-MVzvkKe2V4H2dHu5oOxRfeKQcfTwWmCgnzsC4V1q3ixun5iiL8riCZ2qI35rDhCL4glPGiu0jHxDbpVNuTKfow==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@firebase/performance": {
|
||||
"version": "0.7.12",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.7.12.tgz",
|
||||
"integrity": "sha512-fe7nV8teUU3OBHlMUZ9Lw4gLhCW2k4m5Uc3pfWGV+fl8uwJQBGp9Q3lqsJ+HSrFu3Q2pJyLAgrClPGSKyDeYgQ==",
|
||||
"version": "0.7.14",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/performance/-/performance-0.7.14.tgz",
|
||||
"integrity": "sha512-9PH1XEZVHErxGdbXluvGz4Uyjw4W955H8v7Mv9rHIybRrg5F2Ac2tvf5+mSf5EtnxWNmxrD2WLnvMFaZP4sMrQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/installations": "0.6.22",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/installations": "0.6.24",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0",
|
||||
"web-vitals": "^4.2.4"
|
||||
},
|
||||
@@ -728,38 +747,39 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/performance-compat": {
|
||||
"version": "0.2.25",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/performance-compat/-/performance-compat-0.2.25.tgz",
|
||||
"integrity": "sha512-q6NjTXpIPoFuUmCmMN/maCdTgzT6aExs9xZo+PxfVLj6uLVGvpyAD6XWjmcrb7jChsFBYbq7E5dyNDF7Zhy9kA==",
|
||||
"version": "0.2.27",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/performance-compat/-/performance-compat-0.2.27.tgz",
|
||||
"integrity": "sha512-O/ozTf/EbChN94Pk7bd1eUC0PAC36726AwsaiJyC0bZzSBWfLGSWASGPH5pebUWXQPJtGxIJYRkkbX5l0Qa+Hw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/performance": "0.7.12",
|
||||
"@firebase/performance-types": "0.2.4",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/performance": "0.7.14",
|
||||
"@firebase/performance-types": "0.2.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/performance-types": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/performance-types/-/performance-types-0.2.4.tgz",
|
||||
"integrity": "sha512-kJSEk7b0uhpcPRyL4SQ/GPujLqk52XNKcXlnsKDbWGAb9vugcLvOU3u6zfEdwd+d8hWJb5S5ZizV1JFFI0nkKg==",
|
||||
"version": "0.2.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/performance-types/-/performance-types-0.2.5.tgz",
|
||||
"integrity": "sha512-PRzOgB+/M+6AKlEkY8a9xy5Ff5SfZPIh4iShXhn2WAcL/euSbK7bdLqWysHduunNJhGFsXa22Ag3ixqL6rQtYg==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@firebase/remote-config": {
|
||||
"version": "0.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.9.0.tgz",
|
||||
"integrity": "sha512-aNn6/eJhsSC+gXSToiXiYPv3ypLP9lFtzl+/q9kSOBPB7D6rae0Rt2uENZZLXGYbEgHYKQblOhijJAXGbbJjtQ==",
|
||||
"version": "0.9.2",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/remote-config/-/remote-config-0.9.2.tgz",
|
||||
"integrity": "sha512-Rii93DkXjM+RE/ytHdYa7EIiQLJbdBr+W8EEiqd/vbLCOC+1FdkDuRiumJBp6t3yewHGbdqbpjB3fk3z0cZ+8g==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/installations": "0.6.22",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/installations": "0.6.24",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
@@ -767,36 +787,37 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/remote-config-compat": {
|
||||
"version": "0.2.27",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/remote-config-compat/-/remote-config-compat-0.2.27.tgz",
|
||||
"integrity": "sha512-FYwYWwSbUdza/pRX4NpSBm/Pimntum3jEIBpnDn5Ey1jHNWgjxrE8Z5SB4mCHd5wGCoYd3koJzxARl/VWIEx0Q==",
|
||||
"version": "0.2.29",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/remote-config-compat/-/remote-config-compat-0.2.29.tgz",
|
||||
"integrity": "sha512-mY7JtTISK6F4g4T0x3kVepr5cp0NXL7f5yjIUXXGaTrg4qUlFBWRbENaHaqZ78dwmNcLm24h/yPsOVRlDXEXhA==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/logger": "0.5.1",
|
||||
"@firebase/remote-config": "0.9.0",
|
||||
"@firebase/remote-config-types": "0.5.1",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/logger": "0.5.2",
|
||||
"@firebase/remote-config": "0.9.2",
|
||||
"@firebase/remote-config-types": "0.5.2",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/remote-config-types": {
|
||||
"version": "0.5.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/remote-config-types/-/remote-config-types-0.5.1.tgz",
|
||||
"integrity": "sha512-cX/1LT6KQwkXzck2eSzeKnuvXZCyr8qaPpDcikoJs7jmI+oBOXixpDLeDtWj1U6GNMkIoXrEDNoyT2Ypcyp5/A==",
|
||||
"version": "0.5.2",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/remote-config-types/-/remote-config-types-0.5.2.tgz",
|
||||
"integrity": "sha512-i8k1omVfoAnaT1ZPv2FFjxMZrATYsO/GnFgHEj5+7fAJLzi8wLnGGv1WK06oEAD6ltrWXSO1HzeNyajn/NjMWw==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@firebase/storage": {
|
||||
"version": "0.14.3",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.14.3.tgz",
|
||||
"integrity": "sha512-YX4/YL6P6/fufSSeGnVhjWddcIXbFq2cWIhMKFTZo1E/Rtcl2mJj/BYUQTwJfcE1Tl8un1FOya4L05jcSLN/Eg==",
|
||||
"version": "0.14.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/storage/-/storage-0.14.5.tgz",
|
||||
"integrity": "sha512-r2tozN/BlEewLi70tJNUQPzWwbex9GM7NgXZsamHKQrjKEfcR0i4jGgHBKAKA4hbwiPE9eNMb3hcxWnDpeJZwg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
@@ -807,28 +828,29 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/storage-compat": {
|
||||
"version": "0.4.3",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/storage-compat/-/storage-compat-0.4.3.tgz",
|
||||
"integrity": "sha512-gruVqjtUGX8tEoeNbaWXZm0Zfcfcb7fvmDmBxV8yPAbWvExRnZYLO2+qw9idxNE7BvPXt5csyjSYHy//dAizxw==",
|
||||
"version": "0.4.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/storage-compat/-/storage-compat-0.4.5.tgz",
|
||||
"integrity": "sha512-vO0tFPxXbKDKdlTu8tYT08S9t9ezUTJYEdLCULpWxWq2aq6zojwN1QmAB+1a50AI/g47GlWUJn1XPncm/PDZsw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/component": "0.7.3",
|
||||
"@firebase/storage": "0.14.3",
|
||||
"@firebase/storage-types": "0.8.4",
|
||||
"@firebase/util": "1.15.1",
|
||||
"@firebase/component": "0.7.5",
|
||||
"@firebase/storage": "0.14.5",
|
||||
"@firebase/storage-types": "0.8.5",
|
||||
"@firebase/util": "1.15.3",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@firebase/app": "0.x",
|
||||
"@firebase/app-compat": "0.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/storage-types": {
|
||||
"version": "0.8.4",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.8.4.tgz",
|
||||
"integrity": "sha512-BT7cwxJOx8SWwlQfrlC+bD/Sk3Cw+1odCi8UZNFNWTVZoPsBnA5W+mqtZzVnvsdJpXCFGSGQ7R7vOR6dtM/BRA==",
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/storage-types/-/storage-types-0.8.5.tgz",
|
||||
"integrity": "sha512-GEDs5P+rNUfNcS+wxIdOLAHficife2YXtvTJnyi3ssrX11AAtBg+nDUdbYh8vuBzWehVQZPmztGUUnud4L+4yg==",
|
||||
"license": "Apache-2.0",
|
||||
"peerDependencies": {
|
||||
"@firebase/app-types": "0.x",
|
||||
@@ -836,9 +858,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/util": {
|
||||
"version": "1.15.1",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.15.1.tgz",
|
||||
"integrity": "sha512-LUdM4Wg7YM9Pq/49nGYySJA0CSQEKnGffFzWV8+6gXN7mGxn+FL1IqvFbuZUtAQcfZgHYDwCE1wwlK7rB7gl2g==",
|
||||
"version": "1.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/util/-/util-1.15.3.tgz",
|
||||
"integrity": "sha512-c/z/gaIlaaLZEuGbE6sLUuJ61tskg1JghvhcNQzW948ASBinbVBBRnZTC4b4yt4LaEtJQkYlyzqLHcutFwEIvA==",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
@@ -849,9 +871,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@firebase/webchannel-wrapper": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/webchannel-wrapper/-/webchannel-wrapper-1.0.6.tgz",
|
||||
"integrity": "sha512-Vr/Mqu79dMwGRAyGbJ4uN4+BtXB3/mRTdzetD1daWNeG8QaWuzhhbG77GltO5c0yYmYls8i250iX73624GJd7Q==",
|
||||
"version": "1.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@firebase/webchannel-wrapper/-/webchannel-wrapper-1.0.7.tgz",
|
||||
"integrity": "sha512-phBFwieDLvkZGYN9CE9ZFNEIoBVksprzsnCzQejCmCHtgwCXReeuRpoEGN9C4EbhONztv8NRV1tau6Rb9pONwQ==",
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/@google-cloud/firestore": {
|
||||
@@ -2081,14 +2103,6 @@
|
||||
"node >=0.6.0"
|
||||
]
|
||||
},
|
||||
"node_modules/farmhash-modern": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/farmhash-modern/-/farmhash-modern-1.1.0.tgz",
|
||||
"integrity": "sha512-6ypT4XfgqJk/F3Yuv4SX26I3doUjt0GTG4a+JgWxXQpxXzTBq8fPUeGHfcYMMDPHJHm3yPOSjaeBwBGAHWXCdA==",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/fast-deep-equal": {
|
||||
"version": "3.1.3",
|
||||
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
||||
@@ -2179,51 +2193,50 @@
|
||||
}
|
||||
},
|
||||
"node_modules/firebase": {
|
||||
"version": "12.16.0",
|
||||
"resolved": "https://registry.npmjs.org/firebase/-/firebase-12.16.0.tgz",
|
||||
"integrity": "sha512-CNw6hFBdONkzF8UGLDx/RDRY9gVa5VmJNHd7qi4gdmA3ZuLkuOrhmWefB2l+FN+OxFpN77Itq7aO6zlTi780ag==",
|
||||
"version": "12.18.0",
|
||||
"resolved": "https://registry.npmjs.org/firebase/-/firebase-12.18.0.tgz",
|
||||
"integrity": "sha512-XaL6tlE5Xd20ZDhckqOMIw+JJTET+wTdeZPxQ7ihc42oxRb7kWUyn/j1LO5V9dH1xq8Rv5R71Pv1fBCdIkt9Rw==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@firebase/ai": "2.13.1",
|
||||
"@firebase/analytics": "0.10.22",
|
||||
"@firebase/analytics-compat": "0.2.28",
|
||||
"@firebase/app": "0.15.1",
|
||||
"@firebase/app-check": "0.12.0",
|
||||
"@firebase/app-check-compat": "0.4.5",
|
||||
"@firebase/app-compat": "0.5.15",
|
||||
"@firebase/app-types": "0.9.5",
|
||||
"@firebase/auth": "1.13.3",
|
||||
"@firebase/auth-compat": "0.6.8",
|
||||
"@firebase/data-connect": "0.7.1",
|
||||
"@firebase/database": "1.1.3",
|
||||
"@firebase/database-compat": "2.1.4",
|
||||
"@firebase/firestore": "4.16.0",
|
||||
"@firebase/firestore-compat": "0.4.11",
|
||||
"@firebase/functions": "0.13.5",
|
||||
"@firebase/functions-compat": "0.4.5",
|
||||
"@firebase/installations": "0.6.22",
|
||||
"@firebase/installations-compat": "0.2.22",
|
||||
"@firebase/messaging": "0.13.0",
|
||||
"@firebase/messaging-compat": "0.2.27",
|
||||
"@firebase/performance": "0.7.12",
|
||||
"@firebase/performance-compat": "0.2.25",
|
||||
"@firebase/remote-config": "0.9.0",
|
||||
"@firebase/remote-config-compat": "0.2.27",
|
||||
"@firebase/storage": "0.14.3",
|
||||
"@firebase/storage-compat": "0.4.3",
|
||||
"@firebase/util": "1.15.1"
|
||||
"@firebase/ai": "2.15.0",
|
||||
"@firebase/analytics": "0.10.24",
|
||||
"@firebase/analytics-compat": "0.2.30",
|
||||
"@firebase/app": "0.16.1",
|
||||
"@firebase/app-check": "0.13.1",
|
||||
"@firebase/app-check-compat": "0.4.7",
|
||||
"@firebase/app-compat": "0.5.17",
|
||||
"@firebase/app-types": "0.9.6",
|
||||
"@firebase/auth": "1.13.5",
|
||||
"@firebase/auth-compat": "0.6.10",
|
||||
"@firebase/data-connect": "0.7.4",
|
||||
"@firebase/database": "1.1.5",
|
||||
"@firebase/database-compat": "2.1.7",
|
||||
"@firebase/firestore": "4.17.1",
|
||||
"@firebase/firestore-compat": "0.4.13",
|
||||
"@firebase/functions": "0.14.0",
|
||||
"@firebase/functions-compat": "0.5.0",
|
||||
"@firebase/installations": "0.6.24",
|
||||
"@firebase/installations-compat": "0.2.24",
|
||||
"@firebase/messaging": "0.13.2",
|
||||
"@firebase/messaging-compat": "0.2.29",
|
||||
"@firebase/performance": "0.7.14",
|
||||
"@firebase/performance-compat": "0.2.27",
|
||||
"@firebase/remote-config": "0.9.2",
|
||||
"@firebase/remote-config-compat": "0.2.29",
|
||||
"@firebase/storage": "0.14.5",
|
||||
"@firebase/storage-compat": "0.4.5",
|
||||
"@firebase/util": "1.15.3"
|
||||
}
|
||||
},
|
||||
"node_modules/firebase-admin": {
|
||||
"version": "14.1.0",
|
||||
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-14.1.0.tgz",
|
||||
"integrity": "sha512-GdHh6vHWm9LVRt+3hINWczaA7fPwnN/l4xZdqzn+wNPYErrLI1x6u1mvAJM/5IGgYI9EqQgLt1EyBG8ok/hWCg==",
|
||||
"version": "14.2.0",
|
||||
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-14.2.0.tgz",
|
||||
"integrity": "sha512-zfs5PdccEgjX479bbMmz95Rqc7ttQ4LV3qkGFlPiqOaOu/suBZc3fG52Qzn2hQjiSHkBM4NP2AZV5r2NvAt0TQ==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@fastify/busboy": "^3.0.0",
|
||||
"@firebase/database-compat": "^2.1.4",
|
||||
"@firebase/database-types": "^1.0.20",
|
||||
"farmhash-modern": "^1.1.0",
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
"google-auth-library": "^10.6.2",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
@@ -3845,10 +3858,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/re2js": {
|
||||
"version": "0.4.3",
|
||||
"resolved": "https://registry.npmjs.org/re2js/-/re2js-0.4.3.tgz",
|
||||
"integrity": "sha512-EuNmh7jurhHEE8Ge/lBo9JuMLb3qf866Xjjfyovw3wPc7+hlqDkZq4LwhrCQMEI+ARWfrKrHozEndzlpNT0WDg==",
|
||||
"license": "MIT"
|
||||
"version": "2.8.6",
|
||||
"resolved": "https://registry.npmjs.org/re2js/-/re2js-2.8.6.tgz",
|
||||
"integrity": "sha512-xLgQil4kIUCrAzVk9fRSkxkFNwmygLFjVxXrLc65aE1F0+Zsb8rxumFBy4XKyvgMCTL6kilDq3EZ0piE2dP/Dg==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/readable-stream": {
|
||||
"version": "3.6.2",
|
||||
|
||||
+2
-2
@@ -20,8 +20,8 @@
|
||||
"@discordjs/voice": "^0.19.2",
|
||||
"@discordjs/opus": "^0.10.0",
|
||||
"dotenv": "^17.4.2",
|
||||
"firebase": "^12.16.0",
|
||||
"firebase-admin": "^14.1.0",
|
||||
"firebase": "^12.18.0",
|
||||
"firebase-admin": "^14.2.0",
|
||||
"he": "^1.2.0",
|
||||
"ms": "^2.1.3",
|
||||
"request": "^2.88.2",
|
||||
|
||||
Reference in New Issue
Block a user