Skip to content

Commit 24375a5

Browse files
Updated Node 20 version to safe version (#5118)
The current Node version: Node 20.17.0 has a security issue: https://www.tenable.com/plugins/nessus/214404 Co-authored-by: shwkumar <[email protected]>
1 parent 3ce43eb commit 24375a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/externals.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NODE_VERSION="6.17.1"
2626
NODE10_VERSION="10.24.1"
2727
NODE16_VERSION="16.20.2"
2828
NODE16_WIN_ARM64_VERSION="16.9.1"
29-
NODE20_VERSION="20.17.0"
29+
NODE20_VERSION="20.18.2"
3030
MINGIT_VERSION="2.47.0.2"
3131
LFS_VERSION="3.4.0"
3232

0 commit comments

Comments
 (0)