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 536238a

Browse files
authoredMar 12, 2025··
Update weekly minor updates
1 parent 08f9bd7 commit 536238a

File tree

4 files changed

+1086
-1435
lines changed

4 files changed

+1086
-1435
lines changed
 

‎.github/workflows/docker.yml

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

‎Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build layer template for an eventual TS migration
2-
FROM node:20.15.0-slim AS builder
2+
FROM node:20.18.3-slim AS builder
33
ENV NODE_ENV=production
44

55
# Set working directory
@@ -9,7 +9,7 @@ WORKDIR /app
99
COPY package.json package-lock.json ./
1010
RUN npm ci --omit=dev
1111

12-
FROM ghcr.io/puppeteer/puppeteer:22.12.1
12+
FROM ghcr.io/puppeteer/puppeteer:22.15.0
1313
ENV NODE_ENV=production
1414

1515
USER root

‎package-lock.json

+1,074-1,423
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"homepage": "https://github.com/csesoc/discord-bot#readme",
2626
"dependencies": {
27-
"@discordjs/builders": "1.8.1",
28-
"@discordjs/rest": "2.3.0",
27+
"@discordjs/builders": "1.10.1",
28+
"@discordjs/rest": "2.4.3",
2929
"auro-ms-conversion": "1.3.0",
3030
"axios": "^1.6.8",
3131
"canvas": "^2.11.2",
@@ -34,26 +34,26 @@
3434
"cheerio": "^1.0.0-rc.12",
3535
"closest-match": "1.3.3",
3636
"cron": "^3.1.7",
37-
"csv-parser": "3.0.0",
37+
"csv-parser": "3.2.0",
3838
"csv-writer": "1.6.0",
3939
"discord-api-types": "0.37.90",
40-
"discord.js": "14.15.2",
40+
"discord.js": "14.18.0",
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.10.0",
4747
"nodemon": "^3.0.0",
48-
"pg": "8.12.0",
48+
"pg": "8.14.0",
4949
"puppeteer": "^22.12.1",
5050
"textversionjs": "1.1.3",
5151
"voucher-code-generator": "1.3.0",
5252
"xkcd-api": "^1.0.1",
53-
"yaml": "2.4.2"
53+
"yaml": "2.7.0"
5454
},
5555
"devDependencies": {
56-
"@babel/core": "7.24.7",
56+
"@babel/core": "7.26.10",
5757
"@babel/eslint-parser": "^7.24.7",
5858
"@eslint/eslintrc": "^3.1.0",
5959
"@eslint/js": "^9.5.0",
@@ -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.5.3"
6666
}
6767
}

0 commit comments

Comments
 (0)
Please sign in to comment.