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

Compare commits

...

8 Commits

Author SHA1 Message Date
github-actions[bot]
3b19e113e6
Merge pull request #47 from musix-org/dependabot/npm_and_yarn/v3/discord.js-14.15.2
Bump discord.js from 14.14.1 to 14.15.2
2024-05-22 23:39:39 +00:00
dependabot[bot]
c6781a56f5
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:39:28 +00:00
Christer Warén
1af753f828 Merge branch 'master' into v3 2024-05-23 02:36:16 +03:00
Christer Warén
72e8e06ce4
Merge pull request #53 from musix-org/dependabot/npm_and_yarn/v3/firebase-10.12.1
Bump firebase from 10.11.0 to 10.12.1
2024-05-23 02:29:58 +03:00
dependabot[bot]
c9f81b4135
---
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:29:06 +00:00
Christer Warén
3868c10a8d
Merge pull request #55 from musix-org/dependabot/npm_and_yarn/v3/firebase-admin-12.1.1
Bump firebase-admin from 12.1.0 to 12.1.1
2024-05-23 02:28:12 +03:00
dependabot[bot]
742b83efef
---
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:28:35 +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 455 additions and 370 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 }}

796
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,10 +21,10 @@
"dependencies": {
"@discordjs/opus": "^0.9.0",
"discord-webhook-node": "^1.1.8",
"discord.js": "^14.14.1",
"discord.js": "^14.15.2",
"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",
"prism-media": "^1.3.5",
"request": "^2.88.2",