1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 01:21:56 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
0c96d7f56d
Bump discord.js from 14.14.1 to 14.15.2
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.14.1 to 14.15.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.15.2/packages/discord.js)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 23:45:36 +00:00
3 changed files with 319 additions and 363 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 }}

653
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,11 +17,11 @@
},
"dependencies": {
"discord.js": "^14.15.2",
"@discordjs/voice": "^0.17.0",
"@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",