cloudstructs 0.9.38 → 0.9.39

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 (564) hide show
  1. package/.jsii +5 -5
  2. package/assets/slack-textract/detect.lambda/index.js +7345 -7191
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/mjml-template/index.js +1 -1
  8. package/lib/saml-identity-provider/index.js +2 -2
  9. package/lib/slack-app/manifest.js +1 -1
  10. package/lib/slack-app/slack-app.js +2 -2
  11. package/lib/slack-events/index.js +1 -1
  12. package/lib/slack-textract/index.js +1 -1
  13. package/lib/ssl-server-test/index.js +1 -1
  14. package/lib/state-machine-cr-provider/index.js +1 -1
  15. package/lib/static-website/index.js +1 -1
  16. package/lib/toolkit-cleaner/index.js +1 -1
  17. package/lib/url-shortener/index.js +1 -1
  18. package/node_modules/@babel/runtime/helpers/applyDecs2203.js +1 -1
  19. package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/applyDecs2301.js +1 -1
  21. package/node_modules/@babel/runtime/helpers/applyDecs2311.js +1 -1
  22. package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +1 -1
  23. package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +1 -1
  24. package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +1 -1
  25. package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +1 -1
  26. package/node_modules/@babel/runtime/package.json +1 -1
  27. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +8 -4
  28. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +1 -1
  29. package/node_modules/@isaacs/cliui/node_modules/ansi-regex/readme.md +6 -0
  30. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +12 -12
  31. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +3 -3
  32. package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +4 -4
  33. package/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +3 -1
  34. package/node_modules/@isaacs/cliui/node_modules/strip-ansi/readme.md +5 -9
  35. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  36. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +105 -2
  37. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +119 -95
  38. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +1 -1
  39. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +1 -1
  40. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +161 -17
  41. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +5 -0
  42. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +79 -33
  43. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +22 -0
  44. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +257 -0
  45. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +148 -347
  46. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +57 -8
  47. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +5 -0
  48. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +7 -2
  49. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +187 -4145
  50. package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  51. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +1 -0
  52. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +21 -0
  53. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  54. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +34 -0
  55. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2 -23
  56. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +32 -0
  57. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  58. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  59. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +14 -6
  60. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +11 -4
  61. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +73 -10
  62. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +21 -0
  63. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  64. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  65. package/node_modules/@slack/logger/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  66. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  67. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  68. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  69. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +84 -50
  70. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +6 -0
  71. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +0 -4
  72. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +0 -2
  73. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  74. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +3 -8
  75. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  76. package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +3 -3
  77. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +1 -0
  78. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -2
  79. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +1 -1
  80. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +3 -1
  81. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +2 -0
  82. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  83. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +2 -0
  84. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  85. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +9 -0
  86. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  87. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +29 -15
  88. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +3 -1
  89. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +58 -58
  90. package/node_modules/@slack/types/dist/block-kit/block-elements.js +1 -1
  91. package/node_modules/@slack/types/dist/block-kit/block-elements.js.map +1 -1
  92. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +44 -28
  93. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  94. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +19 -19
  95. package/node_modules/@slack/types/dist/block-kit/composition-objects.js +1 -1
  96. package/node_modules/@slack/types/dist/block-kit/composition-objects.js.map +1 -1
  97. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +5 -5
  98. package/node_modules/@slack/types/dist/calls.d.ts +1 -1
  99. package/node_modules/@slack/types/dist/calls.js +2 -2
  100. package/node_modules/@slack/types/dist/calls.js.map +1 -1
  101. package/node_modules/@slack/types/dist/dialog.d.ts +1 -1
  102. package/node_modules/@slack/types/dist/events/index.d.ts +1 -1
  103. package/node_modules/@slack/types/dist/message-attachments.d.ts +10 -10
  104. package/node_modules/@slack/types/dist/message-metadata.d.ts +2 -2
  105. package/node_modules/@slack/types/dist/views.d.ts +6 -6
  106. package/node_modules/@slack/types/package.json +5 -2
  107. package/node_modules/@slack/web-api/README.md +9 -9
  108. package/node_modules/@slack/web-api/dist/WebClient.d.ts +8 -8
  109. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  110. package/node_modules/@slack/web-api/dist/WebClient.js +10 -9
  111. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  112. package/node_modules/@slack/web-api/dist/file-upload.d.ts +2 -2
  113. package/node_modules/@slack/web-api/dist/file-upload.d.ts.map +1 -1
  114. package/node_modules/@slack/web-api/dist/file-upload.js +3 -2
  115. package/node_modules/@slack/web-api/dist/file-upload.js.map +1 -1
  116. package/node_modules/@slack/web-api/dist/index.d.ts +5 -5
  117. package/node_modules/@slack/web-api/dist/index.d.ts.map +1 -1
  118. package/node_modules/@slack/web-api/dist/index.js +10 -9
  119. package/node_modules/@slack/web-api/dist/index.js.map +1 -1
  120. package/node_modules/@slack/web-api/dist/instrument.js +1 -1
  121. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  122. package/node_modules/@slack/web-api/dist/logger.d.ts +1 -1
  123. package/node_modules/@slack/web-api/dist/logger.d.ts.map +1 -1
  124. package/node_modules/@slack/web-api/dist/methods.d.ts +284 -262
  125. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  126. package/node_modules/@slack/web-api/dist/methods.js +284 -262
  127. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  128. package/node_modules/@slack/web-api/dist/types/request/admin/analytics.d.ts +2 -2
  129. package/node_modules/@slack/web-api/dist/types/request/admin/conversations.d.ts +1 -1
  130. package/node_modules/@slack/web-api/dist/types/request/admin/roles.d.ts +2 -2
  131. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +1 -1
  132. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
  133. package/node_modules/@slack/web-api/dist/types/request/calls.d.ts +1 -1
  134. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +17 -10
  135. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  136. package/node_modules/@slack/web-api/dist/types/request/common.d.ts +1 -1
  137. package/node_modules/@slack/web-api/dist/types/request/files.d.ts +3 -3
  138. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +32 -32
  139. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  140. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +34 -34
  141. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  142. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts +1 -1
  143. package/node_modules/@slack/web-api/dist/types/request/oauth.d.ts.map +1 -1
  144. package/node_modules/@slack/web-api/dist/types/request/reminders.d.ts +1 -1
  145. package/node_modules/@slack/web-api/dist/types/request/rtm.d.ts +1 -1
  146. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +1 -1
  147. package/node_modules/@slack/web-api/dist/types/request/users.d.ts +3 -3
  148. package/node_modules/@slack/web-api/dist/types/request/views.d.ts +2 -2
  149. package/node_modules/@slack/web-api/dist/types/request/views.d.ts.map +1 -1
  150. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts +40 -0
  151. package/node_modules/@slack/web-api/dist/types/request/workflows.d.ts.map +1 -1
  152. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts +3 -0
  153. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.d.ts.map +1 -0
  154. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js +3 -0
  155. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedAddResponse.js.map +1 -0
  156. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts +11 -0
  157. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.d.ts.map +1 -0
  158. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js +3 -0
  159. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedListResponse.js.map +1 -0
  160. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts +3 -0
  161. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.d.ts.map +1 -0
  162. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js +3 -0
  163. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedRemoveResponse.js.map +1 -0
  164. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts +3 -0
  165. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.d.ts.map +1 -0
  166. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js +3 -0
  167. package/node_modules/@slack/web-api/dist/types/response/WorkflowsFeaturedSetResponse.js.map +1 -0
  168. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +12 -8
  169. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  170. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  171. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +105 -2
  172. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +119 -95
  173. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +1 -1
  174. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +1 -1
  175. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +161 -17
  176. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +5 -0
  177. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +79 -33
  178. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +22 -0
  179. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +257 -0
  180. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +148 -347
  181. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +57 -8
  182. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +5 -0
  183. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +7 -2
  184. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +187 -4145
  185. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  186. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +1 -0
  187. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +21 -0
  188. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  189. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +34 -0
  190. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +2 -23
  191. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +32 -0
  192. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  193. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  194. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +14 -6
  195. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +11 -4
  196. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +73 -10
  197. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +21 -0
  198. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  199. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  200. package/node_modules/@slack/web-api/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  201. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  202. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  203. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  204. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +84 -50
  205. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +6 -0
  206. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +0 -4
  207. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +0 -2
  208. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  209. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +3 -8
  210. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  211. package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +3 -3
  212. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +1 -0
  213. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -2
  214. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +1 -1
  215. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +3 -1
  216. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +2 -0
  217. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  218. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +2 -0
  219. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  220. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +9 -0
  221. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  222. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +29 -15
  223. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +3 -1
  224. package/node_modules/@slack/web-api/package.json +23 -8
  225. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  226. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +105 -2
  227. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +119 -95
  228. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1 -1
  229. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +1 -1
  230. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +161 -17
  231. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +5 -0
  232. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +79 -33
  233. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +22 -0
  234. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +257 -0
  235. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +148 -347
  236. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +57 -8
  237. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +5 -0
  238. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +7 -2
  239. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +187 -4145
  240. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  241. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +1 -0
  242. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +21 -0
  243. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  244. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +34 -0
  245. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +2 -23
  246. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +32 -0
  247. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  248. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  249. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +14 -6
  250. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +11 -4
  251. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +73 -10
  252. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +21 -0
  253. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  254. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  255. package/node_modules/@types/cacheable-request/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  256. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  257. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  258. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  259. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +84 -50
  260. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +6 -0
  261. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +0 -4
  262. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +0 -2
  263. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  264. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +3 -8
  265. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  266. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +3 -3
  267. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +1 -0
  268. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -2
  269. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +1 -1
  270. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +3 -1
  271. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +2 -0
  272. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  273. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +2 -0
  274. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  275. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +9 -0
  276. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  277. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +29 -15
  278. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +3 -1
  279. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  280. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +105 -2
  281. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +119 -95
  282. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1 -1
  283. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +1 -1
  284. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +161 -17
  285. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +5 -0
  286. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +79 -33
  287. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +22 -0
  288. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +257 -0
  289. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +148 -347
  290. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +57 -8
  291. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +5 -0
  292. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +7 -2
  293. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +187 -4145
  294. package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  295. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +1 -0
  296. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +21 -0
  297. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  298. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +34 -0
  299. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +2 -23
  300. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +32 -0
  301. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  302. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  303. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +14 -6
  304. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +11 -4
  305. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +73 -10
  306. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +21 -0
  307. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  308. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  309. package/node_modules/@types/keyv/node_modules/@types/node/{dom-events.d.ts → web-globals/events.d.ts} +49 -51
  310. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  311. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  312. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  313. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +84 -50
  314. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +6 -0
  315. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +0 -4
  316. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +0 -2
  317. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  318. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +3 -8
  319. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  320. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +3 -3
  321. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +1 -0
  322. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -2
  323. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +1 -1
  324. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +3 -1
  325. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +2 -0
  326. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  327. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +2 -0
  328. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  329. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +9 -0
  330. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  331. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +29 -15
  332. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +3 -1
  333. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  334. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +105 -2
  335. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +119 -95
  336. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1 -1
  337. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +1 -1
  338. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +161 -17
  339. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +5 -0
  340. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +79 -33
  341. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +22 -0
  342. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +257 -0
  343. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +148 -347
  344. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +57 -8
  345. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +5 -0
  346. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +7 -2
  347. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +187 -4145
  348. package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +4052 -0
  349. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +1 -0
  350. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +21 -0
  351. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  352. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +34 -0
  353. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +2 -23
  354. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +32 -0
  355. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +7 -2
  356. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +7 -2
  357. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +14 -6
  358. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +11 -4
  359. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +73 -10
  360. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +21 -0
  361. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  362. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  363. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +97 -0
  364. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  365. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  366. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  367. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +84 -50
  368. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +6 -0
  369. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +0 -4
  370. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +0 -2
  371. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +9 -0
  372. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +3 -8
  373. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +2 -1
  374. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +3 -3
  375. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +1 -0
  376. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -2
  377. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +1 -1
  378. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +3 -1
  379. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +2 -0
  380. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +2 -1
  381. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +2 -0
  382. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  383. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +9 -0
  384. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +107 -0
  385. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +29 -15
  386. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +3 -1
  387. package/node_modules/axios/CHANGELOG.md +58 -0
  388. package/node_modules/axios/README.md +87 -10
  389. package/node_modules/axios/dist/axios.js +355 -289
  390. package/node_modules/axios/dist/axios.js.map +1 -1
  391. package/node_modules/axios/dist/axios.min.js +2 -2
  392. package/node_modules/axios/dist/axios.min.js.map +1 -1
  393. package/node_modules/axios/dist/browser/axios.cjs +286 -213
  394. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  395. package/node_modules/axios/dist/esm/axios.js +286 -213
  396. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  397. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  398. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  399. package/node_modules/axios/dist/node/axios.cjs +377 -213
  400. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  401. package/node_modules/axios/index.d.cts +12 -5
  402. package/node_modules/axios/index.d.ts +13 -4
  403. package/node_modules/axios/lib/adapters/adapters.js +6 -4
  404. package/node_modules/axios/lib/adapters/fetch.js +221 -162
  405. package/node_modules/axios/lib/adapters/http.js +18 -0
  406. package/node_modules/axios/lib/adapters/xhr.js +11 -8
  407. package/node_modules/axios/lib/core/Axios.js +0 -2
  408. package/node_modules/axios/lib/core/AxiosError.js +10 -3
  409. package/node_modules/axios/lib/core/dispatchRequest.js +1 -1
  410. package/node_modules/axios/lib/defaults/index.js +1 -1
  411. package/node_modules/axios/lib/env/data.js +1 -1
  412. package/node_modules/axios/lib/helpers/buildURL.js +1 -3
  413. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +73 -0
  414. package/node_modules/axios/lib/helpers/resolveConfig.js +13 -9
  415. package/node_modules/axios/lib/utils.js +5 -3
  416. package/node_modules/axios/package.json +18 -12
  417. package/node_modules/mjml/package.json +8 -9
  418. package/node_modules/mjml-accordion/README.md +2 -1
  419. package/node_modules/mjml-accordion/lib/Accordion.js +3 -5
  420. package/node_modules/mjml-accordion/lib/AccordionElement.js +2 -3
  421. package/node_modules/mjml-accordion/lib/AccordionText.js +2 -3
  422. package/node_modules/mjml-accordion/lib/AccordionTitle.js +4 -3
  423. package/node_modules/mjml-accordion/package.json +4 -5
  424. package/node_modules/mjml-body/README.md +1 -1
  425. package/node_modules/mjml-body/lib/index.js +9 -4
  426. package/node_modules/mjml-body/package.json +4 -5
  427. package/node_modules/mjml-button/lib/index.js +2 -3
  428. package/node_modules/mjml-button/package.json +4 -5
  429. package/node_modules/mjml-carousel/lib/Carousel.js +4 -6
  430. package/node_modules/mjml-carousel/lib/CarouselImage.js +2 -3
  431. package/node_modules/mjml-carousel/package.json +4 -5
  432. package/node_modules/mjml-cli/lib/commands/watchFiles.js +4 -1
  433. package/node_modules/mjml-cli/package.json +7 -8
  434. package/node_modules/mjml-column/lib/index.js +2 -3
  435. package/node_modules/mjml-column/package.json +4 -5
  436. package/node_modules/mjml-core/lib/createComponent.js +12 -9
  437. package/node_modules/mjml-core/lib/index.js +2 -2
  438. package/node_modules/mjml-core/lib/types/boolean.js +2 -3
  439. package/node_modules/mjml-core/lib/types/color.js +2 -3
  440. package/node_modules/mjml-core/lib/types/enum.js +1 -1
  441. package/node_modules/mjml-core/lib/types/integer.js +1 -1
  442. package/node_modules/mjml-core/lib/types/string.js +1 -1
  443. package/node_modules/mjml-core/lib/types/type.js +1 -2
  444. package/node_modules/mjml-core/lib/types/unit.js +1 -1
  445. package/node_modules/mjml-core/package.json +6 -7
  446. package/node_modules/mjml-divider/lib/index.js +2 -3
  447. package/node_modules/mjml-divider/package.json +4 -5
  448. package/node_modules/mjml-group/lib/index.js +2 -3
  449. package/node_modules/mjml-group/package.json +4 -5
  450. package/node_modules/mjml-head/lib/index.js +2 -3
  451. package/node_modules/mjml-head/package.json +4 -5
  452. package/node_modules/mjml-head-attributes/lib/index.js +2 -3
  453. package/node_modules/mjml-head-attributes/package.json +4 -5
  454. package/node_modules/mjml-head-breakpoint/lib/index.js +2 -3
  455. package/node_modules/mjml-head-breakpoint/package.json +4 -5
  456. package/node_modules/mjml-head-font/lib/index.js +2 -3
  457. package/node_modules/mjml-head-font/package.json +4 -5
  458. package/node_modules/mjml-head-html-attributes/lib/index.js +2 -3
  459. package/node_modules/mjml-head-html-attributes/package.json +4 -5
  460. package/node_modules/mjml-head-preview/lib/index.js +2 -3
  461. package/node_modules/mjml-head-preview/package.json +4 -5
  462. package/node_modules/mjml-head-style/lib/index.js +2 -3
  463. package/node_modules/mjml-head-style/package.json +4 -5
  464. package/node_modules/mjml-head-title/lib/index.js +2 -3
  465. package/node_modules/mjml-head-title/package.json +4 -5
  466. package/node_modules/mjml-hero/lib/index.js +3 -5
  467. package/node_modules/mjml-hero/package.json +4 -5
  468. package/node_modules/mjml-image/lib/index.js +3 -5
  469. package/node_modules/mjml-image/package.json +4 -5
  470. package/node_modules/mjml-migrate/package.json +5 -6
  471. package/node_modules/mjml-navbar/lib/Navbar.js +3 -5
  472. package/node_modules/mjml-navbar/lib/NavbarLink.js +2 -3
  473. package/node_modules/mjml-navbar/package.json +4 -5
  474. package/node_modules/mjml-parser-xml/lib/index.js +1 -1
  475. package/node_modules/mjml-parser-xml/package.json +6 -6
  476. package/node_modules/mjml-preset-core/package.json +28 -29
  477. package/node_modules/mjml-raw/lib/index.js +2 -3
  478. package/node_modules/mjml-raw/package.json +4 -5
  479. package/node_modules/mjml-section/lib/index.js +18 -7
  480. package/node_modules/mjml-section/package.json +4 -5
  481. package/node_modules/mjml-social/README.md +1 -0
  482. package/node_modules/mjml-social/lib/Social.js +2 -3
  483. package/node_modules/mjml-social/lib/SocialElement.js +18 -9
  484. package/node_modules/mjml-social/package.json +4 -5
  485. package/node_modules/mjml-spacer/lib/index.js +2 -3
  486. package/node_modules/mjml-spacer/package.json +4 -5
  487. package/node_modules/mjml-table/README.md +1 -1
  488. package/node_modules/mjml-table/lib/index.js +6 -4
  489. package/node_modules/mjml-table/package.json +4 -5
  490. package/node_modules/mjml-text/lib/index.js +2 -3
  491. package/node_modules/mjml-text/package.json +4 -5
  492. package/node_modules/mjml-validator/package.json +3 -3
  493. package/node_modules/mjml-wrapper/lib/index.js +2 -3
  494. package/node_modules/mjml-wrapper/package.json +5 -6
  495. package/package.json +20 -20
  496. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +0 -99
  497. package/node_modules/mjml/LICENSE.md +0 -21
  498. package/node_modules/mjml-accordion/LICENSE.md +0 -21
  499. package/node_modules/mjml-body/LICENSE.md +0 -21
  500. package/node_modules/mjml-button/LICENSE.md +0 -21
  501. package/node_modules/mjml-carousel/LICENSE.md +0 -21
  502. package/node_modules/mjml-cli/LICENSE.md +0 -21
  503. package/node_modules/mjml-cli/lib/helpers/promesify.js +0 -48
  504. package/node_modules/mjml-cli/lib/helpers/timePad.js +0 -18
  505. package/node_modules/mjml-column/LICENSE.md +0 -21
  506. package/node_modules/mjml-core/LICENSE.md +0 -21
  507. package/node_modules/mjml-core/lib/Error.js +0 -86
  508. package/node_modules/mjml-core/lib/MJMLElementsCollection.js +0 -37
  509. package/node_modules/mjml-core/lib/MJMLHead.js +0 -38
  510. package/node_modules/mjml-core/lib/MJMLRenderer.js +0 -275
  511. package/node_modules/mjml-core/lib/configs/defaultContainer.js +0 -15
  512. package/node_modules/mjml-core/lib/configs/defaultStyle.js +0 -6
  513. package/node_modules/mjml-core/lib/configs/listFontsImports.js +0 -21
  514. package/node_modules/mjml-core/lib/decorators/MJMLElement.js +0 -356
  515. package/node_modules/mjml-core/lib/helpers/colors.js +0 -7
  516. package/node_modules/mjml-core/lib/helpers/dom.js +0 -109
  517. package/node_modules/mjml-core/lib/helpers/html.js +0 -9
  518. package/node_modules/mjml-core/lib/helpers/importFonts.js +0 -46
  519. package/node_modules/mjml-core/lib/helpers/index.js +0 -40
  520. package/node_modules/mjml-core/lib/helpers/isBrowser.js +0 -11
  521. package/node_modules/mjml-core/lib/helpers/mjAttribute.js +0 -62
  522. package/node_modules/mjml-core/lib/helpers/mjml.js +0 -46
  523. package/node_modules/mjml-core/lib/helpers/parseAttributes.js +0 -29
  524. package/node_modules/mjml-core/lib/helpers/postRender.js +0 -33
  525. package/node_modules/mjml-core/lib/helpers/removeCDATA.js +0 -19
  526. package/node_modules/mjml-core/lib/helpers/traverseMJML.js +0 -41
  527. package/node_modules/mjml-core/lib/includeExternal.js +0 -92
  528. package/node_modules/mjml-core/lib/parsers/config.js +0 -130
  529. package/node_modules/mjml-core/lib/parsers/document.js +0 -189
  530. package/node_modules/mjml-divider/LICENSE.md +0 -21
  531. package/node_modules/mjml-group/LICENSE.md +0 -21
  532. package/node_modules/mjml-head/LICENSE.md +0 -21
  533. package/node_modules/mjml-head-attributes/LICENSE.md +0 -21
  534. package/node_modules/mjml-head-breakpoint/LICENSE.md +0 -21
  535. package/node_modules/mjml-head-font/LICENSE.md +0 -21
  536. package/node_modules/mjml-head-html-attributes/LICENSE.md +0 -21
  537. package/node_modules/mjml-head-preview/LICENSE.md +0 -21
  538. package/node_modules/mjml-head-style/LICENSE.md +0 -21
  539. package/node_modules/mjml-head-title/LICENSE.md +0 -21
  540. package/node_modules/mjml-hero/LICENSE.md +0 -21
  541. package/node_modules/mjml-image/LICENSE.md +0 -21
  542. package/node_modules/mjml-navbar/LICENSE.md +0 -21
  543. package/node_modules/mjml-navbar/lib/InlineLinks.js +0 -227
  544. package/node_modules/mjml-navbar/lib/Link.js +0 -130
  545. package/node_modules/mjml-parser-xml/lib/helpers/addCDATASection.js +0 -31
  546. package/node_modules/mjml-parser-xml/lib/helpers/parseAttributes.js +0 -37
  547. package/node_modules/mjml-preset-core/LICENSE.md +0 -21
  548. package/node_modules/mjml-raw/LICENSE.md +0 -21
  549. package/node_modules/mjml-section/LICENSE.md +0 -21
  550. package/node_modules/mjml-social/LICENSE.md +0 -21
  551. package/node_modules/mjml-spacer/LICENSE.md +0 -21
  552. package/node_modules/mjml-table/LICENSE.md +0 -21
  553. package/node_modules/mjml-text/LICENSE.md +0 -21
  554. package/node_modules/mjml-validator/lib/rules/index.js +0 -29
  555. package/node_modules/mjml-validator/lib/types/boolean.js +0 -57
  556. package/node_modules/mjml-validator/lib/types/color.js +0 -51
  557. package/node_modules/mjml-validator/lib/types/enum.js +0 -57
  558. package/node_modules/mjml-validator/lib/types/helpers/colors.js +0 -7
  559. package/node_modules/mjml-validator/lib/types/index.js +0 -41
  560. package/node_modules/mjml-validator/lib/types/integer.js +0 -47
  561. package/node_modules/mjml-validator/lib/types/string.js +0 -47
  562. package/node_modules/mjml-validator/lib/types/type.js +0 -93
  563. package/node_modules/mjml-validator/lib/types/unit.js +0 -57
  564. package/node_modules/mjml-wrapper/LICENSE.md +0 -21
@@ -4,17 +4,128 @@
4
4
  * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/assert.js)
5
5
  */
6
6
  declare module "assert" {
7
+ import strict = require("assert/strict");
7
8
  /**
8
- * An alias of {@link ok}.
9
+ * An alias of {@link assert.ok}.
9
10
  * @since v0.5.9
10
11
  * @param value The input that is checked for being truthy.
11
12
  */
12
13
  function assert(value: unknown, message?: string | Error): asserts value;
14
+ const kOptions: unique symbol;
13
15
  namespace assert {
16
+ type AssertMethodNames =
17
+ | "deepEqual"
18
+ | "deepStrictEqual"
19
+ | "doesNotMatch"
20
+ | "doesNotReject"
21
+ | "doesNotThrow"
22
+ | "equal"
23
+ | "fail"
24
+ | "ifError"
25
+ | "match"
26
+ | "notDeepEqual"
27
+ | "notDeepStrictEqual"
28
+ | "notEqual"
29
+ | "notStrictEqual"
30
+ | "ok"
31
+ | "partialDeepStrictEqual"
32
+ | "rejects"
33
+ | "strictEqual"
34
+ | "throws";
35
+ interface AssertOptions {
36
+ /**
37
+ * If set to `'full'`, shows the full diff in assertion errors.
38
+ * @default 'simple'
39
+ */
40
+ diff?: "simple" | "full" | undefined;
41
+ /**
42
+ * If set to `true`, non-strict methods behave like their
43
+ * corresponding strict methods.
44
+ * @default true
45
+ */
46
+ strict?: boolean | undefined;
47
+ }
48
+ interface Assert extends Pick<typeof assert, AssertMethodNames> {
49
+ readonly [kOptions]: AssertOptions & { strict: false };
50
+ }
51
+ interface AssertStrict extends Pick<typeof strict, AssertMethodNames> {
52
+ readonly [kOptions]: AssertOptions & { strict: true };
53
+ }
54
+ /**
55
+ * The `Assert` class allows creating independent assertion instances with custom options.
56
+ * @since v24.6.0
57
+ */
58
+ var Assert: {
59
+ /**
60
+ * Creates a new assertion instance. The `diff` option controls the verbosity of diffs in assertion error messages.
61
+ *
62
+ * ```js
63
+ * const { Assert } = require('node:assert');
64
+ * const assertInstance = new Assert({ diff: 'full' });
65
+ * assertInstance.deepStrictEqual({ a: 1 }, { a: 2 });
66
+ * // Shows a full diff in the error message.
67
+ * ```
68
+ *
69
+ * **Important**: When destructuring assertion methods from an `Assert` instance,
70
+ * the methods lose their connection to the instance's configuration options (such as `diff` and `strict` settings).
71
+ * The destructured methods will fall back to default behavior instead.
72
+ *
73
+ * ```js
74
+ * const myAssert = new Assert({ diff: 'full' });
75
+ *
76
+ * // This works as expected - uses 'full' diff
77
+ * myAssert.strictEqual({ a: 1 }, { b: { c: 1 } });
78
+ *
79
+ * // This loses the 'full' diff setting - falls back to default 'simple' diff
80
+ * const { strictEqual } = myAssert;
81
+ * strictEqual({ a: 1 }, { b: { c: 1 } });
82
+ * ```
83
+ *
84
+ * When destructured, methods lose access to the instance's `this` context and revert to default assertion behavior
85
+ * (diff: 'simple', non-strict mode).
86
+ * To maintain custom options when using destructured methods, avoid
87
+ * destructuring and call methods directly on the instance.
88
+ * @since v24.6.0
89
+ */
90
+ new(
91
+ options?: AssertOptions & { strict?: true },
92
+ ): AssertStrict;
93
+ new(
94
+ options: AssertOptions,
95
+ ): Assert;
96
+ };
97
+ interface AssertionErrorOptions {
98
+ /**
99
+ * If provided, the error message is set to this value.
100
+ */
101
+ message?: string | undefined;
102
+ /**
103
+ * The `actual` property on the error instance.
104
+ */
105
+ actual?: unknown;
106
+ /**
107
+ * The `expected` property on the error instance.
108
+ */
109
+ expected?: unknown;
110
+ /**
111
+ * The `operator` property on the error instance.
112
+ */
113
+ operator?: string | undefined;
114
+ /**
115
+ * If provided, the generated stack trace omits frames before this function.
116
+ */
117
+ stackStartFn?: Function | undefined;
118
+ /**
119
+ * If set to `'full'`, shows the full diff in assertion errors.
120
+ * @default 'simple'
121
+ */
122
+ diff?: "simple" | "full" | undefined;
123
+ }
14
124
  /**
15
125
  * Indicates the failure of an assertion. All errors thrown by the `node:assert` module will be instances of the `AssertionError` class.
16
126
  */
17
127
  class AssertionError extends Error {
128
+ constructor(options: AssertionErrorOptions);
18
129
  /**
19
130
  * Set to the `actual` argument for methods such as {@link assert.strictEqual()}.
20
131
  */
@@ -23,10 +134,6 @@ declare module "assert" {
23
134
  * Set to the `expected` argument for methods such as {@link assert.strictEqual()}.
24
135
  */
25
136
  expected: unknown;
26
- /**
27
- * Set to the passed in operator value.
28
- */
29
- operator: string;
30
137
  /**
31
138
  * Indicates if the message was auto-generated (`true`) or not.
32
139
  */
@@ -35,19 +142,10 @@ declare module "assert" {
35
142
  * Value is always `ERR_ASSERTION` to show that the error is an assertion error.
36
143
  */
37
144
  code: "ERR_ASSERTION";
38
- constructor(options?: {
39
- /** If provided, the error message is set to this value. */
40
- message?: string | undefined;
41
- /** The `actual` property on the error instance. */
42
- actual?: unknown | undefined;
43
- /** The `expected` property on the error instance. */
44
- expected?: unknown | undefined;
45
- /** The `operator` property on the error instance. */
46
- operator?: string | undefined;
47
- /** If provided, the generated stack trace omits frames before this function. */
48
- // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
49
- stackStartFn?: Function | undefined;
50
- });
145
+ /**
146
+ * Set to the passed in operator value.
147
+ */
148
+ operator: string;
51
149
  }
52
150
  /**
53
151
  * This feature is deprecated and will be removed in a future version.
@@ -970,83 +1068,9 @@ declare module "assert" {
970
1068
  * @since v22.13.0
971
1069
  */
972
1070
  function partialDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void;
973
- /**
974
- * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example,
975
- * {@link deepEqual} will behave like {@link deepStrictEqual}.
976
- *
977
- * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error
978
- * messages for objects display the objects, often truncated.
979
- *
980
- * To use strict assertion mode:
981
- *
982
- * ```js
983
- * import { strict as assert } from 'node:assert';
984
- * import assert from 'node:assert/strict';
985
- * ```
986
- *
987
- * Example error diff:
988
- *
989
- * ```js
990
- * import { strict as assert } from 'node:assert';
991
- *
992
- * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]);
993
- * // AssertionError: Expected inputs to be strictly deep-equal:
994
- * // + actual - expected ... Lines skipped
995
- * //
996
- * // [
997
- * // [
998
- * // ...
999
- * // 2,
1000
- * // + 3
1001
- * // - '3'
1002
- * // ],
1003
- * // ...
1004
- * // 5
1005
- * // ]
1006
- * ```
1007
- *
1008
- * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also
1009
- * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty
1010
- * `getColorDepth()` documentation.
1011
- *
1012
- * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0
1013
- */
1014
- namespace strict {
1015
- type AssertionError = assert.AssertionError;
1016
- type AssertPredicate = assert.AssertPredicate;
1017
- type CallTrackerCall = assert.CallTrackerCall;
1018
- type CallTrackerReportInformation = assert.CallTrackerReportInformation;
1019
- }
1020
- const strict:
1021
- & Omit<
1022
- typeof assert,
1023
- | "equal"
1024
- | "notEqual"
1025
- | "deepEqual"
1026
- | "notDeepEqual"
1027
- | "ok"
1028
- | "strictEqual"
1029
- | "deepStrictEqual"
1030
- | "ifError"
1031
- | "strict"
1032
- | "AssertionError"
1033
- >
1034
- & {
1035
- (value: unknown, message?: string | Error): asserts value;
1036
- equal: typeof strictEqual;
1037
- notEqual: typeof notStrictEqual;
1038
- deepEqual: typeof deepStrictEqual;
1039
- notDeepEqual: typeof notDeepStrictEqual;
1040
- // Mapped types and assertion functions are incompatible?
1041
- // TS2775: Assertions require every name in the call target
1042
- // to be declared with an explicit type annotation.
1043
- ok: typeof ok;
1044
- strictEqual: typeof strictEqual;
1045
- deepStrictEqual: typeof deepStrictEqual;
1046
- ifError: typeof ifError;
1047
- strict: typeof strict;
1048
- AssertionError: typeof AssertionError;
1049
- };
1071
+ }
1072
+ namespace assert {
1073
+ export { strict };
1050
1074
  }
1051
1075
  export = assert;
1052
1076
  }
@@ -139,7 +139,7 @@ declare module "buffer" {
139
139
  type?: string | undefined;
140
140
  }
141
141
  /**
142
- * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across
142
+ * A `Blob` encapsulates immutable, raw data that can be safely shared across
143
143
  * multiple worker threads.
144
144
  * @since v15.7.0, v14.18.0
145
145
  */
@@ -24,7 +24,7 @@
24
24
  * the parent Node.js process and the spawned subprocess. These pipes have
25
25
  * limited (and platform-specific) capacity. If the subprocess writes to
26
26
  * stdout in excess of that limit without the output being captured, the
27
- * subprocess blocks waiting for the pipe buffer to accept more data. This is
27
+ * subprocess blocks, waiting for the pipe buffer to accept more data. This is
28
28
  * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }` option if the output will not be consumed.
29
29
  *
30
30
  * The command lookup is performed using the `options.env.PATH` environment
@@ -603,6 +603,9 @@ declare module "crypto" {
603
603
  * * `'ed25519'` (OID 1.3.101.112)
604
604
  * * `'ed448'` (OID 1.3.101.113)
605
605
  * * `'dh'` (OID 1.2.840.113549.1.3.1)
606
+ * * `'ml-dsa-44'` (OID 2.16.840.1.101.3.4.3.17)
607
+ * * `'ml-dsa-65'` (OID 2.16.840.1.101.3.4.3.18)
608
+ * * `'ml-dsa-87'` (OID 2.16.840.1.101.3.4.3.19)
606
609
  *
607
610
  * This property is `undefined` for unrecognized `KeyObject` types and symmetric
608
611
  * keys.
@@ -2456,7 +2459,18 @@ declare module "crypto" {
2456
2459
  * @since v6.6.0
2457
2460
  */
2458
2461
  function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean;
2459
- type KeyType = "rsa" | "rsa-pss" | "dsa" | "ec" | "ed25519" | "ed448" | "x25519" | "x448";
2462
+ type KeyType =
2463
+ | "rsa"
2464
+ | "rsa-pss"
2465
+ | "dsa"
2466
+ | "ec"
2467
+ | "ed25519"
2468
+ | "ed448"
2469
+ | "x25519"
2470
+ | "x448"
2471
+ | "ml-dsa-44"
2472
+ | "ml-dsa-65"
2473
+ | "ml-dsa-87";
2460
2474
  type KeyFormat = "pem" | "der" | "jwk";
2461
2475
  interface BasePrivateKeyEncodingOptions<T extends KeyFormat> {
2462
2476
  format: T;
@@ -2471,6 +2485,7 @@ declare module "crypto" {
2471
2485
  interface ED448KeyPairKeyObjectOptions {}
2472
2486
  interface X25519KeyPairKeyObjectOptions {}
2473
2487
  interface X448KeyPairKeyObjectOptions {}
2488
+ interface MLDSAKeyPairKeyObjectOptions {}
2474
2489
  interface ECKeyPairKeyObjectOptions {
2475
2490
  /**
2476
2491
  * Name of the curve to use
@@ -2635,13 +2650,22 @@ declare module "crypto" {
2635
2650
  type: "pkcs8";
2636
2651
  };
2637
2652
  }
2653
+ interface MLDSAKeyPairOptions<PubF extends KeyFormat, PrivF extends KeyFormat> {
2654
+ publicKeyEncoding: {
2655
+ type: "spki";
2656
+ format: PubF;
2657
+ };
2658
+ privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & {
2659
+ type: "pkcs8";
2660
+ };
2661
+ }
2638
2662
  interface KeyPairSyncResult<T1 extends string | Buffer, T2 extends string | Buffer> {
2639
2663
  publicKey: T1;
2640
2664
  privateKey: T2;
2641
2665
  }
2642
2666
  /**
2643
2667
  * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC,
2644
- * Ed25519, Ed448, X25519, X448, and DH are currently supported.
2668
+ * Ed25519, Ed448, X25519, X448, DH, and ML-DSA are currently supported.
2645
2669
  *
2646
2670
  * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function
2647
2671
  * behaves as if `keyObject.export()` had been called on its result. Otherwise,
@@ -2678,7 +2702,8 @@ declare module "crypto" {
2678
2702
  * When PEM encoding was selected, the respective key will be a string, otherwise
2679
2703
  * it will be a buffer containing the data encoded as DER.
2680
2704
  * @since v10.12.0
2681
- * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`.
2705
+ * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`,
2706
+ * `'ed448'`, `'x25519'`, `'x448'`, `'dh'`, `'ml-dsa-44'`, `'ml-dsa-65'`, or `'ml-dsa-87'`.
2682
2707
  */
2683
2708
  function generateKeyPairSync(
2684
2709
  type: "rsa",
@@ -2816,6 +2841,26 @@ declare module "crypto" {
2816
2841
  options: X448KeyPairOptions<"der", "der">,
2817
2842
  ): KeyPairSyncResult<Buffer, Buffer>;
2818
2843
  function generateKeyPairSync(type: "x448", options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult;
2844
+ function generateKeyPairSync(
2845
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
2846
+ options: MLDSAKeyPairOptions<"pem", "pem">,
2847
+ ): KeyPairSyncResult<string, string>;
2848
+ function generateKeyPairSync(
2849
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
2850
+ options: MLDSAKeyPairOptions<"pem", "der">,
2851
+ ): KeyPairSyncResult<string, Buffer>;
2852
+ function generateKeyPairSync(
2853
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
2854
+ options: MLDSAKeyPairOptions<"der", "pem">,
2855
+ ): KeyPairSyncResult<Buffer, string>;
2856
+ function generateKeyPairSync(
2857
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
2858
+ options: MLDSAKeyPairOptions<"der", "der">,
2859
+ ): KeyPairSyncResult<Buffer, Buffer>;
2860
+ function generateKeyPairSync(
2861
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
2862
+ options?: MLDSAKeyPairKeyObjectOptions,
2863
+ ): KeyPairKeyObjectResult;
2819
2864
  /**
2820
2865
  * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC,
2821
2866
  * Ed25519, Ed448, X25519, X448, and DH are currently supported.
@@ -2853,7 +2898,8 @@ declare module "crypto" {
2853
2898
  * If this method is invoked as its `util.promisify()` ed version, it returns
2854
2899
  * a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
2855
2900
  * @since v10.12.0
2856
- * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`.
2901
+ * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`,
2902
+ * `'ed448'`, `'x25519'`, `'x448'`, `'dh'`, `'ml-dsa-44'`, `'ml-dsa-65'`, or `'ml-dsa-87'`.
2857
2903
  */
2858
2904
  function generateKeyPair(
2859
2905
  type: "rsa",
@@ -3055,6 +3101,31 @@ declare module "crypto" {
3055
3101
  options: X448KeyPairKeyObjectOptions | undefined,
3056
3102
  callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
3057
3103
  ): void;
3104
+ function generateKeyPair(
3105
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3106
+ options: MLDSAKeyPairOptions<"pem", "pem">,
3107
+ callback: (err: Error | null, publicKey: string, privateKey: string) => void,
3108
+ ): void;
3109
+ function generateKeyPair(
3110
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3111
+ options: MLDSAKeyPairOptions<"pem", "der">,
3112
+ callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void,
3113
+ ): void;
3114
+ function generateKeyPair(
3115
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3116
+ options: MLDSAKeyPairOptions<"der", "pem">,
3117
+ callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void,
3118
+ ): void;
3119
+ function generateKeyPair(
3120
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3121
+ options: MLDSAKeyPairOptions<"der", "der">,
3122
+ callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void,
3123
+ ): void;
3124
+ function generateKeyPair(
3125
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3126
+ options: MLDSAKeyPairKeyObjectOptions | undefined,
3127
+ callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void,
3128
+ ): void;
3058
3129
  namespace generateKeyPair {
3059
3130
  function __promisify__(
3060
3131
  type: "rsa",
@@ -3297,11 +3368,46 @@ declare module "crypto" {
3297
3368
  privateKey: Buffer;
3298
3369
  }>;
3299
3370
  function __promisify__(type: "x448", options?: X448KeyPairKeyObjectOptions): Promise<KeyPairKeyObjectResult>;
3371
+ function __promisify__(
3372
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3373
+ options: MLDSAKeyPairOptions<"pem", "pem">,
3374
+ ): Promise<{
3375
+ publicKey: string;
3376
+ privateKey: string;
3377
+ }>;
3378
+ function __promisify__(
3379
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3380
+ options: MLDSAKeyPairOptions<"pem", "der">,
3381
+ ): Promise<{
3382
+ publicKey: string;
3383
+ privateKey: Buffer;
3384
+ }>;
3385
+ function __promisify__(
3386
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3387
+ options: MLDSAKeyPairOptions<"der", "pem">,
3388
+ ): Promise<{
3389
+ publicKey: Buffer;
3390
+ privateKey: string;
3391
+ }>;
3392
+ function __promisify__(
3393
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3394
+ options: MLDSAKeyPairOptions<"der", "der">,
3395
+ ): Promise<{
3396
+ publicKey: Buffer;
3397
+ privateKey: Buffer;
3398
+ }>;
3399
+ function __promisify__(
3400
+ type: "ml-dsa-44" | "ml-dsa-65" | "ml-dsa-87",
3401
+ options?: MLDSAKeyPairKeyObjectOptions,
3402
+ ): Promise<KeyPairKeyObjectResult>;
3300
3403
  }
3301
3404
  /**
3302
3405
  * Calculates and returns the signature for `data` using the given private key and
3303
3406
  * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is
3304
- * dependent upon the key type (especially Ed25519 and Ed448).
3407
+ * dependent upon the key type.
3408
+ *
3409
+ * `algorithm` is required to be `null` or `undefined` for Ed25519, Ed448, and
3410
+ * ML-DSA.
3305
3411
  *
3306
3412
  * If `key` is not a `KeyObject`, this function behaves as if `key` had been
3307
3413
  * passed to {@link createPrivateKey}. If it is an object, the following
@@ -3322,8 +3428,12 @@ declare module "crypto" {
3322
3428
  callback: (error: Error | null, data: Buffer) => void,
3323
3429
  ): void;
3324
3430
  /**
3325
- * Verifies the given signature for `data` using the given key and algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is dependent upon the
3326
- * key type (especially Ed25519 and Ed448).
3431
+ * Verifies the given signature for `data` using the given key and algorithm. If
3432
+ * `algorithm` is `null` or `undefined`, then the algorithm is dependent upon the
3433
+ * key type.
3434
+ *
3435
+ * `algorithm` is required to be `null` or `undefined` for Ed25519, Ed448, and
3436
+ * ML-DSA.
3327
3437
  *
3328
3438
  * If `key` is not a `KeyObject`, this function behaves as if `key` had been
3329
3439
  * passed to {@link createPublicKey}. If it is an object, the following
@@ -3363,11 +3473,36 @@ declare module "crypto" {
3363
3473
  options: { privateKey: KeyObject; publicKey: KeyObject },
3364
3474
  callback: (err: Error | null, secret: Buffer) => void,
3365
3475
  ): void;
3476
+ interface OneShotDigestOptions {
3477
+ /**
3478
+ * Encoding used to encode the returned digest.
3479
+ * @default 'hex'
3480
+ */
3481
+ outputEncoding?: BinaryToTextEncoding | "buffer" | undefined;
3482
+ /**
3483
+ * For XOF hash functions such as 'shake256', the outputLength option
3484
+ * can be used to specify the desired output length in bytes.
3485
+ */
3486
+ outputLength?: number | undefined;
3487
+ }
3488
+ interface OneShotDigestOptionsWithStringEncoding extends OneShotDigestOptions {
3489
+ outputEncoding?: BinaryToTextEncoding | undefined;
3490
+ }
3491
+ interface OneShotDigestOptionsWithBufferEncoding extends OneShotDigestOptions {
3492
+ outputEncoding: "buffer";
3493
+ }
3366
3494
  /**
3367
- * A utility for creating one-shot hash digests of data. It can be faster than the object-based `crypto.createHash()` when hashing a smaller amount of data
3368
- * (<= 5MB) that's readily available. If the data can be big or if it is streamed, it's still recommended to use `crypto.createHash()` instead. The `algorithm`
3369
- * is dependent on the available algorithms supported by the version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. On recent releases
3370
- * of OpenSSL, `openssl list -digest-algorithms` will display the available digest algorithms.
3495
+ * A utility for creating one-shot hash digests of data. It can be faster than
3496
+ * the object-based `crypto.createHash()` when hashing a smaller amount of data
3497
+ * (<= 5MB) that's readily available. If the data can be big or if it is streamed,
3498
+ * it's still recommended to use `crypto.createHash()` instead.
3499
+ *
3500
+ * The `algorithm` is dependent on the available algorithms supported by the
3501
+ * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc.
3502
+ * On recent releases of OpenSSL, `openssl list -digest-algorithms` will
3503
+ * display the available digest algorithms.
3504
+ *
3505
+ * If `options` is a string, then it specifies the `outputEncoding`.
3371
3506
  *
3372
3507
  * Example:
3373
3508
  *
@@ -3387,16 +3522,25 @@ declare module "crypto" {
3387
3522
  * console.log(crypto.hash('sha1', Buffer.from(base64, 'base64'), 'buffer'));
3388
3523
  * ```
3389
3524
  * @since v21.7.0, v20.12.0
3390
- * @param data When `data` is a string, it will be encoded as UTF-8 before being hashed. If a different input encoding is desired for a string input, user
3391
- * could encode the string into a `TypedArray` using either `TextEncoder` or `Buffer.from()` and passing the encoded `TypedArray` into this API instead.
3392
- * @param [outputEncoding='hex'] [Encoding](https://nodejs.org/docs/latest-v24.x/api/buffer.html#buffers-and-character-encodings) used to encode the returned digest.
3525
+ * @param data When `data` is a string, it will be encoded as UTF-8 before being hashed. If a different
3526
+ * input encoding is desired for a string input, user could encode the string
3527
+ * into a `TypedArray` using either `TextEncoder` or `Buffer.from()` and passing
3528
+ * the encoded `TypedArray` into this API instead.
3393
3529
  */
3394
- function hash(algorithm: string, data: BinaryLike, outputEncoding?: BinaryToTextEncoding): string;
3395
- function hash(algorithm: string, data: BinaryLike, outputEncoding: "buffer"): Buffer;
3396
3530
  function hash(
3397
3531
  algorithm: string,
3398
3532
  data: BinaryLike,
3399
- outputEncoding?: BinaryToTextEncoding | "buffer",
3533
+ options?: OneShotDigestOptionsWithStringEncoding | BinaryToTextEncoding,
3534
+ ): string;
3535
+ function hash(
3536
+ algorithm: string,
3537
+ data: BinaryLike,
3538
+ options: OneShotDigestOptionsWithBufferEncoding | "buffer",
3539
+ ): Buffer;
3540
+ function hash(
3541
+ algorithm: string,
3542
+ data: BinaryLike,
3543
+ options: OneShotDigestOptions | BinaryToTextEncoding | "buffer",
3400
3544
  ): string | Buffer;
3401
3545
  type CipherMode = "cbc" | "ccm" | "cfb" | "ctr" | "ecb" | "gcm" | "ocb" | "ofb" | "stream" | "wrap" | "xts";
3402
3546
  interface CipherInfoOptions {
@@ -830,6 +830,11 @@ declare module "dns" {
830
830
  * @default 4
831
831
  */
832
832
  tries?: number;
833
+ /**
834
+ * The max retry timeout, in milliseconds.
835
+ * @default 0
836
+ */
837
+ maxTimeout?: number | undefined;
833
838
  }
834
839
  /**
835
840
  * An independent resolver for DNS requests.