cloudstructs 0.9.7 → 0.9.9

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 (289) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-textract/detect.lambda/index.js +1 -1
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/saml-identity-provider/index.js +2 -2
  8. package/lib/slack-app/manifest.js +1 -1
  9. package/lib/slack-app/slack-app.js +2 -2
  10. package/lib/slack-events/index.js +1 -1
  11. package/lib/slack-textract/index.js +1 -1
  12. package/lib/ssl-server-test/index.js +1 -1
  13. package/lib/state-machine-cr-provider/index.js +1 -1
  14. package/lib/static-website/index.js +1 -1
  15. package/lib/toolkit-cleaner/index.js +1 -1
  16. package/lib/url-shortener/index.js +1 -1
  17. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  18. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +1 -1
  19. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +1 -1
  20. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +23 -23
  21. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +34 -32
  22. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +1 -1
  23. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +1 -1
  24. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +63 -62
  25. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +2 -2
  26. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  27. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +7 -6
  28. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +23 -12
  29. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  30. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +66 -3
  31. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +4 -4
  32. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +1 -0
  33. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +62 -43
  34. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +1 -1
  35. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +3 -3
  36. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +1 -1
  37. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +9 -6
  38. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  41. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +306 -46
  42. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +12 -5
  43. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  44. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +1 -1
  46. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +4 -4
  47. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +15 -15
  48. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  49. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +322 -74
  50. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  51. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +1 -1
  52. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +1 -1
  53. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +11 -3
  55. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +20 -4
  56. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +45 -1
  57. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +9 -6
  58. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  59. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +4 -1
  60. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
  61. package/node_modules/@slack/types/LICENSE +23 -0
  62. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +10 -9
  63. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  64. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +3 -7
  65. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  66. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +38 -0
  67. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
  68. package/node_modules/@slack/types/package.json +10 -9
  69. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  70. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +1 -1
  71. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +1 -1
  72. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +23 -23
  73. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +34 -32
  74. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +1 -1
  75. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  76. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +63 -62
  77. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +2 -2
  78. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  79. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +7 -6
  80. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +23 -12
  81. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  82. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +66 -3
  83. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +4 -4
  84. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +1 -0
  85. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +62 -43
  86. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +1 -1
  87. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +3 -3
  88. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +1 -1
  89. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +9 -6
  90. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +2 -2
  91. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  92. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  93. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +306 -46
  94. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +12 -5
  95. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  96. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
  97. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +1 -1
  98. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +4 -4
  99. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +15 -15
  100. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  101. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +322 -74
  102. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  103. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +1 -1
  104. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +1 -1
  105. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  106. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +11 -3
  107. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +20 -4
  108. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +45 -1
  109. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +9 -6
  110. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  111. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +4 -1
  112. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
  113. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +1 -1
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +1 -1
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +23 -23
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +34 -32
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +1 -1
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +63 -62
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +2 -2
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +7 -6
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +23 -12
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +66 -3
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +4 -4
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +1 -0
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +62 -43
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +1 -1
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +3 -3
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +9 -6
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +2 -2
  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 +306 -46
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +12 -5
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +1 -1
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +4 -4
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +15 -15
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +322 -74
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +1 -1
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +1 -1
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +11 -3
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +20 -4
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +45 -1
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +9 -6
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +4 -1
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
  157. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  158. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +1 -1
  159. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +1 -1
  160. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +23 -23
  161. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +34 -32
  162. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +1 -1
  163. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
  164. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +63 -62
  165. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +2 -2
  166. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  167. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +7 -6
  168. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +23 -12
  169. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +1 -1
  170. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +66 -3
  171. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +4 -4
  172. package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +1 -0
  173. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +62 -43
  174. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +1 -1
  175. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +3 -3
  176. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +1 -1
  177. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +9 -6
  178. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +2 -2
  179. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  180. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  181. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +306 -46
  182. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +12 -5
  183. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
  184. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +1 -1
  185. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +1 -1
  186. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +4 -4
  187. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +15 -15
  188. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
  189. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +322 -74
  190. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +1 -1
  191. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +1 -1
  192. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +1 -1
  193. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +1 -1
  194. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +11 -3
  195. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +20 -4
  196. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +45 -1
  197. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +9 -6
  198. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
  199. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +4 -1
  200. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
  201. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  202. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +1 -1
  203. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +1 -1
  204. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +23 -23
  205. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +34 -32
  206. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +1 -1
  207. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  208. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +63 -62
  209. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +2 -2
  210. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  211. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +7 -6
  212. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +23 -12
  213. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  214. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +66 -3
  215. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +4 -4
  216. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +1 -0
  217. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +62 -43
  218. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +1 -1
  219. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +3 -3
  220. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
  221. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +9 -6
  222. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +2 -2
  223. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  224. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  225. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +306 -46
  226. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +12 -5
  227. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  228. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  229. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +1 -1
  230. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +4 -4
  231. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +15 -15
  232. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  233. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +322 -74
  234. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  235. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +1 -1
  236. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +1 -1
  237. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  238. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +11 -3
  239. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +20 -4
  240. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +45 -1
  241. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +9 -6
  242. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  243. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +4 -1
  244. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
  245. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  246. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +1 -1
  247. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +1 -1
  248. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +23 -23
  249. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +34 -32
  250. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +1 -1
  251. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  252. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +63 -62
  253. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +2 -2
  254. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +10 -1
  255. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +7 -6
  256. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +23 -12
  257. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  258. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +66 -3
  259. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +4 -4
  260. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +1 -0
  261. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +62 -43
  262. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +1 -1
  263. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +3 -3
  264. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
  265. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +9 -6
  266. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +2 -2
  267. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  268. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  269. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +306 -46
  270. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +12 -5
  271. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  272. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  273. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +1 -1
  274. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +4 -4
  275. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +15 -15
  276. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  277. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +322 -74
  278. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  279. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +1 -1
  280. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +1 -1
  281. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  282. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +11 -3
  283. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +20 -4
  284. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +45 -1
  285. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +9 -6
  286. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  287. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +4 -1
  288. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
  289. package/package.json +23 -19
@@ -25,7 +25,7 @@
25
25
  * limited (and platform-specific) capacity. If the subprocess writes to
26
26
  * stdout in excess of that limit without the output being captured, the
27
27
  * subprocess blocks waiting for the pipe buffer to accept more data. This is
28
- * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }`option if the output will not be consumed.
28
+ * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }` option if the output will not be consumed.
29
29
  *
30
30
  * The command lookup is performed using the `options.env.PATH` environment
31
31
  * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is
@@ -38,7 +38,7 @@
38
38
  * lexicographically sorts the `env` keys and uses the first one that
39
39
  * case-insensitively matches. Only first (in lexicographic order) entry will be
40
40
  * passed to the subprocess. This might lead to issues on Windows when passing
41
- * objects to the `env` option that have multiple variants of the same key, such as`PATH` and `Path`.
41
+ * objects to the `env` option that have multiple variants of the same key, such as `PATH` and `Path`.
42
42
  *
43
43
  * The {@link spawn} method spawns the child process asynchronously,
44
44
  * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks
@@ -63,16 +63,17 @@
63
63
  * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however,
64
64
  * the synchronous methods can have significant impact on performance due to
65
65
  * stalling the event loop while spawned processes complete.
66
- * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/child_process.js)
66
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/child_process.js)
67
67
  */
68
68
  declare module "child_process" {
69
69
  import { ObjectEncodingOptions } from "node:fs";
70
70
  import { Abortable, EventEmitter } from "node:events";
71
+ import * as dgram from "node:dgram";
71
72
  import * as net from "node:net";
72
73
  import { Pipe, Readable, Stream, Writable } from "node:stream";
73
74
  import { URL } from "node:url";
74
75
  type Serializable = string | object | number | boolean | bigint;
75
- type SendHandle = net.Socket | net.Server;
76
+ type SendHandle = net.Socket | net.Server | dgram.Socket | undefined;
76
77
  /**
77
78
  * Instances of the `ChildProcess` represent spawned child processes.
78
79
  *
@@ -94,7 +95,7 @@ declare module "child_process" {
94
95
  * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will
95
96
  * refer to the same value.
96
97
  *
97
- * The `subprocess.stdin` property can be `null` or `undefined`if the child process could not be successfully spawned.
98
+ * The `subprocess.stdin` property can be `null` or `undefined` if the child process could not be successfully spawned.
98
99
  * @since v0.1.90
99
100
  */
100
101
  stdin: Writable | null;
@@ -117,7 +118,7 @@ declare module "child_process" {
117
118
  * });
118
119
  * ```
119
120
  *
120
- * The `subprocess.stdout` property can be `null` or `undefined`if the child process could not be successfully spawned.
121
+ * The `subprocess.stdout` property can be `null` or `undefined` if the child process could not be successfully spawned.
121
122
  * @since v0.1.90
122
123
  */
123
124
  stdout: Readable | null;
@@ -130,7 +131,7 @@ declare module "child_process" {
130
131
  * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will
131
132
  * refer to the same value.
132
133
  *
133
- * The `subprocess.stderr` property can be `null` or `undefined`if the child process could not be successfully spawned.
134
+ * The `subprocess.stderr` property can be `null` or `undefined` if the child process could not be successfully spawned.
134
135
  * @since v0.1.90
135
136
  */
136
137
  stderr: Readable | null;
@@ -143,7 +144,7 @@ declare module "child_process" {
143
144
  /**
144
145
  * A sparse array of pipes to the child process, corresponding with positions in
145
146
  * the `stdio` option passed to {@link spawn} that have been set
146
- * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and`subprocess.stdio[2]` are also available as `subprocess.stdin`,`subprocess.stdout`, and `subprocess.stderr`,
147
+ * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and `subprocess.stdio[2]` are also available as `subprocess.stdin`, `subprocess.stdout`, and `subprocess.stderr`,
147
148
  * respectively.
148
149
  *
149
150
  * In the following example, only the child's fd `1` (stdout) is configured as a
@@ -212,7 +213,7 @@ declare module "child_process" {
212
213
  readonly pid?: number | undefined;
213
214
  /**
214
215
  * The `subprocess.connected` property indicates whether it is still possible to
215
- * send and receive messages from a child process. When `subprocess.connected` is`false`, it is no longer possible to send or receive messages.
216
+ * send and receive messages from a child process. When `subprocess.connected` is `false`, it is no longer possible to send or receive messages.
216
217
  * @since v0.7.2
217
218
  */
218
219
  readonly connected: boolean;
@@ -272,7 +273,7 @@ declare module "child_process" {
272
273
  * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference.
273
274
  *
274
275
  * On Windows, where POSIX signals do not exist, the `signal` argument will be
275
- * ignored, and the process will be killed forcefully and abruptly (similar to`'SIGKILL'`).
276
+ * ignored, and the process will be killed forcefully and abruptly (similar to `'SIGKILL'`).
276
277
  * See `Signal Events` for more details.
277
278
  *
278
279
  * On Linux, child processes of child processes will not be terminated
@@ -346,20 +347,20 @@ declare module "child_process" {
346
347
  *
347
348
  * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages
348
349
  * containing a `NODE_` prefix in the `cmd` property are reserved for use within
349
- * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the`'internalMessage'` event and are consumed internally by Node.js.
350
- * Applications should avoid using such messages or listening for`'internalMessage'` events as it is subject to change without notice.
350
+ * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the `'internalMessage'` event and are consumed internally by Node.js.
351
+ * Applications should avoid using such messages or listening for `'internalMessage'` events as it is subject to change without notice.
351
352
  *
352
353
  * The optional `sendHandle` argument that may be passed to `subprocess.send()` is
353
354
  * for passing a TCP server or socket object to the child process. The child will
354
355
  * receive the object as the second argument passed to the callback function
355
- * registered on the `'message'` event. Any data that is received
356
- * and buffered in the socket will not be sent to the child.
356
+ * registered on the `'message'` event. Any data that is received and buffered in
357
+ * the socket will not be sent to the child. Sending IPC sockets is not supported on Windows.
357
358
  *
358
359
  * The optional `callback` is a function that is invoked after the message is
359
360
  * sent but before the child may have received it. The function is called with a
360
361
  * single argument: `null` on success, or an `Error` object on failure.
361
362
  *
362
- * If no `callback` function is provided and the message cannot be sent, an`'error'` event will be emitted by the `ChildProcess` object. This can
363
+ * If no `callback` function is provided and the message cannot be sent, an `'error'` event will be emitted by the `ChildProcess` object. This can
363
364
  * happen, for instance, when the child process has already exited.
364
365
  *
365
366
  * `subprocess.send()` will return `false` if the channel has closed or when the
@@ -400,8 +401,8 @@ declare module "child_process" {
400
401
  * Once the server is now shared between the parent and child, some connections
401
402
  * can be handled by the parent and some by the child.
402
403
  *
403
- * While the example above uses a server created using the `node:net` module,`node:dgram` module servers use exactly the same workflow with the exceptions of
404
- * listening on a `'message'` event instead of `'connection'` and using`server.bind()` instead of `server.listen()`. This is, however, only
404
+ * While the example above uses a server created using the `node:net` module, `node:dgram` module servers use exactly the same workflow with the exceptions of
405
+ * listening on a `'message'` event instead of `'connection'` and using `server.bind()` instead of `server.listen()`. This is, however, only
405
406
  * supported on Unix platforms.
406
407
  *
407
408
  * #### Example: sending a socket object
@@ -454,6 +455,7 @@ declare module "child_process" {
454
455
  * as the connection may have been closed during the time it takes to send the
455
456
  * connection to the child.
456
457
  * @since v0.5.9
458
+ * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v20.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v20.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v20.x/api/dgram.html#class-dgramsocket) object.
457
459
  * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties:
458
460
  */
459
461
  send(message: Serializable, callback?: (error: Error | null) => void): boolean;
@@ -482,7 +484,7 @@ declare module "child_process" {
482
484
  disconnect(): void;
483
485
  /**
484
486
  * By default, the parent will wait for the detached child to exit. To prevent the
485
- * parent from waiting for a given `subprocess` to exit, use the`subprocess.unref()` method. Doing so will cause the parent's event loop to not
487
+ * parent from waiting for a given `subprocess` to exit, use the `subprocess.unref()` method. Doing so will cause the parent's event loop to not
486
488
  * include the child in its reference count, allowing the parent to exit
487
489
  * independently of the child, unless there is an established IPC channel between
488
490
  * the child and the parent.
@@ -678,7 +680,7 @@ declare module "child_process" {
678
680
  stdio: [Stdin, Stdout, Stderr];
679
681
  }
680
682
  /**
681
- * The `child_process.spawn()` method spawns a new process using the given`command`, with command-line arguments in `args`. If omitted, `args` defaults
683
+ * The `child_process.spawn()` method spawns a new process using the given `command`, with command-line arguments in `args`. If omitted, `args` defaults
682
684
  * to an empty array.
683
685
  *
684
686
  * **If the `shell` option is enabled, do not pass unsanitized user input to this**
@@ -776,10 +778,10 @@ declare module "child_process" {
776
778
  * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process
777
779
  * title while others (Windows, SunOS) will use `command`.
778
780
  *
779
- * Node.js overwrites `argv[0]` with `process.execPath` on startup, so`process.argv[0]` in a Node.js child process will not match the `argv0`parameter passed to `spawn` from the parent. Retrieve
780
- * it with the`process.argv0` property instead.
781
+ * Node.js overwrites `argv[0]` with `process.execPath` on startup, so `process.argv[0]` in a Node.js child process will not match the `argv0` parameter passed to `spawn` from the parent. Retrieve
782
+ * it with the `process.argv0` property instead.
781
783
  *
782
- * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except
784
+ * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
783
785
  * the error passed to the callback will be an `AbortError`:
784
786
  *
785
787
  * ```js
@@ -917,9 +919,9 @@ declare module "child_process" {
917
919
  * **Never pass unsanitized user input to this function. Any input containing shell**
918
920
  * **metacharacters may be used to trigger arbitrary command execution.**
919
921
  *
920
- * If a `callback` function is provided, it is called with the arguments`(error, stdout, stderr)`. On success, `error` will be `null`. On error,`error` will be an instance of `Error`. The
922
+ * If a `callback` function is provided, it is called with the arguments `(error, stdout, stderr)`. On success, `error` will be `null`. On error, `error` will be an instance of `Error`. The
921
923
  * `error.code` property will be
922
- * the exit code of the process. By convention, any exit code other than `0`indicates an error. `error.signal` will be the signal that terminated the
924
+ * the exit code of the process. By convention, any exit code other than `0` indicates an error. `error.signal` will be the signal that terminated the
923
925
  * process.
924
926
  *
925
927
  * The `stdout` and `stderr` arguments passed to the callback will contain the
@@ -949,7 +951,7 @@ declare module "child_process" {
949
951
  * the existing process and uses a shell to execute the command.
950
952
  *
951
953
  * If this method is invoked as its `util.promisify()` ed version, it returns
952
- * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In
954
+ * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In
953
955
  * case of an error (including any error resulting in an exit code other than 0), a
954
956
  * rejected promise is returned, with the same `error` object given in the
955
957
  * callback, but with two additional properties `stdout` and `stderr`.
@@ -966,7 +968,7 @@ declare module "child_process" {
966
968
  * lsExample();
967
969
  * ```
968
970
  *
969
- * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except
971
+ * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
970
972
  * the error passed to the callback will be an `AbortError`:
971
973
  *
972
974
  * ```js
@@ -1111,7 +1113,7 @@ declare module "child_process" {
1111
1113
  * encoding, `Buffer` objects will be passed to the callback instead.
1112
1114
  *
1113
1115
  * If this method is invoked as its `util.promisify()` ed version, it returns
1114
- * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned`ChildProcess` instance is attached to the `Promise` as a `child` property. In
1116
+ * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In
1115
1117
  * case of an error (including any error resulting in an exit code other than 0), a
1116
1118
  * rejected promise is returned, with the same `error` object given in the
1117
1119
  * callback, but with two additional properties `stdout` and `stderr`.
@@ -1130,7 +1132,7 @@ declare module "child_process" {
1130
1132
  * **function. Any input containing shell metacharacters may be used to trigger**
1131
1133
  * **arbitrary command execution.**
1132
1134
  *
1133
- * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except
1135
+ * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
1134
1136
  * the error passed to the callback will be an `AbortError`:
1135
1137
  *
1136
1138
  * ```js
@@ -1354,7 +1356,7 @@ declare module "child_process" {
1354
1356
  * required, spawning a large number of child Node.js processes is not
1355
1357
  * recommended.
1356
1358
  *
1357
- * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the`options` object allows for an alternative
1359
+ * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the `options` object allows for an alternative
1358
1360
  * execution path to be used.
1359
1361
  *
1360
1362
  * Node.js processes launched with a custom `execPath` will communicate with the
@@ -1364,9 +1366,9 @@ declare module "child_process" {
1364
1366
  * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the
1365
1367
  * current process.
1366
1368
  *
1367
- * The `shell` option available in {@link spawn} is not supported by`child_process.fork()` and will be ignored if set.
1369
+ * The `shell` option available in {@link spawn} is not supported by `child_process.fork()` and will be ignored if set.
1368
1370
  *
1369
- * If the `signal` option is enabled, calling `.abort()` on the corresponding`AbortController` is similar to calling `.kill()` on the child process except
1371
+ * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except
1370
1372
  * the error passed to the callback will be an `AbortError`:
1371
1373
  *
1372
1374
  * ```js
@@ -1475,7 +1477,7 @@ declare module "child_process" {
1475
1477
  * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return
1476
1478
  * until the child process has fully closed. When a timeout has been encountered
1477
1479
  * and `killSignal` is sent, the method won't return until the process has
1478
- * completely exited. If the child process intercepts and handles the `SIGTERM`signal and doesn't exit, the parent process will wait until the child process
1480
+ * completely exited. If the child process intercepts and handles the `SIGTERM` signal and doesn't exit, the parent process will wait until the child process
1479
1481
  * has exited.
1480
1482
  *
1481
1483
  * If the process times out or has a non-zero exit code, this method will throw.
@@ -50,7 +50,7 @@
50
50
  * ```
51
51
  *
52
52
  * On Windows, it is not yet possible to set up a named pipe server in a worker.
53
- * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/cluster.js)
53
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/cluster.js)
54
54
  */
55
55
  declare module "cluster" {
56
56
  import * as child from "node:child_process";
@@ -54,7 +54,7 @@
54
54
  * myConsole.warn(`Danger ${name}! Danger!`);
55
55
  * // Prints: Danger Will Robinson! Danger!, to err
56
56
  * ```
57
- * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/console.js)
57
+ * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/console.js)
58
58
  */
59
59
  declare module "console" {
60
60
  import console = require("node:console");