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 6b0719c

Browse files
authoredDec 13, 2024··
Update weekly patch updates
1 parent 3699861 commit 6b0719c

File tree

3 files changed

+205
-68
lines changed

3 files changed

+205
-68
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.6
6868
- name: Determine file to update
6969
id: get_manifest
7070
env:

‎package-lock.json

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

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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",
39+
"discord-api-types": "0.37.111",
4040
"discord.js": "14.15.2",
4141
"discordjs-button-pagination": "3.0.1",
42-
"dotenv": "16.4.5",
42+
"dotenv": "16.4.7",
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.16",
4747
"nodemon": "^3.0.0",
4848
"pg": "8.12.0",
4949
"puppeteer": "^22.12.1",

0 commit comments

Comments
 (0)
Please sign in to comment.