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
@@ -11,7 +11,7 @@
11
11
  * asynchronous I/O operations are more efficient than Workers can be.
12
12
  *
13
13
  * Unlike `child_process` or `cluster`, `worker_threads` can share memory. They do
14
- * so by transferring `ArrayBuffer` instances or sharing `SharedArrayBuffer`instances.
14
+ * so by transferring `ArrayBuffer` instances or sharing `SharedArrayBuffer` instances.
15
15
  *
16
16
  * ```js
17
17
  * const {
@@ -49,7 +49,7 @@
49
49
  *
50
50
  * Worker threads inherit non-process-specific options by default. Refer to `Worker constructor options` to know how to customize worker thread options,
51
51
  * specifically `argv` and `execArgv` options.
52
- * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/worker_threads.js)
52
+ * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/worker_threads.js)
53
53
  */
54
54
  declare module "worker_threads" {
55
55
  import { Blob } from "node:buffer";
@@ -69,7 +69,7 @@ declare module "worker_threads" {
69
69
  /**
70
70
  * Instances of the `worker.MessageChannel` class represent an asynchronous,
71
71
  * two-way communications channel.
72
- * The `MessageChannel` has no methods of its own. `new MessageChannel()`yields an object with `port1` and `port2` properties, which refer to linked `MessagePort` instances.
72
+ * The `MessageChannel` has no methods of its own. `new MessageChannel()` yields an object with `port1` and `port2` properties, which refer to linked `MessagePort` instances.
73
73
  *
74
74
  * ```js
75
75
  * const { MessageChannel } = require('node:worker_threads');
@@ -92,7 +92,7 @@ declare module "worker_threads" {
92
92
  /**
93
93
  * Instances of the `worker.MessagePort` class represent one end of an
94
94
  * asynchronous, two-way communications channel. It can be used to transfer
95
- * structured data, memory regions and other `MessagePort`s between different `Worker` s.
95
+ * structured data, memory regions and other `MessagePort`s between different `Worker`s.
96
96
  *
97
97
  * This implementation matches [browser `MessagePort`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort) s.
98
98
  * @since v10.5.0
@@ -100,7 +100,7 @@ declare module "worker_threads" {
100
100
  class MessagePort extends EventEmitter {
101
101
  /**
102
102
  * Disables further sending of messages on either side of the connection.
103
- * This method can be called when no further communication will happen over this`MessagePort`.
103
+ * This method can be called when no further communication will happen over this `MessagePort`.
104
104
  *
105
105
  * The `'close' event` is emitted on both `MessagePort` instances that
106
106
  * are part of the channel.
@@ -108,13 +108,13 @@ declare module "worker_threads" {
108
108
  */
109
109
  close(): void;
110
110
  /**
111
- * Sends a JavaScript value to the receiving side of this channel.`value` is transferred in a way which is compatible with
111
+ * Sends a JavaScript value to the receiving side of this channel. `value` is transferred in a way which is compatible with
112
112
  * the [HTML structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm).
113
113
  *
114
114
  * In particular, the significant differences to `JSON` are:
115
115
  *
116
116
  * * `value` may contain circular references.
117
- * * `value` may contain instances of builtin JS types such as `RegExp`s,`BigInt`s, `Map`s, `Set`s, etc.
117
+ * * `value` may contain instances of builtin JS types such as `RegExp`s, `BigInt`s, `Map`s, `Set`s, etc.
118
118
  * * `value` may contain typed arrays, both using `ArrayBuffer`s
119
119
  * and `SharedArrayBuffer`s.
120
120
  * * `value` may contain [`WebAssembly.Module`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module) instances.
@@ -140,7 +140,7 @@ declare module "worker_threads" {
140
140
  * If `value` contains [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances, those are accessible
141
141
  * from either thread. They cannot be listed in `transferList`.
142
142
  *
143
- * `value` may still contain `ArrayBuffer` instances that are not in`transferList`; in that case, the underlying memory is copied rather than moved.
143
+ * `value` may still contain `ArrayBuffer` instances that are not in `transferList`; in that case, the underlying memory is copied rather than moved.
144
144
  *
145
145
  * ```js
146
146
  * const { MessageChannel } = require('node:worker_threads');
@@ -186,16 +186,16 @@ declare module "worker_threads" {
186
186
  ref(): void;
187
187
  /**
188
188
  * Calling `unref()` on a port allows the thread to exit if this is the only
189
- * active handle in the event system. If the port is already `unref()`ed calling`unref()` again has no effect.
189
+ * active handle in the event system. If the port is already `unref()`ed calling `unref()` again has no effect.
190
190
  *
191
- * If listeners are attached or removed using `.on('message')`, the port is`ref()`ed and `unref()`ed automatically depending on whether
191
+ * If listeners are attached or removed using `.on('message')`, the port is `ref()`ed and `unref()`ed automatically depending on whether
192
192
  * listeners for the event exist.
193
193
  * @since v10.5.0
194
194
  */
195
195
  unref(): void;
196
196
  /**
197
197
  * Starts receiving messages on this `MessagePort`. When using this port
198
- * as an event emitter, this is called automatically once `'message'`listeners are attached.
198
+ * as an event emitter, this is called automatically once `'message'` listeners are attached.
199
199
  *
200
200
  * This method exists for parity with the Web `MessagePort` API. In Node.js,
201
201
  * it is only useful for ignoring messages when no event listener is present.
@@ -415,7 +415,7 @@ declare module "worker_threads" {
415
415
  ref(): void;
416
416
  /**
417
417
  * Calling `unref()` on a worker allows the thread to exit if this is the only
418
- * active handle in the event system. If the worker is already `unref()`ed calling`unref()` again has no effect.
418
+ * active handle in the event system. If the worker is already `unref()`ed calling `unref()` again has no effect.
419
419
  * @since v10.5.0
420
420
  */
421
421
  unref(): void;
@@ -574,7 +574,7 @@ declare module "worker_threads" {
574
574
  */
575
575
  function markAsUntransferable(object: object): void;
576
576
  /**
577
- * Transfer a `MessagePort` to a different `vm` Context. The original `port`object is rendered unusable, and the returned `MessagePort` instance
577
+ * Transfer a `MessagePort` to a different `vm` Context. The original `port` object is rendered unusable, and the returned `MessagePort` instance
578
578
  * takes its place.
579
579
  *
580
580
  * The returned `MessagePort` is an object in the target context and
@@ -592,7 +592,7 @@ declare module "worker_threads" {
592
592
  function moveMessagePortToContext(port: MessagePort, contextifiedSandbox: Context): MessagePort;
593
593
  /**
594
594
  * Receive a single message from a given `MessagePort`. If no message is available,`undefined` is returned, otherwise an object with a single `message` property
595
- * that contains the message payload, corresponding to the oldest message in the`MessagePort`'s queue.
595
+ * that contains the message payload, corresponding to the oldest message in the `MessagePort`'s queue.
596
596
  *
597
597
  * ```js
598
598
  * const { MessageChannel, receiveMessageOnPort } = require('node:worker_threads');
@@ -605,7 +605,7 @@ declare module "worker_threads" {
605
605
  * // Prints: undefined
606
606
  * ```
607
607
  *
608
- * When this function is used, no `'message'` event is emitted and the`onmessage` listener is not invoked.
608
+ * When this function is used, no `'message'` event is emitted and the `onmessage` listener is not invoked.
609
609
  * @since v12.3.0
610
610
  */
611
611
  function receiveMessageOnPort(port: MessagePort):
@@ -640,7 +640,7 @@ declare module "worker_threads" {
640
640
  */
641
641
  function getEnvironmentData(key: Serializable): Serializable;
642
642
  /**
643
- * The `worker.setEnvironmentData()` API sets the content of`worker.getEnvironmentData()` in the current thread and all new `Worker`instances spawned from the current context.
643
+ * The `worker.setEnvironmentData()` API sets the content of `worker.getEnvironmentData()` in the current thread and all new `Worker` instances spawned from the current context.
644
644
  * @since v15.12.0, v14.18.0
645
645
  * @param key Any arbitrary, cloneable JavaScript value that can be used as a {Map} key.
646
646
  * @param value Any arbitrary, cloneable JavaScript value that will be cloned and passed automatically to all new `Worker` instances. If `value` is passed as `undefined`, any previously set value
@@ -8,7 +8,8 @@
8
8
  * const zlib = require('node:zlib');
9
9
  * ```
10
10
  *
11
- * Compression and decompression are built around the Node.js `Streams API`.
11
+ * Compression and decompression are built around the Node.js
12
+ * [Streams API](https://nodejs.org/docs/latest-v20.x/api/stream.html).
12
13
  *
13
14
  * Compressing or decompressing a stream (such as a file) can be accomplished by
14
15
  * piping the source stream through a `zlib` `Transform` stream into a destination
@@ -88,7 +89,7 @@
88
89
  * });
89
90
  * ```
90
91
  * @since v0.5.8
91
- * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/zlib.js)
92
+ * @see [source](https://github.com/nodejs/node/blob/v20.12.2/lib/zlib.js)
92
93
  */
93
94
  declare module "zlib" {
94
95
  import * as stream from "node:stream";
@@ -110,7 +111,14 @@ declare module "zlib" {
110
111
  memLevel?: number | undefined; // compression only
111
112
  strategy?: number | undefined; // compression only
112
113
  dictionary?: NodeJS.ArrayBufferView | ArrayBuffer | undefined; // deflate/inflate only, empty dictionary by default
114
+ /**
115
+ * If `true`, returns an object with `buffer` and `engine`.
116
+ */
113
117
  info?: boolean | undefined;
118
+ /**
119
+ * Limits output size when using convenience methods.
120
+ * @default buffer.kMaxLength
121
+ */
114
122
  maxOutputLength?: number | undefined;
115
123
  }
116
124
  interface BrotliOptions {
@@ -134,6 +142,10 @@ declare module "zlib" {
134
142
  [key: number]: boolean | number;
135
143
  }
136
144
  | undefined;
145
+ /**
146
+ * Limits output size when using [convenience methods](https://nodejs.org/docs/latest-v20.x/api/zlib.html#convenience-methods).
147
+ * @default buffer.kMaxLength
148
+ */
137
149
  maxOutputLength?: number | undefined;
138
150
  }
139
151
  interface Zlib {
@@ -194,7 +206,7 @@ declare module "zlib" {
194
206
  /**
195
207
  * Creates and returns a new `DeflateRaw` object.
196
208
  *
197
- * An upgrade of zlib from 1.2.8 to 1.2.11 changed behavior when `windowBits`is set to 8 for raw deflate streams. zlib would automatically set `windowBits`to 9 if was initially set to 8\. Newer
209
+ * An upgrade of zlib from 1.2.8 to 1.2.11 changed behavior when `windowBits` is set to 8 for raw deflate streams. zlib would automatically set `windowBits` to 9 if was initially set to 8. Newer
198
210
  * versions of zlib will throw an exception,
199
211
  * so Node.js restored the original behavior of upgrading a value of 8 to 9,
200
212
  * since passing `windowBits = 9` to zlib actually results in a compressed stream
@@ -433,6 +445,7 @@ declare module "zlib" {
433
445
  const Z_FIXED: number;
434
446
  const Z_DEFAULT_STRATEGY: number;
435
447
  const Z_DEFAULT_WINDOWBITS: number;
448
+
436
449
  const Z_MIN_WINDOWBITS: number;
437
450
  const Z_MAX_WINDOWBITS: number;
438
451
  const Z_MIN_CHUNK: number;