Skip to content

Commit f6447f7

Browse files
chore(deps): update node.js to v24.4.1 (#601)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [node](https://redirect.github.com/nodejs/node) | final | patch | `24.4.0-alpine3.21` -> `24.4.1-alpine3.21` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/node/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/node) | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`24.0.14` -> `24.1.0`](https://renovatebot.com/diffs/npm/@types%2fnode/24.0.14/24.1.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/DefinitelyTyped/DefinitelyTyped/badge)](https://securityscorecards.dev/viewer/?uri=github.com/DefinitelyTyped/DefinitelyTyped) | --- ### Release Notes <details> <summary>nodejs/node (node)</summary> ### [`v24.4.1`](https://redirect.github.com/nodejs/node/releases/tag/v24.4.1): 2025-07-15, Version 24.4.1 (Current), @&#8203;RafaelGSS [Compare Source](https://redirect.github.com/nodejs/node/compare/v24.4.0...v24.4.1) This is a security release. ##### Notable Changes - (CVE-2025-27209) HashDoS in V8 with new RapidHash algorithm - (CVE-2025-27210) Windows Device Names (CON, PRN, AUX) Bypass Path Traversal Protection in path.normalize() ##### Commits - \[[`c33223f1a5`](https://redirect.github.com/nodejs/node/commit/c33223f1a5)] - **(CVE-2025-27209)** **deps**: V8: revert rapidhash commits (Michaël Zasso) [nodejs-private/node-private#713](https://redirect.github.com/nodejs-private/node-private/pull/713) - \[[`56f9db2aaa`](https://redirect.github.com/nodejs/node/commit/56f9db2aaa)] - **(CVE-2025-27210)** **lib**: handle all windows reserved driver name (RafaelGSS) [nodejs-private/node-private#721](https://redirect.github.com/nodejs-private/node-private/pull/721) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0df4ace commit f6447f7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.4.0-alpine3.21
1+
FROM node:24.4.1-alpine3.21
22

33
LABEL org.opencontainers.image.source="https://github.com/settlemint/docs"
44

bun.lock

Lines changed: 2 additions & 2 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
@@ -52,7 +52,7 @@
5252
"@fumadocs/cli": "0.2.1",
5353
"@tailwindcss/postcss": "4.1.11",
5454
"@types/mdx": "2.0.13",
55-
"@types/node": "24.0.14",
55+
"@types/node": "24.1.0",
5656
"@types/react": "19.1.8",
5757
"@types/react-dom": "19.1.6",
5858
"babel-plugin-react-compiler": "19.1.0-rc.2",

0 commit comments

Comments
 (0)