From fc7f47fc41d44eba270359e2dd3cd1dab4ba0eae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 08:52:39 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- Dockerfile | 2 +- package-lock.json | 31 ++++++++----------------------- package.json | 2 +- 3 files changed, 10 insertions(+), 25 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b5f31a..a54dcc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22.21-alpine +FROM node:24.13-alpine RUN apk upgrade --no-cache && \ apk add --no-cache openssl libgcc libstdc++ ncurses-libs supervisor jq curl mariadb-client diff --git a/package-lock.json b/package-lock.json index 1a200ff..6b5ebd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@babel/preset-typescript": "^7.18.6", "@types/crypto-js": "^4.1.1", "@types/jest": "^30.0.0", - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "@types/node-telegram-bot-api": "^0.64.0", "@types/sqlite3": "^5.0.0", "babel-jest": "^30.0.0", @@ -4028,13 +4028,13 @@ } }, "node_modules/@types/node": { - "version": "22.19.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.7.tgz", - "integrity": "sha512-MciR4AKGHWl7xwxkBa6xUGxQJ4VBOmPTF7sL+iGzuahOFaO0jHCsuEfS80pan1ef4gWId1oWOweIhrDEYLuaOw==", + "version": "24.10.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.9.tgz", + "integrity": "sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==", "license": "MIT", "peer": true, "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/node-telegram-bot-api": { @@ -9789,27 +9789,12 @@ "node": ">= 14" } }, - "node_modules/mariadb/node_modules/@types/node": { - "version": "24.10.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.7.tgz", - "integrity": "sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ==", - "license": "MIT", - "dependencies": { - "undici-types": "~7.16.0" - } - }, "node_modules/mariadb/node_modules/lru-cache": { "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "license": "ISC" }, - "node_modules/mariadb/node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", - "license": "MIT" - }, "node_modules/math-intrinsics": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", @@ -13097,9 +13082,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { diff --git a/package.json b/package.json index e941437..558be71 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/preset-typescript": "^7.18.6", "@types/crypto-js": "^4.1.1", "@types/jest": "^30.0.0", - "@types/node": "^22.0.0", + "@types/node": "^24.0.0", "@types/node-telegram-bot-api": "^0.64.0", "@types/sqlite3": "^5.0.0", "babel-jest": "^30.0.0",