Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit fc7f47f

Browse files
chore(deps): update node.js to v24
1 parent a0c886f commit fc7f47f

File tree

3 files changed

+10
-25
lines changed

3 files changed

+10
-25
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.21-alpine
1+
FROM node:24.13-alpine
22

33
RUN apk upgrade --no-cache && \
44
apk add --no-cache openssl libgcc libstdc++ ncurses-libs supervisor jq curl mariadb-client

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/preset-typescript": "^7.18.6",
3535
"@types/crypto-js": "^4.1.1",
3636
"@types/jest": "^30.0.0",
37-
"@types/node": "^22.0.0",
37+
"@types/node": "^24.0.0",
3838
"@types/node-telegram-bot-api": "^0.64.0",
3939
"@types/sqlite3": "^5.0.0",
4040
"babel-jest": "^30.0.0",

0 commit comments

Comments
 (0)