cloudstructs 0.9.33 → 0.9.35

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 (909) hide show
  1. package/.jsii +4 -4
  2. package/assets/slack-app/provider.lambda/index.js +209 -33
  3. package/assets/slack-textract/detect.lambda/index.js +385 -163
  4. package/assets/ssl-server-test/analyze.lambda/index.js +209 -33
  5. package/lib/codecommit-mirror/index.js +2 -2
  6. package/lib/dmarc/index.js +1 -1
  7. package/lib/ecs-service-roller/index.js +2 -2
  8. package/lib/email-receiver/receiver.js +1 -1
  9. package/lib/mjml-template/index.js +1 -1
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/slack-app.js +2 -2
  13. package/lib/slack-events/index.js +1 -1
  14. package/lib/slack-textract/index.js +1 -1
  15. package/lib/ssl-server-test/index.js +2 -2
  16. package/lib/state-machine-cr-provider/index.js +1 -1
  17. package/lib/static-website/index.js +1 -1
  18. package/lib/toolkit-cleaner/index.js +1 -1
  19. package/lib/url-shortener/index.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +19 -24
  21. package/node_modules/@babel/runtime/helpers/esm/regenerator.js +89 -0
  22. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +8 -0
  23. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +6 -0
  24. package/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +33 -0
  25. package/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +24 -0
  26. package/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +10 -0
  27. package/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +66 -293
  28. package/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +19 -0
  29. package/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +19 -24
  30. package/node_modules/@babel/runtime/helpers/regenerator.js +89 -0
  31. package/node_modules/@babel/runtime/helpers/regeneratorAsync.js +8 -0
  32. package/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js +6 -0
  33. package/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js +33 -0
  34. package/node_modules/@babel/runtime/helpers/regeneratorDefine.js +24 -0
  35. package/node_modules/@babel/runtime/helpers/regeneratorKeys.js +10 -0
  36. package/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +66 -293
  37. package/node_modules/@babel/runtime/helpers/regeneratorValues.js +19 -0
  38. package/node_modules/@babel/runtime/package.json +52 -10
  39. package/node_modules/@slack/logger/node_modules/@types/node/README.md +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +15 -54
  41. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +90 -8
  42. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  43. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +3 -4
  44. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +2 -2
  45. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +16 -16
  46. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +17 -17
  47. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +43 -37
  48. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +1 -1
  49. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  50. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +27 -1
  51. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +72 -18
  52. package/node_modules/@slack/logger/node_modules/@types/node/dom-events.d.ts +60 -85
  53. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  54. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1 -2
  55. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +40 -35
  56. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +122 -29
  57. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +143 -287
  58. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  59. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +28 -3
  60. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +78 -8
  61. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  62. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +7 -5
  63. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +39 -7
  64. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +149 -27
  65. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +17 -14
  66. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +8 -7
  67. package/node_modules/@slack/logger/node_modules/@types/node/package.json +18 -3
  68. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  69. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +10 -10
  70. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +43 -11
  71. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  72. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +3 -4
  73. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -1
  74. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +19 -14
  75. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +14 -16
  76. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +1 -1
  77. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +217 -14
  78. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +3 -3
  79. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +13 -18
  80. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  81. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +107 -21
  82. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +1 -1
  83. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  84. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +36 -49
  85. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +6 -6
  86. package/node_modules/@slack/logger/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  93. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  94. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  95. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +61 -19
  96. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +234 -381
  97. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +143 -32
  98. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +73 -13
  99. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  100. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +55 -26
  101. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +170 -41
  102. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +7 -7
  103. package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +24 -24
  104. package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +11 -11
  105. package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  106. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +12 -13
  107. package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +2 -0
  108. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  109. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +117 -92
  110. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  111. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +69 -47
  112. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +17 -16
  113. package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +7 -7
  114. package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  115. package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +5 -5
  116. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +75 -0
  117. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +7 -7
  118. package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +157 -1
  119. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +51 -47
  120. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +25 -8
  121. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +33 -18
  122. package/node_modules/@slack/logger/node_modules/undici-types/mock-call-history.d.ts +111 -0
  123. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +4 -4
  124. package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +3 -3
  125. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  126. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +4 -4
  127. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  128. package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +0 -4
  129. package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +8 -8
  130. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +12 -12
  131. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +4 -4
  132. package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +18 -15
  133. package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +1 -1
  134. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +10 -10
  135. package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +3 -3
  136. package/node_modules/@slack/logger/node_modules/undici-types/utility.d.ts +7 -0
  137. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +44 -6
  138. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +35 -1
  139. package/node_modules/@slack/web-api/dist/WebClient.d.ts +0 -2
  140. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  141. package/node_modules/@slack/web-api/dist/WebClient.js +28 -15
  142. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  143. package/node_modules/@slack/web-api/dist/errors.d.ts +0 -2
  144. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  145. package/node_modules/@slack/web-api/dist/errors.js +6 -6
  146. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  147. package/node_modules/@slack/web-api/dist/file-upload.d.ts +1 -4
  148. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  149. package/node_modules/@slack/web-api/dist/file-upload.js +43 -38
  150. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  151. package/node_modules/@slack/web-api/dist/helpers.js +1 -1
  152. package/node_modules/@slack/web-api/dist/helpers.js.map +1 -1
  153. package/node_modules/@slack/web-api/dist/index.d.ts +0 -1
  154. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  155. package/node_modules/@slack/web-api/dist/instrument.js +19 -10
  156. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  157. package/node_modules/@slack/web-api/dist/logger.js +2 -2
  158. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  159. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +2 -0
  160. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
  161. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +18 -5
  162. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
  163. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +0 -3
  164. package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -1
  165. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +1 -0
  166. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
  167. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +3 -0
  168. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
  169. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +2 -0
  170. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
  171. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +64 -12
  172. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
  173. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +27 -8
  174. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
  175. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +35 -5
  176. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
  177. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
  178. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +35 -5
  179. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
  180. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
  181. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +65 -12
  182. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
  183. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +27 -8
  184. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
  185. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +1 -0
  186. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
  187. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +2 -0
  188. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
  189. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +1 -0
  190. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
  191. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +26 -5
  192. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
  193. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
  194. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +64 -12
  195. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
  196. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +27 -8
  197. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
  198. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +1 -0
  199. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
  200. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +134 -108
  201. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
  202. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +21 -14
  203. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
  204. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +134 -108
  205. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
  206. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +21 -14
  207. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
  208. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +134 -108
  209. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
  210. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +21 -14
  211. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
  212. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +134 -108
  213. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
  214. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +21 -14
  215. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
  216. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +134 -108
  217. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
  218. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +21 -14
  219. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
  220. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +134 -108
  221. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
  222. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +21 -14
  223. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
  224. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +134 -108
  225. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
  226. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +21 -14
  227. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
  228. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +134 -108
  229. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -1
  230. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +21 -14
  231. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -1
  232. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +134 -108
  233. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -1
  234. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +21 -14
  235. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -1
  236. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +134 -108
  237. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -1
  238. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +21 -14
  239. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -1
  240. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +134 -108
  241. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
  242. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +21 -14
  243. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
  244. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +35 -5
  245. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
  246. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
  247. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +64 -12
  248. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
  249. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +27 -8
  250. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
  251. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +35 -2
  252. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -1
  253. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -1
  254. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +42 -7
  255. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
  256. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
  257. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +37 -2
  258. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
  259. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
  260. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +35 -2
  261. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
  262. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
  263. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +1 -0
  264. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
  265. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +1 -0
  266. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
  267. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +1 -0
  268. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
  269. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +1 -0
  270. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
  271. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +1 -0
  272. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
  273. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +1 -0
  274. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
  275. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +1 -0
  276. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
  277. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +1 -0
  278. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
  279. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +1 -0
  280. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
  281. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
  282. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +1 -0
  283. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
  284. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
  285. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +1 -0
  286. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
  287. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
  288. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +1 -0
  289. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
  290. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
  291. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +2 -2
  292. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +15 -54
  293. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +90 -8
  294. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  295. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +3 -4
  296. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +2 -2
  297. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +16 -16
  298. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -17
  299. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +43 -37
  300. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
  301. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  302. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +27 -1
  303. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +72 -18
  304. package/node_modules/@slack/web-api/node_modules/@types/node/dom-events.d.ts +60 -85
  305. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  306. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +1 -2
  307. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +40 -35
  308. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +122 -29
  309. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +143 -287
  310. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  311. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +28 -3
  312. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +78 -8
  313. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  314. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +7 -5
  315. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +39 -7
  316. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +149 -27
  317. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +17 -14
  318. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +8 -7
  319. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +18 -3
  320. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  321. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +10 -10
  322. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +43 -11
  323. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  324. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +3 -4
  325. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -1
  326. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +19 -14
  327. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +14 -16
  328. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +1 -1
  329. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +217 -14
  330. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +3 -3
  331. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +13 -18
  332. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  333. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +107 -21
  334. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +1 -1
  335. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  336. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +36 -49
  337. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +6 -6
  338. package/node_modules/@slack/web-api/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  339. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  340. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  341. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  342. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  343. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  344. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  345. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  346. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  347. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +61 -19
  348. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +234 -381
  349. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +143 -32
  350. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +73 -13
  351. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  352. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +55 -26
  353. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +170 -41
  354. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +7 -7
  355. package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +24 -24
  356. package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +11 -11
  357. package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  358. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +12 -13
  359. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +2 -0
  360. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  361. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +117 -92
  362. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  363. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +69 -47
  364. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +17 -16
  365. package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +7 -7
  366. package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  367. package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +5 -5
  368. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +75 -0
  369. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +7 -7
  370. package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +157 -1
  371. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +51 -47
  372. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +25 -8
  373. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +33 -18
  374. package/node_modules/@slack/web-api/node_modules/undici-types/mock-call-history.d.ts +111 -0
  375. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +4 -4
  376. package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +3 -3
  377. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  378. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +4 -4
  379. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  380. package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +0 -4
  381. package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +8 -8
  382. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +12 -12
  383. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +4 -4
  384. package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +18 -15
  385. package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +1 -1
  386. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +10 -10
  387. package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +3 -3
  388. package/node_modules/@slack/web-api/node_modules/undici-types/utility.d.ts +7 -0
  389. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +44 -6
  390. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +35 -1
  391. package/node_modules/@slack/web-api/package.json +5 -5
  392. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
  393. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +15 -54
  394. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +90 -8
  395. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  396. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +3 -4
  397. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +2 -2
  398. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +16 -16
  399. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -17
  400. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +43 -37
  401. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
  402. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  403. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +27 -1
  404. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +72 -18
  405. package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +60 -85
  406. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  407. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +1 -2
  408. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +40 -35
  409. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +122 -29
  410. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +143 -287
  411. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  412. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +28 -3
  413. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +78 -8
  414. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  415. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +7 -5
  416. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +39 -7
  417. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +149 -27
  418. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +17 -14
  419. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +8 -7
  420. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +18 -3
  421. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  422. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +10 -10
  423. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +43 -11
  424. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  425. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +3 -4
  426. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -1
  427. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +19 -14
  428. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +14 -16
  429. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
  430. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +217 -14
  431. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +3 -3
  432. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +13 -18
  433. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  434. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +107 -21
  435. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +1 -1
  436. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  437. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +36 -49
  438. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +6 -6
  439. package/node_modules/@types/cacheable-request/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  440. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  441. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  442. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  443. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  444. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  445. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  446. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  447. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  448. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +61 -19
  449. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +234 -381
  450. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +143 -32
  451. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +73 -13
  452. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  453. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +55 -26
  454. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +170 -41
  455. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +7 -7
  456. package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +24 -24
  457. package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +11 -11
  458. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  459. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +12 -13
  460. package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +2 -0
  461. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  462. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +117 -92
  463. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  464. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +69 -47
  465. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +17 -16
  466. package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +7 -7
  467. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  468. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +5 -5
  469. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +75 -0
  470. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +7 -7
  471. package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +157 -1
  472. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +51 -47
  473. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +25 -8
  474. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +33 -18
  475. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-call-history.d.ts +111 -0
  476. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +4 -4
  477. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +3 -3
  478. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  479. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +4 -4
  480. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  481. package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +0 -4
  482. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +8 -8
  483. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +12 -12
  484. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +4 -4
  485. package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +18 -15
  486. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +1 -1
  487. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +10 -10
  488. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +3 -3
  489. package/node_modules/@types/cacheable-request/node_modules/undici-types/utility.d.ts +7 -0
  490. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +44 -6
  491. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +35 -1
  492. package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
  493. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +15 -54
  494. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +90 -8
  495. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  496. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +3 -4
  497. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +2 -2
  498. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +16 -16
  499. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -17
  500. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +43 -37
  501. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
  502. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  503. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +27 -1
  504. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +72 -18
  505. package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +60 -85
  506. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  507. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +1 -2
  508. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +40 -35
  509. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +122 -29
  510. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +143 -287
  511. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  512. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +28 -3
  513. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +78 -8
  514. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  515. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +7 -5
  516. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +39 -7
  517. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +149 -27
  518. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +17 -14
  519. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +8 -7
  520. package/node_modules/@types/keyv/node_modules/@types/node/package.json +18 -3
  521. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  522. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +10 -10
  523. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +43 -11
  524. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  525. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +3 -4
  526. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -1
  527. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +19 -14
  528. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +14 -16
  529. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
  530. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +217 -14
  531. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +3 -3
  532. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +13 -18
  533. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  534. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +107 -21
  535. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +1 -1
  536. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  537. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +36 -49
  538. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +6 -6
  539. package/node_modules/@types/keyv/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  540. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  541. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  542. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  543. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  544. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  545. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  546. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  547. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  548. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +61 -19
  549. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +234 -381
  550. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +143 -32
  551. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +73 -13
  552. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  553. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +55 -26
  554. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +170 -41
  555. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +7 -7
  556. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +24 -24
  557. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +11 -11
  558. package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  559. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +12 -13
  560. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +2 -0
  561. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  562. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +117 -92
  563. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  564. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +69 -47
  565. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +17 -16
  566. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +7 -7
  567. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  568. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +5 -5
  569. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +75 -0
  570. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +7 -7
  571. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +157 -1
  572. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +51 -47
  573. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +25 -8
  574. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +33 -18
  575. package/node_modules/@types/keyv/node_modules/undici-types/mock-call-history.d.ts +111 -0
  576. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +4 -4
  577. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +3 -3
  578. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  579. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +4 -4
  580. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  581. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +0 -4
  582. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +8 -8
  583. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +12 -12
  584. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +4 -4
  585. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +18 -15
  586. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +1 -1
  587. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +10 -10
  588. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +3 -3
  589. package/node_modules/@types/keyv/node_modules/undici-types/utility.d.ts +7 -0
  590. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +44 -6
  591. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +35 -1
  592. package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
  593. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +15 -54
  594. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +90 -8
  595. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  596. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +3 -4
  597. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +2 -2
  598. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +16 -16
  599. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -17
  600. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +43 -37
  601. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
  602. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  603. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +27 -1
  604. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +72 -18
  605. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +60 -85
  606. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  607. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +1 -2
  608. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +40 -35
  609. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +122 -29
  610. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +143 -287
  611. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  612. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +28 -3
  613. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +78 -8
  614. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  615. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +7 -5
  616. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +39 -7
  617. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +149 -27
  618. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +17 -14
  619. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +8 -7
  620. package/node_modules/@types/responselike/node_modules/@types/node/package.json +18 -3
  621. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  622. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +10 -10
  623. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +43 -11
  624. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  625. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +3 -4
  626. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -1
  627. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +19 -14
  628. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +14 -16
  629. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
  630. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +217 -14
  631. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +3 -3
  632. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +13 -18
  633. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  634. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +107 -21
  635. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +1 -1
  636. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  637. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +36 -49
  638. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +6 -6
  639. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
  640. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  641. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  642. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  643. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  644. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  645. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  646. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  647. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  648. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +61 -19
  649. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +234 -381
  650. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +143 -32
  651. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +73 -13
  652. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  653. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +55 -26
  654. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +170 -41
  655. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +7 -7
  656. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +24 -24
  657. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +11 -11
  658. package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  659. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +12 -13
  660. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +2 -0
  661. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  662. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +117 -92
  663. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  664. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +69 -47
  665. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +17 -16
  666. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +7 -7
  667. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  668. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +5 -5
  669. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +75 -0
  670. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +7 -7
  671. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +157 -1
  672. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +51 -47
  673. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +25 -8
  674. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +33 -18
  675. package/node_modules/@types/responselike/node_modules/undici-types/mock-call-history.d.ts +111 -0
  676. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +4 -4
  677. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +3 -3
  678. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  679. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +4 -4
  680. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  681. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +0 -4
  682. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +8 -8
  683. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +12 -12
  684. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +4 -4
  685. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +18 -15
  686. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +1 -1
  687. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +10 -10
  688. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +3 -3
  689. package/node_modules/@types/responselike/node_modules/undici-types/utility.d.ts +7 -0
  690. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +44 -6
  691. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +35 -1
  692. package/node_modules/axios/CHANGELOG.md +51 -0
  693. package/node_modules/axios/README.md +24 -21
  694. package/node_modules/axios/dist/axios.js +36 -17
  695. package/node_modules/axios/dist/axios.js.map +1 -1
  696. package/node_modules/axios/dist/axios.min.js +2 -2
  697. package/node_modules/axios/dist/axios.min.js.map +1 -1
  698. package/node_modules/axios/dist/browser/axios.cjs +36 -14
  699. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  700. package/node_modules/axios/dist/esm/axios.js +36 -14
  701. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  702. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  703. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  704. package/node_modules/axios/dist/node/axios.cjs +37 -15
  705. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  706. package/node_modules/axios/index.d.cts +3 -3
  707. package/node_modules/axios/index.d.ts +5 -3
  708. package/node_modules/axios/lib/adapters/fetch.js +2 -2
  709. package/node_modules/axios/lib/core/Axios.js +1 -1
  710. package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
  711. package/node_modules/axios/lib/env/data.js +1 -1
  712. package/node_modules/axios/lib/helpers/formDataToStream.js +1 -1
  713. package/node_modules/axios/lib/helpers/toFormData.js +4 -0
  714. package/node_modules/axios/lib/utils.js +12 -6
  715. package/node_modules/axios/package.json +13 -4
  716. package/node_modules/brace-expansion/index.js +1 -1
  717. package/node_modules/brace-expansion/package.json +4 -1
  718. package/node_modules/end-of-stream/index.js +3 -1
  719. package/node_modules/end-of-stream/package.json +1 -1
  720. package/node_modules/form-data/README.md.bak +355 -0
  721. package/node_modules/form-data/Readme.md +34 -37
  722. package/node_modules/form-data/lib/browser.js +3 -1
  723. package/node_modules/form-data/lib/form_data.js +124 -129
  724. package/node_modules/form-data/lib/populate.js +5 -5
  725. package/node_modules/form-data/package.json +7 -15
  726. package/node_modules/http-cache-semantics/README.md +116 -51
  727. package/node_modules/http-cache-semantics/index.js +300 -46
  728. package/node_modules/http-cache-semantics/package.json +8 -4
  729. package/node_modules/parse5/dist/cjs/parser/formatting-element-list.js +4 -4
  730. package/node_modules/parse5/dist/cjs/parser/index.d.ts +1 -1
  731. package/node_modules/parse5/dist/cjs/parser/index.js +13 -8
  732. package/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts +2 -2
  733. package/node_modules/parse5/dist/cjs/parser/open-element-stack.js +11 -7
  734. package/node_modules/parse5/dist/cjs/serializer/index.js +3 -3
  735. package/node_modules/parse5/dist/cjs/tokenizer/index.d.ts +1 -1
  736. package/node_modules/parse5/dist/cjs/tokenizer/index.js +3 -3
  737. package/node_modules/parse5/dist/parser/formatting-element-list.js +4 -4
  738. package/node_modules/parse5/dist/parser/index.d.ts +1 -1
  739. package/node_modules/parse5/dist/parser/index.js +13 -8
  740. package/node_modules/parse5/dist/parser/open-element-stack.d.ts +2 -2
  741. package/node_modules/parse5/dist/parser/open-element-stack.js +11 -7
  742. package/node_modules/parse5/dist/serializer/index.js +1 -1
  743. package/node_modules/parse5/dist/tokenizer/index.d.ts +1 -1
  744. package/node_modules/parse5/dist/tokenizer/index.js +1 -1
  745. package/node_modules/parse5/node_modules/entities/LICENSE +11 -0
  746. package/node_modules/parse5/node_modules/entities/decode.d.ts +1 -0
  747. package/node_modules/parse5/node_modules/entities/decode.js +3 -0
  748. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.d.ts +19 -0
  749. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +1 -0
  750. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
  751. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
  752. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.d.ts +209 -0
  753. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.d.ts.map +1 -0
  754. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.js +511 -0
  755. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.js.map +1 -0
  756. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.d.ts +22 -0
  757. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.d.ts.map +1 -0
  758. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js +73 -0
  759. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js.map +1 -0
  760. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.d.ts +43 -0
  761. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.d.ts.map +1 -0
  762. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js +121 -0
  763. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js.map +1 -0
  764. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts +2 -0
  765. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +1 -0
  766. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.js +10 -0
  767. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
  768. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts +2 -0
  769. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +1 -0
  770. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +10 -0
  771. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
  772. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.d.ts +8 -0
  773. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +1 -0
  774. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.js +13 -0
  775. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.js.map +1 -0
  776. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.d.ts +96 -0
  777. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.d.ts.map +1 -0
  778. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.js +131 -0
  779. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.js.map +1 -0
  780. package/node_modules/parse5/node_modules/entities/dist/commonjs/package.json +3 -0
  781. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.d.ts +19 -0
  782. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +1 -0
  783. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js +72 -0
  784. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js.map +1 -0
  785. package/node_modules/parse5/node_modules/entities/dist/esm/decode.d.ts +209 -0
  786. package/node_modules/parse5/node_modules/entities/dist/esm/decode.d.ts.map +1 -0
  787. package/node_modules/parse5/node_modules/entities/dist/esm/decode.js +497 -0
  788. package/node_modules/parse5/node_modules/entities/dist/esm/decode.js.map +1 -0
  789. package/node_modules/parse5/node_modules/entities/dist/esm/encode.d.ts +22 -0
  790. package/node_modules/parse5/node_modules/entities/dist/esm/encode.d.ts.map +1 -0
  791. package/node_modules/parse5/node_modules/entities/dist/esm/encode.js +69 -0
  792. package/node_modules/parse5/node_modules/entities/dist/esm/encode.js.map +1 -0
  793. package/node_modules/parse5/node_modules/entities/dist/esm/escape.d.ts +43 -0
  794. package/node_modules/parse5/node_modules/entities/dist/esm/escape.d.ts.map +1 -0
  795. package/node_modules/parse5/node_modules/entities/dist/esm/escape.js +117 -0
  796. package/node_modules/parse5/node_modules/entities/dist/esm/escape.js.map +1 -0
  797. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.d.ts +2 -0
  798. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +1 -0
  799. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js +7 -0
  800. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js.map +1 -0
  801. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts +2 -0
  802. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +1 -0
  803. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.js +7 -0
  804. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.js.map +1 -0
  805. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.d.ts +8 -0
  806. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +1 -0
  807. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.js +10 -0
  808. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.js.map +1 -0
  809. package/node_modules/parse5/node_modules/entities/dist/esm/index.d.ts +96 -0
  810. package/node_modules/parse5/node_modules/entities/dist/esm/index.d.ts.map +1 -0
  811. package/node_modules/parse5/node_modules/entities/dist/esm/index.js +107 -0
  812. package/node_modules/parse5/node_modules/entities/dist/esm/index.js.map +1 -0
  813. package/node_modules/parse5/node_modules/entities/dist/esm/package.json +3 -0
  814. package/node_modules/parse5/node_modules/entities/escape.d.ts +1 -0
  815. package/node_modules/parse5/node_modules/entities/escape.js +3 -0
  816. package/node_modules/parse5/node_modules/entities/package.json +118 -0
  817. package/node_modules/parse5/node_modules/entities/readme.md +122 -0
  818. package/node_modules/parse5/node_modules/entities/src/decode-codepoint.ts +81 -0
  819. package/node_modules/parse5/node_modules/entities/src/decode.spec.ts +320 -0
  820. package/node_modules/parse5/node_modules/entities/src/decode.ts +620 -0
  821. package/node_modules/parse5/node_modules/entities/src/encode.spec.ts +78 -0
  822. package/node_modules/parse5/node_modules/entities/src/encode.ts +77 -0
  823. package/node_modules/parse5/node_modules/entities/src/escape.spec.ts +14 -0
  824. package/node_modules/parse5/node_modules/entities/src/escape.ts +148 -0
  825. package/node_modules/parse5/node_modules/entities/src/generated/.eslintrc.json +10 -0
  826. package/node_modules/parse5/node_modules/entities/src/generated/decode-data-html.ts +8 -0
  827. package/node_modules/parse5/node_modules/entities/src/generated/decode-data-xml.ts +8 -0
  828. package/node_modules/parse5/node_modules/entities/src/generated/encode-html.ts +17 -0
  829. package/node_modules/parse5/node_modules/entities/src/index.spec.ts +125 -0
  830. package/node_modules/parse5/node_modules/entities/src/index.ts +188 -0
  831. package/node_modules/parse5/package.json +3 -3
  832. package/node_modules/pump/index.js +1 -1
  833. package/node_modules/pump/package.json +1 -1
  834. package/node_modules/semver/bin/semver.js +2 -0
  835. package/node_modules/semver/classes/comparator.js +2 -0
  836. package/node_modules/semver/classes/index.js +2 -0
  837. package/node_modules/semver/classes/range.js +2 -0
  838. package/node_modules/semver/classes/semver.js +4 -3
  839. package/node_modules/semver/functions/clean.js +2 -0
  840. package/node_modules/semver/functions/cmp.js +2 -0
  841. package/node_modules/semver/functions/coerce.js +2 -0
  842. package/node_modules/semver/functions/compare-build.js +2 -0
  843. package/node_modules/semver/functions/compare-loose.js +2 -0
  844. package/node_modules/semver/functions/compare.js +2 -0
  845. package/node_modules/semver/functions/diff.js +2 -0
  846. package/node_modules/semver/functions/eq.js +2 -0
  847. package/node_modules/semver/functions/gt.js +2 -0
  848. package/node_modules/semver/functions/gte.js +2 -0
  849. package/node_modules/semver/functions/inc.js +2 -0
  850. package/node_modules/semver/functions/lt.js +2 -0
  851. package/node_modules/semver/functions/lte.js +2 -0
  852. package/node_modules/semver/functions/major.js +2 -0
  853. package/node_modules/semver/functions/minor.js +2 -0
  854. package/node_modules/semver/functions/neq.js +2 -0
  855. package/node_modules/semver/functions/parse.js +2 -0
  856. package/node_modules/semver/functions/patch.js +2 -0
  857. package/node_modules/semver/functions/prerelease.js +2 -0
  858. package/node_modules/semver/functions/rcompare.js +2 -0
  859. package/node_modules/semver/functions/rsort.js +2 -0
  860. package/node_modules/semver/functions/satisfies.js +2 -0
  861. package/node_modules/semver/functions/sort.js +2 -0
  862. package/node_modules/semver/functions/valid.js +2 -0
  863. package/node_modules/semver/index.js +2 -0
  864. package/node_modules/semver/internal/constants.js +2 -0
  865. package/node_modules/semver/internal/debug.js +2 -0
  866. package/node_modules/semver/internal/identifiers.js +2 -0
  867. package/node_modules/semver/internal/lrucache.js +2 -0
  868. package/node_modules/semver/internal/parse-options.js +2 -0
  869. package/node_modules/semver/internal/re.js +8 -4
  870. package/node_modules/semver/package.json +3 -3
  871. package/node_modules/semver/preload.js +2 -0
  872. package/node_modules/semver/ranges/gtr.js +2 -0
  873. package/node_modules/semver/ranges/intersects.js +2 -0
  874. package/node_modules/semver/ranges/ltr.js +2 -0
  875. package/node_modules/semver/ranges/max-satisfying.js +2 -0
  876. package/node_modules/semver/ranges/min-satisfying.js +2 -0
  877. package/node_modules/semver/ranges/min-version.js +2 -0
  878. package/node_modules/semver/ranges/outside.js +2 -0
  879. package/node_modules/semver/ranges/simplify.js +2 -0
  880. package/node_modules/semver/ranges/subset.js +2 -0
  881. package/node_modules/semver/ranges/to-comparators.js +2 -0
  882. package/node_modules/semver/ranges/valid.js +2 -0
  883. package/package.json +20 -20
  884. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/index.d.ts +0 -9
  885. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  886. package/node_modules/@slack/logger/node_modules/undici-types/file.d.ts +0 -39
  887. package/node_modules/@slack/logger/node_modules/undici-types/filereader.d.ts +0 -54
  888. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/index.d.ts +0 -9
  889. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  890. package/node_modules/@slack/web-api/node_modules/undici-types/file.d.ts +0 -39
  891. package/node_modules/@slack/web-api/node_modules/undici-types/filereader.d.ts +0 -54
  892. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/index.d.ts +0 -9
  893. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  894. package/node_modules/@types/cacheable-request/node_modules/undici-types/file.d.ts +0 -39
  895. package/node_modules/@types/cacheable-request/node_modules/undici-types/filereader.d.ts +0 -54
  896. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/index.d.ts +0 -9
  897. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  898. package/node_modules/@types/keyv/node_modules/undici-types/file.d.ts +0 -39
  899. package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +0 -54
  900. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  901. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/index.d.ts +0 -9
  902. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  903. package/node_modules/@types/responselike/node_modules/undici-types/file.d.ts +0 -39
  904. package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +0 -54
  905. package/node_modules/regenerator-runtime/LICENSE +0 -21
  906. package/node_modules/regenerator-runtime/README.md +0 -31
  907. package/node_modules/regenerator-runtime/package.json +0 -19
  908. package/node_modules/regenerator-runtime/path.js +0 -11
  909. package/node_modules/regenerator-runtime/runtime.js +0 -761
@@ -6,7 +6,7 @@
6
6
  * import http2 from 'node:http2';
7
7
  * ```
8
8
  * @since v8.4.0
9
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/http2.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/http2.js)
10
10
  */
11
11
  declare module "http2" {
12
12
  import EventEmitter = require("node:events");
@@ -965,7 +965,10 @@ declare module "http2" {
965
965
  * * `:path` \= `/`
966
966
  * @since v8.4.0
967
967
  */
968
- request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream;
968
+ request(
969
+ headers?: OutgoingHttpHeaders | readonly string[],
970
+ options?: ClientSessionRequestOptions,
971
+ ): ClientHttp2Stream;
969
972
  addListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this;
970
973
  addListener(event: "origin", listener: (origins: string[]) => void): this;
971
974
  addListener(
@@ -1223,14 +1226,66 @@ declare module "http2" {
1223
1226
  }
1224
1227
  // Http2Server
1225
1228
  export interface SessionOptions {
1229
+ /**
1230
+ * Sets the maximum dynamic table size for deflating header fields.
1231
+ * @default 4Kib
1232
+ */
1226
1233
  maxDeflateDynamicTableSize?: number | undefined;
1234
+ /**
1235
+ * Sets the maximum number of settings entries per `SETTINGS` frame.
1236
+ * The minimum value allowed is `1`.
1237
+ * @default 32
1238
+ */
1239
+ maxSettings?: number | undefined;
1240
+ /**
1241
+ * Sets the maximum memory that the `Http2Session` is permitted to use.
1242
+ * The value is expressed in terms of number of megabytes, e.g. `1` equal 1 megabyte.
1243
+ * The minimum value allowed is `1`.
1244
+ * This is a credit based limit, existing `Http2Stream`s may cause this limit to be exceeded,
1245
+ * but new `Http2Stream` instances will be rejected while this limit is exceeded.
1246
+ * The current number of `Http2Stream` sessions, the current memory use of the header compression tables,
1247
+ * current data queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all counted towards the current limit.
1248
+ * @default 10
1249
+ */
1227
1250
  maxSessionMemory?: number | undefined;
1251
+ /**
1252
+ * Sets the maximum number of header entries.
1253
+ * This is similar to `server.maxHeadersCount` or `request.maxHeadersCount` in the `node:http` module.
1254
+ * The minimum value is `1`.
1255
+ * @default 128
1256
+ */
1228
1257
  maxHeaderListPairs?: number | undefined;
1258
+ /**
1259
+ * Sets the maximum number of outstanding, unacknowledged pings.
1260
+ * @default 10
1261
+ */
1229
1262
  maxOutstandingPings?: number | undefined;
1263
+ /**
1264
+ * Sets the maximum allowed size for a serialized, compressed block of headers.
1265
+ * Attempts to send headers that exceed this limit will result in
1266
+ * a `'frameError'` event being emitted and the stream being closed and destroyed.
1267
+ */
1230
1268
  maxSendHeaderBlockLength?: number | undefined;
1269
+ /**
1270
+ * Strategy used for determining the amount of padding to use for `HEADERS` and `DATA` frames.
1271
+ * @default http2.constants.PADDING_STRATEGY_NONE
1272
+ */
1231
1273
  paddingStrategy?: number | undefined;
1274
+ /**
1275
+ * Sets the maximum number of concurrent streams for the remote peer as if a `SETTINGS` frame had been received.
1276
+ * Will be overridden if the remote peer sets its own value for `maxConcurrentStreams`.
1277
+ * @default 100
1278
+ */
1232
1279
  peerMaxConcurrentStreams?: number | undefined;
1280
+ /**
1281
+ * The initial settings to send to the remote peer upon connection.
1282
+ */
1233
1283
  settings?: Settings | undefined;
1284
+ /**
1285
+ * The array of integer values determines the settings types,
1286
+ * which are included in the `CustomSettings`-property of the received remoteSettings.
1287
+ * Please see the `CustomSettings`-property of the `Http2Settings` object for more information, on the allowed setting types.
1288
+ */
1234
1289
  remoteCustomSettings?: number[] | undefined;
1235
1290
  /**
1236
1291
  * Specifies a timeout in milliseconds that
@@ -1239,11 +1294,27 @@ declare module "http2" {
1239
1294
  * @default 100000
1240
1295
  */
1241
1296
  unknownProtocolTimeout?: number | undefined;
1242
- selectPadding?(frameLen: number, maxFrameLen: number): number;
1243
1297
  }
1244
1298
  export interface ClientSessionOptions extends SessionOptions {
1299
+ /**
1300
+ * Sets the maximum number of reserved push streams the client will accept at any given time.
1301
+ * Once the current number of currently reserved push streams exceeds reaches this limit,
1302
+ * new push streams sent by the server will be automatically rejected.
1303
+ * The minimum allowed value is 0. The maximum allowed value is 2<sup>32</sup>-1.
1304
+ * A negative value sets this option to the maximum allowed value.
1305
+ * @default 200
1306
+ */
1245
1307
  maxReservedRemoteStreams?: number | undefined;
1308
+ /**
1309
+ * An optional callback that receives the `URL` instance passed to `connect` and the `options` object,
1310
+ * and returns any `Duplex` stream that is to be used as the connection for this session.
1311
+ */
1246
1312
  createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined;
1313
+ /**
1314
+ * The protocol to connect with, if not set in the `authority`.
1315
+ * Value may be either `'http:'` or `'https:'`.
1316
+ * @default 'https:'
1317
+ */
1247
1318
  protocol?: "http:" | "https:" | undefined;
1248
1319
  }
1249
1320
  export interface ServerSessionOptions<
@@ -1252,6 +1323,8 @@ declare module "http2" {
1252
1323
  Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1253
1324
  Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1254
1325
  > extends SessionOptions {
1326
+ streamResetBurst?: number | undefined;
1327
+ streamResetRate?: number | undefined;
1255
1328
  Http1IncomingMessage?: Http1Request | undefined;
1256
1329
  Http1ServerResponse?: Http1Response | undefined;
1257
1330
  Http2ServerRequest?: Http2Request | undefined;
@@ -1269,10 +1342,7 @@ declare module "http2" {
1269
1342
  Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
1270
1343
  Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest,
1271
1344
  Http2Response extends typeof Http2ServerResponse<InstanceType<Http2Request>> = typeof Http2ServerResponse,
1272
- > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {
1273
- streamResetBurst?: number | undefined;
1274
- streamResetRate?: number | undefined;
1275
- }
1345
+ > extends ServerSessionOptions<Http1Request, Http1Response, Http2Request, Http2Response> {}
1276
1346
  export interface SecureServerOptions<
1277
1347
  Http1Request extends typeof IncomingMessage = typeof IncomingMessage,
1278
1348
  Http1Response extends typeof ServerResponse<InstanceType<Http1Request>> = typeof ServerResponse,
@@ -1790,7 +1860,7 @@ declare module "http2" {
1790
1860
  * If there were no previous values for the header, this is equivalent to calling {@link setHeader}.
1791
1861
  *
1792
1862
  * Attempting to set a header field name or value that contains invalid characters will result in a
1793
- * [TypeError](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-typeerror) being thrown.
1863
+ * [TypeError](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-typeerror) being thrown.
1794
1864
  *
1795
1865
  * ```js
1796
1866
  * // Returns headers including "set-cookie: a" and "set-cookie: b"
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
3
3
  * separate module.
4
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/https.js)
4
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/https.js)
5
5
  */
6
6
  declare module "https" {
7
7
  import { Duplex } from "node:stream";
@@ -22,15 +22,17 @@
22
22
  * IN THE SOFTWARE.
23
23
  */
24
24
 
25
- // NOTE: These definitions support Node.js and TypeScript 5.7+.
25
+ // NOTE: These definitions support Node.js and TypeScript 5.8+.
26
26
 
27
- // Reference required TypeScript libs:
27
+ // Reference required TypeScript libraries:
28
28
  /// <reference lib="es2020" />
29
+ /// <reference lib="esnext.disposable" />
30
+ /// <reference lib="esnext.float16" />
29
31
 
30
- // TypeScript backwards-compatibility definitions:
31
- /// <reference path="compatibility/index.d.ts" />
32
+ // Iterator definitions required for compatibility with TypeScript <5.6:
33
+ /// <reference path="compatibility/iterators.d.ts" />
32
34
 
33
- // Definitions specific to TypeScript 5.7+:
35
+ // Definitions for Node.js modules specific to TypeScript 5.7+:
34
36
  /// <reference path="globals.typedarray.d.ts" />
35
37
  /// <reference path="buffer.buffer.d.ts" />
36
38
 
@@ -6,7 +6,7 @@
6
6
  /**
7
7
  * The `node:inspector` module provides an API for interacting with the V8
8
8
  * inspector.
9
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/inspector.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/inspector.js)
10
10
  */
11
11
  declare module 'inspector' {
12
12
  import EventEmitter = require('node:events');
@@ -1720,6 +1720,38 @@ declare module 'inspector' {
1720
1720
  * Monotonically increasing time in seconds since an arbitrary point in the past.
1721
1721
  */
1722
1722
  type MonotonicTime = number;
1723
+ /**
1724
+ * Information about the request initiator.
1725
+ */
1726
+ interface Initiator {
1727
+ /**
1728
+ * Type of this initiator.
1729
+ */
1730
+ type: string;
1731
+ /**
1732
+ * Initiator JavaScript stack trace, set for Script only.
1733
+ * Requires the Debugger domain to be enabled.
1734
+ */
1735
+ stack?: Runtime.StackTrace | undefined;
1736
+ /**
1737
+ * Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type.
1738
+ */
1739
+ url?: string | undefined;
1740
+ /**
1741
+ * Initiator line number, set for Parser type or for Script type (when script is importing
1742
+ * module) (0-based).
1743
+ */
1744
+ lineNumber?: number | undefined;
1745
+ /**
1746
+ * Initiator column number, set for Parser type or for Script type (when script is importing
1747
+ * module) (0-based).
1748
+ */
1749
+ columnNumber?: number | undefined;
1750
+ /**
1751
+ * Set if another request triggered this request (e.g. preflight).
1752
+ */
1753
+ requestId?: RequestId | undefined;
1754
+ }
1723
1755
  /**
1724
1756
  * HTTP request data.
1725
1757
  */
@@ -1751,6 +1783,10 @@ declare module 'inspector' {
1751
1783
  * Request data.
1752
1784
  */
1753
1785
  request: Request;
1786
+ /**
1787
+ * Request initiator.
1788
+ */
1789
+ initiator: Initiator;
1754
1790
  /**
1755
1791
  * Timestamp.
1756
1792
  */
@@ -2829,7 +2865,7 @@ declare module 'inspector' {
2829
2865
  * If wait is `true`, will block until a client has connected to the inspect port
2830
2866
  * and flow control has been passed to the debugger client.
2831
2867
  *
2832
- * See the [security warning](https://nodejs.org/docs/latest-v22.x/api/cli.html#warning-binding-inspector-to-a-public-ipport-combination-is-insecure)
2868
+ * See the [security warning](https://nodejs.org/docs/latest-v24.x/api/cli.html#warning-binding-inspector-to-a-public-ipport-combination-is-insecure)
2833
2869
  * regarding the `host` parameter usage.
2834
2870
  * @param port Port to listen on for inspector connections. Defaults to what was specified on the CLI.
2835
2871
  * @param host Host to listen on for inspector connections. Defaults to what was specified on the CLI.
@@ -2912,7 +2948,6 @@ declare module 'inspector' {
2912
2948
  * Broadcasts the `Network.requestWillBeSent` event to connected frontends. This event indicates that
2913
2949
  * the application is about to send an HTTP request.
2914
2950
  * @since v22.6.0
2915
- * @experimental
2916
2951
  */
2917
2952
  function requestWillBeSent(params: RequestWillBeSentEventDataType): void;
2918
2953
  /**
@@ -2921,7 +2956,6 @@ declare module 'inspector' {
2921
2956
  * Broadcasts the `Network.responseReceived` event to connected frontends. This event indicates that
2922
2957
  * HTTP response is available.
2923
2958
  * @since v22.6.0
2924
- * @experimental
2925
2959
  */
2926
2960
  function responseReceived(params: ResponseReceivedEventDataType): void;
2927
2961
  /**
@@ -2930,7 +2964,6 @@ declare module 'inspector' {
2930
2964
  * Broadcasts the `Network.loadingFinished` event to connected frontends. This event indicates that
2931
2965
  * HTTP request has finished loading.
2932
2966
  * @since v22.6.0
2933
- * @experimental
2934
2967
  */
2935
2968
  function loadingFinished(params: LoadingFinishedEventDataType): void;
2936
2969
  /**
@@ -2939,7 +2972,6 @@ declare module 'inspector' {
2939
2972
  * Broadcasts the `Network.loadingFailed` event to connected frontends. This event indicates that
2940
2973
  * HTTP request has failed to load.
2941
2974
  * @since v22.7.0
2942
- * @experimental
2943
2975
  */
2944
2976
  function loadingFailed(params: LoadingFailedEventDataType): void;
2945
2977
  }
@@ -2956,7 +2988,7 @@ declare module 'node:inspector' {
2956
2988
  /**
2957
2989
  * The `node:inspector/promises` module provides an API for interacting with the V8
2958
2990
  * inspector.
2959
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/inspector/promises.js)
2991
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/inspector/promises.js)
2960
2992
  * @since v19.0.0
2961
2993
  */
2962
2994
  declare module 'inspector/promises' {
@@ -30,7 +30,7 @@ declare module "module" {
30
30
  /**
31
31
  * The following constants are returned as the `status` field in the object returned by
32
32
  * {@link enableCompileCache} to indicate the result of the attempt to enable the
33
- * [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache).
33
+ * [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache).
34
34
  * @since v22.8.0
35
35
  */
36
36
  namespace compileCacheStatus {
@@ -81,7 +81,7 @@ declare module "module" {
81
81
  directory?: string;
82
82
  }
83
83
  /**
84
- * Enable [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache)
84
+ * Enable [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache)
85
85
  * in the current Node.js instance.
86
86
  *
87
87
  * If `cacheDir` is not specified, Node.js will either use the directory specified by the
@@ -99,7 +99,7 @@ declare module "module" {
99
99
  * contains the path to the directory where the compile cache is stored. The `status`
100
100
  * field in the returned object would be one of the `module.constants.compileCacheStatus`
101
101
  * values to indicate the result of the attempt to enable the
102
- * [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache).
102
+ * [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache).
103
103
  *
104
104
  * This method only affects the current Node.js instance. To enable it in child worker threads,
105
105
  * either call this method in child worker threads too, or set the
@@ -112,7 +112,7 @@ declare module "module" {
112
112
  */
113
113
  function enableCompileCache(cacheDir?: string): EnableCompileCacheResult;
114
114
  /**
115
- * Flush the [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache)
115
+ * Flush the [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache)
116
116
  * accumulated from modules already loaded
117
117
  * in the current Node.js instance to disk. This returns after all the flushing
118
118
  * file system operations come to an end, no matter they succeed or not. If there
@@ -123,7 +123,7 @@ declare module "module" {
123
123
  function flushCompileCache(): void;
124
124
  /**
125
125
  * @since v22.8.0
126
- * @return Path to the [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache)
126
+ * @return Path to the [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache)
127
127
  * directory if it is enabled, or `undefined` otherwise.
128
128
  */
129
129
  function getCompileCacheDir(): string | undefined;
@@ -194,7 +194,7 @@ declare module "module" {
194
194
  */
195
195
  data?: Data | undefined;
196
196
  /**
197
- * [Transferable objects](https://nodejs.org/docs/latest-v22.x/api/worker_threads.html#portpostmessagevalue-transferlist)
197
+ * [Transferable objects](https://nodejs.org/docs/latest-v24.x/api/worker_threads.html#portpostmessagevalue-transferlist)
198
198
  * to be passed into the `initialize` hook.
199
199
  */
200
200
  transferList?: any[] | undefined;
@@ -203,10 +203,10 @@ declare module "module" {
203
203
  /**
204
204
  * Register a module that exports hooks that customize Node.js module
205
205
  * resolution and loading behavior. See
206
- * [Customization hooks](https://nodejs.org/docs/latest-v22.x/api/module.html#customization-hooks).
206
+ * [Customization hooks](https://nodejs.org/docs/latest-v24.x/api/module.html#customization-hooks).
207
207
  *
208
208
  * This feature requires `--allow-worker` if used with the
209
- * [Permission Model](https://nodejs.org/docs/latest-v22.x/api/permissions.html#permission-model).
209
+ * [Permission Model](https://nodejs.org/docs/latest-v24.x/api/permissions.html#permission-model).
210
210
  * @since v20.6.0, v18.19.0
211
211
  * @param specifier Customization hooks to be registered; this should be
212
212
  * the same string that would be passed to `import()`, except that if it is
@@ -220,6 +220,31 @@ declare module "module" {
220
220
  options?: RegisterOptions<Data>,
221
221
  ): void;
222
222
  function register<Data = any>(specifier: string | URL, options?: RegisterOptions<Data>): void;
223
+ interface RegisterHooksOptions {
224
+ /**
225
+ * See [load hook](https://nodejs.org/docs/latest-v24.x/api/module.html#loadurl-context-nextload).
226
+ * @default undefined
227
+ */
228
+ load?: LoadHookSync | undefined;
229
+ /**
230
+ * See [resolve hook](https://nodejs.org/docs/latest-v24.x/api/module.html#resolvespecifier-context-nextresolve).
231
+ * @default undefined
232
+ */
233
+ resolve?: ResolveHookSync | undefined;
234
+ }
235
+ interface ModuleHooks {
236
+ /**
237
+ * Deregister the hook instance.
238
+ */
239
+ deregister(): void;
240
+ }
241
+ /**
242
+ * Register [hooks](https://nodejs.org/docs/latest-v24.x/api/module.html#customization-hooks)
243
+ * that customize Node.js module resolution and loading behavior.
244
+ * @since v22.15.0
245
+ * @experimental
246
+ */
247
+ function registerHooks(options: RegisterHooksOptions): ModuleHooks;
223
248
  interface StripTypeScriptTypesOptions {
224
249
  /**
225
250
  * Possible values are:
@@ -245,9 +270,9 @@ declare module "module" {
245
270
  * with `vm.runInContext()` or `vm.compileFunction()`.
246
271
  * By default, it will throw an error if the code contains TypeScript features
247
272
  * that require transformation such as `Enums`,
248
- * see [type-stripping](https://nodejs.org/docs/latest-v22.x/api/typescript.md#type-stripping) for more information.
273
+ * see [type-stripping](https://nodejs.org/docs/latest-v24.x/api/typescript.md#type-stripping) for more information.
249
274
  * When mode is `'transform'`, it also transforms TypeScript features to JavaScript,
250
- * see [transform TypeScript features](https://nodejs.org/docs/latest-v22.x/api/typescript.md#typescript-features) for more information.
275
+ * see [transform TypeScript features](https://nodejs.org/docs/latest-v24.x/api/typescript.md#typescript-features) for more information.
251
276
  * When mode is `'strip'`, source maps are not generated, because locations are preserved.
252
277
  * If `sourceMap` is provided, when mode is `'strip'`, an error will be thrown.
253
278
  *
@@ -335,6 +360,7 @@ declare module "module" {
335
360
  type?: string | undefined;
336
361
  }
337
362
  type ModuleFormat =
363
+ | "addon"
338
364
  | "builtin"
339
365
  | "commonjs"
340
366
  | "commonjs-typescript"
@@ -404,6 +430,14 @@ declare module "module" {
404
430
  context?: Partial<ResolveHookContext>,
405
431
  ) => ResolveFnOutput | Promise<ResolveFnOutput>,
406
432
  ) => ResolveFnOutput | Promise<ResolveFnOutput>;
433
+ type ResolveHookSync = (
434
+ specifier: string,
435
+ context: ResolveHookContext,
436
+ nextResolve: (
437
+ specifier: string,
438
+ context?: Partial<ResolveHookContext>,
439
+ ) => ResolveFnOutput,
440
+ ) => ResolveFnOutput;
407
441
  interface LoadHookContext {
408
442
  /**
409
443
  * Export conditions of the relevant `package.json`
@@ -419,7 +453,7 @@ declare module "module" {
419
453
  importAttributes: ImportAttributes;
420
454
  }
421
455
  interface LoadFnOutput {
422
- format: ModuleFormat;
456
+ format: string | null | undefined;
423
457
  /**
424
458
  * A signal that this hook intends to terminate the chain of `resolve` hooks.
425
459
  * @default false
@@ -443,6 +477,34 @@ declare module "module" {
443
477
  context?: Partial<LoadHookContext>,
444
478
  ) => LoadFnOutput | Promise<LoadFnOutput>,
445
479
  ) => LoadFnOutput | Promise<LoadFnOutput>;
480
+ type LoadHookSync = (
481
+ url: string,
482
+ context: LoadHookContext,
483
+ nextLoad: (
484
+ url: string,
485
+ context?: Partial<LoadHookContext>,
486
+ ) => LoadFnOutput,
487
+ ) => LoadFnOutput;
488
+ interface SourceMapsSupport {
489
+ /**
490
+ * If the source maps support is enabled
491
+ */
492
+ enabled: boolean;
493
+ /**
494
+ * If the support is enabled for files in `node_modules`.
495
+ */
496
+ nodeModules: boolean;
497
+ /**
498
+ * If the support is enabled for generated code from `eval` or `new Function`.
499
+ */
500
+ generatedCode: boolean;
501
+ }
502
+ /**
503
+ * This method returns whether the [Source Map v3](https://tc39.es/ecma426/) support for stack
504
+ * traces is enabled.
505
+ * @since v23.7.0, v22.14.0
506
+ */
507
+ function getSourceMapsSupport(): SourceMapsSupport;
446
508
  /**
447
509
  * `path` is the resolved path for the file for which a corresponding source map
448
510
  * should be fetched.
@@ -450,6 +512,33 @@ declare module "module" {
450
512
  * @return Returns `module.SourceMap` if a source map is found, `undefined` otherwise.
451
513
  */
452
514
  function findSourceMap(path: string): SourceMap | undefined;
515
+ interface SetSourceMapsSupportOptions {
516
+ /**
517
+ * If enabling the support for files in `node_modules`.
518
+ * @default false
519
+ */
520
+ nodeModules?: boolean | undefined;
521
+ /**
522
+ * If enabling the support for generated code from `eval` or `new Function`.
523
+ * @default false
524
+ */
525
+ generatedCode?: boolean | undefined;
526
+ }
527
+ /**
528
+ * This function enables or disables the [Source Map v3](https://tc39.es/ecma426/) support for
529
+ * stack traces.
530
+ *
531
+ * It provides same features as launching Node.js process with commandline options
532
+ * `--enable-source-maps`, with additional options to alter the support for files
533
+ * in `node_modules` or generated codes.
534
+ *
535
+ * Only source maps in JavaScript files that are loaded after source maps has been
536
+ * enabled will be parsed and loaded. Preferably, use the commandline options
537
+ * `--enable-source-maps` to avoid losing track of source maps of modules loaded
538
+ * before this API call.
539
+ * @since v23.7.0, v22.14.0
540
+ */
541
+ function setSourceMapsSupport(enabled: boolean, options?: SetSourceMapsSupportOptions): void;
453
542
  interface SourceMapConstructorOptions {
454
543
  /**
455
544
  * @since v21.0.0, v20.5.0
@@ -535,34 +624,67 @@ declare module "module" {
535
624
  global {
536
625
  interface ImportMeta {
537
626
  /**
538
- * The directory name of the current module. This is the same as the `path.dirname()` of the `import.meta.filename`.
539
- * **Caveat:** only present on `file:` modules.
627
+ * The directory name of the current module.
628
+ *
629
+ * This is the same as the ``path.dirname()` of the `import.meta.filename`.
630
+ *
631
+ * > **Caveat**: only present on `file:` modules.
632
+ * @since v21.2.0, v20.11.0
540
633
  */
541
634
  dirname: string;
542
635
  /**
543
- * The full absolute path and filename of the current module, with symlinks resolved.
636
+ * The full absolute path and filename of the current module, with
637
+ * symlinks resolved.
638
+ *
544
639
  * This is the same as the `url.fileURLToPath()` of the `import.meta.url`.
545
- * **Caveat:** only local modules support this property. Modules not using the `file:` protocol will not provide it.
640
+ *
641
+ * > **Caveat** only local modules support this property. Modules not using the
642
+ * > `file:` protocol will not provide it.
643
+ * @since v21.2.0, v20.11.0
546
644
  */
547
645
  filename: string;
548
646
  /**
549
647
  * The absolute `file:` URL of the module.
648
+ *
649
+ * This is defined exactly the same as it is in browsers providing the URL of the
650
+ * current module file.
651
+ *
652
+ * This enables useful patterns such as relative file loading:
653
+ *
654
+ * ```js
655
+ * import { readFileSync } from 'node:fs';
656
+ * const buffer = readFileSync(new URL('./data.proto', import.meta.url));
657
+ * ```
550
658
  */
551
659
  url: string;
552
660
  /**
553
- * Provides a module-relative resolution function scoped to each module, returning
554
- * the URL string.
661
+ * `import.meta.resolve` is a module-relative resolution function scoped to
662
+ * each module, returning the URL string.
555
663
  *
556
- * Second `parent` parameter is only used when the `--experimental-import-meta-resolve`
557
- * command flag enabled.
664
+ * ```js
665
+ * const dependencyAsset = import.meta.resolve('component-lib/asset.css');
666
+ * // file:///app/node_modules/component-lib/asset.css
667
+ * import.meta.resolve('./dep.js');
668
+ * // file:///app/dep.js
669
+ * ```
558
670
  *
559
- * @since v20.6.0
671
+ * All features of the Node.js module resolution are supported. Dependency
672
+ * resolutions are subject to the permitted exports resolutions within the package.
560
673
  *
561
- * @param specifier The module specifier to resolve relative to `parent`.
562
- * @param parent The absolute parent module URL to resolve from.
563
- * @returns The absolute (`file:`) URL string for the resolved module.
564
- */
565
- resolve(specifier: string, parent?: string | URL | undefined): string;
674
+ * **Caveats**:
675
+ *
676
+ * * This can result in synchronous file-system operations, which
677
+ * can impact performance similarly to `require.resolve`.
678
+ * * This feature is not available within custom loaders (it would
679
+ * create a deadlock).
680
+ * @since v13.9.0, v12.16.0
681
+ * @param specifier The module specifier to resolve relative to the
682
+ * current module.
683
+ * @param parent An optional absolute parent module URL to resolve from.
684
+ * **Default:** `import.meta.url`
685
+ * @returns The absolute URL string that the specifier would resolve to.
686
+ */
687
+ resolve(specifier: string, parent?: string | URL): string;
566
688
  }
567
689
  namespace NodeJS {
568
690
  interface Module {
@@ -637,7 +759,7 @@ declare module "module" {
637
759
  * Modules are cached in this object when they are required. By deleting a key
638
760
  * value from this object, the next `require` will reload the module.
639
761
  * This does not apply to
640
- * [native addons](https://nodejs.org/docs/latest-v22.x/api/addons.html),
762
+ * [native addons](https://nodejs.org/docs/latest-v24.x/api/addons.html),
641
763
  * for which reloading will result in an error.
642
764
  * @since v0.3.0
643
765
  */
@@ -671,7 +793,7 @@ declare module "module" {
671
793
  * Paths to resolve module location from. If present, these
672
794
  * paths are used instead of the default resolution paths, with the exception
673
795
  * of
674
- * [GLOBAL\_FOLDERS](https://nodejs.org/docs/latest-v22.x/api/modules.html#loading-from-the-global-folders)
796
+ * [GLOBAL\_FOLDERS](https://nodejs.org/docs/latest-v24.x/api/modules.html#loading-from-the-global-folders)
675
797
  * like `$HOME/.node_modules`, which are
676
798
  * always included. Each of these paths is used as a starting point for
677
799
  * the module resolution algorithm, meaning that the `node_modules` hierarchy