From c413175a1699886fab5a6bdfcd552038596dec62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:31:47 +0000 Subject: [PATCH] chore(deps): update node.js to v24.4.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- bun.lock | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 683388cd..104ffb78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.4.0-alpine3.21 +FROM node:24.4.1-alpine3.21 LABEL org.opencontainers.image.source="https://github.com/settlemint/docs" diff --git a/bun.lock b/bun.lock index 3c8d590a..2bec9806 100644 --- a/bun.lock +++ b/bun.lock @@ -42,7 +42,7 @@ "@fumadocs/cli": "0.2.1", "@tailwindcss/postcss": "4.1.11", "@types/mdx": "2.0.13", - "@types/node": "24.0.14", + "@types/node": "24.1.0", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", "babel-plugin-react-compiler": "19.1.0-rc.2", @@ -665,7 +665,7 @@ "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="], - "@types/node": ["@types/node@24.0.14", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw=="], + "@types/node": ["@types/node@24.1.0", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w=="], "@types/react": ["@types/react@19.1.8", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g=="], diff --git a/package.json b/package.json index 9969d947..8434b7a8 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@fumadocs/cli": "0.2.1", "@tailwindcss/postcss": "4.1.11", "@types/mdx": "2.0.13", - "@types/node": "24.0.14", + "@types/node": "24.1.0", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", "babel-plugin-react-compiler": "19.1.0-rc.2",