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
@@ -1,4 +1,5 @@
1
1
  // These types are not exported, and are only used internally
2
+ import * as undici from './index'
2
3
 
3
4
  /**
4
5
  * Take in an unknown value and return one that is of type T
@@ -34,11 +35,24 @@ interface WebidlErrors {
34
35
  }): TypeError
35
36
  }
36
37
 
38
+ interface WebIDLTypes {
39
+ UNDEFINED: 1,
40
+ BOOLEAN: 2,
41
+ STRING: 3,
42
+ SYMBOL: 4,
43
+ NUMBER: 5,
44
+ BIGINT: 6,
45
+ NULL: 7
46
+ OBJECT: 8
47
+ }
48
+
37
49
  interface WebidlUtil {
38
50
  /**
39
51
  * @see https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values
40
52
  */
41
- Type (object: unknown):
53
+ Type (object: unknown): WebIDLTypes[keyof WebIDLTypes]
54
+
55
+ TypeValueToString (o: unknown):
42
56
  | 'Undefined'
43
57
  | 'Boolean'
44
58
  | 'String'
@@ -48,6 +62,8 @@ interface WebidlUtil {
48
62
  | 'Null'
49
63
  | 'Object'
50
64
 
65
+ Types: WebIDLTypes
66
+
51
67
  /**
52
68
  * @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint
53
69
  */
@@ -68,6 +84,8 @@ interface WebidlUtil {
68
84
  */
69
85
  Stringify (V: any): string
70
86
 
87
+ MakeTypeAssertion <I>(I: I): (arg: any) => arg is I
88
+
71
89
  /**
72
90
  * Mark a value as uncloneable for Node.js.
73
91
  * This is only effective in some newer Node.js versions.
@@ -156,7 +174,7 @@ interface WebidlConverters {
156
174
  ): NodeJS.TypedArray | ArrayBufferLike | DataView
157
175
 
158
176
  ['sequence<ByteString>']: SequenceConverter<string>
159
-
177
+
160
178
  ['sequence<sequence<ByteString>>']: SequenceConverter<string[]>
161
179
 
162
180
  ['record<ByteString, ByteString>']: RecordConverter<string, string>
@@ -164,16 +182,35 @@ interface WebidlConverters {
164
182
  [Key: string]: (...args: any[]) => unknown
165
183
  }
166
184
 
185
+ type IsAssertion<T> = (arg: any) => arg is T
186
+
187
+ interface WebidlIs {
188
+ Request: IsAssertion<undici.Request>
189
+ Response: IsAssertion<undici.Response>
190
+ ReadableStream: IsAssertion<ReadableStream>
191
+ Blob: IsAssertion<Blob>
192
+ URLSearchParams: IsAssertion<URLSearchParams>
193
+ File: IsAssertion<File>
194
+ FormData: IsAssertion<undici.FormData>
195
+ URL: IsAssertion<URL>
196
+ WebSocketError: IsAssertion<undici.WebSocketError>
197
+ AbortSignal: IsAssertion<AbortSignal>
198
+ MessagePort: IsAssertion<MessagePort>
199
+ }
200
+
167
201
  export interface Webidl {
168
202
  errors: WebidlErrors
169
203
  util: WebidlUtil
170
204
  converters: WebidlConverters
205
+ is: WebidlIs
171
206
 
172
207
  /**
173
208
  * @description Performs a brand-check on {@param V} to ensure it is a
174
209
  * {@param cls} object.
175
210
  */
176
- brandCheck <Interface>(V: unknown, cls: Interface, opts?: { strict?: boolean }): asserts V is Interface
211
+ brandCheck <Interface extends new () => unknown>(V: unknown, cls: Interface): asserts V is Interface
212
+
213
+ brandCheckMultiple <Interfaces extends (new () => unknown)[]> (list: Interfaces): (V: any) => asserts V is Interfaces[number]
177
214
 
178
215
  /**
179
216
  * @see https://webidl.spec.whatwg.org/#es-sequence
@@ -196,10 +233,11 @@ export interface Webidl {
196
233
  * Similar to {@link Webidl.brandCheck} but allows skipping the check if third party
197
234
  * interfaces are allowed.
198
235
  */
199
- interfaceConverter <Interface>(cls: Interface): (
236
+ interfaceConverter <Interface>(typeCheck: IsAssertion<Interface>, name: string): (
200
237
  V: unknown,
201
- opts?: { strict: boolean }
202
- ) => asserts V is typeof cls
238
+ prefix: string,
239
+ argument: string
240
+ ) => asserts V is Interface
203
241
 
204
242
  // TODO(@KhafraDev): a type could likely be implemented that can infer the return type
205
243
  // from the converters given?
@@ -1,6 +1,7 @@
1
1
  /// <reference types="node" />
2
2
 
3
3
  import type { Blob } from 'buffer'
4
+ import type { ReadableStream, WritableStream } from 'stream/web'
4
5
  import type { MessagePort } from 'worker_threads'
5
6
  import {
6
7
  EventInit,
@@ -22,7 +23,7 @@ interface WebSocketEventMap {
22
23
 
23
24
  interface WebSocket extends EventTarget {
24
25
  binaryType: BinaryType
25
-
26
+
26
27
  readonly bufferedAmount: number
27
28
  readonly extensions: string
28
29
 
@@ -148,3 +149,36 @@ interface WebSocketInit {
148
149
  dispatcher?: Dispatcher,
149
150
  headers?: HeadersInit
150
151
  }
152
+
153
+ interface WebSocketStreamOptions {
154
+ protocols?: string | string[]
155
+ signal?: AbortSignal
156
+ }
157
+
158
+ interface WebSocketCloseInfo {
159
+ closeCode: number
160
+ reason: string
161
+ }
162
+
163
+ interface WebSocketStream {
164
+ closed: Promise<WebSocketCloseInfo>
165
+ opened: Promise<{
166
+ extensions: string
167
+ protocol: string
168
+ readable: ReadableStream
169
+ writable: WritableStream
170
+ }>
171
+ url: string
172
+ }
173
+
174
+ export declare const WebSocketStream: {
175
+ prototype: WebSocketStream
176
+ new (url: string | URL, options?: WebSocketStreamOptions): WebSocketStream
177
+ }
178
+
179
+ interface WebSocketError extends Event, WebSocketCloseInfo {}
180
+
181
+ export declare const WebSocketError: {
182
+ prototype: WebSocketError
183
+ new (type: string, init?: WebSocketCloseInfo): WebSocketError
184
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slack/web-api",
3
- "version": "7.9.1",
3
+ "version": "7.9.3",
4
4
  "description": "Official library for using the Slack Platform's Web API",
5
5
  "author": "Slack Technologies, LLC",
6
6
  "license": "MIT",
@@ -61,13 +61,13 @@
61
61
  "mocha": "^11",
62
62
  "mocha-junit-reporter": "^2.2.1",
63
63
  "mocha-multi-reporters": "^1.5.1",
64
- "nock": "^13",
64
+ "nock": "^14",
65
65
  "shx": "^0.4.0",
66
- "sinon": "^20",
66
+ "sinon": "^21",
67
67
  "source-map-support": "^0.5.21",
68
68
  "ts-node": "^10",
69
- "tsd": "^0.31.1",
70
- "typescript": "5.3.3"
69
+ "tsd": "^0.32.0",
70
+ "typescript": "5.8.3"
71
71
  },
72
72
  "tsd": {
73
73
  "directory": "test/types"
@@ -8,8 +8,8 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 11 Apr 2025 21:33:04 GMT
11
+ * Last updated: Tue, 24 Jun 2025 16:39:29 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
15
- These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky).
15
+ These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), [Dmitry Semigradsky](https://github.com/Semigradsky), and [René](https://github.com/Renegade334).
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * The `node:assert` module provides a set of assertion functions for verifying
3
3
  * invariants.
4
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/assert.js)
4
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/assert.js)
5
5
  */
6
6
  declare module "assert" {
7
7
  /**
@@ -79,7 +79,9 @@ declare module "assert" {
79
79
  * @return A function that wraps `fn`.
80
80
  */
81
81
  calls(exact?: number): () => void;
82
- calls<Func extends (...args: any[]) => any>(fn?: Func, exact?: number): Func;
82
+ calls(fn: undefined, exact?: number): () => void;
83
+ calls<Func extends (...args: any[]) => any>(fn: Func, exact?: number): Func;
84
+ calls<Func extends (...args: any[]) => any>(fn?: Func, exact?: number): Func | (() => void);
83
85
  /**
84
86
  * Example:
85
87
  *
@@ -796,7 +798,7 @@ declare module "assert" {
796
798
  * check that the promise is rejected.
797
799
  *
798
800
  * If `asyncFn` is a function and it throws an error synchronously, `assert.rejects()` will return a rejected `Promise` with that error. If the
799
- * function does not return a promise, `assert.rejects()` will return a rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v22.x/api/errors.html#err_invalid_return_value)
801
+ * function does not return a promise, `assert.rejects()` will return a rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v24.x/api/errors.html#err_invalid_return_value)
800
802
  * error. In both cases the error handler is skipped.
801
803
  *
802
804
  * Besides the async nature to await the completion behaves identically to {@link throws}.
@@ -866,7 +868,7 @@ declare module "assert" {
866
868
  *
867
869
  * If `asyncFn` is a function and it throws an error synchronously, `assert.doesNotReject()` will return a rejected `Promise` with that error. If
868
870
  * the function does not return a promise, `assert.doesNotReject()` will return a
869
- * rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v22.x/api/errors.html#err_invalid_return_value) error. In both cases
871
+ * rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v24.x/api/errors.html#err_invalid_return_value) error. In both cases
870
872
  * the error handler is skipped.
871
873
  *
872
874
  * Using `assert.doesNotReject()` is actually not useful because there is little
@@ -929,7 +931,7 @@ declare module "assert" {
929
931
  * If the values do not match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal
930
932
  * to the value of the `message` parameter. If the `message` parameter is
931
933
  * undefined, a default error message is assigned. If the `message` parameter is an
932
- * instance of an [Error](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`.
934
+ * instance of an [Error](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`.
933
935
  * @since v13.6.0, v12.16.0
934
936
  */
935
937
  function match(value: string, regExp: RegExp, message?: string | Error): void;
@@ -952,60 +954,19 @@ declare module "assert" {
952
954
  * If the values do match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal
953
955
  * to the value of the `message` parameter. If the `message` parameter is
954
956
  * undefined, a default error message is assigned. If the `message` parameter is an
955
- * instance of an [Error](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`.
957
+ * instance of an [Error](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`.
956
958
  * @since v13.6.0, v12.16.0
957
959
  */
958
960
  function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void;
959
961
  /**
960
- * `assert.partialDeepStrictEqual()` Asserts the equivalence between the `actual` and `expected` parameters through a
961
- * deep comparison, ensuring that all properties in the `expected` parameter are
962
- * present in the `actual` parameter with equivalent values, not allowing type coercion.
963
- * The main difference with `assert.deepStrictEqual()` is that `assert.partialDeepStrictEqual()` does not require
964
- * all properties in the `actual` parameter to be present in the `expected` parameter.
965
- * This method should always pass the same test cases as `assert.deepStrictEqual()`, behaving as a super set of it.
966
- *
967
- * ```js
968
- * import assert from 'node:assert';
969
- *
970
- * assert.partialDeepStrictEqual({ a: 1, b: 2 }, { a: 1, b: 2 });
971
- * // OK
972
- *
973
- * assert.partialDeepStrictEqual({ a: { b: { c: 1 } } }, { a: { b: { c: 1 } } });
974
- * // OK
975
- *
976
- * assert.partialDeepStrictEqual({ a: 1, b: 2, c: 3 }, { a: 1, b: 2 });
977
- * // OK
978
- *
979
- * assert.partialDeepStrictEqual(new Set(['value1', 'value2']), new Set(['value1', 'value2']));
980
- * // OK
981
- *
982
- * assert.partialDeepStrictEqual(new Map([['key1', 'value1']]), new Map([['key1', 'value1']]));
983
- * // OK
984
- *
985
- * assert.partialDeepStrictEqual(new Uint8Array([1, 2, 3]), new Uint8Array([1, 2, 3]));
986
- * // OK
987
- *
988
- * assert.partialDeepStrictEqual(/abc/, /abc/);
989
- * // OK
990
- *
991
- * assert.partialDeepStrictEqual([{ a: 5 }, { b: 5 }], [{ a: 5 }]);
992
- * // OK
993
- *
994
- * assert.partialDeepStrictEqual(new Set([{ a: 1 }, { b: 1 }]), new Set([{ a: 1 }]));
995
- * // OK
996
- *
997
- * assert.partialDeepStrictEqual(new Date(0), new Date(0));
998
- * // OK
999
- *
1000
- * assert.partialDeepStrictEqual({ a: 1 }, { a: 1, b: 2 });
1001
- * // AssertionError
1002
- *
1003
- * assert.partialDeepStrictEqual({ a: 1, b: '2' }, { a: 1, b: 2 });
1004
- * // AssertionError
962
+ * Tests for partial deep equality between the `actual` and `expected` parameters.
963
+ * "Deep" equality means that the enumerable "own" properties of child objects
964
+ * are recursively evaluated also by the following rules. "Partial" equality means
965
+ * that only properties that exist on the `expected` parameter are going to be
966
+ * compared.
1005
967
  *
1006
- * assert.partialDeepStrictEqual({ a: { b: 2 } }, { a: { b: '2' } });
1007
- * // AssertionError
1008
- * ```
968
+ * This method always passes the same test cases as `assert.deepStrictEqual()`,
969
+ * behaving as a super set of it.
1009
970
  * @since v22.13.0
1010
971
  */
1011
972
  function partialDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void;
@@ -2,8 +2,8 @@
2
2
  * We strongly discourage the use of the `async_hooks` API.
3
3
  * Other APIs that can cover most of its use cases include:
4
4
  *
5
- * * [`AsyncLocalStorage`](https://nodejs.org/docs/latest-v22.x/api/async_context.html#class-asynclocalstorage) tracks async context
6
- * * [`process.getActiveResourcesInfo()`](https://nodejs.org/docs/latest-v22.x/api/process.html#processgetactiveresourcesinfo) tracks active resources
5
+ * * [`AsyncLocalStorage`](https://nodejs.org/docs/latest-v24.x/api/async_context.html#class-asynclocalstorage) tracks async context
6
+ * * [`process.getActiveResourcesInfo()`](https://nodejs.org/docs/latest-v24.x/api/process.html#processgetactiveresourcesinfo) tracks active resources
7
7
  *
8
8
  * The `node:async_hooks` module provides an API to track asynchronous resources.
9
9
  * It can be accessed using:
@@ -12,7 +12,7 @@
12
12
  * import async_hooks from 'node:async_hooks';
13
13
  * ```
14
14
  * @experimental
15
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/async_hooks.js)
15
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/async_hooks.js)
16
16
  */
17
17
  declare module "async_hooks" {
18
18
  /**
@@ -44,7 +44,7 @@ declare module "async_hooks" {
44
44
  * ```
45
45
  *
46
46
  * Promise contexts may not get precise `executionAsyncIds` by default.
47
- * See the section on [promise execution tracking](https://nodejs.org/docs/latest-v22.x/api/async_hooks.html#promise-execution-tracking).
47
+ * See the section on [promise execution tracking](https://nodejs.org/docs/latest-v24.x/api/async_hooks.html#promise-execution-tracking).
48
48
  * @since v8.1.0
49
49
  * @return The `asyncId` of the current execution context. Useful to track when something calls.
50
50
  */
@@ -117,7 +117,7 @@ declare module "async_hooks" {
117
117
  * ```
118
118
  *
119
119
  * Promise contexts may not get valid `triggerAsyncId`s by default. See
120
- * the section on [promise execution tracking](https://nodejs.org/docs/latest-v22.x/api/async_hooks.html#promise-execution-tracking).
120
+ * the section on [promise execution tracking](https://nodejs.org/docs/latest-v24.x/api/async_hooks.html#promise-execution-tracking).
121
121
  * @return The ID of the resource responsible for calling the callback that is currently being executed.
122
122
  */
123
123
  function triggerAsyncId(): number;
@@ -320,6 +320,16 @@ declare module "async_hooks" {
320
320
  */
321
321
  triggerAsyncId(): number;
322
322
  }
323
+ interface AsyncLocalStorageOptions {
324
+ /**
325
+ * The default value to be used when no store is provided.
326
+ */
327
+ defaultValue?: any;
328
+ /**
329
+ * A name for the `AsyncLocalStorage` value.
330
+ */
331
+ name?: string | undefined;
332
+ }
323
333
  /**
324
334
  * This class creates stores that stay coherent through asynchronous operations.
325
335
  *
@@ -358,8 +368,8 @@ declare module "async_hooks" {
358
368
  * http.get('http://localhost:8080');
359
369
  * // Prints:
360
370
  * // 0: start
361
- * // 1: start
362
371
  * // 0: finish
372
+ * // 1: start
363
373
  * // 1: finish
364
374
  * ```
365
375
  *
@@ -369,10 +379,14 @@ declare module "async_hooks" {
369
379
  * @since v13.10.0, v12.17.0
370
380
  */
371
381
  class AsyncLocalStorage<T> {
382
+ /**
383
+ * Creates a new instance of `AsyncLocalStorage`. Store is only provided within a
384
+ * `run()` call or after an `enterWith()` call.
385
+ */
386
+ constructor(options?: AsyncLocalStorageOptions);
372
387
  /**
373
388
  * Binds the given function to the current execution context.
374
389
  * @since v19.8.0
375
- * @experimental
376
390
  * @param fn The function to bind to the current execution context.
377
391
  * @return A new function that calls `fn` within the captured execution context.
378
392
  */
@@ -403,7 +417,6 @@ declare module "async_hooks" {
403
417
  * console.log(asyncLocalStorage.run(321, () => foo.get())); // returns 123
404
418
  * ```
405
419
  * @since v19.8.0
406
- * @experimental
407
420
  * @return A new function with the signature `(fn: (...args) : R, ...args) : R`.
408
421
  */
409
422
  static snapshot(): <R, TArgs extends any[]>(fn: (...args: TArgs) => R, ...args: TArgs) => R;
@@ -432,6 +445,11 @@ declare module "async_hooks" {
432
445
  * @since v13.10.0, v12.17.0
433
446
  */
434
447
  getStore(): T | undefined;
448
+ /**
449
+ * The name of the `AsyncLocalStorage` instance if provided.
450
+ * @since v24.0.0
451
+ */
452
+ readonly name: string;
435
453
  /**
436
454
  * Runs a function synchronously within a context and returns its
437
455
  * return value. The store is not accessible outside of the callback function.
@@ -535,6 +553,70 @@ declare module "async_hooks" {
535
553
  */
536
554
  enterWith(store: T): void;
537
555
  }
556
+ /**
557
+ * @since v17.2.0, v16.14.0
558
+ * @return A map of provider types to the corresponding numeric id.
559
+ * This map contains all the event types that might be emitted by the `async_hooks.init()` event.
560
+ */
561
+ namespace asyncWrapProviders {
562
+ const NONE: number;
563
+ const DIRHANDLE: number;
564
+ const DNSCHANNEL: number;
565
+ const ELDHISTOGRAM: number;
566
+ const FILEHANDLE: number;
567
+ const FILEHANDLECLOSEREQ: number;
568
+ const FIXEDSIZEBLOBCOPY: number;
569
+ const FSEVENTWRAP: number;
570
+ const FSREQCALLBACK: number;
571
+ const FSREQPROMISE: number;
572
+ const GETADDRINFOREQWRAP: number;
573
+ const GETNAMEINFOREQWRAP: number;
574
+ const HEAPSNAPSHOT: number;
575
+ const HTTP2SESSION: number;
576
+ const HTTP2STREAM: number;
577
+ const HTTP2PING: number;
578
+ const HTTP2SETTINGS: number;
579
+ const HTTPINCOMINGMESSAGE: number;
580
+ const HTTPCLIENTREQUEST: number;
581
+ const JSSTREAM: number;
582
+ const JSUDPWRAP: number;
583
+ const MESSAGEPORT: number;
584
+ const PIPECONNECTWRAP: number;
585
+ const PIPESERVERWRAP: number;
586
+ const PIPEWRAP: number;
587
+ const PROCESSWRAP: number;
588
+ const PROMISE: number;
589
+ const QUERYWRAP: number;
590
+ const SHUTDOWNWRAP: number;
591
+ const SIGNALWRAP: number;
592
+ const STATWATCHER: number;
593
+ const STREAMPIPE: number;
594
+ const TCPCONNECTWRAP: number;
595
+ const TCPSERVERWRAP: number;
596
+ const TCPWRAP: number;
597
+ const TTYWRAP: number;
598
+ const UDPSENDWRAP: number;
599
+ const UDPWRAP: number;
600
+ const SIGINTWATCHDOG: number;
601
+ const WORKER: number;
602
+ const WORKERHEAPSNAPSHOT: number;
603
+ const WRITEWRAP: number;
604
+ const ZLIB: number;
605
+ const CHECKPRIMEREQUEST: number;
606
+ const PBKDF2REQUEST: number;
607
+ const KEYPAIRGENREQUEST: number;
608
+ const KEYGENREQUEST: number;
609
+ const KEYEXPORTREQUEST: number;
610
+ const CIPHERREQUEST: number;
611
+ const DERIVEBITSREQUEST: number;
612
+ const HASHREQUEST: number;
613
+ const RANDOMBYTESREQUEST: number;
614
+ const RANDOMPRIMEREQUEST: number;
615
+ const SCRYPTREQUEST: number;
616
+ const SIGNREQUEST: number;
617
+ const TLSWRAP: number;
618
+ const VERIFYREQUEST: number;
619
+ }
538
620
  }
539
621
  declare module "node:async_hooks" {
540
622
  export * from "async_hooks";
@@ -160,6 +160,7 @@ declare module "buffer" {
160
160
  * @param encoding The encoding of `string`. **Default:** `'utf8'`.
161
161
  */
162
162
  from(string: WithImplicitCoercion<string>, encoding?: BufferEncoding): Buffer<ArrayBuffer>;
163
+ from(arrayOrString: WithImplicitCoercion<ArrayLike<number> | string>): Buffer<ArrayBuffer>;
163
164
  /**
164
165
  * Creates a new Buffer using the passed {data}
165
166
  * @param values to create a new Buffer
@@ -450,6 +451,8 @@ declare module "buffer" {
450
451
  */
451
452
  subarray(start?: number, end?: number): Buffer<TArrayBuffer>;
452
453
  }
454
+ type NonSharedBuffer = Buffer<ArrayBuffer>;
455
+ type AllowSharedBuffer = Buffer<ArrayBufferLike>;
453
456
  }
454
457
  /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */
455
458
  var SlowBuffer: {
@@ -46,7 +46,7 @@ type _File = typeof globalThis extends { onmessage: any; File: any } ? {} : impo
46
46
  * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
47
47
  * const buf7 = Buffer.from('tést', 'latin1');
48
48
  * ```
49
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/buffer.js)
49
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/buffer.js)
50
50
  */
51
51
  declare module "buffer" {
52
52
  import { BinaryLike } from "node:crypto";
@@ -69,7 +69,7 @@ declare module "buffer" {
69
69
  * @param input The input to validate.
70
70
  */
71
71
  export function isAscii(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean;
72
- export const INSPECT_MAX_BYTES: number;
72
+ export let INSPECT_MAX_BYTES: number;
73
73
  export const kMaxLength: number;
74
74
  export const kStringMaxLength: number;
75
75
  export const constants: {
@@ -118,11 +118,10 @@ declare module "buffer" {
118
118
  * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using
119
119
  * a prior call to `URL.createObjectURL()`.
120
120
  * @since v16.7.0
121
- * @experimental
122
121
  * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`.
123
122
  */
124
123
  export function resolveObjectURL(id: string): Blob | undefined;
125
- export { Buffer };
124
+ export { type AllowSharedBuffer, Buffer, type NonSharedBuffer };
126
125
  /**
127
126
  * @experimental
128
127
  */
@@ -63,7 +63,7 @@
63
63
  * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however,
64
64
  * the synchronous methods can have significant impact on performance due to
65
65
  * stalling the event loop while spawned processes complete.
66
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/child_process.js)
66
+ * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/child_process.js)
67
67
  */
68
68
  declare module "child_process" {
69
69
  import { ObjectEncodingOptions } from "node:fs";
@@ -458,7 +458,7 @@ declare module "child_process" {
458
458
  * as the connection may have been closed during the time it takes to send the
459
459
  * connection to the child.
460
460
  * @since v0.5.9
461
- * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v22.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v22.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v22.x/api/dgram.html#class-dgramsocket) object.
461
+ * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v24.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v24.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v24.x/api/dgram.html#class-dgramsocket) object.
462
462
  * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties:
463
463
  */
464
464
  send(message: Serializable, callback?: (error: Error | null) => void): boolean;