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

Compare commits

...

9 Commits

Author SHA1 Message Date
dependabot[bot]
f6d7cf0497
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-22 23:38:44 +00:00
github-actions[bot]
b38c636d5a
Merge pull request #49 from musix-org/dependabot/npm_and_yarn/v2/discordjs/voice-0.17.0
Bump @discordjs/voice from 0.16.1 to 0.17.0
2024-05-22 23:38:17 +00:00
dependabot[bot]
8f4e823972
Bump @discordjs/voice from 0.16.1 to 0.17.0
Bumps [@discordjs/voice](https://github.com/discordjs/discord.js/tree/HEAD/packages/voice) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/voice/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/voice@0.17.0/packages/voice)

---
updated-dependencies:
- dependency-name: "@discordjs/voice"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 23:38:07 +00:00
github-actions[bot]
fa4a7c6618
Merge pull request #52 from musix-org/dependabot/npm_and_yarn/v2/firebase-10.12.1
Bump firebase from 10.11.0 to 10.12.1
2024-05-22 23:37:24 +00:00
dependabot[bot]
ff94a8a095
---
updated-dependencies:
- dependency-name: firebase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 23:37:13 +00:00
Christer Warén
c0b20134b9 Merge branch 'master' into v2 2024-05-23 02:35:45 +03:00
Christer Warén
5d49d9f78c
Merge pull request #54 from musix-org/dependabot/npm_and_yarn/v2/firebase-admin-12.1.1
Bump firebase-admin from 12.1.0 to 12.1.1
2024-05-23 02:28:29 +03:00
dependabot[bot]
90f391dd36
---
updated-dependencies:
- dependency-name: firebase-admin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 23:24:00 +00:00
Christer Warén
7013069ac2 Add Dependabot Auto-Merge workflow (Github Workflows) 2024-03-06 02:34:42 +02:00
3 changed files with 459 additions and 399 deletions

View 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

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.14.1",
"@discordjs/voice": "^0.16.1",
"discord.js": "^14.15.2",
"@discordjs/voice": "^0.17.0",
"@discordjs/opus": "^0.9.0",
"dotenv": "^16.4.5",
"firebase": "^10.11.0",
"firebase-admin": "^12.1.0",
"firebase": "^10.12.1",
"firebase-admin": "^12.1.1",
"he": "^1.2.0",
"ms": "^2.1.3",
"request": "^2.88.2",