mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 02:00:20 +00:00
Compare commits
9 Commits
0c96d7f56d
...
f6d7cf0497
Author | SHA1 | Date | |
---|---|---|---|
|
f6d7cf0497 | ||
|
b38c636d5a | ||
|
8f4e823972 | ||
|
fa4a7c6618 | ||
|
ff94a8a095 | ||
|
c0b20134b9 | ||
|
5d49d9f78c | ||
|
90f391dd36 | ||
|
7013069ac2 |
23
.github/workflows/dependabot_auto-merge.yml
vendored
Normal file
23
.github/workflows/dependabot_auto-merge.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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
827
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -16,12 +16,12 @@
|
|||||||
"url": "https://https://github.com/musix-oss/musix"
|
"url": "https://https://github.com/musix-oss/musix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord.js": "^14.14.1",
|
"discord.js": "^14.15.2",
|
||||||
"@discordjs/voice": "^0.16.1",
|
"@discordjs/voice": "^0.17.0",
|
||||||
"@discordjs/opus": "^0.9.0",
|
"@discordjs/opus": "^0.9.0",
|
||||||
"dotenv": "^16.4.5",
|
"dotenv": "^16.4.5",
|
||||||
"firebase": "^10.11.0",
|
"firebase": "^10.12.1",
|
||||||
"firebase-admin": "^12.1.0",
|
"firebase-admin": "^12.1.1",
|
||||||
"he": "^1.2.0",
|
"he": "^1.2.0",
|
||||||
"ms": "^2.1.3",
|
"ms": "^2.1.3",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user