cloudstructs 0.9.36 → 0.9.38

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 (301) hide show
  1. package/.jsii +3 -3
  2. package/assets/slack-app/provider.lambda/index.js +26 -26
  3. package/assets/slack-textract/detect.lambda/index.js +140 -122
  4. package/assets/ssl-server-test/analyze.lambda/index.js +26 -26
  5. package/lib/codecommit-mirror/index.js +2 -2
  6. package/lib/dmarc/index.js +1 -1
  7. package/lib/ecs-service-roller/index.js +2 -2
  8. package/lib/email-receiver/receiver.js +1 -1
  9. package/lib/mjml-template/index.js +1 -1
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/slack-app.js +2 -2
  13. package/lib/slack-events/index.js +1 -1
  14. package/lib/slack-textract/index.js +1 -1
  15. package/lib/ssl-server-test/index.js +1 -1
  16. package/lib/state-machine-cr-provider/index.js +1 -1
  17. package/lib/static-website/index.js +3 -2
  18. package/lib/toolkit-cleaner/index.js +1 -1
  19. package/lib/url-shortener/index.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +7 -9
  21. package/node_modules/@babel/runtime/helpers/regeneratorDefine.js +7 -9
  22. package/node_modules/@babel/runtime/package.json +1 -1
  23. package/node_modules/@slack/logger/node_modules/@types/node/README.md +2 -2
  24. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +5 -0
  25. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +25 -121
  26. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +17 -1
  27. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +11 -10
  28. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +18 -19
  29. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +26 -29
  30. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +26 -32
  31. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +63 -1
  32. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +13 -11
  33. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +219 -6
  34. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +25 -1
  35. package/node_modules/@slack/logger/node_modules/@types/node/package.json +9 -89
  36. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +14 -0
  37. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +11 -1
  38. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1
  39. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +8 -0
  40. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +17 -6
  41. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +2025 -2009
  42. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -2
  43. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +12 -1
  44. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +6 -2
  45. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +12 -0
  46. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +8 -2
  47. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +4 -0
  48. package/node_modules/@slack/logger/node_modules/undici-types/client-stats.d.ts +15 -0
  49. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +6 -3
  50. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +3 -0
  51. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  52. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +2 -0
  53. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +1 -0
  54. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +5 -1
  55. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  56. package/node_modules/@slack/types/dist/events/index.d.ts +3 -3
  57. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  58. package/node_modules/@slack/types/dist/events/index.js +1 -1
  59. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  60. package/node_modules/@slack/types/dist/events/message.d.ts +1 -0
  61. package/node_modules/@slack/types/dist/events/message.d.ts.map +1 -1
  62. package/node_modules/@slack/types/dist/events/team.d.ts +2 -2
  63. package/node_modules/@slack/types/dist/events/team.d.ts.map +1 -1
  64. package/node_modules/@slack/types/dist/index.d.ts +5 -5
  65. package/node_modules/@slack/types/dist/index.d.ts.map +1 -1
  66. package/node_modules/@slack/types/dist/index.js +5 -5
  67. package/node_modules/@slack/types/dist/index.js.map +1 -1
  68. package/node_modules/@slack/types/package.json +16 -8
  69. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +2 -2
  70. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +5 -0
  71. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +25 -121
  72. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +17 -1
  73. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +11 -10
  74. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +18 -19
  75. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +26 -29
  76. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +26 -32
  77. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +63 -1
  78. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +13 -11
  79. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +219 -6
  80. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +25 -1
  81. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +9 -89
  82. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +14 -0
  83. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +11 -1
  84. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +0 -1
  85. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +8 -0
  86. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +17 -6
  87. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +2025 -2009
  88. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -2
  89. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +12 -1
  90. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +6 -2
  91. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +12 -0
  92. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +8 -2
  93. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +4 -0
  94. package/node_modules/@slack/web-api/node_modules/undici-types/client-stats.d.ts +15 -0
  95. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +6 -3
  96. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +3 -0
  97. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  98. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +2 -0
  99. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +1 -0
  100. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
  101. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +5 -0
  102. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +25 -121
  103. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +17 -1
  104. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +11 -10
  105. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +18 -19
  106. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +26 -29
  107. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +26 -32
  108. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +63 -1
  109. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +13 -11
  110. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +219 -6
  111. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +25 -1
  112. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +9 -89
  113. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +14 -0
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +11 -1
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +0 -1
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +8 -0
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +17 -6
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +2025 -2009
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -2
  120. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +12 -1
  121. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +6 -2
  122. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +12 -0
  123. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +8 -2
  124. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +4 -0
  125. package/node_modules/@types/cacheable-request/node_modules/undici-types/client-stats.d.ts +15 -0
  126. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +6 -3
  127. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +3 -0
  128. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  129. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +2 -0
  130. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +1 -0
  131. package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
  132. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +5 -0
  133. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +25 -121
  134. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +17 -1
  135. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +11 -10
  136. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +18 -19
  137. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +26 -29
  138. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +26 -32
  139. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +63 -1
  140. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +13 -11
  141. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +219 -6
  142. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +25 -1
  143. package/node_modules/@types/keyv/node_modules/@types/node/package.json +9 -89
  144. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +14 -0
  145. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +11 -1
  146. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +0 -1
  147. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +8 -0
  148. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +17 -6
  149. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +2025 -2009
  150. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -2
  151. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +12 -1
  152. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +6 -2
  153. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +12 -0
  154. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +8 -2
  155. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +4 -0
  156. package/node_modules/@types/keyv/node_modules/undici-types/client-stats.d.ts +15 -0
  157. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +6 -3
  158. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +3 -0
  159. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  160. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +2 -0
  161. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +1 -0
  162. package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
  163. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +5 -0
  164. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +25 -121
  165. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +17 -1
  166. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +11 -10
  167. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +18 -19
  168. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +26 -29
  169. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +26 -32
  170. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +63 -1
  171. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +13 -11
  172. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +219 -6
  173. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +25 -1
  174. package/node_modules/@types/responselike/node_modules/@types/node/package.json +9 -89
  175. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +14 -0
  176. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +11 -1
  177. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +0 -1
  178. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +8 -0
  179. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +17 -6
  180. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +2025 -2009
  181. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -2
  182. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +12 -1
  183. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +6 -2
  184. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +12 -0
  185. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +8 -2
  186. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +4 -0
  187. package/node_modules/@types/responselike/node_modules/undici-types/client-stats.d.ts +15 -0
  188. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +6 -3
  189. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +3 -0
  190. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  191. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +2 -0
  192. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +1 -0
  193. package/node_modules/axios/CHANGELOG.md +17 -0
  194. package/node_modules/axios/README.md +1 -4
  195. package/node_modules/axios/dist/axios.js +39 -5
  196. package/node_modules/axios/dist/axios.js.map +1 -1
  197. package/node_modules/axios/dist/axios.min.js +2 -2
  198. package/node_modules/axios/dist/axios.min.js.map +1 -1
  199. package/node_modules/axios/dist/browser/axios.cjs +46 -9
  200. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  201. package/node_modules/axios/dist/esm/axios.js +46 -9
  202. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  203. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  204. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  205. package/node_modules/axios/dist/node/axios.cjs +46 -9
  206. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  207. package/node_modules/axios/index.d.cts +13 -2
  208. package/node_modules/axios/lib/core/Axios.js +2 -2
  209. package/node_modules/axios/lib/core/mergeConfig.js +1 -1
  210. package/node_modules/axios/lib/env/data.js +1 -1
  211. package/node_modules/axios/lib/helpers/throttle.js +1 -1
  212. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +4 -3
  213. package/node_modules/axios/lib/utils.js +36 -0
  214. package/node_modules/axios/package.json +5 -5
  215. package/node_modules/css-select/lib/attributes.d.ts.map +1 -1
  216. package/node_modules/css-select/lib/attributes.js.map +1 -1
  217. package/node_modules/css-select/lib/compile.d.ts.map +1 -1
  218. package/node_modules/css-select/lib/compile.js.map +1 -1
  219. package/node_modules/css-select/lib/esm/attributes.d.ts.map +1 -1
  220. package/node_modules/css-select/lib/esm/attributes.js.map +1 -1
  221. package/node_modules/css-select/lib/esm/compile.d.ts.map +1 -1
  222. package/node_modules/css-select/lib/esm/compile.js.map +1 -1
  223. package/node_modules/css-select/lib/esm/general.d.ts.map +1 -1
  224. package/node_modules/css-select/lib/esm/general.js.map +1 -1
  225. package/node_modules/css-select/lib/esm/helpers/cache.d.ts +12 -0
  226. package/node_modules/css-select/lib/esm/helpers/cache.d.ts.map +1 -0
  227. package/node_modules/css-select/lib/esm/helpers/cache.js +41 -0
  228. package/node_modules/css-select/lib/esm/helpers/cache.js.map +1 -0
  229. package/node_modules/css-select/lib/esm/helpers/querying.d.ts +24 -0
  230. package/node_modules/css-select/lib/esm/helpers/querying.d.ts.map +1 -0
  231. package/node_modules/css-select/lib/esm/helpers/querying.js +105 -0
  232. package/node_modules/css-select/lib/esm/helpers/querying.js.map +1 -0
  233. package/node_modules/css-select/lib/esm/helpers/selectors.d.ts +20 -0
  234. package/node_modules/css-select/lib/esm/helpers/selectors.d.ts.map +1 -0
  235. package/node_modules/css-select/lib/esm/helpers/selectors.js +103 -0
  236. package/node_modules/css-select/lib/esm/helpers/selectors.js.map +1 -0
  237. package/node_modules/css-select/lib/esm/index.d.ts.map +1 -1
  238. package/node_modules/css-select/lib/esm/index.js.map +1 -1
  239. package/node_modules/css-select/lib/esm/pseudo-selectors/aliases.d.ts.map +1 -1
  240. package/node_modules/css-select/lib/esm/pseudo-selectors/aliases.js.map +1 -1
  241. package/node_modules/css-select/lib/esm/pseudo-selectors/filters.d.ts.map +1 -1
  242. package/node_modules/css-select/lib/esm/pseudo-selectors/filters.js.map +1 -1
  243. package/node_modules/css-select/lib/esm/pseudo-selectors/index.d.ts.map +1 -1
  244. package/node_modules/css-select/lib/esm/pseudo-selectors/index.js.map +1 -1
  245. package/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.d.ts.map +1 -1
  246. package/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.js.map +1 -1
  247. package/node_modules/css-select/lib/esm/pseudo-selectors/subselects.d.ts.map +1 -1
  248. package/node_modules/css-select/lib/esm/pseudo-selectors/subselects.js.map +1 -1
  249. package/node_modules/css-select/lib/esm/sort.d.ts.map +1 -1
  250. package/node_modules/css-select/lib/esm/sort.js.map +1 -1
  251. package/node_modules/css-select/lib/esm/types.d.ts.map +1 -1
  252. package/node_modules/css-select/lib/esm/types.js.map +1 -1
  253. package/node_modules/css-select/lib/general.d.ts.map +1 -1
  254. package/node_modules/css-select/lib/general.js.map +1 -1
  255. package/node_modules/css-select/lib/helpers/cache.d.ts +12 -0
  256. package/node_modules/css-select/lib/helpers/cache.d.ts.map +1 -0
  257. package/node_modules/css-select/lib/helpers/cache.js +45 -0
  258. package/node_modules/css-select/lib/helpers/cache.js.map +1 -0
  259. package/node_modules/css-select/lib/helpers/querying.d.ts +24 -0
  260. package/node_modules/css-select/lib/helpers/querying.d.ts.map +1 -0
  261. package/node_modules/css-select/lib/helpers/querying.js +111 -0
  262. package/node_modules/css-select/lib/helpers/querying.js.map +1 -0
  263. package/node_modules/css-select/lib/helpers/selectors.d.ts +20 -0
  264. package/node_modules/css-select/lib/helpers/selectors.d.ts.map +1 -0
  265. package/node_modules/css-select/lib/helpers/selectors.js +111 -0
  266. package/node_modules/css-select/lib/helpers/selectors.js.map +1 -0
  267. package/node_modules/css-select/lib/index.d.ts.map +1 -1
  268. package/node_modules/css-select/lib/index.js.map +1 -1
  269. package/node_modules/css-select/lib/pseudo-selectors/aliases.d.ts.map +1 -1
  270. package/node_modules/css-select/lib/pseudo-selectors/aliases.js.map +1 -1
  271. package/node_modules/css-select/lib/pseudo-selectors/filters.d.ts.map +1 -1
  272. package/node_modules/css-select/lib/pseudo-selectors/filters.js.map +1 -1
  273. package/node_modules/css-select/lib/pseudo-selectors/index.d.ts.map +1 -1
  274. package/node_modules/css-select/lib/pseudo-selectors/index.js.map +1 -1
  275. package/node_modules/css-select/lib/pseudo-selectors/pseudos.d.ts.map +1 -1
  276. package/node_modules/css-select/lib/pseudo-selectors/pseudos.js.map +1 -1
  277. package/node_modules/css-select/lib/pseudo-selectors/subselects.d.ts.map +1 -1
  278. package/node_modules/css-select/lib/pseudo-selectors/subselects.js.map +1 -1
  279. package/node_modules/css-select/lib/sort.d.ts.map +1 -1
  280. package/node_modules/css-select/lib/sort.js.map +1 -1
  281. package/node_modules/css-select/lib/types.d.ts.map +1 -1
  282. package/node_modules/css-select/lib/types.js.map +1 -1
  283. package/node_modules/css-select/package.json +1 -1
  284. package/node_modules/css-what/package.json +1 -1
  285. package/node_modules/follow-redirects/package.json +1 -1
  286. package/node_modules/form-data/CHANGELOG.md +601 -0
  287. package/node_modules/form-data/{README.md.bak → README.md} +4 -4
  288. package/node_modules/form-data/lib/form_data.js +2 -6
  289. package/node_modules/form-data/package.json +22 -6
  290. package/package.json +18 -18
  291. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  292. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  293. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  294. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  295. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  296. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  297. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  298. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  299. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  300. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  301. package/node_modules/form-data/Readme.md +0 -355
@@ -40,7 +40,7 @@ declare module "fs/promises" {
40
40
  StatsFs,
41
41
  TimeLike,
42
42
  WatchEventType,
43
- WatchOptions,
43
+ WatchOptions as _WatchOptions,
44
44
  WriteStream,
45
45
  WriteVResult,
46
46
  } from "node:fs";
@@ -88,6 +88,9 @@ declare module "fs/promises" {
88
88
  highWaterMark?: number | undefined;
89
89
  flush?: boolean | undefined;
90
90
  }
91
+ interface ReadableWebStreamOptions {
92
+ autoClose?: boolean | undefined;
93
+ }
91
94
  // TODO: Add `EventEmitter` close
92
95
  interface FileHandle {
93
96
  /**
@@ -261,7 +264,7 @@ declare module "fs/promises" {
261
264
  * close the `FileHandle` automatically. User code must still call the`fileHandle.close()` method.
262
265
  * @since v17.0.0
263
266
  */
264
- readableWebStream(): ReadableStream;
267
+ readableWebStream(options?: ReadableWebStreamOptions): ReadableStream;
265
268
  /**
266
269
  * Asynchronously reads the entire contents of a file.
267
270
  *
@@ -474,8 +477,9 @@ declare module "fs/promises" {
474
477
  */
475
478
  close(): Promise<void>;
476
479
  /**
477
- * An alias for {@link FileHandle.close()}.
478
- * @since v20.4.0
480
+ * Calls `filehandle.close()` and returns a promise that fulfills when the
481
+ * filehandle is closed.
482
+ * @since v20.4.0, v18.8.0
479
483
  */
480
484
  [Symbol.asyncDispose](): Promise<void>;
481
485
  }
@@ -1178,6 +1182,16 @@ declare module "fs/promises" {
1178
1182
  * @return Fulfills with an {fs.Dir}.
1179
1183
  */
1180
1184
  function opendir(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
1185
+ interface WatchOptions extends _WatchOptions {
1186
+ maxQueue?: number | undefined;
1187
+ overflow?: "ignore" | "throw" | undefined;
1188
+ }
1189
+ interface WatchOptionsWithBufferEncoding extends WatchOptions {
1190
+ encoding: "buffer";
1191
+ }
1192
+ interface WatchOptionsWithStringEncoding extends WatchOptions {
1193
+ encoding?: BufferEncoding | undefined;
1194
+ }
1181
1195
  /**
1182
1196
  * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory.
1183
1197
  *
@@ -1210,33 +1224,16 @@ declare module "fs/promises" {
1210
1224
  */
1211
1225
  function watch(
1212
1226
  filename: PathLike,
1213
- options:
1214
- | (WatchOptions & {
1215
- encoding: "buffer";
1216
- })
1217
- | "buffer",
1218
- ): AsyncIterable<FileChangeInfo<Buffer>>;
1219
- /**
1220
- * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
1221
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
1222
- * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options.
1223
- * If `encoding` is not supplied, the default of `'utf8'` is used.
1224
- * If `persistent` is not supplied, the default of `true` is used.
1225
- * If `recursive` is not supplied, the default of `false` is used.
1226
- */
1227
- function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable<FileChangeInfo<string>>;
1228
- /**
1229
- * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
1230
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
1231
- * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options.
1232
- * If `encoding` is not supplied, the default of `'utf8'` is used.
1233
- * If `persistent` is not supplied, the default of `true` is used.
1234
- * If `recursive` is not supplied, the default of `false` is used.
1235
- */
1227
+ options?: WatchOptionsWithStringEncoding | BufferEncoding,
1228
+ ): NodeJS.AsyncIterator<FileChangeInfo<string>>;
1229
+ function watch(
1230
+ filename: PathLike,
1231
+ options: WatchOptionsWithBufferEncoding | "buffer",
1232
+ ): NodeJS.AsyncIterator<FileChangeInfo<Buffer>>;
1236
1233
  function watch(
1237
1234
  filename: PathLike,
1238
- options: WatchOptions | string,
1239
- ): AsyncIterable<FileChangeInfo<string>> | AsyncIterable<FileChangeInfo<Buffer>>;
1235
+ options: WatchOptions | BufferEncoding | "buffer",
1236
+ ): NodeJS.AsyncIterator<FileChangeInfo<string | Buffer>>;
1240
1237
  /**
1241
1238
  * Asynchronously copies the entire directory structure from `src` to `dest`,
1242
1239
  * including subdirectories and files.
@@ -322,6 +322,18 @@ declare module "fs" {
322
322
  * @since v12.12.0
323
323
  */
324
324
  readSync(): Dirent | null;
325
+ /**
326
+ * Calls `dir.close()` if the directory handle is open, and returns a promise that
327
+ * fulfills when disposal is complete.
328
+ * @since v24.1.0
329
+ */
330
+ [Symbol.asyncDispose](): Promise<void>;
331
+ /**
332
+ * Calls `dir.closeSync()` if the directory handle is open, and returns
333
+ * `undefined`.
334
+ * @since v24.1.0
335
+ */
336
+ [Symbol.dispose](): void;
325
337
  }
326
338
  /**
327
339
  * Class: fs.StatWatcher
@@ -3321,6 +3333,12 @@ declare module "fs" {
3321
3333
  persistent?: boolean | undefined;
3322
3334
  recursive?: boolean | undefined;
3323
3335
  }
3336
+ export interface WatchOptionsWithBufferEncoding extends WatchOptions {
3337
+ encoding: "buffer";
3338
+ }
3339
+ export interface WatchOptionsWithStringEncoding extends WatchOptions {
3340
+ encoding?: BufferEncoding | undefined;
3341
+ }
3324
3342
  export type WatchEventType = "rename" | "change";
3325
3343
  export type WatchListener<T> = (event: WatchEventType, filename: T | null) => void;
3326
3344
  export type StatsListener = (curr: Stats, prev: Stats) => void;
@@ -3347,44 +3365,20 @@ declare module "fs" {
3347
3365
  */
3348
3366
  export function watch(
3349
3367
  filename: PathLike,
3350
- options:
3351
- | (WatchOptions & {
3352
- encoding: "buffer";
3353
- })
3354
- | "buffer",
3355
- listener?: WatchListener<Buffer>,
3368
+ options?: WatchOptionsWithStringEncoding | BufferEncoding | null,
3369
+ listener?: WatchListener<string>,
3356
3370
  ): FSWatcher;
3357
- /**
3358
- * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
3359
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3360
- * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options.
3361
- * If `encoding` is not supplied, the default of `'utf8'` is used.
3362
- * If `persistent` is not supplied, the default of `true` is used.
3363
- * If `recursive` is not supplied, the default of `false` is used.
3364
- */
3365
3371
  export function watch(
3366
3372
  filename: PathLike,
3367
- options?: WatchOptions | BufferEncoding | null,
3368
- listener?: WatchListener<string>,
3373
+ options: WatchOptionsWithBufferEncoding | "buffer",
3374
+ listener: WatchListener<Buffer>,
3369
3375
  ): FSWatcher;
3370
- /**
3371
- * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
3372
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3373
- * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options.
3374
- * If `encoding` is not supplied, the default of `'utf8'` is used.
3375
- * If `persistent` is not supplied, the default of `true` is used.
3376
- * If `recursive` is not supplied, the default of `false` is used.
3377
- */
3378
3376
  export function watch(
3379
3377
  filename: PathLike,
3380
- options: WatchOptions | string,
3381
- listener?: WatchListener<string | Buffer>,
3378
+ options: WatchOptions | BufferEncoding | "buffer" | null,
3379
+ listener: WatchListener<string | Buffer>,
3382
3380
  ): FSWatcher;
3383
- /**
3384
- * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`.
3385
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3386
- */
3387
- export function watch(filename: PathLike, listener?: WatchListener<string>): FSWatcher;
3381
+ export function watch(filename: PathLike, listener: WatchListener<string>): FSWatcher;
3388
3382
  /**
3389
3383
  * Test whether or not the given path exists by checking with the file system.
3390
3384
  * Then call the `callback` argument with either true or false:
@@ -4354,7 +4348,7 @@ declare module "fs" {
4354
4348
  * Current working directory.
4355
4349
  * @default process.cwd()
4356
4350
  */
4357
- cwd?: string | undefined;
4351
+ cwd?: string | URL | undefined;
4358
4352
  /**
4359
4353
  * `true` if the glob should return paths as `Dirent`s, `false` otherwise.
4360
4354
  * @default false
@@ -911,7 +911,7 @@ declare module "http" {
911
911
  * the request body should be sent.
912
912
  * @since v10.0.0
913
913
  */
914
- writeProcessing(): void;
914
+ writeProcessing(callback?: () => void): void;
915
915
  }
916
916
  interface InformationEvent {
917
917
  statusCode: number;
@@ -1570,6 +1570,68 @@ declare module "http" {
1570
1570
  * @since v0.11.4
1571
1571
  */
1572
1572
  destroy(): void;
1573
+ /**
1574
+ * Produces a socket/stream to be used for HTTP requests.
1575
+ *
1576
+ * By default, this function is the same as `net.createConnection()`. However,
1577
+ * custom agents may override this method in case greater flexibility is desired.
1578
+ *
1579
+ * A socket/stream can be supplied in one of two ways: by returning the
1580
+ * socket/stream from this function, or by passing the socket/stream to `callback`.
1581
+ *
1582
+ * This method is guaranteed to return an instance of the `net.Socket` class,
1583
+ * a subclass of `stream.Duplex`, unless the user specifies a socket
1584
+ * type other than `net.Socket`.
1585
+ *
1586
+ * `callback` has a signature of `(err, stream)`.
1587
+ * @since v0.11.4
1588
+ * @param options Options containing connection details. Check `createConnection` for the format of the options
1589
+ * @param callback Callback function that receives the created socket
1590
+ */
1591
+ createConnection(
1592
+ options: ClientRequestArgs,
1593
+ callback?: (err: Error | null, stream: stream.Duplex) => void,
1594
+ ): stream.Duplex;
1595
+ /**
1596
+ * Called when `socket` is detached from a request and could be persisted by the`Agent`. Default behavior is to:
1597
+ *
1598
+ * ```js
1599
+ * socket.setKeepAlive(true, this.keepAliveMsecs);
1600
+ * socket.unref();
1601
+ * return true;
1602
+ * ```
1603
+ *
1604
+ * This method can be overridden by a particular `Agent` subclass. If this
1605
+ * method returns a falsy value, the socket will be destroyed instead of persisting
1606
+ * it for use with the next request.
1607
+ *
1608
+ * The `socket` argument can be an instance of `net.Socket`, a subclass of `stream.Duplex`.
1609
+ * @since v8.1.0
1610
+ */
1611
+ keepSocketAlive(socket: stream.Duplex): void;
1612
+ /**
1613
+ * Called when `socket` is attached to `request` after being persisted because of
1614
+ * the keep-alive options. Default behavior is to:
1615
+ *
1616
+ * ```js
1617
+ * socket.ref();
1618
+ * ```
1619
+ *
1620
+ * This method can be overridden by a particular `Agent` subclass.
1621
+ *
1622
+ * The `socket` argument can be an instance of `net.Socket`, a subclass of `stream.Duplex`.
1623
+ * @since v8.1.0
1624
+ */
1625
+ reuseSocket(socket: stream.Duplex, request: ClientRequest): void;
1626
+ /**
1627
+ * Get a unique name for a set of request options, to determine whether a
1628
+ * connection can be reused. For an HTTP agent, this returns`host:port:localAddress` or `host:port:localAddress:family`. For an HTTPS agent,
1629
+ * the name includes the CA, cert, ciphers, and other HTTPS/TLS-specific options
1630
+ * that determine socket reusability.
1631
+ * @since v0.11.4
1632
+ * @param options A set of options providing information for name generation
1633
+ */
1634
+ getName(options?: ClientRequestArgs): string;
1573
1635
  }
1574
1636
  const METHODS: string[];
1575
1637
  const STATUS_CODES: {
@@ -32,18 +32,14 @@ declare module "http2" {
32
32
  ":scheme"?: string | undefined;
33
33
  }
34
34
  // Http2Stream
35
- export interface StreamPriorityOptions {
36
- exclusive?: boolean | undefined;
37
- parent?: number | undefined;
38
- weight?: number | undefined;
39
- silent?: boolean | undefined;
40
- }
41
35
  export interface StreamState {
42
36
  localWindowSize?: number | undefined;
43
37
  state?: number | undefined;
44
38
  localClose?: number | undefined;
45
39
  remoteClose?: number | undefined;
40
+ /** @deprecated */
46
41
  sumDependencyWeight?: number | undefined;
42
+ /** @deprecated */
47
43
  weight?: number | undefined;
48
44
  }
49
45
  export interface ServerStreamResponseOptions {
@@ -151,10 +147,9 @@ declare module "http2" {
151
147
  */
152
148
  close(code?: number, callback?: () => void): void;
153
149
  /**
154
- * Updates the priority for this `Http2Stream` instance.
155
- * @since v8.4.0
150
+ * @deprecated Priority signaling is no longer supported in Node.js.
156
151
  */
157
- priority(options: StreamPriorityOptions): void;
152
+ priority(options: unknown): void;
158
153
  /**
159
154
  * ```js
160
155
  * import http2 from 'node:http2';
@@ -395,7 +390,7 @@ declare module "http2" {
395
390
  ): void;
396
391
  pushStream(
397
392
  headers: OutgoingHttpHeaders,
398
- options?: StreamPriorityOptions,
393
+ options?: Pick<ClientSessionRequestOptions, "exclusive" | "parent">,
399
394
  callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void,
400
395
  ): void;
401
396
  /**
@@ -629,7 +624,6 @@ declare module "http2" {
629
624
  endStream?: boolean | undefined;
630
625
  exclusive?: boolean | undefined;
631
626
  parent?: number | undefined;
632
- weight?: number | undefined;
633
627
  waitForTrailers?: boolean | undefined;
634
628
  signal?: AbortSignal | undefined;
635
629
  }
@@ -1294,6 +1288,14 @@ declare module "http2" {
1294
1288
  * @default 100000
1295
1289
  */
1296
1290
  unknownProtocolTimeout?: number | undefined;
1291
+ /**
1292
+ * If `true`, it turns on strict leading
1293
+ * and trailing whitespace validation for HTTP/2 header field names and values
1294
+ * as per [RFC-9113](https://www.rfc-editor.org/rfc/rfc9113.html#section-8.2.1).
1295
+ * @since v24.2.0
1296
+ * @default true
1297
+ */
1298
+ strictFieldWhitespaceValidation?: boolean | undefined;
1297
1299
  }
1298
1300
  export interface ClientSessionOptions extends SessionOptions {
1299
1301
  /**