From ad8da1b58865aa8ba3c1fb914f7d14202461e684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 12:09:45 +0000 Subject: [PATCH] chore(deps): update node.js to v24.7.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .nvmrc | 2 +- Dockerfile | 2 +- bun.lock | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.nvmrc b/.nvmrc index f01a1a00..24ffec1d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.6.0 \ No newline at end of file +24.7.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 91f3a7b0..85da21a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.5.0-alpine3.21 +FROM node:24.7.0-alpine3.21 LABEL org.opencontainers.image.source="https://github.com/settlemint/docs" diff --git a/bun.lock b/bun.lock index 46118a2e..422fce1d 100644 --- a/bun.lock +++ b/bun.lock @@ -42,7 +42,7 @@ "@fumadocs/cli": "0.2.1", "@tailwindcss/postcss": "4.1.12", "@types/mdx": "2.0.13", - "@types/node": "24.2.1", + "@types/node": "24.3.0", "@types/react": "19.1.12", "@types/react-dom": "19.1.8", "babel-plugin-react-compiler": "19.1.0-rc.2", @@ -677,7 +677,7 @@ "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="], - "@types/node": ["@types/node@24.2.1", "", { "dependencies": { "undici-types": "~7.10.0" } }, "sha512-DRh5K+ka5eJic8CjH7td8QpYEV6Zo10gfRkjHCO3weqZHWDtAaSTFtl4+VMqOJ4N5jcuhZ9/l+yy8rVgw7BQeQ=="], + "@types/node": ["@types/node@24.3.0", "", { "dependencies": { "undici-types": "~7.10.0" } }, "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow=="], "@types/omelette": ["@types/omelette@0.4.5", "", {}, "sha512-zUCJpVRwfMcZfkxSCGp73mgd3/xesvPz5tQJIORlfP/zkYEyp9KUfF7IP3RRjyZR3DwxkPs96/IFf70GmYZYHQ=="], diff --git a/package.json b/package.json index 2fe16bb0..636613af 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@fumadocs/cli": "0.2.1", "@tailwindcss/postcss": "4.1.12", "@types/mdx": "2.0.13", - "@types/node": "24.2.1", + "@types/node": "24.3.0", "@types/react": "19.1.12", "@types/react-dom": "19.1.8", "babel-plugin-react-compiler": "19.1.0-rc.2",