cloudstructs 0.5.5 → 0.5.6

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 (310) hide show
  1. package/.jsii +4 -4
  2. package/assets/slack-app/provider.lambda/index.js +107 -105
  3. package/assets/slack-textract/detect.lambda/index.js +113 -110
  4. package/assets/url-shortener/shortener.lambda/index.js +9 -23
  5. package/lib/codecommit-mirror/index.js +2 -2
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/saml-identity-provider/index.js +2 -2
  9. package/lib/slack-app/manifest.js +1 -1
  10. package/lib/slack-app/slack-app.js +2 -2
  11. package/lib/slack-events/index.js +1 -1
  12. package/lib/slack-textract/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 +7 -8
  19. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +2 -2
  20. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +11 -5
  21. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +6 -3
  22. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +14 -18
  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 +668 -42
  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 +2 -1
  27. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +2 -2
  28. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +2 -2
  29. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +3 -2
  30. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +17 -27
  31. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +15 -16
  32. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +24 -42
  33. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +79 -23
  34. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +7 -2
  35. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +11 -1
  36. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +2 -1
  37. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +10 -13
  38. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +27 -7
  39. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +5 -4
  40. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  41. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  42. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +16 -2
  43. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +2 -2
  44. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  45. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +1 -1
  46. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +2 -2
  47. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +2 -2
  48. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +67 -15
  49. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  50. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +142 -0
  51. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  52. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +17 -9
  53. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +11 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +4 -2
  55. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +25 -19
  56. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +20 -9
  57. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +19 -1
  58. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +5 -3
  59. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  60. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +2 -5
  61. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +1 -1
  62. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  63. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +7 -8
  64. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +2 -2
  65. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +11 -5
  66. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +6 -3
  67. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +14 -18
  68. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +1 -1
  69. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +668 -42
  70. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +2 -2
  71. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  72. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +2 -2
  73. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +2 -2
  74. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +3 -2
  75. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +17 -27
  76. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +15 -16
  77. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +24 -42
  78. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +79 -23
  79. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +7 -2
  80. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +11 -1
  81. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +2 -1
  82. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +10 -13
  83. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +27 -7
  84. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +5 -4
  85. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  86. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  87. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +16 -2
  88. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +2 -2
  89. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  90. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +1 -1
  91. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +2 -2
  92. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +2 -2
  93. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +67 -15
  94. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  95. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +142 -0
  96. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  97. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +17 -9
  98. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +11 -1
  99. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -2
  100. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +25 -19
  101. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +20 -9
  102. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +19 -1
  103. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +5 -3
  104. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  105. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +2 -5
  106. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +1 -1
  107. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  108. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +7 -8
  109. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +2 -2
  110. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +11 -5
  111. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +6 -3
  112. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +14 -18
  113. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +1 -1
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +668 -42
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +2 -2
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +2 -2
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +2 -2
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +3 -2
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +17 -27
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +15 -16
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +24 -42
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +79 -23
  124. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +7 -2
  125. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +11 -1
  126. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +2 -1
  127. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +10 -13
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +27 -7
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +5 -4
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +16 -2
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +2 -2
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +2 -2
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +2 -2
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +67 -15
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +142 -0
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +17 -9
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +11 -1
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +4 -2
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +25 -19
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +20 -9
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +19 -1
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +5 -3
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +2 -5
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +1 -1
  152. package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
  153. package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +7 -8
  154. package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +2 -2
  155. package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +11 -5
  156. package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +6 -3
  157. package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +14 -18
  158. package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +1 -1
  159. package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +668 -42
  160. package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +2 -2
  161. package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  162. package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +2 -2
  163. package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +2 -2
  164. package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +3 -2
  165. package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +17 -27
  166. package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +15 -16
  167. package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +24 -42
  168. package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +79 -23
  169. package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +7 -2
  170. package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +11 -1
  171. package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +2 -1
  172. package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +10 -13
  173. package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +27 -7
  174. package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +5 -4
  175. package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
  176. package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +1 -1
  177. package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +16 -2
  178. package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +2 -2
  179. package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
  180. package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +1 -1
  181. package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +2 -2
  182. package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +2 -2
  183. package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +67 -15
  184. package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +1 -1
  185. package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +142 -0
  186. package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +1 -1
  187. package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +17 -9
  188. package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +11 -1
  189. package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +4 -2
  190. package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +25 -19
  191. package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +20 -9
  192. package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +19 -1
  193. package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +5 -3
  194. package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +1 -1
  195. package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +2 -5
  196. package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +1 -1
  197. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  198. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +7 -8
  199. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +2 -2
  200. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +11 -5
  201. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +6 -3
  202. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +14 -18
  203. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +1 -1
  204. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +668 -42
  205. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +2 -2
  206. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  207. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +2 -2
  208. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +2 -2
  209. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +3 -2
  210. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +17 -27
  211. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +15 -16
  212. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +24 -42
  213. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +79 -23
  214. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +7 -2
  215. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +11 -1
  216. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +2 -1
  217. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +10 -13
  218. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +27 -7
  219. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +5 -4
  220. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  221. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  222. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +16 -2
  223. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +2 -2
  224. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  225. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  226. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +2 -2
  227. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +2 -2
  228. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +67 -15
  229. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  230. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +142 -0
  231. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  232. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +17 -9
  233. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +11 -1
  234. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +4 -2
  235. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +25 -19
  236. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +20 -9
  237. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +19 -1
  238. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +5 -3
  239. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  240. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +2 -5
  241. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +1 -1
  242. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  243. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +7 -8
  244. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +2 -2
  245. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +11 -5
  246. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +6 -3
  247. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +14 -18
  248. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +1 -1
  249. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +668 -42
  250. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +2 -2
  251. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +2 -1
  252. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +2 -2
  253. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +2 -2
  254. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +3 -2
  255. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +17 -27
  256. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +15 -16
  257. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +24 -42
  258. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +79 -23
  259. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +7 -2
  260. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +11 -1
  261. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +2 -1
  262. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +10 -13
  263. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +27 -7
  264. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +5 -4
  265. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  266. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  267. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +16 -2
  268. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +2 -2
  269. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  270. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  271. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +2 -2
  272. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +2 -2
  273. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +67 -15
  274. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  275. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +142 -0
  276. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  277. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +17 -9
  278. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +11 -1
  279. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +4 -2
  280. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +25 -19
  281. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +20 -9
  282. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +19 -1
  283. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +5 -3
  284. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  285. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +2 -5
  286. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +1 -1
  287. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/buffer-stream.js +0 -0
  288. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/index.d.ts +0 -0
  289. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/index.js +0 -0
  290. package/node_modules/{decompress-response/node_modules/mimic-response → cacheable-request/node_modules/get-stream}/license +0 -0
  291. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/package.json +0 -0
  292. package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/readme.md +0 -0
  293. package/node_modules/clone-response/node_modules/mimic-response/index.js +32 -0
  294. package/node_modules/{get-stream → clone-response/node_modules/mimic-response}/license +1 -1
  295. package/node_modules/clone-response/node_modules/mimic-response/package.json +37 -0
  296. package/node_modules/clone-response/node_modules/mimic-response/readme.md +54 -0
  297. package/node_modules/clone-response/package.json +3 -6
  298. package/node_modules/keyv/README.md +16 -3
  299. package/node_modules/keyv/package.json +6 -8
  300. package/node_modules/keyv/src/index.d.ts +16 -2
  301. package/node_modules/{decompress-response/node_modules/mimic-response → mimic-response}/index.d.ts +0 -0
  302. package/node_modules/mimic-response/index.js +58 -13
  303. package/node_modules/mimic-response/license +1 -1
  304. package/node_modules/mimic-response/package.json +40 -35
  305. package/node_modules/mimic-response/readme.md +33 -9
  306. package/node_modules/responselike/package.json +3 -2
  307. package/package.json +13 -13
  308. package/node_modules/decompress-response/node_modules/mimic-response/index.js +0 -77
  309. package/node_modules/decompress-response/node_modules/mimic-response/package.json +0 -42
  310. package/node_modules/decompress-response/node_modules/mimic-response/readme.md +0 -78
@@ -41,7 +41,7 @@
41
41
  * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
42
42
  * const buf7 = Buffer.from('tést', 'latin1');
43
43
  * ```
44
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/buffer.js)
44
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/buffer.js)
45
45
  */
46
46
  declare module 'buffer' {
47
47
  import { BinaryLike } from 'node:crypto';
@@ -114,7 +114,6 @@ declare module 'buffer' {
114
114
  * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across
115
115
  * multiple worker threads.
116
116
  * @since v15.7.0, v14.18.0
117
- * @experimental
118
117
  */
119
118
  export class Blob {
120
119
  /**
@@ -763,8 +762,6 @@ declare module 'buffer' {
763
762
  * Returns a new `Buffer` that references the same memory as the original, but
764
763
  * offset and cropped by the `start` and `end` indices.
765
764
  *
766
- * This is the same behavior as `buf.subarray()`.
767
- *
768
765
  * This method is not compatible with the `Uint8Array.prototype.slice()`,
769
766
  * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`.
770
767
  *
@@ -780,8 +777,17 @@ declare module 'buffer' {
780
777
  *
781
778
  * console.log(buf.toString());
782
779
  * // Prints: buffer
780
+ *
781
+ * // With buf.slice(), the original buffer is modified.
782
+ * const notReallyCopiedBuf = buf.slice();
783
+ * notReallyCopiedBuf[0]++;
784
+ * console.log(notReallyCopiedBuf.toString());
785
+ * // Prints: cuffer
786
+ * console.log(buf.toString());
787
+ * // Also prints: cuffer (!)
783
788
  * ```
784
789
  * @since v0.3.0
790
+ * @deprecated Use `subarray` instead.
785
791
  * @param [start=0] Where the new `Buffer` will start.
786
792
  * @param [end=buf.length] Where the new `Buffer` will end (not inclusive).
787
793
  */
@@ -1948,7 +1954,7 @@ declare module 'buffer' {
1948
1954
  *
1949
1955
  * * a string, `value` is interpreted according to the character encoding in`encoding`.
1950
1956
  * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety.
1951
- * To compare a partial `Buffer`, use `buf.slice()`.
1957
+ * To compare a partial `Buffer`, use `buf.subarray`.
1952
1958
  * * a number, `value` will be interpreted as an unsigned 8-bit integer
1953
1959
  * value between `0` and `255`.
1954
1960
  *
@@ -28,8 +28,11 @@
28
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
- * variable if it is in the `options` object. Otherwise, `process.env.PATH` is
32
- * used.
31
+ * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is
32
+ * used. If `options.env` is set without `PATH`, lookup on Unix is performed
33
+ * on a default search path search of `/usr/bin:/bin` (see your operating system's
34
+ * manual for execvpe/execvp), on Windows the current processes environment
35
+ * variable `PATH` is used.
33
36
  *
34
37
  * On Windows, environment variables are case-insensitive. Node.js
35
38
  * lexicographically sorts the `env` keys and uses the first one that
@@ -60,7 +63,7 @@
60
63
  * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however,
61
64
  * the synchronous methods can have significant impact on performance due to
62
65
  * stalling the event loop while spawned processes complete.
63
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/child_process.js)
66
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/child_process.js)
64
67
  */
65
68
  declare module 'child_process' {
66
69
  import { ObjectEncodingOptions } from 'node:fs';
@@ -1,7 +1,8 @@
1
1
  /**
2
- * A single instance of Node.js runs in a single thread. To take advantage of
3
- * multi-core systems, the user will sometimes want to launch a cluster of Node.js
4
- * processes to handle the load.
2
+ * Clusters of Node.js processes can be used to run multiple instances of Node.js
3
+ * that can distribute workloads among their application threads. When process
4
+ * isolation is not needed, use the `worker_threads` module instead, which
5
+ * allows running multiple application threads within a single Node.js instance.
5
6
  *
6
7
  * The cluster module allows easy creation of child processes that all share
7
8
  * server ports.
@@ -49,7 +50,7 @@
49
50
  * ```
50
51
  *
51
52
  * On Windows, it is not yet possible to set up a named pipe server in a worker.
52
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/cluster.js)
53
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/cluster.js)
53
54
  */
54
55
  declare module 'cluster' {
55
56
  import * as child from 'node:child_process';
@@ -99,9 +100,9 @@ declare module 'cluster' {
99
100
  /**
100
101
  * Send a message to a worker or primary, optionally with a handle.
101
102
  *
102
- * In the primary this sends a message to a specific worker. It is identical to `ChildProcess.send()`.
103
+ * In the primary, this sends a message to a specific worker. It is identical to `ChildProcess.send()`.
103
104
  *
104
- * In a worker this sends a message to the primary. It is identical to`process.send()`.
105
+ * In a worker, this sends a message to the primary. It is identical to`process.send()`.
105
106
  *
106
107
  * This example will echo back all messages from the primary:
107
108
  *
@@ -123,19 +124,13 @@ declare module 'cluster' {
123
124
  send(message: child.Serializable, sendHandle: child.SendHandle, callback?: (error: Error | null) => void): boolean;
124
125
  send(message: child.Serializable, sendHandle: child.SendHandle, options?: child.MessageOptions, callback?: (error: Error | null) => void): boolean;
125
126
  /**
126
- * This function will kill the worker. In the primary, it does this
127
- * by disconnecting the `worker.process`, and once disconnected, killing
128
- * with `signal`. In the worker, it does it by disconnecting the channel,
129
- * and then exiting with code `0`.
127
+ * This function will kill the worker. In the primary worker, it does this by
128
+ * disconnecting the `worker.process`, and once disconnected, killing with`signal`. In the worker, it does it by killing the process with `signal`.
130
129
  *
131
- * Because `kill()` attempts to gracefully disconnect the worker process, it is
132
- * susceptible to waiting indefinitely for the disconnect to complete. For example,
133
- * if the worker enters an infinite loop, a graceful disconnect will never occur.
134
- * If the graceful disconnect behavior is not needed, use `worker.process.kill()`.
130
+ * The `kill()` function kills the worker process without waiting for a graceful
131
+ * disconnect, it has the same behavior as `worker.process.kill()`.
135
132
  *
136
- * Causes `.exitedAfterDisconnect` to be set.
137
- *
138
- * This method is aliased as `worker.destroy()` for backward compatibility.
133
+ * This method is aliased as `worker.destroy()` for backwards compatibility.
139
134
  *
140
135
  * In a worker, `process.kill()` exists, but it is not this function;
141
136
  * it is `kill()`.
@@ -253,7 +248,8 @@ declare module 'cluster' {
253
248
  */
254
249
  isDead(): boolean;
255
250
  /**
256
- * This property is `true` if the worker exited due to `.kill()` or`.disconnect()`. If the worker exited any other way, it is `false`. If the
251
+ * This property is `true` if the worker exited due to `.disconnect()`.
252
+ * If the worker exited any other way, it is `false`. If the
257
253
  * worker has not exited, it is `undefined`.
258
254
  *
259
255
  * The boolean `worker.exitedAfterDisconnect` allows distinguishing between
@@ -53,7 +53,7 @@
53
53
  * myConsole.warn(`Danger ${name}! Danger!`);
54
54
  * // Prints: Danger Will Robinson! Danger!, to err
55
55
  * ```
56
- * @see [source](https://github.com/nodejs/node/blob/v17.0.0/lib/console.js)
56
+ * @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/console.js)
57
57
  */
58
58
  declare module 'console' {
59
59
  import console = require('node:console');