diff --git a/DEPS b/DEPS index 921a7bf15aaa73..d8df7402931fc7 100644 --- a/DEPS +++ b/DEPS @@ -4,7 +4,7 @@ vars = { 'chromium_version': '120.0.6099.5', 'node_version': - 'v18.18.0', + 'v18.18.2', 'nan_version': 'e14bdcd1f72d62bca1d541b66da43130384ec213', 'squirrel.mac_version': @@ -23,7 +23,7 @@ vars = { 'squirrel_git': 'https://github.com/Squirrel', 'reactiveobjc_git': 'https://github.com/ReactiveCocoa', 'mantle_git': 'https://github.com/Mantle', - + # The path of the sysroots.json file. 'sysroots_json_path': 'electron/script/sysroots.json', diff --git a/patches/node/build_add_gn_build_files.patch b/patches/node/build_add_gn_build_files.patch index f6e80f00a1169e..892b9a3b9710e4 100644 --- a/patches/node/build_add_gn_build_files.patch +++ b/patches/node/build_add_gn_build_files.patch @@ -849,10 +849,10 @@ index 0000000000000000000000000000000000000000..fb000f8ee7647c375bc190d1729d67bb +} diff --git a/deps/nghttp2/BUILD.gn b/deps/nghttp2/BUILD.gn new file mode 100644 -index 0000000000000000000000000000000000000000..23eed033d31eced6a85c794eee550655af7a9a1d +index 0000000000000000000000000000000000000000..7d2ca477db2415f43ababa270d8aefa3124b2765 --- /dev/null +++ b/deps/nghttp2/BUILD.gn -@@ -0,0 +1,48 @@ +@@ -0,0 +1,51 @@ +config("nghttp2_config") { + defines = [ "NGHTTP2_STATICLIB" ] + include_dirs = [ "lib/includes" ] @@ -894,11 +894,14 @@ index 0000000000000000000000000000000000000000..23eed033d31eced6a85c794eee550655 + "lib/nghttp2_pq.c", + "lib/nghttp2_priority_spec.c", + "lib/nghttp2_queue.c", ++ "lib/nghttp2_ratelim.c", + "lib/nghttp2_rcbuf.c", + "lib/nghttp2_session.c", + "lib/nghttp2_stream.c", + "lib/nghttp2_submit.c", ++ "lib/nghttp2_time.c", + "lib/nghttp2_version.c", ++ "lib/sfparse.c" + ] +} diff --git a/deps/simdutf/BUILD.gn b/deps/simdutf/BUILD.gn @@ -2100,7 +2103,7 @@ index 0000000000000000000000000000000000000000..4ab828dcbf322a9e28674e48c4a6868b + args = rebase_path(inputs + outputs, root_build_dir) +} diff --git a/src/node_version.h b/src/node_version.h -index 7e90c796f3bd076048a2114a1ba31db7ee876440..60a17104e0b1b19038efc1a1468ee92642d3ffd6 100644 +index 88cc915177bcf8b86eb8f9f16b215cb6d06b3aa7..8df52c22dd76a850d421075effc44fbfb32307db 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -89,7 +89,10 @@