cloudstructs 0.9.5 → 0.9.7

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 (330) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-app/provider.lambda/index.js +46 -96
  3. package/assets/slack-events/events.lambda/index.js +4 -8
  4. package/assets/slack-textract/detect.lambda/index.js +617 -492
  5. package/assets/ssl-server-test/analyze.lambda/index.js +46 -96
  6. package/assets/static-website/origin-request.edge-lambda/index.js +1 -2
  7. package/assets/url-shortener/shortener.lambda/index.js +1 -2
  8. package/lib/codecommit-mirror/index.js +2 -2
  9. package/lib/dmarc/index.js +1 -1
  10. package/lib/ecs-service-roller/index.js +2 -2
  11. package/lib/email-receiver/receiver.js +1 -1
  12. package/lib/saml-identity-provider/index.js +2 -2
  13. package/lib/slack-app/manifest.js +1 -1
  14. package/lib/slack-app/slack-app.js +2 -2
  15. package/lib/slack-events/index.js +1 -1
  16. package/lib/slack-textract/index.js +1 -1
  17. package/lib/ssl-server-test/index.js +1 -1
  18. package/lib/state-machine-cr-provider/index.js +1 -1
  19. package/lib/static-website/index.js +1 -1
  20. package/lib/toolkit-cleaner/index.js +1 -1
  21. package/lib/url-shortener/index.js +1 -1
  22. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  23. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +41 -44
  24. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +17 -15
  25. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +7 -7
  26. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1 -1
  27. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
  28. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
  29. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +38 -3
  30. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +13 -13
  31. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  32. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +1 -1
  33. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
  34. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +29 -37
  35. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +12 -12
  36. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +43 -37
  37. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +4 -4
  38. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +77 -47
  39. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  40. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +4 -4
  41. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +50 -8
  42. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +28 -11
  43. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  44. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +3 -3
  46. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +214 -43
  47. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +4 -4
  48. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +18 -6
  49. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +9 -9
  50. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +21 -20
  51. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +7 -7
  52. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +2 -2
  53. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +55 -49
  54. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +3 -3
  55. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +28 -23
  56. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +10 -6
  57. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +5 -5
  58. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +39 -32
  59. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +40 -25
  60. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +8 -8
  61. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +5 -5
  62. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +115 -22
  63. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +6 -6
  64. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +35 -17
  65. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  66. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +16 -16
  67. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +16 -3
  68. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  69. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +41 -44
  70. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +17 -15
  71. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +7 -7
  72. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +1 -1
  73. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
  74. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  75. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +38 -3
  76. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +13 -13
  77. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  78. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +1 -1
  79. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
  80. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +29 -37
  81. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +12 -12
  82. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +43 -37
  83. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +4 -4
  84. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +77 -47
  85. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  86. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +4 -4
  87. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +50 -8
  88. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +28 -11
  89. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  90. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  91. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +3 -3
  92. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +214 -43
  93. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +4 -4
  94. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +18 -6
  95. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +9 -9
  96. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +21 -20
  97. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +7 -7
  98. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +2 -2
  99. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +55 -49
  100. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +3 -3
  101. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +28 -23
  102. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +10 -6
  103. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +5 -5
  104. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +39 -32
  105. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +40 -25
  106. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +8 -8
  107. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +5 -5
  108. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +115 -22
  109. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +6 -6
  110. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +35 -17
  111. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  112. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +16 -16
  113. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +16 -3
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +41 -44
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +17 -15
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +7 -7
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +1 -1
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +38 -3
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +13 -13
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +1 -1
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +29 -37
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +12 -12
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +43 -37
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +4 -4
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +77 -47
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +4 -4
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +50 -8
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +28 -11
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +3 -3
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +214 -43
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +4 -4
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +18 -6
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +9 -9
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +21 -20
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +7 -7
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +2 -2
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +55 -49
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +3 -3
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +28 -23
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +10 -6
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +5 -5
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +39 -32
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +40 -25
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +8 -8
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +5 -5
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +115 -22
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +6 -6
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +35 -17
  157. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  158. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +16 -16
  159. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +16 -3
  160. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  161. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +41 -44
  162. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +17 -15
  163. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +7 -7
  164. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +1 -1
  165. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
  166. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
  167. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +38 -3
  168. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +13 -13
  169. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  170. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +1 -1
  171. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
  172. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +29 -37
  173. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +12 -12
  174. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +43 -37
  175. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +4 -4
  176. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +77 -47
  177. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +1 -1
  178. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +4 -4
  179. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +50 -8
  180. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +28 -11
  181. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  182. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  183. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +3 -3
  184. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +214 -43
  185. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +4 -4
  186. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +18 -6
  187. package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +9 -9
  188. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +21 -20
  189. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +7 -7
  190. package/node_modules/@types/is-stream/node_modules/@types/node/stream/web.d.ts +2 -2
  191. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +55 -49
  192. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +3 -3
  193. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +28 -23
  194. package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +10 -6
  195. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +5 -5
  196. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +39 -32
  197. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +40 -25
  198. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +8 -8
  199. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +5 -5
  200. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +115 -22
  201. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +6 -6
  202. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +35 -17
  203. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
  204. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +16 -16
  205. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +16 -3
  206. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  207. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +41 -44
  208. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +17 -15
  209. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +7 -7
  210. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +1 -1
  211. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
  212. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  213. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +38 -3
  214. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +13 -13
  215. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  216. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +1 -1
  217. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
  218. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +29 -37
  219. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +12 -12
  220. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +43 -37
  221. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +4 -4
  222. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +77 -47
  223. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  224. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +4 -4
  225. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +50 -8
  226. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +28 -11
  227. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  228. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  229. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +3 -3
  230. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +214 -43
  231. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +4 -4
  232. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +18 -6
  233. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +9 -9
  234. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +21 -20
  235. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +7 -7
  236. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +2 -2
  237. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +55 -49
  238. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +3 -3
  239. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +28 -23
  240. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +10 -6
  241. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +5 -5
  242. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +39 -32
  243. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +40 -25
  244. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +8 -8
  245. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +5 -5
  246. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +115 -22
  247. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +6 -6
  248. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +35 -17
  249. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  250. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +16 -16
  251. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +16 -3
  252. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  253. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +41 -44
  254. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +17 -15
  255. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +7 -7
  256. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +1 -1
  257. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
  258. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  259. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +38 -3
  260. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +13 -13
  261. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  262. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +1 -1
  263. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
  264. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +29 -37
  265. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +12 -12
  266. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +43 -37
  267. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +4 -4
  268. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +77 -47
  269. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  270. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +4 -4
  271. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +50 -8
  272. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +28 -11
  273. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  274. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  275. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +3 -3
  276. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +214 -43
  277. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +4 -4
  278. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +18 -6
  279. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +9 -9
  280. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +21 -20
  281. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +7 -7
  282. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +2 -2
  283. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +55 -49
  284. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +3 -3
  285. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +28 -23
  286. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +10 -6
  287. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +5 -5
  288. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +39 -32
  289. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +40 -25
  290. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +8 -8
  291. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +5 -5
  292. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +115 -22
  293. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +6 -6
  294. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +35 -17
  295. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  296. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +16 -16
  297. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +16 -3
  298. package/node_modules/axios/CHANGELOG.md +868 -790
  299. package/node_modules/axios/README.md +60 -15
  300. package/node_modules/axios/dist/axios.js +1018 -294
  301. package/node_modules/axios/dist/axios.js.map +1 -1
  302. package/node_modules/axios/dist/axios.min.js +1 -1
  303. package/node_modules/axios/dist/axios.min.js.map +1 -1
  304. package/node_modules/axios/dist/browser/axios.cjs +688 -308
  305. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  306. package/node_modules/axios/dist/esm/axios.js +688 -308
  307. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  308. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  309. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  310. package/node_modules/axios/dist/node/axios.cjs +597 -246
  311. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  312. package/node_modules/axios/index.d.cts +5 -2
  313. package/node_modules/axios/index.d.ts +5 -2
  314. package/node_modules/axios/lib/adapters/adapters.js +3 -1
  315. package/node_modules/axios/lib/adapters/fetch.js +227 -0
  316. package/node_modules/axios/lib/adapters/xhr.js +31 -101
  317. package/node_modules/axios/lib/core/Axios.js +9 -6
  318. package/node_modules/axios/lib/core/AxiosHeaders.js +4 -0
  319. package/node_modules/axios/lib/defaults/index.js +7 -2
  320. package/node_modules/axios/lib/env/data.js +1 -1
  321. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +9 -8
  322. package/node_modules/axios/lib/helpers/composeSignals.js +46 -0
  323. package/node_modules/axios/lib/helpers/progressEventReducer.js +32 -0
  324. package/node_modules/axios/lib/helpers/resolveConfig.js +57 -0
  325. package/node_modules/axios/lib/helpers/throttle.js +5 -3
  326. package/node_modules/axios/lib/helpers/trackStream.js +55 -0
  327. package/node_modules/axios/lib/platform/common/utils.js +4 -1
  328. package/node_modules/axios/lib/utils.js +7 -2
  329. package/node_modules/axios/package.json +4 -3
  330. package/package.json +18 -18
@@ -16,7 +16,7 @@
16
16
  *
17
17
  * All file system operations have synchronous, callback, and promise-based
18
18
  * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).
19
- * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/fs.js)
19
+ * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/fs.js)
20
20
  */
21
21
  declare module "fs" {
22
22
  import * as stream from "node:stream";
@@ -242,7 +242,13 @@ declare module "fs" {
242
242
  name: string;
243
243
  /**
244
244
  * The base path that this `fs.Dirent` object refers to.
245
+ * @since v20.12.0
246
+ */
247
+ parentPath: string;
248
+ /**
249
+ * Alias for `dirent.parentPath`.
245
250
  * @since v20.1.0
251
+ * @deprecated Since v20.12.0
246
252
  */
247
253
  path: string;
248
254
  }
@@ -1439,7 +1445,7 @@ declare module "fs" {
1439
1445
  * 2. The maximum number of symbolic links is platform-independent and generally
1440
1446
  * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports.
1441
1447
  *
1442
- * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd`to resolve relative paths.
1448
+ * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd` to resolve relative paths.
1443
1449
  *
1444
1450
  * Only paths that can be converted to UTF8 strings are supported.
1445
1451
  *
@@ -1683,7 +1689,7 @@ declare module "fs" {
1683
1689
  retryDelay?: number | undefined;
1684
1690
  }
1685
1691
  /**
1686
- * Asynchronously removes files and directories (modeled on the standard POSIX `rm`utility). No arguments other than a possible exception are given to the
1692
+ * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). No arguments other than a possible exception are given to the
1687
1693
  * completion callback.
1688
1694
  * @since v14.14.0
1689
1695
  */
@@ -1696,7 +1702,7 @@ declare module "fs" {
1696
1702
  function __promisify__(path: PathLike, options?: RmOptions): Promise<void>;
1697
1703
  }
1698
1704
  /**
1699
- * Synchronously removes files and directories (modeled on the standard POSIX `rm`utility). Returns `undefined`.
1705
+ * Synchronously removes files and directories (modeled on the standard POSIX `rm` utility). Returns `undefined`.
1700
1706
  * @since v14.14.0
1701
1707
  */
1702
1708
  export function rmSync(path: PathLike, options?: RmOptions): void;
@@ -1721,7 +1727,7 @@ declare module "fs" {
1721
1727
  * created (for instance, if it was previously created).
1722
1728
  *
1723
1729
  * The optional `options` argument can be an integer specifying `mode` (permission
1724
- * and sticky bits), or an object with a `mode` property and a `recursive`property indicating whether parent directories should be created. Calling`fs.mkdir()` when `path` is a directory that
1730
+ * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fs.mkdir()` when `path` is a directory that
1725
1731
  * exists results in an error only
1726
1732
  * when `recursive` is false. If `recursive` is false and the directory exists,
1727
1733
  * an `EEXIST` error occurs.
@@ -1829,7 +1835,7 @@ declare module "fs" {
1829
1835
  ): Promise<string | undefined>;
1830
1836
  }
1831
1837
  /**
1832
- * Synchronously creates a directory. Returns `undefined`, or if `recursive` is`true`, the first directory path created.
1838
+ * Synchronously creates a directory. Returns `undefined`, or if `recursive` is `true`, the first directory path created.
1833
1839
  * This is the synchronous version of {@link mkdir}.
1834
1840
  *
1835
1841
  * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
@@ -1866,7 +1872,7 @@ declare module "fs" {
1866
1872
  /**
1867
1873
  * Creates a unique temporary directory.
1868
1874
  *
1869
- * Generates six random characters to be appended behind a required`prefix` to create a unique temporary directory. Due to platform
1875
+ * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. Due to platform
1870
1876
  * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms,
1871
1877
  * notably the BSDs, can return more than six random characters, and replace
1872
1878
  * trailing `X` characters in `prefix` with random characters.
@@ -2003,7 +2009,7 @@ declare module "fs" {
2003
2009
  */
2004
2010
  export function mkdtempSync(prefix: string, options?: EncodingOption): string | Buffer;
2005
2011
  /**
2006
- * Reads the contents of a directory. The callback gets two arguments `(err, files)`where `files` is an array of the names of the files in the directory excluding`'.'` and `'..'`.
2012
+ * Reads the contents of a directory. The callback gets two arguments `(err, files)` where `files` is an array of the names of the files in the directory excluding `'.'` and `'..'`.
2007
2013
  *
2008
2014
  * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2009
2015
  *
@@ -2297,8 +2303,8 @@ declare module "fs" {
2297
2303
  *
2298
2304
  * The `atime` and `mtime` arguments follow these rules:
2299
2305
  *
2300
- * * Values can be either numbers representing Unix epoch time in seconds,`Date`s, or a numeric string like `'123456789.0'`.
2301
- * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or`-Infinity`, an `Error` will be thrown.
2306
+ * * Values can be either numbers representing Unix epoch time in seconds, `Date`s, or a numeric string like `'123456789.0'`.
2307
+ * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown.
2302
2308
  * @since v0.4.2
2303
2309
  */
2304
2310
  export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
@@ -2371,7 +2377,7 @@ declare module "fs" {
2371
2377
  * should be written. If `typeof position !== 'number'`, the data will be written
2372
2378
  * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html).
2373
2379
  *
2374
- * The callback will be given three arguments `(err, bytesWritten, buffer)` where`bytesWritten` specifies how many _bytes_ were written from `buffer`.
2380
+ * The callback will be given three arguments `(err, bytesWritten, buffer)` where `bytesWritten` specifies how many _bytes_ were written from `buffer`.
2375
2381
  *
2376
2382
  * If this method is invoked as its `util.promisify()` ed version, it returns
2377
2383
  * a promise for an `Object` with `bytesWritten` and `buffer` properties.
@@ -2820,7 +2826,7 @@ declare module "fs" {
2820
2826
  * If the `encoding` option is specified then this function returns a
2821
2827
  * string. Otherwise it returns a buffer.
2822
2828
  *
2823
- * Similar to {@link readFile}, when the path is a directory, the behavior of`fs.readFileSync()` is platform-specific.
2829
+ * Similar to {@link readFile}, when the path is a directory, the behavior of `fs.readFileSync()` is platform-specific.
2824
2830
  *
2825
2831
  * ```js
2826
2832
  * import { readFileSync } from 'node:fs';
@@ -2890,7 +2896,7 @@ declare module "fs" {
2890
2896
  * When `file` is a filename, asynchronously writes data to the file, replacing the
2891
2897
  * file if it already exists. `data` can be a string or a buffer.
2892
2898
  *
2893
- * When `file` is a file descriptor, the behavior is similar to calling`fs.write()` directly (which is recommended). See the notes below on using
2899
+ * When `file` is a file descriptor, the behavior is similar to calling `fs.write()` directly (which is recommended). See the notes below on using
2894
2900
  * a file descriptor.
2895
2901
  *
2896
2902
  * The `encoding` option is ignored if `data` is a buffer.
@@ -3139,7 +3145,7 @@ declare module "fs" {
3139
3145
  * Watch for changes on `filename`. The callback `listener` will be called each
3140
3146
  * time the file is accessed.
3141
3147
  *
3142
- * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates
3148
+ * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3143
3149
  * whether the process should continue to run as long as files are being watched.
3144
3150
  * The `options` object may specify an `interval` property indicating how often the
3145
3151
  * target should be polled in milliseconds.
@@ -3168,7 +3174,7 @@ declare module "fs" {
3168
3174
  * again, with the latest stat objects. This is a change in functionality since
3169
3175
  * v0.10.
3170
3176
  *
3171
- * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible.
3177
+ * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3172
3178
  *
3173
3179
  * When a file being watched by `fs.watchFile()` disappears and reappears,
3174
3180
  * then the contents of `previous` in the second callback event (the file's
@@ -3190,7 +3196,7 @@ declare module "fs" {
3190
3196
  * Watch for changes on `filename`. The callback `listener` will be called each
3191
3197
  * time the file is accessed.
3192
3198
  *
3193
- * The `options` argument may be omitted. If provided, it should be an object. The`options` object may contain a boolean named `persistent` that indicates
3199
+ * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3194
3200
  * whether the process should continue to run as long as files are being watched.
3195
3201
  * The `options` object may specify an `interval` property indicating how often the
3196
3202
  * target should be polled in milliseconds.
@@ -3219,7 +3225,7 @@ declare module "fs" {
3219
3225
  * again, with the latest stat objects. This is a change in functionality since
3220
3226
  * v0.10.
3221
3227
  *
3222
- * Using {@link watch} is more efficient than `fs.watchFile` and`fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and`fs.unwatchFile` when possible.
3228
+ * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3223
3229
  *
3224
3230
  * When a file being watched by `fs.watchFile()` disappears and reappears,
3225
3231
  * then the contents of `previous` in the second callback event (the file's
@@ -3263,7 +3269,7 @@ declare module "fs" {
3263
3269
  * Calling `fs.unwatchFile()` with a filename that is not being watched is a
3264
3270
  * no-op, not an error.
3265
3271
  *
3266
- * Using {@link watch} is more efficient than `fs.watchFile()` and`fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()`and `fs.unwatchFile()` when possible.
3272
+ * Using {@link watch} is more efficient than `fs.watchFile()` and `fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()` and `fs.unwatchFile()` when possible.
3267
3273
  * @since v0.1.31
3268
3274
  * @param listener Optional, a listener previously attached using `fs.watchFile()`
3269
3275
  */
@@ -3291,7 +3297,7 @@ declare module "fs" {
3291
3297
  * On most platforms, `'rename'` is emitted whenever a filename appears or
3292
3298
  * disappears in the directory.
3293
3299
  *
3294
- * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of`eventType`.
3300
+ * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of `eventType`.
3295
3301
  *
3296
3302
  * If a `signal` is passed, aborting the corresponding AbortController will close
3297
3303
  * the returned `fs.FSWatcher`.
@@ -3351,11 +3357,11 @@ declare module "fs" {
3351
3357
  * ```
3352
3358
  *
3353
3359
  * **The parameters for this callback are not consistent with other Node.js**
3354
- * **callbacks.** Normally, the first parameter to a Node.js callback is an `err`parameter, optionally followed by other parameters. The `fs.exists()` callback
3360
+ * **callbacks.** Normally, the first parameter to a Node.js callback is an `err` parameter, optionally followed by other parameters. The `fs.exists()` callback
3355
3361
  * has only one boolean parameter. This is one reason `fs.access()` is recommended
3356
3362
  * instead of `fs.exists()`.
3357
3363
  *
3358
- * Using `fs.exists()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing
3364
+ * Using `fs.exists()` to check for the existence of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing
3359
3365
  * so introduces a race condition, since other processes may change the file's
3360
3366
  * state between the two calls. Instead, user code should open/read/write the
3361
3367
  * file directly and handle the error raised if the file does not exist.
@@ -3482,7 +3488,7 @@ declare module "fs" {
3482
3488
  * For detailed information, see the documentation of the asynchronous version of
3483
3489
  * this API: {@link exists}.
3484
3490
  *
3485
- * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback`parameter to `fs.exists()` accepts parameters that are inconsistent with other
3491
+ * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback` parameter to `fs.exists()` accepts parameters that are inconsistent with other
3486
3492
  * Node.js callbacks. `fs.existsSync()` does not use a callback.
3487
3493
  *
3488
3494
  * ```js
@@ -3611,13 +3617,13 @@ declare module "fs" {
3611
3617
  /**
3612
3618
  * Tests a user's permissions for the file or directory specified by `path`.
3613
3619
  * The `mode` argument is an optional integer that specifies the accessibility
3614
- * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`,`fs.constants.W_OK`, and `fs.constants.X_OK`
3620
+ * checks to be performed. `mode` should be either the value `fs.constants.F_OK`or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK`
3615
3621
  * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
3616
3622
  * possible values of `mode`.
3617
3623
  *
3618
3624
  * The final argument, `callback`, is a callback function that is invoked with
3619
3625
  * a possible error argument. If any of the accessibility checks fail, the error
3620
- * argument will be an `Error` object. The following examples check if`package.json` exists, and if it is readable or writable.
3626
+ * argument will be an `Error` object. The following examples check if `package.json` exists, and if it is readable or writable.
3621
3627
  *
3622
3628
  * ```js
3623
3629
  * import { access, constants } from 'node:fs';
@@ -3645,7 +3651,7 @@ declare module "fs" {
3645
3651
  * });
3646
3652
  * ```
3647
3653
  *
3648
- * Do not use `fs.access()` to check for the accessibility of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing
3654
+ * Do not use `fs.access()` to check for the accessibility of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing
3649
3655
  * so introduces a race condition, since other processes may change the file's
3650
3656
  * state between the two calls. Instead, user code should open/read/write the
3651
3657
  * file directly and handle the error raised if the file is not accessible.
@@ -3785,7 +3791,7 @@ declare module "fs" {
3785
3791
  /**
3786
3792
  * Synchronously tests a user's permissions for the file or directory specified
3787
3793
  * by `path`. The `mode` argument is an optional integer that specifies the
3788
- * accessibility checks to be performed. `mode` should be either the value`fs.constants.F_OK` or a mask consisting of the bitwise OR of any of`fs.constants.R_OK`, `fs.constants.W_OK`, and
3794
+ * accessibility checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and
3789
3795
  * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
3790
3796
  * possible values of `mode`.
3791
3797
  *
@@ -3859,8 +3865,8 @@ declare module "fs" {
3859
3865
  * By default, the stream will emit a `'close'` event after it has been
3860
3866
  * destroyed. Set the `emitClose` option to `false` to change this behavior.
3861
3867
  *
3862
- * By providing the `fs` option, it is possible to override the corresponding `fs`implementations for `open`, `read`, and `close`. When providing the `fs` option,
3863
- * an override for `read` is required. If no `fd` is provided, an override for`open` is also required. If `autoClose` is `true`, an override for `close` is
3868
+ * By providing the `fs` option, it is possible to override the corresponding `fs` implementations for `open`, `read`, and `close`. When providing the `fs` option,
3869
+ * an override for `read` is required. If no `fd` is provided, an override for `open` is also required. If `autoClose` is `true`, an override for `close` is
3864
3870
  * also required.
3865
3871
  *
3866
3872
  * ```js
@@ -3908,7 +3914,7 @@ declare module "fs" {
3908
3914
  * replacing it may require the `flags` option to be set to `r+` rather than the
3909
3915
  * default `w`. The `encoding` can be any one of those accepted by `Buffer`.
3910
3916
  *
3911
- * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'`the file descriptor will be closed automatically. If `autoClose` is false,
3917
+ * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false,
3912
3918
  * then the file descriptor won't be closed, even if there's an error.
3913
3919
  * It is the application's responsibility to close it and make sure there's no
3914
3920
  * file descriptor leak.
@@ -3916,12 +3922,12 @@ declare module "fs" {
3916
3922
  * By default, the stream will emit a `'close'` event after it has been
3917
3923
  * destroyed. Set the `emitClose` option to `false` to change this behavior.
3918
3924
  *
3919
- * By providing the `fs` option it is possible to override the corresponding `fs`implementations for `open`, `write`, `writev`, and `close`. Overriding `write()`without `writev()` can reduce
3925
+ * By providing the `fs` option it is possible to override the corresponding `fs` implementations for `open`, `write`, `writev`, and `close`. Overriding `write()` without `writev()` can reduce
3920
3926
  * performance as some optimizations (`_writev()`)
3921
- * will be disabled. When providing the `fs` option, overrides for at least one of`write` and `writev` are required. If no `fd` option is supplied, an override
3922
- * for `open` is also required. If `autoClose` is `true`, an override for `close`is also required.
3927
+ * will be disabled. When providing the `fs` option, overrides for at least one of `write` and `writev` are required. If no `fd` option is supplied, an override
3928
+ * for `open` is also required. If `autoClose` is `true`, an override for `close` is also required.
3923
3929
  *
3924
- * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the`path` argument and will use the specified file descriptor. This means that no`'open'` event will be
3930
+ * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the `path` argument and will use the specified file descriptor. This means that no `'open'` event will be
3925
3931
  * emitted. `fd` should be blocking; non-blocking `fd`s
3926
3932
  * should be passed to `net.Socket`.
3927
3933
  *
@@ -4030,15 +4036,15 @@ declare module "fs" {
4030
4036
  */
4031
4037
  export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void;
4032
4038
  /**
4033
- * Write an array of `ArrayBufferView`s to the file specified by `fd` using`writev()`.
4039
+ * Write an array of `ArrayBufferView`s to the file specified by `fd` using `writev()`.
4034
4040
  *
4035
4041
  * `position` is the offset from the beginning of the file where this data
4036
4042
  * should be written. If `typeof position !== 'number'`, the data will be written
4037
4043
  * at the current position.
4038
4044
  *
4039
- * The callback will be given three arguments: `err`, `bytesWritten`, and`buffers`. `bytesWritten` is how many bytes were written from `buffers`.
4045
+ * The callback will be given three arguments: `err`, `bytesWritten`, and `buffers`. `bytesWritten` is how many bytes were written from `buffers`.
4040
4046
  *
4041
- * If this method is `util.promisify()` ed, it returns a promise for an`Object` with `bytesWritten` and `buffers` properties.
4047
+ * If this method is `util.promisify()` ed, it returns a promise for an `Object` with `bytesWritten` and `buffers` properties.
4042
4048
  *
4043
4049
  * It is unsafe to use `fs.writev()` multiple times on the same file without
4044
4050
  * waiting for the callback. For this scenario, use {@link createWriteStream}.
@@ -4087,7 +4093,7 @@ declare module "fs" {
4087
4093
  * should be read. If `typeof position !== 'number'`, the data will be read
4088
4094
  * from the current position.
4089
4095
  *
4090
- * The callback will be given three arguments: `err`, `bytesRead`, and`buffers`. `bytesRead` is how many bytes were read from the file.
4096
+ * The callback will be given three arguments: `err`, `bytesRead`, and `buffers`. `bytesRead` is how many bytes were read from the file.
4091
4097
  *
4092
4098
  * If this method is invoked as its `util.promisify()` ed version, it returns
4093
4099
  * a promise for an `Object` with `bytesRead` and `buffers` properties.
@@ -37,7 +37,7 @@
37
37
  * 'Host', 'example.com',
38
38
  * 'accepT', '*' ]
39
39
  * ```
40
- * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/http.js)
40
+ * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/http.js)
41
41
  */
42
42
  declare module "http" {
43
43
  import * as stream from "node:stream";
@@ -590,12 +590,12 @@ declare module "http" {
590
590
  */
591
591
  setHeader(name: string, value: number | string | readonly string[]): this;
592
592
  /**
593
- * Append a single header value for the header object.
593
+ * Append a single header value to the header object.
594
594
  *
595
- * If the value is an array, this is equivalent of calling this method multiple
595
+ * If the value is an array, this is equivalent to calling this method multiple
596
596
  * times.
597
597
  *
598
- * If there were no previous value for the header, this is equivalent of calling `outgoingMessage.setHeader(name, value)`.
598
+ * If there were no previous values for the header, this is equivalent to calling `outgoingMessage.setHeader(name, value)`.
599
599
  *
600
600
  * Depending of the value of `options.uniqueHeaders` when the client request or the
601
601
  * server were created, this will end up in the header being sent multiple times or