node-linux-arm64 14.18.3 → 14.19.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/CHANGELOG.md +136 -0
  2. package/LICENSE +26 -17
  3. package/README.md +15 -12
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +180 -178
  7. package/include/node/node.h +7 -1
  8. package/include/node/node_version.h +2 -2
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  35. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  37. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  39. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  41. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
  43. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
  45. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
  47. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  49. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  51. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  53. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  55. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  57. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  59. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  61. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  63. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  65. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  67. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  69. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  71. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  73. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  75. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  77. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  79. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  81. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  83. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  85. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  87. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  89. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  91. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  93. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  95. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  97. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  99. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  101. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
  103. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
  105. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
  107. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  109. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  111. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  113. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  115. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  117. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  119. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  121. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  123. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  125. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  127. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  129. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  131. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  133. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  135. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  137. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  139. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  141. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  143. package/include/node/openssl/ec.h +10 -7
  144. package/include/node/openssl/engine.h +2 -1
  145. package/include/node/openssl/obj_mac.h +1 -1
  146. package/include/node/openssl/opensslv.h +2 -2
  147. package/package.json +1 -1
  148. package/share/man/man1/node.1 +5 -0
@@ -17,236 +17,238 @@
17
17
  'force_dynamic_crt': 0,
18
18
  'gas_version': '2.30',
19
19
  'host_arch': 'arm64',
20
- 'icu_data_in': '../../deps/icu-tmp/icudt69l.dat',
20
+ 'icu_data_in': '../../deps/icu-tmp/icudt70l.dat',
21
21
  'icu_endianness': 'l',
22
22
  'icu_gyp_path': 'tools/icu/icu-generic.gyp',
23
23
  'icu_path': 'deps/icu-small',
24
24
  'icu_small': 'false',
25
- 'icu_ver_major': '69',
25
+ 'icu_ver_major': '70',
26
26
  'is_debug': 0,
27
27
  'llvm_version': '0.0',
28
28
  'napi_build_version': '8',
29
29
  'node_byteorder': 'little',
30
30
  'node_debug_lib': 'false',
31
31
  'node_enable_d8': 'false',
32
+ 'node_install_corepack': 'true',
32
33
  'node_install_npm': 'true',
33
- 'node_library_files': [ 'lib/_http_client.js',
34
- 'lib/diagnostics_channel.js',
35
- 'lib/util.js',
36
- 'lib/worker_threads.js',
37
- 'lib/perf_hooks.js',
34
+ 'node_library_files': [ 'lib/tty.js',
35
+ 'lib/process.js',
36
+ 'lib/_stream_wrap.js',
37
+ 'lib/string_decoder.js',
38
+ 'lib/child_process.js',
39
+ 'lib/async_hooks.js',
38
40
  'lib/_tls_common.js',
39
- 'lib/zlib.js',
40
- 'lib/_stream_transform.js',
41
- 'lib/v8.js',
42
- 'lib/_http_incoming.js',
43
- 'lib/_stream_writable.js',
44
- 'lib/querystring.js',
45
- 'lib/net.js',
46
- 'lib/https.js',
47
- 'lib/_http_server.js',
48
- 'lib/_http_outgoing.js',
41
+ 'lib/readline.js',
49
42
  'lib/buffer.js',
50
- 'lib/module.js',
43
+ 'lib/util.js',
44
+ 'lib/trace_events.js',
51
45
  'lib/dgram.js',
52
- 'lib/child_process.js',
46
+ 'lib/_http_incoming.js',
53
47
  'lib/url.js',
54
- 'lib/timers.js',
55
- 'lib/cluster.js',
56
- 'lib/_http_agent.js',
57
- 'lib/console.js',
58
- 'lib/http.js',
59
- 'lib/stream.js',
60
- 'lib/repl.js',
61
- 'lib/string_decoder.js',
62
- 'lib/tty.js',
63
- 'lib/_stream_passthrough.js',
64
- 'lib/readline.js',
65
- 'lib/process.js',
66
- 'lib/fs.js',
67
- 'lib/vm.js',
68
- 'lib/events.js',
69
- 'lib/os.js',
70
- 'lib/tls.js',
48
+ 'lib/v8.js',
49
+ 'lib/zlib.js',
50
+ 'lib/wasi.js',
71
51
  'lib/punycode.js',
72
- 'lib/_stream_duplex.js',
73
- 'lib/async_hooks.js',
74
- 'lib/path.js',
75
- 'lib/dns.js',
52
+ 'lib/net.js',
53
+ 'lib/worker_threads.js',
76
54
  'lib/sys.js',
77
- 'lib/constants.js',
55
+ 'lib/http.js',
78
56
  'lib/http2.js',
79
- 'lib/crypto.js',
80
- 'lib/domain.js',
81
- 'lib/_stream_wrap.js',
57
+ 'lib/_stream_duplex.js',
58
+ 'lib/querystring.js',
59
+ 'lib/diagnostics_channel.js',
60
+ 'lib/_stream_passthrough.js',
61
+ 'lib/_http_client.js',
62
+ 'lib/cluster.js',
63
+ 'lib/vm.js',
64
+ 'lib/timers.js',
65
+ 'lib/_http_server.js',
66
+ 'lib/_stream_transform.js',
82
67
  'lib/_stream_readable.js',
83
- 'lib/_tls_wrap.js',
68
+ 'lib/repl.js',
69
+ 'lib/module.js',
84
70
  'lib/assert.js',
85
- 'lib/wasi.js',
86
- 'lib/trace_events.js',
71
+ 'lib/dns.js',
72
+ 'lib/fs.js',
87
73
  'lib/inspector.js',
74
+ 'lib/_http_outgoing.js',
75
+ 'lib/os.js',
76
+ 'lib/path.js',
77
+ 'lib/_stream_writable.js',
78
+ 'lib/tls.js',
79
+ 'lib/console.js',
80
+ 'lib/domain.js',
81
+ 'lib/perf_hooks.js',
82
+ 'lib/events.js',
88
83
  'lib/_http_common.js',
84
+ 'lib/https.js',
85
+ 'lib/crypto.js',
86
+ 'lib/stream.js',
87
+ 'lib/_http_agent.js',
88
+ 'lib/_tls_wrap.js',
89
+ 'lib/constants.js',
90
+ 'lib/internal/tty.js',
91
+ 'lib/internal/trace_events_async_hooks.js',
92
+ 'lib/internal/child_process.js',
93
+ 'lib/internal/async_hooks.js',
94
+ 'lib/internal/buffer.js',
95
+ 'lib/internal/priority_queue.js',
89
96
  'lib/internal/util.js',
90
- 'lib/internal/watchdog.js',
91
- 'lib/internal/blob.js',
92
- 'lib/internal/blocklist.js',
93
- 'lib/internal/idna.js',
94
- 'lib/internal/querystring.js',
95
- 'lib/internal/abort_controller.js',
96
- 'lib/internal/net.js',
97
97
  'lib/internal/error_serdes.js',
98
- 'lib/internal/buffer.js',
99
- 'lib/internal/js_stream_socket.js',
98
+ 'lib/internal/options.js',
100
99
  'lib/internal/dgram.js',
101
- 'lib/internal/child_process.js',
102
- 'lib/internal/dtrace.js',
103
100
  'lib/internal/url.js',
104
- 'lib/internal/timers.js',
101
+ 'lib/internal/abort_controller.js',
102
+ 'lib/internal/v8_prof_processor.js',
103
+ 'lib/internal/blocklist.js',
104
+ 'lib/internal/blob.js',
105
+ 'lib/internal/freeze_intrinsics.js',
106
+ 'lib/internal/stream_base_commons.js',
107
+ 'lib/internal/js_stream_socket.js',
108
+ 'lib/internal/net.js',
105
109
  'lib/internal/http.js',
106
- 'lib/internal/worker.js',
107
- 'lib/internal/repl.js',
108
- 'lib/internal/linkedlist.js',
110
+ 'lib/internal/querystring.js',
109
111
  'lib/internal/event_target.js',
110
- 'lib/internal/tty.js',
111
- 'lib/internal/v8_prof_polyfill.js',
112
- 'lib/internal/fixed_queue.js',
113
- 'lib/internal/validators.js',
114
- 'lib/internal/socket_list.js',
115
- 'lib/internal/tls.js',
112
+ 'lib/internal/histogram.js',
113
+ 'lib/internal/timers.js',
114
+ 'lib/internal/socketaddress.js',
115
+ 'lib/internal/linkedlist.js',
116
116
  'lib/internal/encoding.js',
117
+ 'lib/internal/repl.js',
118
+ 'lib/internal/idna.js',
119
+ 'lib/internal/assert.js',
117
120
  'lib/internal/errors.js',
118
121
  'lib/internal/heap_utils.js',
119
- 'lib/internal/async_hooks.js',
120
- 'lib/internal/freeze_intrinsics.js',
122
+ 'lib/internal/socket_list.js',
123
+ 'lib/internal/freelist.js',
124
+ 'lib/internal/v8_prof_polyfill.js',
125
+ 'lib/internal/tls.js',
126
+ 'lib/internal/validators.js',
127
+ 'lib/internal/inspector_async_hook.js',
121
128
  'lib/internal/cli_table.js',
122
- 'lib/internal/trace_events_async_hooks.js',
123
- 'lib/internal/stream_base_commons.js',
129
+ 'lib/internal/worker.js',
130
+ 'lib/internal/fixed_queue.js',
131
+ 'lib/internal/dtrace.js',
132
+ 'lib/internal/watchdog.js',
124
133
  'lib/internal/constants.js',
125
- 'lib/internal/priority_queue.js',
126
- 'lib/internal/socketaddress.js',
127
- 'lib/internal/options.js',
128
- 'lib/internal/inspector_async_hook.js',
129
- 'lib/internal/histogram.js',
130
- 'lib/internal/assert.js',
131
- 'lib/internal/freelist.js',
132
- 'lib/internal/v8_prof_processor.js',
134
+ 'lib/internal/streams/readable.js',
135
+ 'lib/internal/streams/writable.js',
136
+ 'lib/internal/streams/destroy.js',
137
+ 'lib/internal/streams/buffer_list.js',
138
+ 'lib/internal/streams/passthrough.js',
139
+ 'lib/internal/streams/legacy.js',
140
+ 'lib/internal/streams/duplex.js',
141
+ 'lib/internal/streams/duplexpair.js',
142
+ 'lib/internal/streams/end-of-stream.js',
143
+ 'lib/internal/streams/state.js',
144
+ 'lib/internal/streams/pipeline.js',
145
+ 'lib/internal/streams/lazy_transform.js',
146
+ 'lib/internal/streams/transform.js',
147
+ 'lib/internal/streams/utils.js',
148
+ 'lib/internal/streams/from.js',
149
+ 'lib/internal/cluster/round_robin_handle.js',
150
+ 'lib/internal/cluster/child.js',
151
+ 'lib/internal/cluster/shared_handle.js',
152
+ 'lib/internal/cluster/utils.js',
153
+ 'lib/internal/cluster/master.js',
154
+ 'lib/internal/cluster/worker.js',
155
+ 'lib/internal/http2/compat.js',
156
+ 'lib/internal/http2/core.js',
157
+ 'lib/internal/http2/util.js',
158
+ 'lib/internal/readline/utils.js',
133
159
  'lib/internal/console/global.js',
134
160
  'lib/internal/console/constructor.js',
135
- 'lib/internal/readline/utils.js',
136
- 'lib/internal/child_process/serialization.js',
161
+ 'lib/internal/crypto/keys.js',
162
+ 'lib/internal/crypto/util.js',
163
+ 'lib/internal/crypto/cipher.js',
164
+ 'lib/internal/crypto/certificate.js',
165
+ 'lib/internal/crypto/sig.js',
166
+ 'lib/internal/crypto/pbkdf2.js',
167
+ 'lib/internal/crypto/random.js',
168
+ 'lib/internal/crypto/scrypt.js',
169
+ 'lib/internal/crypto/hash.js',
170
+ 'lib/internal/crypto/diffiehellman.js',
171
+ 'lib/internal/crypto/keygen.js',
172
+ 'lib/internal/vm/module.js',
173
+ 'lib/internal/dns/promises.js',
174
+ 'lib/internal/dns/utils.js',
175
+ 'lib/internal/assert/calltracker.js',
176
+ 'lib/internal/assert/assertion_error.js',
137
177
  'lib/internal/repl/history.js',
138
178
  'lib/internal/repl/await.js',
139
179
  'lib/internal/repl/utils.js',
180
+ 'lib/internal/debugger/inspect_repl.js',
181
+ 'lib/internal/debugger/inspect_client.js',
182
+ 'lib/internal/debugger/inspect.js',
183
+ 'lib/internal/modules/run_main.js',
184
+ 'lib/internal/modules/package_json_reader.js',
185
+ 'lib/internal/modules/cjs/helpers.js',
186
+ 'lib/internal/modules/cjs/loader.js',
187
+ 'lib/internal/modules/esm/resolve.js',
188
+ 'lib/internal/modules/esm/create_dynamic_module.js',
189
+ 'lib/internal/modules/esm/module_job.js',
190
+ 'lib/internal/modules/esm/get_source.js',
191
+ 'lib/internal/modules/esm/get_format.js',
192
+ 'lib/internal/modules/esm/translators.js',
193
+ 'lib/internal/modules/esm/module_map.js',
194
+ 'lib/internal/modules/esm/transform_source.js',
195
+ 'lib/internal/modules/esm/loader.js',
196
+ 'lib/internal/modules/esm/handle_process_exit.js',
197
+ 'lib/internal/timers/promises.js',
198
+ 'lib/internal/test/binding.js',
199
+ 'lib/internal/bootstrap/environment.js',
200
+ 'lib/internal/bootstrap/pre_execution.js',
201
+ 'lib/internal/bootstrap/loaders.js',
202
+ 'lib/internal/bootstrap/node.js',
203
+ 'lib/internal/bootstrap/switches/is_main_thread.js',
204
+ 'lib/internal/bootstrap/switches/does_own_process_state.js',
205
+ 'lib/internal/bootstrap/switches/does_not_own_process_state.js',
206
+ 'lib/internal/bootstrap/switches/is_not_main_thread.js',
207
+ 'lib/internal/child_process/serialization.js',
208
+ 'lib/internal/per_context/messageport.js',
209
+ 'lib/internal/per_context/primordials.js',
210
+ 'lib/internal/per_context/domexception.js',
211
+ 'lib/internal/source_map/source_map_cache.js',
212
+ 'lib/internal/source_map/source_map.js',
213
+ 'lib/internal/source_map/prepare_stack_trace.js',
140
214
  'lib/internal/process/promises.js',
141
- 'lib/internal/process/policy.js',
142
215
  'lib/internal/process/report.js',
216
+ 'lib/internal/process/policy.js',
217
+ 'lib/internal/process/worker_thread_only.js',
218
+ 'lib/internal/process/task_queues.js',
143
219
  'lib/internal/process/signal.js',
144
220
  'lib/internal/process/esm_loader.js',
145
- 'lib/internal/process/warning.js',
146
221
  'lib/internal/process/per_thread.js',
147
222
  'lib/internal/process/execution.js',
148
- 'lib/internal/process/task_queues.js',
149
- 'lib/internal/process/worker_thread_only.js',
150
- 'lib/internal/util/debuglog.js',
223
+ 'lib/internal/process/warning.js',
224
+ 'lib/internal/policy/manifest.js',
225
+ 'lib/internal/policy/sri.js',
226
+ 'lib/internal/main/print_help.js',
227
+ 'lib/internal/main/run_main_module.js',
228
+ 'lib/internal/main/check_syntax.js',
229
+ 'lib/internal/main/worker_thread.js',
230
+ 'lib/internal/main/run_third_party_main.js',
231
+ 'lib/internal/main/repl.js',
232
+ 'lib/internal/main/inspect.js',
233
+ 'lib/internal/main/eval_string.js',
234
+ 'lib/internal/main/eval_stdin.js',
235
+ 'lib/internal/main/prof_process.js',
236
+ 'lib/internal/util/types.js',
151
237
  'lib/internal/util/iterable_weak_map.js',
152
- 'lib/internal/util/comparisons.js',
153
238
  'lib/internal/util/inspect.js',
154
- 'lib/internal/util/types.js',
155
239
  'lib/internal/util/inspector.js',
156
- 'lib/internal/source_map/prepare_stack_trace.js',
157
- 'lib/internal/source_map/source_map.js',
158
- 'lib/internal/source_map/source_map_cache.js',
159
- 'lib/internal/per_context/messageport.js',
160
- 'lib/internal/per_context/domexception.js',
161
- 'lib/internal/per_context/primordials.js',
162
- 'lib/internal/test/binding.js',
163
- 'lib/internal/policy/sri.js',
164
- 'lib/internal/policy/manifest.js',
165
- 'lib/internal/fs/dir.js',
240
+ 'lib/internal/util/comparisons.js',
241
+ 'lib/internal/util/debuglog.js',
242
+ 'lib/internal/worker/io.js',
243
+ 'lib/internal/worker/js_transferable.js',
166
244
  'lib/internal/fs/promises.js',
245
+ 'lib/internal/fs/dir.js',
167
246
  'lib/internal/fs/streams.js',
247
+ 'lib/internal/fs/sync_write_stream.js',
168
248
  'lib/internal/fs/rimraf.js',
249
+ 'lib/internal/fs/read_file_context.js',
169
250
  'lib/internal/fs/watchers.js',
170
- 'lib/internal/fs/sync_write_stream.js',
171
251
  'lib/internal/fs/utils.js',
172
- 'lib/internal/fs/read_file_context.js',
173
- 'lib/internal/worker/js_transferable.js',
174
- 'lib/internal/worker/io.js',
175
- 'lib/internal/dns/promises.js',
176
- 'lib/internal/dns/utils.js',
177
- 'lib/internal/vm/module.js',
178
- 'lib/internal/timers/promises.js',
179
- 'lib/internal/assert/calltracker.js',
180
- 'lib/internal/assert/assertion_error.js',
181
- 'lib/internal/bootstrap/pre_execution.js',
182
- 'lib/internal/bootstrap/node.js',
183
- 'lib/internal/bootstrap/loaders.js',
184
- 'lib/internal/bootstrap/environment.js',
185
- 'lib/internal/bootstrap/switches/is_not_main_thread.js',
186
- 'lib/internal/bootstrap/switches/is_main_thread.js',
187
- 'lib/internal/bootstrap/switches/does_own_process_state.js',
188
- 'lib/internal/bootstrap/switches/does_not_own_process_state.js',
189
- 'lib/internal/main/print_help.js',
190
- 'lib/internal/main/run_third_party_main.js',
191
- 'lib/internal/main/check_syntax.js',
192
- 'lib/internal/main/worker_thread.js',
193
- 'lib/internal/main/eval_stdin.js',
194
- 'lib/internal/main/repl.js',
195
- 'lib/internal/main/eval_string.js',
196
- 'lib/internal/main/inspect.js',
197
- 'lib/internal/main/run_main_module.js',
198
- 'lib/internal/main/prof_process.js',
199
- 'lib/internal/modules/package_json_reader.js',
200
- 'lib/internal/modules/run_main.js',
201
- 'lib/internal/modules/esm/transform_source.js',
202
- 'lib/internal/modules/esm/loader.js',
203
- 'lib/internal/modules/esm/resolve.js',
204
- 'lib/internal/modules/esm/create_dynamic_module.js',
205
- 'lib/internal/modules/esm/translators.js',
206
- 'lib/internal/modules/esm/get_format.js',
207
- 'lib/internal/modules/esm/get_source.js',
208
- 'lib/internal/modules/esm/module_job.js',
209
- 'lib/internal/modules/esm/module_map.js',
210
- 'lib/internal/modules/cjs/helpers.js',
211
- 'lib/internal/modules/cjs/loader.js',
212
- 'lib/internal/debugger/inspect_client.js',
213
- 'lib/internal/debugger/inspect_repl.js',
214
- 'lib/internal/debugger/inspect.js',
215
- 'lib/internal/cluster/child.js',
216
- 'lib/internal/cluster/round_robin_handle.js',
217
- 'lib/internal/cluster/shared_handle.js',
218
- 'lib/internal/cluster/worker.js',
219
- 'lib/internal/cluster/utils.js',
220
- 'lib/internal/cluster/master.js',
221
- 'lib/internal/crypto/util.js',
222
- 'lib/internal/crypto/pbkdf2.js',
223
- 'lib/internal/crypto/hash.js',
224
- 'lib/internal/crypto/scrypt.js',
225
- 'lib/internal/crypto/sig.js',
226
- 'lib/internal/crypto/certificate.js',
227
- 'lib/internal/crypto/keygen.js',
228
- 'lib/internal/crypto/keys.js',
229
- 'lib/internal/crypto/random.js',
230
- 'lib/internal/crypto/cipher.js',
231
- 'lib/internal/crypto/diffiehellman.js',
232
- 'lib/internal/http2/core.js',
233
- 'lib/internal/http2/util.js',
234
- 'lib/internal/http2/compat.js',
235
- 'lib/internal/streams/state.js',
236
- 'lib/internal/streams/end-of-stream.js',
237
- 'lib/internal/streams/buffer_list.js',
238
- 'lib/internal/streams/pipeline.js',
239
- 'lib/internal/streams/lazy_transform.js',
240
- 'lib/internal/streams/destroy.js',
241
- 'lib/internal/streams/legacy.js',
242
- 'lib/internal/streams/transform.js',
243
- 'lib/internal/streams/readable.js',
244
- 'lib/internal/streams/writable.js',
245
- 'lib/internal/streams/duplex.js',
246
- 'lib/internal/streams/duplexpair.js',
247
- 'lib/internal/streams/utils.js',
248
- 'lib/internal/streams/passthrough.js',
249
- 'lib/internal/streams/from.js',
250
252
  'lib/fs/promises.js'],
251
253
  'node_module_version': 83,
252
254
  'node_no_browser_globals': 'false',
@@ -428,7 +428,13 @@ enum Flags : uint64_t {
428
428
  // Set this flag to force hiding console windows when spawning child
429
429
  // processes. This is usually used when embedding Node.js in GUI programs on
430
430
  // Windows.
431
- kHideConsoleWindows = 1 << 5
431
+ kHideConsoleWindows = 1 << 5,
432
+ // Set this flag to disable loading native addons via `process.dlopen`.
433
+ // This environment flag is especially important for worker threads
434
+ // so that a worker thread can't load a native addon even if `execArgv`
435
+ // is overwritten and `--no-addons` is not specified but was specified
436
+ // for this Environment instance.
437
+ kNoNativeAddons = 1 << 6
432
438
  };
433
439
  } // namespace EnvironmentFlags
434
440
 
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 14
26
- #define NODE_MINOR_VERSION 18
27
- #define NODE_PATCH_VERSION 3
26
+ #define NODE_MINOR_VERSION 19
27
+ #define NODE_PATCH_VERSION 2
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Fermium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 18:23:09 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 16:46:54 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 18:23:13 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 16:46:58 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Aug 24 18:23:17 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 16:47:02 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:23:20 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 16:47:05 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:23:31 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 16:47:16 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Aug 24 18:23:41 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 16:47:27 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Aug 24 18:27:46 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 16:51:38 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Aug 24 18:27:50 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 16:51:42 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy