1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-12-23 09:53:17 +00:00

Compare commits

..

No commits in common. "b84510487384c374865dc2d6fb5111c6feffd839" and "e46c6da5d92b19756780548360052d48d3c03254" have entirely different histories.

3 changed files with 399 additions and 459 deletions

View File

@ -1,23 +0,0 @@
name: Dependabot Auto-Merge
on:
pull_request_target:
branches:
- v1
- v2
- v3
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
name: Dependabot Auto-Merge
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

827
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,12 +16,12 @@
"url": "https://https://github.com/musix-oss/musix"
},
"dependencies": {
"discord.js": "^14.15.2",
"@discordjs/voice": "^0.17.0",
"discord.js": "^14.14.1",
"@discordjs/voice": "^0.16.1",
"@discordjs/opus": "^0.9.0",
"dotenv": "^16.4.5",
"firebase": "^10.12.1",
"firebase-admin": "^12.1.1",
"firebase": "^10.11.0",
"firebase-admin": "^12.1.0",
"he": "^1.2.0",
"ms": "^2.1.3",
"request": "^2.88.2",