mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-23 06:43:17 +00:00
Compare commits
No commits in common. "b84510487384c374865dc2d6fb5111c6feffd839" and "e46c6da5d92b19756780548360052d48d3c03254" have entirely different histories.
b845104873
...
e46c6da5d9
23
.github/workflows/dependabot_auto-merge.yml
vendored
23
.github/workflows/dependabot_auto-merge.yml
vendored
@ -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
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"
|
||||
},
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user