cloudstructs 0.9.37 → 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 (231) 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 +1 -1
  18. package/lib/toolkit-cleaner/index.js +1 -1
  19. package/lib/url-shortener/index.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/esm/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 +3 -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 +4 -19
  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 +24 -0
  35. package/node_modules/@slack/logger/node_modules/@types/node/package.json +4 -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 +4 -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 +120 -1
  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 +3 -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 +4 -19
  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 +24 -0
  81. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +4 -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 +4 -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 +120 -1
  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 +3 -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 +4 -19
  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 +24 -0
  112. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +4 -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 +4 -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 +120 -1
  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 +3 -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 +4 -19
  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 +24 -0
  143. package/node_modules/@types/keyv/node_modules/@types/node/package.json +4 -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 +4 -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 +120 -1
  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 +3 -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 +4 -19
  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 +24 -0
  174. package/node_modules/@types/responselike/node_modules/@types/node/package.json +4 -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 +4 -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 +120 -1
  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/follow-redirects/package.json +1 -1
  216. package/node_modules/form-data/CHANGELOG.md +601 -0
  217. package/node_modules/form-data/{README.md.bak → README.md} +4 -4
  218. package/node_modules/form-data/lib/form_data.js +2 -6
  219. package/node_modules/form-data/package.json +22 -6
  220. package/package.json +18 -18
  221. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  222. package/node_modules/@slack/logger/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  223. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  224. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  225. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  226. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  227. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  228. package/node_modules/@types/keyv/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  229. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +0 -12
  230. package/node_modules/@types/responselike/node_modules/@types/node/ts5.1/index.d.ts +0 -98
  231. package/node_modules/form-data/Readme.md +0 -355
@@ -3771,7 +3771,23 @@ declare module "crypto" {
3771
3771
  */
3772
3772
  checkIP(ip: string): string | undefined;
3773
3773
  /**
3774
- * Checks whether this certificate was issued by the given `otherCert`.
3774
+ * Checks whether this certificate was potentially issued by the given `otherCert`
3775
+ * by comparing the certificate metadata.
3776
+ *
3777
+ * This is useful for pruning a list of possible issuer certificates which have been
3778
+ * selected using a more rudimentary filtering routine, i.e. just based on subject
3779
+ * and issuer names.
3780
+ *
3781
+ * Finally, to verify that this certificate's signature was produced by a private key
3782
+ * corresponding to `otherCert`'s public key use `x509.verify(publicKey)`
3783
+ * with `otherCert`'s public key represented as a `KeyObject`
3784
+ * like so
3785
+ *
3786
+ * ```js
3787
+ * if (!x509.verify(otherCert.publicKey)) {
3788
+ * throw new Error('otherCert did not issue x509');
3789
+ * }
3790
+ * ```
3775
3791
  * @since v15.6.0
3776
3792
  */
3777
3793
  checkIssued(otherCert: X509Certificate): boolean;
@@ -127,24 +127,25 @@ declare module "dns/promises" {
127
127
  * @param [rrtype='A'] Resource record type.
128
128
  */
129
129
  function resolve(hostname: string): Promise<string[]>;
130
- function resolve(hostname: string, rrtype: "A"): Promise<string[]>;
131
- function resolve(hostname: string, rrtype: "AAAA"): Promise<string[]>;
130
+ function resolve(hostname: string, rrtype: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise<string[]>;
132
131
  function resolve(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
133
132
  function resolve(hostname: string, rrtype: "CAA"): Promise<CaaRecord[]>;
134
- function resolve(hostname: string, rrtype: "CNAME"): Promise<string[]>;
135
133
  function resolve(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
136
134
  function resolve(hostname: string, rrtype: "NAPTR"): Promise<NaptrRecord[]>;
137
- function resolve(hostname: string, rrtype: "NS"): Promise<string[]>;
138
- function resolve(hostname: string, rrtype: "PTR"): Promise<string[]>;
139
135
  function resolve(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
140
136
  function resolve(hostname: string, rrtype: "SRV"): Promise<SrvRecord[]>;
141
137
  function resolve(hostname: string, rrtype: "TLSA"): Promise<TlsaRecord[]>;
142
138
  function resolve(hostname: string, rrtype: "TXT"): Promise<string[][]>;
143
- function resolve(
144
- hostname: string,
145
- rrtype: string,
146
- ): Promise<
147
- string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | TlsaRecord[] | string[][] | AnyRecord[]
139
+ function resolve(hostname: string, rrtype: string): Promise<
140
+ | string[]
141
+ | CaaRecord[]
142
+ | MxRecord[]
143
+ | NaptrRecord[]
144
+ | SoaRecord
145
+ | SrvRecord[]
146
+ | TlsaRecord[]
147
+ | string[][]
148
+ | AnyRecord[]
148
149
  >;
149
150
  /**
150
151
  * Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv4
@@ -250,6 +250,9 @@ declare module "dns" {
250
250
  contactemail?: string | undefined;
251
251
  contactphone?: string | undefined;
252
252
  }
253
+ export interface AnyCaaRecord extends CaaRecord {
254
+ type: "CAA";
255
+ }
253
256
  export interface MxRecord {
254
257
  priority: number;
255
258
  exchange: string;
@@ -317,6 +320,7 @@ declare module "dns" {
317
320
  export type AnyRecord =
318
321
  | AnyARecord
319
322
  | AnyAaaaRecord
323
+ | AnyCaaRecord
320
324
  | AnyCnameRecord
321
325
  | AnyMxRecord
322
326
  | AnyNaptrRecord
@@ -345,12 +349,7 @@ declare module "dns" {
345
349
  ): void;
346
350
  export function resolve(
347
351
  hostname: string,
348
- rrtype: "A",
349
- callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void,
350
- ): void;
351
- export function resolve(
352
- hostname: string,
353
- rrtype: "AAAA",
352
+ rrtype: "A" | "AAAA" | "CNAME" | "NS" | "PTR",
354
353
  callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void,
355
354
  ): void;
356
355
  export function resolve(
@@ -360,8 +359,8 @@ declare module "dns" {
360
359
  ): void;
361
360
  export function resolve(
362
361
  hostname: string,
363
- rrtype: "CNAME",
364
- callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void,
362
+ rrtype: "CAA",
363
+ callback: (err: NodeJS.ErrnoException | null, address: CaaRecord[]) => void,
365
364
  ): void;
366
365
  export function resolve(
367
366
  hostname: string,
@@ -373,16 +372,6 @@ declare module "dns" {
373
372
  rrtype: "NAPTR",
374
373
  callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void,
375
374
  ): void;
376
- export function resolve(
377
- hostname: string,
378
- rrtype: "NS",
379
- callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void,
380
- ): void;
381
- export function resolve(
382
- hostname: string,
383
- rrtype: "PTR",
384
- callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void,
385
- ): void;
386
375
  export function resolve(
387
376
  hostname: string,
388
377
  rrtype: "SOA",
@@ -410,6 +399,7 @@ declare module "dns" {
410
399
  err: NodeJS.ErrnoException | null,
411
400
  addresses:
412
401
  | string[]
402
+ | CaaRecord[]
413
403
  | MxRecord[]
414
404
  | NaptrRecord[]
415
405
  | SoaRecord
@@ -422,6 +412,7 @@ declare module "dns" {
422
412
  export namespace resolve {
423
413
  function __promisify__(hostname: string, rrtype?: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise<string[]>;
424
414
  function __promisify__(hostname: string, rrtype: "ANY"): Promise<AnyRecord[]>;
415
+ function __promisify__(hostname: string, rrtype: "CAA"): Promise<CaaRecord[]>;
425
416
  function __promisify__(hostname: string, rrtype: "MX"): Promise<MxRecord[]>;
426
417
  function __promisify__(hostname: string, rrtype: "NAPTR"): Promise<NaptrRecord[]>;
427
418
  function __promisify__(hostname: string, rrtype: "SOA"): Promise<SoaRecord>;
@@ -432,7 +423,15 @@ declare module "dns" {
432
423
  hostname: string,
433
424
  rrtype: string,
434
425
  ): Promise<
435
- string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | TlsaRecord[] | string[][] | AnyRecord[]
426
+ | string[]
427
+ | CaaRecord[]
428
+ | MxRecord[]
429
+ | NaptrRecord[]
430
+ | SoaRecord
431
+ | SrvRecord[]
432
+ | TlsaRecord[]
433
+ | string[][]
434
+ | AnyRecord[]
436
435
  >;
437
436
  }
438
437
  /**
@@ -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
@@ -44,7 +44,7 @@ declare module "http" {
44
44
  import { URL } from "node:url";
45
45
  import { LookupOptions } from "node:dns";
46
46
  import { EventEmitter } from "node:events";
47
- import { LookupFunction, NetConnectOpts, Server as NetServer, Socket, TcpSocketConnectOpts } from "node:net";
47
+ import { LookupFunction, Server as NetServer, Socket, TcpSocketConnectOpts } from "node:net";
48
48
  // incoming headers will never contain number
49
49
  interface IncomingHttpHeaders extends NodeJS.Dict<string | string[]> {
50
50
  accept?: string | undefined;
@@ -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;
@@ -1451,21 +1451,6 @@ declare module "http" {
1451
1451
  */
1452
1452
  scheduling?: "fifo" | "lifo" | undefined;
1453
1453
  }
1454
- interface AgentGetNameOptions {
1455
- /**
1456
- * A domain name or IP address of the server to issue the request to
1457
- */
1458
- host?: string | undefined;
1459
- /**
1460
- * Port of remote server
1461
- */
1462
- port?: number | undefined;
1463
- /**
1464
- * Local interface to bind for network connections when issuing the request
1465
- */
1466
- localAddress?: string | undefined;
1467
- family?: 4 | 6 | undefined;
1468
- }
1469
1454
  /**
1470
1455
  * An `Agent` is responsible for managing connection persistence
1471
1456
  * and reuse for HTTP clients. It maintains a queue of pending requests
@@ -1604,7 +1589,7 @@ declare module "http" {
1604
1589
  * @param callback Callback function that receives the created socket
1605
1590
  */
1606
1591
  createConnection(
1607
- options: NetConnectOpts,
1592
+ options: ClientRequestArgs,
1608
1593
  callback?: (err: Error | null, stream: stream.Duplex) => void,
1609
1594
  ): stream.Duplex;
1610
1595
  /**
@@ -1646,7 +1631,7 @@ declare module "http" {
1646
1631
  * @since v0.11.4
1647
1632
  * @param options A set of options providing information for name generation
1648
1633
  */
1649
- getName(options?: AgentGetNameOptions): string;
1634
+ getName(options?: ClientRequestArgs): string;
1650
1635
  }
1651
1636
  const METHODS: string[];
1652
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
  /**