Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c79beca

Browse files
authoredAug 5, 2024··
Update weekly patch updates
1 parent eecb1b5 commit c79beca

File tree

3 files changed

+67
-67
lines changed

3 files changed

+67
-67
lines changed
 

‎.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
repository: csesoc/deployment
6565
token: ${{ secrets.GH_TOKEN }}
6666
- name: Install yq - portable yaml processor
67-
uses: mikefarah/yq@v4.44.2
67+
uses: mikefarah/yq@v4.44.3
6868
- name: Determine file to update
6969
id: get_manifest
7070
env:

‎package-lock.json

Lines changed: 61 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/csesoc/discord-bot#readme",
2626
"dependencies": {
27-
"@discordjs/builders": "1.8.1",
27+
"@discordjs/builders": "1.8.2",
2828
"@discordjs/rest": "2.3.0",
2929
"auro-ms-conversion": "1.3.0",
3030
"axios": "^1.6.8",
@@ -36,14 +36,14 @@
3636
"cron": "^3.1.7",
3737
"csv-parser": "3.0.0",
3838
"csv-writer": "1.6.0",
39-
"discord-api-types": "0.37.90",
40-
"discord.js": "14.15.2",
39+
"discord-api-types": "0.37.93",
40+
"discord.js": "14.15.3",
4141
"discordjs-button-pagination": "3.0.1",
4242
"dotenv": "16.4.5",
4343
"js-yaml": "4.1.0",
4444
"mathjs": "^13.0.0",
4545
"node-cron": "^3.0.3",
46-
"nodemailer": "6.9.13",
46+
"nodemailer": "6.9.14",
4747
"nodemon": "^3.0.0",
4848
"pg": "8.12.0",
4949
"puppeteer": "^22.12.1",
@@ -62,6 +62,6 @@
6262
"eslint-plugin-prettier": "^5.0.0",
6363
"globals": "^15.5.0",
6464
"node-pre-gyp": "0.17.0",
65-
"prettier": "3.3.2"
65+
"prettier": "3.3.3"
6666
}
6767
}

0 commit comments

Comments
 (0)
Please sign in to comment.