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

Compare commits

..

4 Commits

Author SHA1 Message Date
github-actions[bot]
9cc898fb7e
Merge pull request #95 from musix-org/dependabot/npm_and_yarn/v3/firebase-admin-12.5.0
Bump firebase-admin from 12.4.0 to 12.5.0
2024-09-12 23:15:10 +00:00
github-actions[bot]
10f27c24da
Merge pull request #94 from musix-org/dependabot/npm_and_yarn/v3/discord.js-14.16.2
Bump discord.js from 14.16.1 to 14.16.2
2024-09-12 23:15:01 +00:00
dependabot[bot]
49e71bcda0
Bump firebase-admin from 12.4.0 to 12.5.0
Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 12.4.0 to 12.5.0.
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Changelog](https://github.com/firebase/firebase-admin-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-admin-node/compare/v12.4.0...v12.5.0)

---
updated-dependencies:
- dependency-name: firebase-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 23:14:59 +00:00
dependabot[bot]
8becd2b84c
Bump discord.js from 14.16.1 to 14.16.2
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.16.1 to 14.16.2.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.16.2/packages/discord.js)

---
updated-dependencies:
- dependency-name: discord.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-12 23:14:51 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -11,10 +11,10 @@
"dependencies": {
"@discordjs/opus": "^0.9.0",
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"firebase": "^10.13.1",
"firebase-admin": "^12.4.0",
"firebase-admin": "^12.5.0",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",
@ -1550,9 +1550,9 @@
}
},
"node_modules/discord.js": {
"version": "14.16.1",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.16.1.tgz",
"integrity": "sha512-/diX4shp3q1F3EySGQbQl10el+KIpffLSOJdtM35gGV7zw2ED7rKbASKJT7UIR9L/lTd0KtNenZ/h739TN7diA==",
"version": "14.16.2",
"resolved": "https://registry.npmjs.org/discord.js/-/discord.js-14.16.2.tgz",
"integrity": "sha512-VGNi9WE2dZIxYM8/r/iatQQ+3LT8STW4hhczJOwm+DBeHq66vsKDCk8trChNCB01sMO9crslYuEMeZl2d7r3xw==",
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "1.5.3",
@ -1780,9 +1780,9 @@
}
},
"node_modules/firebase-admin": {
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.4.0.tgz",
"integrity": "sha512-3HOHqJxNmFv0JgK3voyMQgmcibhJN4LQfZfhnZGb6pcONnZxejki4nQ1twsoJlGaIvgQWBtO7rc5mh/cqlOJNA==",
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/firebase-admin/-/firebase-admin-12.5.0.tgz",
"integrity": "sha512-ad8vnlPcuuZN9scSgY8UnAxPI4mzP2/Q+dsrVLTf+j3h7bIq0FOelDCDGz4StgKJdk244v2kpOxqJjPG3grBHg==",
"dependencies": {
"@fastify/busboy": "^3.0.0",
"@firebase/database-compat": "^1.0.2",

View File

@ -21,10 +21,10 @@
"dependencies": {
"@discordjs/opus": "^0.9.0",
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"firebase": "^10.13.1",
"firebase-admin": "^12.4.0",
"firebase-admin": "^12.5.0",
"he": "^1.2.0",
"prism-media": "^1.3.5",
"request": "^2.88.2",