Skip to content

Commit cc1dfbe

Browse files
Update All
1 parent 37d867c commit cc1dfbe

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Node.js 23 Alpine image
2-
FROM node:23-alpine
2+
FROM node:24-alpine
33

44
# Set working directory
55
WORKDIR /app

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ms": "2.1.3",
3737
"node-cron": "4.2.1",
3838
"prisma": "6.12.0",
39-
"uuid": "11.1.0",
39+
"uuid": "13.0.0",
4040
"winston": "3.17.0"
4141
},
4242
"optionalDependencies": {
@@ -52,7 +52,7 @@
5252
"@types/node": "24.0.14",
5353
"@types/node-cron": "3.0.11",
5454
"eslint": "9.31.0",
55-
"globals": "^16.3.0",
55+
"globals": "^17.0.0",
5656
"nodemon": "3.1.10",
5757
"ts-node": "10.9.2",
5858
"tsconfig-paths": "4.2.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)