@gemeentenijmegen/webapp 1.1.2 → 1.1.3

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 (253) hide show
  1. package/.jsii +12 -12
  2. package/assets/webapp/auth/auth.lambda/index.js +4 -7
  3. package/assets/webapp/login/login.lambda/index.js +4 -7
  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/endpoint/ruleset.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +38 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/endpoint/ruleset.js +1 -1
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +16 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/CreateTableCommand.d.ts +1 -0
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +3 -0
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteTableCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeTableCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +3 -0
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableFromBackupCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +3 -0
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateTableCommand.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +63 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +18 -0
  24. package/node_modules/@aws-sdk/client-dynamodb/package.json +4 -4
  25. package/node_modules/@aws-sdk/client-s3/README.md +24 -0
  26. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  27. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +358 -104
  28. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
  29. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +32 -0
  30. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  31. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +1 -0
  32. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  33. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +1 -0
  34. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +1 -0
  35. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +1 -0
  36. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +2 -1
  37. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  38. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -0
  39. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +1 -0
  40. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +1 -0
  41. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +1 -0
  42. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +1 -0
  43. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +1 -0
  44. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +1 -0
  45. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +1 -0
  46. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +1 -0
  47. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +1 -0
  48. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +1 -0
  49. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -0
  50. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +1 -0
  51. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +1 -0
  52. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +1 -0
  53. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +1 -0
  54. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +1 -0
  55. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
  56. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  57. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +2 -12
  58. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +13 -0
  59. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +159 -0
  60. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +21 -0
  61. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -2
  62. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
  63. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +5 -3
  64. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +4 -3
  65. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -5
  66. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  67. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -3
  68. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  69. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
  70. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
  72. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  73. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
  74. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
  75. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +4 -3
  76. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
  78. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  79. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
  80. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
  81. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +23 -22
  82. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +4 -3
  83. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +4 -3
  84. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  85. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +36 -35
  86. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +4 -3
  87. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -3
  88. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +5 -4
  90. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +8 -3
  93. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -3
  96. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -2
  97. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +54 -52
  98. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +4 -3
  100. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +4 -3
  101. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
  102. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +455 -411
  103. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +404 -18
  104. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
  105. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +69 -0
  106. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +18 -0
  107. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  108. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  109. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  110. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  116. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
  118. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +50 -66
  119. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +75 -0
  120. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  121. package/node_modules/@aws-sdk/client-s3/package.json +5 -5
  122. package/node_modules/@aws-sdk/client-secrets-manager/package.json +4 -4
  123. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetExecutionPreviewCommand.d.ts +29 -0
  124. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesCommand.d.ts +52 -0
  125. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListNodesSummaryCommand.d.ts +43 -0
  126. package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartExecutionPreviewCommand.d.ts +16 -0
  127. package/node_modules/@aws-sdk/client-ssm/package.json +4 -4
  128. package/node_modules/@aws-sdk/client-sso-oidc/package.json +3 -3
  129. package/node_modules/@aws-sdk/client-sts/package.json +3 -3
  130. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +3 -1
  131. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +2 -0
  132. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +2 -1
  133. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -2
  134. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -2
  135. package/node_modules/@aws-sdk/credential-provider-ini/package.json +3 -3
  136. package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
  137. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -0
  138. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +2 -0
  139. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  140. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  141. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +1 -0
  142. package/node_modules/@aws-sdk/credential-provider-sso/package.json +2 -2
  143. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +5 -0
  144. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/flexibleChecksumsMiddleware.d.ts +1 -0
  145. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
  146. package/node_modules/@aws-sdk/s3-request-presigner/package.json +2 -2
  147. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +11 -10
  148. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -1
  149. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  150. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +5 -7
  151. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +4 -0
  152. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
  153. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -3
  154. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +3 -1
  155. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  156. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -1
  157. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  158. package/node_modules/@gemeentenijmegen/apiclient/package.json +4 -4
  159. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +3 -3
  160. package/node_modules/@gemeentenijmegen/utils/package.json +6 -6
  161. package/node_modules/@smithy/abort-controller/package.json +2 -2
  162. package/node_modules/@smithy/config-resolver/package.json +4 -4
  163. package/node_modules/@smithy/core/package.json +6 -6
  164. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  165. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  166. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  167. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  168. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  169. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  170. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  171. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  172. package/node_modules/@smithy/hash-node/package.json +2 -2
  173. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  174. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  175. package/node_modules/@smithy/md5-js/package.json +2 -2
  176. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  177. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  178. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  179. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  180. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  181. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  182. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -8
  183. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +2 -2
  184. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +9 -6
  185. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -2
  186. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +2 -2
  187. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  188. package/node_modules/@smithy/property-provider/package.json +2 -2
  189. package/node_modules/@smithy/protocol-http/package.json +2 -2
  190. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  191. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  192. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +2 -2
  193. package/node_modules/@smithy/service-error-classification/dist-es/index.js +3 -2
  194. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  195. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +1 -1
  196. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  197. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  198. package/node_modules/@smithy/signature-v4/package.json +4 -4
  199. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +22 -34
  200. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +22 -31
  201. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +34 -15
  202. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +34 -15
  203. package/node_modules/@smithy/smithy-client/package.json +7 -7
  204. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  205. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  206. package/node_modules/@smithy/types/package.json +1 -1
  207. package/node_modules/@smithy/url-parser/package.json +3 -3
  208. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  209. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  210. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  211. package/node_modules/@smithy/util-middleware/package.json +2 -2
  212. package/node_modules/@smithy/util-retry/package.json +3 -3
  213. package/node_modules/@smithy/util-stream/package.json +4 -4
  214. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +31 -4
  215. package/node_modules/@smithy/util-waiter/dist-es/poller.js +30 -4
  216. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +5 -0
  217. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +5 -0
  218. package/node_modules/@smithy/util-waiter/package.json +3 -3
  219. package/node_modules/@types/aws-lambda/README.md +1 -1
  220. package/node_modules/@types/aws-lambda/index.d.ts +1 -0
  221. package/node_modules/@types/aws-lambda/package.json +4 -3
  222. package/node_modules/@types/aws-lambda/trigger/guard-duty-event-notification.d.ts +36 -0
  223. package/node_modules/axios/CHANGELOG.md +49 -0
  224. package/node_modules/axios/README.md +20 -8
  225. package/node_modules/axios/dist/axios.js +34 -63
  226. package/node_modules/axios/dist/axios.js.map +1 -1
  227. package/node_modules/axios/dist/axios.min.js +1 -1
  228. package/node_modules/axios/dist/axios.min.js.map +1 -1
  229. package/node_modules/axios/dist/browser/axios.cjs +40 -71
  230. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  231. package/node_modules/axios/dist/esm/axios.js +40 -71
  232. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  233. package/node_modules/axios/dist/esm/axios.min.js +1 -1
  234. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  235. package/node_modules/axios/dist/node/axios.cjs +45 -75
  236. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  237. package/node_modules/axios/index.d.cts +5 -1
  238. package/node_modules/axios/index.d.ts +8 -1
  239. package/node_modules/axios/lib/adapters/http.js +4 -4
  240. package/node_modules/axios/lib/core/Axios.js +7 -2
  241. package/node_modules/axios/lib/core/mergeConfig.js +5 -5
  242. package/node_modules/axios/lib/env/data.js +1 -1
  243. package/node_modules/axios/lib/helpers/buildURL.js +7 -1
  244. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  245. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +12 -65
  246. package/node_modules/axios/lib/helpers/validator.js +8 -0
  247. package/node_modules/axios/package.json +3 -3
  248. package/node_modules/dotenv/CHANGELOG.md +15 -2
  249. package/node_modules/dotenv/README.md +37 -114
  250. package/node_modules/dotenv/package.json +5 -9
  251. package/node_modules/openid-client/lib/helpers/client.js +1 -4
  252. package/node_modules/openid-client/package.json +3 -3
  253. package/package.json +18 -17
@@ -3,7 +3,7 @@ import { fromSso as getSsoTokenProvider } from "@aws-sdk/token-providers";
3
3
  import { CredentialsProviderError } from "@smithy/property-provider";
4
4
  import { getSSOTokenFromFile } from "@smithy/shared-ini-file-loader";
5
5
  const SHOULD_FAIL_CREDENTIAL_CHAIN = false;
6
- export const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, profile, logger, }) => {
6
+ export const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, profile, logger, }) => {
7
7
  let token;
8
8
  const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
9
9
  if (ssoSession) {
@@ -42,6 +42,7 @@ export const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccoun
42
42
  const { SSOClient, GetRoleCredentialsCommand } = await import("./loadSso");
43
43
  const sso = ssoClient ||
44
44
  new SSOClient(Object.assign({}, clientConfig ?? {}, {
45
+ logger: clientConfig?.logger ?? parentClientConfig?.logger,
45
46
  region: clientConfig?.region ?? ssoRegion,
46
47
  }));
47
48
  let ssoResp;
@@ -3,4 +3,4 @@ import { FromSSOInit, SsoCredentialsParameters } from "./fromSSO";
3
3
  /**
4
4
  * @internal
5
5
  */
6
- export declare const resolveSSOCredentials: ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, profile, logger, }: FromSSOInit & SsoCredentialsParameters) => Promise<AwsCredentialIdentity>;
6
+ export declare const resolveSSOCredentials: ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, parentClientConfig, profile, logger, }: FromSSOInit & SsoCredentialsParameters) => Promise<AwsCredentialIdentity>;
@@ -8,6 +8,7 @@ export declare const resolveSSOCredentials: ({
8
8
  ssoRoleName,
9
9
  ssoClient,
10
10
  clientConfig,
11
+ parentClientConfig,
11
12
  profile,
12
13
  logger,
13
14
  }: FromSSOInit & SsoCredentialsParameters) => Promise<AwsCredentialIdentity>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.696.0",
3
+ "version": "3.699.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "@aws-sdk/client-sso": "3.696.0",
29
29
  "@aws-sdk/core": "3.696.0",
30
- "@aws-sdk/token-providers": "3.696.0",
30
+ "@aws-sdk/token-providers": "3.699.0",
31
31
  "@aws-sdk/types": "3.696.0",
32
32
  "@smithy/property-provider": "^3.1.9",
33
33
  "@smithy/shared-ini-file-loader": "^3.1.10",
@@ -10,6 +10,11 @@ export interface FlexibleChecksumsRequestMiddlewareConfig {
10
10
  * Defines a top-level operation input member that is used to configure request checksum behavior.
11
11
  */
12
12
  requestAlgorithmMember?: string;
13
+ /**
14
+ * The {@link httpHeader} value for {@link requestAlgorithmMember}, if present.
15
+ * {@link https://smithy.io/2.0/spec/http-bindings.html#httpheader-trait httpHeader}
16
+ */
17
+ requestAlgorithmMemberHttpHeader?: string;
13
18
  }
14
19
  export declare const flexibleChecksumsMiddlewareOptions: BuildHandlerOptions;
15
20
  /**
@@ -3,6 +3,7 @@ import { PreviouslyResolved } from "./configuration";
3
3
  export interface FlexibleChecksumsRequestMiddlewareConfig {
4
4
  requestChecksumRequired: boolean;
5
5
  requestAlgorithmMember?: string;
6
+ requestAlgorithmMemberHttpHeader?: string;
6
7
  }
7
8
  export declare const flexibleChecksumsMiddlewareOptions: BuildHandlerOptions;
8
9
  export declare const flexibleChecksumsMiddleware: (
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.697.0",
3
+ "version": "3.701.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-flexible-checksums",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/s3-request-presigner",
3
- "version": "3.698.0",
3
+ "version": "3.705.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",
@@ -32,7 +32,7 @@
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@aws-sdk/client-s3": "3.698.0",
35
+ "@aws-sdk/client-s3": "3.705.0",
36
36
  "@smithy/hash-node": "^3.0.10",
37
37
  "@tsconfig/recommended": "1.0.1",
38
38
  "@types/node": "^16.18.96",
@@ -46,21 +46,22 @@ var EXPIRE_WINDOW_MS = 5 * 60 * 1e3;
46
46
  var REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;
47
47
 
48
48
  // src/getSsoOidcClient.ts
49
- var ssoOidcClientsHash = {};
50
- var getSsoOidcClient = /* @__PURE__ */ __name(async (ssoRegion) => {
49
+ var getSsoOidcClient = /* @__PURE__ */ __name(async (ssoRegion, init = {}) => {
50
+ var _a, _b, _c;
51
51
  const { SSOOIDCClient } = await Promise.resolve().then(() => __toESM(require("@aws-sdk/client-sso-oidc")));
52
- if (ssoOidcClientsHash[ssoRegion]) {
53
- return ssoOidcClientsHash[ssoRegion];
54
- }
55
- const ssoOidcClient = new SSOOIDCClient({ region: ssoRegion });
56
- ssoOidcClientsHash[ssoRegion] = ssoOidcClient;
52
+ const ssoOidcClient = new SSOOIDCClient(
53
+ Object.assign({}, init.clientConfig ?? {}, {
54
+ region: ssoRegion ?? ((_a = init.clientConfig) == null ? void 0 : _a.region),
55
+ logger: ((_b = init.clientConfig) == null ? void 0 : _b.logger) ?? ((_c = init.parentClientConfig) == null ? void 0 : _c.logger)
56
+ })
57
+ );
57
58
  return ssoOidcClient;
58
59
  }, "getSsoOidcClient");
59
60
 
60
61
  // src/getNewSsoOidcToken.ts
61
- var getNewSsoOidcToken = /* @__PURE__ */ __name(async (ssoToken, ssoRegion) => {
62
+ var getNewSsoOidcToken = /* @__PURE__ */ __name(async (ssoToken, ssoRegion, init = {}) => {
62
63
  const { CreateTokenCommand } = await Promise.resolve().then(() => __toESM(require("@aws-sdk/client-sso-oidc")));
63
- const ssoOidcClient = await getSsoOidcClient(ssoRegion);
64
+ const ssoOidcClient = await getSsoOidcClient(ssoRegion, init);
64
65
  return ssoOidcClient.send(
65
66
  new CreateTokenCommand({
66
67
  clientId: ssoToken.clientId,
@@ -157,7 +158,7 @@ var fromSso = /* @__PURE__ */ __name((init = {}) => async () => {
157
158
  validateTokenKey("refreshToken", ssoToken.refreshToken, true);
158
159
  try {
159
160
  lastRefreshAttemptTime.setTime(Date.now());
160
- const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion);
161
+ const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion, init);
161
162
  validateTokenKey("accessToken", newSsoOidcToken.accessToken);
162
163
  validateTokenKey("expiresIn", newSsoOidcToken.expiresIn);
163
164
  const newTokenExpiration = new Date(Date.now() + newSsoOidcToken.expiresIn * 1e3);
@@ -53,7 +53,7 @@ export const fromSso = (init = {}) => async () => {
53
53
  validateTokenKey("refreshToken", ssoToken.refreshToken, true);
54
54
  try {
55
55
  lastRefreshAttemptTime.setTime(Date.now());
56
- const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion);
56
+ const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion, init);
57
57
  validateTokenKey("accessToken", newSsoOidcToken.accessToken);
58
58
  validateTokenKey("expiresIn", newSsoOidcToken.expiresIn);
59
59
  const newTokenExpiration = new Date(Date.now() + newSsoOidcToken.expiresIn * 1000);
@@ -1,7 +1,7 @@
1
1
  import { getSsoOidcClient } from "./getSsoOidcClient";
2
- export const getNewSsoOidcToken = async (ssoToken, ssoRegion) => {
2
+ export const getNewSsoOidcToken = async (ssoToken, ssoRegion, init = {}) => {
3
3
  const { CreateTokenCommand } = await import("@aws-sdk/client-sso-oidc");
4
- const ssoOidcClient = await getSsoOidcClient(ssoRegion);
4
+ const ssoOidcClient = await getSsoOidcClient(ssoRegion, init);
5
5
  return ssoOidcClient.send(new CreateTokenCommand({
6
6
  clientId: ssoToken.clientId,
7
7
  clientSecret: ssoToken.clientSecret,
@@ -1,10 +1,8 @@
1
- const ssoOidcClientsHash = {};
2
- export const getSsoOidcClient = async (ssoRegion) => {
1
+ export const getSsoOidcClient = async (ssoRegion, init = {}) => {
3
2
  const { SSOOIDCClient } = await import("@aws-sdk/client-sso-oidc");
4
- if (ssoOidcClientsHash[ssoRegion]) {
5
- return ssoOidcClientsHash[ssoRegion];
6
- }
7
- const ssoOidcClient = new SSOOIDCClient({ region: ssoRegion });
8
- ssoOidcClientsHash[ssoRegion] = ssoOidcClient;
3
+ const ssoOidcClient = new SSOOIDCClient(Object.assign({}, init.clientConfig ?? {}, {
4
+ region: ssoRegion ?? init.clientConfig?.region,
5
+ logger: init.clientConfig?.logger ?? init.parentClientConfig?.logger,
6
+ }));
9
7
  return ssoOidcClient;
10
8
  };
@@ -1,6 +1,10 @@
1
1
  import { CredentialProviderOptions, TokenIdentityProvider } from "@aws-sdk/types";
2
2
  import { SourceProfileInit } from "@smithy/shared-ini-file-loader";
3
3
  export interface FromSsoInit extends SourceProfileInit, CredentialProviderOptions {
4
+ /**
5
+ * @see SSOOIDCClientConfig in \@aws-sdk/client-sso-oidc.
6
+ */
7
+ clientConfig?: any;
4
8
  }
5
9
  /**
6
10
  * Creates a token provider that will read from SSO token cache or ssoOidc.createToken() call.
@@ -1,6 +1,7 @@
1
1
  import { SSOToken } from "@smithy/shared-ini-file-loader";
2
+ import { FromSsoInit } from "./fromSso";
2
3
  /**
3
4
  * Returns a new SSO OIDC token from ssoOids.createToken() API call.
4
5
  * @internal
5
6
  */
6
- export declare const getNewSsoOidcToken: (ssoToken: SSOToken, ssoRegion: string) => Promise<any>;
7
+ export declare const getNewSsoOidcToken: (ssoToken: SSOToken, ssoRegion: string, init?: FromSsoInit) => Promise<any>;
@@ -1,6 +1,6 @@
1
+ import { FromSsoInit } from "./fromSso";
1
2
  /**
2
- * Returns a SSOOIDC client for the given region. If the client has already been created,
3
- * it will be returned from the hash.
3
+ * Returns a SSOOIDC client for the given region.
4
4
  * @internal
5
5
  */
6
- export declare const getSsoOidcClient: (ssoRegion: string) => Promise<any>;
6
+ export declare const getSsoOidcClient: (ssoRegion: string, init?: FromSsoInit) => Promise<any>;
@@ -5,5 +5,7 @@ import {
5
5
  import { SourceProfileInit } from "@smithy/shared-ini-file-loader";
6
6
  export interface FromSsoInit
7
7
  extends SourceProfileInit,
8
- CredentialProviderOptions {}
8
+ CredentialProviderOptions {
9
+ clientConfig?: any;
10
+ }
9
11
  export declare const fromSso: (init?: FromSsoInit) => TokenIdentityProvider;
@@ -1,5 +1,7 @@
1
1
  import { SSOToken } from "@smithy/shared-ini-file-loader";
2
+ import { FromSsoInit } from "./fromSso";
2
3
  export declare const getNewSsoOidcToken: (
3
4
  ssoToken: SSOToken,
4
- ssoRegion: string
5
+ ssoRegion: string,
6
+ init?: FromSsoInit
5
7
  ) => Promise<any>;
@@ -1 +1,5 @@
1
- export declare const getSsoOidcClient: (ssoRegion: string) => Promise<any>;
1
+ import { FromSsoInit } from "./fromSso";
2
+ export declare const getSsoOidcClient: (
3
+ ssoRegion: string,
4
+ init?: FromSsoInit
5
+ ) => Promise<any>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.696.0",
3
+ "version": "3.699.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -42,7 +42,7 @@
42
42
  "typescript": "~4.9.5"
43
43
  },
44
44
  "peerDependencies": {
45
- "@aws-sdk/client-sso-oidc": "^3.696.0"
45
+ "@aws-sdk/client-sso-oidc": "^3.699.0"
46
46
  },
47
47
  "types": "./dist-types/index.d.ts",
48
48
  "engines": {
@@ -25,7 +25,7 @@
25
25
  "projen": "npx projen"
26
26
  },
27
27
  "devDependencies": {
28
- "@gemeentenijmegen/projen-project-type": "^1.8.1",
28
+ "@gemeentenijmegen/projen-project-type": "^1.8.3",
29
29
  "@types/jest": "^29.5.14",
30
30
  "@types/node": "^18",
31
31
  "@typescript-eslint/eslint-plugin": "^7",
@@ -45,8 +45,8 @@
45
45
  "typescript": "^5.6.3"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-sdk/client-secrets-manager": "^3.687.0",
49
- "@aws-sdk/client-ssm": "^3.687.0",
48
+ "@aws-sdk/client-secrets-manager": "^3.696.0",
49
+ "@aws-sdk/client-ssm": "^3.698.0",
50
50
  "axios": "^1.7.7"
51
51
  },
52
52
  "main": "lib/index.js",
@@ -54,7 +54,7 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "version": "0.0.20",
57
+ "version": "0.0.21",
58
58
  "jest": {
59
59
  "coverageProvider": "v8",
60
60
  "testMatch": [
@@ -25,7 +25,7 @@
25
25
  "projen": "npx projen"
26
26
  },
27
27
  "devDependencies": {
28
- "@gemeentenijmegen/projen-project-type": "^1.8.1",
28
+ "@gemeentenijmegen/projen-project-type": "^1.8.3",
29
29
  "@types/jest": "^29.5.14",
30
30
  "@types/node": "^18",
31
31
  "@typescript-eslint/eslint-plugin": "^7",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-import": "^2.31.0",
38
38
  "jest": "^29.7.0",
39
39
  "jest-junit": "^15",
40
- "projen": "^0.87.4",
40
+ "projen": "^0.88.9",
41
41
  "ts-jest": "^29.2.5",
42
42
  "typescript": "^4.9.5"
43
43
  },
@@ -49,7 +49,7 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "version": "0.0.17",
52
+ "version": "0.0.18",
53
53
  "jest": {
54
54
  "coverageProvider": "v8",
55
55
  "testMatch": [
@@ -25,7 +25,7 @@
25
25
  "projen": "npx projen"
26
26
  },
27
27
  "devDependencies": {
28
- "@gemeentenijmegen/projen-project-type": "^1.8.1",
28
+ "@gemeentenijmegen/projen-project-type": "^1.8.3",
29
29
  "@types/jest": "^28.1.8",
30
30
  "@types/node": "^18",
31
31
  "@typescript-eslint/eslint-plugin": "^7",
@@ -43,17 +43,17 @@
43
43
  "typescript": "^4.9.5"
44
44
  },
45
45
  "dependencies": {
46
- "@aws-sdk/client-s3": "^3.689.0",
47
- "@aws-sdk/client-secrets-manager": "^3.687.0",
48
- "@aws-sdk/client-ssm": "^3.687.0",
49
- "@aws-sdk/s3-request-presigner": "^3.689.0"
46
+ "@aws-sdk/client-s3": "^3.698.0",
47
+ "@aws-sdk/client-secrets-manager": "^3.696.0",
48
+ "@aws-sdk/client-ssm": "^3.698.0",
49
+ "@aws-sdk/s3-request-presigner": "^3.698.0"
50
50
  },
51
51
  "main": "lib/index.js",
52
52
  "license": "EUPL-1.2",
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "version": "0.0.19",
56
+ "version": "0.0.20",
57
57
  "jest": {
58
58
  "coverageProvider": "v8",
59
59
  "testMatch": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/abort-controller",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "description": "A simple abort controller library",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@smithy/types": "^3.7.1",
28
+ "@smithy/types": "^3.7.2",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/config-resolver",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline config-resolver",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/node-config-provider": "^3.1.11",
28
- "@smithy/types": "^3.7.1",
27
+ "@smithy/node-config-provider": "^3.1.12",
28
+ "@smithy/types": "^3.7.2",
29
29
  "@smithy/util-config-provider": "^3.0.0",
30
- "@smithy/util-middleware": "^3.0.10",
30
+ "@smithy/util-middleware": "^3.0.11",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "2.5.4",
3
+ "version": "2.5.5",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
@@ -54,12 +54,12 @@
54
54
  },
55
55
  "license": "Apache-2.0",
56
56
  "dependencies": {
57
- "@smithy/middleware-serde": "^3.0.10",
58
- "@smithy/protocol-http": "^4.1.7",
59
- "@smithy/types": "^3.7.1",
57
+ "@smithy/middleware-serde": "^3.0.11",
58
+ "@smithy/protocol-http": "^4.1.8",
59
+ "@smithy/types": "^3.7.2",
60
60
  "@smithy/util-body-length-browser": "^3.0.0",
61
- "@smithy/util-middleware": "^3.0.10",
62
- "@smithy/util-stream": "^3.3.1",
61
+ "@smithy/util-middleware": "^3.0.11",
62
+ "@smithy/util-stream": "^3.3.2",
63
63
  "@smithy/util-utf8": "^3.0.0",
64
64
  "tslib": "^2.6.2"
65
65
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/credential-provider-imds",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@smithy/node-config-provider": "^3.1.11",
31
- "@smithy/property-provider": "^3.1.10",
32
- "@smithy/types": "^3.7.1",
33
- "@smithy/url-parser": "^3.0.10",
30
+ "@smithy/node-config-provider": "^3.1.12",
31
+ "@smithy/property-provider": "^3.1.11",
32
+ "@smithy/types": "^3.7.2",
33
+ "@smithy/url-parser": "^3.0.11",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-codec",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline eventstream-codec",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
26
  "@aws-crypto/crc32": "5.2.0",
27
- "@smithy/types": "^3.7.1",
27
+ "@smithy/types": "^3.7.2",
28
28
  "@smithy/util-hex-encoding": "^3.0.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-serde-browser",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline eventstream-serde-browser",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/eventstream-serde-universal": "^3.0.12",
26
- "@smithy/types": "^3.7.1",
25
+ "@smithy/eventstream-serde-universal": "^3.0.13",
26
+ "@smithy/types": "^3.7.2",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-serde-config-resolver",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline eventstream-serde-config-resolver",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/types": "^3.7.1",
27
+ "@smithy/types": "^3.7.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-serde-node",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline eventstream-serde-node",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/eventstream-serde-universal": "^3.0.12",
26
- "@smithy/types": "^3.7.1",
25
+ "@smithy/eventstream-serde-universal": "^3.0.13",
26
+ "@smithy/types": "^3.7.2",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/eventstream-serde-universal",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline eventstream-serde-universal",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/eventstream-codec": "^3.1.9",
27
- "@smithy/types": "^3.7.1",
26
+ "@smithy/eventstream-codec": "^3.1.10",
27
+ "@smithy/types": "^3.7.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/fetch-http-handler",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -27,14 +27,14 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "types": "./dist-types/index.d.ts",
29
29
  "dependencies": {
30
- "@smithy/protocol-http": "^4.1.7",
31
- "@smithy/querystring-builder": "^3.0.10",
32
- "@smithy/types": "^3.7.1",
30
+ "@smithy/protocol-http": "^4.1.8",
31
+ "@smithy/querystring-builder": "^3.0.11",
32
+ "@smithy/types": "^3.7.2",
33
33
  "@smithy/util-base64": "^3.0.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@smithy/abort-controller": "^3.1.8",
37
+ "@smithy/abort-controller": "^3.1.9",
38
38
  "concurrently": "7.0.0",
39
39
  "downlevel-dts": "0.10.1",
40
40
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-blob-browser",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline hash-blob-browser",
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@smithy/chunked-blob-reader": "^4.0.0",
27
27
  "@smithy/chunked-blob-reader-native": "^3.0.1",
28
- "@smithy/types": "^3.7.1",
28
+ "@smithy/types": "^3.7.2",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-node",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline hash-node",
@@ -31,7 +31,7 @@
31
31
  "typedoc": "0.23.23"
32
32
  },
33
33
  "dependencies": {
34
- "@smithy/types": "^3.7.1",
34
+ "@smithy/types": "^3.7.2",
35
35
  "@smithy/util-buffer-from": "^3.0.0",
36
36
  "@smithy/util-utf8": "^3.0.0",
37
37
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-stream-node",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline hash-stream-node",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^3.7.1",
26
+ "@smithy/types": "^3.7.2",
27
27
  "@smithy/util-utf8": "^3.0.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/invalid-dependency",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline invalid-dependency",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^3.7.1",
26
+ "@smithy/types": "^3.7.2",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "typesVersions": {