cloudstructs 0.9.27 → 0.9.29

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 (460) hide show
  1. package/.jsii +4 -4
  2. package/assets/slack-textract/detect.lambda/index.js +929 -51
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/mjml-template/index.js +1 -1
  8. package/lib/saml-identity-provider/index.js +2 -2
  9. package/lib/slack-app/manifest.js +1 -1
  10. package/lib/slack-app/slack-app.js +2 -2
  11. package/lib/slack-events/index.js +1 -1
  12. package/lib/slack-textract/index.js +1 -1
  13. package/lib/ssl-server-test/index.js +1 -1
  14. package/lib/state-machine-cr-provider/index.js +1 -1
  15. package/lib/static-website/index.js +1 -1
  16. package/lib/toolkit-cleaner/index.js +1 -1
  17. package/lib/url-shortener/index.js +1 -1
  18. package/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +2 -2
  19. package/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
  20. package/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +4 -3
  21. package/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +2 -2
  22. package/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +1 -1
  23. package/node_modules/@babel/runtime/helpers/wrapRegExp.js +4 -3
  24. package/node_modules/@babel/runtime/package.json +1 -1
  25. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  26. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +55 -0
  27. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +114 -39
  28. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +4 -11
  29. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +14 -12
  30. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +36 -1
  31. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +10 -7
  32. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +2 -2
  33. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +45 -98
  34. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -57
  35. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +1 -0
  36. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +530 -237
  37. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +30 -5
  38. package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +5 -0
  40. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +54 -4
  41. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +1 -1
  42. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +207 -2
  43. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +6 -1
  44. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +936 -1000
  45. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +40 -138
  46. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
  47. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +85 -17
  48. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +1 -1
  49. package/node_modules/@slack/web-api/README.md +4 -4
  50. package/node_modules/@slack/web-api/dist/WebClient.d.ts +30 -1
  51. package/node_modules/@slack/web-api/dist/WebClient.d.ts.map +1 -1
  52. package/node_modules/@slack/web-api/dist/WebClient.js +15 -2
  53. package/node_modules/@slack/web-api/dist/WebClient.js.map +1 -1
  54. package/node_modules/@slack/web-api/dist/methods.d.ts +1 -1
  55. package/node_modules/@slack/web-api/dist/methods.js +1 -1
  56. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  57. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +55 -0
  58. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +114 -39
  59. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +4 -11
  60. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +14 -12
  61. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +36 -1
  62. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +10 -7
  63. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +2 -2
  64. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +45 -98
  65. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +0 -57
  66. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +1 -0
  67. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +530 -237
  68. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +30 -5
  69. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  70. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +5 -0
  71. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +54 -4
  72. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +1 -1
  73. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +207 -2
  74. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +6 -1
  75. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +936 -1000
  76. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +40 -138
  77. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
  78. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +85 -17
  79. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +1 -1
  80. package/node_modules/@slack/web-api/package.json +8 -6
  81. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  82. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +55 -0
  83. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +114 -39
  84. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +4 -11
  85. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +14 -12
  86. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +36 -1
  87. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +10 -7
  88. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +2 -2
  89. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +45 -98
  90. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +0 -57
  91. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +1 -0
  92. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +530 -237
  93. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +30 -5
  94. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  95. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +5 -0
  96. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +54 -4
  97. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +1 -1
  98. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +207 -2
  99. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +6 -1
  100. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +936 -1000
  101. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +40 -138
  102. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
  103. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +85 -17
  104. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +1 -1
  105. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  106. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +55 -0
  107. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +114 -39
  108. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +4 -11
  109. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +14 -12
  110. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +36 -1
  111. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +10 -7
  112. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +2 -2
  113. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +45 -98
  114. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +0 -57
  115. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +1 -0
  116. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +530 -237
  117. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +30 -5
  118. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  119. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +5 -0
  120. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +54 -4
  121. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +1 -1
  122. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +207 -2
  123. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +6 -1
  124. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +936 -1000
  125. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +40 -138
  126. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
  127. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +85 -17
  128. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +1 -1
  129. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  130. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +55 -0
  131. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +114 -39
  132. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +4 -11
  133. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +14 -12
  134. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +36 -1
  135. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +10 -7
  136. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +2 -2
  137. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +45 -98
  138. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +0 -57
  139. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +1 -0
  140. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +530 -237
  141. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +30 -5
  142. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  143. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +5 -0
  144. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +54 -4
  145. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +1 -1
  146. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +207 -2
  147. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +6 -1
  148. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +936 -1000
  149. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +40 -138
  150. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +107 -35
  151. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +85 -17
  152. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +1 -1
  153. package/node_modules/axios/CHANGELOG.md +97 -0
  154. package/node_modules/axios/README.md +35 -13
  155. package/node_modules/axios/dist/axios.js +14 -25
  156. package/node_modules/axios/dist/axios.js.map +1 -1
  157. package/node_modules/axios/dist/axios.min.js +2 -1
  158. package/node_modules/axios/dist/axios.min.js.map +1 -1
  159. package/node_modules/axios/dist/browser/axios.cjs +14 -28
  160. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  161. package/node_modules/axios/dist/esm/axios.js +14 -28
  162. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  163. package/node_modules/axios/dist/esm/axios.min.js +2 -1
  164. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  165. package/node_modules/axios/dist/node/axios.cjs +44 -31
  166. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  167. package/node_modules/axios/index.d.cts +1 -0
  168. package/node_modules/axios/index.d.ts +1 -0
  169. package/node_modules/axios/lib/adapters/http.js +1 -1
  170. package/node_modules/axios/lib/core/Axios.js +10 -1
  171. package/node_modules/axios/lib/core/buildFullPath.js +3 -2
  172. package/node_modules/axios/lib/env/data.js +1 -1
  173. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  174. package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
  175. package/node_modules/axios/lib/platform/node/index.js +26 -0
  176. package/node_modules/axios/lib/utils.js +0 -22
  177. package/node_modules/axios/package.json +4 -4
  178. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  179. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  180. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  181. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  182. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  183. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  184. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  185. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  186. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  187. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  188. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  189. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  190. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  191. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  192. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  193. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  194. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  195. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  196. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  197. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  198. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  199. package/node_modules/dunder-proto/.eslintrc +5 -0
  200. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  201. package/node_modules/dunder-proto/.nycrc +13 -0
  202. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  203. package/node_modules/dunder-proto/LICENSE +21 -0
  204. package/node_modules/dunder-proto/README.md +54 -0
  205. package/node_modules/dunder-proto/get.d.ts +5 -0
  206. package/node_modules/dunder-proto/get.js +30 -0
  207. package/node_modules/dunder-proto/package.json +76 -0
  208. package/node_modules/dunder-proto/set.d.ts +5 -0
  209. package/node_modules/dunder-proto/set.js +35 -0
  210. package/node_modules/dunder-proto/test/get.js +34 -0
  211. package/node_modules/dunder-proto/test/index.js +4 -0
  212. package/node_modules/dunder-proto/test/set.js +50 -0
  213. package/node_modules/dunder-proto/tsconfig.json +9 -0
  214. package/node_modules/es-define-property/.eslintrc +13 -0
  215. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  216. package/node_modules/es-define-property/.nycrc +9 -0
  217. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  218. package/node_modules/es-define-property/LICENSE +21 -0
  219. package/node_modules/es-define-property/README.md +49 -0
  220. package/node_modules/es-define-property/index.d.ts +3 -0
  221. package/node_modules/es-define-property/index.js +14 -0
  222. package/node_modules/es-define-property/package.json +81 -0
  223. package/node_modules/es-define-property/test/index.js +56 -0
  224. package/node_modules/es-define-property/tsconfig.json +10 -0
  225. package/node_modules/es-errors/.eslintrc +5 -0
  226. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  227. package/node_modules/es-errors/CHANGELOG.md +40 -0
  228. package/node_modules/es-errors/LICENSE +21 -0
  229. package/node_modules/es-errors/README.md +55 -0
  230. package/node_modules/es-errors/eval.d.ts +3 -0
  231. package/node_modules/es-errors/eval.js +4 -0
  232. package/node_modules/es-errors/index.d.ts +3 -0
  233. package/node_modules/es-errors/index.js +4 -0
  234. package/node_modules/es-errors/package.json +80 -0
  235. package/node_modules/es-errors/range.d.ts +3 -0
  236. package/node_modules/es-errors/range.js +4 -0
  237. package/node_modules/es-errors/ref.d.ts +3 -0
  238. package/node_modules/es-errors/ref.js +4 -0
  239. package/node_modules/es-errors/syntax.d.ts +3 -0
  240. package/node_modules/es-errors/syntax.js +4 -0
  241. package/node_modules/es-errors/test/index.js +19 -0
  242. package/node_modules/es-errors/tsconfig.json +49 -0
  243. package/node_modules/es-errors/type.d.ts +3 -0
  244. package/node_modules/es-errors/type.js +4 -0
  245. package/node_modules/es-errors/uri.d.ts +3 -0
  246. package/node_modules/es-errors/uri.js +4 -0
  247. package/node_modules/es-object-atoms/.eslintrc +16 -0
  248. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  249. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  250. package/node_modules/es-object-atoms/LICENSE +21 -0
  251. package/node_modules/es-object-atoms/README.md +63 -0
  252. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  253. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  254. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  255. package/node_modules/es-object-atoms/ToObject.js +10 -0
  256. package/node_modules/es-object-atoms/index.d.ts +3 -0
  257. package/node_modules/es-object-atoms/index.js +4 -0
  258. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  259. package/node_modules/es-object-atoms/isObject.js +6 -0
  260. package/node_modules/es-object-atoms/package.json +80 -0
  261. package/node_modules/es-object-atoms/test/index.js +38 -0
  262. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  263. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  264. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  265. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  266. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  267. package/node_modules/es-set-tostringtag/README.md +53 -0
  268. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  269. package/node_modules/es-set-tostringtag/index.js +35 -0
  270. package/node_modules/es-set-tostringtag/package.json +78 -0
  271. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  272. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  273. package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +0 -1
  274. package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +1 -1
  275. package/node_modules/foreground-child/dist/commonjs/index.d.ts +1 -8
  276. package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -1
  277. package/node_modules/foreground-child/dist/commonjs/index.js +2 -2
  278. package/node_modules/foreground-child/dist/commonjs/index.js.map +1 -1
  279. package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +0 -1
  280. package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +1 -1
  281. package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +0 -1
  282. package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +1 -1
  283. package/node_modules/foreground-child/dist/esm/all-signals.d.ts +0 -1
  284. package/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +1 -1
  285. package/node_modules/foreground-child/dist/esm/index.d.ts +1 -8
  286. package/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -1
  287. package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +0 -1
  288. package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +1 -1
  289. package/node_modules/foreground-child/dist/esm/watchdog.d.ts +0 -1
  290. package/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +1 -1
  291. package/node_modules/foreground-child/package.json +6 -11
  292. package/node_modules/form-data/lib/form_data.js +24 -22
  293. package/node_modules/form-data/package.json +17 -14
  294. package/node_modules/function-bind/.eslintrc +21 -0
  295. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  296. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  297. package/node_modules/function-bind/.nycrc +13 -0
  298. package/node_modules/function-bind/CHANGELOG.md +136 -0
  299. package/node_modules/function-bind/LICENSE +20 -0
  300. package/node_modules/function-bind/README.md +46 -0
  301. package/node_modules/function-bind/implementation.js +84 -0
  302. package/node_modules/function-bind/index.js +5 -0
  303. package/node_modules/function-bind/package.json +87 -0
  304. package/node_modules/function-bind/test/.eslintrc +9 -0
  305. package/node_modules/function-bind/test/index.js +252 -0
  306. package/node_modules/get-intrinsic/.eslintrc +42 -0
  307. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  308. package/node_modules/get-intrinsic/.nycrc +9 -0
  309. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  310. package/node_modules/get-intrinsic/LICENSE +21 -0
  311. package/node_modules/get-intrinsic/README.md +71 -0
  312. package/node_modules/get-intrinsic/index.js +378 -0
  313. package/node_modules/get-intrinsic/package.json +97 -0
  314. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  315. package/node_modules/get-proto/.eslintrc +10 -0
  316. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  317. package/node_modules/get-proto/.nycrc +9 -0
  318. package/node_modules/get-proto/CHANGELOG.md +21 -0
  319. package/node_modules/get-proto/LICENSE +21 -0
  320. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  321. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  322. package/node_modules/get-proto/README.md +50 -0
  323. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  324. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  325. package/node_modules/get-proto/index.d.ts +5 -0
  326. package/node_modules/get-proto/index.js +27 -0
  327. package/node_modules/get-proto/package.json +81 -0
  328. package/node_modules/get-proto/test/index.js +68 -0
  329. package/node_modules/get-proto/tsconfig.json +9 -0
  330. package/node_modules/gopd/.eslintrc +16 -0
  331. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  332. package/node_modules/gopd/CHANGELOG.md +45 -0
  333. package/node_modules/gopd/LICENSE +21 -0
  334. package/node_modules/gopd/README.md +40 -0
  335. package/node_modules/gopd/gOPD.d.ts +1 -0
  336. package/node_modules/gopd/gOPD.js +4 -0
  337. package/node_modules/gopd/index.d.ts +5 -0
  338. package/node_modules/gopd/index.js +15 -0
  339. package/node_modules/gopd/package.json +77 -0
  340. package/node_modules/gopd/test/index.js +36 -0
  341. package/node_modules/gopd/tsconfig.json +9 -0
  342. package/node_modules/has-symbols/.eslintrc +11 -0
  343. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  344. package/node_modules/has-symbols/.nycrc +9 -0
  345. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  346. package/node_modules/has-symbols/LICENSE +21 -0
  347. package/node_modules/has-symbols/README.md +46 -0
  348. package/node_modules/has-symbols/index.d.ts +3 -0
  349. package/node_modules/has-symbols/index.js +14 -0
  350. package/node_modules/has-symbols/package.json +111 -0
  351. package/node_modules/has-symbols/shams.d.ts +3 -0
  352. package/node_modules/has-symbols/shams.js +45 -0
  353. package/node_modules/has-symbols/test/index.js +22 -0
  354. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  355. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  356. package/node_modules/has-symbols/test/tests.js +58 -0
  357. package/node_modules/has-symbols/tsconfig.json +10 -0
  358. package/node_modules/has-tostringtag/.eslintrc +5 -0
  359. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  360. package/node_modules/has-tostringtag/.nycrc +13 -0
  361. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  362. package/node_modules/has-tostringtag/LICENSE +21 -0
  363. package/node_modules/has-tostringtag/README.md +46 -0
  364. package/node_modules/has-tostringtag/index.d.ts +3 -0
  365. package/node_modules/has-tostringtag/index.js +8 -0
  366. package/node_modules/has-tostringtag/package.json +108 -0
  367. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  368. package/node_modules/has-tostringtag/shams.js +8 -0
  369. package/node_modules/has-tostringtag/test/index.js +21 -0
  370. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  371. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  372. package/node_modules/has-tostringtag/test/tests.js +15 -0
  373. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  374. package/node_modules/hasown/.eslintrc +5 -0
  375. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  376. package/node_modules/hasown/.nycrc +13 -0
  377. package/node_modules/hasown/CHANGELOG.md +40 -0
  378. package/node_modules/hasown/LICENSE +21 -0
  379. package/node_modules/hasown/README.md +40 -0
  380. package/node_modules/hasown/index.d.ts +3 -0
  381. package/node_modules/hasown/index.js +8 -0
  382. package/node_modules/hasown/package.json +92 -0
  383. package/node_modules/hasown/tsconfig.json +6 -0
  384. package/node_modules/js-beautify/README.md +19 -8
  385. package/node_modules/js-beautify/js/lib/beautifier.js +35 -18
  386. package/node_modules/js-beautify/js/lib/beautifier.min.js +1 -1
  387. package/node_modules/js-beautify/js/lib/beautify-html.js +35 -18
  388. package/node_modules/js-beautify/js/lib/beautify.js +4 -0
  389. package/node_modules/js-beautify/js/src/core/templatablepattern.js +4 -0
  390. package/node_modules/js-beautify/js/src/html/beautifier.js +5 -4
  391. package/node_modules/js-beautify/js/src/html/tokenizer.js +26 -14
  392. package/node_modules/js-beautify/package.json +5 -5
  393. package/node_modules/math-intrinsics/.eslintrc +16 -0
  394. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  395. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  396. package/node_modules/math-intrinsics/LICENSE +21 -0
  397. package/node_modules/math-intrinsics/README.md +50 -0
  398. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  399. package/node_modules/math-intrinsics/abs.js +4 -0
  400. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  401. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  402. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  403. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  404. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  405. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  406. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  407. package/node_modules/math-intrinsics/floor.js +4 -0
  408. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  409. package/node_modules/math-intrinsics/isFinite.js +12 -0
  410. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  411. package/node_modules/math-intrinsics/isInteger.js +16 -0
  412. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  413. package/node_modules/math-intrinsics/isNaN.js +6 -0
  414. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  415. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  416. package/node_modules/math-intrinsics/max.d.ts +1 -0
  417. package/node_modules/math-intrinsics/max.js +4 -0
  418. package/node_modules/math-intrinsics/min.d.ts +1 -0
  419. package/node_modules/math-intrinsics/min.js +4 -0
  420. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  421. package/node_modules/math-intrinsics/mod.js +9 -0
  422. package/node_modules/math-intrinsics/package.json +86 -0
  423. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  424. package/node_modules/math-intrinsics/pow.js +4 -0
  425. package/node_modules/math-intrinsics/round.d.ts +1 -0
  426. package/node_modules/math-intrinsics/round.js +4 -0
  427. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  428. package/node_modules/math-intrinsics/sign.js +11 -0
  429. package/node_modules/math-intrinsics/test/index.js +192 -0
  430. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  431. package/node_modules/semver/README.md +14 -4
  432. package/node_modules/semver/bin/semver.js +2 -1
  433. package/node_modules/semver/classes/semver.js +22 -6
  434. package/node_modules/semver/functions/diff.js +5 -12
  435. package/node_modules/semver/internal/re.js +2 -0
  436. package/node_modules/semver/package.json +8 -7
  437. package/package.json +19 -19
  438. package/node_modules/axios/SECURITY.md +0 -6
  439. /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/index.d.ts +0 -0
  440. /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/index.js +0 -0
  441. /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/license +0 -0
  442. /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/package.json +0 -0
  443. /package/node_modules/{path-key → cross-spawn/node_modules/path-key}/readme.md +0 -0
  444. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/LICENSE +0 -0
  445. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/README.md +0 -0
  446. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/commonjs/index.d.ts +0 -0
  447. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/commonjs/index.d.ts.map +0 -0
  448. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/commonjs/index.js +0 -0
  449. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/commonjs/index.js.map +0 -0
  450. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/commonjs/index.min.js +0 -0
  451. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/commonjs/index.min.js.map +0 -0
  452. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/commonjs/package.json +0 -0
  453. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/esm/index.d.ts +0 -0
  454. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/esm/index.d.ts.map +0 -0
  455. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/esm/index.js +0 -0
  456. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/esm/index.js.map +0 -0
  457. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/esm/index.min.js +0 -0
  458. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/esm/index.min.js.map +0 -0
  459. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/dist/esm/package.json +0 -0
  460. /package/node_modules/{path-scurry/node_modules/lru-cache → lru-cache}/package.json +0 -0
@@ -1,5 +1,102 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.4](https://github.com/axios/axios/compare/v1.8.3...v1.8.4) (2025-03-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **buildFullPath:** handle `allowAbsoluteUrls: false` without `baseURL` ([#6833](https://github.com/axios/axios/issues/6833)) ([f10c2e0](https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9))
9
+
10
+ ### Contributors to this release
11
+
12
+ - <img src="https://avatars.githubusercontent.com/u/8029107?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Marc Hassan](https://github.com/mhassan1 "+5/-1 (#6833 )")
13
+
14
+ ## [1.8.3](https://github.com/axios/axios/compare/v1.8.2...v1.8.3) (2025-03-10)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * add missing type for allowAbsoluteUrls ([#6818](https://github.com/axios/axios/issues/6818)) ([10fa70e](https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2))
20
+ * **xhr/fetch:** pass `allowAbsoluteUrls` to `buildFullPath` in `xhr` and `fetch` adapters ([#6814](https://github.com/axios/axios/issues/6814)) ([ec159e5](https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9))
21
+
22
+ ### Contributors to this release
23
+
24
+ - <img src="https://avatars.githubusercontent.com/u/3238291?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Ashcon Partovi](https://github.com/Electroid "+6/-0 (#6811 )")
25
+ - <img src="https://avatars.githubusercontent.com/u/28559054?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [StefanBRas](https://github.com/StefanBRas "+4/-0 (#6818 )")
26
+ - <img src="https://avatars.githubusercontent.com/u/8029107?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Marc Hassan](https://github.com/mhassan1 "+2/-2 (#6814 )")
27
+
28
+ ## [1.8.2](https://github.com/axios/axios/compare/v1.8.1...v1.8.2) (2025-03-07)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **http-adapter:** add allowAbsoluteUrls to path building ([#6810](https://github.com/axios/axios/issues/6810)) ([fb8eec2](https://github.com/axios/axios/commit/fb8eec214ce7744b5ca787f2c3b8339b2f54b00f))
34
+
35
+ ### Contributors to this release
36
+
37
+ - <img src="https://avatars.githubusercontent.com/u/14166260?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Fasoro-Joseph Alexander](https://github.com/lexcorp16 "+1/-1 (#6810 )")
38
+
39
+ ## [1.8.1](https://github.com/axios/axios/compare/v1.8.0...v1.8.1) (2025-02-26)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **utils:** move `generateString` to platform utils to avoid importing crypto module into client builds; ([#6789](https://github.com/axios/axios/issues/6789)) ([36a5a62](https://github.com/axios/axios/commit/36a5a620bec0b181451927f13ac85b9888b86cec))
45
+
46
+ ### Contributors to this release
47
+
48
+ - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+51/-47 (#6789 )")
49
+
50
+ # [1.8.0](https://github.com/axios/axios/compare/v1.7.9...v1.8.0) (2025-02-25)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **examples:** application crashed when navigating examples in browser ([#5938](https://github.com/axios/axios/issues/5938)) ([1260ded](https://github.com/axios/axios/commit/1260ded634ec101dd5ed05d3b70f8e8f899dba6c))
56
+ * missing word in SUPPORT_QUESTION.yml ([#6757](https://github.com/axios/axios/issues/6757)) ([1f890b1](https://github.com/axios/axios/commit/1f890b13f2c25a016f3c84ae78efb769f244133e))
57
+ * **utils:** replace getRandomValues with crypto module ([#6788](https://github.com/axios/axios/issues/6788)) ([23a25af](https://github.com/axios/axios/commit/23a25af0688d1db2c396deb09229d2271cc24f6c))
58
+
59
+
60
+ ### Features
61
+
62
+ * Add config for ignoring absolute URLs ([#5902](https://github.com/axios/axios/issues/5902)) ([#6192](https://github.com/axios/axios/issues/6192)) ([32c7bcc](https://github.com/axios/axios/commit/32c7bcc0f233285ba27dec73a4b1e81fb7a219b3))
63
+
64
+
65
+ ### Reverts
66
+
67
+ * Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732) ([1317261](https://github.com/axios/axios/commit/1317261125e9c419fe9f126867f64d28f9c1efda)), closes [#6731](https://github.com/axios/axios/issues/6731) [#6732](https://github.com/axios/axios/issues/6732)
68
+
69
+
70
+ ### BREAKING CHANGES
71
+
72
+ * code relying on the above will now combine the URLs instead of prefer request URL
73
+
74
+ * feat: add config option for allowing absolute URLs
75
+
76
+ * fix: add default value for allowAbsoluteUrls in buildFullPath
77
+
78
+ * fix: typo in flow control when setting allowAbsoluteUrls
79
+
80
+ ### Contributors to this release
81
+
82
+ - <img src="https://avatars.githubusercontent.com/u/7661715?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Michael Toscano](https://github.com/GethosTheWalrus "+42/-8 (#6192 )")
83
+ - <img src="https://avatars.githubusercontent.com/u/22686401?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Willian Agostini](https://github.com/WillianAgostini "+26/-3 (#6788 #6777 )")
84
+ - <img src="https://avatars.githubusercontent.com/u/72578270?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Naron](https://github.com/naronchen "+27/-0 (#5901 )")
85
+ - <img src="https://avatars.githubusercontent.com/u/47430686?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [shravan || श्रvan](https://github.com/shravan20 "+7/-3 (#6116 )")
86
+ - <img src="https://avatars.githubusercontent.com/u/145078271?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Justin Dhillon](https://github.com/justindhillon "+0/-7 (#6312 )")
87
+ - <img src="https://avatars.githubusercontent.com/u/30925732?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [yionr](https://github.com/yionr "+5/-1 (#6129 )")
88
+ - <img src="https://avatars.githubusercontent.com/u/534166?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Shin&#x27;ya Ueoka](https://github.com/ueokande "+3/-3 (#5935 )")
89
+ - <img src="https://avatars.githubusercontent.com/u/33569?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dan Dascalescu](https://github.com/dandv "+3/-3 (#5908 #6757 )")
90
+ - <img src="https://avatars.githubusercontent.com/u/16476523?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Nitin Ramnani](https://github.com/NitinRamnani "+2/-2 (#5938 )")
91
+ - <img src="https://avatars.githubusercontent.com/u/152275799?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Shay Molcho](https://github.com/shaymolcho "+2/-2 (#6770 )")
92
+ - <img src="https://avatars.githubusercontent.com/u/4814473?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Jay](https://github.com/jasonsaayman "+0/-3 (#6732 )")
93
+ - fancy45daddy
94
+ - <img src="https://avatars.githubusercontent.com/u/127725897?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Habip Akyol](https://github.com/habipakyol "+1/-1 (#6030 )")
95
+ - <img src="https://avatars.githubusercontent.com/u/54869395?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Bailey Lissington](https://github.com/llamington "+1/-1 (#6771 )")
96
+ - <img src="https://avatars.githubusercontent.com/u/14969290?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Bernardo da Eira Duarte](https://github.com/bernardoduarte "+1/-1 (#6480 )")
97
+ - <img src="https://avatars.githubusercontent.com/u/117800149?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Shivam Batham](https://github.com/Shivam-Batham "+1/-1 (#5949 )")
98
+ - <img src="https://avatars.githubusercontent.com/u/67861627?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Lipin Kariappa](https://github.com/lipinnnnn "+1/-1 (#5936 )")
99
+
3
100
  ## [1.7.9](https://github.com/axios/axios/compare/v1.7.8...v1.7.9) (2024-12-04)
4
101
 
5
102
 
@@ -3,8 +3,11 @@
3
3
  </td><td align="center" width="33.333333333333336%"> <a href="https://www.principal.com/about-us?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="133px" height="43px" src="https://axios-http.com/assets/sponsors/principal.svg" alt="Principal Financial Group"/> </a> <p align="center" title="We’re bound by one common purpose: to give you the financial tools, resources and information you need to live your best life.">We’re bound by one common purpose: to give you the financial tools, resources and information you ne...</p> <p align="center"> <a href="https://www.principal.com/about-us?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>www.principal.com</b></a> </p>
4
4
  </td><td align="center" width="33.333333333333336%"> <a href="https://www.descope.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;referral&amp;utm_campaign&#x3D;axios-oss-sponsorship" style="padding: 10px; display: inline-block"> <picture> <source width="200px" height="52px" media="(prefers-color-scheme: dark)" srcset="https://axios-http.com/assets/sponsors/descope_white.png"> <img width="200px" height="52px" src="https://axios-http.com/assets/sponsors/descope.png" alt="Descope"/> </picture> </a> <p align="center" title="Hi, we&#x27;re Descope! We are building something in the authentication space for app developers and can’t wait to place it in your hands.">Hi, we&#x27;re Descope! We are building something in the authentication space for app developers and...</p> <p align="center"> <a href="https://www.descope.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;referral&amp;utm_campaign&#x3D;axios-oss-sponsorship"><b>Website</b></a> | <a href="https://docs.descope.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;referral&amp;utm_campaign&#x3D;axios-oss-sponsorship"><b>Documentation</b></a> | <a href="https://www.descope.com/community?utm_source&#x3D;axios&amp;utm_medium&#x3D;referral&amp;utm_campaign&#x3D;axios-oss-sponsorship"><b>Community</b></a> </p>
5
5
  </td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://buzzoid.com/buy-instagram-followers/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="62px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/buzzoid-buy-instagram-followers.png" alt="Buzzoid - Buy Instagram Followers"/> </a> <p align="center" title="At Buzzoid, you can buy Instagram followers quickly, safely, and easily with just a few clicks. Rated world&#x27;s #1 IG service since 2012.">At Buzzoid, you can buy Instagram followers quickly, safely, and easily with just a few clicks. Rate...</p> <p align="center"> <a href="https://buzzoid.com/buy-instagram-followers/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>buzzoid.com</b></a> </p>
6
- </td><td align="center" width="33.333333333333336%"> <a href="https://www.famety.com/buy-tiktok-likes?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/famety-buy-instagram-followers.png" alt="Famety - Buy Instagram Followers"/> </a> <p align="center" title="At Famety, you can grow your social media following quickly, safely, and easily with just a few clicks. Rated the world’s #1 social media service since 2013.">At Famety, you can grow your social media following quickly, safely, and easily with just a few clic...</p> <p align="center"> <a href="https://www.famety.com/buy-tiktok-likes?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>www.famety.com</b></a> </p>
6
+ </td><td align="center" width="33.333333333333336%"> <a href="https://www.famety.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/famety-buy-instagram-followers.png" alt="Famety - Buy Instagram Followers"/> </a> <p align="center" title="At Famety, you can grow your social media following quickly, safely, and easily with just a few clicks. Rated the world’s #1 social media service since 2013.">At Famety, you can grow your social media following quickly, safely, and easily with just a few clic...</p> <p align="center"> <a href="https://www.famety.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>www.famety.com</b></a> </p>
7
7
  </td><td align="center" width="33.333333333333336%"> <a href="https://poprey.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/instagram-likes.png" alt="Poprey - Buy Instagram Likes"/> </a> <p align="center" title="Buy Instagram Likes">Buy Instagram Likes</p> <p align="center"> <a href="https://poprey.com/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>poprey.com</b></a> </p>
8
+ </td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://musicza.co.za/?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="124px" height="52px" src="https://axios-http.com/assets/sponsors/opencollective/musicza.png" alt="Tubidy"/> </a> <p align="center" title="Tubidy: Free Music and Video Downloads | MP3, MP4">Tubidy: Free Music and Video Downloads | MP3, MP4</p> <p align="center"> <a href="https://musicza.co.za/?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>musicza.co.za</b></a> </p>
9
+ </td><td align="center" width="33.333333333333336%"> <a href="https://ssmarket.net/buy-youtube-subscribers?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="70px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/youtube-subscribers-ssmarket.png" alt="Buy Youtube Subscribers"/> </a> <p align="center" title="SS Market offers professional social media services that rapidly increase your YouTube subscriber count, elevating your channel to a powerful position.">SS Market offers professional social media services that rapidly increase your YouTube subscriber co...</p> <p align="center"> <a href="https://ssmarket.net/buy-youtube-subscribers?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>ssmarket.net</b></a> </p>
10
+ </td><td align="center" width="33.333333333333336%"> <a href="https://twicsy.com/buy-instagram-followers?utm_source&#x3D;axios&amp;utm_medium&#x3D;sponsorlist&amp;utm_campaign&#x3D;sponsorship" style="padding: 10px; display: inline-block"> <img width="85px" height="70px" src="https://axios-http.com/assets/sponsors/opencollective/buy-instagram-followers-twicsy.png" alt="Buy Instagram Followers Twicsy"/> </a> <p align="center" title="Buy real Instagram followers from Twicsy starting at only $2.97. Twicsy has been voted the best site to buy followers from the likes of US Magazine.">Buy real Instagram followers from Twicsy starting at only $2.97. Twicsy has been voted the best site...</p> <p align="center"> <a href="https://twicsy.com/buy-instagram-followers?utm_source&#x3D;axios&amp;utm_medium&#x3D;readme_sponsorlist&amp;utm_campaign&#x3D;sponsorship"><b>twicsy.com</b></a> </p>
8
11
  </td></tr><tr width="33.333333333333336%"><td align="center" width="33.333333333333336%"> <a href="https://opencollective.com/axios/contribute">💜 Become a sponsor</a>
9
12
  </td><td align="center" width="33.333333333333336%"> <a href="https://opencollective.com/axios/contribute">💜 Become a sponsor</a>
10
13
  </td><td align="center" width="33.333333333333336%"> <a href="https://opencollective.com/axios/contribute">💜 Become a sponsor</a>
@@ -135,6 +138,12 @@ Using pnpm:
135
138
  $ pnpm add axios
136
139
  ```
137
140
 
141
+ Using bun:
142
+
143
+ ```bash
144
+ $ bun add axios
145
+ ```
146
+
138
147
  Once the package is installed, you can import the library using `import` or `require` approach:
139
148
 
140
149
  ```js
@@ -157,7 +166,7 @@ const axios = require('axios');
157
166
  console.log(axios.isCancel('something'));
158
167
  ```
159
168
 
160
- For some bundlers and some ES6 linter's you may need to do the following:
169
+ For some bundlers and some ES6 linters you may need to do the following:
161
170
 
162
171
  ```js
163
172
  import { default as axios } from 'axios';
@@ -372,11 +381,16 @@ These are the available config options for making requests. Only the `url` is re
372
381
  // `method` is the request method to be used when making the request
373
382
  method: 'get', // default
374
383
 
375
- // `baseURL` will be prepended to `url` unless `url` is absolute.
384
+ // `baseURL` will be prepended to `url` unless `url` is absolute and option `allowAbsoluteUrls` is set to true.
376
385
  // It can be convenient to set `baseURL` for an instance of axios to pass relative URLs
377
386
  // to methods of that instance.
378
387
  baseURL: 'https://some-domain.com/api/',
379
388
 
389
+ // `allowAbsoluteUrls` determines whether or not absolute URLs will override a configured `baseUrl`.
390
+ // When set to true (default), absolute values for `url` will override `baseUrl`.
391
+ // When set to false, absolute values for `url` will always be prepended by `baseUrl`.
392
+ allowAbsoluteUrls: true,
393
+
380
394
  // `transformRequest` allows changes to the request data before it is sent to the server
381
395
  // This is only applicable for request methods 'PUT', 'POST', 'PATCH' and 'DELETE'
382
396
  // The last function in the array must return a string or an instance of Buffer, ArrayBuffer,
@@ -408,13 +422,13 @@ These are the available config options for making requests. Only the `url` is re
408
422
  // `paramsSerializer` is an optional config that allows you to customize serializing `params`.
409
423
  paramsSerializer: {
410
424
 
411
- //Custom encoder function which sends key/value pairs in an iterative fashion.
425
+ // Custom encoder function which sends key/value pairs in an iterative fashion.
412
426
  encode?: (param: string): string => { /* Do custom operations here and return transformed string */ },
413
427
 
414
428
  // Custom serializer function for the entire parameter. Allows user to mimic pre 1.x behaviour.
415
429
  serialize?: (params: Record<string, any>, options?: ParamsSerializerOptions ),
416
430
 
417
- //Configuration for formatting array indexes in the params.
431
+ // Configuration for formatting array indexes in the params.
418
432
  indexes: false // Three available options: (1) indexes: null (leads to no brackets), (2) (default) indexes: false (leads to empty brackets), (3) indexes: true (leads to brackets with indexes).
419
433
  },
420
434
 
@@ -448,7 +462,7 @@ These are the available config options for making requests. Only the `url` is re
448
462
  },
449
463
  // Also, you can set the name of the built-in adapter, or provide an array with their names
450
464
  // to choose the first available in the environment
451
- adapter: 'xhr' // 'fetch' | 'http' | ['xhr', 'http', 'fetch']
465
+ adapter: 'xhr', // 'fetch' | 'http' | ['xhr', 'http', 'fetch']
452
466
 
453
467
  // `auth` indicates that HTTP Basic auth should be used, and supplies credentials.
454
468
  // This will set an `Authorization` header, overwriting any existing
@@ -528,7 +542,11 @@ These are the available config options for making requests. Only the `url` is re
528
542
  // If both are specified, `socketPath` is used.
529
543
  socketPath: null, // default
530
544
 
531
- // `transport` determines the transport method that will be used to make the request. If defined, it will be used. Otherwise, if `maxRedirects` is 0, the default `http` or `https` library will be used, depending on the protocol specified in `protocol`. Otherwise, the `httpFollow` or `httpsFollow` library will be used, again depending on the protocol, which can handle redirects.
545
+ // `transport` determines the transport method that will be used to make the request.
546
+ // If defined, it will be used. Otherwise, if `maxRedirects` is 0,
547
+ // the default `http` or `https` library will be used, depending on the protocol specified in `protocol`.
548
+ // Otherwise, the `httpFollow` or `httpsFollow` library will be used, again depending on the protocol,
549
+ // which can handle redirects.
532
550
  transport: undefined, // default
533
551
 
534
552
  // `httpAgent` and `httpsAgent` define a custom agent to be used when performing http
@@ -690,7 +708,7 @@ instance.defaults.headers.common['Authorization'] = AUTH_TOKEN;
690
708
 
691
709
  ### Config order of precedence
692
710
 
693
- Config will be merged with an order of precedence. The order is library defaults found in [lib/defaults.js](https://github.com/axios/axios/blob/master/lib/defaults/index.js#L28), then `defaults` property of the instance, and finally `config` argument for the request. The latter will take precedence over the former. Here's an example.
711
+ Config will be merged with an order of precedence. The order is library defaults found in [lib/defaults/index.js](https://github.com/axios/axios/blob/main/lib/defaults/index.js#L49), then `defaults` property of the instance, and finally `config` argument for the request. The latter will take precedence over the former. Here's an example.
694
712
 
695
713
  ```js
696
714
  // Create an instance using the config defaults provided by the library
@@ -712,8 +730,11 @@ instance.get('/longRequest', {
712
730
  You can intercept requests or responses before they are handled by `then` or `catch`.
713
731
 
714
732
  ```js
733
+
734
+ const instance = axios.create();
735
+
715
736
  // Add a request interceptor
716
- axios.interceptors.request.use(function (config) {
737
+ instance.interceptors.request.use(function (config) {
717
738
  // Do something before request is sent
718
739
  return config;
719
740
  }, function (error) {
@@ -722,7 +743,7 @@ axios.interceptors.request.use(function (config) {
722
743
  });
723
744
 
724
745
  // Add a response interceptor
725
- axios.interceptors.response.use(function (response) {
746
+ instance.interceptors.response.use(function (response) {
726
747
  // Any status code that lie within the range of 2xx cause this function to trigger
727
748
  // Do something with response data
728
749
  return response;
@@ -736,7 +757,8 @@ axios.interceptors.response.use(function (response) {
736
757
  If you need to remove an interceptor later you can.
737
758
 
738
759
  ```js
739
- const myInterceptor = axios.interceptors.request.use(function () {/*...*/});
760
+ const instance = axios.create();
761
+ const myInterceptor = instance.interceptors.request.use(function () {/*...*/});
740
762
  axios.interceptors.request.eject(myInterceptor);
741
763
  ```
742
764
 
@@ -815,7 +837,7 @@ The general structure of axios errors is as follows:
815
837
  | code | Represents an axios identified error. The table below lists out specific definitions for internal axios error. |
816
838
  | status | HTTP response status code. See [here](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) for common HTTP response status code meanings.
817
839
 
818
- Below is a list of potential axios identified error
840
+ Below is a list of potential axios identified error:
819
841
  | Code | Definition |
820
842
  | -------- | ---------- |
821
843
  | ERR_BAD_OPTION_VALUE | Invalid or unsupported value provided in axios configuration. |
@@ -1126,7 +1148,7 @@ to a `FormData` object by following custom rules.
1126
1148
  - `metaTokens: boolean = true` - add the special ending (e.g `user{}: '{"name": "John"}'`) in the FormData key.
1127
1149
  The back-end body-parser could potentially use this meta-information to automatically parse the value as JSON.
1128
1150
 
1129
- - `indexes: null|false|true = false` - controls how indexes will be added to unwrapped keys of `flat` array-like objects
1151
+ - `indexes: null|false|true = false` - controls how indexes will be added to unwrapped keys of `flat` array-like objects.
1130
1152
 
1131
1153
  - `null` - don't add brackets (`arr: 1`, `arr: 2`, `arr: 3`)
1132
1154
  - `false`(default) - add empty brackets (`arr[]: 1`, `arr[]: 2`, `arr[]: 3`)
@@ -1,4 +1,4 @@
1
- // Axios v1.7.9 Copyright (c) 2024 Matt Zabriskie and contributors
1
+ /*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -1266,23 +1266,6 @@
1266
1266
  var toFiniteNumber = function toFiniteNumber(value, defaultValue) {
1267
1267
  return value != null && Number.isFinite(value = +value) ? value : defaultValue;
1268
1268
  };
1269
- var ALPHA = 'abcdefghijklmnopqrstuvwxyz';
1270
- var DIGIT = '0123456789';
1271
- var ALPHABET = {
1272
- DIGIT: DIGIT,
1273
- ALPHA: ALPHA,
1274
- ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
1275
- };
1276
- var generateString = function generateString() {
1277
- var size = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 16;
1278
- var alphabet = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ALPHABET.ALPHA_DIGIT;
1279
- var str = '';
1280
- var length = alphabet.length;
1281
- while (size--) {
1282
- str += alphabet[Math.random() * length | 0];
1283
- }
1284
- return str;
1285
- };
1286
1269
 
1287
1270
  /**
1288
1271
  * If the thing is a FormData object, return true, otherwise return false.
@@ -1399,8 +1382,6 @@
1399
1382
  findKey: findKey,
1400
1383
  global: _global,
1401
1384
  isContextDefined: isContextDefined,
1402
- ALPHABET: ALPHABET,
1403
- generateString: generateString,
1404
1385
  isSpecCompliantForm: isSpecCompliantForm,
1405
1386
  toJSONObject: toJSONObject,
1406
1387
  isAsyncFn: isAsyncFn,
@@ -2720,8 +2701,9 @@
2720
2701
  *
2721
2702
  * @returns {string} The combined full path
2722
2703
  */
2723
- function buildFullPath(baseURL, requestedURL) {
2724
- if (baseURL && !isAbsoluteURL(requestedURL)) {
2704
+ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
2705
+ var isRelativeUrl = !isAbsoluteURL(requestedURL);
2706
+ if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {
2725
2707
  return combineURLs(baseURL, requestedURL);
2726
2708
  }
2727
2709
  return requestedURL;
@@ -2840,7 +2822,7 @@
2840
2822
  headers = newConfig.headers,
2841
2823
  auth = newConfig.auth;
2842
2824
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
2843
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
2825
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
2844
2826
 
2845
2827
  // HTTP basic authentication
2846
2828
  if (auth) {
@@ -3676,7 +3658,7 @@
3676
3658
  });
3677
3659
  }
3678
3660
 
3679
- var VERSION = "1.7.9";
3661
+ var VERSION = "1.8.4";
3680
3662
 
3681
3663
  var validators$1 = {};
3682
3664
 
@@ -3867,6 +3849,13 @@
3867
3849
  }, true);
3868
3850
  }
3869
3851
  }
3852
+
3853
+ // Set config.allowAbsoluteUrls
3854
+ if (config.allowAbsoluteUrls !== undefined) ; else if (this.defaults.allowAbsoluteUrls !== undefined) {
3855
+ config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;
3856
+ } else {
3857
+ config.allowAbsoluteUrls = true;
3858
+ }
3870
3859
  validator.assertOptions(config, {
3871
3860
  baseUrl: validators.spelling('baseURL'),
3872
3861
  withXsrfToken: validators.spelling('withXSRFToken')
@@ -3939,7 +3928,7 @@
3939
3928
  key: "getUri",
3940
3929
  value: function getUri(config) {
3941
3930
  config = mergeConfig(this.defaults, config);
3942
- var fullPath = buildFullPath(config.baseURL, config.url);
3931
+ var fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
3943
3932
  return buildURL(fullPath, config.params, config.paramsSerializer);
3944
3933
  }
3945
3934
  }]);