cloudstructs 0.9.42 → 0.9.44

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 (431) hide show
  1. package/.jsii +5 -5
  2. package/API.md +209 -13
  3. package/assets/slack-textract/detect.lambda/index.js +354 -90
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/dmarc/index.js +1 -1
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/mjml-template/index.js +1 -1
  9. package/lib/saml-identity-provider/index.js +2 -2
  10. package/lib/slack-app/manifest.js +1 -1
  11. package/lib/slack-app/slack-app.js +2 -2
  12. package/lib/slack-events/index.js +1 -1
  13. package/lib/slack-textract/index.js +1 -1
  14. package/lib/ssl-server-test/index.js +1 -1
  15. package/lib/state-machine-cr-provider/index.js +1 -1
  16. package/lib/static-website/index.js +1 -1
  17. package/lib/toolkit-cleaner/index.js +1 -1
  18. package/lib/url-shortener/index.js +1 -1
  19. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  20. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +36 -1
  21. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  22. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +8 -4
  23. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +50 -33
  24. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +3 -2
  25. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +198 -164
  26. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +9 -8
  27. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +39 -21
  28. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +89 -76
  29. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  30. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +52 -22
  31. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +29 -22
  32. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +82 -50
  33. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +7 -6
  34. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -2
  35. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  36. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +13 -5
  37. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +221 -7
  38. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +88 -64
  41. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  42. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  43. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +34 -10
  44. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +11 -2
  45. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +20 -3
  46. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +24 -3
  47. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +40 -3
  48. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +25 -24
  49. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +1 -0
  50. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  51. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +5 -15
  52. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +5 -0
  53. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  54. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  55. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +82 -21
  56. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts +4 -0
  57. package/node_modules/@slack/types/dist/block-kit/block-elements.d.ts.map +1 -1
  58. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +36 -2
  59. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  60. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts +14 -0
  61. package/node_modules/@slack/types/dist/block-kit/composition-objects.d.ts.map +1 -1
  62. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts +2 -0
  63. package/node_modules/@slack/types/dist/block-kit/extensions.d.ts.map +1 -1
  64. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
  65. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
  66. package/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
  67. package/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
  68. package/node_modules/@slack/types/dist/events/index.d.ts +2 -1
  69. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  70. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  71. package/node_modules/@slack/types/dist/message-metadata.d.ts +260 -1
  72. package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -1
  73. package/node_modules/@slack/types/dist/message-metadata.js +24 -0
  74. package/node_modules/@slack/types/dist/message-metadata.js.map +1 -1
  75. package/node_modules/@slack/types/package.json +1 -1
  76. package/node_modules/@slack/web-api/dist/WebClient.d.ts +2 -0
  77. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  78. package/node_modules/@slack/web-api/dist/WebClient.js +2 -0
  79. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  80. package/node_modules/@slack/web-api/dist/methods.d.ts +80 -2
  81. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  82. package/node_modules/@slack/web-api/dist/methods.js +78 -0
  83. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  84. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +37 -9
  85. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  86. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
  87. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
  88. package/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
  89. package/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
  90. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +2 -0
  91. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  92. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +1 -1
  93. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  94. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +10 -1
  95. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
  96. package/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts +806 -0
  97. package/node_modules/@slack/web-api/dist/types/request/slackLists.d.ts.map +1 -0
  98. package/node_modules/@slack/web-api/dist/types/request/slackLists.js +3 -0
  99. package/node_modules/@slack/web-api/dist/types/request/slackLists.js.map +1 -0
  100. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
  101. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
  102. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
  103. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
  104. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts +8 -0
  105. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.d.ts.map +1 -0
  106. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js +3 -0
  107. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessDeleteResponse.js.map +1 -0
  108. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts +8 -0
  109. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.d.ts.map +1 -0
  110. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js +3 -0
  111. package/node_modules/@slack/web-api/dist/types/response/SlackListsAccessSetResponse.js.map +1 -0
  112. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts +14 -0
  113. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.d.ts.map +1 -0
  114. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js +3 -0
  115. package/node_modules/@slack/web-api/dist/types/response/SlackListsCreateResponse.js.map +1 -0
  116. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts +10 -0
  117. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.d.ts.map +1 -0
  118. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js +3 -0
  119. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadGetResponse.js.map +1 -0
  120. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts +9 -0
  121. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.d.ts.map +1 -0
  122. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js +3 -0
  123. package/node_modules/@slack/web-api/dist/types/response/SlackListsDownloadStartResponse.js.map +1 -0
  124. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts +10 -0
  125. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.d.ts.map +1 -0
  126. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js +3 -0
  127. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsCreateResponse.js.map +1 -0
  128. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts +8 -0
  129. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.d.ts.map +1 -0
  130. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js +3 -0
  131. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteMultipleResponse.js.map +1 -0
  132. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts +8 -0
  133. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.d.ts.map +1 -0
  134. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js +3 -0
  135. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsDeleteResponse.js.map +1 -0
  136. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts +12 -0
  137. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.d.ts.map +1 -0
  138. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js +3 -0
  139. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsInfoResponse.js.map +1 -0
  140. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts +13 -0
  141. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.d.ts.map +1 -0
  142. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js +3 -0
  143. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsListResponse.js.map +1 -0
  144. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts +8 -0
  145. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.d.ts.map +1 -0
  146. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js +3 -0
  147. package/node_modules/@slack/web-api/dist/types/response/SlackListsItemsUpdateResponse.js.map +1 -0
  148. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts +8 -0
  149. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.d.ts.map +1 -0
  150. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js +3 -0
  151. package/node_modules/@slack/web-api/dist/types/response/SlackListsUpdateResponse.js.map +1 -0
  152. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +13 -0
  153. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  154. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  155. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +36 -1
  156. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  157. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +8 -4
  158. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +50 -33
  159. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +3 -2
  160. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +198 -164
  161. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +9 -8
  162. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +39 -21
  163. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +89 -76
  164. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  165. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +52 -22
  166. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +29 -22
  167. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +82 -50
  168. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +7 -6
  169. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +3 -2
  170. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  171. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +13 -5
  172. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +221 -7
  173. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +2 -2
  174. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +2 -2
  175. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +88 -64
  176. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  177. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  178. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +34 -10
  179. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +11 -2
  180. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +20 -3
  181. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +24 -3
  182. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +40 -3
  183. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +25 -24
  184. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +1 -0
  185. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  186. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +5 -15
  187. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +5 -0
  188. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  189. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  190. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +82 -21
  191. package/node_modules/@slack/web-api/package.json +3 -3
  192. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  193. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +36 -1
  194. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  195. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +8 -4
  196. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +50 -33
  197. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +3 -2
  198. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +198 -164
  199. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +9 -8
  200. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +39 -21
  201. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +89 -76
  202. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  203. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +52 -22
  204. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +29 -22
  205. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +82 -50
  206. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +7 -6
  207. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -2
  208. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  209. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +13 -5
  210. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +221 -7
  211. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +2 -2
  212. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +2 -2
  213. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +88 -64
  214. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  215. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  216. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +34 -10
  217. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +11 -2
  218. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +20 -3
  219. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +24 -3
  220. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +40 -3
  221. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +25 -24
  222. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +1 -0
  223. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  224. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +5 -15
  225. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +5 -0
  226. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  227. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  228. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +82 -21
  229. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  230. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +36 -1
  231. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  232. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +8 -4
  233. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +50 -33
  234. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +3 -2
  235. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +198 -164
  236. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +9 -8
  237. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +39 -21
  238. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +89 -76
  239. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  240. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +52 -22
  241. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +29 -22
  242. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +82 -50
  243. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +7 -6
  244. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -2
  245. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  246. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +13 -5
  247. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +221 -7
  248. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +2 -2
  249. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +2 -2
  250. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +88 -64
  251. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  252. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  253. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +34 -10
  254. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +11 -2
  255. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +20 -3
  256. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +24 -3
  257. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +40 -3
  258. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +25 -24
  259. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +1 -0
  260. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  261. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +5 -15
  262. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +5 -0
  263. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  264. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  265. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +82 -21
  266. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  267. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +36 -1
  268. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  269. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +8 -4
  270. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +50 -33
  271. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +3 -2
  272. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +198 -164
  273. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +9 -8
  274. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +39 -21
  275. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +89 -76
  276. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  277. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +52 -22
  278. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +29 -22
  279. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +82 -50
  280. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +7 -6
  281. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -2
  282. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  283. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +13 -5
  284. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +221 -7
  285. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +2 -2
  286. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +2 -2
  287. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +88 -64
  288. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  289. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  290. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +34 -10
  291. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +11 -2
  292. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +20 -3
  293. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +24 -3
  294. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +40 -3
  295. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +25 -24
  296. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +1 -0
  297. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  298. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +5 -15
  299. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +5 -0
  300. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  301. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  302. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +82 -21
  303. package/node_modules/axios/CHANGELOG.md +410 -346
  304. package/node_modules/axios/README.md +79 -51
  305. package/node_modules/axios/dist/axios.js +121 -46
  306. package/node_modules/axios/dist/axios.js.map +1 -1
  307. package/node_modules/axios/dist/axios.min.js +2 -2
  308. package/node_modules/axios/dist/axios.min.js.map +1 -1
  309. package/node_modules/axios/dist/browser/axios.cjs +126 -57
  310. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  311. package/node_modules/axios/dist/esm/axios.js +126 -57
  312. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  313. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  314. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  315. package/node_modules/axios/dist/node/axios.cjs +351 -97
  316. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  317. package/node_modules/axios/index.d.cts +4 -0
  318. package/node_modules/axios/index.d.ts +4 -0
  319. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  320. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  321. package/node_modules/axios/lib/adapters/http.js +224 -42
  322. package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
  323. package/node_modules/axios/lib/core/mergeConfig.js +4 -4
  324. package/node_modules/axios/lib/env/data.js +1 -1
  325. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  326. package/node_modules/axios/lib/helpers/bind.js +7 -0
  327. package/node_modules/axios/lib/helpers/cookies.js +24 -13
  328. package/node_modules/axios/package.json +9 -4
  329. package/node_modules/form-data/CHANGELOG.md +60 -2
  330. package/node_modules/form-data/README.md +4 -4
  331. package/node_modules/form-data/lib/form_data.js +2 -2
  332. package/node_modules/form-data/package.json +4 -4
  333. package/node_modules/js-beautify/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -1
  334. package/node_modules/js-beautify/node_modules/glob/dist/commonjs/index.d.ts +2 -2
  335. package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.mjs +111 -35
  336. package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  337. package/node_modules/js-beautify/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -1
  338. package/node_modules/js-beautify/node_modules/glob/dist/esm/index.d.ts +2 -2
  339. package/node_modules/js-beautify/node_modules/glob/package.json +1 -1
  340. package/node_modules/mjml/LICENSE.md +21 -0
  341. package/node_modules/mjml/package.json +9 -8
  342. package/node_modules/mjml-accordion/LICENSE.md +21 -0
  343. package/node_modules/mjml-accordion/README.md +2 -2
  344. package/node_modules/mjml-accordion/lib/Accordion.js +8 -0
  345. package/node_modules/mjml-accordion/lib/AccordionElement.js +8 -0
  346. package/node_modules/mjml-accordion/lib/AccordionText.js +17 -3
  347. package/node_modules/mjml-accordion/lib/AccordionTitle.js +17 -3
  348. package/node_modules/mjml-accordion/package.json +4 -3
  349. package/node_modules/mjml-body/LICENSE.md +21 -0
  350. package/node_modules/mjml-body/package.json +4 -3
  351. package/node_modules/mjml-button/LICENSE.md +21 -0
  352. package/node_modules/mjml-button/README.md +1 -1
  353. package/node_modules/mjml-button/package.json +4 -3
  354. package/node_modules/mjml-carousel/LICENSE.md +21 -0
  355. package/node_modules/mjml-carousel/README.md +5 -5
  356. package/node_modules/mjml-carousel/lib/Carousel.js +15 -2
  357. package/node_modules/mjml-carousel/lib/CarouselImage.js +8 -1
  358. package/node_modules/mjml-carousel/package.json +4 -3
  359. package/node_modules/mjml-cli/LICENSE.md +21 -0
  360. package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -1
  361. package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/index.d.ts +2 -2
  362. package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.mjs +111 -35
  363. package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.mjs.map +1 -1
  364. package/node_modules/mjml-cli/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -1
  365. package/node_modules/mjml-cli/node_modules/glob/dist/esm/index.d.ts +2 -2
  366. package/node_modules/mjml-cli/node_modules/glob/package.json +1 -1
  367. package/node_modules/mjml-cli/package.json +7 -6
  368. package/node_modules/mjml-column/LICENSE.md +21 -0
  369. package/node_modules/mjml-column/lib/index.js +29 -3
  370. package/node_modules/mjml-column/package.json +4 -3
  371. package/node_modules/mjml-core/LICENSE.md +21 -0
  372. package/node_modules/mjml-core/lib/createComponent.js +4 -2
  373. package/node_modules/mjml-core/lib/index.js +3 -0
  374. package/node_modules/mjml-core/package.json +6 -5
  375. package/node_modules/mjml-divider/LICENSE.md +21 -0
  376. package/node_modules/mjml-divider/package.json +4 -3
  377. package/node_modules/mjml-group/LICENSE.md +21 -0
  378. package/node_modules/mjml-group/README.md +4 -4
  379. package/node_modules/mjml-group/package.json +4 -3
  380. package/node_modules/mjml-head/LICENSE.md +21 -0
  381. package/node_modules/mjml-head/package.json +4 -3
  382. package/node_modules/mjml-head-attributes/LICENSE.md +21 -0
  383. package/node_modules/mjml-head-attributes/package.json +4 -3
  384. package/node_modules/mjml-head-breakpoint/LICENSE.md +21 -0
  385. package/node_modules/mjml-head-breakpoint/package.json +4 -3
  386. package/node_modules/mjml-head-font/LICENSE.md +21 -0
  387. package/node_modules/mjml-head-font/package.json +4 -3
  388. package/node_modules/mjml-head-html-attributes/LICENSE.md +21 -0
  389. package/node_modules/mjml-head-html-attributes/package.json +4 -3
  390. package/node_modules/mjml-head-preview/LICENSE.md +21 -0
  391. package/node_modules/mjml-head-preview/package.json +4 -3
  392. package/node_modules/mjml-head-style/LICENSE.md +21 -0
  393. package/node_modules/mjml-head-style/package.json +4 -3
  394. package/node_modules/mjml-head-title/LICENSE.md +21 -0
  395. package/node_modules/mjml-head-title/package.json +4 -3
  396. package/node_modules/mjml-hero/LICENSE.md +21 -0
  397. package/node_modules/mjml-hero/README.md +4 -4
  398. package/node_modules/mjml-hero/package.json +4 -3
  399. package/node_modules/mjml-image/LICENSE.md +21 -0
  400. package/node_modules/mjml-image/README.md +1 -1
  401. package/node_modules/mjml-image/package.json +4 -3
  402. package/node_modules/mjml-migrate/package.json +5 -4
  403. package/node_modules/mjml-navbar/LICENSE.md +21 -0
  404. package/node_modules/mjml-navbar/README.md +4 -4
  405. package/node_modules/mjml-navbar/lib/Navbar.js +2 -2
  406. package/node_modules/mjml-navbar/package.json +4 -3
  407. package/node_modules/mjml-parser-xml/package.json +4 -4
  408. package/node_modules/mjml-preset-core/LICENSE.md +21 -0
  409. package/node_modules/mjml-preset-core/package.json +28 -27
  410. package/node_modules/mjml-raw/LICENSE.md +21 -0
  411. package/node_modules/mjml-raw/package.json +4 -3
  412. package/node_modules/mjml-section/LICENSE.md +21 -0
  413. package/node_modules/mjml-section/lib/index.js +20 -4
  414. package/node_modules/mjml-section/package.json +4 -3
  415. package/node_modules/mjml-social/LICENSE.md +21 -0
  416. package/node_modules/mjml-social/README.md +1 -1
  417. package/node_modules/mjml-social/lib/SocialElement.js +3 -4
  418. package/node_modules/mjml-social/package.json +4 -3
  419. package/node_modules/mjml-spacer/LICENSE.md +21 -0
  420. package/node_modules/mjml-spacer/package.json +4 -3
  421. package/node_modules/mjml-table/LICENSE.md +21 -0
  422. package/node_modules/mjml-table/lib/index.js +12 -1
  423. package/node_modules/mjml-table/package.json +4 -3
  424. package/node_modules/mjml-text/LICENSE.md +21 -0
  425. package/node_modules/mjml-text/package.json +4 -3
  426. package/node_modules/mjml-validator/package.json +2 -2
  427. package/node_modules/mjml-wrapper/LICENSE.md +21 -0
  428. package/node_modules/mjml-wrapper/README.md +2 -1
  429. package/node_modules/mjml-wrapper/lib/index.js +12 -0
  430. package/node_modules/mjml-wrapper/package.json +5 -4
  431. package/package.json +19 -19
@@ -66,6 +66,7 @@
66
66
  * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/child_process.js)
67
67
  */
68
68
  declare module "child_process" {
69
+ import { NonSharedBuffer } from "node:buffer";
69
70
  import { Abortable, EventEmitter } from "node:events";
70
71
  import * as dgram from "node:dgram";
71
72
  import * as net from "node:net";
@@ -1001,7 +1002,7 @@ declare module "child_process" {
1001
1002
  function exec(
1002
1003
  command: string,
1003
1004
  options: ExecOptionsWithBufferEncoding,
1004
- callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void,
1005
+ callback?: (error: ExecException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void,
1005
1006
  ): ChildProcess;
1006
1007
  // `options` with well-known or absent `encoding` means stdout/stderr are definitely `string`.
1007
1008
  function exec(
@@ -1013,7 +1014,11 @@ declare module "child_process" {
1013
1014
  function exec(
1014
1015
  command: string,
1015
1016
  options: ExecOptions | undefined | null,
1016
- callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void,
1017
+ callback?: (
1018
+ error: ExecException | null,
1019
+ stdout: string | NonSharedBuffer,
1020
+ stderr: string | NonSharedBuffer,
1021
+ ) => void,
1017
1022
  ): ChildProcess;
1018
1023
  interface PromiseWithChild<T> extends Promise<T> {
1019
1024
  child: ChildProcess;
@@ -1027,8 +1032,8 @@ declare module "child_process" {
1027
1032
  command: string,
1028
1033
  options: ExecOptionsWithBufferEncoding,
1029
1034
  ): PromiseWithChild<{
1030
- stdout: Buffer;
1031
- stderr: Buffer;
1035
+ stdout: NonSharedBuffer;
1036
+ stderr: NonSharedBuffer;
1032
1037
  }>;
1033
1038
  function __promisify__(
1034
1039
  command: string,
@@ -1041,8 +1046,8 @@ declare module "child_process" {
1041
1046
  command: string,
1042
1047
  options: ExecOptions | undefined | null,
1043
1048
  ): PromiseWithChild<{
1044
- stdout: string | Buffer;
1045
- stderr: string | Buffer;
1049
+ stdout: string | NonSharedBuffer;
1050
+ stderr: string | NonSharedBuffer;
1046
1051
  }>;
1047
1052
  }
1048
1053
  interface ExecFileOptions extends CommonOptions, Abortable {
@@ -1144,13 +1149,13 @@ declare module "child_process" {
1144
1149
  function execFile(
1145
1150
  file: string,
1146
1151
  options: ExecFileOptionsWithBufferEncoding,
1147
- callback?: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void,
1152
+ callback?: (error: ExecFileException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void,
1148
1153
  ): ChildProcess;
1149
1154
  function execFile(
1150
1155
  file: string,
1151
1156
  args: readonly string[] | undefined | null,
1152
1157
  options: ExecFileOptionsWithBufferEncoding,
1153
- callback?: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void,
1158
+ callback?: (error: ExecFileException | null, stdout: NonSharedBuffer, stderr: NonSharedBuffer) => void,
1154
1159
  ): ChildProcess;
1155
1160
  // `options` with well-known or absent `encoding` means stdout/stderr are definitely `string`.
1156
1161
  function execFile(
@@ -1169,7 +1174,11 @@ declare module "child_process" {
1169
1174
  file: string,
1170
1175
  options: ExecFileOptions | undefined | null,
1171
1176
  callback:
1172
- | ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void)
1177
+ | ((
1178
+ error: ExecFileException | null,
1179
+ stdout: string | NonSharedBuffer,
1180
+ stderr: string | NonSharedBuffer,
1181
+ ) => void)
1173
1182
  | undefined
1174
1183
  | null,
1175
1184
  ): ChildProcess;
@@ -1178,7 +1187,11 @@ declare module "child_process" {
1178
1187
  args: readonly string[] | undefined | null,
1179
1188
  options: ExecFileOptions | undefined | null,
1180
1189
  callback:
1181
- | ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void)
1190
+ | ((
1191
+ error: ExecFileException | null,
1192
+ stdout: string | NonSharedBuffer,
1193
+ stderr: string | NonSharedBuffer,
1194
+ ) => void)
1182
1195
  | undefined
1183
1196
  | null,
1184
1197
  ): ChildProcess;
@@ -1198,16 +1211,16 @@ declare module "child_process" {
1198
1211
  file: string,
1199
1212
  options: ExecFileOptionsWithBufferEncoding,
1200
1213
  ): PromiseWithChild<{
1201
- stdout: Buffer;
1202
- stderr: Buffer;
1214
+ stdout: NonSharedBuffer;
1215
+ stderr: NonSharedBuffer;
1203
1216
  }>;
1204
1217
  function __promisify__(
1205
1218
  file: string,
1206
1219
  args: readonly string[] | undefined | null,
1207
1220
  options: ExecFileOptionsWithBufferEncoding,
1208
1221
  ): PromiseWithChild<{
1209
- stdout: Buffer;
1210
- stderr: Buffer;
1222
+ stdout: NonSharedBuffer;
1223
+ stderr: NonSharedBuffer;
1211
1224
  }>;
1212
1225
  function __promisify__(
1213
1226
  file: string,
@@ -1228,16 +1241,16 @@ declare module "child_process" {
1228
1241
  file: string,
1229
1242
  options: ExecFileOptions | undefined | null,
1230
1243
  ): PromiseWithChild<{
1231
- stdout: string | Buffer;
1232
- stderr: string | Buffer;
1244
+ stdout: string | NonSharedBuffer;
1245
+ stderr: string | NonSharedBuffer;
1233
1246
  }>;
1234
1247
  function __promisify__(
1235
1248
  file: string,
1236
1249
  args: readonly string[] | undefined | null,
1237
1250
  options: ExecFileOptions | undefined | null,
1238
1251
  ): PromiseWithChild<{
1239
- stdout: string | Buffer;
1240
- stderr: string | Buffer;
1252
+ stdout: string | NonSharedBuffer;
1253
+ stderr: string | NonSharedBuffer;
1241
1254
  }>;
1242
1255
  }
1243
1256
  interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable {
@@ -1343,11 +1356,11 @@ declare module "child_process" {
1343
1356
  * @param command The command to run.
1344
1357
  * @param args List of string arguments.
1345
1358
  */
1346
- function spawnSync(command: string): SpawnSyncReturns<Buffer>;
1359
+ function spawnSync(command: string): SpawnSyncReturns<NonSharedBuffer>;
1347
1360
  function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns<string>;
1348
- function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<Buffer>;
1349
- function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns<string | Buffer>;
1350
- function spawnSync(command: string, args: readonly string[]): SpawnSyncReturns<Buffer>;
1361
+ function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns<NonSharedBuffer>;
1362
+ function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns<string | NonSharedBuffer>;
1363
+ function spawnSync(command: string, args: readonly string[]): SpawnSyncReturns<NonSharedBuffer>;
1351
1364
  function spawnSync(
1352
1365
  command: string,
1353
1366
  args: readonly string[],
@@ -1357,12 +1370,12 @@ declare module "child_process" {
1357
1370
  command: string,
1358
1371
  args: readonly string[],
1359
1372
  options: SpawnSyncOptionsWithBufferEncoding,
1360
- ): SpawnSyncReturns<Buffer>;
1373
+ ): SpawnSyncReturns<NonSharedBuffer>;
1361
1374
  function spawnSync(
1362
1375
  command: string,
1363
1376
  args?: readonly string[],
1364
1377
  options?: SpawnSyncOptions,
1365
- ): SpawnSyncReturns<string | Buffer>;
1378
+ ): SpawnSyncReturns<string | NonSharedBuffer>;
1366
1379
  interface CommonExecOptions extends CommonOptions {
1367
1380
  input?: string | NodeJS.ArrayBufferView | undefined;
1368
1381
  /**
@@ -1404,10 +1417,10 @@ declare module "child_process" {
1404
1417
  * @param command The command to run.
1405
1418
  * @return The stdout from the command.
1406
1419
  */
1407
- function execSync(command: string): Buffer;
1420
+ function execSync(command: string): NonSharedBuffer;
1408
1421
  function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string;
1409
- function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): Buffer;
1410
- function execSync(command: string, options?: ExecSyncOptions): string | Buffer;
1422
+ function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): NonSharedBuffer;
1423
+ function execSync(command: string, options?: ExecSyncOptions): string | NonSharedBuffer;
1411
1424
  interface ExecFileSyncOptions extends CommonExecOptions {
1412
1425
  shell?: boolean | string | undefined;
1413
1426
  }
@@ -1437,11 +1450,11 @@ declare module "child_process" {
1437
1450
  * @param args List of string arguments.
1438
1451
  * @return The stdout from the command.
1439
1452
  */
1440
- function execFileSync(file: string): Buffer;
1453
+ function execFileSync(file: string): NonSharedBuffer;
1441
1454
  function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string;
1442
- function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer;
1443
- function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer;
1444
- function execFileSync(file: string, args: readonly string[]): Buffer;
1455
+ function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): NonSharedBuffer;
1456
+ function execFileSync(file: string, options?: ExecFileSyncOptions): string | NonSharedBuffer;
1457
+ function execFileSync(file: string, args: readonly string[]): NonSharedBuffer;
1445
1458
  function execFileSync(
1446
1459
  file: string,
1447
1460
  args: readonly string[],
@@ -1451,8 +1464,12 @@ declare module "child_process" {
1451
1464
  file: string,
1452
1465
  args: readonly string[],
1453
1466
  options: ExecFileSyncOptionsWithBufferEncoding,
1454
- ): Buffer;
1455
- function execFileSync(file: string, args?: readonly string[], options?: ExecFileSyncOptions): string | Buffer;
1467
+ ): NonSharedBuffer;
1468
+ function execFileSync(
1469
+ file: string,
1470
+ args?: readonly string[],
1471
+ options?: ExecFileSyncOptions,
1472
+ ): string | NonSharedBuffer;
1456
1473
  }
1457
1474
  declare module "node:child_process" {
1458
1475
  export * from "child_process";
@@ -431,9 +431,10 @@ declare module "node:console" {
431
431
  colorMode?: boolean | "auto" | undefined;
432
432
  /**
433
433
  * Specifies options that are passed along to
434
- * [`util.inspect()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilinspectobject-options).
434
+ * `util.inspect()`. Can be an options object or, if different options
435
+ * for stdout and stderr are desired, a `Map` from stream objects to options.
435
436
  */
436
- inspectOptions?: InspectOptions | undefined;
437
+ inspectOptions?: InspectOptions | ReadonlyMap<NodeJS.WritableStream, InspectOptions> | undefined;
437
438
  /**
438
439
  * Set group indentation.
439
440
  * @default 2