@gemeentenijmegen/webapp 1.1.10 → 1.1.11

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 (235) hide show
  1. package/.jsii +10 -10
  2. package/assets/webapp/auth/auth.lambda/index.js +47 -66
  3. package/assets/webapp/login/login.lambda/index.js +2 -21
  4. package/assets/webapp/logout/logout.lambda/index.js +2 -2
  5. package/lib/webapp/Criticality.js +1 -1
  6. package/lib/webapp/Webapp.js +1 -1
  7. package/lib/webapp/Webpage.js +1 -1
  8. package/lib/webapp/util/Files.js +1 -1
  9. package/node_modules/@aws-sdk/client-dynamodb/dist-cjs/index.js +63 -0
  10. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/index.js +1 -0
  11. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_0.js +22 -0
  12. package/node_modules/@aws-sdk/client-dynamodb/dist-es/models/models_1.js +1 -0
  13. package/node_modules/@aws-sdk/client-dynamodb/dist-es/protocols/Aws_json1_0.js +14 -1
  14. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchExecuteStatementCommand.d.ts +8 -3
  15. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchGetItemCommand.d.ts +14 -7
  16. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/BatchWriteItemCommand.d.ts +14 -7
  17. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DeleteItemCommand.d.ts +14 -7
  18. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/DescribeContributorInsightsCommand.d.ts +1 -0
  19. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteStatementCommand.d.ts +14 -7
  20. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ExecuteTransactionCommand.d.ts +14 -7
  21. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/GetItemCommand.d.ts +14 -7
  22. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ListContributorInsightsCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/PutItemCommand.d.ts +14 -7
  24. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/QueryCommand.d.ts +14 -7
  25. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/ScanCommand.d.ts +14 -7
  26. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactGetItemsCommand.d.ts +14 -7
  27. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/TransactWriteItemsCommand.d.ts +16 -8
  28. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -0
  29. package/node_modules/@aws-sdk/client-dynamodb/dist-types/commands/UpdateItemCommand.d.ts +14 -7
  30. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/index.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_0.d.ts +151 -79
  32. package/node_modules/@aws-sdk/client-dynamodb/dist-types/models/models_1.d.ts +73 -0
  33. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -4
  34. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/index.d.ts +1 -0
  35. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_0.d.ts +24 -6
  36. package/node_modules/@aws-sdk/client-dynamodb/dist-types/ts3.4/models/models_1.d.ts +11 -0
  37. package/node_modules/@aws-sdk/client-dynamodb/package.json +35 -35
  38. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  39. package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
  40. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  41. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  42. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +73 -25
  43. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +5 -1
  44. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +5 -1
  45. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
  46. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +5 -2
  47. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +11 -7
  48. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  49. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -0
  50. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +6 -2
  51. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +6 -3
  52. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +11 -7
  53. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +6 -1
  54. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +6 -1
  55. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  56. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +4 -0
  57. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -0
  58. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -0
  59. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +8 -1
  60. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +8 -1
  61. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +8 -1
  62. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +1 -0
  63. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +1 -0
  64. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +1 -0
  65. package/node_modules/@aws-sdk/core/package.json +12 -12
  66. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  67. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  68. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  69. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  70. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  71. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  73. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  74. package/node_modules/@aws-sdk/middleware-endpoint-discovery/package.json +5 -5
  75. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  76. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
  77. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  78. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  79. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  80. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  81. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  82. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  83. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  84. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  85. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  86. package/node_modules/@aws-sdk/s3-request-presigner/package.json +10 -10
  87. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  88. package/node_modules/@aws-sdk/token-providers/package.json +10 -8
  89. package/node_modules/@aws-sdk/types/package.json +2 -2
  90. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  91. package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
  92. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  93. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  94. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  95. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/.jsii +82 -4
  96. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/lib/index.js +1 -1
  97. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/.jsii +84 -6
  98. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/bedrock-inference-helper.js +2 -2
  99. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.d.ts +1 -1
  100. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-defaults.js +1 -1
  101. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.d.ts +1 -1
  102. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/cloudfront-distribution-helper.js +1 -1
  103. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/kendra-helper.js +4 -2
  104. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/lib/waf-helper.js +5 -2
  105. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/package.json +3 -3
  106. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/TwoLogGroups.json +365 -0
  107. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/bedrock-inference-helper.test.js +2 -6
  108. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/lambda/index.js +1 -1
  109. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/pipes-helper.test.js +2 -2
  110. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/step-function-helper.test.js +1 -1
  111. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.d.ts +6 -0
  112. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/test-helper.js +84 -1
  113. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/node_modules/@aws-solutions-constructs/core/test/waf-helper.test.js +35 -1
  114. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/package.json +6 -6
  115. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js +2 -1
  116. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js +2 -1
  117. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/cdk.out +1 -1
  118. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/integ.json +2 -2
  119. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.assets.json +6 -6
  120. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddb-deployFunctionWithExistingVpc.template.json +1 -136
  121. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/lamddbdeployFunctionWithExistingVpcIntegDefaultTestDeployAssertEE08E38E.assets.json +2 -2
  122. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/manifest.json +475 -10
  123. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/tree.json +1 -1
  124. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js +2 -1
  125. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/cdk.out +1 -1
  126. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/integ.json +2 -2
  127. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.assets.json +6 -6
  128. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddb-deployFunctionWithVpc.template.json +1 -136
  129. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/lamddbdeployFunctionWithVpcIntegDefaultTestDeployAssert0AB8275C.assets.json +2 -2
  130. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/manifest.json +475 -10
  131. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/tree.json +1 -1
  132. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js +2 -1
  133. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js +2 -1
  134. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js +2 -1
  135. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js +2 -1
  136. package/node_modules/@gemeentenijmegen/apiclient/node_modules/@gemeentenijmegen/utils/package.json +8 -8
  137. package/node_modules/@gemeentenijmegen/apiclient/package.json +7 -7
  138. package/node_modules/@gemeentenijmegen/apigateway-http/package.json +4 -4
  139. package/node_modules/@gemeentenijmegen/session/package.json +5 -5
  140. package/node_modules/@gemeentenijmegen/utils/package.json +7 -7
  141. package/node_modules/@smithy/abort-controller/package.json +2 -2
  142. package/node_modules/@smithy/config-resolver/package.json +4 -4
  143. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +77 -38
  144. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +88 -85
  145. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -0
  146. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -51
  147. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +77 -41
  148. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +95 -0
  149. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +7 -95
  150. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +9 -0
  151. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  152. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  153. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +1 -0
  154. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +5 -0
  155. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
  156. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +3 -1
  157. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
  158. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  159. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  160. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +1 -0
  161. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +5 -0
  162. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +9 -1
  163. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +3 -1
  164. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +5 -0
  165. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +1 -0
  166. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  167. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +1 -0
  168. package/node_modules/@smithy/core/package.json +9 -7
  169. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  170. package/node_modules/@smithy/eventstream-codec/package.json +2 -2
  171. package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
  172. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
  173. package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
  174. package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
  175. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  176. package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
  177. package/node_modules/@smithy/hash-node/package.json +2 -2
  178. package/node_modules/@smithy/hash-stream-node/package.json +2 -2
  179. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  180. package/node_modules/@smithy/md5-js/package.json +2 -2
  181. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  182. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  183. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  184. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  185. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  186. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  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/package.json +2 -2
  193. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  194. package/node_modules/@smithy/signature-v4/package.json +4 -4
  195. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  196. package/node_modules/@smithy/smithy-client/package.json +7 -7
  197. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +1 -0
  198. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +1 -0
  199. package/node_modules/@smithy/types/package.json +1 -1
  200. package/node_modules/@smithy/url-parser/package.json +3 -3
  201. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  202. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  203. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  204. package/node_modules/@smithy/util-middleware/package.json +2 -2
  205. package/node_modules/@smithy/util-retry/package.json +3 -3
  206. package/node_modules/@smithy/util-stream/package.json +4 -4
  207. package/node_modules/@smithy/util-waiter/package.json +3 -3
  208. package/node_modules/bowser/CHANGELOG.md +1 -1
  209. package/node_modules/bowser/README.md +2 -4
  210. package/node_modules/bowser/bundled.js +1 -1
  211. package/node_modules/bowser/es5.js +1 -1
  212. package/node_modules/bowser/index.d.ts +72 -7
  213. package/node_modules/bowser/package.json +4 -3
  214. package/node_modules/bowser/src/constants.js +3 -0
  215. package/node_modules/bowser/src/parser-browsers.js +15 -0
  216. package/node_modules/bowser/src/parser-platforms.js +17 -1
  217. package/node_modules/bowser/src/parser.js +20 -5
  218. package/node_modules/bowser/src/utils.js +2 -2
  219. package/node_modules/follow-redirects/package.json +1 -1
  220. package/node_modules/oidc-token-hash/README.md +1 -0
  221. package/node_modules/oidc-token-hash/lib/index.js +0 -10
  222. package/node_modules/oidc-token-hash/package.json +1 -1
  223. package/package.json +16 -16
  224. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-add-secondary-index.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  225. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  226. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  227. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithExistingVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  228. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/__entrypoint__.js +0 -1
  229. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.7fa1e366ee8a9ded01fc355f704cff92bfd179574e6f9cfee800a3541df1b200/index.js +0 -1
  230. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-deployFunctionWithVpc.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  231. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-no-arguments.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  232. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-point-in-time-recovery.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  233. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-set-billing-mode.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  234. package/node_modules/@aws-solutions-constructs/aws-lambda-dynamodb/test/integ.lamddb-use-existing-func.js.snapshot/asset.a0c6248ec595d3ceec1177aa5ac5b494fdf4c66f1b88aa48086befd44f193d8c/index.js +0 -21
  235. package/node_modules/oidc-token-hash/lib/shake256.js +0 -7
@@ -36,4 +36,5 @@ export declare class AwsRestXmlProtocol extends HttpBindingProtocol {
36
36
  dataObject: any,
37
37
  metadata: ResponseMetadata
38
38
  ): Promise<never>;
39
+ protected getDefaultContentType(): string;
39
40
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.846.0",
3
+ "version": "3.864.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -13,8 +13,8 @@
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
14
  "extract:docs": "api-extractor run --local",
15
15
  "test": "yarn g:vitest run",
16
- "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
17
16
  "test:watch": "yarn g:vitest watch",
17
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.ts",
18
18
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.ts"
19
19
  },
20
20
  "main": "./dist-cjs/index.js",
@@ -81,18 +81,18 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "3.840.0",
85
- "@aws-sdk/xml-builder": "3.821.0",
86
- "@smithy/core": "^3.7.0",
87
- "@smithy/node-config-provider": "^4.1.3",
88
- "@smithy/property-provider": "^4.0.4",
89
- "@smithy/protocol-http": "^5.1.2",
90
- "@smithy/signature-v4": "^5.1.2",
91
- "@smithy/smithy-client": "^4.4.7",
92
- "@smithy/types": "^4.3.1",
84
+ "@aws-sdk/types": "3.862.0",
85
+ "@aws-sdk/xml-builder": "3.862.0",
86
+ "@smithy/core": "^3.8.0",
87
+ "@smithy/node-config-provider": "^4.1.4",
88
+ "@smithy/property-provider": "^4.0.5",
89
+ "@smithy/protocol-http": "^5.1.3",
90
+ "@smithy/signature-v4": "^5.1.3",
91
+ "@smithy/smithy-client": "^4.4.10",
92
+ "@smithy/types": "^4.3.2",
93
93
  "@smithy/util-base64": "^4.0.0",
94
94
  "@smithy/util-body-length-browser": "^4.0.0",
95
- "@smithy/util-middleware": "^4.0.4",
95
+ "@smithy/util-middleware": "^4.0.5",
96
96
  "@smithy/util-utf8": "^4.0.0",
97
97
  "fast-xml-parser": "5.2.5",
98
98
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.846.0",
3
+ "version": "3.864.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.846.0",
29
- "@aws-sdk/types": "3.840.0",
30
- "@smithy/property-provider": "^4.0.4",
31
- "@smithy/types": "^4.3.1",
28
+ "@aws-sdk/core": "3.864.0",
29
+ "@aws-sdk/types": "3.862.0",
30
+ "@smithy/property-provider": "^4.0.5",
31
+ "@smithy/types": "^4.3.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.846.0",
3
+ "version": "3.864.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.846.0",
31
- "@aws-sdk/types": "3.840.0",
32
- "@smithy/fetch-http-handler": "^5.1.0",
33
- "@smithy/node-http-handler": "^4.1.0",
34
- "@smithy/property-provider": "^4.0.4",
35
- "@smithy/protocol-http": "^5.1.2",
36
- "@smithy/smithy-client": "^4.4.7",
37
- "@smithy/types": "^4.3.1",
38
- "@smithy/util-stream": "^4.2.3",
30
+ "@aws-sdk/core": "3.864.0",
31
+ "@aws-sdk/types": "3.862.0",
32
+ "@smithy/fetch-http-handler": "^5.1.1",
33
+ "@smithy/node-http-handler": "^4.1.1",
34
+ "@smithy/property-provider": "^4.0.5",
35
+ "@smithy/protocol-http": "^5.1.3",
36
+ "@smithy/smithy-client": "^4.4.10",
37
+ "@smithy/types": "^4.3.2",
38
+ "@smithy/util-stream": "^4.2.4",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.848.0",
3
+ "version": "3.864.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,18 +27,18 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.846.0",
31
- "@aws-sdk/credential-provider-env": "3.846.0",
32
- "@aws-sdk/credential-provider-http": "3.846.0",
33
- "@aws-sdk/credential-provider-process": "3.846.0",
34
- "@aws-sdk/credential-provider-sso": "3.848.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.848.0",
36
- "@aws-sdk/nested-clients": "3.848.0",
37
- "@aws-sdk/types": "3.840.0",
38
- "@smithy/credential-provider-imds": "^4.0.6",
39
- "@smithy/property-provider": "^4.0.4",
40
- "@smithy/shared-ini-file-loader": "^4.0.4",
41
- "@smithy/types": "^4.3.1",
30
+ "@aws-sdk/core": "3.864.0",
31
+ "@aws-sdk/credential-provider-env": "3.864.0",
32
+ "@aws-sdk/credential-provider-http": "3.864.0",
33
+ "@aws-sdk/credential-provider-process": "3.864.0",
34
+ "@aws-sdk/credential-provider-sso": "3.864.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.864.0",
36
+ "@aws-sdk/nested-clients": "3.864.0",
37
+ "@aws-sdk/types": "3.862.0",
38
+ "@smithy/credential-provider-imds": "^4.0.7",
39
+ "@smithy/property-provider": "^4.0.5",
40
+ "@smithy/shared-ini-file-loader": "^4.0.5",
41
+ "@smithy/types": "^4.3.2",
42
42
  "tslib": "^2.6.2"
43
43
  },
44
44
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.848.0",
3
+ "version": "3.864.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -29,17 +29,17 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.846.0",
33
- "@aws-sdk/credential-provider-http": "3.846.0",
34
- "@aws-sdk/credential-provider-ini": "3.848.0",
35
- "@aws-sdk/credential-provider-process": "3.846.0",
36
- "@aws-sdk/credential-provider-sso": "3.848.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.848.0",
38
- "@aws-sdk/types": "3.840.0",
39
- "@smithy/credential-provider-imds": "^4.0.6",
40
- "@smithy/property-provider": "^4.0.4",
41
- "@smithy/shared-ini-file-loader": "^4.0.4",
42
- "@smithy/types": "^4.3.1",
32
+ "@aws-sdk/credential-provider-env": "3.864.0",
33
+ "@aws-sdk/credential-provider-http": "3.864.0",
34
+ "@aws-sdk/credential-provider-ini": "3.864.0",
35
+ "@aws-sdk/credential-provider-process": "3.864.0",
36
+ "@aws-sdk/credential-provider-sso": "3.864.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.864.0",
38
+ "@aws-sdk/types": "3.862.0",
39
+ "@smithy/credential-provider-imds": "^4.0.7",
40
+ "@smithy/property-provider": "^4.0.5",
41
+ "@smithy/shared-ini-file-loader": "^4.0.5",
42
+ "@smithy/types": "^4.3.2",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.846.0",
3
+ "version": "3.864.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,11 +25,11 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.846.0",
29
- "@aws-sdk/types": "3.840.0",
30
- "@smithy/property-provider": "^4.0.4",
31
- "@smithy/shared-ini-file-loader": "^4.0.4",
32
- "@smithy/types": "^4.3.1",
28
+ "@aws-sdk/core": "3.864.0",
29
+ "@aws-sdk/types": "3.862.0",
30
+ "@smithy/property-provider": "^4.0.5",
31
+ "@smithy/shared-ini-file-loader": "^4.0.5",
32
+ "@smithy/types": "^4.3.2",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.848.0",
3
+ "version": "3.864.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",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/client-sso": "3.848.0",
29
- "@aws-sdk/core": "3.846.0",
30
- "@aws-sdk/token-providers": "3.848.0",
31
- "@aws-sdk/types": "3.840.0",
32
- "@smithy/property-provider": "^4.0.4",
33
- "@smithy/shared-ini-file-loader": "^4.0.4",
34
- "@smithy/types": "^4.3.1",
28
+ "@aws-sdk/client-sso": "3.864.0",
29
+ "@aws-sdk/core": "3.864.0",
30
+ "@aws-sdk/token-providers": "3.864.0",
31
+ "@aws-sdk/types": "3.862.0",
32
+ "@smithy/property-provider": "^4.0.5",
33
+ "@smithy/shared-ini-file-loader": "^4.0.5",
34
+ "@smithy/types": "^4.3.2",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.848.0",
3
+ "version": "3.864.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "3.846.0",
37
- "@aws-sdk/nested-clients": "3.848.0",
38
- "@aws-sdk/types": "3.840.0",
39
- "@smithy/property-provider": "^4.0.4",
40
- "@smithy/types": "^4.3.1",
36
+ "@aws-sdk/core": "3.864.0",
37
+ "@aws-sdk/nested-clients": "3.864.0",
38
+ "@aws-sdk/types": "3.862.0",
39
+ "@smithy/property-provider": "^4.0.5",
40
+ "@smithy/types": "^4.3.2",
41
41
  "tslib": "^2.6.2"
42
42
  },
43
43
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-bucket-endpoint",
3
- "version": "3.840.0",
3
+ "version": "3.862.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-bucket-endpoint",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.840.0",
25
+ "@aws-sdk/types": "3.862.0",
26
26
  "@aws-sdk/util-arn-parser": "3.804.0",
27
- "@smithy/node-config-provider": "^4.1.3",
28
- "@smithy/protocol-http": "^5.1.2",
29
- "@smithy/types": "^4.3.1",
27
+ "@smithy/node-config-provider": "^4.1.4",
28
+ "@smithy/protocol-http": "^5.1.3",
29
+ "@smithy/types": "^4.3.2",
30
30
  "@smithy/util-config-provider": "^4.0.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-endpoint-discovery",
3
- "version": "3.840.0",
3
+ "version": "3.862.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-endpoint-discovery",
@@ -32,10 +32,10 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@aws-sdk/endpoint-cache": "3.804.0",
35
- "@aws-sdk/types": "3.840.0",
36
- "@smithy/node-config-provider": "^4.1.3",
37
- "@smithy/protocol-http": "^5.1.2",
38
- "@smithy/types": "^4.3.1",
35
+ "@aws-sdk/types": "3.862.0",
36
+ "@smithy/node-config-provider": "^4.1.4",
37
+ "@smithy/protocol-http": "^5.1.3",
38
+ "@smithy/types": "^4.3.2",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-expect-continue",
3
- "version": "3.840.0",
3
+ "version": "3.862.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-expect-continue",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.840.0",
27
- "@smithy/protocol-http": "^5.1.2",
28
- "@smithy/types": "^4.3.1",
26
+ "@aws-sdk/types": "3.862.0",
27
+ "@smithy/protocol-http": "^5.1.3",
28
+ "@smithy/types": "^4.3.2",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.846.0",
3
+ "version": "3.864.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",
@@ -36,19 +36,19 @@
36
36
  "@aws-crypto/crc32": "5.2.0",
37
37
  "@aws-crypto/crc32c": "5.2.0",
38
38
  "@aws-crypto/util": "5.2.0",
39
- "@aws-sdk/core": "3.846.0",
40
- "@aws-sdk/types": "3.840.0",
39
+ "@aws-sdk/core": "3.864.0",
40
+ "@aws-sdk/types": "3.862.0",
41
41
  "@smithy/is-array-buffer": "^4.0.0",
42
- "@smithy/node-config-provider": "^4.1.3",
43
- "@smithy/protocol-http": "^5.1.2",
44
- "@smithy/types": "^4.3.1",
45
- "@smithy/util-middleware": "^4.0.4",
46
- "@smithy/util-stream": "^4.2.3",
42
+ "@smithy/node-config-provider": "^4.1.4",
43
+ "@smithy/protocol-http": "^5.1.3",
44
+ "@smithy/types": "^4.3.2",
45
+ "@smithy/util-middleware": "^4.0.5",
46
+ "@smithy/util-stream": "^4.2.4",
47
47
  "@smithy/util-utf8": "^4.0.0",
48
48
  "tslib": "^2.6.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@smithy/node-http-handler": "^4.1.0",
51
+ "@smithy/node-http-handler": "^4.1.1",
52
52
  "concurrently": "7.0.0",
53
53
  "downlevel-dts": "0.10.1",
54
54
  "rimraf": "3.0.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.840.0",
3
+ "version": "3.862.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-host-header",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.840.0",
28
- "@smithy/protocol-http": "^5.1.2",
29
- "@smithy/types": "^4.3.1",
27
+ "@aws-sdk/types": "3.862.0",
28
+ "@smithy/protocol-http": "^5.1.3",
29
+ "@smithy/types": "^4.3.2",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-location-constraint",
3
- "version": "3.840.0",
3
+ "version": "3.862.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-location-constraint",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.840.0",
27
- "@smithy/types": "^4.3.1",
26
+ "@aws-sdk/types": "3.862.0",
27
+ "@smithy/types": "^4.3.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.840.0",
3
+ "version": "3.862.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-logger",
@@ -24,8 +24,8 @@
24
24
  "module": "./dist-es/index.js",
25
25
  "types": "./dist-types/index.d.ts",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.840.0",
28
- "@smithy/types": "^4.3.1",
27
+ "@aws-sdk/types": "3.862.0",
28
+ "@smithy/types": "^4.3.2",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.840.0",
3
+ "version": "3.862.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-recursion-detection",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.840.0",
27
- "@smithy/protocol-http": "^5.1.2",
28
- "@smithy/types": "^4.3.1",
26
+ "@aws-sdk/types": "3.862.0",
27
+ "@smithy/protocol-http": "^5.1.3",
28
+ "@smithy/types": "^4.3.2",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.846.0",
3
+ "version": "3.864.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-sdk-s3",
@@ -27,18 +27,18 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.846.0",
31
- "@aws-sdk/types": "3.840.0",
30
+ "@aws-sdk/core": "3.864.0",
31
+ "@aws-sdk/types": "3.862.0",
32
32
  "@aws-sdk/util-arn-parser": "3.804.0",
33
- "@smithy/core": "^3.7.0",
34
- "@smithy/node-config-provider": "^4.1.3",
35
- "@smithy/protocol-http": "^5.1.2",
36
- "@smithy/signature-v4": "^5.1.2",
37
- "@smithy/smithy-client": "^4.4.7",
38
- "@smithy/types": "^4.3.1",
33
+ "@smithy/core": "^3.8.0",
34
+ "@smithy/node-config-provider": "^4.1.4",
35
+ "@smithy/protocol-http": "^5.1.3",
36
+ "@smithy/signature-v4": "^5.1.3",
37
+ "@smithy/smithy-client": "^4.4.10",
38
+ "@smithy/types": "^4.3.2",
39
39
  "@smithy/util-config-provider": "^4.0.0",
40
- "@smithy/util-middleware": "^4.0.4",
41
- "@smithy/util-stream": "^4.2.3",
40
+ "@smithy/util-middleware": "^4.0.5",
41
+ "@smithy/util-stream": "^4.2.4",
42
42
  "@smithy/util-utf8": "^4.0.0",
43
43
  "tslib": "^2.6.2"
44
44
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-ssec",
3
- "version": "3.840.0",
3
+ "version": "3.862.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-ssec",
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.840.0",
27
- "@smithy/types": "^4.3.1",
26
+ "@aws-sdk/types": "3.862.0",
27
+ "@smithy/types": "^4.3.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.848.0",
3
+ "version": "3.864.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-user-agent",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/core": "3.846.0",
28
- "@aws-sdk/types": "3.840.0",
29
- "@aws-sdk/util-endpoints": "3.848.0",
30
- "@smithy/core": "^3.7.0",
31
- "@smithy/protocol-http": "^5.1.2",
32
- "@smithy/types": "^4.3.1",
27
+ "@aws-sdk/core": "3.864.0",
28
+ "@aws-sdk/types": "3.862.0",
29
+ "@aws-sdk/util-endpoints": "3.862.0",
30
+ "@smithy/core": "^3.8.0",
31
+ "@smithy/protocol-http": "^5.1.3",
32
+ "@smithy/types": "^4.3.2",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.848.0",
3
+ "version": "3.864.0",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,40 +28,40 @@
28
28
  "dependencies": {
29
29
  "@aws-crypto/sha256-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-js": "5.2.0",
31
- "@aws-sdk/core": "3.846.0",
32
- "@aws-sdk/middleware-host-header": "3.840.0",
33
- "@aws-sdk/middleware-logger": "3.840.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.840.0",
35
- "@aws-sdk/middleware-user-agent": "3.848.0",
36
- "@aws-sdk/region-config-resolver": "3.840.0",
37
- "@aws-sdk/types": "3.840.0",
38
- "@aws-sdk/util-endpoints": "3.848.0",
39
- "@aws-sdk/util-user-agent-browser": "3.840.0",
40
- "@aws-sdk/util-user-agent-node": "3.848.0",
41
- "@smithy/config-resolver": "^4.1.4",
42
- "@smithy/core": "^3.7.0",
43
- "@smithy/fetch-http-handler": "^5.1.0",
44
- "@smithy/hash-node": "^4.0.4",
45
- "@smithy/invalid-dependency": "^4.0.4",
46
- "@smithy/middleware-content-length": "^4.0.4",
47
- "@smithy/middleware-endpoint": "^4.1.15",
48
- "@smithy/middleware-retry": "^4.1.16",
49
- "@smithy/middleware-serde": "^4.0.8",
50
- "@smithy/middleware-stack": "^4.0.4",
51
- "@smithy/node-config-provider": "^4.1.3",
52
- "@smithy/node-http-handler": "^4.1.0",
53
- "@smithy/protocol-http": "^5.1.2",
54
- "@smithy/smithy-client": "^4.4.7",
55
- "@smithy/types": "^4.3.1",
56
- "@smithy/url-parser": "^4.0.4",
31
+ "@aws-sdk/core": "3.864.0",
32
+ "@aws-sdk/middleware-host-header": "3.862.0",
33
+ "@aws-sdk/middleware-logger": "3.862.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.862.0",
35
+ "@aws-sdk/middleware-user-agent": "3.864.0",
36
+ "@aws-sdk/region-config-resolver": "3.862.0",
37
+ "@aws-sdk/types": "3.862.0",
38
+ "@aws-sdk/util-endpoints": "3.862.0",
39
+ "@aws-sdk/util-user-agent-browser": "3.862.0",
40
+ "@aws-sdk/util-user-agent-node": "3.864.0",
41
+ "@smithy/config-resolver": "^4.1.5",
42
+ "@smithy/core": "^3.8.0",
43
+ "@smithy/fetch-http-handler": "^5.1.1",
44
+ "@smithy/hash-node": "^4.0.5",
45
+ "@smithy/invalid-dependency": "^4.0.5",
46
+ "@smithy/middleware-content-length": "^4.0.5",
47
+ "@smithy/middleware-endpoint": "^4.1.18",
48
+ "@smithy/middleware-retry": "^4.1.19",
49
+ "@smithy/middleware-serde": "^4.0.9",
50
+ "@smithy/middleware-stack": "^4.0.5",
51
+ "@smithy/node-config-provider": "^4.1.4",
52
+ "@smithy/node-http-handler": "^4.1.1",
53
+ "@smithy/protocol-http": "^5.1.3",
54
+ "@smithy/smithy-client": "^4.4.10",
55
+ "@smithy/types": "^4.3.2",
56
+ "@smithy/url-parser": "^4.0.5",
57
57
  "@smithy/util-base64": "^4.0.0",
58
58
  "@smithy/util-body-length-browser": "^4.0.0",
59
59
  "@smithy/util-body-length-node": "^4.0.0",
60
- "@smithy/util-defaults-mode-browser": "^4.0.23",
61
- "@smithy/util-defaults-mode-node": "^4.0.23",
62
- "@smithy/util-endpoints": "^3.0.6",
63
- "@smithy/util-middleware": "^4.0.4",
64
- "@smithy/util-retry": "^4.0.6",
60
+ "@smithy/util-defaults-mode-browser": "^4.0.26",
61
+ "@smithy/util-defaults-mode-node": "^4.0.26",
62
+ "@smithy/util-endpoints": "^3.0.7",
63
+ "@smithy/util-middleware": "^4.0.5",
64
+ "@smithy/util-retry": "^4.0.7",
65
65
  "@smithy/util-utf8": "^4.0.0",
66
66
  "tslib": "^2.6.2"
67
67
  },