cloudstructs 0.9.32 → 0.9.34

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 (904) 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 +4 -4
  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.d.ts +16 -16
  51. package/node_modules/@slack/logger/node_modules/@types/node/dom-events.d.ts +60 -85
  52. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +1 -1
  53. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +1 -2
  54. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +40 -35
  55. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +122 -29
  56. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +143 -287
  57. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  58. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +28 -3
  59. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +78 -8
  60. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +1 -1
  61. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +7 -5
  62. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +39 -7
  63. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +102 -27
  64. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +17 -14
  65. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +8 -7
  66. package/node_modules/@slack/logger/node_modules/@types/node/package.json +18 -3
  67. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +1 -1
  68. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +10 -10
  69. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +43 -11
  70. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
  71. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +3 -4
  72. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -1
  73. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +19 -14
  74. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +14 -16
  75. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +1 -1
  76. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +217 -14
  77. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +3 -3
  78. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +13 -18
  79. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +1 -1
  80. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +107 -21
  81. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +1 -1
  82. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +1 -1
  83. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +36 -49
  84. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +6 -6
  85. package/node_modules/@slack/logger/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  86. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  87. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  88. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  89. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  90. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  91. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  92. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  93. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +1 -1
  94. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +61 -19
  95. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +234 -381
  96. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +110 -32
  97. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +73 -13
  98. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +1 -1
  99. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +55 -26
  100. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +170 -41
  101. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +7 -7
  102. package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +24 -24
  103. package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +11 -11
  104. package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  105. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +12 -13
  106. package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +2 -0
  107. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  108. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +117 -92
  109. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  110. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +69 -47
  111. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +17 -16
  112. package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +7 -7
  113. package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  114. package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +5 -5
  115. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +75 -0
  116. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +7 -7
  117. package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +157 -1
  118. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +51 -47
  119. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +25 -8
  120. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +33 -18
  121. package/node_modules/@slack/logger/node_modules/undici-types/mock-call-history.d.ts +111 -0
  122. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +4 -4
  123. package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +3 -3
  124. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  125. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +4 -4
  126. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  127. package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +0 -4
  128. package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +8 -8
  129. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +12 -12
  130. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +4 -4
  131. package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +18 -15
  132. package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +1 -1
  133. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +10 -10
  134. package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +3 -3
  135. package/node_modules/@slack/logger/node_modules/undici-types/utility.d.ts +7 -0
  136. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +44 -6
  137. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +35 -1
  138. package/node_modules/@slack/web-api/dist/WebClient.d.ts +0 -2
  139. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  140. package/node_modules/@slack/web-api/dist/WebClient.js +28 -15
  141. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  142. package/node_modules/@slack/web-api/dist/errors.d.ts +0 -2
  143. package/node_modules/@slack/web-api/dist/errors.d.ts.map +1 -1
  144. package/node_modules/@slack/web-api/dist/errors.js +6 -6
  145. package/node_modules/@slack/web-api/dist/errors.js.map +1 -1
  146. package/node_modules/@slack/web-api/dist/file-upload.d.ts +1 -4
  147. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  148. package/node_modules/@slack/web-api/dist/file-upload.js +43 -38
  149. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  150. package/node_modules/@slack/web-api/dist/helpers.js +1 -1
  151. package/node_modules/@slack/web-api/dist/helpers.js.map +1 -1
  152. package/node_modules/@slack/web-api/dist/index.d.ts +0 -1
  153. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  154. package/node_modules/@slack/web-api/dist/instrument.js +19 -10
  155. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  156. package/node_modules/@slack/web-api/dist/logger.js +2 -2
  157. package/node_modules/@slack/web-api/dist/logger.js.map +1 -1
  158. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts +2 -0
  159. package/node_modules/@slack/web-api/dist/types/request/canvas.d.ts.map +1 -1
  160. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +18 -5
  161. package/node_modules/@slack/web-api/dist/types/request/files.d.ts.map +1 -1
  162. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +0 -3
  163. package/node_modules/@slack/web-api/dist/types/request/users.d.ts.map +1 -1
  164. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts +1 -0
  165. package/node_modules/@slack/web-api/dist/types/response/AdminConversationsSearchResponse.d.ts.map +1 -1
  166. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts +3 -0
  167. package/node_modules/@slack/web-api/dist/types/response/AdminFunctionsPermissionsLookupResponse.d.ts.map +1 -1
  168. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts +2 -0
  169. package/node_modules/@slack/web-api/dist/types/response/AppsManifestCreateResponse.d.ts.map +1 -1
  170. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts +64 -12
  171. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.d.ts.map +1 -1
  172. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js +27 -8
  173. package/node_modules/@slack/web-api/dist/types/response/ChatPostMessageResponse.js.map +1 -1
  174. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts +35 -5
  175. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.d.ts.map +1 -1
  176. package/node_modules/@slack/web-api/dist/types/response/ChatScheduleMessageResponse.js.map +1 -1
  177. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts +35 -5
  178. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.d.ts.map +1 -1
  179. package/node_modules/@slack/web-api/dist/types/response/ChatUpdateResponse.js.map +1 -1
  180. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts +65 -12
  181. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.d.ts.map +1 -1
  182. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js +27 -8
  183. package/node_modules/@slack/web-api/dist/types/response/ConversationsHistoryResponse.js.map +1 -1
  184. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts +1 -0
  185. package/node_modules/@slack/web-api/dist/types/response/ConversationsJoinResponse.d.ts.map +1 -1
  186. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts +2 -0
  187. package/node_modules/@slack/web-api/dist/types/response/ConversationsKickResponse.d.ts.map +1 -1
  188. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts +1 -0
  189. package/node_modules/@slack/web-api/dist/types/response/ConversationsListResponse.d.ts.map +1 -1
  190. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts +26 -5
  191. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.d.ts.map +1 -1
  192. package/node_modules/@slack/web-api/dist/types/response/ConversationsOpenResponse.js.map +1 -1
  193. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts +64 -12
  194. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.d.ts.map +1 -1
  195. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js +27 -8
  196. package/node_modules/@slack/web-api/dist/types/response/ConversationsRepliesResponse.js.map +1 -1
  197. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts +1 -0
  198. package/node_modules/@slack/web-api/dist/types/response/FilesCompleteUploadExternalResponse.d.ts.map +1 -1
  199. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts +134 -108
  200. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.d.ts.map +1 -1
  201. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js +21 -14
  202. package/node_modules/@slack/web-api/dist/types/response/FilesInfoResponse.js.map +1 -1
  203. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts +134 -108
  204. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.d.ts.map +1 -1
  205. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js +21 -14
  206. package/node_modules/@slack/web-api/dist/types/response/FilesListResponse.js.map +1 -1
  207. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts +134 -108
  208. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.d.ts.map +1 -1
  209. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js +21 -14
  210. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteAddResponse.js.map +1 -1
  211. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts +134 -108
  212. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.d.ts.map +1 -1
  213. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js +21 -14
  214. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteInfoResponse.js.map +1 -1
  215. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts +134 -108
  216. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.d.ts.map +1 -1
  217. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js +21 -14
  218. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteListResponse.js.map +1 -1
  219. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts +134 -108
  220. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.d.ts.map +1 -1
  221. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js +21 -14
  222. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteShareResponse.js.map +1 -1
  223. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts +134 -108
  224. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.d.ts.map +1 -1
  225. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js +21 -14
  226. package/node_modules/@slack/web-api/dist/types/response/FilesRemoteUpdateResponse.js.map +1 -1
  227. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts +134 -108
  228. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.d.ts.map +1 -1
  229. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js +21 -14
  230. package/node_modules/@slack/web-api/dist/types/response/FilesRevokePublicURLResponse.js.map +1 -1
  231. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts +134 -108
  232. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.d.ts.map +1 -1
  233. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js +21 -14
  234. package/node_modules/@slack/web-api/dist/types/response/FilesSharedPublicURLResponse.js.map +1 -1
  235. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts +134 -108
  236. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.d.ts.map +1 -1
  237. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js +21 -14
  238. package/node_modules/@slack/web-api/dist/types/response/FilesUploadResponse.js.map +1 -1
  239. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts +134 -108
  240. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.d.ts.map +1 -1
  241. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js +21 -14
  242. package/node_modules/@slack/web-api/dist/types/response/PinsListResponse.js.map +1 -1
  243. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts +35 -5
  244. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.d.ts.map +1 -1
  245. package/node_modules/@slack/web-api/dist/types/response/ReactionsGetResponse.js.map +1 -1
  246. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts +64 -12
  247. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.d.ts.map +1 -1
  248. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js +27 -8
  249. package/node_modules/@slack/web-api/dist/types/response/ReactionsListResponse.js.map +1 -1
  250. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts +35 -2
  251. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.d.ts.map +1 -1
  252. package/node_modules/@slack/web-api/dist/types/response/RtmStartResponse.js.map +1 -1
  253. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts +42 -7
  254. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.d.ts.map +1 -1
  255. package/node_modules/@slack/web-api/dist/types/response/SearchAllResponse.js.map +1 -1
  256. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts +37 -2
  257. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.d.ts.map +1 -1
  258. package/node_modules/@slack/web-api/dist/types/response/SearchFilesResponse.js.map +1 -1
  259. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts +35 -2
  260. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.d.ts.map +1 -1
  261. package/node_modules/@slack/web-api/dist/types/response/SearchMessagesResponse.js.map +1 -1
  262. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts +1 -0
  263. package/node_modules/@slack/web-api/dist/types/response/UsergroupsCreateResponse.d.ts.map +1 -1
  264. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts +1 -0
  265. package/node_modules/@slack/web-api/dist/types/response/UsergroupsDisableResponse.d.ts.map +1 -1
  266. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts +1 -0
  267. package/node_modules/@slack/web-api/dist/types/response/UsergroupsEnableResponse.d.ts.map +1 -1
  268. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts +1 -0
  269. package/node_modules/@slack/web-api/dist/types/response/UsergroupsListResponse.d.ts.map +1 -1
  270. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts +1 -0
  271. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUpdateResponse.d.ts.map +1 -1
  272. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts +1 -0
  273. package/node_modules/@slack/web-api/dist/types/response/UsergroupsUsersUpdateResponse.d.ts.map +1 -1
  274. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts +1 -0
  275. package/node_modules/@slack/web-api/dist/types/response/UsersConversationsResponse.d.ts.map +1 -1
  276. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts +1 -0
  277. package/node_modules/@slack/web-api/dist/types/response/UsersInfoResponse.d.ts.map +1 -1
  278. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts +1 -0
  279. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.d.ts.map +1 -1
  280. package/node_modules/@slack/web-api/dist/types/response/ViewsOpenResponse.js.map +1 -1
  281. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts +1 -0
  282. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.d.ts.map +1 -1
  283. package/node_modules/@slack/web-api/dist/types/response/ViewsPublishResponse.js.map +1 -1
  284. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts +1 -0
  285. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.d.ts.map +1 -1
  286. package/node_modules/@slack/web-api/dist/types/response/ViewsPushResponse.js.map +1 -1
  287. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts +1 -0
  288. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.d.ts.map +1 -1
  289. package/node_modules/@slack/web-api/dist/types/response/ViewsUpdateResponse.js.map +1 -1
  290. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +2 -2
  291. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +15 -54
  292. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +90 -8
  293. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  294. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +3 -4
  295. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +2 -2
  296. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +16 -16
  297. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +17 -17
  298. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +43 -37
  299. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +1 -1
  300. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  301. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +16 -16
  302. package/node_modules/@slack/web-api/node_modules/@types/node/dom-events.d.ts +60 -85
  303. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +1 -1
  304. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +1 -2
  305. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +40 -35
  306. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +122 -29
  307. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +143 -287
  308. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  309. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +28 -3
  310. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +78 -8
  311. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +1 -1
  312. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +7 -5
  313. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +39 -7
  314. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +102 -27
  315. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +17 -14
  316. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +8 -7
  317. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +18 -3
  318. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +1 -1
  319. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +10 -10
  320. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +43 -11
  321. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
  322. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +3 -4
  323. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -1
  324. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +19 -14
  325. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +14 -16
  326. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +1 -1
  327. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +217 -14
  328. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +3 -3
  329. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +13 -18
  330. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +1 -1
  331. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +107 -21
  332. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +1 -1
  333. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +1 -1
  334. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +36 -49
  335. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +6 -6
  336. package/node_modules/@slack/web-api/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  337. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  338. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  339. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  340. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  341. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  342. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  343. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  344. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +1 -1
  345. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +61 -19
  346. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +234 -381
  347. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +110 -32
  348. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +73 -13
  349. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +1 -1
  350. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +55 -26
  351. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +170 -41
  352. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +7 -7
  353. package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +24 -24
  354. package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +11 -11
  355. package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  356. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +12 -13
  357. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +2 -0
  358. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  359. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +117 -92
  360. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  361. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +69 -47
  362. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +17 -16
  363. package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +7 -7
  364. package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  365. package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +5 -5
  366. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +75 -0
  367. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +7 -7
  368. package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +157 -1
  369. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +51 -47
  370. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +25 -8
  371. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +33 -18
  372. package/node_modules/@slack/web-api/node_modules/undici-types/mock-call-history.d.ts +111 -0
  373. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +4 -4
  374. package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +3 -3
  375. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  376. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +4 -4
  377. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  378. package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +0 -4
  379. package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +8 -8
  380. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +12 -12
  381. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +4 -4
  382. package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +18 -15
  383. package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +1 -1
  384. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +10 -10
  385. package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +3 -3
  386. package/node_modules/@slack/web-api/node_modules/undici-types/utility.d.ts +7 -0
  387. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +44 -6
  388. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +35 -1
  389. package/node_modules/@slack/web-api/package.json +5 -5
  390. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
  391. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +15 -54
  392. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +90 -8
  393. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  394. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +3 -4
  395. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +2 -2
  396. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +16 -16
  397. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -17
  398. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +43 -37
  399. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
  400. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  401. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +16 -16
  402. package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +60 -85
  403. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  404. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +1 -2
  405. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +40 -35
  406. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +122 -29
  407. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +143 -287
  408. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  409. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +28 -3
  410. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +78 -8
  411. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  412. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +7 -5
  413. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +39 -7
  414. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +102 -27
  415. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +17 -14
  416. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +8 -7
  417. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +18 -3
  418. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  419. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +10 -10
  420. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +43 -11
  421. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  422. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +3 -4
  423. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -1
  424. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +19 -14
  425. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +14 -16
  426. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
  427. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +217 -14
  428. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +3 -3
  429. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +13 -18
  430. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  431. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +107 -21
  432. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +1 -1
  433. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  434. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +36 -49
  435. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +6 -6
  436. package/node_modules/@types/cacheable-request/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  437. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  438. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  439. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  440. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  441. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  442. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  443. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  444. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  445. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +61 -19
  446. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +234 -381
  447. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +110 -32
  448. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +73 -13
  449. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  450. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +55 -26
  451. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +170 -41
  452. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +7 -7
  453. package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +24 -24
  454. package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +11 -11
  455. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  456. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +12 -13
  457. package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +2 -0
  458. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  459. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +117 -92
  460. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  461. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +69 -47
  462. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +17 -16
  463. package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +7 -7
  464. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  465. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +5 -5
  466. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +75 -0
  467. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +7 -7
  468. package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +157 -1
  469. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +51 -47
  470. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +25 -8
  471. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +33 -18
  472. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-call-history.d.ts +111 -0
  473. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +4 -4
  474. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +3 -3
  475. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  476. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +4 -4
  477. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  478. package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +0 -4
  479. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +8 -8
  480. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +12 -12
  481. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +4 -4
  482. package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +18 -15
  483. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +1 -1
  484. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +10 -10
  485. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +3 -3
  486. package/node_modules/@types/cacheable-request/node_modules/undici-types/utility.d.ts +7 -0
  487. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +44 -6
  488. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +35 -1
  489. package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
  490. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +15 -54
  491. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +90 -8
  492. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  493. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +3 -4
  494. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +2 -2
  495. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +16 -16
  496. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -17
  497. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +43 -37
  498. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
  499. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  500. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +16 -16
  501. package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +60 -85
  502. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  503. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +1 -2
  504. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +40 -35
  505. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +122 -29
  506. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +143 -287
  507. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  508. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +28 -3
  509. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +78 -8
  510. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  511. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +7 -5
  512. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +39 -7
  513. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +102 -27
  514. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +17 -14
  515. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +8 -7
  516. package/node_modules/@types/keyv/node_modules/@types/node/package.json +18 -3
  517. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  518. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +10 -10
  519. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +43 -11
  520. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  521. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +3 -4
  522. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -1
  523. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +19 -14
  524. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +14 -16
  525. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
  526. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +217 -14
  527. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +3 -3
  528. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +13 -18
  529. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  530. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +107 -21
  531. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +1 -1
  532. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  533. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +36 -49
  534. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +6 -6
  535. package/node_modules/@types/keyv/node_modules/@types/node/{compatibility → ts5.1/compatibility}/disposable.d.ts +0 -4
  536. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  537. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  538. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  539. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  540. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  541. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  542. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  543. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  544. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +61 -19
  545. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +234 -381
  546. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +110 -32
  547. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +73 -13
  548. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  549. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +55 -26
  550. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +170 -41
  551. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +7 -7
  552. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +24 -24
  553. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +11 -11
  554. package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  555. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +12 -13
  556. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +2 -0
  557. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  558. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +117 -92
  559. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  560. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +69 -47
  561. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +17 -16
  562. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +7 -7
  563. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  564. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +5 -5
  565. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +75 -0
  566. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +7 -7
  567. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +157 -1
  568. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +51 -47
  569. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +25 -8
  570. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +33 -18
  571. package/node_modules/@types/keyv/node_modules/undici-types/mock-call-history.d.ts +111 -0
  572. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +4 -4
  573. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +3 -3
  574. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  575. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +4 -4
  576. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  577. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +0 -4
  578. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +8 -8
  579. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +12 -12
  580. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +4 -4
  581. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +18 -15
  582. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +1 -1
  583. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +10 -10
  584. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +3 -3
  585. package/node_modules/@types/keyv/node_modules/undici-types/utility.d.ts +7 -0
  586. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +44 -6
  587. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +35 -1
  588. package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
  589. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +15 -54
  590. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +90 -8
  591. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +3 -0
  592. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +3 -4
  593. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +2 -2
  594. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +16 -16
  595. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -17
  596. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +43 -37
  597. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
  598. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +38 -14
  599. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +16 -16
  600. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +60 -85
  601. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  602. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +1 -2
  603. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +40 -35
  604. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +122 -29
  605. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +143 -287
  606. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +1 -0
  607. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +28 -3
  608. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +78 -8
  609. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  610. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +7 -5
  611. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +39 -7
  612. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +102 -27
  613. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +17 -14
  614. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +8 -7
  615. package/node_modules/@types/responselike/node_modules/@types/node/package.json +18 -3
  616. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  617. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +10 -10
  618. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +43 -11
  619. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  620. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +3 -4
  621. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -1
  622. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +19 -14
  623. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +14 -16
  624. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
  625. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +217 -14
  626. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +3 -3
  627. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +13 -18
  628. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  629. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +107 -21
  630. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +1 -1
  631. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  632. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +36 -49
  633. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +6 -6
  634. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
  635. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/index.d.ts +98 -0
  636. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +3 -0
  637. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  638. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +1 -0
  639. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +9 -5
  640. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  641. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +96 -0
  642. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  643. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +61 -19
  644. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +234 -381
  645. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +110 -32
  646. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +73 -13
  647. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  648. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +55 -26
  649. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +170 -41
  650. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +7 -7
  651. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +24 -24
  652. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +11 -11
  653. package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  654. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +12 -13
  655. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +2 -0
  656. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +10 -10
  657. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +117 -92
  658. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -2
  659. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +69 -47
  660. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +17 -16
  661. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +7 -7
  662. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +4 -4
  663. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +5 -5
  664. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +75 -0
  665. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +7 -7
  666. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +157 -1
  667. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +51 -47
  668. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +25 -8
  669. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +33 -18
  670. package/node_modules/@types/responselike/node_modules/undici-types/mock-call-history.d.ts +111 -0
  671. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +4 -4
  672. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +3 -3
  673. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +19 -19
  674. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +4 -4
  675. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  676. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +0 -4
  677. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +8 -8
  678. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +12 -12
  679. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +4 -4
  680. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +18 -15
  681. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +1 -1
  682. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +10 -10
  683. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +3 -3
  684. package/node_modules/@types/responselike/node_modules/undici-types/utility.d.ts +7 -0
  685. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +44 -6
  686. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +35 -1
  687. package/node_modules/axios/CHANGELOG.md +51 -0
  688. package/node_modules/axios/README.md +24 -21
  689. package/node_modules/axios/dist/axios.js +36 -17
  690. package/node_modules/axios/dist/axios.js.map +1 -1
  691. package/node_modules/axios/dist/axios.min.js +2 -2
  692. package/node_modules/axios/dist/axios.min.js.map +1 -1
  693. package/node_modules/axios/dist/browser/axios.cjs +36 -14
  694. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  695. package/node_modules/axios/dist/esm/axios.js +36 -14
  696. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  697. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  698. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  699. package/node_modules/axios/dist/node/axios.cjs +37 -15
  700. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  701. package/node_modules/axios/index.d.cts +3 -3
  702. package/node_modules/axios/index.d.ts +5 -3
  703. package/node_modules/axios/lib/adapters/fetch.js +2 -2
  704. package/node_modules/axios/lib/core/Axios.js +1 -1
  705. package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
  706. package/node_modules/axios/lib/env/data.js +1 -1
  707. package/node_modules/axios/lib/helpers/formDataToStream.js +1 -1
  708. package/node_modules/axios/lib/helpers/toFormData.js +4 -0
  709. package/node_modules/axios/lib/utils.js +12 -6
  710. package/node_modules/axios/package.json +13 -4
  711. package/node_modules/brace-expansion/index.js +1 -1
  712. package/node_modules/brace-expansion/package.json +4 -1
  713. package/node_modules/end-of-stream/index.js +3 -1
  714. package/node_modules/end-of-stream/package.json +1 -1
  715. package/node_modules/form-data/README.md.bak +355 -0
  716. package/node_modules/form-data/Readme.md +34 -37
  717. package/node_modules/form-data/lib/browser.js +3 -1
  718. package/node_modules/form-data/lib/form_data.js +124 -129
  719. package/node_modules/form-data/lib/populate.js +5 -5
  720. package/node_modules/form-data/package.json +7 -15
  721. package/node_modules/http-cache-semantics/README.md +116 -51
  722. package/node_modules/http-cache-semantics/index.js +300 -46
  723. package/node_modules/http-cache-semantics/package.json +8 -4
  724. package/node_modules/parse5/dist/cjs/parser/formatting-element-list.js +4 -4
  725. package/node_modules/parse5/dist/cjs/parser/index.d.ts +1 -1
  726. package/node_modules/parse5/dist/cjs/parser/index.js +13 -8
  727. package/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts +2 -2
  728. package/node_modules/parse5/dist/cjs/parser/open-element-stack.js +11 -7
  729. package/node_modules/parse5/dist/cjs/serializer/index.js +3 -3
  730. package/node_modules/parse5/dist/cjs/tokenizer/index.d.ts +1 -1
  731. package/node_modules/parse5/dist/cjs/tokenizer/index.js +3 -3
  732. package/node_modules/parse5/dist/parser/formatting-element-list.js +4 -4
  733. package/node_modules/parse5/dist/parser/index.d.ts +1 -1
  734. package/node_modules/parse5/dist/parser/index.js +13 -8
  735. package/node_modules/parse5/dist/parser/open-element-stack.d.ts +2 -2
  736. package/node_modules/parse5/dist/parser/open-element-stack.js +11 -7
  737. package/node_modules/parse5/dist/serializer/index.js +1 -1
  738. package/node_modules/parse5/dist/tokenizer/index.d.ts +1 -1
  739. package/node_modules/parse5/dist/tokenizer/index.js +1 -1
  740. package/node_modules/parse5/node_modules/entities/LICENSE +11 -0
  741. package/node_modules/parse5/node_modules/entities/decode.d.ts +1 -0
  742. package/node_modules/parse5/node_modules/entities/decode.js +3 -0
  743. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.d.ts +19 -0
  744. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +1 -0
  745. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
  746. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.js.map +1 -0
  747. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.d.ts +209 -0
  748. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.d.ts.map +1 -0
  749. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.js +511 -0
  750. package/node_modules/parse5/node_modules/entities/dist/commonjs/decode.js.map +1 -0
  751. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.d.ts +22 -0
  752. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.d.ts.map +1 -0
  753. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js +73 -0
  754. package/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js.map +1 -0
  755. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.d.ts +43 -0
  756. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.d.ts.map +1 -0
  757. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js +121 -0
  758. package/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js.map +1 -0
  759. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts +2 -0
  760. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +1 -0
  761. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.js +10 -0
  762. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.js.map +1 -0
  763. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts +2 -0
  764. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +1 -0
  765. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +10 -0
  766. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.js.map +1 -0
  767. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.d.ts +8 -0
  768. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +1 -0
  769. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.js +13 -0
  770. package/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.js.map +1 -0
  771. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.d.ts +96 -0
  772. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.d.ts.map +1 -0
  773. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.js +131 -0
  774. package/node_modules/parse5/node_modules/entities/dist/commonjs/index.js.map +1 -0
  775. package/node_modules/parse5/node_modules/entities/dist/commonjs/package.json +3 -0
  776. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.d.ts +19 -0
  777. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +1 -0
  778. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js +72 -0
  779. package/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js.map +1 -0
  780. package/node_modules/parse5/node_modules/entities/dist/esm/decode.d.ts +209 -0
  781. package/node_modules/parse5/node_modules/entities/dist/esm/decode.d.ts.map +1 -0
  782. package/node_modules/parse5/node_modules/entities/dist/esm/decode.js +497 -0
  783. package/node_modules/parse5/node_modules/entities/dist/esm/decode.js.map +1 -0
  784. package/node_modules/parse5/node_modules/entities/dist/esm/encode.d.ts +22 -0
  785. package/node_modules/parse5/node_modules/entities/dist/esm/encode.d.ts.map +1 -0
  786. package/node_modules/parse5/node_modules/entities/dist/esm/encode.js +69 -0
  787. package/node_modules/parse5/node_modules/entities/dist/esm/encode.js.map +1 -0
  788. package/node_modules/parse5/node_modules/entities/dist/esm/escape.d.ts +43 -0
  789. package/node_modules/parse5/node_modules/entities/dist/esm/escape.d.ts.map +1 -0
  790. package/node_modules/parse5/node_modules/entities/dist/esm/escape.js +117 -0
  791. package/node_modules/parse5/node_modules/entities/dist/esm/escape.js.map +1 -0
  792. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.d.ts +2 -0
  793. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +1 -0
  794. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js +7 -0
  795. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js.map +1 -0
  796. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts +2 -0
  797. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +1 -0
  798. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.js +7 -0
  799. package/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.js.map +1 -0
  800. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.d.ts +8 -0
  801. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +1 -0
  802. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.js +10 -0
  803. package/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.js.map +1 -0
  804. package/node_modules/parse5/node_modules/entities/dist/esm/index.d.ts +96 -0
  805. package/node_modules/parse5/node_modules/entities/dist/esm/index.d.ts.map +1 -0
  806. package/node_modules/parse5/node_modules/entities/dist/esm/index.js +107 -0
  807. package/node_modules/parse5/node_modules/entities/dist/esm/index.js.map +1 -0
  808. package/node_modules/parse5/node_modules/entities/dist/esm/package.json +3 -0
  809. package/node_modules/parse5/node_modules/entities/escape.d.ts +1 -0
  810. package/node_modules/parse5/node_modules/entities/escape.js +3 -0
  811. package/node_modules/parse5/node_modules/entities/package.json +118 -0
  812. package/node_modules/parse5/node_modules/entities/readme.md +122 -0
  813. package/node_modules/parse5/node_modules/entities/src/decode-codepoint.ts +81 -0
  814. package/node_modules/parse5/node_modules/entities/src/decode.spec.ts +320 -0
  815. package/node_modules/parse5/node_modules/entities/src/decode.ts +620 -0
  816. package/node_modules/parse5/node_modules/entities/src/encode.spec.ts +78 -0
  817. package/node_modules/parse5/node_modules/entities/src/encode.ts +77 -0
  818. package/node_modules/parse5/node_modules/entities/src/escape.spec.ts +14 -0
  819. package/node_modules/parse5/node_modules/entities/src/escape.ts +148 -0
  820. package/node_modules/parse5/node_modules/entities/src/generated/.eslintrc.json +10 -0
  821. package/node_modules/parse5/node_modules/entities/src/generated/decode-data-html.ts +8 -0
  822. package/node_modules/parse5/node_modules/entities/src/generated/decode-data-xml.ts +8 -0
  823. package/node_modules/parse5/node_modules/entities/src/generated/encode-html.ts +17 -0
  824. package/node_modules/parse5/node_modules/entities/src/index.spec.ts +125 -0
  825. package/node_modules/parse5/node_modules/entities/src/index.ts +188 -0
  826. package/node_modules/parse5/package.json +3 -3
  827. package/node_modules/pump/index.js +1 -1
  828. package/node_modules/pump/package.json +1 -1
  829. package/node_modules/semver/bin/semver.js +2 -0
  830. package/node_modules/semver/classes/comparator.js +2 -0
  831. package/node_modules/semver/classes/index.js +2 -0
  832. package/node_modules/semver/classes/range.js +2 -0
  833. package/node_modules/semver/classes/semver.js +4 -3
  834. package/node_modules/semver/functions/clean.js +2 -0
  835. package/node_modules/semver/functions/cmp.js +2 -0
  836. package/node_modules/semver/functions/coerce.js +2 -0
  837. package/node_modules/semver/functions/compare-build.js +2 -0
  838. package/node_modules/semver/functions/compare-loose.js +2 -0
  839. package/node_modules/semver/functions/compare.js +2 -0
  840. package/node_modules/semver/functions/diff.js +2 -0
  841. package/node_modules/semver/functions/eq.js +2 -0
  842. package/node_modules/semver/functions/gt.js +2 -0
  843. package/node_modules/semver/functions/gte.js +2 -0
  844. package/node_modules/semver/functions/inc.js +2 -0
  845. package/node_modules/semver/functions/lt.js +2 -0
  846. package/node_modules/semver/functions/lte.js +2 -0
  847. package/node_modules/semver/functions/major.js +2 -0
  848. package/node_modules/semver/functions/minor.js +2 -0
  849. package/node_modules/semver/functions/neq.js +2 -0
  850. package/node_modules/semver/functions/parse.js +2 -0
  851. package/node_modules/semver/functions/patch.js +2 -0
  852. package/node_modules/semver/functions/prerelease.js +2 -0
  853. package/node_modules/semver/functions/rcompare.js +2 -0
  854. package/node_modules/semver/functions/rsort.js +2 -0
  855. package/node_modules/semver/functions/satisfies.js +2 -0
  856. package/node_modules/semver/functions/sort.js +2 -0
  857. package/node_modules/semver/functions/valid.js +2 -0
  858. package/node_modules/semver/index.js +2 -0
  859. package/node_modules/semver/internal/constants.js +2 -0
  860. package/node_modules/semver/internal/debug.js +2 -0
  861. package/node_modules/semver/internal/identifiers.js +2 -0
  862. package/node_modules/semver/internal/lrucache.js +2 -0
  863. package/node_modules/semver/internal/parse-options.js +2 -0
  864. package/node_modules/semver/internal/re.js +8 -4
  865. package/node_modules/semver/package.json +3 -3
  866. package/node_modules/semver/preload.js +2 -0
  867. package/node_modules/semver/ranges/gtr.js +2 -0
  868. package/node_modules/semver/ranges/intersects.js +2 -0
  869. package/node_modules/semver/ranges/ltr.js +2 -0
  870. package/node_modules/semver/ranges/max-satisfying.js +2 -0
  871. package/node_modules/semver/ranges/min-satisfying.js +2 -0
  872. package/node_modules/semver/ranges/min-version.js +2 -0
  873. package/node_modules/semver/ranges/outside.js +2 -0
  874. package/node_modules/semver/ranges/simplify.js +2 -0
  875. package/node_modules/semver/ranges/subset.js +2 -0
  876. package/node_modules/semver/ranges/to-comparators.js +2 -0
  877. package/node_modules/semver/ranges/valid.js +2 -0
  878. package/package.json +20 -20
  879. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/index.d.ts +0 -9
  880. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  881. package/node_modules/@slack/logger/node_modules/undici-types/file.d.ts +0 -39
  882. package/node_modules/@slack/logger/node_modules/undici-types/filereader.d.ts +0 -54
  883. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/index.d.ts +0 -9
  884. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  885. package/node_modules/@slack/web-api/node_modules/undici-types/file.d.ts +0 -39
  886. package/node_modules/@slack/web-api/node_modules/undici-types/filereader.d.ts +0 -54
  887. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/index.d.ts +0 -9
  888. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  889. package/node_modules/@types/cacheable-request/node_modules/undici-types/file.d.ts +0 -39
  890. package/node_modules/@types/cacheable-request/node_modules/undici-types/filereader.d.ts +0 -54
  891. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/index.d.ts +0 -9
  892. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  893. package/node_modules/@types/keyv/node_modules/undici-types/file.d.ts +0 -39
  894. package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +0 -54
  895. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  896. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/index.d.ts +0 -9
  897. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  898. package/node_modules/@types/responselike/node_modules/undici-types/file.d.ts +0 -39
  899. package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +0 -54
  900. package/node_modules/regenerator-runtime/LICENSE +0 -21
  901. package/node_modules/regenerator-runtime/README.md +0 -31
  902. package/node_modules/regenerator-runtime/package.json +0 -19
  903. package/node_modules/regenerator-runtime/path.js +0 -11
  904. package/node_modules/regenerator-runtime/runtime.js +0 -761
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,YAAY,EAAE,MAAM,aAAa,CAAC;AASlE,wCAAwC;AACxC,oBAAY,WAAW;IACnB,iCAAiC;IACjC,GAAG,IAAI;IACP,mEAAmE;IACnE,IAAI,IAAI;CACX;AAED,oBAAY,YAAY;IACpB;;;OAGG;IACH,IAAI,IAAA;IACJ;;;;OAIG;IACH,KAAK,IAAA;IACL;;;OAGG;IACH,SAAS,IAAA;IACT;;;OAGG;IACH,SAAS,IAAA;IACT;;;OAGG;IACH,IAAI,IAAA;CACP;AAED,MAAM,WAAW,eAAe;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB;;;;;;;;;;OAUG;IACH,IAAI,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CACnC;AAED;;;;;GAKG;AACH,wBAAgB,MAAM,CAClB,KAAK,EAAE,MAAM,EACb,OAAO,GAAE,eAAe,GAAG,WAA6B,GACzD,MAAM,CASR;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CACxB,KAAK,EAAE,MAAM,EACb,OAAO,GAAE,eAAe,GAAG,WAA6B,GACzD,MAAM,CAMR;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;;OAGG;IACH,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,YAAY,CAAC;CACvB;AAED;;;;;GAKG;AACH,wBAAgB,MAAM,CAClB,KAAK,EAAE,MAAM,EACb,OAAO,GAAE,eAAe,GAAG,WAA6B,GACzD,MAAM,CA2BR;AAED,OAAO,EACH,SAAS,EACT,MAAM,EACN,UAAU,EACV,eAAe,EACf,UAAU,GACb,MAAM,aAAa,CAAC;AAErB,OAAO,EACH,UAAU,EACV,kBAAkB,EAElB,UAAU,IAAI,WAAW,EACzB,UAAU,IAAI,WAAW,GAC5B,MAAM,aAAa,CAAC;AAErB,OAAO,EACH,aAAa,EACb,YAAY,EACZ,SAAS,EACT,UAAU,EACV,gBAAgB,EAChB,mBAAmB,EAEnB,UAAU,IAAI,WAAW,EACzB,UAAU,IAAI,WAAW,EACzB,gBAAgB,IAAI,iBAAiB,EACrC,gBAAgB,IAAI,iBAAiB,EACrC,SAAS,IAAI,eAAe,GAC/B,MAAM,aAAa,CAAC"}
@@ -0,0 +1,107 @@
1
+ import { decodeXML, decodeHTML, DecodingMode } from "./decode.js";
2
+ import { encodeHTML, encodeNonAsciiHTML } from "./encode.js";
3
+ import { encodeXML, escapeUTF8, escapeAttribute, escapeText, } from "./escape.js";
4
+ /** The level of entities to support. */
5
+ export var EntityLevel;
6
+ (function (EntityLevel) {
7
+ /** Support only XML entities. */
8
+ EntityLevel[EntityLevel["XML"] = 0] = "XML";
9
+ /** Support HTML entities, which are a superset of XML entities. */
10
+ EntityLevel[EntityLevel["HTML"] = 1] = "HTML";
11
+ })(EntityLevel || (EntityLevel = {}));
12
+ export var EncodingMode;
13
+ (function (EncodingMode) {
14
+ /**
15
+ * The output is UTF-8 encoded. Only characters that need escaping within
16
+ * XML will be escaped.
17
+ */
18
+ EncodingMode[EncodingMode["UTF8"] = 0] = "UTF8";
19
+ /**
20
+ * The output consists only of ASCII characters. Characters that need
21
+ * escaping within HTML, and characters that aren't ASCII characters will
22
+ * be escaped.
23
+ */
24
+ EncodingMode[EncodingMode["ASCII"] = 1] = "ASCII";
25
+ /**
26
+ * Encode all characters that have an equivalent entity, as well as all
27
+ * characters that are not ASCII characters.
28
+ */
29
+ EncodingMode[EncodingMode["Extensive"] = 2] = "Extensive";
30
+ /**
31
+ * Encode all characters that have to be escaped in HTML attributes,
32
+ * following {@link https://html.spec.whatwg.org/multipage/parsing.html#escapingString}.
33
+ */
34
+ EncodingMode[EncodingMode["Attribute"] = 3] = "Attribute";
35
+ /**
36
+ * Encode all characters that have to be escaped in HTML text,
37
+ * following {@link https://html.spec.whatwg.org/multipage/parsing.html#escapingString}.
38
+ */
39
+ EncodingMode[EncodingMode["Text"] = 4] = "Text";
40
+ })(EncodingMode || (EncodingMode = {}));
41
+ /**
42
+ * Decodes a string with entities.
43
+ *
44
+ * @param input String to decode.
45
+ * @param options Decoding options.
46
+ */
47
+ export function decode(input, options = EntityLevel.XML) {
48
+ const level = typeof options === "number" ? options : options.level;
49
+ if (level === EntityLevel.HTML) {
50
+ const mode = typeof options === "object" ? options.mode : undefined;
51
+ return decodeHTML(input, mode);
52
+ }
53
+ return decodeXML(input);
54
+ }
55
+ /**
56
+ * Decodes a string with entities. Does not allow missing trailing semicolons for entities.
57
+ *
58
+ * @param input String to decode.
59
+ * @param options Decoding options.
60
+ * @deprecated Use `decode` with the `mode` set to `Strict`.
61
+ */
62
+ export function decodeStrict(input, options = EntityLevel.XML) {
63
+ var _a;
64
+ const normalizedOptions = typeof options === "number" ? { level: options } : options;
65
+ (_a = normalizedOptions.mode) !== null && _a !== void 0 ? _a : (normalizedOptions.mode = DecodingMode.Strict);
66
+ return decode(input, normalizedOptions);
67
+ }
68
+ /**
69
+ * Encodes a string with entities.
70
+ *
71
+ * @param input String to encode.
72
+ * @param options Encoding options.
73
+ */
74
+ export function encode(input, options = EntityLevel.XML) {
75
+ const { mode = EncodingMode.Extensive, level = EntityLevel.XML } = typeof options === "number" ? { level: options } : options;
76
+ switch (mode) {
77
+ case EncodingMode.UTF8: {
78
+ return escapeUTF8(input);
79
+ }
80
+ case EncodingMode.Attribute: {
81
+ return escapeAttribute(input);
82
+ }
83
+ case EncodingMode.Text: {
84
+ return escapeText(input);
85
+ }
86
+ case EncodingMode.ASCII: {
87
+ return level === EntityLevel.HTML
88
+ ? encodeNonAsciiHTML(input)
89
+ : encodeXML(input);
90
+ }
91
+ // eslint-disable-next-line unicorn/no-useless-switch-case
92
+ case EncodingMode.Extensive:
93
+ default: {
94
+ return level === EntityLevel.HTML
95
+ ? encodeHTML(input)
96
+ : encodeXML(input);
97
+ }
98
+ }
99
+ }
100
+ export { encodeXML, escape, escapeUTF8, escapeAttribute, escapeText, } from "./escape.js";
101
+ export { encodeHTML, encodeNonAsciiHTML,
102
+ // Legacy aliases (deprecated)
103
+ encodeHTML as encodeHTML4, encodeHTML as encodeHTML5, } from "./encode.js";
104
+ export { EntityDecoder, DecodingMode, decodeXML, decodeHTML, decodeHTMLStrict, decodeHTMLAttribute,
105
+ // Legacy aliases (deprecated)
106
+ decodeHTML as decodeHTML4, decodeHTML as decodeHTML5, decodeHTMLStrict as decodeHTML4Strict, decodeHTMLStrict as decodeHTML5Strict, decodeXML as decodeXMLStrict, } from "./decode.js";
107
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EACH,SAAS,EACT,UAAU,EACV,eAAe,EACf,UAAU,GACb,MAAM,aAAa,CAAC;AAErB,wCAAwC;AACxC,MAAM,CAAN,IAAY,WAKX;AALD,WAAY,WAAW;IACnB,iCAAiC;IACjC,2CAAO,CAAA;IACP,mEAAmE;IACnE,6CAAQ,CAAA;AACZ,CAAC,EALW,WAAW,KAAX,WAAW,QAKtB;AAED,MAAM,CAAN,IAAY,YA2BX;AA3BD,WAAY,YAAY;IACpB;;;OAGG;IACH,+CAAI,CAAA;IACJ;;;;OAIG;IACH,iDAAK,CAAA;IACL;;;OAGG;IACH,yDAAS,CAAA;IACT;;;OAGG;IACH,yDAAS,CAAA;IACT;;;OAGG;IACH,+CAAI,CAAA;AACR,CAAC,EA3BW,YAAY,KAAZ,YAAY,QA2BvB;AAsBD;;;;;GAKG;AACH,MAAM,UAAU,MAAM,CAClB,KAAa,EACb,UAAyC,WAAW,CAAC,GAAG;IAExD,MAAM,KAAK,GAAG,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;IAEpE,IAAI,KAAK,KAAK,WAAW,CAAC,IAAI,EAAE,CAAC;QAC7B,MAAM,IAAI,GAAG,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;QACpE,OAAO,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,CAAC;IACnC,CAAC;IAED,OAAO,SAAS,CAAC,KAAK,CAAC,CAAC;AAC5B,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,YAAY,CACxB,KAAa,EACb,UAAyC,WAAW,CAAC,GAAG;;IAExD,MAAM,iBAAiB,GACnB,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;IAC/D,MAAA,iBAAiB,CAAC,IAAI,oCAAtB,iBAAiB,CAAC,IAAI,GAAK,YAAY,CAAC,MAAM,EAAC;IAE/C,OAAO,MAAM,CAAC,KAAK,EAAE,iBAAiB,CAAC,CAAC;AAC5C,CAAC;AAkBD;;;;;GAKG;AACH,MAAM,UAAU,MAAM,CAClB,KAAa,EACb,UAAyC,WAAW,CAAC,GAAG;IAExD,MAAM,EAAE,IAAI,GAAG,YAAY,CAAC,SAAS,EAAE,KAAK,GAAG,WAAW,CAAC,GAAG,EAAE,GAC5D,OAAO,OAAO,KAAK,QAAQ,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC;IAE/D,QAAQ,IAAI,EAAE,CAAC;QACX,KAAK,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC;YACrB,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC;QAC7B,CAAC;QACD,KAAK,YAAY,CAAC,SAAS,CAAC,CAAC,CAAC;YAC1B,OAAO,eAAe,CAAC,KAAK,CAAC,CAAC;QAClC,CAAC;QACD,KAAK,YAAY,CAAC,IAAI,CAAC,CAAC,CAAC;YACrB,OAAO,UAAU,CAAC,KAAK,CAAC,CAAC;QAC7B,CAAC;QACD,KAAK,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;YACtB,OAAO,KAAK,KAAK,WAAW,CAAC,IAAI;gBAC7B,CAAC,CAAC,kBAAkB,CAAC,KAAK,CAAC;gBAC3B,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QAC3B,CAAC;QACD,0DAA0D;QAC1D,KAAK,YAAY,CAAC,SAAS,CAAC;QAC5B,OAAO,CAAC,CAAC,CAAC;YACN,OAAO,KAAK,KAAK,WAAW,CAAC,IAAI;gBAC7B,CAAC,CAAC,UAAU,CAAC,KAAK,CAAC;gBACnB,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;QAC3B,CAAC;IACL,CAAC;AACL,CAAC;AAED,OAAO,EACH,SAAS,EACT,MAAM,EACN,UAAU,EACV,eAAe,EACf,UAAU,GACb,MAAM,aAAa,CAAC;AAErB,OAAO,EACH,UAAU,EACV,kBAAkB;AAClB,8BAA8B;AAC9B,UAAU,IAAI,WAAW,EACzB,UAAU,IAAI,WAAW,GAC5B,MAAM,aAAa,CAAC;AAErB,OAAO,EACH,aAAa,EACb,YAAY,EACZ,SAAS,EACT,UAAU,EACV,gBAAgB,EAChB,mBAAmB;AACnB,8BAA8B;AAC9B,UAAU,IAAI,WAAW,EACzB,UAAU,IAAI,WAAW,EACzB,gBAAgB,IAAI,iBAAiB,EACrC,gBAAgB,IAAI,iBAAiB,EACrC,SAAS,IAAI,eAAe,GAC/B,MAAM,aAAa,CAAC"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
@@ -0,0 +1 @@
1
+ export * from "./dist/commonjs/escape.js";
@@ -0,0 +1,3 @@
1
+ // Make exports work in Node < 12
2
+ // eslint-disable-next-line no-undef, unicorn/prefer-module
3
+ module.exports = require("./dist/commonjs/escape.js");
@@ -0,0 +1,118 @@
1
+ {
2
+ "name": "entities",
3
+ "version": "6.0.1",
4
+ "description": "Encode & decode XML and HTML entities with ease & speed",
5
+ "keywords": [
6
+ "html entities",
7
+ "entity decoder",
8
+ "entity encoding",
9
+ "html decoding",
10
+ "html encoding",
11
+ "xml decoding",
12
+ "xml encoding"
13
+ ],
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git://github.com/fb55/entities.git"
17
+ },
18
+ "funding": "https://github.com/fb55/entities?sponsor=1",
19
+ "license": "BSD-2-Clause",
20
+ "author": "Felix Boehm <me@feedic.com>",
21
+ "sideEffects": false,
22
+ "type": "module",
23
+ "exports": {
24
+ ".": {
25
+ "import": {
26
+ "types": "./dist/esm/index.d.ts",
27
+ "default": "./dist/esm/index.js"
28
+ },
29
+ "require": {
30
+ "types": "./dist/commonjs/index.d.ts",
31
+ "default": "./dist/commonjs/index.js"
32
+ }
33
+ },
34
+ "./decode": {
35
+ "import": {
36
+ "types": "./dist/esm/decode.d.ts",
37
+ "default": "./dist/esm/decode.js"
38
+ },
39
+ "require": {
40
+ "types": "./dist/commonjs/decode.d.ts",
41
+ "default": "./dist/commonjs/decode.js"
42
+ }
43
+ },
44
+ "./escape": {
45
+ "import": {
46
+ "types": "./dist/esm/escape.d.ts",
47
+ "default": "./dist/esm/escape.js"
48
+ },
49
+ "require": {
50
+ "types": "./dist/commonjs/escape.d.ts",
51
+ "default": "./dist/commonjs/escape.js"
52
+ }
53
+ }
54
+ },
55
+ "main": "./dist/commonjs/index.js",
56
+ "module": "./dist/esm/index.js",
57
+ "types": "./dist/commonjs/index.d.ts",
58
+ "files": [
59
+ "decode.js",
60
+ "decode.d.ts",
61
+ "escape.js",
62
+ "escape.d.ts",
63
+ "dist",
64
+ "src"
65
+ ],
66
+ "scripts": {
67
+ "build:docs": "typedoc --hideGenerator src/index.ts",
68
+ "build:encode-trie": "node --import=tsx scripts/write-encode-map.ts",
69
+ "build:trie": "node --import=tsx scripts/write-decode-map.ts",
70
+ "format": "npm run format:es && npm run format:prettier",
71
+ "format:es": "npm run lint:es -- --fix",
72
+ "format:prettier": "npm run prettier -- --write",
73
+ "lint": "npm run lint:es && npm run lint:ts && npm run lint:prettier",
74
+ "lint:es": "eslint . --ignore-path .gitignore",
75
+ "lint:prettier": "npm run prettier -- --check",
76
+ "lint:ts": "tsc --noEmit",
77
+ "prepublishOnly": "tshy",
78
+ "prettier": "prettier '**/*.{ts,md,json,yml}'",
79
+ "test": "npm run test:vi && npm run lint",
80
+ "test:vi": "vitest run"
81
+ },
82
+ "prettier": {
83
+ "proseWrap": "always",
84
+ "tabWidth": 4
85
+ },
86
+ "devDependencies": {
87
+ "@types/node": "^22.15.30",
88
+ "@typescript-eslint/eslint-plugin": "^8.33.1",
89
+ "@typescript-eslint/parser": "^8.33.1",
90
+ "@vitest/coverage-v8": "^2.1.8",
91
+ "eslint": "^8.57.1",
92
+ "eslint-config-prettier": "^10.1.5",
93
+ "eslint-plugin-n": "^17.19.0",
94
+ "eslint-plugin-unicorn": "^56.0.1",
95
+ "prettier": "^3.5.3",
96
+ "tshy": "^3.0.2",
97
+ "tsx": "^4.19.4",
98
+ "typedoc": "^0.28.5",
99
+ "typescript": "^5.8.3",
100
+ "vitest": "^2.0.2"
101
+ },
102
+ "engines": {
103
+ "node": ">=0.12"
104
+ },
105
+ "tshy": {
106
+ "exclude": [
107
+ "**/*.spec.ts",
108
+ "**/__fixtures__/*",
109
+ "**/__tests__/*",
110
+ "**/__snapshots__/*"
111
+ ],
112
+ "exports": {
113
+ ".": "./src/index.ts",
114
+ "./decode": "./src/decode.ts",
115
+ "./escape": "./src/escape.ts"
116
+ }
117
+ }
118
+ }
@@ -0,0 +1,122 @@
1
+ # entities [![NPM version](https://img.shields.io/npm/v/entities.svg)](https://npmjs.org/package/entities) [![Downloads](https://img.shields.io/npm/dm/entities.svg)](https://npmjs.org/package/entities) [![Node.js CI](https://github.com/fb55/entities/actions/workflows/nodejs-test.yml/badge.svg)](https://github.com/fb55/entities/actions/workflows/nodejs-test.yml)
2
+
3
+ Encode & decode HTML & XML entities with ease & speed.
4
+
5
+ ## Features
6
+
7
+ - 😇 Tried and true: `entities` is used by many popular libraries; eg.
8
+ [`htmlparser2`](https://github.com/fb55/htmlparser2), the official
9
+ [AWS SDK](https://github.com/aws/aws-sdk-js-v3) and
10
+ [`commonmark`](https://github.com/commonmark/commonmark.js) use it to process
11
+ HTML entities.
12
+ - ⚡️ Fast: `entities` is the fastest library for decoding HTML entities (as of
13
+ April 2022); see [performance](#performance).
14
+ - 🎛 Configurable: Get an output tailored for your needs. You are fine with
15
+ UTF8? That'll save you some bytes. Prefer to only have ASCII characters? We
16
+ can do that as well!
17
+
18
+ ## How to…
19
+
20
+ ### …install `entities`
21
+
22
+ npm install entities
23
+
24
+ ### …use `entities`
25
+
26
+ ```javascript
27
+ const entities = require("entities");
28
+
29
+ // Encoding
30
+ entities.escapeUTF8("&#38; ü"); // "&amp;#38; ü"
31
+ entities.encodeXML("&#38; ü"); // "&amp;#38; &#xfc;"
32
+ entities.encodeHTML("&#38; ü"); // "&amp;&num;38&semi; &uuml;"
33
+
34
+ // Decoding
35
+ entities.decodeXML("asdf &amp; &#xFF; &#xFC; &apos;"); // "asdf & ÿ ü '"
36
+ entities.decodeHTML("asdf &amp; &yuml; &uuml; &apos;"); // "asdf & ÿ ü '"
37
+ ```
38
+
39
+ ## Performance
40
+
41
+ This is how `entities` compares to other libraries on a very basic benchmark
42
+ (see `scripts/benchmark.ts`, for 10,000,000 iterations; **lower is better**):
43
+
44
+ | Library | Version | `decode` perf | `encode` perf | `escape` perf |
45
+ | -------------- | ------- | ------------- | ------------- | ------------- |
46
+ | entities | `3.0.1` | 1.418s | 6.786s | 2.196s |
47
+ | html-entities | `2.3.2` | 2.530s | 6.829s | 2.415s |
48
+ | he | `1.2.0` | 5.800s | 24.237s | 3.624s |
49
+ | parse-entities | `3.0.0` | 9.660s | N/A | N/A |
50
+
51
+ ---
52
+
53
+ ## FAQ
54
+
55
+ > What methods should I actually use to encode my documents?
56
+
57
+ If your target supports UTF-8, the `escapeUTF8` method is going to be your best
58
+ choice. Otherwise, use either `encodeHTML` or `encodeXML` based on whether
59
+ you're dealing with an HTML or an XML document.
60
+
61
+ You can have a look at the options for the `encode` and `decode` methods to see
62
+ everything you can configure.
63
+
64
+ > When should I use strict decoding?
65
+
66
+ When strict decoding, entities not terminated with a semicolon will be ignored.
67
+ This is helpful for decoding entities in legacy environments.
68
+
69
+ > Why should I use `entities` instead of alternative modules?
70
+
71
+ As of April 2022, `entities` is a bit faster than other modules. Still, this is
72
+ not a very differentiated space and other modules can catch up.
73
+
74
+ **More importantly**, you might already have `entities` in your dependency graph
75
+ (as a dependency of eg. `cheerio`, or `htmlparser2`), and including it directly
76
+ might not even increase your bundle size. The same is true for other entity
77
+ libraries, so have a look through your `node_modules` directory!
78
+
79
+ > Does `entities` support tree shaking?
80
+
81
+ Yes! `entities` ships as both a CommonJS and a ES module. Note that for best
82
+ results, you should not use the `encode` and `decode` functions, as they wrap
83
+ around a number of other functions, all of which will remain in the bundle.
84
+ Instead, use the functions that you need directly.
85
+
86
+ ---
87
+
88
+ ## Acknowledgements
89
+
90
+ This library wouldn't be possible without the work of these individuals. Thanks
91
+ to
92
+
93
+ - [@mathiasbynens](https://github.com/mathiasbynens) for his explanations about
94
+ character encodings, and his library `he`, which was one of the inspirations
95
+ for `entities`
96
+ - [@inikulin](https://github.com/inikulin) for his work on optimized tries for
97
+ decoding HTML entities for the `parse5` project
98
+ - [@mdevils](https://github.com/mdevils) for taking on the challenge of
99
+ producing a quick entity library with his `html-entities` library. `entities`
100
+ would be quite a bit slower if there wasn't any competition. Right now
101
+ `entities` is on top, but we'll see how long that lasts!
102
+
103
+ ---
104
+
105
+ License: BSD-2-Clause
106
+
107
+ ## Security contact information
108
+
109
+ To report a security vulnerability, please use the
110
+ [Tidelift security contact](https://tidelift.com/security). Tidelift will
111
+ coordinate the fix and disclosure.
112
+
113
+ ## `entities` for enterprise
114
+
115
+ Available as part of the Tidelift Subscription
116
+
117
+ The maintainers of `entities` and thousands of other packages are working with
118
+ Tidelift to deliver commercial support and maintenance for the open source
119
+ dependencies you use to build your applications. Save time, reduce risk, and
120
+ improve code health, while paying the maintainers of the exact dependencies you
121
+ use.
122
+ [Learn more.](https://tidelift.com/subscription/pkg/npm-entities?utm_source=npm-entities&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
@@ -0,0 +1,81 @@
1
+ // Adapted from https://github.com/mathiasbynens/he/blob/36afe179392226cf1b6ccdb16ebbb7a5a844d93a/src/he.js#L106-L134
2
+
3
+ const decodeMap = new Map([
4
+ [0, 65_533],
5
+ // C1 Unicode control character reference replacements
6
+ [128, 8364],
7
+ [130, 8218],
8
+ [131, 402],
9
+ [132, 8222],
10
+ [133, 8230],
11
+ [134, 8224],
12
+ [135, 8225],
13
+ [136, 710],
14
+ [137, 8240],
15
+ [138, 352],
16
+ [139, 8249],
17
+ [140, 338],
18
+ [142, 381],
19
+ [145, 8216],
20
+ [146, 8217],
21
+ [147, 8220],
22
+ [148, 8221],
23
+ [149, 8226],
24
+ [150, 8211],
25
+ [151, 8212],
26
+ [152, 732],
27
+ [153, 8482],
28
+ [154, 353],
29
+ [155, 8250],
30
+ [156, 339],
31
+ [158, 382],
32
+ [159, 376],
33
+ ]);
34
+
35
+ /**
36
+ * Polyfill for `String.fromCodePoint`. It is used to create a string from a Unicode code point.
37
+ */
38
+ export const fromCodePoint: (...codePoints: number[]) => string =
39
+ // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, n/no-unsupported-features/es-builtins
40
+ String.fromCodePoint ??
41
+ function (codePoint: number): string {
42
+ let output = "";
43
+
44
+ if (codePoint > 0xff_ff) {
45
+ codePoint -= 0x1_00_00;
46
+ output += String.fromCharCode(
47
+ ((codePoint >>> 10) & 0x3_ff) | 0xd8_00,
48
+ );
49
+ codePoint = 0xdc_00 | (codePoint & 0x3_ff);
50
+ }
51
+
52
+ output += String.fromCharCode(codePoint);
53
+ return output;
54
+ };
55
+
56
+ /**
57
+ * Replace the given code point with a replacement character if it is a
58
+ * surrogate or is outside the valid range. Otherwise return the code
59
+ * point unchanged.
60
+ */
61
+ export function replaceCodePoint(codePoint: number): number {
62
+ if (
63
+ (codePoint >= 0xd8_00 && codePoint <= 0xdf_ff) ||
64
+ codePoint > 0x10_ff_ff
65
+ ) {
66
+ return 0xff_fd;
67
+ }
68
+
69
+ return decodeMap.get(codePoint) ?? codePoint;
70
+ }
71
+
72
+ /**
73
+ * Replace the code point if relevant, then convert it to a string.
74
+ *
75
+ * @deprecated Use `fromCodePoint(replaceCodePoint(codePoint))` instead.
76
+ * @param codePoint The code point to decode.
77
+ * @returns The decoded code point.
78
+ */
79
+ export function decodeCodePoint(codePoint: number): string {
80
+ return fromCodePoint(replaceCodePoint(codePoint));
81
+ }