@gemeentenijmegen/webapp 1.1.4 → 1.1.5

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 (401) hide show
  1. package/.jsii +11 -11
  2. package/assets/webapp/auth/auth.lambda/index.js +6 -0
  3. package/assets/webapp/login/login.lambda/index.js +6 -0
  4. package/lib/webapp/Criticality.js +1 -1
  5. package/lib/webapp/Webapp.js +1 -1
  6. package/lib/webapp/Webpage.js +1 -1
  7. package/lib/webapp/util/Files.js +1 -1
  8. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +1 -1
  10. package/node_modules/@aws-sdk/client-dynamodb/package.json +14 -14
  11. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +6 -0
  12. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +5 -0
  13. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1 -0
  14. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
  15. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +16 -6
  17. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +16 -16
  18. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
  19. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
  20. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +2 -2
  21. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +3 -3
  24. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +8 -9
  25. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -2
  26. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -2
  28. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -3
  29. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +22 -22
  30. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -19
  31. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +2 -2
  32. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +4 -3
  33. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +35 -35
  35. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +3 -3
  36. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +3 -3
  37. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -3
  38. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -2
  40. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +55 -45
  41. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -3
  42. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +16 -16
  43. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +199 -165
  44. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +81 -76
  45. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +6 -0
  49. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-s3/package.json +19 -19
  53. package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
  54. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteParameterCommand.d.ts +5 -0
  55. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +7 -3
  56. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterCommand.d.ts +5 -0
  57. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetParameterHistoryCommand.d.ts +5 -0
  58. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/LabelParameterVersionCommand.d.ts +5 -0
  59. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/PutParameterCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UnlabelParameterVersionCommand.d.ts +5 -0
  61. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +24 -11
  62. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +12 -11
  63. package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +23 -17
  64. package/node_modules/@aws-sdk/client-ssm/package.json +14 -14
  65. package/node_modules/@aws-sdk/client-sso/package.json +13 -13
  66. package/node_modules/@aws-sdk/core/package.json +3 -3
  67. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  68. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  69. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  70. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  71. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  72. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  73. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  74. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +14 -9
  75. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +4 -1
  76. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +1 -0
  77. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -0
  78. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +17 -0
  79. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +1 -0
  80. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +2 -0
  81. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +4 -4
  82. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +2 -1
  83. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +2 -1
  84. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  85. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  86. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +38 -44
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +12 -11
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +12 -11
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +12 -11
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +61 -70
  92. package/node_modules/@aws-sdk/nested-clients/package.json +13 -13
  93. package/node_modules/@aws-sdk/s3-request-presigner/package.json +5 -5
  94. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  95. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  96. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +11 -1
  97. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  98. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  99. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  100. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  101. package/node_modules/@gemeentenijmegen/apiclient/lib/index.js +2 -2
  102. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/LICENSE +287 -0
  103. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/README.md +42 -0
  104. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.d.ts +18 -0
  105. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/AWS.js +42 -0
  106. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.d.ts +34 -0
  107. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Bsn.js +87 -0
  108. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.d.ts +23 -0
  109. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/Storage.js +116 -0
  110. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.d.ts +20 -0
  111. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/environmentVariables.js +36 -0
  112. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.d.ts +4 -0
  113. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/lib/index.js +12 -0
  114. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +101 -0
  115. package/node_modules/@gemeentenijmegen/apiclient/package.json +5 -5
  116. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +3 -3
  117. package/node_modules/@gemeentenijmegen/session/package.json +4 -4
  118. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  119. package/node_modules/@smithy/core/package.json +2 -2
  120. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  121. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  122. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -1
  123. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +2 -1
  124. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +1 -0
  125. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  126. package/node_modules/@smithy/smithy-client/package.json +4 -4
  127. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  128. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  129. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +35 -0
  130. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +61 -0
  131. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +104 -0
  132. package/node_modules/@smithy/util-stream/dist-cjs/index.js +9 -7
  133. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +31 -0
  134. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  135. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  136. package/node_modules/@smithy/util-stream/dist-es/index.js +4 -3
  137. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  138. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +13 -0
  139. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +49 -0
  140. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -3
  141. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  142. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +13 -0
  143. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +53 -0
  144. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +4 -3
  145. package/node_modules/@smithy/util-stream/package.json +6 -3
  146. package/node_modules/axios/CHANGELOG.md +61 -0
  147. package/node_modules/axios/README.md +30 -14
  148. package/node_modules/axios/dist/axios.js +13 -24
  149. package/node_modules/axios/dist/axios.js.map +1 -1
  150. package/node_modules/axios/dist/axios.min.js +2 -1
  151. package/node_modules/axios/dist/axios.min.js.map +1 -1
  152. package/node_modules/axios/dist/browser/axios.cjs +13 -27
  153. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  154. package/node_modules/axios/dist/esm/axios.js +13 -27
  155. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  156. package/node_modules/axios/dist/esm/axios.min.js +2 -1
  157. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  158. package/node_modules/axios/dist/node/axios.cjs +42 -29
  159. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  160. package/node_modules/axios/lib/core/Axios.js +10 -1
  161. package/node_modules/axios/lib/core/buildFullPath.js +3 -2
  162. package/node_modules/axios/lib/env/data.js +1 -1
  163. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  164. package/node_modules/axios/lib/platform/node/index.js +26 -0
  165. package/node_modules/axios/lib/utils.js +0 -22
  166. package/node_modules/axios/package.json +3 -3
  167. package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  168. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  169. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  170. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  171. package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  172. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  173. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  174. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  175. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  176. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  177. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  178. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  179. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  180. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  181. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  182. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  183. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  184. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  185. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  186. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  187. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  188. package/node_modules/dunder-proto/.eslintrc +5 -0
  189. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  190. package/node_modules/dunder-proto/.nycrc +13 -0
  191. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  192. package/node_modules/dunder-proto/LICENSE +21 -0
  193. package/node_modules/dunder-proto/README.md +54 -0
  194. package/node_modules/dunder-proto/get.d.ts +5 -0
  195. package/node_modules/dunder-proto/get.js +30 -0
  196. package/node_modules/dunder-proto/package.json +76 -0
  197. package/node_modules/dunder-proto/set.d.ts +5 -0
  198. package/node_modules/dunder-proto/set.js +35 -0
  199. package/node_modules/dunder-proto/test/get.js +34 -0
  200. package/node_modules/dunder-proto/test/index.js +4 -0
  201. package/node_modules/dunder-proto/test/set.js +50 -0
  202. package/node_modules/dunder-proto/tsconfig.json +9 -0
  203. package/node_modules/es-define-property/.eslintrc +13 -0
  204. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  205. package/node_modules/es-define-property/.nycrc +9 -0
  206. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  207. package/node_modules/es-define-property/LICENSE +21 -0
  208. package/node_modules/es-define-property/README.md +49 -0
  209. package/node_modules/es-define-property/index.d.ts +3 -0
  210. package/node_modules/es-define-property/index.js +14 -0
  211. package/node_modules/es-define-property/package.json +81 -0
  212. package/node_modules/es-define-property/test/index.js +56 -0
  213. package/node_modules/es-define-property/tsconfig.json +10 -0
  214. package/node_modules/es-errors/.eslintrc +5 -0
  215. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  216. package/node_modules/es-errors/CHANGELOG.md +40 -0
  217. package/node_modules/es-errors/LICENSE +21 -0
  218. package/node_modules/es-errors/README.md +55 -0
  219. package/node_modules/es-errors/eval.d.ts +3 -0
  220. package/node_modules/es-errors/eval.js +4 -0
  221. package/node_modules/es-errors/index.d.ts +3 -0
  222. package/node_modules/es-errors/index.js +4 -0
  223. package/node_modules/es-errors/package.json +80 -0
  224. package/node_modules/es-errors/range.d.ts +3 -0
  225. package/node_modules/es-errors/range.js +4 -0
  226. package/node_modules/es-errors/ref.d.ts +3 -0
  227. package/node_modules/es-errors/ref.js +4 -0
  228. package/node_modules/es-errors/syntax.d.ts +3 -0
  229. package/node_modules/es-errors/syntax.js +4 -0
  230. package/node_modules/es-errors/test/index.js +19 -0
  231. package/node_modules/es-errors/tsconfig.json +49 -0
  232. package/node_modules/es-errors/type.d.ts +3 -0
  233. package/node_modules/es-errors/type.js +4 -0
  234. package/node_modules/es-errors/uri.d.ts +3 -0
  235. package/node_modules/es-errors/uri.js +4 -0
  236. package/node_modules/es-object-atoms/.eslintrc +16 -0
  237. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  238. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  239. package/node_modules/es-object-atoms/LICENSE +21 -0
  240. package/node_modules/es-object-atoms/README.md +63 -0
  241. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  242. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  243. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  244. package/node_modules/es-object-atoms/ToObject.js +10 -0
  245. package/node_modules/es-object-atoms/index.d.ts +3 -0
  246. package/node_modules/es-object-atoms/index.js +4 -0
  247. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  248. package/node_modules/es-object-atoms/isObject.js +6 -0
  249. package/node_modules/es-object-atoms/package.json +80 -0
  250. package/node_modules/es-object-atoms/test/index.js +38 -0
  251. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  252. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  253. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  254. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  255. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  256. package/node_modules/es-set-tostringtag/README.md +53 -0
  257. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  258. package/node_modules/es-set-tostringtag/index.js +35 -0
  259. package/node_modules/es-set-tostringtag/package.json +78 -0
  260. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  261. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  262. package/node_modules/form-data/lib/form_data.js +24 -22
  263. package/node_modules/form-data/package.json +17 -14
  264. package/node_modules/function-bind/.eslintrc +21 -0
  265. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  266. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  267. package/node_modules/function-bind/.nycrc +13 -0
  268. package/node_modules/function-bind/CHANGELOG.md +136 -0
  269. package/node_modules/function-bind/LICENSE +20 -0
  270. package/node_modules/function-bind/README.md +46 -0
  271. package/node_modules/function-bind/implementation.js +84 -0
  272. package/node_modules/function-bind/index.js +5 -0
  273. package/node_modules/function-bind/package.json +87 -0
  274. package/node_modules/function-bind/test/.eslintrc +9 -0
  275. package/node_modules/function-bind/test/index.js +252 -0
  276. package/node_modules/get-intrinsic/.eslintrc +42 -0
  277. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  278. package/node_modules/get-intrinsic/.nycrc +9 -0
  279. package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  280. package/node_modules/get-intrinsic/LICENSE +21 -0
  281. package/node_modules/get-intrinsic/README.md +71 -0
  282. package/node_modules/get-intrinsic/index.js +378 -0
  283. package/node_modules/get-intrinsic/package.json +97 -0
  284. package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  285. package/node_modules/get-proto/.eslintrc +10 -0
  286. package/node_modules/get-proto/.github/FUNDING.yml +12 -0
  287. package/node_modules/get-proto/.nycrc +9 -0
  288. package/node_modules/get-proto/CHANGELOG.md +21 -0
  289. package/node_modules/get-proto/LICENSE +21 -0
  290. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  291. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  292. package/node_modules/get-proto/README.md +50 -0
  293. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  294. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  295. package/node_modules/get-proto/index.d.ts +5 -0
  296. package/node_modules/get-proto/index.js +27 -0
  297. package/node_modules/get-proto/package.json +81 -0
  298. package/node_modules/get-proto/test/index.js +68 -0
  299. package/node_modules/get-proto/tsconfig.json +9 -0
  300. package/node_modules/gopd/.eslintrc +16 -0
  301. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  302. package/node_modules/gopd/CHANGELOG.md +45 -0
  303. package/node_modules/gopd/LICENSE +21 -0
  304. package/node_modules/gopd/README.md +40 -0
  305. package/node_modules/gopd/gOPD.d.ts +1 -0
  306. package/node_modules/gopd/gOPD.js +4 -0
  307. package/node_modules/gopd/index.d.ts +5 -0
  308. package/node_modules/gopd/index.js +15 -0
  309. package/node_modules/gopd/package.json +77 -0
  310. package/node_modules/gopd/test/index.js +36 -0
  311. package/node_modules/gopd/tsconfig.json +9 -0
  312. package/node_modules/has-symbols/.eslintrc +11 -0
  313. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  314. package/node_modules/has-symbols/.nycrc +9 -0
  315. package/node_modules/has-symbols/CHANGELOG.md +91 -0
  316. package/node_modules/has-symbols/LICENSE +21 -0
  317. package/node_modules/has-symbols/README.md +46 -0
  318. package/node_modules/has-symbols/index.d.ts +3 -0
  319. package/node_modules/has-symbols/index.js +14 -0
  320. package/node_modules/has-symbols/package.json +111 -0
  321. package/node_modules/has-symbols/shams.d.ts +3 -0
  322. package/node_modules/has-symbols/shams.js +45 -0
  323. package/node_modules/has-symbols/test/index.js +22 -0
  324. package/node_modules/has-symbols/test/shams/core-js.js +29 -0
  325. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  326. package/node_modules/has-symbols/test/tests.js +58 -0
  327. package/node_modules/has-symbols/tsconfig.json +10 -0
  328. package/node_modules/has-tostringtag/.eslintrc +5 -0
  329. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  330. package/node_modules/has-tostringtag/.nycrc +13 -0
  331. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  332. package/node_modules/has-tostringtag/LICENSE +21 -0
  333. package/node_modules/has-tostringtag/README.md +46 -0
  334. package/node_modules/has-tostringtag/index.d.ts +3 -0
  335. package/node_modules/has-tostringtag/index.js +8 -0
  336. package/node_modules/has-tostringtag/package.json +108 -0
  337. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  338. package/node_modules/has-tostringtag/shams.js +8 -0
  339. package/node_modules/has-tostringtag/test/index.js +21 -0
  340. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  341. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  342. package/node_modules/has-tostringtag/test/tests.js +15 -0
  343. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  344. package/node_modules/hasown/.eslintrc +5 -0
  345. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  346. package/node_modules/hasown/.nycrc +13 -0
  347. package/node_modules/hasown/CHANGELOG.md +40 -0
  348. package/node_modules/hasown/LICENSE +21 -0
  349. package/node_modules/hasown/README.md +40 -0
  350. package/node_modules/hasown/index.d.ts +3 -0
  351. package/node_modules/hasown/index.js +8 -0
  352. package/node_modules/hasown/package.json +92 -0
  353. package/node_modules/hasown/tsconfig.json +6 -0
  354. package/node_modules/math-intrinsics/.eslintrc +16 -0
  355. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  356. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  357. package/node_modules/math-intrinsics/LICENSE +21 -0
  358. package/node_modules/math-intrinsics/README.md +50 -0
  359. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  360. package/node_modules/math-intrinsics/abs.js +4 -0
  361. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  362. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  363. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  364. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  365. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  366. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  367. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  368. package/node_modules/math-intrinsics/floor.js +4 -0
  369. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  370. package/node_modules/math-intrinsics/isFinite.js +12 -0
  371. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  372. package/node_modules/math-intrinsics/isInteger.js +16 -0
  373. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  374. package/node_modules/math-intrinsics/isNaN.js +6 -0
  375. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  376. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  377. package/node_modules/math-intrinsics/max.d.ts +1 -0
  378. package/node_modules/math-intrinsics/max.js +4 -0
  379. package/node_modules/math-intrinsics/min.d.ts +1 -0
  380. package/node_modules/math-intrinsics/min.js +4 -0
  381. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  382. package/node_modules/math-intrinsics/mod.js +9 -0
  383. package/node_modules/math-intrinsics/package.json +86 -0
  384. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  385. package/node_modules/math-intrinsics/pow.js +4 -0
  386. package/node_modules/math-intrinsics/round.d.ts +1 -0
  387. package/node_modules/math-intrinsics/round.js +4 -0
  388. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  389. package/node_modules/math-intrinsics/sign.js +11 -0
  390. package/node_modules/math-intrinsics/test/index.js +192 -0
  391. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  392. package/node_modules/oidc-token-hash/README.md +6 -0
  393. package/node_modules/oidc-token-hash/lib/index.js +8 -0
  394. package/node_modules/oidc-token-hash/package.json +4 -4
  395. package/node_modules/strnum/CHANGELOG.md +22 -0
  396. package/node_modules/strnum/README.md +14 -3
  397. package/node_modules/strnum/package.json +8 -2
  398. package/node_modules/strnum/strnum.js +43 -56
  399. package/node_modules/strnum/strnum.test.js +21 -6
  400. package/package.json +16 -16
  401. package/node_modules/axios/SECURITY.md +0 -6
@@ -1,7 +1,8 @@
1
- // Axios v1.7.9 Copyright (c) 2024 Matt Zabriskie and contributors
1
+ /*! Axios v1.8.1 Copyright (c) 2025 Matt Zabriskie and contributors */
2
2
  'use strict';
3
3
 
4
4
  const FormData$1 = require('form-data');
5
+ const crypto = require('crypto');
5
6
  const url = require('url');
6
7
  const proxyFromEnv = require('proxy-from-env');
7
8
  const http = require('http');
@@ -15,6 +16,7 @@ const events = require('events');
15
16
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
16
17
 
17
18
  const FormData__default = /*#__PURE__*/_interopDefaultLegacy(FormData$1);
19
+ const crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto);
18
20
  const url__default = /*#__PURE__*/_interopDefaultLegacy(url);
19
21
  const proxyFromEnv__default = /*#__PURE__*/_interopDefaultLegacy(proxyFromEnv);
20
22
  const http__default = /*#__PURE__*/_interopDefaultLegacy(http);
@@ -630,26 +632,6 @@ const toFiniteNumber = (value, defaultValue) => {
630
632
  return value != null && Number.isFinite(value = +value) ? value : defaultValue;
631
633
  };
632
634
 
633
- const ALPHA = 'abcdefghijklmnopqrstuvwxyz';
634
-
635
- const DIGIT = '0123456789';
636
-
637
- const ALPHABET = {
638
- DIGIT,
639
- ALPHA,
640
- ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
641
- };
642
-
643
- const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
644
- let str = '';
645
- const {length} = alphabet;
646
- while (size--) {
647
- str += alphabet[Math.random() * length|0];
648
- }
649
-
650
- return str;
651
- };
652
-
653
635
  /**
654
636
  * If the thing is a FormData object, return true, otherwise return false.
655
637
  *
@@ -777,8 +759,6 @@ const utils$1 = {
777
759
  findKey,
778
760
  global: _global,
779
761
  isContextDefined,
780
- ALPHABET,
781
- generateString,
782
762
  isSpecCompliantForm,
783
763
  toJSONObject,
784
764
  isAsyncFn,
@@ -1290,6 +1270,29 @@ const transitionalDefaults = {
1290
1270
 
1291
1271
  const URLSearchParams = url__default["default"].URLSearchParams;
1292
1272
 
1273
+ const ALPHA = 'abcdefghijklmnopqrstuvwxyz';
1274
+
1275
+ const DIGIT = '0123456789';
1276
+
1277
+ const ALPHABET = {
1278
+ DIGIT,
1279
+ ALPHA,
1280
+ ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
1281
+ };
1282
+
1283
+ const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
1284
+ let str = '';
1285
+ const {length} = alphabet;
1286
+ const randomValues = new Uint32Array(size);
1287
+ crypto__default["default"].randomFillSync(randomValues);
1288
+ for (let i = 0; i < size; i++) {
1289
+ str += alphabet[randomValues[i] % length];
1290
+ }
1291
+
1292
+ return str;
1293
+ };
1294
+
1295
+
1293
1296
  const platform$1 = {
1294
1297
  isNode: true,
1295
1298
  classes: {
@@ -1297,6 +1300,8 @@ const platform$1 = {
1297
1300
  FormData: FormData__default["default"],
1298
1301
  Blob: typeof Blob !== 'undefined' && Blob || null
1299
1302
  },
1303
+ ALPHABET,
1304
+ generateString,
1300
1305
  protocols: [ 'http', 'https', 'file', 'data' ]
1301
1306
  };
1302
1307
 
@@ -2071,14 +2076,15 @@ function combineURLs(baseURL, relativeURL) {
2071
2076
  *
2072
2077
  * @returns {string} The combined full path
2073
2078
  */
2074
- function buildFullPath(baseURL, requestedURL) {
2075
- if (baseURL && !isAbsoluteURL(requestedURL)) {
2079
+ function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {
2080
+ let isRelativeUrl = !isAbsoluteURL(requestedURL);
2081
+ if (baseURL && isRelativeUrl || allowAbsoluteUrls == false) {
2076
2082
  return combineURLs(baseURL, requestedURL);
2077
2083
  }
2078
2084
  return requestedURL;
2079
2085
  }
2080
2086
 
2081
- const VERSION = "1.7.9";
2087
+ const VERSION = "1.8.1";
2082
2088
 
2083
2089
  function parseProtocol(url) {
2084
2090
  const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
@@ -2288,7 +2294,7 @@ const readBlob = async function* (blob) {
2288
2294
 
2289
2295
  const readBlob$1 = readBlob;
2290
2296
 
2291
- const BOUNDARY_ALPHABET = utils$1.ALPHABET.ALPHA_DIGIT + '-_';
2297
+ const BOUNDARY_ALPHABET = platform.ALPHABET.ALPHA_DIGIT + '-_';
2292
2298
 
2293
2299
  const textEncoder = typeof TextEncoder === 'function' ? new TextEncoder() : new util__default["default"].TextEncoder();
2294
2300
 
@@ -2348,7 +2354,7 @@ const formDataToStream = (form, headersHandler, options) => {
2348
2354
  const {
2349
2355
  tag = 'form-data-boundary',
2350
2356
  size = 25,
2351
- boundary = tag + '-' + utils$1.generateString(size, BOUNDARY_ALPHABET)
2357
+ boundary = tag + '-' + platform.generateString(size, BOUNDARY_ALPHABET)
2352
2358
  } = options || {};
2353
2359
 
2354
2360
  if(!utils$1.isFormData(form)) {
@@ -4304,6 +4310,13 @@ class Axios {
4304
4310
  }
4305
4311
  }
4306
4312
 
4313
+ // Set config.allowAbsoluteUrls
4314
+ if (config.allowAbsoluteUrls !== undefined) ; else if (this.defaults.allowAbsoluteUrls !== undefined) {
4315
+ config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;
4316
+ } else {
4317
+ config.allowAbsoluteUrls = true;
4318
+ }
4319
+
4307
4320
  validator.assertOptions(config, {
4308
4321
  baseUrl: validators.spelling('baseURL'),
4309
4322
  withXsrfToken: validators.spelling('withXSRFToken')
@@ -4399,7 +4412,7 @@ class Axios {
4399
4412
 
4400
4413
  getUri(config) {
4401
4414
  config = mergeConfig(this.defaults, config);
4402
- const fullPath = buildFullPath(config.baseURL, config.url);
4415
+ const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);
4403
4416
  return buildURL(fullPath, config.params, config.paramsSerializer);
4404
4417
  }
4405
4418
  }