cdk-ecr-deployment 3.0.76 → 3.0.77

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 (259) hide show
  1. package/.jsii +2 -2
  2. package/lib/index.js +3 -3
  3. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  4. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +5 -5
  5. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +5 -5
  6. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +1 -1
  7. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +2 -2
  8. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +15 -15
  9. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -17
  10. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +5 -78
  11. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +1 -1
  12. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  13. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +17 -17
  14. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +1 -1
  15. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +1 -1
  16. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +16 -0
  17. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +60 -2
  18. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +2 -2
  19. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +2 -2
  20. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +1 -1
  21. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +1 -1
  22. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -14
  23. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +1 -1
  24. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -3
  25. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  26. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  27. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +8 -8
  28. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +2 -2
  29. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  30. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  31. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +10 -10
  32. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +12 -12
  33. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
  34. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +9 -9
  35. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +1 -1
  36. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +12 -11
  37. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  38. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +2 -2
  39. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +6 -6
  40. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  41. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +1 -1
  42. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +2 -2
  43. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +2 -2
  44. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +5 -7
  45. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  46. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +1 -1
  47. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +3 -3
  48. package/node_modules/@types/cacheable-request/node_modules/undici-types/LICENSE +21 -0
  49. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/balanced-pool.d.ts +11 -0
  50. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/client.d.ts +12 -1
  51. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/diagnostics-channel.d.ts +1 -2
  52. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/dispatcher.d.ts +17 -3
  53. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +61 -0
  54. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/fetch.d.ts +22 -23
  55. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +15 -0
  56. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/index.d.ts +6 -1
  57. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/package.json +1 -1
  58. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/pool.d.ts +11 -0
  59. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/proxy-agent.d.ts +0 -2
  60. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/readable.d.ts +2 -3
  61. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +11 -0
  62. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +116 -0
  63. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +31 -0
  64. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/webidl.d.ts +6 -1
  65. package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/websocket.d.ts +22 -1
  66. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  67. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +5 -5
  68. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +5 -5
  69. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +1 -1
  70. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +2 -2
  71. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +15 -15
  72. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -17
  73. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +5 -78
  74. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +1 -1
  75. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  76. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +17 -17
  77. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +1 -1
  78. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +1 -1
  79. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +16 -0
  80. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +60 -2
  81. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +2 -2
  82. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +2 -2
  83. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +1 -1
  84. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +1 -1
  85. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -14
  86. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +1 -1
  87. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -3
  88. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  89. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  90. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +8 -8
  91. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +2 -2
  92. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  93. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  94. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +10 -10
  95. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +12 -12
  96. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
  97. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +9 -9
  98. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +1 -1
  99. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +12 -11
  100. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  101. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +2 -2
  102. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +6 -6
  103. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  104. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +1 -1
  105. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +2 -2
  106. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +2 -2
  107. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +5 -7
  108. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  109. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +1 -1
  110. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +3 -3
  111. package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +21 -0
  112. package/node_modules/@types/keyv/node_modules/undici-types/README.md +6 -0
  113. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +31 -0
  114. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +43 -0
  115. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +29 -0
  116. package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +36 -0
  117. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +108 -0
  118. package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +34 -0
  119. package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +21 -0
  120. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +28 -0
  121. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  122. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +255 -0
  123. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +128 -0
  124. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +61 -0
  125. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +208 -0
  126. package/node_modules/@types/keyv/node_modules/undici-types/file.d.ts +39 -0
  127. package/node_modules/@types/keyv/node_modules/undici-types/filereader.d.ts +54 -0
  128. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +108 -0
  129. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  130. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +7 -0
  131. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +15 -0
  132. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +4 -0
  133. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +68 -0
  134. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +5 -0
  135. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +50 -0
  136. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +25 -0
  137. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +12 -0
  138. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  139. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +25 -0
  140. package/node_modules/@types/keyv/node_modules/undici-types/package.json +55 -0
  141. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +71 -0
  142. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +19 -0
  143. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +39 -0
  144. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +28 -0
  145. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +60 -0
  146. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +11 -0
  147. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +116 -0
  148. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +31 -0
  149. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +225 -0
  150. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +152 -0
  151. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  152. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +5 -5
  153. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +5 -5
  154. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +1 -1
  155. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +2 -2
  156. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +15 -15
  157. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -17
  158. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +5 -78
  159. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +1 -1
  160. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +1 -1
  161. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +17 -17
  162. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +1 -1
  163. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +1 -1
  164. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +16 -0
  165. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +60 -2
  166. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +2 -2
  167. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +2 -2
  168. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +1 -1
  169. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +1 -1
  170. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -14
  171. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +1 -1
  172. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -3
  173. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  174. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  175. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +8 -8
  176. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +2 -2
  177. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  178. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  179. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +10 -10
  180. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +12 -12
  181. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
  182. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +9 -9
  183. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +1 -1
  184. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +12 -11
  185. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  186. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +2 -2
  187. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +6 -6
  188. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  189. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +1 -1
  190. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +2 -2
  191. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +2 -2
  192. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +5 -7
  193. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  194. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +1 -1
  195. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +3 -3
  196. package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +21 -0
  197. package/node_modules/@types/responselike/node_modules/undici-types/README.md +6 -0
  198. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +31 -0
  199. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +43 -0
  200. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +29 -0
  201. package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +36 -0
  202. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +108 -0
  203. package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +34 -0
  204. package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +21 -0
  205. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +28 -0
  206. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  207. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +255 -0
  208. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +128 -0
  209. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +61 -0
  210. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +208 -0
  211. package/node_modules/@types/responselike/node_modules/undici-types/file.d.ts +39 -0
  212. package/node_modules/@types/responselike/node_modules/undici-types/filereader.d.ts +54 -0
  213. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +108 -0
  214. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  215. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +7 -0
  216. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +15 -0
  217. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +4 -0
  218. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +68 -0
  219. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +5 -0
  220. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +50 -0
  221. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +25 -0
  222. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +12 -0
  223. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  224. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +25 -0
  225. package/node_modules/@types/responselike/node_modules/undici-types/package.json +55 -0
  226. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +71 -0
  227. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +19 -0
  228. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +39 -0
  229. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +28 -0
  230. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +60 -0
  231. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +11 -0
  232. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +116 -0
  233. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +31 -0
  234. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +225 -0
  235. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +152 -0
  236. package/package.json +3 -3
  237. package/node_modules/undici-types/handlers.d.ts +0 -9
  238. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/README.md +0 -0
  239. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/agent.d.ts +0 -0
  240. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/api.d.ts +0 -0
  241. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/cache.d.ts +0 -0
  242. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/connector.d.ts +0 -0
  243. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/content-type.d.ts +0 -0
  244. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/cookies.d.ts +0 -0
  245. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/errors.d.ts +0 -0
  246. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/file.d.ts +0 -0
  247. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/filereader.d.ts +0 -0
  248. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/formdata.d.ts +0 -0
  249. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/global-dispatcher.d.ts +0 -0
  250. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/global-origin.d.ts +0 -0
  251. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/header.d.ts +0 -0
  252. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/interceptors.d.ts +0 -0
  253. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-agent.d.ts +0 -0
  254. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-client.d.ts +0 -0
  255. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-errors.d.ts +0 -0
  256. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-interceptor.d.ts +0 -0
  257. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/mock-pool.d.ts +0 -0
  258. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/patch.d.ts +0 -0
  259. /package/node_modules/{undici-types → @types/cacheable-request/node_modules/undici-types}/pool-stats.d.ts +0 -0
@@ -10,7 +10,7 @@
10
10
  * ```js
11
11
  * const net = require('node:net');
12
12
  * ```
13
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/net.js)
13
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/net.js)
14
14
  */
15
15
  declare module "net" {
16
16
  import * as stream from "node:stream";
@@ -5,7 +5,7 @@
5
5
  * ```js
6
6
  * const os = require('node:os');
7
7
  * ```
8
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/os.js)
8
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/os.js)
9
9
  */
10
10
  declare module "os" {
11
11
  interface CpuInfo {
@@ -241,7 +241,7 @@ declare module "os" {
241
241
  * environment variables for the home directory before falling back to the
242
242
  * operating system response.
243
243
  *
244
- * Throws a [`SystemError`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-systemerror) if a user has no `username` or `homedir`.
244
+ * Throws a [`SystemError`](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-systemerror) if a user has no `username` or `homedir`.
245
245
  * @since v6.0.0
246
246
  */
247
247
  function userInfo(options: { encoding: "buffer" }): UserInfo<Buffer>;
@@ -420,7 +420,7 @@ declare module "os" {
420
420
  * compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`,
421
421
  * and `'x64'`.
422
422
  *
423
- * The return value is equivalent to [process.arch](https://nodejs.org/docs/latest-v20.x/api/process.html#processarch).
423
+ * The return value is equivalent to [process.arch](https://nodejs.org/docs/latest-v22.x/api/process.html#processarch).
424
424
  * @since v0.5.0
425
425
  */
426
426
  function arch(): string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "20.14.12",
3
+ "version": "22.0.0",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -210,8 +210,8 @@
210
210
  },
211
211
  "scripts": {},
212
212
  "dependencies": {
213
- "undici-types": "~5.26.4"
213
+ "undici-types": "~6.11.1"
214
214
  },
215
- "typesPublisherContentHash": "9e6a411f225bdb4e807bf8a25271d2fc7c8aa163691598117f118732284e76e0",
215
+ "typesPublisherContentHash": "14d7e2fcf1f884d0f55bb00df1951b1b7f2ad5995765756491fdd7dca5fd256f",
216
216
  "typeScriptVersion": "4.8"
217
217
  }
@@ -13,7 +13,7 @@ declare module "path/win32" {
13
13
  * ```js
14
14
  * const path = require('node:path');
15
15
  * ```
16
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/path.js)
16
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/path.js)
17
17
  */
18
18
  declare module "path" {
19
19
  namespace path {
@@ -27,7 +27,7 @@
27
27
  * performance.measure('A to B', 'A', 'B');
28
28
  * });
29
29
  * ```
30
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/perf_hooks.js)
30
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/perf_hooks.js)
31
31
  */
32
32
  declare module "perf_hooks" {
33
33
  import { AsyncResource } from "node:async_hooks";
@@ -830,7 +830,7 @@ declare module "perf_hooks" {
830
830
  global {
831
831
  /**
832
832
  * `PerformanceEntry` is a global reference for `require('node:perf_hooks').PerformanceEntry`
833
- * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performanceentry
833
+ * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performanceentry
834
834
  * @since v19.0.0
835
835
  */
836
836
  var PerformanceEntry: typeof globalThis extends {
@@ -840,7 +840,7 @@ declare module "perf_hooks" {
840
840
  : typeof _PerformanceEntry;
841
841
  /**
842
842
  * `PerformanceMark` is a global reference for `require('node:perf_hooks').PerformanceMark`
843
- * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performancemark
843
+ * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performancemark
844
844
  * @since v19.0.0
845
845
  */
846
846
  var PerformanceMark: typeof globalThis extends {
@@ -850,7 +850,7 @@ declare module "perf_hooks" {
850
850
  : typeof _PerformanceMark;
851
851
  /**
852
852
  * `PerformanceMeasure` is a global reference for `require('node:perf_hooks').PerformanceMeasure`
853
- * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performancemeasure
853
+ * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performancemeasure
854
854
  * @since v19.0.0
855
855
  */
856
856
  var PerformanceMeasure: typeof globalThis extends {
@@ -860,7 +860,7 @@ declare module "perf_hooks" {
860
860
  : typeof _PerformanceMeasure;
861
861
  /**
862
862
  * `PerformanceObserver` is a global reference for `require('node:perf_hooks').PerformanceObserver`
863
- * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performanceobserver
863
+ * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performanceobserver
864
864
  * @since v19.0.0
865
865
  */
866
866
  var PerformanceObserver: typeof globalThis extends {
@@ -870,7 +870,7 @@ declare module "perf_hooks" {
870
870
  : typeof _PerformanceObserver;
871
871
  /**
872
872
  * `PerformanceObserverEntryList` is a global reference for `require('node:perf_hooks').PerformanceObserverEntryList`
873
- * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performanceobserverentrylist
873
+ * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performanceobserverentrylist
874
874
  * @since v19.0.0
875
875
  */
876
876
  var PerformanceObserverEntryList: typeof globalThis extends {
@@ -880,7 +880,7 @@ declare module "perf_hooks" {
880
880
  : typeof _PerformanceObserverEntryList;
881
881
  /**
882
882
  * `PerformanceResourceTiming` is a global reference for `require('node:perf_hooks').PerformanceResourceTiming`
883
- * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performanceresourcetiming
883
+ * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performanceresourcetiming
884
884
  * @since v19.0.0
885
885
  */
886
886
  var PerformanceResourceTiming: typeof globalThis extends {
@@ -890,7 +890,7 @@ declare module "perf_hooks" {
890
890
  : typeof _PerformanceResourceTiming;
891
891
  /**
892
892
  * `performance` is a global reference for `require('node:perf_hooks').performance`
893
- * @see https://nodejs.org/docs/latest-v20.x/api/globals.html#performance
893
+ * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performance
894
894
  * @since v16.0.0
895
895
  */
896
896
  var performance: typeof globalThis extends {
@@ -520,7 +520,7 @@ declare module "process" {
520
520
  * should not be used directly, except in special cases. In other words, `require()` should be preferred over `process.dlopen()`
521
521
  * unless there are specific reasons such as custom dlopen flags or loading from ES modules.
522
522
  *
523
- * The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v20.x/api/os.html#dlopen-constants)`
523
+ * The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v22.x/api/os.html#dlopen-constants)`
524
524
  * documentation for details.
525
525
  *
526
526
  * An important requirement when calling `process.dlopen()` is that the `module` instance must be passed. Functions exported by the C++ Addon
@@ -1303,7 +1303,7 @@ declare module "process" {
1303
1303
  constrainedMemory(): number;
1304
1304
  /**
1305
1305
  * Gets the amount of free memory that is still available to the process (in bytes).
1306
- * See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v20.x/api/process.html#processavailablememory) for more information.
1306
+ * See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v22.x/api/process.html#processavailablememory) for more information.
1307
1307
  * @experimental
1308
1308
  * @since v20.13.0
1309
1309
  */
@@ -24,7 +24,7 @@
24
24
  * made available to developers as a convenience. Fixes or other modifications to
25
25
  * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project.
26
26
  * @deprecated Since v7.0.0 - Deprecated
27
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/punycode.js)
27
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/punycode.js)
28
28
  */
29
29
  declare module "punycode" {
30
30
  /**
@@ -9,7 +9,7 @@
9
9
  * `querystring` is more performant than `URLSearchParams` but is not a
10
10
  * standardized API. Use `URLSearchParams` when performance is not critical or
11
11
  * when compatibility with browser code is desirable.
12
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/querystring.js)
12
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/querystring.js)
13
13
  */
14
14
  declare module "querystring" {
15
15
  interface StringifyOptions {
@@ -1,6 +1,6 @@
1
1
  /**
2
- * The `node:readline` module provides an interface for reading data from a [Readable](https://nodejs.org/docs/latest-v20.x/api/stream.html#readable-streams) stream
3
- * (such as [`process.stdin`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdin)) one line at a time.
2
+ * The `node:readline` module provides an interface for reading data from a [Readable](https://nodejs.org/docs/latest-v22.x/api/stream.html#readable-streams) stream
3
+ * (such as [`process.stdin`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdin)) one line at a time.
4
4
  *
5
5
  * To use the promise-based APIs:
6
6
  *
@@ -31,7 +31,7 @@
31
31
  *
32
32
  * Once this code is invoked, the Node.js application will not terminate until the `readline.Interface` is closed because the interface waits for data to be
33
33
  * received on the `input` stream.
34
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/readline.js)
34
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/readline.js)
35
35
  */
36
36
  declare module "readline" {
37
37
  import { Abortable, EventEmitter } from "node:events";
@@ -46,7 +46,7 @@ declare module "readline" {
46
46
  }
47
47
  /**
48
48
  * Instances of the `readline.Interface` class are constructed using the `readline.createInterface()` method. Every instance is associated with a
49
- * single `input` [Readable](https://nodejs.org/docs/latest-v20.x/api/stream.html#readable-streams) stream and a single `output` [Writable](https://nodejs.org/docs/latest-v20.x/api/stream.html#writable-streams) stream.
49
+ * single `input` [Readable](https://nodejs.org/docs/latest-v22.x/api/stream.html#readable-streams) stream and a single `output` [Writable](https://nodejs.org/docs/latest-v22.x/api/stream.html#writable-streams) stream.
50
50
  * The `output` stream is used to print prompts for user input that arrives on,
51
51
  * and is read from, the `input` stream.
52
52
  * @since v0.1.104
@@ -100,7 +100,7 @@ declare module "readline" {
100
100
  * > Instances of the `readline.Interface` class are constructed using the
101
101
  * > `readline.createInterface()` method.
102
102
  *
103
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/readline.html#class-interfaceconstructor
103
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/readline.html#class-interfaceconstructor
104
104
  */
105
105
  protected constructor(
106
106
  input: NodeJS.ReadableStream,
@@ -114,7 +114,7 @@ declare module "readline" {
114
114
  * > Instances of the `readline.Interface` class are constructed using the
115
115
  * > `readline.createInterface()` method.
116
116
  *
117
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/readline.html#class-interfaceconstructor
117
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/readline.html#class-interfaceconstructor
118
118
  */
119
119
  protected constructor(options: ReadLineOptions);
120
120
  /**
@@ -503,7 +503,7 @@ declare module "readline" {
503
503
  cols: number;
504
504
  }
505
505
  /**
506
- * The `readline.clearLine()` method clears current line of given [TTY](https://nodejs.org/docs/latest-v20.x/api/tty.html) stream
506
+ * The `readline.clearLine()` method clears current line of given [TTY](https://nodejs.org/docs/latest-v22.x/api/tty.html) stream
507
507
  * in a specified direction identified by `dir`.
508
508
  * @since v0.7.7
509
509
  * @param callback Invoked once the operation completes.
@@ -511,7 +511,7 @@ declare module "readline" {
511
511
  */
512
512
  export function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean;
513
513
  /**
514
- * The `readline.clearScreenDown()` method clears the given [TTY](https://nodejs.org/docs/latest-v20.x/api/tty.html) stream from
514
+ * The `readline.clearScreenDown()` method clears the given [TTY](https://nodejs.org/docs/latest-v22.x/api/tty.html) stream from
515
515
  * the current position of the cursor down.
516
516
  * @since v0.7.7
517
517
  * @param callback Invoked once the operation completes.
@@ -520,7 +520,7 @@ declare module "readline" {
520
520
  export function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean;
521
521
  /**
522
522
  * The `readline.cursorTo()` method moves cursor to the specified position in a
523
- * given [TTY](https://nodejs.org/docs/latest-v20.x/api/tty.html) `stream`.
523
+ * given [TTY](https://nodejs.org/docs/latest-v22.x/api/tty.html) `stream`.
524
524
  * @since v0.7.7
525
525
  * @param callback Invoked once the operation completes.
526
526
  * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`.
@@ -528,7 +528,7 @@ declare module "readline" {
528
528
  export function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean;
529
529
  /**
530
530
  * The `readline.moveCursor()` method moves the cursor _relative_ to its current
531
- * position in a given [TTY](https://nodejs.org/docs/latest-v20.x/api/tty.html) `stream`.
531
+ * position in a given [TTY](https://nodejs.org/docs/latest-v22.x/api/tty.html) `stream`.
532
532
  * @since v0.7.7
533
533
  * @param callback Invoked once the operation completes.
534
534
  * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`.
@@ -6,7 +6,7 @@
6
6
  * ```js
7
7
  * const repl = require('node:repl');
8
8
  * ```
9
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/repl.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/repl.js)
10
10
  */
11
11
  declare module "repl" {
12
12
  import { AsyncCompleter, Completer, Interface } from "node:readline";
@@ -41,8 +41,8 @@ declare module "repl" {
41
41
  * error with `repl.Recoverable` to indicate the input was incomplete and prompt for
42
42
  * additional lines.
43
43
  *
44
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_default_evaluation
45
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_custom_evaluation_functions
44
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_default_evaluation
45
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_custom_evaluation_functions
46
46
  */
47
47
  eval?: REPLEval | undefined;
48
48
  /**
@@ -74,13 +74,13 @@ declare module "repl" {
74
74
  * The function to invoke to format the output of each command before writing to `output`.
75
75
  * @default a wrapper for `util.inspect`
76
76
  *
77
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_customizing_repl_output
77
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_customizing_repl_output
78
78
  */
79
79
  writer?: REPLWriter | undefined;
80
80
  /**
81
81
  * An optional function used for custom Tab auto completion.
82
82
  *
83
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/readline.html#readline_use_of_the_completer_function
83
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/readline.html#readline_use_of_the_completer_function
84
84
  */
85
85
  completer?: Completer | AsyncCompleter | undefined;
86
86
  /**
@@ -168,33 +168,33 @@ declare module "repl" {
168
168
  /**
169
169
  * A value indicating whether the REPL is currently in "editor mode".
170
170
  *
171
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_commands_and_special_keys
171
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_commands_and_special_keys
172
172
  */
173
173
  readonly editorMode: boolean;
174
174
  /**
175
175
  * A value indicating whether the `_` variable has been assigned.
176
176
  *
177
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
177
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
178
178
  */
179
179
  readonly underscoreAssigned: boolean;
180
180
  /**
181
181
  * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL).
182
182
  *
183
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
183
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
184
184
  */
185
185
  readonly last: any;
186
186
  /**
187
187
  * A value indicating whether the `_error` variable has been assigned.
188
188
  *
189
189
  * @since v9.8.0
190
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
190
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
191
191
  */
192
192
  readonly underscoreErrAssigned: boolean;
193
193
  /**
194
194
  * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL).
195
195
  *
196
196
  * @since v9.8.0
197
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
197
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable
198
198
  */
199
199
  readonly lastError: any;
200
200
  /**
@@ -246,7 +246,7 @@ declare module "repl" {
246
246
  *
247
247
  * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS.
248
248
  *
249
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_class_replserver
249
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_class_replserver
250
250
  */
251
251
  private constructor();
252
252
  /**
@@ -418,7 +418,7 @@ declare module "repl" {
418
418
  /**
419
419
  * Indicates a recoverable error that a `REPLServer` can use to support multi-line input.
420
420
  *
421
- * @see https://nodejs.org/dist/latest-v20.x/docs/api/repl.html#repl_recoverable_errors
421
+ * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_recoverable_errors
422
422
  */
423
423
  class Recoverable extends SyntaxError {
424
424
  err: Error;
@@ -111,7 +111,7 @@
111
111
  * ```
112
112
  * @since v19.7.0, v18.16.0
113
113
  * @experimental
114
- * @see [source](https://github.com/nodejs/node/blob/v20.12.0/src/node_sea.cc)
114
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/src/node_sea.cc)
115
115
  */
116
116
  declare module "node:sea" {
117
117
  type AssetKey = string;
@@ -2,10 +2,10 @@
2
2
  * A stream is an abstract interface for working with streaming data in Node.js.
3
3
  * The `node:stream` module provides an API for implementing the stream interface.
4
4
  *
5
- * There are many stream objects provided by Node.js. For instance, a [request to an HTTP server](https://nodejs.org/docs/latest-v20.x/api/http.html#class-httpincomingmessage)
6
- * and [`process.stdout`](https://nodejs.org/docs/latest-v20.x/api/process.html#processstdout) are both stream instances.
5
+ * There are many stream objects provided by Node.js. For instance, a [request to an HTTP server](https://nodejs.org/docs/latest-v22.x/api/http.html#class-httpincomingmessage)
6
+ * and [`process.stdout`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdout) are both stream instances.
7
7
  *
8
- * Streams can be readable, writable, or both. All streams are instances of [`EventEmitter`](https://nodejs.org/docs/latest-v20.x/api/events.html#class-eventemitter).
8
+ * Streams can be readable, writable, or both. All streams are instances of [`EventEmitter`](https://nodejs.org/docs/latest-v22.x/api/events.html#class-eventemitter).
9
9
  *
10
10
  * To access the `node:stream` module:
11
11
  *
@@ -15,7 +15,7 @@
15
15
  *
16
16
  * The `node:stream` module is useful for creating new types of stream instances.
17
17
  * It is usually not necessary to use the `node:stream` module to consume streams.
18
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/stream.js)
18
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/stream.js)
19
19
  */
20
20
  declare module "stream" {
21
21
  import { Abortable, EventEmitter } from "node:events";
@@ -87,13 +87,13 @@ declare module "stream" {
87
87
  */
88
88
  readonly readableEncoding: BufferEncoding | null;
89
89
  /**
90
- * Becomes `true` when [`'end'`](https://nodejs.org/docs/latest-v20.x/api/stream.html#event-end) event is emitted.
90
+ * Becomes `true` when [`'end'`](https://nodejs.org/docs/latest-v22.x/api/stream.html#event-end) event is emitted.
91
91
  * @since v12.9.0
92
92
  */
93
93
  readonly readableEnded: boolean;
94
94
  /**
95
95
  * This property reflects the current state of a `Readable` stream as described
96
- * in the [Three states](https://nodejs.org/docs/latest-v20.x/api/stream.html#three-states) section.
96
+ * in the [Three states](https://nodejs.org/docs/latest-v22.x/api/stream.html#three-states) section.
97
97
  * @since v9.4.0
98
98
  */
99
99
  readonly readableFlowing: boolean | null;
@@ -1376,7 +1376,7 @@ declare module "stream" {
1376
1376
  function addAbortSignal<T extends Stream>(signal: AbortSignal, stream: T): T;
1377
1377
  /**
1378
1378
  * Returns the default highWaterMark used by streams.
1379
- * Defaults to `16384` (16 KiB), or `16` for `objectMode`.
1379
+ * Defaults to `65536` (64 KiB), or `16` for `objectMode`.
1380
1380
  * @since v19.9.0
1381
1381
  */
1382
1382
  function getDefaultHighWaterMark(objectMode: boolean): number;
@@ -1417,7 +1417,7 @@ declare module "stream" {
1417
1417
  * Especially useful in error handling scenarios where a stream is destroyed
1418
1418
  * prematurely (like an aborted HTTP request), and will not emit `'end'` or `'finish'`.
1419
1419
  *
1420
- * The `finished` API provides [`promise version`](https://nodejs.org/docs/latest-v20.x/api/stream.html#streamfinishedstream-options).
1420
+ * The `finished` API provides [`promise version`](https://nodejs.org/docs/latest-v22.x/api/stream.html#streamfinishedstream-options).
1421
1421
  *
1422
1422
  * `stream.finished()` leaves dangling event listeners (in particular `'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been
1423
1423
  * invoked. The reason for this is so that unexpected `'error'` events (due to
@@ -1505,7 +1505,7 @@ declare module "stream" {
1505
1505
  * );
1506
1506
  * ```
1507
1507
  *
1508
- * The `pipeline` API provides a [`promise version`](https://nodejs.org/docs/latest-v20.x/api/stream.html#streampipelinesource-transforms-destination-options).
1508
+ * The `pipeline` API provides a [`promise version`](https://nodejs.org/docs/latest-v22.x/api/stream.html#streampipelinesource-transforms-destination-options).
1509
1509
  *
1510
1510
  * `stream.pipeline()` will call `stream.destroy(err)` on all streams except:
1511
1511
  *
@@ -36,7 +36,7 @@
36
36
  * decoder.write(Buffer.from([0x82]));
37
37
  * console.log(decoder.end(Buffer.from([0xAC]))); // Prints: €
38
38
  * ```
39
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/string_decoder.js)
39
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/string_decoder.js)
40
40
  */
41
41
  declare module "string_decoder" {
42
42
  class StringDecoder {
@@ -76,7 +76,7 @@
76
76
  *
77
77
  * If any tests fail, the process exit code is set to `1`.
78
78
  * @since v18.0.0, v16.17.0
79
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/test.js)
79
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/test.js)
80
80
  */
81
81
  declare module "node:test" {
82
82
  import { Readable } from "node:stream";
@@ -144,7 +144,7 @@ declare module "node:test" {
144
144
  function test(options?: TestOptions, fn?: TestFn): Promise<void>;
145
145
  function test(fn?: TestFn): Promise<void>;
146
146
  namespace test {
147
- export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, test, todo };
147
+ export { after, afterEach, before, beforeEach, describe, it, mock, only, run, skip, suite, test, todo };
148
148
  }
149
149
  /**
150
150
  * The `suite()` function is imported from the `node:test` module.
@@ -160,7 +160,7 @@ declare module "node:test" {
160
160
  function suite(fn?: SuiteFn): Promise<void>;
161
161
  namespace suite {
162
162
  /**
163
- * Shorthand for skipping a suite. This is the same as [`suite([name], { skip: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#suitename-options-fn).
163
+ * Shorthand for skipping a suite. This is the same as [`suite([name], { skip: true }[, fn])`](https://nodejs.org/docs/latest-v22.x/api/test.html#suitename-options-fn).
164
164
  * @since v20.13.0
165
165
  */
166
166
  function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
@@ -168,7 +168,7 @@ declare module "node:test" {
168
168
  function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
169
169
  function skip(fn?: SuiteFn): Promise<void>;
170
170
  /**
171
- * Shorthand for marking a suite as `TODO`. This is the same as [`suite([name], { todo: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#suitename-options-fn).
171
+ * Shorthand for marking a suite as `TODO`. This is the same as [`suite([name], { todo: true }[, fn])`](https://nodejs.org/docs/latest-v22.x/api/test.html#suitename-options-fn).
172
172
  * @since v20.13.0
173
173
  */
174
174
  function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
@@ -176,7 +176,7 @@ declare module "node:test" {
176
176
  function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
177
177
  function todo(fn?: SuiteFn): Promise<void>;
178
178
  /**
179
- * Shorthand for marking a suite as `only`. This is the same as [`suite([name], { only: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#suitename-options-fn).
179
+ * Shorthand for marking a suite as `only`. This is the same as [`suite([name], { only: true }[, fn])`](https://nodejs.org/docs/latest-v22.x/api/test.html#suitename-options-fn).
180
180
  * @since v20.13.0
181
181
  */
182
182
  function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
@@ -195,7 +195,7 @@ declare module "node:test" {
195
195
  function describe(fn?: SuiteFn): Promise<void>;
196
196
  namespace describe {
197
197
  /**
198
- * Shorthand for skipping a suite. This is the same as [`describe([name], { skip: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#describename-options-fn).
198
+ * Shorthand for skipping a suite. This is the same as [`describe([name], { skip: true }[, fn])`](https://nodejs.org/docs/latest-v22.x/api/test.html#describename-options-fn).
199
199
  * @since v18.15.0
200
200
  */
201
201
  function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
@@ -203,7 +203,7 @@ declare module "node:test" {
203
203
  function skip(options?: TestOptions, fn?: SuiteFn): Promise<void>;
204
204
  function skip(fn?: SuiteFn): Promise<void>;
205
205
  /**
206
- * Shorthand for marking a suite as `TODO`. This is the same as [`describe([name], { todo: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#describename-options-fn).
206
+ * Shorthand for marking a suite as `TODO`. This is the same as [`describe([name], { todo: true }[, fn])`](https://nodejs.org/docs/latest-v22.x/api/test.html#describename-options-fn).
207
207
  * @since v18.15.0
208
208
  */
209
209
  function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
@@ -211,7 +211,7 @@ declare module "node:test" {
211
211
  function todo(options?: TestOptions, fn?: SuiteFn): Promise<void>;
212
212
  function todo(fn?: SuiteFn): Promise<void>;
213
213
  /**
214
- * Shorthand for marking a suite as `only`. This is the same as [`describe([name], { only: true }[, fn])`](https://nodejs.org/docs/latest-v20.x/api/test.html#describename-options-fn).
214
+ * Shorthand for marking a suite as `only`. This is the same as [`describe([name], { only: true }[, fn])`](https://nodejs.org/docs/latest-v22.x/api/test.html#describename-options-fn).
215
215
  * @since v18.15.0
216
216
  */
217
217
  function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise<void>;
@@ -306,7 +306,7 @@ declare module "node:test" {
306
306
  concurrency?: number | boolean | undefined;
307
307
  /**
308
308
  * An array containing the list of files to run. **Default** matching files from
309
- * [test runner execution model](https://nodejs.org/docs/latest-v20.x/api/test.html#test-runner-execution-model).
309
+ * [test runner execution model](https://nodejs.org/docs/latest-v22.x/api/test.html#test-runner-execution-model).
310
310
  */
311
311
  files?: readonly string[] | undefined;
312
312
  /**
@@ -1326,6 +1326,7 @@ declare module "node:test" {
1326
1326
  only,
1327
1327
  run,
1328
1328
  skip,
1329
+ suite,
1329
1330
  SuiteContext,
1330
1331
  test,
1331
1332
  test as default,
@@ -1679,7 +1680,7 @@ interface TestStdout extends TestLocationInfo {
1679
1680
  * import test from 'test/reporters';
1680
1681
  * ```
1681
1682
  * @since v19.9.0
1682
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/test/reporters.js)
1683
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/test/reporters.js)
1683
1684
  */
1684
1685
  declare module "node:test/reporters" {
1685
1686
  import { Transform, TransformOptions } from "node:stream";
@@ -1720,7 +1721,7 @@ declare module "node:test/reporters" {
1720
1721
  */
1721
1722
  function junit(source: TestEventGenerator): AsyncGenerator<string, void>;
1722
1723
  /**
1723
- * The `lcov` reporter outputs test coverage when used with the [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--experimental-test-coverage) flag.
1724
+ * The `lcov` reporter outputs test coverage when used with the [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--experimental-test-coverage) flag.
1724
1725
  */
1725
1726
  class Lcov extends Transform {
1726
1727
  constructor(opts?: TransformOptions);
@@ -6,7 +6,7 @@
6
6
  * The timer functions within Node.js implement a similar API as the timers API
7
7
  * provided by Web Browsers but use a different internal implementation that is
8
8
  * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout).
9
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/timers.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/timers.js)
10
10
  */
11
11
  declare module "timers" {
12
12
  import { Abortable } from "node:events";
@@ -6,7 +6,7 @@
6
6
  * ```js
7
7
  * const tls = require('node:tls');
8
8
  * ```
9
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/tls.js)
9
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/tls.js)
10
10
  */
11
11
  declare module "tls" {
12
12
  import { X509Certificate } from "node:crypto";
@@ -1155,7 +1155,7 @@ declare module "tls" {
1155
1155
  * the `ciphers` option of `{@link createSecureContext}`.
1156
1156
  *
1157
1157
  * Not all supported ciphers are enabled by default. See
1158
- * [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v20.x/api/tls.html#modifying-the-default-tls-cipher-suite).
1158
+ * [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v22.x/api/tls.html#modifying-the-default-tls-cipher-suite).
1159
1159
  *
1160
1160
  * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
1161
1161
  * TLSv1.2 and below.
@@ -9,8 +9,8 @@
9
9
  * The available categories are:
10
10
  *
11
11
  * * `node`: An empty placeholder.
12
- * * `node.async_hooks`: Enables capture of detailed [`async_hooks`](https://nodejs.org/docs/latest-v20.x/api/async_hooks.html) trace data.
13
- * The [`async_hooks`](https://nodejs.org/docs/latest-v20.x/api/async_hooks.html) events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property.
12
+ * * `node.async_hooks`: Enables capture of detailed [`async_hooks`](https://nodejs.org/docs/latest-v22.x/api/async_hooks.html) trace data.
13
+ * The [`async_hooks`](https://nodejs.org/docs/latest-v22.x/api/async_hooks.html) events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property.
14
14
  * * `node.bootstrap`: Enables capture of Node.js bootstrap milestones.
15
15
  * * `node.console`: Enables capture of `console.time()` and `console.count()` output.
16
16
  * * `node.threadpoolwork.sync`: Enables capture of trace data for threadpool synchronous operations, such as `blob`, `zlib`, `crypto` and `node_api`.
@@ -22,7 +22,7 @@
22
22
  * * `node.fs_dir.sync`: Enables capture of trace data for file system sync directory methods.
23
23
  * * `node.fs.async`: Enables capture of trace data for file system async methods.
24
24
  * * `node.fs_dir.async`: Enables capture of trace data for file system async directory methods.
25
- * * `node.perf`: Enables capture of [Performance API](https://nodejs.org/docs/latest-v20.x/api/perf_hooks.html) measurements.
25
+ * * `node.perf`: Enables capture of [Performance API](https://nodejs.org/docs/latest-v22.x/api/perf_hooks.html) measurements.
26
26
  * * `node.perf.usertiming`: Enables capture of only Performance API User Timing
27
27
  * measures and marks.
28
28
  * * `node.perf.timerify`: Enables capture of only Performance API timerify
@@ -30,7 +30,7 @@
30
30
  * * `node.promises.rejections`: Enables capture of trace data tracking the number
31
31
  * of unhandled Promise rejections and handled-after-rejections.
32
32
  * * `node.vm.script`: Enables capture of trace data for the `node:vm` module's `runInNewContext()`, `runInContext()`, and `runInThisContext()` methods.
33
- * * `v8`: The [V8](https://nodejs.org/docs/latest-v20.x/api/v8.html) events are GC, compiling, and execution related.
33
+ * * `v8`: The [V8](https://nodejs.org/docs/latest-v22.x/api/v8.html) events are GC, compiling, and execution related.
34
34
  * * `node.http`: Enables capture of trace data for http request / response.
35
35
  *
36
36
  * By default the `node`, `node.async_hooks`, and `v8` categories are enabled.
@@ -88,9 +88,9 @@
88
88
  * However the trace-event timestamps are expressed in microseconds,
89
89
  * unlike `process.hrtime()` which returns nanoseconds.
90
90
  *
91
- * The features from this module are not available in [`Worker`](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html#class-worker) threads.
91
+ * The features from this module are not available in [`Worker`](https://nodejs.org/docs/latest-v22.x/api/worker_threads.html#class-worker) threads.
92
92
  * @experimental
93
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/trace_events.js)
93
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/trace_events.js)
94
94
  */
95
95
  declare module "trace_events" {
96
96
  /**
@@ -21,7 +21,7 @@
21
21
  *
22
22
  * In most cases, there should be little to no reason for an application to
23
23
  * manually create instances of the `tty.ReadStream` and `tty.WriteStream` classes.
24
- * @see [source](https://github.com/nodejs/node/blob/v20.13.1/lib/tty.js)
24
+ * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/tty.js)
25
25
  */
26
26
  declare module "tty" {
27
27
  import * as net from "node:net";