diff --git a/package.json b/package.json index a0c60a4ea..e1517c55b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@aws-sdk/client-s3": "^3", "@aws-sdk/credential-providers": "^3", "@aws-sdk/lib-storage": "^3", - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/node": "ts5.9", "@typescript-eslint/eslint-plugin": "^8", @@ -35,12 +35,12 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "fast-glob": "^3.3.3", "jest-junit": "^16", "nx": "^20.8.4", "prettier": "^2.8", - "projen": "^0.99.19", + "projen": "^0.99.20", "semver": "^7.7.4", "ts-node": "^10.9.2", "typescript": "5.9" diff --git a/packages/@aws-cdk-testing/cli-integ/package.json b/packages/@aws-cdk-testing/cli-integ/package.json index ceafc76ba..cd3b14172 100644 --- a/packages/@aws-cdk-testing/cli-integ/package.json +++ b/packages/@aws-cdk-testing/cli-integ/package.json @@ -41,7 +41,7 @@ "devDependencies": { "@aws-cdk/toolkit-lib": "^0.0.0", "@aws-cdk/yarn-cling": "^0.0.0", - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/fs-extra": "^9", "@types/jest": "^29.5.14", @@ -57,7 +57,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^29.7.0", "jest-junit": "^16", @@ -67,23 +67,23 @@ "typescript": "5.9" }, "dependencies": { - "@aws-sdk/client-cloudformation": "^3.1004.0", - "@aws-sdk/client-codeartifact": "^3.1004.0", - "@aws-sdk/client-ecr": "^3.1004.0", - "@aws-sdk/client-ecr-public": "^3.1004.0", - "@aws-sdk/client-ecs": "^3.1004.0", - "@aws-sdk/client-iam": "^3.1004.0", - "@aws-sdk/client-lambda": "^3.1004.0", - "@aws-sdk/client-s3": "^3.1004.0", - "@aws-sdk/client-secrets-manager": "^3.1004.0", - "@aws-sdk/client-sns": "^3.1004.0", - "@aws-sdk/client-sso": "^3.1004.0", - "@aws-sdk/client-sts": "^3.1004.0", - "@aws-sdk/credential-providers": "^3.1004.0", - "@cdklabs/cdk-atmosphere-client": "^0.0.91", + "@aws-sdk/client-cloudformation": "^3.1009.0", + "@aws-sdk/client-codeartifact": "^3.1009.0", + "@aws-sdk/client-ecr": "^3.1009.0", + "@aws-sdk/client-ecr-public": "^3.1009.0", + "@aws-sdk/client-ecs": "^3.1009.0", + "@aws-sdk/client-iam": "^3.1009.0", + "@aws-sdk/client-lambda": "^3.1009.0", + "@aws-sdk/client-s3": "^3.1009.0", + "@aws-sdk/client-secrets-manager": "^3.1009.0", + "@aws-sdk/client-sns": "^3.1009.0", + "@aws-sdk/client-sso": "^3.1009.0", + "@aws-sdk/client-sts": "^3.1009.0", + "@aws-sdk/credential-providers": "^3.1009.0", + "@cdklabs/cdk-atmosphere-client": "^0.0.92", "@octokit/rest": "^20", - "@smithy/types": "^4.13.0", - "@smithy/util-retry": "^4.2.11", + "@smithy/types": "^4.13.1", + "@smithy/util-retry": "^4.2.12", "axios": "^1", "chalk": "^4", "fast-glob": "^3.3.3", diff --git a/packages/@aws-cdk/cdk-assets-lib/package.json b/packages/@aws-cdk/cdk-assets-lib/package.json index a5b43f8d4..91f3cdbed 100644 --- a/packages/@aws-cdk/cdk-assets-lib/package.json +++ b/packages/@aws-cdk/cdk-assets-lib/package.json @@ -31,7 +31,7 @@ "organization": true }, "devDependencies": { - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/archiver": "^6.0.4", "@types/jest": "^29.5.14", @@ -50,11 +50,11 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "fs-extra": "^11.3.4", "graceful-fs": "^4.2.11", - "jest": "^30.2.0", + "jest": "^30.3.0", "jest-junit": "^16", "jszip": "^3.10.1", "license-checker": "^25.0.1", diff --git a/packages/@aws-cdk/cli-plugin-contract/package.json b/packages/@aws-cdk/cli-plugin-contract/package.json index a5df938d3..a6343ca82 100644 --- a/packages/@aws-cdk/cli-plugin-contract/package.json +++ b/packages/@aws-cdk/cli-plugin-contract/package.json @@ -31,7 +31,7 @@ "organization": true }, "devDependencies": { - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", "@types/node": "^16", @@ -44,7 +44,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^29.7.0", "jest-junit": "^16", diff --git a/packages/@aws-cdk/cloud-assembly-api/package.json b/packages/@aws-cdk/cloud-assembly-api/package.json index 4a85bd020..af925b572 100644 --- a/packages/@aws-cdk/cloud-assembly-api/package.json +++ b/packages/@aws-cdk/cloud-assembly-api/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@aws-cdk/cloud-assembly-schema": "^0.0.0", - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/jest": "^30.0.0", "@types/node": "^16", @@ -45,9 +45,9 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", - "jest": "^30.2.0", + "jest": "^30.3.0", "jest-junit": "^16", "license-checker": "^25.0.1", "prettier": "^2.8", diff --git a/packages/@aws-cdk/cloud-assembly-schema/package.json b/packages/@aws-cdk/cloud-assembly-schema/package.json index c91e16364..bfae30dc4 100644 --- a/packages/@aws-cdk/cloud-assembly-schema/package.json +++ b/packages/@aws-cdk/cloud-assembly-schema/package.json @@ -39,7 +39,7 @@ "organization": true }, "devDependencies": { - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", "@types/node": "^16", @@ -53,7 +53,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^29.7.0", "jest-junit": "^16", diff --git a/packages/@aws-cdk/cloudformation-diff/package.json b/packages/@aws-cdk/cloudformation-diff/package.json index a5b55221f..c7685efe1 100644 --- a/packages/@aws-cdk/cloudformation-diff/package.json +++ b/packages/@aws-cdk/cloudformation-diff/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@aws-sdk/client-cloudformation": "3.0.0", - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", "@types/node": "^16", @@ -45,7 +45,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "fast-check": "^3.23.2", "jest": "^29.7.0", @@ -59,8 +59,8 @@ "@aws-sdk/client-cloudformation": "^3" }, "dependencies": { - "@aws-cdk/aws-service-spec": "^0.1.161", - "@aws-cdk/service-spec-types": "^0.0.227", + "@aws-cdk/aws-service-spec": "^0.1.163", + "@aws-cdk/service-spec-types": "^0.0.229", "chalk": "^4", "diff": "^8.0.3", "fast-deep-equal": "^3.1.3", diff --git a/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES b/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES index 43812e92a..394cc0691 100644 --- a/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES +++ b/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES @@ -618,7 +618,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-appsync@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-appsync@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -824,7 +824,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-bedrock-agentcore-control@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-bedrock-agentcore-control/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-bedrock-agentcore-control@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-bedrock-agentcore-control/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1030,7 +1030,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-cloudcontrol@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-cloudcontrol@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1236,7 +1236,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-cloudformation@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-cloudformation@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1442,7 +1442,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-cloudwatch-logs@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-cloudwatch-logs@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1648,7 +1648,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-codebuild@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.1005.0 | Apache-2.0 +** @aws-sdk/client-codebuild@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1854,7 +1854,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-ec2@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-ec2@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2060,7 +2060,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-ecr@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-ecr@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2266,7 +2266,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-ecs@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-ecs@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2472,7 +2472,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-elastic-load-balancing-v2@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-elastic-load-balancing-v2@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2678,7 +2678,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-iam@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-iam@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2884,7 +2884,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-kms@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-kms@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3090,7 +3090,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-lambda@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-lambda@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3296,7 +3296,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-route-53@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.1005.0 | Apache-2.0 +** @aws-sdk/client-route-53@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3502,7 +3502,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-s3@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-s3@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3708,7 +3708,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-secrets-manager@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-secrets-manager@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3914,7 +3914,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-sfn@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-sfn@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4120,7 +4120,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-ssm@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.1005.0 | Apache-2.0 +** @aws-sdk/client-ssm@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4326,7 +4326,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-sts@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-sts@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4532,7 +4532,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/core@3.973.19 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.19 | Apache-2.0 +** @aws-sdk/core@3.973.20 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4737,7 +4737,7 @@ Apache License ---------------- -** @aws-sdk/crc64-nvme@3.972.4 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.4 | Apache-2.0 +** @aws-sdk/crc64-nvme@3.972.5 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4942,7 +4942,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-cognito-identity@3.972.10 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.972.10 | Apache-2.0 +** @aws-sdk/credential-provider-cognito-identity@3.972.13 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.972.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5148,7 +5148,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.16 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.16 | Apache-2.0 +** @aws-sdk/credential-provider-env@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5353,1048 +5353,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.17 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-http@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.18 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-http@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.19 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-ini@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.17 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-ini@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.18 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-login@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.17 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-login@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.18 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-node@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.19 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-process@3.972.16 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.16 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +** @aws-sdk/credential-provider-http@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.20 | Apache-2.0 ---------------- -** @aws-sdk/credential-provider-process@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6583,7 +5546,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -6599,7 +5562,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-login@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.20 | Apache-2.0 + +---------------- + +** @aws-sdk/credential-provider-node@3.972.21 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6788,7 +5755,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -6804,7 +5771,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-process@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7009,7 +5976,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7214,7 +6181,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7419,7 +6386,7 @@ Apache License ---------------- -** @aws-sdk/credential-providers@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1004.0 | Apache-2.0 +** @aws-sdk/credential-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7624,7 +6591,7 @@ Apache License ---------------- -** @aws-sdk/ec2-metadata-service@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.1004.0 | Apache-2.0 +** @aws-sdk/ec2-metadata-service@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7829,7 +6796,7 @@ Apache License ---------------- -** @aws-sdk/lib-storage@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1004.0 | Apache-2.0 +** @aws-sdk/lib-storage@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8034,7 +7001,7 @@ Apache License ---------------- -** @aws-sdk/middleware-bucket-endpoint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-bucket-endpoint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8240,7 +7207,7 @@ Apache License ---------------- -** @aws-sdk/middleware-expect-continue@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-expect-continue@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8446,7 +7413,7 @@ Apache License ---------------- -** @aws-sdk/middleware-flexible-checksums@3.973.4 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.4 | Apache-2.0 +** @aws-sdk/middleware-flexible-checksums@3.973.6 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.6 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8652,7 +7619,7 @@ Apache License ---------------- -** @aws-sdk/middleware-host-header@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-host-header@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8858,7 +7825,7 @@ Apache License ---------------- -** @aws-sdk/middleware-location-constraint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-location-constraint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9064,7 +8031,7 @@ Apache License ---------------- -** @aws-sdk/middleware-logger@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-logger@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9269,7 +8236,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9475,7 +8442,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-ec2@3.972.13 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.972.13 | Apache-2.0 +** @aws-sdk/middleware-sdk-ec2@3.972.15 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.972.15 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9680,7 +8647,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-route53@3.972.9 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.972.9 | Apache-2.0 +** @aws-sdk/middleware-sdk-route53@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.972.10 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9886,7 +8853,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-s3@3.972.18 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.18 | Apache-2.0 +** @aws-sdk/middleware-sdk-s3@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10092,7 +9059,7 @@ Apache License ---------------- -** @aws-sdk/middleware-ssec@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-ssec@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10298,7 +9265,7 @@ Apache License ---------------- -** @aws-sdk/middleware-user-agent@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.20 | Apache-2.0 +** @aws-sdk/middleware-user-agent@3.972.21 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10504,15 +9471,11 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 - ----------------- - -** @aws-sdk/nested-clients@3.996.8 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.8 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.10 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.10 | Apache-2.0 ---------------- -** @aws-sdk/region-config-resolver@3.972.7 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.7 | Apache-2.0 +** @aws-sdk/region-config-resolver@3.972.8 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10717,7 +9680,7 @@ Apache License ---------------- -** @aws-sdk/signature-v4-multi-region@3.996.6 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.6 | Apache-2.0 +** @aws-sdk/signature-v4-multi-region@3.996.8 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10923,212 +9886,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1004.0 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/token-providers@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1005.0 | Apache-2.0 +** @aws-sdk/token-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11538,7 +10296,7 @@ Apache License ---------------- -** @aws-sdk/util-endpoints@3.996.4 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.4 | Apache-2.0 +** @aws-sdk/util-endpoints@3.996.5 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11743,7 +10501,7 @@ Apache License ---------------- -** @aws-sdk/util-format-url@3.972.7 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.972.7 | Apache-2.0 +** @aws-sdk/util-format-url@3.972.8 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11948,7 +10706,7 @@ Apache License ---------------- -** @aws-sdk/util-user-agent-node@3.973.5 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.5 | Apache-2.0 +** @aws-sdk/util-user-agent-node@3.973.7 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12154,7 +10912,7 @@ Apache License ---------------- -** @aws-sdk/xml-builder@3.972.10 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.10 | Apache-2.0 +** @aws-sdk/xml-builder@3.972.11 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12359,7 +11117,7 @@ Apache License ---------------- -** @aws/lambda-invoke-store@0.2.3 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.3 | Apache-2.0 +** @aws/lambda-invoke-store@0.2.4 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.4 | Apache-2.0 Apache License Version 2.0, January 2004 @@ -12617,7 +11375,7 @@ SOFTWARE. ---------------- -** @smithy/abort-controller@4.2.11 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.2.11 | Apache-2.0 +** @smithy/abort-controller@4.2.12 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12822,7 +11580,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.4.10 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.10 | Apache-2.0 +** @smithy/config-resolver@4.4.11 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13027,7 +11785,7 @@ Apache License ---------------- -** @smithy/core@3.23.9 - https://www.npmjs.com/package/@smithy/core/v/3.23.9 | Apache-2.0 +** @smithy/core@3.23.11 - https://www.npmjs.com/package/@smithy/core/v/3.23.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13233,7 +11991,7 @@ Apache License ---------------- -** @smithy/credential-provider-imds@4.2.11 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.11 | Apache-2.0 +** @smithy/credential-provider-imds@4.2.12 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13438,7 +12196,7 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-codec@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13644,7 +12402,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.3.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.11 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.3.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13850,7 +12608,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-node@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14056,7 +12814,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14262,7 +13020,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.3.13 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.13 | Apache-2.0 +** @smithy/fetch-http-handler@5.3.15 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.15 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14467,7 +13225,7 @@ Apache License ---------------- -** @smithy/hash-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14672,7 +13430,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-stream-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15287,7 +14045,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.11 | Apache-2.0 +** @smithy/middleware-content-length@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15492,7 +14250,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.4.23 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.23 | Apache-2.0 +** @smithy/middleware-endpoint@4.4.25 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.25 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15697,7 +14455,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.4.40 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.40 | Apache-2.0 +** @smithy/middleware-retry@4.4.42 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.42 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15903,7 +14661,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.12 | Apache-2.0 +** @smithy/middleware-serde@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.14 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16109,7 +14867,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.11 | Apache-2.0 +** @smithy/middleware-stack@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16314,7 +15072,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.3.11 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.11 | Apache-2.0 +** @smithy/node-config-provider@4.3.12 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16519,7 +15277,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.4.14 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.14 | Apache-2.0 +** @smithy/node-http-handler@4.4.16 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.16 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16724,7 +15482,7 @@ Apache License ---------------- -** @smithy/property-provider@4.2.11 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.11 | Apache-2.0 +** @smithy/property-provider@4.2.12 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16929,7 +15687,7 @@ Apache License ---------------- -** @smithy/protocol-http@5.3.11 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.11 | Apache-2.0 +** @smithy/protocol-http@5.3.12 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17135,7 +15893,7 @@ Apache License ---------------- -** @smithy/querystring-builder@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.11 | Apache-2.0 +** @smithy/querystring-builder@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17341,7 +16099,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.11 | Apache-2.0 +** @smithy/querystring-parser@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17547,7 +16305,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.2.11 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.11 | Apache-2.0 +** @smithy/service-error-classification@4.2.12 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17753,7 +16511,7 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 +** @smithy/shared-ini-file-loader@4.4.7 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17958,7 +16716,7 @@ Apache License ---------------- -** @smithy/signature-v4@5.3.11 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.11 | Apache-2.0 +** @smithy/signature-v4@5.3.12 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18163,7 +16921,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.12.3 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.3 | Apache-2.0 +** @smithy/smithy-client@4.12.5 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18369,7 +17127,7 @@ Apache License ---------------- -** @smithy/types@4.13.0 - https://www.npmjs.com/package/@smithy/types/v/4.13.0 | Apache-2.0 +** @smithy/types@4.13.1 - https://www.npmjs.com/package/@smithy/types/v/4.13.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18575,7 +17333,7 @@ Apache License ---------------- -** @smithy/url-parser@4.2.11 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.11 | Apache-2.0 +** @smithy/url-parser@4.2.12 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20011,7 +18769,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.2.42 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.42 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.2.44 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.44 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20217,7 +18975,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.3.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.2 | Apache-2.0 +** @smithy/util-endpoints@3.3.3 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.3 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20627,7 +19385,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.2.11 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.11 | Apache-2.0 +** @smithy/util-middleware@4.2.12 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20832,7 +19590,7 @@ Apache License ---------------- -** @smithy/util-retry@4.2.11 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.11 | Apache-2.0 +** @smithy/util-retry@4.2.12 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21037,7 +19795,7 @@ Apache License ---------------- -** @smithy/util-stream@4.5.17 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.17 | Apache-2.0 +** @smithy/util-stream@4.5.19 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.19 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21857,7 +20615,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.2.11 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.11 | Apache-2.0 +** @smithy/util-waiter@4.2.13 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/packages/@aws-cdk/integ-runner/package.json b/packages/@aws-cdk/integ-runner/package.json index 30b238fda..b73c94bc1 100644 --- a/packages/@aws-cdk/integ-runner/package.json +++ b/packages/@aws-cdk/integ-runner/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@aws-cdk/integ-tests-alpha": "2.184.1-alpha.0", - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.14", @@ -45,7 +45,7 @@ "@types/yargs": "^17.0.35", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", - "aws-cdk-lib": "2.241.0", + "aws-cdk-lib": "2.243.0", "commit-and-tag-version": "^12", "constructs": "^10", "eslint": "^9", @@ -53,19 +53,19 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^29.7.0", "jest-junit": "^16", "license-checker": "^25.0.1", "mock-fs": "^5", - "node-backpack": "^1.1.23", + "node-backpack": "^1.1.24", "prettier": "^2.8", "ts-jest": "^29.4.6", "typescript": "5.9" }, "dependencies": { - "@aws-cdk/aws-service-spec": "^0.1.161", + "@aws-cdk/aws-service-spec": "^0.1.163", "@aws-cdk/cdk-assets-lib": "^0.0.0", "@aws-cdk/cloud-assembly-api": "^0.0.0", "@aws-cdk/cloud-assembly-schema": "^0.0.0", diff --git a/packages/@aws-cdk/toolkit-lib/package.json b/packages/@aws-cdk/toolkit-lib/package.json index 9487e59b4..ab08f64bb 100644 --- a/packages/@aws-cdk/toolkit-lib/package.json +++ b/packages/@aws-cdk/toolkit-lib/package.json @@ -34,14 +34,14 @@ "organization": true }, "devDependencies": { - "@aws-cdk/aws-service-spec": "^0.1.161", + "@aws-cdk/aws-service-spec": "^0.1.163", "@aws-cdk/cli-plugin-contract": "^0.0.0", - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@jest/environment": "^29.7.0", "@jest/globals": "^29.7.0", "@jest/types": "^29.6.3", - "@microsoft/api-extractor": "^7.57.6", - "@smithy/util-stream": "^4.5.17", + "@microsoft/api-extractor": "^7.57.7", + "@smithy/util-stream": "^4.5.19", "@stylistic/eslint-plugin": "^3", "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.14", @@ -51,7 +51,7 @@ "@types/split2": "^4.2.3", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", - "aws-cdk-lib": "2.241.0", + "aws-cdk-lib": "2.243.0", "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", "commit-and-tag-version": "^12", @@ -61,7 +61,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "fast-check": "^4.6.0", "jest": "^29.7.0", @@ -112,7 +112,7 @@ "@smithy/util-retry": "^4", "@smithy/util-waiter": "^4", "archiver": "^7.0.1", - "cdk-from-cfn": "^0.288.0", + "cdk-from-cfn": "^0.290.0", "chalk": "^4", "chokidar": "^4", "fast-deep-equal": "^3.1.3", diff --git a/packages/@aws-cdk/user-input-gen/package.json b/packages/@aws-cdk/user-input-gen/package.json index abdc15a98..6359ab1e1 100644 --- a/packages/@aws-cdk/user-input-gen/package.json +++ b/packages/@aws-cdk/user-input-gen/package.json @@ -30,7 +30,7 @@ "organization": true }, "devDependencies": { - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", "@types/lodash.clonedeep": "^4.5.9", @@ -46,7 +46,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^29.7.0", "jest-junit": "^16", diff --git a/packages/@aws-cdk/yarn-cling/package.json b/packages/@aws-cdk/yarn-cling/package.json index 2bd42d7d8..48b32b3a6 100644 --- a/packages/@aws-cdk/yarn-cling/package.json +++ b/packages/@aws-cdk/yarn-cling/package.json @@ -33,7 +33,7 @@ "organization": true }, "devDependencies": { - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", "@types/node": "^18", @@ -47,7 +47,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "fast-check": "^4.6.0", "jest": "^29.7.0", diff --git a/packages/aws-cdk/THIRD_PARTY_LICENSES b/packages/aws-cdk/THIRD_PARTY_LICENSES index 275b1365e..c67b92aa6 100644 --- a/packages/aws-cdk/THIRD_PARTY_LICENSES +++ b/packages/aws-cdk/THIRD_PARTY_LICENSES @@ -618,7 +618,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-appsync@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-appsync@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-appsync/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -824,7 +824,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-bedrock-agentcore-control@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-bedrock-agentcore-control/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-bedrock-agentcore-control@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-bedrock-agentcore-control/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1030,7 +1030,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-cloudcontrol@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-cloudcontrol@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudcontrol/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1236,7 +1236,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-cloudformation@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-cloudformation@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudformation/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1442,7 +1442,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-cloudwatch-logs@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-cloudwatch-logs@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-cloudwatch-logs/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1648,7 +1648,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-codebuild@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.1005.0 | Apache-2.0 +** @aws-sdk/client-codebuild@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-codebuild/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1854,7 +1854,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ec2@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-ec2@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ec2/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2060,7 +2060,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ecr@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-ecr@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2266,7 +2266,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ecs@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-ecs@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ecs/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2472,7 +2472,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-elastic-load-balancing-v2@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-elastic-load-balancing-v2@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-elastic-load-balancing-v2/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2678,7 +2678,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-iam@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-iam@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-iam/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2884,7 +2884,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-kms@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-kms@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-kms/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3090,7 +3090,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-lambda@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-lambda@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-lambda/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3296,7 +3296,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-route-53@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.1005.0 | Apache-2.0 +** @aws-sdk/client-route-53@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-route-53/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3502,7 +3502,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-s3@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-s3@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3708,7 +3708,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-secrets-manager@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-secrets-manager@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3914,7 +3914,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-sfn@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-sfn@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-sfn/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4120,7 +4120,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ssm@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.1005.0 | Apache-2.0 +** @aws-sdk/client-ssm@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ssm/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4326,7 +4326,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-sts@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-sts@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4532,7 +4532,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/core@3.973.19 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.19 | Apache-2.0 +** @aws-sdk/core@3.973.20 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4737,7 +4737,7 @@ Apache License ---------------- -** @aws-sdk/crc64-nvme@3.972.4 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.4 | Apache-2.0 +** @aws-sdk/crc64-nvme@3.972.5 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4942,7 +4942,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-cognito-identity@3.972.10 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.972.10 | Apache-2.0 +** @aws-sdk/credential-provider-cognito-identity@3.972.13 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.972.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5148,7 +5148,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.16 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.16 | Apache-2.0 +** @aws-sdk/credential-provider-env@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5353,1048 +5353,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.17 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-http@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.18 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-http@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.19 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-ini@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.17 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-ini@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.18 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-login@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.17 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-login@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.18 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-node@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.19 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-process@3.972.16 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.16 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +** @aws-sdk/credential-provider-http@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.20 | Apache-2.0 ---------------- -** @aws-sdk/credential-provider-process@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6583,7 +5546,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -6599,7 +5562,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-login@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.20 | Apache-2.0 + +---------------- + +** @aws-sdk/credential-provider-node@3.972.21 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6788,7 +5755,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -6804,7 +5771,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-process@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7009,7 +5976,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7214,7 +6181,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7419,7 +6386,7 @@ Apache License ---------------- -** @aws-sdk/credential-providers@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1004.0 | Apache-2.0 +** @aws-sdk/credential-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7624,7 +6591,7 @@ Apache License ---------------- -** @aws-sdk/ec2-metadata-service@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.1004.0 | Apache-2.0 +** @aws-sdk/ec2-metadata-service@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/ec2-metadata-service/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7829,7 +6796,7 @@ Apache License ---------------- -** @aws-sdk/lib-storage@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1004.0 | Apache-2.0 +** @aws-sdk/lib-storage@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8034,7 +7001,7 @@ Apache License ---------------- -** @aws-sdk/middleware-bucket-endpoint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-bucket-endpoint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8240,7 +7207,7 @@ Apache License ---------------- -** @aws-sdk/middleware-expect-continue@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-expect-continue@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8446,7 +7413,7 @@ Apache License ---------------- -** @aws-sdk/middleware-flexible-checksums@3.973.4 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.4 | Apache-2.0 +** @aws-sdk/middleware-flexible-checksums@3.973.6 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.6 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8652,7 +7619,7 @@ Apache License ---------------- -** @aws-sdk/middleware-host-header@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-host-header@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8858,7 +7825,7 @@ Apache License ---------------- -** @aws-sdk/middleware-location-constraint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-location-constraint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9064,7 +8031,7 @@ Apache License ---------------- -** @aws-sdk/middleware-logger@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-logger@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9269,7 +8236,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9475,7 +8442,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-ec2@3.972.13 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.972.13 | Apache-2.0 +** @aws-sdk/middleware-sdk-ec2@3.972.15 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-ec2/v/3.972.15 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9680,7 +8647,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-route53@3.972.9 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.972.9 | Apache-2.0 +** @aws-sdk/middleware-sdk-route53@3.972.10 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-route53/v/3.972.10 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9886,7 +8853,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-s3@3.972.18 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.18 | Apache-2.0 +** @aws-sdk/middleware-sdk-s3@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10092,7 +9059,7 @@ Apache License ---------------- -** @aws-sdk/middleware-ssec@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-ssec@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10298,7 +9265,7 @@ Apache License ---------------- -** @aws-sdk/middleware-user-agent@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.20 | Apache-2.0 +** @aws-sdk/middleware-user-agent@3.972.21 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10504,15 +9471,11 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 - ----------------- - -** @aws-sdk/nested-clients@3.996.8 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.8 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.10 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.10 | Apache-2.0 ---------------- -** @aws-sdk/region-config-resolver@3.972.7 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.7 | Apache-2.0 +** @aws-sdk/region-config-resolver@3.972.8 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10717,7 +9680,7 @@ Apache License ---------------- -** @aws-sdk/signature-v4-multi-region@3.996.6 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.6 | Apache-2.0 +** @aws-sdk/signature-v4-multi-region@3.996.8 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10923,212 +9886,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1004.0 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/token-providers@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1005.0 | Apache-2.0 +** @aws-sdk/token-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11538,7 +10296,7 @@ Apache License ---------------- -** @aws-sdk/util-endpoints@3.996.4 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.4 | Apache-2.0 +** @aws-sdk/util-endpoints@3.996.5 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11743,7 +10501,7 @@ Apache License ---------------- -** @aws-sdk/util-format-url@3.972.7 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.972.7 | Apache-2.0 +** @aws-sdk/util-format-url@3.972.8 - https://www.npmjs.com/package/@aws-sdk/util-format-url/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11948,7 +10706,7 @@ Apache License ---------------- -** @aws-sdk/util-user-agent-node@3.973.5 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.5 | Apache-2.0 +** @aws-sdk/util-user-agent-node@3.973.7 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12154,7 +10912,7 @@ Apache License ---------------- -** @aws-sdk/xml-builder@3.972.10 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.10 | Apache-2.0 +** @aws-sdk/xml-builder@3.972.11 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12359,7 +11117,7 @@ Apache License ---------------- -** @aws/lambda-invoke-store@0.2.3 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.3 | Apache-2.0 +** @aws/lambda-invoke-store@0.2.4 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.4 | Apache-2.0 Apache License Version 2.0, January 2004 @@ -12617,7 +11375,7 @@ SOFTWARE. ---------------- -** @smithy/abort-controller@4.2.11 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.2.11 | Apache-2.0 +** @smithy/abort-controller@4.2.12 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12822,7 +11580,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.4.10 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.10 | Apache-2.0 +** @smithy/config-resolver@4.4.11 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13027,7 +11785,7 @@ Apache License ---------------- -** @smithy/core@3.23.9 - https://www.npmjs.com/package/@smithy/core/v/3.23.9 | Apache-2.0 +** @smithy/core@3.23.11 - https://www.npmjs.com/package/@smithy/core/v/3.23.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13233,7 +11991,7 @@ Apache License ---------------- -** @smithy/credential-provider-imds@4.2.11 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.11 | Apache-2.0 +** @smithy/credential-provider-imds@4.2.12 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13438,7 +12196,7 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-codec@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13644,7 +12402,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.3.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.11 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.3.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13850,7 +12608,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-node@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14056,7 +12814,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14262,7 +13020,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.3.13 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.13 | Apache-2.0 +** @smithy/fetch-http-handler@5.3.15 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.15 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14467,7 +13225,7 @@ Apache License ---------------- -** @smithy/hash-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14672,7 +13430,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-stream-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15287,7 +14045,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.11 | Apache-2.0 +** @smithy/middleware-content-length@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15492,7 +14250,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.4.23 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.23 | Apache-2.0 +** @smithy/middleware-endpoint@4.4.25 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.25 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15697,7 +14455,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.4.40 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.40 | Apache-2.0 +** @smithy/middleware-retry@4.4.42 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.42 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15903,7 +14661,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.12 | Apache-2.0 +** @smithy/middleware-serde@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.14 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16109,7 +14867,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.11 | Apache-2.0 +** @smithy/middleware-stack@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16314,7 +15072,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.3.11 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.11 | Apache-2.0 +** @smithy/node-config-provider@4.3.12 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16519,7 +15277,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.4.14 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.14 | Apache-2.0 +** @smithy/node-http-handler@4.4.16 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.16 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16724,7 +15482,7 @@ Apache License ---------------- -** @smithy/property-provider@4.2.11 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.11 | Apache-2.0 +** @smithy/property-provider@4.2.12 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16929,7 +15687,7 @@ Apache License ---------------- -** @smithy/protocol-http@5.3.11 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.11 | Apache-2.0 +** @smithy/protocol-http@5.3.12 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17135,7 +15893,7 @@ Apache License ---------------- -** @smithy/querystring-builder@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.11 | Apache-2.0 +** @smithy/querystring-builder@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17341,7 +16099,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.11 | Apache-2.0 +** @smithy/querystring-parser@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17547,7 +16305,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.2.11 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.11 | Apache-2.0 +** @smithy/service-error-classification@4.2.12 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17753,7 +16511,7 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 +** @smithy/shared-ini-file-loader@4.4.7 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17958,7 +16716,7 @@ Apache License ---------------- -** @smithy/signature-v4@5.3.11 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.11 | Apache-2.0 +** @smithy/signature-v4@5.3.12 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18163,7 +16921,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.12.3 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.3 | Apache-2.0 +** @smithy/smithy-client@4.12.5 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18369,7 +17127,7 @@ Apache License ---------------- -** @smithy/types@4.13.0 - https://www.npmjs.com/package/@smithy/types/v/4.13.0 | Apache-2.0 +** @smithy/types@4.13.1 - https://www.npmjs.com/package/@smithy/types/v/4.13.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18575,7 +17333,7 @@ Apache License ---------------- -** @smithy/url-parser@4.2.11 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.11 | Apache-2.0 +** @smithy/url-parser@4.2.12 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20011,7 +18769,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.2.42 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.42 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.2.44 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.44 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20217,7 +18975,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.3.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.2 | Apache-2.0 +** @smithy/util-endpoints@3.3.3 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.3 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20627,7 +19385,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.2.11 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.11 | Apache-2.0 +** @smithy/util-middleware@4.2.12 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20832,7 +19590,7 @@ Apache License ---------------- -** @smithy/util-retry@4.2.11 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.11 | Apache-2.0 +** @smithy/util-retry@4.2.12 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21037,7 +19795,7 @@ Apache License ---------------- -** @smithy/util-stream@4.5.17 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.17 | Apache-2.0 +** @smithy/util-stream@4.5.19 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.19 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21857,7 +20615,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.2.11 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.11 | Apache-2.0 +** @smithy/util-waiter@4.2.13 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -22889,7 +21647,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ---------------- -** cdk-from-cfn@0.288.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.288.0 | MIT OR Apache-2.0 +** cdk-from-cfn@0.290.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.290.0 | MIT OR Apache-2.0 ---------------- diff --git a/packages/aws-cdk/package.json b/packages/aws-cdk/package.json index 585fe78e2..aa98ab5c7 100644 --- a/packages/aws-cdk/package.json +++ b/packages/aws-cdk/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@aws-cdk/cli-plugin-contract": "^0.0.0", "@aws-cdk/user-input-gen": "^0.0.0", - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/archiver": "^6.0.4", "@types/fs-extra": "^9", @@ -63,7 +63,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "fast-check": "^3.23.2", "jest": "^29.7.0", @@ -73,7 +73,7 @@ "license-checker": "^25.0.1", "madge": "^8.0.0", "nock": "13", - "node-backpack": "^1.1.23", + "node-backpack": "^1.1.24", "prettier": "^2.8", "sinon": "^19.0.5", "ts-jest": "^29.4.6", @@ -110,15 +110,15 @@ "@aws-sdk/credential-providers": "^3", "@aws-sdk/ec2-metadata-service": "^3", "@aws-sdk/lib-storage": "^3", - "@smithy/middleware-endpoint": "^4.4.23", - "@smithy/property-provider": "^4.2.11", - "@smithy/shared-ini-file-loader": "^4.4.6", - "@smithy/types": "^4.13.0", - "@smithy/util-retry": "^4.2.11", - "@smithy/util-waiter": "^4.2.11", + "@smithy/middleware-endpoint": "^4.4.25", + "@smithy/property-provider": "^4.2.12", + "@smithy/shared-ini-file-loader": "^4.4.7", + "@smithy/types": "^4.13.1", + "@smithy/util-retry": "^4.2.12", + "@smithy/util-waiter": "^4.2.13", "archiver": "^7.0.1", "camelcase": "^6", - "cdk-from-cfn": "^0.288.0", + "cdk-from-cfn": "^0.290.0", "chalk": "^4", "chokidar": "^4", "decamelize": "^5", diff --git a/packages/cdk-assets/THIRD_PARTY_LICENSES b/packages/cdk-assets/THIRD_PARTY_LICENSES index 3394d77a4..197341415 100644 --- a/packages/cdk-assets/THIRD_PARTY_LICENSES +++ b/packages/cdk-assets/THIRD_PARTY_LICENSES @@ -618,7 +618,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-ecr@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-ecr@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-ecr/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -824,7 +824,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-s3@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-s3@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1030,7 +1030,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-secrets-manager@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-secrets-manager@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-secrets-manager/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1236,7 +1236,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-sts@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-sts@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-sts/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1442,7 +1442,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/core@3.973.19 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.19 | Apache-2.0 +** @aws-sdk/core@3.973.20 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1647,7 +1647,7 @@ Apache License ---------------- -** @aws-sdk/crc64-nvme@3.972.4 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.4 | Apache-2.0 +** @aws-sdk/crc64-nvme@3.972.5 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1852,7 +1852,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-cognito-identity@3.972.10 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.972.10 | Apache-2.0 +** @aws-sdk/credential-provider-cognito-identity@3.972.13 - https://www.npmjs.com/package/@aws-sdk/credential-provider-cognito-identity/v/3.972.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2058,7 +2058,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.16 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.16 | Apache-2.0 +** @aws-sdk/credential-provider-env@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2263,1048 +2263,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.17 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-http@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.18 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-http@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.19 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-ini@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.17 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-ini@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.18 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-login@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.17 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-login@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.18 | Apache-2.0 - ----------------- - -** @aws-sdk/credential-provider-node@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.19 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/credential-provider-process@3.972.16 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.16 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. +** @aws-sdk/credential-provider-http@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.20 | Apache-2.0 ---------------- -** @aws-sdk/credential-provider-process@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3493,7 +2456,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3509,7 +2472,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-login@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.20 | Apache-2.0 + +---------------- + +** @aws-sdk/credential-provider-node@3.972.21 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3698,7 +2665,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -3714,7 +2681,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-process@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3919,7 +2886,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4124,7 +3091,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4329,7 +3296,7 @@ Apache License ---------------- -** @aws-sdk/credential-providers@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1004.0 | Apache-2.0 +** @aws-sdk/credential-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4534,7 +3501,7 @@ Apache License ---------------- -** @aws-sdk/lib-storage@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1004.0 | Apache-2.0 +** @aws-sdk/lib-storage@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/lib-storage/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4739,7 +3706,7 @@ Apache License ---------------- -** @aws-sdk/middleware-bucket-endpoint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-bucket-endpoint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4945,7 +3912,7 @@ Apache License ---------------- -** @aws-sdk/middleware-expect-continue@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-expect-continue@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5151,7 +4118,7 @@ Apache License ---------------- -** @aws-sdk/middleware-flexible-checksums@3.973.4 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.4 | Apache-2.0 +** @aws-sdk/middleware-flexible-checksums@3.973.6 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.6 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5357,7 +4324,7 @@ Apache License ---------------- -** @aws-sdk/middleware-host-header@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-host-header@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5563,7 +4530,7 @@ Apache License ---------------- -** @aws-sdk/middleware-location-constraint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-location-constraint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5769,7 +4736,7 @@ Apache License ---------------- -** @aws-sdk/middleware-logger@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-logger@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5974,7 +4941,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6180,7 +5147,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-s3@3.972.18 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.18 | Apache-2.0 +** @aws-sdk/middleware-sdk-s3@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6386,7 +5353,7 @@ Apache License ---------------- -** @aws-sdk/middleware-ssec@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-ssec@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6592,7 +5559,7 @@ Apache License ---------------- -** @aws-sdk/middleware-user-agent@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.20 | Apache-2.0 +** @aws-sdk/middleware-user-agent@3.972.21 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6798,15 +5765,11 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 - ----------------- - -** @aws-sdk/nested-clients@3.996.8 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.8 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.10 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.10 | Apache-2.0 ---------------- -** @aws-sdk/region-config-resolver@3.972.7 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.7 | Apache-2.0 +** @aws-sdk/region-config-resolver@3.972.8 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7011,7 +5974,7 @@ Apache License ---------------- -** @aws-sdk/signature-v4-multi-region@3.996.6 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.6 | Apache-2.0 +** @aws-sdk/signature-v4-multi-region@3.996.8 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7217,212 +6180,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1004.0 | Apache-2.0 -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ----------------- - -** @aws-sdk/token-providers@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1005.0 | Apache-2.0 +** @aws-sdk/token-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7832,7 +6590,7 @@ Apache License ---------------- -** @aws-sdk/util-endpoints@3.996.4 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.4 | Apache-2.0 +** @aws-sdk/util-endpoints@3.996.5 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8037,7 +6795,7 @@ Apache License ---------------- -** @aws-sdk/util-user-agent-node@3.973.5 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.5 | Apache-2.0 +** @aws-sdk/util-user-agent-node@3.973.7 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8243,7 +7001,7 @@ Apache License ---------------- -** @aws-sdk/xml-builder@3.972.10 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.10 | Apache-2.0 +** @aws-sdk/xml-builder@3.972.11 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8448,7 +7206,7 @@ Apache License ---------------- -** @aws/lambda-invoke-store@0.2.3 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.3 | Apache-2.0 +** @aws/lambda-invoke-store@0.2.4 - https://www.npmjs.com/package/@aws/lambda-invoke-store/v/0.2.4 | Apache-2.0 Apache License Version 2.0, January 2004 @@ -8706,7 +7464,7 @@ SOFTWARE. ---------------- -** @smithy/abort-controller@4.2.11 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.2.11 | Apache-2.0 +** @smithy/abort-controller@4.2.12 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8911,7 +7669,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.4.10 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.10 | Apache-2.0 +** @smithy/config-resolver@4.4.11 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9116,7 +7874,7 @@ Apache License ---------------- -** @smithy/core@3.23.9 - https://www.npmjs.com/package/@smithy/core/v/3.23.9 | Apache-2.0 +** @smithy/core@3.23.11 - https://www.npmjs.com/package/@smithy/core/v/3.23.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9322,7 +8080,7 @@ Apache License ---------------- -** @smithy/credential-provider-imds@4.2.11 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.11 | Apache-2.0 +** @smithy/credential-provider-imds@4.2.12 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9527,7 +8285,7 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-codec@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9733,7 +8491,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.3.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.11 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.3.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9939,7 +8697,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-node@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10145,7 +8903,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10351,7 +9109,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.3.13 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.13 | Apache-2.0 +** @smithy/fetch-http-handler@5.3.15 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.15 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10556,7 +9314,7 @@ Apache License ---------------- -** @smithy/hash-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10761,7 +9519,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-stream-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11376,7 +10134,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.11 | Apache-2.0 +** @smithy/middleware-content-length@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11581,7 +10339,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.4.23 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.23 | Apache-2.0 +** @smithy/middleware-endpoint@4.4.25 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.25 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11786,7 +10544,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.4.40 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.40 | Apache-2.0 +** @smithy/middleware-retry@4.4.42 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.42 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11992,7 +10750,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.12 | Apache-2.0 +** @smithy/middleware-serde@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.14 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12198,7 +10956,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.11 | Apache-2.0 +** @smithy/middleware-stack@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12403,7 +11161,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.3.11 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.11 | Apache-2.0 +** @smithy/node-config-provider@4.3.12 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12608,7 +11366,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.4.14 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.14 | Apache-2.0 +** @smithy/node-http-handler@4.4.16 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.16 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12813,7 +11571,7 @@ Apache License ---------------- -** @smithy/property-provider@4.2.11 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.11 | Apache-2.0 +** @smithy/property-provider@4.2.12 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13018,7 +11776,7 @@ Apache License ---------------- -** @smithy/protocol-http@5.3.11 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.11 | Apache-2.0 +** @smithy/protocol-http@5.3.12 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13224,7 +11982,7 @@ Apache License ---------------- -** @smithy/querystring-builder@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.11 | Apache-2.0 +** @smithy/querystring-builder@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13430,7 +12188,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.11 | Apache-2.0 +** @smithy/querystring-parser@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13636,7 +12394,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.2.11 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.11 | Apache-2.0 +** @smithy/service-error-classification@4.2.12 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13842,7 +12600,7 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 +** @smithy/shared-ini-file-loader@4.4.7 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14047,7 +12805,7 @@ Apache License ---------------- -** @smithy/signature-v4@5.3.11 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.11 | Apache-2.0 +** @smithy/signature-v4@5.3.12 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14252,7 +13010,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.12.3 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.3 | Apache-2.0 +** @smithy/smithy-client@4.12.5 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14458,7 +13216,7 @@ Apache License ---------------- -** @smithy/types@4.13.0 - https://www.npmjs.com/package/@smithy/types/v/4.13.0 | Apache-2.0 +** @smithy/types@4.13.1 - https://www.npmjs.com/package/@smithy/types/v/4.13.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14664,7 +13422,7 @@ Apache License ---------------- -** @smithy/url-parser@4.2.11 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.11 | Apache-2.0 +** @smithy/url-parser@4.2.12 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16100,7 +14858,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.2.42 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.42 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.2.44 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.44 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16306,7 +15064,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.3.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.2 | Apache-2.0 +** @smithy/util-endpoints@3.3.3 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.3 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16716,7 +15474,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.2.11 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.11 | Apache-2.0 +** @smithy/util-middleware@4.2.12 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16921,7 +15679,7 @@ Apache License ---------------- -** @smithy/util-retry@4.2.11 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.11 | Apache-2.0 +** @smithy/util-retry@4.2.12 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17126,7 +15884,7 @@ Apache License ---------------- -** @smithy/util-stream@4.5.17 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.17 | Apache-2.0 +** @smithy/util-stream@4.5.19 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.19 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17946,7 +16704,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.2.11 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.11 | Apache-2.0 +** @smithy/util-waiter@4.2.13 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/packages/cdk-assets/package.json b/packages/cdk-assets/package.json index 6cee60689..6ecb372bf 100644 --- a/packages/cdk-assets/package.json +++ b/packages/cdk-assets/package.json @@ -36,8 +36,8 @@ }, "devDependencies": { "@aws-cdk/cloud-assembly-schema": "^0.0.0", - "@aws-sdk/client-s3": "^3.1004.0", - "@cdklabs/eslint-plugin": "^1.5.6", + "@aws-sdk/client-s3": "^3.1009.0", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", "@types/node": "^16", @@ -52,12 +52,12 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^29.7.0", "jest-junit": "^16", "license-checker": "^25.0.1", - "node-backpack": "^1.1.23", + "node-backpack": "^1.1.24", "prettier": "^2.8", "ts-jest": "^29.4.6", "typescript": "5.9" diff --git a/packages/cdk/package.json b/packages/cdk/package.json index 06584808b..ece898791 100644 --- a/packages/cdk/package.json +++ b/packages/cdk/package.json @@ -34,7 +34,7 @@ "organization": true }, "devDependencies": { - "@cdklabs/eslint-plugin": "^1.5.6", + "@cdklabs/eslint-plugin": "^1.5.7", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", "@types/node": "^16", @@ -47,7 +47,7 @@ "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.15.0", - "eslint-plugin-jsdoc": "^62.7.1", + "eslint-plugin-jsdoc": "^62.8.0", "eslint-plugin-prettier": "^5.5.5", "jest": "^29.7.0", "jest-junit": "^16", diff --git a/yarn.lock b/yarn.lock index c59c50211..0ccdaae1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12,12 +12,12 @@ resolved "https://registry.yarnpkg.com/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.1.tgz#184f980024d67ad60bdc52ab88c59c73fa070346" integrity sha512-We4bmHaowOPHr+IQR4/FyTGjRfjgBj4ICMjtqmJeBDWad3Q/6St12NT07leNtyuukv2qMhtSZJQorD8KpKTwRA== -"@aws-cdk/aws-service-spec@^0.1.161": - version "0.1.161" - resolved "https://registry.yarnpkg.com/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.161.tgz#dd73fe20f21d5e780f41c5db84274b7f95866b94" - integrity sha512-le9UnSpEbuKfIqUk0a4MXd7kx2GqXmC+pdaLIt3sMFxPB9CBKgnOZwHRaBpFCqj2r13bf5j3NBONy3RkD9t3Sg== +"@aws-cdk/aws-service-spec@^0.1.163": + version "0.1.163" + resolved "https://registry.yarnpkg.com/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.163.tgz#c6786c9a6b21c4f1a815ff952acb63c9046f0748" + integrity sha512-5hQi+cpg992vc1TDXp9IcAM7dD2JUrxIrSFo0x5ZydHeNTa8Jx6L1dnsEaOB2Sao7UPG9NOFjvJB2S6T2r0HWQ== dependencies: - "@aws-cdk/service-spec-types" "^0.0.227" + "@aws-cdk/service-spec-types" "^0.0.229" "@cdklabs/tskb" "^0.0.4" "@aws-cdk/cloud-assembly-api@^2.1.1": @@ -37,9 +37,9 @@ semver "^7.7.3" "@aws-cdk/cx-api@^2": - version "2.241.0" - resolved "https://registry.yarnpkg.com/@aws-cdk/cx-api/-/cx-api-2.241.0.tgz#3261004ab42ed51c413d139d92bef229330aa6d1" - integrity sha512-629QCWGTPmL+z4qxseeWXZnbfjAMDc3FIGGi1mbi8qDXmgcUUhkzpT+TvIAKOlTzF/ox7MOd/aNzoY4D9n68Vg== + version "2.243.0" + resolved "https://registry.yarnpkg.com/@aws-cdk/cx-api/-/cx-api-2.243.0.tgz#06d89ce9f918ba7e4f941e56aba898b76b18b597" + integrity sha512-9ToAQq5jvVRZbtDYy8Nomkx494oqpjNno2BN/bHyYiUi28omcK8beH6OhwrpKO6U0Ul/aB9R1LxHpgGuvA7Idg== dependencies: "@aws-cdk/cloud-assembly-api" "^2.1.1" semver "^7.7.4" @@ -49,10 +49,10 @@ resolved "https://registry.yarnpkg.com/@aws-cdk/integ-tests-alpha/-/integ-tests-alpha-2.184.1-alpha.0.tgz#0719db2d294eac42de58f320238b3cd9a0e5b8fc" integrity sha512-9ca8uxcP41USi2Y/ulGFR9iCLEAofq6h8VcSMpJHRvJb3mQtBJ+WYwXIn+uyMtDBIWX4pOyMk/6XZDuZVpwOsg== -"@aws-cdk/service-spec-types@^0.0.227": - version "0.0.227" - resolved "https://registry.yarnpkg.com/@aws-cdk/service-spec-types/-/service-spec-types-0.0.227.tgz#5914614446600c28eeb24f0d1ff84cd54408cde3" - integrity sha512-xQHO0xzItQN5mFxox1iX/0NxDkHMgCval2imn5uJeYh5BA6jwm5XkIVrtS4YaL0B3Eb3U3Q+tG8jK9fD/orGxg== +"@aws-cdk/service-spec-types@^0.0.229": + version "0.0.229" + resolved "https://registry.yarnpkg.com/@aws-cdk/service-spec-types/-/service-spec-types-0.0.229.tgz#6110bb161877d4307317e2eb68406304ed90db45" + integrity sha512-GnZVzddpKqFbPu/ws+hq3V6OkKG5wV2ViXkb3qeJZ1bE6Lnncf2n21prp5Du5dZxyKmg6RePpWdCmmSjVCWv9Q== dependencies: "@cdklabs/tskb" "^0.0.4" @@ -177,141 +177,141 @@ tslib "^1.8.0" "@aws-sdk/client-appsync@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-appsync/-/client-appsync-3.1004.0.tgz#0f0d53b1a7263731cc6d525deba60d4c94a8522b" - integrity sha512-NYa/s93GpFsbnlL37cecxnj/F6zmo93Bwf/dgwhQf2MbWWbnwDIyIVjLJY62lf1oD/wlx5zeFC9wQkkU9hPUEw== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-appsync/-/client-appsync-3.1009.0.tgz#81bb173231a24bcc328152f853d042a68c902f70" + integrity sha512-pCQOJJcT5SZ2bmqX+cQ3Ri5lBrV562XsDFTUv3mJpG/qHRau9/Chtkomj3+WYuKUQo4BdTYlbAPYd7xFEn0xnQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" "@aws-sdk/client-bedrock-agentcore-control@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-bedrock-agentcore-control/-/client-bedrock-agentcore-control-3.1004.0.tgz#24e8d371406db60f3b2e668cafd58a6113b60794" - integrity sha512-LvF6ExBQi1u8fNFncGY75aGfWKUM+kzsSYsOdY4iaD1pGnBHCrCDrIa6aIwLywuRWsdqQCmGq8v2GLMG4olRFQ== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-bedrock-agentcore-control/-/client-bedrock-agentcore-control-3.1009.0.tgz#2546d2b1625452d745a9f304f3e13bf240d2aa53" + integrity sha512-bPuzTBBJ4oQbQ0dmrFwbUtyjv16WYAm2y8KVFsPsetyAwDcyu4EC/pwmdx6zWRJxE6TisddlgQ82ACM/oMk2YA== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" "@aws-sdk/client-cloudcontrol@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudcontrol/-/client-cloudcontrol-3.1004.0.tgz#af1384e3743753a7a20ed3b0f4ae68d1d5bbec76" - integrity sha512-4kE9eD4X4sc0OyizelBi5dZzMgddk4synHOD9kMjwsRqQTCsThrnpEByzGmIkpHzDnkMDzBSlb7nn15wlnd1rA== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudcontrol/-/client-cloudcontrol-3.1009.0.tgz#e331f7f976e1b024f35b01b195dfa242b5cb9519" + integrity sha512-q8PL5HunciaP+DdnJdBW+EEC6B+wO6wKdeyVN6irwX/sPxzLan25JF8f0BdzqeSBBRBO7CKn3+YpSlTYlxnX0A== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" "@aws-sdk/client-cloudformation@3.0.0": @@ -353,982 +353,982 @@ tslib "^2.0.0" uuid "^3.0.0" -"@aws-sdk/client-cloudformation@^3", "@aws-sdk/client-cloudformation@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudformation/-/client-cloudformation-3.1004.0.tgz#4bb9a405e76372657d65dea75caee6b0f54e11e0" - integrity sha512-LPuxul4FJa+g55Vb9M7QJGtFV2OOJqrQ1skELkLlXDj5Aach0rCS4tCFJkVLBrYtxS0GtNqNV32eY/sWZsPiGQ== +"@aws-sdk/client-cloudformation@^3", "@aws-sdk/client-cloudformation@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudformation/-/client-cloudformation-3.1009.0.tgz#31f46b2d5a9d6d204bd2fc9f580956f753ba2d37" + integrity sha512-uzH9/qxXJOBhZVNtxRXf9OyZJjPDK9XrLRN+XRLZv1C5rZm6thw3uHbfOWGDeYhkU3u87+i6IdJ24ssfHmBIYQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" "@aws-sdk/client-cloudwatch-logs@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudwatch-logs/-/client-cloudwatch-logs-3.1004.0.tgz#97a143affd386442fac3e709715be4cb8f7cc5dd" - integrity sha512-Ec+cDhv6VL+ksLCNXp9vQUbuGwJ5rTXDOuVhCO49BX1EYqQI2ojXTzINw20sd2/Y7+VdilECefOFTG+iip2fng== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-cloudwatch-logs/-/client-cloudwatch-logs-3.1009.0.tgz#bf20628b7455f40324c4bcb10c38dd7fcc4675e4" + integrity sha512-gMM2pru8yff24a4vEpmCOYQBqCn2kL5BWvTIXkjXlBNdPH6Tos92aL8BWiOr0vXmRcmSCA6z9dQMmQaiOuaAHg== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/eventstream-serde-browser" "^4.2.11" - "@smithy/eventstream-serde-config-resolver" "^4.3.11" - "@smithy/eventstream-serde-node" "^4.2.11" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/eventstream-serde-browser" "^4.2.12" + "@smithy/eventstream-serde-config-resolver" "^4.3.12" + "@smithy/eventstream-serde-node" "^4.2.12" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/client-codeartifact@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-codeartifact/-/client-codeartifact-3.1004.0.tgz#8c38ee29dadd6e70ed632e1a23a050e754a1b232" - integrity sha512-bJMw4nMXFc0mxUAoXwg1nvMnGBxK4uj8p2PXLuzQCl05Sey4p88MKDUcH4tswpcfW9dlDIqr4GSwUh6EIB8wcg== +"@aws-sdk/client-codeartifact@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-codeartifact/-/client-codeartifact-3.1009.0.tgz#419865d75ccf9745d8218a2a73c858d43136f91a" + integrity sha512-R4qvGzTx5GEJuz5t1JJbLRcYGDnfsmNSkjgaRBSkd9VfJBq+Otp9qXqO39QVSGjCt7CYsUy30QhoEtJrIzm+Fw== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" "@aws-sdk/client-codebuild@^3": - version "3.1005.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-codebuild/-/client-codebuild-3.1005.0.tgz#39372f07f184de2869ddc9bd94a258ba40ce8638" - integrity sha512-51MdssXiJaQbxYOT0N+lHours18NWBM9H6Ge3D+vSwLFvxdkQ6RuD+DrSLtdnomFWH7YIGlIlzTEvT5MPq1fLA== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-codebuild/-/client-codebuild-3.1009.0.tgz#6ef712c87d472a1a3988d3e344c76dc8460e7368" + integrity sha512-oB+U5x8Ju/vxbpQP64Rw3HsfKa8lvbABxGPfB3UH7zZ9qniCYBj7MB/0Aw58oSBqt6eq7fwbbKLLT7n1zPnLaA== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/credential-provider-node" "^3.972.19" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.20" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.5" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.9" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.23" - "@smithy/middleware-retry" "^4.4.40" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.39" - "@smithy/util-defaults-mode-node" "^4.2.42" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/client-cognito-identity@3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.1004.0.tgz#95d5734de35fff20b45bb5878300d5ebe7b41100" - integrity sha512-iRFVMN0Rlh9tjEuz1c6eQnv9EiYH0uxIvobsn5IvOjsM0PdfsKpGdRKiQIA/OgmpTPfuYyySwaRRtDFH9TMlQw== +"@aws-sdk/client-cognito-identity@3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.1009.0.tgz#5b4f754e356b33febb1a3657c6ed5c259931782d" + integrity sha512-4+lBLB2sIdrnGruxqsfPM2AOSME3DVDRX7R5OXcgd2jfrUSyYdHJN1kT9hO/vwK4uajRZsQNP5hLJMttkjkoAQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" "@aws-sdk/client-ec2@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ec2/-/client-ec2-3.1004.0.tgz#0cbea617bdcd374a9f44729621760fb0c7b90842" - integrity sha512-tfNLeHKJPz+NYczwobS9IZbIbu+75ktJFRoYaNiYrk6RLLHfHIJ/pnP9uyJqAdNt3Kh7Jslw+540ZroN41IcRg== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ec2/-/client-ec2-3.1009.0.tgz#6b6cdf9c600ba0dca0b2dacfbbb12417e6aee912" + integrity sha512-sjpqUGcG80f7Cs6Y17Gw3F3Qf3u43C4LXzXUMFL+U0Dvc6/r5PFjyHt/TjggCiz1CXS8/V7KRk+J7K4hGlBelg== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-sdk-ec2" "^3.972.13" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-sdk-ec2" "^3.972.15" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" -"@aws-sdk/client-ecr-public@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecr-public/-/client-ecr-public-3.1004.0.tgz#e9d0bf5a287e483c502bb818d1dcdb6b6bb78f63" - integrity sha512-jcS4gi35U2K9lT76ZqdHQaLkjulaP7RooESKkvYc7aY9X4bpi7B3n8wdTK3fHZoqUY6P8H5uPn9iNyGSE89pzw== +"@aws-sdk/client-ecr-public@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecr-public/-/client-ecr-public-3.1009.0.tgz#130c3cef5177edd21873991ad16aee9341e6bd5a" + integrity sha512-ld6NMDhqLCz9qV50CQrmhfVfrxQDli2vJCFWjmXoRLDnn+eoUmC2UB3S/3fn3Tq4aF/v8ur/5epFrk6JsWSmrQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/client-ecr@^3", "@aws-sdk/client-ecr@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecr/-/client-ecr-3.1004.0.tgz#df0517863bbf3b8b38014c729b02e3c681061868" - integrity sha512-/nZpDdZSVftp3DshEpbeT+mKNmIPYV9pBvLgEfA6AEGG7wC7q/v1U70r24wrEHola2FIH+aWfAf/iP3hLNhUog== +"@aws-sdk/client-ecr@^3", "@aws-sdk/client-ecr@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecr/-/client-ecr-3.1009.0.tgz#eac94abf1d9d09b3e85553f8253ad7e751becf17" + integrity sha512-8OKRL/atix7B6/EqxsyzQeNL94eA10HXDTQMtaG/f5CwhRUfdczp5tXc1VvRywivb8kTsgRNR3Zuv/K9s3zkeg== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" -"@aws-sdk/client-ecs@^3", "@aws-sdk/client-ecs@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecs/-/client-ecs-3.1004.0.tgz#1e3de8de1fe1ab50a79ac11c89de8bfa41f00ccd" - integrity sha512-zectGoVCK9tEVMVYQFc0xHZap1qwnG5wu1MHiGYqpIxgMoWG/nYmH/6oYw9gG49YSsIB4gU576eKOmYGRbMIZw== +"@aws-sdk/client-ecs@^3", "@aws-sdk/client-ecs@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ecs/-/client-ecs-3.1009.0.tgz#cff1f2d900b868f3975822cd6ef07be9c09c7655" + integrity sha512-mQr2YjRJznhcwfzp3udF6aW+0xvy9hSxBvaEbyWOpNMgtooeQUTs4fBh/JJssQrjycdxdnM9TcdymnwDVzIbeQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" "@aws-sdk/client-elastic-load-balancing-v2@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-elastic-load-balancing-v2/-/client-elastic-load-balancing-v2-3.1004.0.tgz#c08c78567d6f18097f2c51ed7c9df1248e12fb3c" - integrity sha512-x5RdUg1VvH/mMU8yXloEa0iYtzJC3gkNfhzSCr4W+xG0IRIwqyRGwYrnEjOmVCkV7IW/6IfGmI4PW2L/DgDSmg== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-elastic-load-balancing-v2/-/client-elastic-load-balancing-v2-3.1009.0.tgz#e4cf3daad3922a9431e0d0964ed92f14d528211d" + integrity sha512-bngnlKY6BkDgNW9pDOfd5LMaqK63HOKNGEIneDPGsLisMyJsAXJLO+c6LYQFpscvEhsKsGQRvFyCtgi+6UN/Qw== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" -"@aws-sdk/client-iam@^3", "@aws-sdk/client-iam@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-iam/-/client-iam-3.1004.0.tgz#f4699706e85b8d56669f43dbf1e7814ba826b7ac" - integrity sha512-BLfhuoVfwudJ82YqEHVfsFbHSH4Y1iprGOvIC/PVc/MGXsd5929UuFTkxsvw0seSoNsVcccCtxGDXPFYoecC8A== +"@aws-sdk/client-iam@^3", "@aws-sdk/client-iam@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-iam/-/client-iam-3.1009.0.tgz#4fb1351037d7a2211987bff0f0355f9d980c5961" + integrity sha512-/vux4oFX2MeyPXCejDet5zwEZRUtg1QcnzlqJ8+PFl691HVp2TobmZk/BFYZSdSyJz5i2qsUz6bLCmB6JXKJ1Q== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" "@aws-sdk/client-kms@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-kms/-/client-kms-3.1004.0.tgz#d324098473b4fb88d64ea5ecc29c78b77b2598ce" - integrity sha512-IInGfKsVa149zdplA0XUVFGPLoBYxlBQ1M4kLkuKxyzB28obpMt0Dasyf1ULhh7xV06KTXVZWLk+5ucFlKIpjQ== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-kms/-/client-kms-3.1009.0.tgz#f0a4ce09b1c4547f87f35d44bfb3256f3cb8ac20" + integrity sha512-p/SKs/OT4s1ktCyzIrUOQE1UVWMLxvZ5Y1JIyizO6eal8R2KPdrPqYrpPq/XZsWi4lsMmALgkJ4mjXldSOtu2A== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/client-lambda@^3", "@aws-sdk/client-lambda@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.1004.0.tgz#416f218a668d381a80bd1812ff51e8225dd76112" - integrity sha512-NGYlegdjR8RrMXhpTJWUCJwVBayR7ftQ1BjrekDiCXNJ5ZAZOgtbY+YyMG80G+VF6vIqps7O7Y5A3Wgss5rLww== +"@aws-sdk/client-lambda@^3", "@aws-sdk/client-lambda@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-lambda/-/client-lambda-3.1009.0.tgz#c07b40011f8397e949741e0b4f7172ef274134ef" + integrity sha512-n1CyQBkifss91yIFXbUgdz2aZToPL7GkxvRMzmHYfn+7oLhVkhC1hME4lAZTZkbnAFHhkYSMocM3ahKDL0FEJg== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/eventstream-serde-browser" "^4.2.11" - "@smithy/eventstream-serde-config-resolver" "^4.3.11" - "@smithy/eventstream-serde-node" "^4.2.11" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/eventstream-serde-browser" "^4.2.12" + "@smithy/eventstream-serde-config-resolver" "^4.3.12" + "@smithy/eventstream-serde-node" "^4.2.12" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" "@aws-sdk/client-route-53@^3": - version "3.1005.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-route-53/-/client-route-53-3.1005.0.tgz#ff74089ac03edfed1e9e38f954db3a45ddc497f5" - integrity sha512-04SZfnnMjixKJgcTdxLT5LGaKaII40e8rnUCfiY+Xx+nT/hAG8fUJrV0xX/3nPUjlchkq4wVQS4LSBx8hmqJNQ== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-route-53/-/client-route-53-3.1009.0.tgz#948d62785651bf2aacbd9c11b83990456e2f0b4c" + integrity sha512-gLRJFoYDLCfPUxT0LRDwEGFtnhelV0lhNCcjLXXkXkAyl/pL8zVw1InGCB7VdF8wI2hGd+F3oKwyArrMhH8O0g== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/credential-provider-node" "^3.972.19" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-sdk-route53" "^3.972.9" - "@aws-sdk/middleware-user-agent" "^3.972.20" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.5" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.9" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.23" - "@smithy/middleware-retry" "^4.4.40" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-sdk-route53" "^3.972.10" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.39" - "@smithy/util-defaults-mode-node" "^4.2.42" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" -"@aws-sdk/client-s3@^3", "@aws-sdk/client-s3@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.1004.0.tgz#e8cdb22b03f9f84dee96bab43cacc4af6adc70b2" - integrity sha512-m0zNfpsona9jQdX1cHtHArOiuvSGZPsgp/KRZS2YjJhKah96G2UN3UNGZQ6aVjXIQjCY6UanCJo0uW9Xf2U41w== +"@aws-sdk/client-s3@^3", "@aws-sdk/client-s3@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.1009.0.tgz#e9f97692d1402eadeffd9dc770e09ec7b2c8f131" + integrity sha512-luy8CxallkoiGWTqU86ca/BbvkWJjs0oala7uIIRN1JtQxMb5i4Yl/PBZVcQFhbK9kQi0PK0GfD8gIpLkI91fw== dependencies: "@aws-crypto/sha1-browser" "5.2.0" "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-bucket-endpoint" "^3.972.7" - "@aws-sdk/middleware-expect-continue" "^3.972.7" - "@aws-sdk/middleware-flexible-checksums" "^3.973.4" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-location-constraint" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-sdk-s3" "^3.972.18" - "@aws-sdk/middleware-ssec" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/signature-v4-multi-region" "^3.996.6" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/eventstream-serde-browser" "^4.2.11" - "@smithy/eventstream-serde-config-resolver" "^4.3.11" - "@smithy/eventstream-serde-node" "^4.2.11" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-blob-browser" "^4.2.12" - "@smithy/hash-node" "^4.2.11" - "@smithy/hash-stream-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/md5-js" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-bucket-endpoint" "^3.972.8" + "@aws-sdk/middleware-expect-continue" "^3.972.8" + "@aws-sdk/middleware-flexible-checksums" "^3.973.6" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-location-constraint" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-sdk-s3" "^3.972.20" + "@aws-sdk/middleware-ssec" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/signature-v4-multi-region" "^3.996.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/eventstream-serde-browser" "^4.2.12" + "@smithy/eventstream-serde-config-resolver" "^4.3.12" + "@smithy/eventstream-serde-node" "^4.2.12" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-blob-browser" "^4.2.13" + "@smithy/hash-node" "^4.2.12" + "@smithy/hash-stream-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/md5-js" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" -"@aws-sdk/client-secrets-manager@^3", "@aws-sdk/client-secrets-manager@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-secrets-manager/-/client-secrets-manager-3.1004.0.tgz#b2df286a72d67e0514881f60bdecc89e9d68d426" - integrity sha512-a9rlezmPNeE08ijD5p0o5bzIxeQCSVWxHfF5Me9ywhjF8fc+/1HP7EQpeITMUE7X2SU+Ac9QibKfiGnPDY58Rw== +"@aws-sdk/client-secrets-manager@^3", "@aws-sdk/client-secrets-manager@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-secrets-manager/-/client-secrets-manager-3.1009.0.tgz#b731a9f8ee22834494823355103b19833ecffb29" + integrity sha512-8CaFVjwOotZAsWKEXXPe23wwb1hqJWmy1os8WYCcN90h5VGdje47HeLgh66VDUJDTV2iWx1QeTBtwihioUB90w== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" "@aws-sdk/client-sfn@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sfn/-/client-sfn-3.1004.0.tgz#591a9e9a92f183ac24406788f4c49656ec3b21fc" - integrity sha512-cQ614e9LnzXtYAaCeSjeiYKGZPocsmvqTk3C2dIhJH+syudD4DwgVZFh6ikyzw/1dTsn4BWA/zJV7aVAZ9gKXg== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-sfn/-/client-sfn-3.1009.0.tgz#d45577fe69a60abf419214244b11cfa873219b86" + integrity sha512-Tzjz7fDkb7LQv/RNFIkWT08KcsjWCvGj36Ueb6MVgTwkM6A+c2BwTYNHoGJeGByIpkfL2HJU465RHUgTXvoVtQ== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/client-sns@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sns/-/client-sns-3.1004.0.tgz#1a4e0decc4643900a7ad78e577924104dfe09344" - integrity sha512-0SEjeqijMN8G+pmbdLq4Tb/mIESVfqVwrE8tDUk+82SLdSu0oiK7/7r+dCNKJjkdF8siEncfXkX64IZABPfDGQ== +"@aws-sdk/client-sns@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-sns/-/client-sns-3.1009.0.tgz#139721763598f3931193cda23e24452130c63284" + integrity sha512-ceF6FQdSK2NiGz4eFIsKTU0+t61zE+Ng3m1iM/Z/HzX8wgn8Iivh+aBeSxbmHUJlIoo7oO7M6JqHuTb5RY411g== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" "@aws-sdk/client-ssm@^3": - version "3.1005.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-ssm/-/client-ssm-3.1005.0.tgz#2b9054ed1c8c08a20a0269c407406e026624fe08" - integrity sha512-4+fEslOguhf9Oc4CDOk1OAJFFoNTWyXYUwFxPwaBMp6xpEhBjztYBImYYve++2OC4Zqg7o8uK+G8MYb5090ncg== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-ssm/-/client-ssm-3.1009.0.tgz#0e4188e3c29baa3c091b530297df5d7e31da2321" + integrity sha512-xhViVpDZpNyqIj09uSVjNnibeL22FcQUNLh7tZL9zfNzs5/Z/ttBOHMiiVhpXI4TF39012ZMw48zavw62VN2zw== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/credential-provider-node" "^3.972.19" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.20" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.5" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.9" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.23" - "@smithy/middleware-retry" "^4.4.40" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.39" - "@smithy/util-defaults-mode-node" "^4.2.42" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" -"@aws-sdk/client-sso@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.1004.0.tgz#4a5c84444ae5f8d8d34db13e9481b43cc9f109d4" - integrity sha512-DN9Kpf4d8IK6Sx+D5NnGjy5szYqeIdnLqQZuUJ2ZYmJ5mOM/ExJ9f+3ktKP/rqQubcElNRxp8wwXWEct/lU9pA== +"@aws-sdk/client-sso@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-sso/-/client-sso-3.1009.0.tgz#761ac62bfcb962930275fae533c3ca7a024c9c93" + integrity sha512-law3OB4DLiOioT4E39uumE0pSdh/w6Aebju5ZS1FrI5dOZFnHTYSP6hOusZdl7lE3Jjn13MzIT5djy1iAwQxRw== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/client-sts@^3", "@aws-sdk/client-sts@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.1004.0.tgz#f997b3d407db867a1271ab63cc20b6e2e4586eeb" - integrity sha512-fxTiEmAwj91OtrmhafZtmxrUa4wfT1CmnnV45jZ3NCHSTJhZy0MrtNZShxSnuhbF0i/JfsZdst3oxQGzGcCCmw== +"@aws-sdk/client-sts@^3", "@aws-sdk/client-sts@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-sts/-/client-sts-3.1009.0.tgz#6609da030d8a5dfb6492e106986f76187e35f072" + integrity sha512-J/1i+xG1wHidQ7Kr8FGhbJ+atYjd++Y0UdF6Kl+Z2t79B2ofvCW+2TLZO1MTeTeNaPnEqgy0ggj/gBHDY7hvFw== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" @@ -1340,42 +1340,42 @@ "@aws-sdk/signature-v4" "3.0.0" tslib "^1.8.0" -"@aws-sdk/core@^3.973.18", "@aws-sdk/core@^3.973.19": - version "3.973.19" - resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.973.19.tgz#ee67105ca00cdcd31d9921d338c2739442c8bc5b" - integrity sha512-56KePyOcZnKTWCd89oJS1G6j3HZ9Kc+bh/8+EbvtaCCXdP6T7O7NzCiPuHRhFLWnzXIaXX3CxAz0nI5My9spHQ== - dependencies: - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/xml-builder" "^3.972.10" - "@smithy/core" "^3.23.9" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/signature-v4" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" +"@aws-sdk/core@^3.973.20": + version "3.973.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.973.20.tgz#787e2509d7ed7f4a6775197431f4eec905885d79" + integrity sha512-i3GuX+lowD892F3IuJf8o6AbyDupMTdyTxQrCJGcn71ni5hTZ82L4nQhcdumxZ7XPJRJJVHS/CR3uYOIIs0PVA== + dependencies: + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/xml-builder" "^3.972.11" + "@smithy/core" "^3.23.11" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/signature-v4" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" "@smithy/util-base64" "^4.3.2" - "@smithy/util-middleware" "^4.2.11" + "@smithy/util-middleware" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/crc64-nvme@^3.972.4": - version "3.972.4" - resolved "https://registry.yarnpkg.com/@aws-sdk/crc64-nvme/-/crc64-nvme-3.972.4.tgz#b99494c76064231aa66f70a5b1095624e7984700" - integrity sha512-HKZIZLbRyvzo/bXZU7Zmk6XqU+1C9DjI56xd02vwuDIxedxBEqP17t9ExhbP9QFeNq/a3l9GOcyirFXxmbDhmw== +"@aws-sdk/crc64-nvme@^3.972.5": + version "3.972.5" + resolved "https://registry.yarnpkg.com/@aws-sdk/crc64-nvme/-/crc64-nvme-3.972.5.tgz#8b6213341e86759568dbf2d7631c6820580d2969" + integrity sha512-2VbTstbjKdT+yKi8m7b3a9CiVac+pL/IY2PHJwsaGkkHmuuqkJZIErPck1h6P3T9ghQMLSdMPyW6Qp7Di5swFg== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/credential-provider-cognito-identity@^3.972.10": - version "3.972.10" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.972.10.tgz#26c5f19cc1f1953d266008b31ab6aa22bb8e64ab" - integrity sha512-R7saD8TvU6En8tFstAgbM9w6wlFxTwXrvMEpheVdGyDMKSxK412aRy87VNb2Mc2By0vL58OIE487afpxOc/rVQ== +"@aws-sdk/credential-provider-cognito-identity@^3.972.13": + version "3.972.13" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.972.13.tgz#69440c95dbe3c6472705c701534a866abf06cdce" + integrity sha512-WZnIK8NPX+4OXkpVoNmUS+Ya1osqjszUsDqFEz97+a/LD5K012np9iR/eWEC43btx8zQjyRIK8kyiwbh8SiHzg== dependencies: - "@aws-sdk/nested-clients" "^3.996.7" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-env@3.0.0": @@ -1386,58 +1386,31 @@ "@aws-sdk/property-provider" "3.0.0" tslib "^1.8.0" -"@aws-sdk/credential-provider-env@^3.972.16": - version "3.972.16" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.16.tgz#7b27f0ebfffd97f3bd2eca151b9a693f56d8a6fc" - integrity sha512-HrdtnadvTGAQUr18sPzGlE5El3ICphnH6SU7UQOMOWFgRKbTRNN8msTxM4emzguUso9CzaHU2xy5ctSrmK5YNA== +"@aws-sdk/credential-provider-env@^3.972.18": + version "3.972.18" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.18.tgz#19e5d90001d6bfc9028caa46df8ac952620c14ad" + integrity sha512-X0B8AlQY507i5DwjLByeU2Af4ARsl9Vr84koDcXCbAkplmU+1xBFWxEPrWRAoh56waBne/yJqEloSwvRf4x6XA== dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/credential-provider-env@^3.972.17": - version "3.972.17" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.17.tgz#5fe65959faac017cdbefa34be05f09490fc856ab" - integrity sha512-MBAMW6YELzE1SdkOniqr51mrjapQUv8JXSGxtwRjQV0mwVDutVsn22OPAUt4RcLRvdiHQmNBDEFP9iTeSVCOlA== +"@aws-sdk/credential-provider-http@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.20.tgz#8d5d56d3b72b406553b5c4151fce0e339bf32f7f" + integrity sha512-ey9Lelj001+oOfrbKmS6R2CJAiXX7QKY4Vj9VJv6L2eE6/VjD8DocHIoYqztTm70xDLR4E1jYPTKfIui+eRNDA== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-http@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.18.tgz#3cc2439f2f68f7488c27336464e8dff8b763df19" - integrity sha512-NyB6smuZAixND5jZumkpkunQ0voc4Mwgkd+SZ6cvAzIB7gK8HV8Zd4rS8Kn5MmoGgusyNfVGG+RLoYc4yFiw+A== - dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/types" "^3.973.5" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/property-provider" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/util-stream" "^4.5.17" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-http@^3.972.19": - version "3.972.19" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.19.tgz#b9b0ee4a9388f3ed3013a1ec6b2bc269f04599e4" - integrity sha512-9EJROO8LXll5a7eUFqu48k6BChrtokbmgeMWmsH7lBb6lVbtjslUYz/ShLi+SHkYzTomiGBhmzTW7y+H4BxsnA== - dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/types" "^3.973.5" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/property-provider" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/util-stream" "^4.5.17" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/property-provider" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/util-stream" "^4.5.19" tslib "^2.6.2" "@aws-sdk/credential-provider-imds@3.0.0": @@ -1457,72 +1430,38 @@ "@aws-sdk/shared-ini-file-loader" "3.0.0" tslib "^1.8.0" -"@aws-sdk/credential-provider-ini@^3.972.17": - version "3.972.17" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.17.tgz#47acf8ea0414b697306773c02b8b23e695665d78" - integrity sha512-dFqh7nfX43B8dO1aPQHOcjC0SnCJ83H3F+1LoCh3X1P7E7N09I+0/taID0asU6GCddfDExqnEvQtDdkuMe5tKQ== - dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-env" "^3.972.16" - "@aws-sdk/credential-provider-http" "^3.972.18" - "@aws-sdk/credential-provider-login" "^3.972.17" - "@aws-sdk/credential-provider-process" "^3.972.16" - "@aws-sdk/credential-provider-sso" "^3.972.17" - "@aws-sdk/credential-provider-web-identity" "^3.972.17" - "@aws-sdk/nested-clients" "^3.996.7" - "@aws-sdk/types" "^3.973.5" - "@smithy/credential-provider-imds" "^4.2.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-ini@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.18.tgz#ff3f3536e752f8c47300b48a07309f9c12438221" - integrity sha512-vthIAXJISZnj2576HeyLBj4WTeX+I7PwWeRkbOa0mVX39K13SCGxCgOFuKj2ytm9qTlLOmXe4cdEnroteFtJfw== - dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/credential-provider-env" "^3.972.17" - "@aws-sdk/credential-provider-http" "^3.972.19" - "@aws-sdk/credential-provider-login" "^3.972.18" - "@aws-sdk/credential-provider-process" "^3.972.17" - "@aws-sdk/credential-provider-sso" "^3.972.18" - "@aws-sdk/credential-provider-web-identity" "^3.972.18" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/types" "^3.973.5" - "@smithy/credential-provider-imds" "^4.2.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-login@^3.972.17": - version "3.972.17" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.17.tgz#f7d94445c09c1a0ed184696ffe5e148b3fc48a13" - integrity sha512-gf2E5b7LpKb+JX2oQsRIDxdRZjBFZt2olCGlWCdb3vBERbXIPgm2t1R5mEnwd4j0UEO/Tbg5zN2KJbHXttJqwA== - dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/nested-clients" "^3.996.7" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-login@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.18.tgz#f580aeca507c4d383eaecf3d5db858f230a5816b" - integrity sha512-kINzc5BBxdYBkPZ0/i1AMPMOk5b5QaFNbYMElVw5QTX13AKj6jcxnv/YNl9oW9mg+Y08ti19hh01HhyEAxsSJQ== - dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" +"@aws-sdk/credential-provider-ini@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.20.tgz#6fea1cf189233d08288fea923be560956a20071a" + integrity sha512-5flXSnKHMloObNF+9N0cupKegnH1Z37cdVlpETVgx8/rAhCe+VNlkcZH3HDg2SDn9bI765S+rhNPXGDJJPfbtA== + dependencies: + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-env" "^3.972.18" + "@aws-sdk/credential-provider-http" "^3.972.20" + "@aws-sdk/credential-provider-login" "^3.972.20" + "@aws-sdk/credential-provider-process" "^3.972.18" + "@aws-sdk/credential-provider-sso" "^3.972.20" + "@aws-sdk/credential-provider-web-identity" "^3.972.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/credential-provider-imds" "^4.2.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" + tslib "^2.6.2" + +"@aws-sdk/credential-provider-login@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.20.tgz#4ccffe3a08f73fc0e81f7df55df261eb5bd0af8e" + integrity sha512-gEWo54nfqp2jABMu6HNsjVC4hDLpg9HC8IKSJnp0kqWtxIJYHTmiLSsIfI4ScQjxEwpB+jOOH8dOLax1+hy/Hw== + dependencies: + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-node@3.0.0": @@ -1537,22 +1476,22 @@ "@aws-sdk/property-provider" "3.0.0" tslib "^1.8.0" -"@aws-sdk/credential-provider-node@^3.972.18", "@aws-sdk/credential-provider-node@^3.972.19": - version "3.972.19" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.19.tgz#0135ea6827ccec78f8440ed4e33cfa8188080aab" - integrity sha512-yDWQ9dFTr+IMxwanFe7+tbN5++q8psZBjlUwOiCXn1EzANoBgtqBwcpYcHaMGtn0Wlfj4NuXdf2JaEx1lz5RaQ== - dependencies: - "@aws-sdk/credential-provider-env" "^3.972.17" - "@aws-sdk/credential-provider-http" "^3.972.19" - "@aws-sdk/credential-provider-ini" "^3.972.18" - "@aws-sdk/credential-provider-process" "^3.972.17" - "@aws-sdk/credential-provider-sso" "^3.972.18" - "@aws-sdk/credential-provider-web-identity" "^3.972.18" - "@aws-sdk/types" "^3.973.5" - "@smithy/credential-provider-imds" "^4.2.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" +"@aws-sdk/credential-provider-node@^3.972.21": + version "3.972.21" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.21.tgz#cd0d6581b7d5409031b1ae542de82900d82a78ce" + integrity sha512-hah8if3/B/Q+LBYN5FukyQ1Mym6PLPDsBOBsIgNEYD6wLyZg0UmUF/OKIVC3nX9XH8TfTPuITK+7N/jenVACWA== + dependencies: + "@aws-sdk/credential-provider-env" "^3.972.18" + "@aws-sdk/credential-provider-http" "^3.972.20" + "@aws-sdk/credential-provider-ini" "^3.972.20" + "@aws-sdk/credential-provider-process" "^3.972.18" + "@aws-sdk/credential-provider-sso" "^3.972.20" + "@aws-sdk/credential-provider-web-identity" "^3.972.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/credential-provider-imds" "^4.2.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-process@3.0.0": @@ -1565,121 +1504,82 @@ "@aws-sdk/shared-ini-file-loader" "3.0.0" tslib "^1.8.0" -"@aws-sdk/credential-provider-process@^3.972.16": - version "3.972.16" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.16.tgz#2fa86e773d553b184ad022a369b2d3d950f49069" - integrity sha512-n89ibATwnLEg0ZdZmUds5bq8AfBAdoYEDpqP3uzPLaRuGelsKlIvCYSNNvfgGLi8NaHPNNhs1HjJZYbqkW9b+g== +"@aws-sdk/credential-provider-process@^3.972.18": + version "3.972.18" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.18.tgz#7566df534c9619fa41571b0ac4815251a943d982" + integrity sha512-Tpl7SRaPoOLT32jbTWchPsn52hYYgJ0kpiFgnwk8pxTANQdUymVSZkzFvv1+oOgZm1CrbQUP9MBeoMZ9IzLZjA== dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/credential-provider-process@^3.972.17": - version "3.972.17" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.17.tgz#c8ae4e2e1adb96b21d763c86a1c6562aa599145c" - integrity sha512-c8G8wT1axpJDgaP3xzcy+q8Y1fTi9A2eIQJvyhQ9xuXrUZhlCfXbC0vM9bM1CUXiZppFQ1p7g0tuUMvil/gCPg== +"@aws-sdk/credential-provider-sso@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.20.tgz#4871228de15d5ab049590d47be465c553ecabef6" + integrity sha512-p+R+PYR5Z7Gjqf/6pvbCnzEHcqPCpLzR7Yf127HjJ6EAb4hUcD+qsNRnuww1sB/RmSeCLxyay8FMyqREw4p1RA== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/token-providers" "3.1009.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/credential-provider-sso@^3.972.17": - version "3.972.17" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.17.tgz#e381444041b6a31b63b0cce35e49bcec2db44beb" - integrity sha512-wGtte+48xnhnhHMl/MsxzacBPs5A+7JJedjiP452IkHY7vsbYKcvQBqFye8LwdTJVeHtBHv+JFeTscnwepoWGg== - dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/nested-clients" "^3.996.7" - "@aws-sdk/token-providers" "3.1004.0" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-sso@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.18.tgz#0d00e49ffca3760895ec46ec54532b479a2745d7" - integrity sha512-YHYEfj5S2aqInRt5ub8nDOX8vAxgMvd84wm2Y3WVNfFa/53vOv9T7WOAqXI25qjj3uEcV46xxfqdDQk04h5XQA== - dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/token-providers" "3.1005.0" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-web-identity@^3.972.17": - version "3.972.17" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.17.tgz#26065ab7d6694d0629ba11a8cc260d6833bfbcf9" - integrity sha512-8aiVJh6fTdl8gcyL+sVNcNwTtWpmoFa1Sh7xlj6Z7L/cZ/tYMEBHq44wTYG8Kt0z/PpGNopD89nbj3FHl9QmTA== - dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/nested-clients" "^3.996.7" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/credential-provider-web-identity@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.18.tgz#0e44b8dea94a5a054549f319a130ac66aac4cc00" - integrity sha512-OqlEQpJ+J3T5B96qtC1zLLwkBloechP+fezKbCH0sbd2cCc0Ra55XpxWpk/hRj69xAOYtHvoC4orx6eTa4zU7g== - dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/credential-providers@^3", "@aws-sdk/credential-providers@^3.1000.0", "@aws-sdk/credential-providers@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-providers/-/credential-providers-3.1004.0.tgz#5242b4f291e02373b3776a3c5ee7fababb1cb54c" - integrity sha512-THsua88i7DrPoO8WCIWLPWb8706s2ytl2ej+WB9sv39VPCJNc7YwGtTA51reziyzlLnJUGHkI+krp0oTHEGaBw== - dependencies: - "@aws-sdk/client-cognito-identity" "3.1004.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-cognito-identity" "^3.972.10" - "@aws-sdk/credential-provider-env" "^3.972.16" - "@aws-sdk/credential-provider-http" "^3.972.18" - "@aws-sdk/credential-provider-ini" "^3.972.17" - "@aws-sdk/credential-provider-login" "^3.972.17" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/credential-provider-process" "^3.972.16" - "@aws-sdk/credential-provider-sso" "^3.972.17" - "@aws-sdk/credential-provider-web-identity" "^3.972.17" - "@aws-sdk/nested-clients" "^3.996.7" - "@aws-sdk/types" "^3.973.5" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/credential-provider-imds" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/types" "^4.13.0" +"@aws-sdk/credential-provider-web-identity@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.20.tgz#978211994eb074aabc4244cec067f24b6888bc23" + integrity sha512-rWCmh8o7QY4CsUj63qopzMzkDq/yPpkrpb+CnjBEFSOg/02T/we7sSTVg4QsDiVS9uwZ8VyONhq98qt+pIh3KA== + dependencies: + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" + tslib "^2.6.2" + +"@aws-sdk/credential-providers@^3", "@aws-sdk/credential-providers@^3.1004.0", "@aws-sdk/credential-providers@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-providers/-/credential-providers-3.1009.0.tgz#97fc8076f7aea0685e077c8aebb9e7e084b52d0a" + integrity sha512-URs590x3cCOHvjgDz8J0iqxDQ87NjF550pnWmd1jQm+w5ZHTxuUEYjivBQQkAB603IlEdeadqO1+LSjtMznhwA== + dependencies: + "@aws-sdk/client-cognito-identity" "3.1009.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-cognito-identity" "^3.972.13" + "@aws-sdk/credential-provider-env" "^3.972.18" + "@aws-sdk/credential-provider-http" "^3.972.20" + "@aws-sdk/credential-provider-ini" "^3.972.20" + "@aws-sdk/credential-provider-login" "^3.972.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/credential-provider-process" "^3.972.18" + "@aws-sdk/credential-provider-sso" "^3.972.20" + "@aws-sdk/credential-provider-web-identity" "^3.972.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/credential-provider-imds" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/ec2-metadata-service@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/ec2-metadata-service/-/ec2-metadata-service-3.1004.0.tgz#8043b509ed36ed63308ac06a2e19d2219de46d85" - integrity sha512-xwMvVa/SjbWpcxOOUnZnpJh/vQqmVkAkebE0LGLUV5yoJsqzzMQTtFnOSELe0F/JYB9bNsDd7UqewipWFrkG3Q== - dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - "@smithy/util-stream" "^4.5.17" + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/ec2-metadata-service/-/ec2-metadata-service-3.1009.0.tgz#2b1473d80ff26f2ce78b8658acda9f0661c55f6a" + integrity sha512-Nc/jYpeTzKTSbzQ2lxhj+ils5vwaETFb7BnFnxyU0S2ZgSNt2+sBJfsxADnx8oDdRhTDacSueGhppbaYo1gCjg== + dependencies: + "@aws-sdk/types" "^3.973.6" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-stream" "^4.5.19" tslib "^2.6.2" "@aws-sdk/fetch-http-handler@3.0.0": @@ -1715,28 +1615,28 @@ tslib "^1.8.0" "@aws-sdk/lib-storage@^3": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.1004.0.tgz#1b018cdbe1593ec33d34d4726dec63a71542a4d5" - integrity sha512-4W6UkeLVd/1FyXFvD9PHMw5FSOY7tsf6+I52jmgdZwDZ9gJcJBx6wF9IhaVp1AXhScZGY9HqHiqYt0qlrSHrGw== + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/lib-storage/-/lib-storage-3.1009.0.tgz#367b50a6bacef54c10b2bf2e6c38c9b4c39f3dee" + integrity sha512-gHQh1sNeTuxZxPSMSQWOq/Xli8I5499uWyRKMakMSv8N7IYfoyDdyT52Ul6697qcqVaoPHixmYTllfEWMo1AKg== dependencies: - "@smithy/abort-controller" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/smithy-client" "^4.12.2" + "@smithy/abort-controller" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/smithy-client" "^4.12.5" buffer "5.6.0" events "3.3.0" stream-browserify "3.0.0" tslib "^2.6.2" -"@aws-sdk/middleware-bucket-endpoint@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.972.7.tgz#95c03e953c3f8e574e71fdff1ad79cba1eb25e80" - integrity sha512-goX+axlJ6PQlRnzE2bQisZ8wVrlm6dXJfBzMJhd8LhAIBan/w1Kl73fJnalM/S+18VnpzIHumyV6DtgmvqG5IA== +"@aws-sdk/middleware-bucket-endpoint@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.972.8.tgz#cbb5eccad6e699991027dbd35e88153f92ea5082" + integrity sha512-WR525Rr2QJSETa9a050isktyWi/4yIGcmY3BQ1kpHqb0LqUglQHCS8R27dTJxxWNZvQ0RVGtEZjTCbZJpyF3Aw== dependencies: - "@aws-sdk/types" "^3.973.5" + "@aws-sdk/types" "^3.973.6" "@aws-sdk/util-arn-parser" "^3.972.3" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" "@smithy/util-config-provider" "^4.2.2" tslib "^2.6.2" @@ -1748,33 +1648,33 @@ "@aws-sdk/protocol-http" "3.0.0" tslib "^1.8.0" -"@aws-sdk/middleware-expect-continue@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.972.7.tgz#fa895e3f74025de3f4d894e7f0421f48eea5efbf" - integrity sha512-mvWqvm61bmZUKmmrtl2uWbokqpenY3Mc3Jf4nXB/Hse6gWxLPaCQThmhPBDzsPSV8/Odn8V6ovWt3pZ7vy4BFQ== +"@aws-sdk/middleware-expect-continue@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.972.8.tgz#47857e3f8d792c702a0212dc565d32eefa4fac67" + integrity sha512-5DTBTiotEES1e2jOHAq//zyzCjeMB78lEHd35u15qnrid4Nxm7diqIf9fQQ3Ov0ChH1V3Vvt13thOnrACmfGVQ== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/middleware-flexible-checksums@^3.973.4": - version "3.973.4" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.973.4.tgz#77e638c88f75bf0f0605ed9d37cbc3ec48868ed6" - integrity sha512-7CH2jcGmkvkHc5Buz9IGbdjq1729AAlgYJiAvGq7qhCHqYleCsriWdSnmsqWTwdAfXHMT+pkxX3w6v5tJNcSug== +"@aws-sdk/middleware-flexible-checksums@^3.973.6": + version "3.973.6" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.973.6.tgz#804c69a86a98055c6adec1c20e4fd714a8e0a1aa" + integrity sha512-0nYEgkJH7Yt9k+nZJyllTghnkKaz17TWFcr5Mi0XMVMzYlF4ytDZADQpF2/iJo36cKL5AYSzRsvlykE4M/ErTA== dependencies: "@aws-crypto/crc32" "5.2.0" "@aws-crypto/crc32c" "5.2.0" "@aws-crypto/util" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/crc64-nvme" "^3.972.4" - "@aws-sdk/types" "^3.973.5" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/crc64-nvme" "^3.972.5" + "@aws-sdk/types" "^3.973.6" "@smithy/is-array-buffer" "^4.2.2" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" @@ -1786,23 +1686,23 @@ "@aws-sdk/protocol-http" "3.0.0" tslib "^1.8.0" -"@aws-sdk/middleware-host-header@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.972.7.tgz#b18849cf807e0742fdf84db41c2258770bd1e452" - integrity sha512-aHQZgztBFEpDU1BB00VWCIIm85JjGjQW1OG9+98BdmaOpguJvzmXBGbnAiYcciCd+IS4e9BEq664lhzGnWJHgQ== +"@aws-sdk/middleware-host-header@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.972.8.tgz#72186e96500b49b38fb5482d6b7bf95e5b985281" + integrity sha512-wAr2REfKsqoKQ+OkNqvOShnBoh+nkPurDKW7uAeVSu6kUECnWlSJiPvnoqxGlfousEY/v9LfS9sNc46hjSYDIQ== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/middleware-location-constraint@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.972.7.tgz#5a54a1d7d37e53be6e748525eb35bba7164f99c4" - integrity sha512-vdK1LJfffBp87Lj0Bw3WdK1rJk9OLDYdQpqoKgmpIZPe+4+HawZ6THTbvjhJt4C4MNnRrHTKHQjkwBiIpDBoig== +"@aws-sdk/middleware-location-constraint@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.972.8.tgz#67e15d3ca55e825596fcc36da9aaf9f482da6fc9" + integrity sha512-KaUoFuoFPziIa98DSQsTPeke1gvGXlc5ZGMhy+b+nLxZ4A7jmJgLzjEF95l8aOQN2T/qlPP3MrAyELm8ExXucw== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/middleware-logger@3.0.0": @@ -1812,24 +1712,24 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/middleware-logger@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.972.7.tgz#ffea4e2ff1e9d86047c564c982d64ade8017791e" - integrity sha512-LXhiWlWb26txCU1vcI9PneESSeRp/RYY/McuM4SpdrimQR5NgwaPb4VJCadVeuGWgh6QmqZ6rAKSoL1ob16W6w== +"@aws-sdk/middleware-logger@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.972.8.tgz#7fee4223afcb6f7828dbdf4ea745ce15027cf384" + integrity sha512-CWl5UCM57WUFaFi5kB7IBY1UmOeLvNZAZ2/OZ5l20ldiJ3TiIz1pC65gYj8X0BCPWkeR1E32mpsCk1L1I4n+lA== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/middleware-recursion-detection@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.7.tgz#9d6376ee724c9b77d6518c51d0b2c8b18f1f72bf" - integrity sha512-l2VQdcBcYLzIzykCHtXlbpiVCZ94/xniLIkAj0jpnpjY4xlgZx7f56Ypn+uV1y3gG0tNVytJqo3K9bfMFee7SQ== +"@aws-sdk/middleware-recursion-detection@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.8.tgz#072f3f0960a666c7f5756661f9340f5544c2633a" + integrity sha512-BnnvYs2ZEpdlmZ2PNlV2ZyQ8j8AEkMTjN79y/YA475ER1ByFYrkVR85qmhni8oeTaJcDqbx364wDpitDAA/wCA== dependencies: - "@aws-sdk/types" "^3.973.5" + "@aws-sdk/types" "^3.973.6" "@aws/lambda-invoke-store" "^0.2.2" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/middleware-retry@3.0.0": @@ -1843,46 +1743,46 @@ tslib "^1.8.0" uuid "^3.0.0" -"@aws-sdk/middleware-sdk-ec2@^3.972.13": - version "3.972.13" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-ec2/-/middleware-sdk-ec2-3.972.13.tgz#239a720ee1a737a70a922cac58d3c97977edd12f" - integrity sha512-mcmO0xwjB+H68XMWBBrTD7w9fARzH7/vo7ZvJenicIGZP18tAqiETF/bDMNjtzfLbfANMBpGbn7/3lmt4dncdA== - dependencies: - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-format-url" "^3.972.7" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/protocol-http" "^5.3.11" - "@smithy/signature-v4" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" +"@aws-sdk/middleware-sdk-ec2@^3.972.15": + version "3.972.15" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-ec2/-/middleware-sdk-ec2-3.972.15.tgz#6cc111798f505391a75f6c8e1c01d479d968b474" + integrity sha512-7lGK3pEOhu7LTaB681DNS5m4xX+emTdrJUH+dPKyQTqQmCX36MVAxRMNGFoeNEV6swZf8k88K36PSsWqro+gtw== + dependencies: + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-format-url" "^3.972.8" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/protocol-http" "^5.3.12" + "@smithy/signature-v4" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/middleware-sdk-route53@^3.972.9": - version "3.972.9" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-route53/-/middleware-sdk-route53-3.972.9.tgz#e4d447b15cdcf28bb856139f15279cdeb90de9e6" - integrity sha512-Pnrb9/QSbCactUlt5Q7l+n7KzPIDMjn6WOp5/7jeuJQm8bVZWzjRW1+rTFhliglzkFRMcEK2gLxAHhNqGZURsQ== +"@aws-sdk/middleware-sdk-route53@^3.972.10": + version "3.972.10" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-route53/-/middleware-sdk-route53-3.972.10.tgz#ab9b0fcbf5b4089d21e1f8f194e46db7ea8458c5" + integrity sha512-eVSTduHxtUd1M/KxKFiAHj1Q9djzx428iPe7Yd8yJdEsgnVH0wPFsCK/ExB0Rv/yIYlVXdBlFJmMj0FgRj4crQ== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/middleware-sdk-s3@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.18.tgz#648da5be94bb02717643d78e6abf4122562a5bcf" - integrity sha512-5E3XxaElrdyk6ZJ0TjH7Qm6ios4b/qQCiLr6oQ8NK7e4Kn6JBTJCaYioQCQ65BpZ1+l1mK5wTAac2+pEz0Smpw== +"@aws-sdk/middleware-sdk-s3@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.20.tgz#93ec50902827db219937e152c6dab53e192ab7f8" + integrity sha512-yhva/xL5H4tWQgsBjwV+RRD0ByCzg0TcByDCLp3GXdn/wlyRNfy8zsswDtCvr1WSKQkSQYlyEzPuWkJG0f5HvQ== dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/types" "^3.973.5" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" "@aws-sdk/util-arn-parser" "^3.972.3" - "@smithy/core" "^3.23.8" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/signature-v4" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" + "@smithy/core" "^3.23.11" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/signature-v4" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" "@smithy/util-config-provider" "^4.2.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" @@ -1902,13 +1802,13 @@ "@aws-sdk/signature-v4" "3.0.0" tslib "^1.8.0" -"@aws-sdk/middleware-ssec@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.972.7.tgz#49fac7b5078f8f1e0936ff2eedbe68efe7fc05a4" - integrity sha512-G9clGVuAml7d8DYzY6DnRi7TIIDRvZ3YpqJPz/8wnWS5fYx/FNWNmkO6iJVlVkQg9BfeMzd+bVPtPJOvC4B+nQ== +"@aws-sdk/middleware-ssec@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.972.8.tgz#4f71982bad76a907e4f5771796d18372e063c511" + integrity sha512-wqlK0yO/TxEC2UsY9wIlqeeutF6jjLe0f96Pbm40XscTo57nImUk9lBcw0dPgsm0sppFtAkSlDrfpK+pC30Wqw== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/middleware-stack@3.0.0": @@ -1926,105 +1826,61 @@ "@aws-sdk/protocol-http" "3.0.0" tslib "^1.8.0" -"@aws-sdk/middleware-user-agent@^3.972.19", "@aws-sdk/middleware-user-agent@^3.972.20": - version "3.972.20" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.20.tgz#9c058871881b3c4adac27c28c7801bedbd530dac" - integrity sha512-3kNTLtpUdeahxtnJRnj/oIdLAUdzTfr9N40KtxNhtdrq+Q1RPMdCJINRXq37m4t5+r3H70wgC3opW46OzFcZYA== - dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@smithy/core" "^3.23.9" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - "@smithy/util-retry" "^4.2.11" - tslib "^2.6.2" - -"@aws-sdk/nested-clients@^3.996.7": - version "3.996.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.996.7.tgz#c7b132f1bf61edc44bf8e281ac94d85f74625d77" - integrity sha512-MlGWA8uPaOs5AiTZ5JLM4uuWDm9EEAnm9cqwvqQIc6kEgel/8s1BaOWm9QgUcfc9K8qd7KkC3n43yDbeXOA2tg== +"@aws-sdk/middleware-user-agent@^3.972.21": + version "3.972.21" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.21.tgz#f174814c5446dc772f839945eee535a27b2972ab" + integrity sha512-62XRl1GDYPpkt7cx1AX1SPy9wgNE9Iw/NPuurJu4lmhCWS7sGKO+kS53TQ8eRmIxy3skmvNInnk0ZbWrU5Dpyg== dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" - "@smithy/util-base64" "^4.3.2" - "@smithy/util-body-length-browser" "^4.2.2" - "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" - "@smithy/util-utf8" "^4.2.2" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@smithy/core" "^3.23.11" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-retry" "^4.2.12" tslib "^2.6.2" -"@aws-sdk/nested-clients@^3.996.8": - version "3.996.8" - resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.996.8.tgz#e984e73a4f0183c6a21ea098ae1ea3f06eba6822" - integrity sha512-6HlLm8ciMW8VzfB80kfIx16PBA9lOa9Dl+dmCBi78JDhvGlx3I7Rorwi5PpVRkL31RprXnYna3yBf6UKkD/PqA== +"@aws-sdk/nested-clients@^3.996.10": + version "3.996.10" + resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.996.10.tgz#aed5c630f70b61f1524a230820d62ef6a0c66f0c" + integrity sha512-SlDol5Z+C7Ivnc2rKGqiqfSUmUZzY1qHfVs9myt/nxVwswgfpjdKahyTzLTx802Zfq0NFRs7AejwKzzzl5Co2w== dependencies: "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.20" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.5" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.9" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.23" - "@smithy/middleware-retry" "^4.4.40" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.39" - "@smithy/util-defaults-mode-node" "^4.2.42" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" @@ -2076,15 +1932,15 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/region-config-resolver@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.7.tgz#36fd0eba2bfedeb57b843b3cd8266fb7668a7e85" - integrity sha512-/Ev/6AI8bvt4HAAptzSjThGUMjcWaX3GX8oERkB0F0F9x2dLSBdgFDiyrRz3i0u0ZFZFQ1b28is4QhyqXTUsVA== +"@aws-sdk/region-config-resolver@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.8.tgz#761475f0b06fab0bbba954477e66b51d2f780f50" + integrity sha512-1eD4uhTDeambO/PNIDVG19A6+v4NdD7xzwLHDutHsUqz0B+i661MwQB2eYO4/crcCvCiQG4SRm1k81k54FEIvw== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/config-resolver" "^4.4.10" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/config-resolver" "^4.4.11" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/service-error-classification@3.0.0": @@ -2099,16 +1955,16 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/signature-v4-multi-region@^3.996.6": - version "3.996.6" - resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.6.tgz#b818d724fa411f2c5bf4ad960ed13da9e6556fdf" - integrity sha512-NnsOQsVmJXy4+IdPFUjRCWPn9qNH1TzS/f7MiWgXeoHs903tJpAWQWQtoFvLccyPoBgomKP9L89RRr2YsT/L0g== +"@aws-sdk/signature-v4-multi-region@^3.996.8": + version "3.996.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.8.tgz#383b7091a07b1263d67d0fff8410a2275c1135c5" + integrity sha512-n1qYFD+tbqZuyskVaxUE+t10AUz9g3qzDw3Tp6QZDKmqsjfDmZBd4GIk2EKJJNtcCBtE5YiUjDYA+3djFAFBBg== dependencies: - "@aws-sdk/middleware-sdk-s3" "^3.972.18" - "@aws-sdk/types" "^3.973.5" - "@smithy/protocol-http" "^5.3.11" - "@smithy/signature-v4" "^5.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/middleware-sdk-s3" "^3.972.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/protocol-http" "^5.3.12" + "@smithy/signature-v4" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/signature-v4@3.0.0": @@ -2129,30 +1985,17 @@ "@aws-sdk/middleware-stack" "3.0.0" tslib "^1.8.0" -"@aws-sdk/token-providers@3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1004.0.tgz#9ec9cea36d82c85fb24c049194c990a98f6675f5" - integrity sha512-j9BwZZId9sFp+4GPhf6KrwO8Tben2sXibZA8D1vv2I1zBdvkUHcBA2g4pkqIpTRalMTLC0NPkBPX0gERxfy/iA== - dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/nested-clients" "^3.996.7" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@aws-sdk/token-providers@3.1005.0": - version "3.1005.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1005.0.tgz#ac8e4f094bf9fb7c5a8d351544daf732d26af447" - integrity sha512-vMxd+ivKqSxU9bHx5vmAlFKDAkjGotFU56IOkDa5DaTu1WWwbcse0yFHEm9I537oVvodaiwMl3VBwgHfzQ2rvw== - dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" +"@aws-sdk/token-providers@3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1009.0.tgz#4a54604e4389b0f8038748c647db5e9b6da9a9a7" + integrity sha512-KCPLuTqN9u0Rr38Arln78fRG9KXpzsPWmof+PZzfAHMMQq2QED6YjQrkrfiH7PDefLWEposY1o4/eGwrmKA4JA== + dependencies: + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/types@3.0.0": @@ -2160,12 +2003,12 @@ resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.0.0.tgz#c84359dd0ba0040fc1089928d43c74683ed71066" integrity sha512-D2sSHRZRw0ixox5+Dx7xPvTfMLZQzxJ/nWDP26FAl+c/i/402d0Y9acfDtUxfxPxCbVogZ3XgZXhjDY/RmMAjQ== -"@aws-sdk/types@^3.1.0", "@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.973.5": - version "3.973.5" - resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.5.tgz#0fc00f066dbaaa40c09f2b7efdd86781807b5c70" - integrity sha512-hl7BGwDCWsjH8NkZfx+HgS7H2LyM2lTMAI7ba9c8O0KqdBLTdNJivsHpqjg9rNlAlPyREb6DeDRXUl0s8uFdmQ== +"@aws-sdk/types@^3.1.0", "@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.973.6": + version "3.973.6" + resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.6.tgz#1964a7c01b5cb18befa445998ad1d02f86c5432d" + integrity sha512-Atfcy4E++beKtwJHiDln2Nby8W/mam64opFPTiHEqgsthqeydFS1pY+OUlN1ouNOmf8ArPU/6cDS65anOP3KQw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/url-parser-browser@3.0.0": @@ -2229,25 +2072,25 @@ "@aws-sdk/is-array-buffer" "3.0.0" tslib "^1.8.0" -"@aws-sdk/util-endpoints@^3.996.4": - version "3.996.4" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.996.4.tgz#9fcfeccbd9d2a8217b66f711cf303883ec4442c0" - integrity sha512-Hek90FBmd4joCFj+Vc98KLJh73Zqj3s2W56gjAcTkrNLMDI5nIFkG9YpfcJiVI1YlE2Ne1uOQNe+IgQ/Vz2XRA== +"@aws-sdk/util-endpoints@^3.996.5": + version "3.996.5" + resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.996.5.tgz#6b12e80869ae6e84075bc24c2a4e6273ea87dfc2" + integrity sha512-Uh93L5sXFNbyR5sEPMzUU8tJ++Ku97EY4udmC01nB8Zu+xfBPwpIwJ6F7snqQeq8h2pf+8SGN5/NoytfKgYPIw== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" - "@smithy/util-endpoints" "^3.3.2" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" + "@smithy/util-endpoints" "^3.3.3" tslib "^2.6.2" -"@aws-sdk/util-format-url@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-format-url/-/util-format-url-3.972.7.tgz#e74d2d77b0316288fdcd18d3d7224b2fe0f0a801" - integrity sha512-V+PbnWfUl93GuFwsOHsAq7hY/fnm9kElRqR8IexIJr5Rvif9e614X5sGSyz3mVSf1YAZ+VTy63W1/pGdA55zyA== +"@aws-sdk/util-format-url@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/util-format-url/-/util-format-url-3.972.8.tgz#803273f72617edb16b4087bcff2e52d740a26250" + integrity sha512-J6DS9oocrgxM8xlUTTmQOuwRF6rnAGEujAN9SAzllcrQmwn5iJ58ogxy3SEhD0Q7JZvlA5jvIXBkpQRqEqlE9A== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/querystring-builder" "^4.2.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/querystring-builder" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/util-hex-encoding@3.0.0": @@ -2278,13 +2121,13 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/util-user-agent-browser@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.972.7.tgz#0e7205db8d47760df014fffddcbf0ccfc350e84d" - integrity sha512-7SJVuvhKhMF/BkNS1n0QAJYgvEwYbK2QLKBrzDiwQGiTRU6Yf1f3nehTzm/l21xdAOtWSfp2uWSddPnP2ZtsVw== +"@aws-sdk/util-user-agent-browser@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.972.8.tgz#1044845c97c898cd68fc3f9c773494a6a98cdf80" + integrity sha512-B3KGXJviV2u6Cdw2SDY2aDhoJkVfY/Q/Trwk2CMSkikE1Oi6gRzxhvhIfiRpHfmIsAhV4EA54TVEX8K6CbHbkA== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" bowser "^2.11.0" tslib "^2.6.2" @@ -2295,15 +2138,16 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/util-user-agent-node@^3.973.4", "@aws-sdk/util-user-agent-node@^3.973.5": - version "3.973.5" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.5.tgz#cbb11aae2d761e2cb3d3ad4be7b88f6d4726fb83" - integrity sha512-Dyy38O4GeMk7UQ48RupfHif//gqnOPbq/zlvRssc11E2mClT+aUfc3VS2yD8oLtzqO3RsqQ9I3gOBB4/+HjPOw== +"@aws-sdk/util-user-agent-node@^3.973.7": + version "3.973.7" + resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.7.tgz#dd54931e559b031a504a9a2712c10adf5c89c7c2" + integrity sha512-Hz6EZMUAEzqUd7e+vZ9LE7mn+5gMbxltXy18v+YSFY+9LBJz15wkNZvw5JqfX3z0FS9n3bgUtz3L5rAsfh4YlA== dependencies: - "@aws-sdk/middleware-user-agent" "^3.972.20" - "@aws-sdk/types" "^3.973.5" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/types" "^3.973.6" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-config-provider" "^4.2.2" tslib "^2.6.2" "@aws-sdk/util-utf8-browser@3.0.0": @@ -2337,19 +2181,19 @@ "@aws-sdk/types" "3.0.0" tslib "^1.8.0" -"@aws-sdk/xml-builder@^3.972.10": - version "3.972.10" - resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.10.tgz#d8a7171b70c8ee9354747f0ac7d368dd27d50e46" - integrity sha512-OnejAIVD+CxzyAUrVic7lG+3QRltyja9LoNqCE/1YVs8ichoTbJlVSaZ9iSMcnHLyzrSNtvaOGjSDRP+d/ouFA== +"@aws-sdk/xml-builder@^3.972.11": + version "3.972.11" + resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.11.tgz#8cba4b756dc8e75a7ceac6e028b3bce917fe55e7" + integrity sha512-iitV/gZKQMvY9d7ovmyFnFuTHbBAtrmLnvaSb/3X8vOKyevwtpmEtyc8AdhVWZe0pI/1GsHxlEvQeOePFzy7KQ== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" fast-xml-parser "5.4.1" tslib "^2.6.2" "@aws/lambda-invoke-store@^0.2.2": - version "0.2.3" - resolved "https://registry.yarnpkg.com/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.3.tgz#f1137f56209ccc69c15f826242cbf37f828617dd" - integrity sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw== + version "0.2.4" + resolved "https://registry.yarnpkg.com/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.4.tgz#802f6a50f6b6589063ef63ba8acdee86fcb9f395" + integrity sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ== "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.27.1", "@babel/code-frame@^7.28.6", "@babel/code-frame@^7.29.0": version "7.29.0" @@ -2624,21 +2468,21 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@cdklabs/cdk-atmosphere-client@^0.0.91": - version "0.0.91" - resolved "https://registry.yarnpkg.com/@cdklabs/cdk-atmosphere-client/-/cdk-atmosphere-client-0.0.91.tgz#3a64cdc5ba0583e193157c50dc701d07c1d84234" - integrity sha512-tTvuml/iivpFNzyr1ePu3Kkiw+w84vD5AkMGXaW0TyqaWP2eSK+mE3ijVHQ4owkAr6oMzUkmCko7JgKpMOvdew== +"@cdklabs/cdk-atmosphere-client@^0.0.92": + version "0.0.92" + resolved "https://registry.yarnpkg.com/@cdklabs/cdk-atmosphere-client/-/cdk-atmosphere-client-0.0.92.tgz#53b82210de7fe48a93c2519cf0609c72d1568184" + integrity sha512-EgFET8OZpBZydMykzHVNStZ+9RNZ2eV9231oxMPiW50v4xuP1Dh5dQHOhttfR0nm/MPR4fN56Mt7DokJTCnNGA== dependencies: - "@aws-sdk/credential-providers" "^3.1000.0" + "@aws-sdk/credential-providers" "^3.1004.0" aws4fetch "^1.0.20" -"@cdklabs/eslint-plugin@^1.5.6": - version "1.5.6" - resolved "https://registry.yarnpkg.com/@cdklabs/eslint-plugin/-/eslint-plugin-1.5.6.tgz#e8264093a206e423b41e84dceba3a7e8c5c0183e" - integrity sha512-qlpwtxXy6nH4eDjfwycHOZG+JM4h1jGxvudjEN5/2v5cO4oDUxNWnlkc7WOLfkrB3FfsUbSDAnNCWtmjV3kzUw== +"@cdklabs/eslint-plugin@^1.5.7": + version "1.5.7" + resolved "https://registry.yarnpkg.com/@cdklabs/eslint-plugin/-/eslint-plugin-1.5.7.tgz#fa97657dba1f9e0a4fc81375e9e3e8e258e7bd7a" + integrity sha512-PYiBav5qd5LpxjVkitpypOTzZHWRPz5yAPwlmSgn2bW6EKru5Rto2Etj+cOHfvOrJbVNJOH/BbNvEHNjaCYJBA== dependencies: - "@typescript-eslint/utils" "^8.56.1" - fs-extra "^11.3.3" + "@typescript-eslint/utils" "^8.57.0" + fs-extra "^11.3.4" typescript "^5.9.3" "@cdklabs/tskb@^0.0.4": @@ -2667,24 +2511,24 @@ node-source-walk "^7.0.1" "@emnapi/core@^1.1.0", "@emnapi/core@^1.4.3": - version "1.8.1" - resolved "https://registry.yarnpkg.com/@emnapi/core/-/core-1.8.1.tgz#fd9efe721a616288345ffee17a1f26ac5dd01349" - integrity sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg== + version "1.9.0" + resolved "https://registry.yarnpkg.com/@emnapi/core/-/core-1.9.0.tgz#4a54213b208fcf288cce25076c74e0f7613e6100" + integrity sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w== dependencies: - "@emnapi/wasi-threads" "1.1.0" + "@emnapi/wasi-threads" "1.2.0" tslib "^2.4.0" "@emnapi/runtime@^1.1.0", "@emnapi/runtime@^1.4.3": - version "1.8.1" - resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.8.1.tgz#550fa7e3c0d49c5fb175a116e8cd70614f9a22a5" - integrity sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg== + version "1.9.0" + resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.9.0.tgz#91c54a6e77c36154c125e873409472e2b70efd5b" + integrity sha512-QN75eB0IH2ywSpRpNddCRfQIhmJYBCJ1x5Lb3IscKAL8bMnVAKnRg8dCoXbHzVLLH7P38N2Z3mtulB7W0J0FKw== dependencies: tslib "^2.4.0" -"@emnapi/wasi-threads@1.1.0": - version "1.1.0" - resolved "https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.1.0.tgz#60b2102fddc9ccb78607e4a3cf8403ea69be41bf" - integrity sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ== +"@emnapi/wasi-threads@1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz#a19d9772cc3d195370bf6e2a805eec40aa75e18e" + integrity sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg== dependencies: tslib "^2.4.0" @@ -2704,135 +2548,135 @@ resolved "https://registry.yarnpkg.com/@es-joy/resolve.exports/-/resolve.exports-1.2.0.tgz#fe541a68aa080255f798c8561714ac8fad72cdd5" integrity sha512-Q9hjxWI5xBM+qW2enxfe8wDKdFWMfd0Z29k5ZJnuBqD/CasY5Zryj09aCA6owbGATWz+39p5uIdaHXpopOcG8g== -"@esbuild/aix-ppc64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.3.tgz#815b39267f9bffd3407ea6c376ac32946e24f8d2" - integrity sha512-9fJMTNFTWZMh5qwrBItuziu834eOCUcEqymSH7pY+zoMVEZg3gcPuBNxH1EvfVYe9h0x/Ptw8KBzv7qxb7l8dg== - -"@esbuild/android-arm64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.27.3.tgz#19b882408829ad8e12b10aff2840711b2da361e8" - integrity sha512-YdghPYUmj/FX2SYKJ0OZxf+iaKgMsKHVPF1MAq/P8WirnSpCStzKJFjOjzsW0QQ7oIAiccHdcqjbHmJxRb/dmg== - -"@esbuild/android-arm@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.27.3.tgz#90be58de27915efa27b767fcbdb37a4470627d7b" - integrity sha512-i5D1hPY7GIQmXlXhs2w8AWHhenb00+GxjxRncS2ZM7YNVGNfaMxgzSGuO8o8SJzRc/oZwU2bcScvVERk03QhzA== - -"@esbuild/android-x64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.27.3.tgz#d7dcc976f16e01a9aaa2f9b938fbec7389f895ac" - integrity sha512-IN/0BNTkHtk8lkOM8JWAYFg4ORxBkZQf9zXiEOfERX/CzxW3Vg1ewAhU7QSWQpVIzTW+b8Xy+lGzdYXV6UZObQ== - -"@esbuild/darwin-arm64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.3.tgz#9f6cac72b3a8532298a6a4493ed639a8988e8abd" - integrity sha512-Re491k7ByTVRy0t3EKWajdLIr0gz2kKKfzafkth4Q8A5n1xTHrkqZgLLjFEHVD+AXdUGgQMq+Godfq45mGpCKg== - -"@esbuild/darwin-x64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.27.3.tgz#ac61d645faa37fd650340f1866b0812e1fb14d6a" - integrity sha512-vHk/hA7/1AckjGzRqi6wbo+jaShzRowYip6rt6q7VYEDX4LEy1pZfDpdxCBnGtl+A5zq8iXDcyuxwtv3hNtHFg== - -"@esbuild/freebsd-arm64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.3.tgz#b8625689d73cf1830fe58c39051acdc12474ea1b" - integrity sha512-ipTYM2fjt3kQAYOvo6vcxJx3nBYAzPjgTCk7QEgZG8AUO3ydUhvelmhrbOheMnGOlaSFUoHXB6un+A7q4ygY9w== - -"@esbuild/freebsd-x64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.3.tgz#07be7dd3c9d42fe0eccd2ab9f9ded780bc53bead" - integrity sha512-dDk0X87T7mI6U3K9VjWtHOXqwAMJBNN2r7bejDsc+j03SEjtD9HrOl8gVFByeM0aJksoUuUVU9TBaZa2rgj0oA== - -"@esbuild/linux-arm64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.27.3.tgz#bf31918fe5c798586460d2b3d6c46ed2c01ca0b6" - integrity sha512-sZOuFz/xWnZ4KH3YfFrKCf1WyPZHakVzTiqji3WDc0BCl2kBwiJLCXpzLzUBLgmp4veFZdvN5ChW4Eq/8Fc2Fg== - -"@esbuild/linux-arm@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.27.3.tgz#28493ee46abec1dc3f500223cd9f8d2df08f9d11" - integrity sha512-s6nPv2QkSupJwLYyfS+gwdirm0ukyTFNl3KTgZEAiJDd+iHZcbTPPcWCcRYH+WlNbwChgH2QkE9NSlNrMT8Gfw== - -"@esbuild/linux-ia32@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.27.3.tgz#750752a8b30b43647402561eea764d0a41d0ee29" - integrity sha512-yGlQYjdxtLdh0a3jHjuwOrxQjOZYD/C9PfdbgJJF3TIZWnm/tMd/RcNiLngiu4iwcBAOezdnSLAwQDPqTmtTYg== - -"@esbuild/linux-loong64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.27.3.tgz#a5a92813a04e71198c50f05adfaf18fc1e95b9ed" - integrity sha512-WO60Sn8ly3gtzhyjATDgieJNet/KqsDlX5nRC5Y3oTFcS1l0KWba+SEa9Ja1GfDqSF1z6hif/SkpQJbL63cgOA== - -"@esbuild/linux-mips64el@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.3.tgz#deb45d7fd2d2161eadf1fbc593637ed766d50bb1" - integrity sha512-APsymYA6sGcZ4pD6k+UxbDjOFSvPWyZhjaiPyl/f79xKxwTnrn5QUnXR5prvetuaSMsb4jgeHewIDCIWljrSxw== - -"@esbuild/linux-ppc64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.3.tgz#6f39ae0b8c4d3d2d61a65b26df79f6e12a1c3d78" - integrity sha512-eizBnTeBefojtDb9nSh4vvVQ3V9Qf9Df01PfawPcRzJH4gFSgrObw+LveUyDoKU3kxi5+9RJTCWlj4FjYXVPEA== - -"@esbuild/linux-riscv64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.3.tgz#4c5c19c3916612ec8e3915187030b9df0b955c1d" - integrity sha512-3Emwh0r5wmfm3ssTWRQSyVhbOHvqegUDRd0WhmXKX2mkHJe1SFCMJhagUleMq+Uci34wLSipf8Lagt4LlpRFWQ== - -"@esbuild/linux-s390x@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.27.3.tgz#9ed17b3198fa08ad5ccaa9e74f6c0aff7ad0156d" - integrity sha512-pBHUx9LzXWBc7MFIEEL0yD/ZVtNgLytvx60gES28GcWMqil8ElCYR4kvbV2BDqsHOvVDRrOxGySBM9Fcv744hw== - -"@esbuild/linux-x64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.27.3.tgz#12383dcbf71b7cf6513e58b4b08d95a710bf52a5" - integrity sha512-Czi8yzXUWIQYAtL/2y6vogER8pvcsOsk5cpwL4Gk5nJqH5UZiVByIY8Eorm5R13gq+DQKYg0+JyQoytLQas4dA== - -"@esbuild/netbsd-arm64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.3.tgz#dd0cb2fa543205fcd931df44f4786bfcce6df7d7" - integrity sha512-sDpk0RgmTCR/5HguIZa9n9u+HVKf40fbEUt+iTzSnCaGvY9kFP0YKBWZtJaraonFnqef5SlJ8/TiPAxzyS+UoA== - -"@esbuild/netbsd-x64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.3.tgz#028ad1807a8e03e155153b2d025b506c3787354b" - integrity sha512-P14lFKJl/DdaE00LItAukUdZO5iqNH7+PjoBm+fLQjtxfcfFE20Xf5CrLsmZdq5LFFZzb5JMZ9grUwvtVYzjiA== - -"@esbuild/openbsd-arm64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.3.tgz#e3c16ff3490c9b59b969fffca87f350ffc0e2af5" - integrity sha512-AIcMP77AvirGbRl/UZFTq5hjXK+2wC7qFRGoHSDrZ5v5b8DK/GYpXW3CPRL53NkvDqb9D+alBiC/dV0Fb7eJcw== - -"@esbuild/openbsd-x64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.3.tgz#c5a4693fcb03d1cbecbf8b422422468dfc0d2a8b" - integrity sha512-DnW2sRrBzA+YnE70LKqnM3P+z8vehfJWHXECbwBmH/CU51z6FiqTQTHFenPlHmo3a8UgpLyH3PT+87OViOh1AQ== - -"@esbuild/openharmony-arm64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.3.tgz#082082444f12db564a0775a41e1991c0e125055e" - integrity sha512-NinAEgr/etERPTsZJ7aEZQvvg/A6IsZG/LgZy+81wON2huV7SrK3e63dU0XhyZP4RKGyTm7aOgmQk0bGp0fy2g== - -"@esbuild/sunos-x64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.27.3.tgz#5ab036c53f929e8405c4e96e865a424160a1b537" - integrity sha512-PanZ+nEz+eWoBJ8/f8HKxTTD172SKwdXebZ0ndd953gt1HRBbhMsaNqjTyYLGLPdoWHy4zLU7bDVJztF5f3BHA== - -"@esbuild/win32-arm64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.27.3.tgz#38de700ef4b960a0045370c171794526e589862e" - integrity sha512-B2t59lWWYrbRDw/tjiWOuzSsFh1Y/E95ofKz7rIVYSQkUYBjfSgf6oeYPNWHToFRr2zx52JKApIcAS/D5TUBnA== - -"@esbuild/win32-ia32@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.27.3.tgz#451b93dc03ec5d4f38619e6cd64d9f9eff06f55c" - integrity sha512-QLKSFeXNS8+tHW7tZpMtjlNb7HKau0QDpwm49u0vUp9y1WOF+PEzkU84y9GqYaAVW8aH8f3GcBck26jh54cX4Q== - -"@esbuild/win32-x64@0.27.3": - version "0.27.3" - resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.27.3.tgz#0eaf705c941a218a43dba8e09f1df1d6cd2f1f17" - integrity sha512-4uJGhsxuptu3OcpVAzli+/gWusVGwZZHTlS63hh++ehExkVT8SgiEf7/uC/PclrPPkLhZqGgCTjd0VWLo6xMqA== +"@esbuild/aix-ppc64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.27.4.tgz#4c585002f7ad694d38fe0e8cbf5cfd939ccff327" + integrity sha512-cQPwL2mp2nSmHHJlCyoXgHGhbEPMrEEU5xhkcy3Hs/O7nGZqEpZ2sUtLaL9MORLtDfRvVl2/3PAuEkYZH0Ty8Q== + +"@esbuild/android-arm64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.27.4.tgz#7625d0952c3b402d3ede203a16c9f2b78f8a4827" + integrity sha512-gdLscB7v75wRfu7QSm/zg6Rx29VLdy9eTr2t44sfTW7CxwAtQghZ4ZnqHk3/ogz7xao0QAgrkradbBzcqFPasw== + +"@esbuild/android-arm@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.27.4.tgz#9a0cf1d12997ec46dddfb32ce67e9bca842381ac" + integrity sha512-X9bUgvxiC8CHAGKYufLIHGXPJWnr0OCdR0anD2e21vdvgCI8lIfqFbnoeOz7lBjdrAGUhqLZLcQo6MLhTO2DKQ== + +"@esbuild/android-x64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.27.4.tgz#06e1fdc6283fccd6bc6aadd6754afce6cf96f42e" + integrity sha512-PzPFnBNVF292sfpfhiyiXCGSn9HZg5BcAz+ivBuSsl6Rk4ga1oEXAamhOXRFyMcjwr2DVtm40G65N3GLeH1Lvw== + +"@esbuild/darwin-arm64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.27.4.tgz#6c550ee6c0273bcb0fac244478ff727c26755d80" + integrity sha512-b7xaGIwdJlht8ZFCvMkpDN6uiSmnxxK56N2GDTMYPr2/gzvfdQN8rTfBsvVKmIVY/X7EM+/hJKEIbbHs9oA4tQ== + +"@esbuild/darwin-x64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.27.4.tgz#ed7a125e9f25ce0091b9aff783ee943f6ba6cb86" + integrity sha512-sR+OiKLwd15nmCdqpXMnuJ9W2kpy0KigzqScqHI3Hqwr7IXxBp3Yva+yJwoqh7rE8V77tdoheRYataNKL4QrPw== + +"@esbuild/freebsd-arm64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.27.4.tgz#597dc8e7161dba71db4c1656131c1f1e9d7660c6" + integrity sha512-jnfpKe+p79tCnm4GVav68A7tUFeKQwQyLgESwEAUzyxk/TJr4QdGog9sqWNcUbr/bZt/O/HXouspuQDd9JxFSw== + +"@esbuild/freebsd-x64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.27.4.tgz#ea171f9f4f00efaa8e9d3fe8baa1b75d757d1b36" + integrity sha512-2kb4ceA/CpfUrIcTUl1wrP/9ad9Atrp5J94Lq69w7UwOMolPIGrfLSvAKJp0RTvkPPyn6CIWrNy13kyLikZRZQ== + +"@esbuild/linux-arm64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.27.4.tgz#e52d57f202369386e6dbcb3370a17a0491ab1464" + integrity sha512-7nQOttdzVGth1iz57kxg9uCz57dxQLHWxopL6mYuYthohPKEK0vU0C3O21CcBK6KDlkYVcnDXY099HcCDXd9dA== + +"@esbuild/linux-arm@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.27.4.tgz#5e0c0b634908adbce0a02cebeba8b3acac263fb6" + integrity sha512-aBYgcIxX/wd5n2ys0yESGeYMGF+pv6g0DhZr3G1ZG4jMfruU9Tl1i2Z+Wnj9/KjGz1lTLCcorqE2viePZqj4Eg== + +"@esbuild/linux-ia32@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.27.4.tgz#5f90f01f131652473ec06b038a14c49683e14ec7" + integrity sha512-oPtixtAIzgvzYcKBQM/qZ3R+9TEUd1aNJQu0HhGyqtx6oS7qTpvjheIWBbes4+qu1bNlo2V4cbkISr8q6gRBFA== + +"@esbuild/linux-loong64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.27.4.tgz#63bacffdb99574c9318f9afbd0dd4fff76a837e3" + integrity sha512-8mL/vh8qeCoRcFH2nM8wm5uJP+ZcVYGGayMavi8GmRJjuI3g1v6Z7Ni0JJKAJW+m0EtUuARb6Lmp4hMjzCBWzA== + +"@esbuild/linux-mips64el@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.27.4.tgz#c4b6952eca6a8efff67fee3671a3536c8e67b7eb" + integrity sha512-1RdrWFFiiLIW7LQq9Q2NES+HiD4NyT8Itj9AUeCl0IVCA459WnPhREKgwrpaIfTOe+/2rdntisegiPWn/r/aAw== + +"@esbuild/linux-ppc64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.27.4.tgz#6dea67d3d98c6986f1b7769e4f1848e5ae47ad58" + integrity sha512-tLCwNG47l3sd9lpfyx9LAGEGItCUeRCWeAx6x2Jmbav65nAwoPXfewtAdtbtit/pJFLUWOhpv0FpS6GQAmPrHA== + +"@esbuild/linux-riscv64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.27.4.tgz#9ad2b4c3c0502c6bada9c81997bb56c597853489" + integrity sha512-BnASypppbUWyqjd1KIpU4AUBiIhVr6YlHx/cnPgqEkNoVOhHg+YiSVxM1RLfiy4t9cAulbRGTNCKOcqHrEQLIw== + +"@esbuild/linux-s390x@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.27.4.tgz#c43d3cfd073042ca6f5c52bb9bc313ed2066ce28" + integrity sha512-+eUqgb/Z7vxVLezG8bVB9SfBie89gMueS+I0xYh2tJdw3vqA/0ImZJ2ROeWwVJN59ihBeZ7Tu92dF/5dy5FttA== + +"@esbuild/linux-x64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.27.4.tgz#45fa173e0591ac74d80d3cf76704713e14e2a4a6" + integrity sha512-S5qOXrKV8BQEzJPVxAwnryi2+Iq5pB40gTEIT69BQONqR7JH1EPIcQ/Uiv9mCnn05jff9umq/5nqzxlqTOg9NA== + +"@esbuild/netbsd-arm64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/netbsd-arm64/-/netbsd-arm64-0.27.4.tgz#366b0ef40cdb986fc751cbdad16e8c25fe1ba879" + integrity sha512-xHT8X4sb0GS8qTqiwzHqpY00C95DPAq7nAwX35Ie/s+LO9830hrMd3oX0ZMKLvy7vsonee73x0lmcdOVXFzd6Q== + +"@esbuild/netbsd-x64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.27.4.tgz#e985d49a3668fd2044343071d52e1ae815112b3e" + integrity sha512-RugOvOdXfdyi5Tyv40kgQnI0byv66BFgAqjdgtAKqHoZTbTF2QqfQrFwa7cHEORJf6X2ht+l9ABLMP0dnKYsgg== + +"@esbuild/openbsd-arm64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/openbsd-arm64/-/openbsd-arm64-0.27.4.tgz#6fb4ab7b73f7e5572ce5ec9cf91c13ff6dd44842" + integrity sha512-2MyL3IAaTX+1/qP0O1SwskwcwCoOI4kV2IBX1xYnDDqthmq5ArrW94qSIKCAuRraMgPOmG0RDTA74mzYNQA9ow== + +"@esbuild/openbsd-x64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.27.4.tgz#641f052040a0d79843d68898f5791638a026d983" + integrity sha512-u8fg/jQ5aQDfsnIV6+KwLOf1CmJnfu1ShpwqdwC0uA7ZPwFws55Ngc12vBdeUdnuWoQYx/SOQLGDcdlfXhYmXQ== + +"@esbuild/openharmony-arm64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/openharmony-arm64/-/openharmony-arm64-0.27.4.tgz#fc1d33eac9d81ae0a433b3ed1dd6171a20d4e317" + integrity sha512-JkTZrl6VbyO8lDQO3yv26nNr2RM2yZzNrNHEsj9bm6dOwwu9OYN28CjzZkH57bh4w0I2F7IodpQvUAEd1mbWXg== + +"@esbuild/sunos-x64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.27.4.tgz#af2cd5ca842d6d057121f66a192d4f797de28f53" + integrity sha512-/gOzgaewZJfeJTlsWhvUEmUG4tWEY2Spp5M20INYRg2ZKl9QPO3QEEgPeRtLjEWSW8FilRNacPOg8R1uaYkA6g== + +"@esbuild/win32-arm64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.27.4.tgz#78ec7e59bb06404583d4c9511e621db31c760de3" + integrity sha512-Z9SExBg2y32smoDQdf1HRwHRt6vAHLXcxD2uGgO/v2jK7Y718Ix4ndsbNMU/+1Qiem9OiOdaqitioZwxivhXYg== + +"@esbuild/win32-ia32@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.27.4.tgz#0e616aa488b7ee5d2592ab070ff9ec06a9fddf11" + integrity sha512-DAyGLS0Jz5G5iixEbMHi5KdiApqHBWMGzTtMiJ72ZOLhbu/bzxgAe8Ue8CTS3n3HbIUHQz/L51yMdGMeoxXNJw== + +"@esbuild/win32-x64@0.27.4": + version "0.27.4" + resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.27.4.tgz#1f7ba71a3d6155d44a6faa8dbe249c62ab3e408c" + integrity sha512-+knoa0BDoeXgkNvvV1vvbZX4+hizelrkwmGJBdT17t8FNPwG2lKemmuMZlmaNQ3ws3DKKCxpb4zRZEIp3UxFCg== "@eslint-community/eslint-utils@^4.8.0", "@eslint-community/eslint-utils@^4.9.1": version "4.9.1" @@ -3046,16 +2890,16 @@ resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jest/console@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-30.2.0.tgz#c52fcd5b58fdd2e8eb66b2fd8ae56f2f64d05b28" - integrity sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ== +"@jest/console@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-30.3.0.tgz#42ccc3f995d400a8fe35b8850cfe10a8d4804cdf" + integrity sha512-PAwCvFJ4696XP2qZj+LAn1BWjZaJ6RjG6c7/lkMaUJnkyMS34ucuIsfqYvfskVNvUI27R/u4P1HMYFnlVXG/Ww== dependencies: - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" "@types/node" "*" chalk "^4.1.2" - jest-message-util "30.2.0" - jest-util "30.2.0" + jest-message-util "30.3.0" + jest-util "30.3.0" slash "^3.0.0" "@jest/console@^29.7.0": @@ -3070,38 +2914,37 @@ jest-util "^29.7.0" slash "^3.0.0" -"@jest/core@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-30.2.0.tgz#813d59faa5abd5510964a8b3a7b17cc77b775275" - integrity sha512-03W6IhuhjqTlpzh/ojut/pDB2LPRygyWX8ExpgHtQA8H/3K7+1vKmcINx5UzeOX1se6YEsBsOHQ1CRzf3fOwTQ== +"@jest/core@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-30.3.0.tgz#d06bb8456f35350f6494fd2405bcec4abb97b994" + integrity sha512-U5mVPsBxLSO6xYbf+tgkymLx+iAhvZX43/xI1+ej2ZOPnPdkdO1CzDmFKh2mZBn2s4XZixszHeQnzp1gm/DIxw== dependencies: - "@jest/console" "30.2.0" + "@jest/console" "30.3.0" "@jest/pattern" "30.0.1" - "@jest/reporters" "30.2.0" - "@jest/test-result" "30.2.0" - "@jest/transform" "30.2.0" - "@jest/types" "30.2.0" + "@jest/reporters" "30.3.0" + "@jest/test-result" "30.3.0" + "@jest/transform" "30.3.0" + "@jest/types" "30.3.0" "@types/node" "*" ansi-escapes "^4.3.2" chalk "^4.1.2" ci-info "^4.2.0" exit-x "^0.2.2" graceful-fs "^4.2.11" - jest-changed-files "30.2.0" - jest-config "30.2.0" - jest-haste-map "30.2.0" - jest-message-util "30.2.0" + jest-changed-files "30.3.0" + jest-config "30.3.0" + jest-haste-map "30.3.0" + jest-message-util "30.3.0" jest-regex-util "30.0.1" - jest-resolve "30.2.0" - jest-resolve-dependencies "30.2.0" - jest-runner "30.2.0" - jest-runtime "30.2.0" - jest-snapshot "30.2.0" - jest-util "30.2.0" - jest-validate "30.2.0" - jest-watcher "30.2.0" - micromatch "^4.0.8" - pretty-format "30.2.0" + jest-resolve "30.3.0" + jest-resolve-dependencies "30.3.0" + jest-runner "30.3.0" + jest-runtime "30.3.0" + jest-snapshot "30.3.0" + jest-util "30.3.0" + jest-validate "30.3.0" + jest-watcher "30.3.0" + pretty-format "30.3.0" slash "^3.0.0" "@jest/core@^29.7.0": @@ -3138,20 +2981,20 @@ slash "^3.0.0" strip-ansi "^6.0.0" -"@jest/diff-sequences@30.0.1": - version "30.0.1" - resolved "https://registry.yarnpkg.com/@jest/diff-sequences/-/diff-sequences-30.0.1.tgz#0ededeae4d071f5c8ffe3678d15f3a1be09156be" - integrity sha512-n5H8QLDJ47QqbCNn5SuFjCRDrOLEZ0h8vAHCK5RL9Ls7Xa8AQLa/YxAc9UjFqoEDM48muwtBGjtMY5cr0PLDCw== +"@jest/diff-sequences@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/diff-sequences/-/diff-sequences-30.3.0.tgz#25b0818d3d83f00b9c7b04e069b8810f9014b143" + integrity sha512-cG51MVnLq1ecVUaQ3fr6YuuAOitHK1S4WUJHnsPFE/quQr33ADUx1FfrTCpMCRxvy0Yr9BThKpDjSlcTi91tMA== -"@jest/environment@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.2.0.tgz#1e673cdb8b93ded707cf6631b8353011460831fa" - integrity sha512-/QPTL7OBJQ5ac09UDRa3EQes4gt1FTEG/8jZ/4v5IVzx+Cv7dLxlVIvfvSVRiiX2drWyXeBjkMSR8hvOWSog5g== +"@jest/environment@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-30.3.0.tgz#b0657c2944b6ef3352f7b25903cc3a23e6ab70f6" + integrity sha512-SlLSF4Be735yQXyh2+mctBOzNDx5s5uLv88/j8Qn1wH679PDcwy67+YdADn8NJnGjzlXtN62asGH/T4vWOkfaw== dependencies: - "@jest/fake-timers" "30.2.0" - "@jest/types" "30.2.0" + "@jest/fake-timers" "30.3.0" + "@jest/types" "30.3.0" "@types/node" "*" - jest-mock "30.2.0" + jest-mock "30.3.0" "@jest/environment@^29.7.0": version "29.7.0" @@ -3163,10 +3006,10 @@ "@types/node" "*" jest-mock "^29.7.0" -"@jest/expect-utils@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-30.2.0.tgz#4f95413d4748454fdb17404bf1141827d15e6011" - integrity sha512-1JnRfhqpD8HGpOmQp180Fo9Zt69zNtC+9lR+kT7NVL05tNXIi+QC8Csz7lfidMoVLPD3FnOtcmp0CEFnxExGEA== +"@jest/expect-utils@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-30.3.0.tgz#c45b2da9802ffed33bf43b3e019ddb95e5ad95e8" + integrity sha512-j0+W5iQQ8hBh7tHZkTQv3q2Fh/M7Je72cIsYqC4OaktgtO7v1So9UTjp6uPBHIaB6beoF/RRsCgMJKvti0wADA== dependencies: "@jest/get-type" "30.1.0" @@ -3177,13 +3020,13 @@ dependencies: jest-get-type "^29.6.3" -"@jest/expect@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-30.2.0.tgz#9a5968499bb8add2bbb09136f69f7df5ddbf3185" - integrity sha512-V9yxQK5erfzx99Sf+7LbhBwNWEZ9eZay8qQ9+JSC0TrMR1pMDHLMY+BnVPacWU6Jamrh252/IKo4F1Xn/zfiqA== +"@jest/expect@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-30.3.0.tgz#08ee7f5b610167b0068743246c0b568f4c40c773" + integrity sha512-76Nlh4xJxk2D/9URCn3wFi98d2hb19uWE1idLsTt2ywhvdOldbw3S570hBgn25P4ICUZ/cBjybrBex2g17IDbg== dependencies: - expect "30.2.0" - jest-snapshot "30.2.0" + expect "30.3.0" + jest-snapshot "30.3.0" "@jest/expect@^29.7.0": version "29.7.0" @@ -3193,17 +3036,17 @@ expect "^29.7.0" jest-snapshot "^29.7.0" -"@jest/fake-timers@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.2.0.tgz#0941ddc28a339b9819542495b5408622dc9e94ec" - integrity sha512-HI3tRLjRxAbBy0VO8dqqm7Hb2mIa8d5bg/NJkyQcOk7V118ObQML8RC5luTF/Zsg4474a+gDvhce7eTnP4GhYw== +"@jest/fake-timers@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-30.3.0.tgz#2b2868130c1d28233a79566874c42cae1c5a70bc" + integrity sha512-WUQDs8SOP9URStX1DzhD425CqbN/HxUYCTwVrT8sTVBfMvFqYt/s61EK5T05qnHu0po6RitXIvP9otZxYDzTGQ== dependencies: - "@jest/types" "30.2.0" - "@sinonjs/fake-timers" "^13.0.0" + "@jest/types" "30.3.0" + "@sinonjs/fake-timers" "^15.0.0" "@types/node" "*" - jest-message-util "30.2.0" - jest-mock "30.2.0" - jest-util "30.2.0" + jest-message-util "30.3.0" + jest-mock "30.3.0" + jest-util "30.3.0" "@jest/fake-timers@^29.7.0": version "29.7.0" @@ -3222,15 +3065,15 @@ resolved "https://registry.yarnpkg.com/@jest/get-type/-/get-type-30.1.0.tgz#4fcb4dc2ebcf0811be1c04fd1cb79c2dba431cbc" integrity sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA== -"@jest/globals@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-30.2.0.tgz#2f4b696d5862664b89c4ee2e49ae24d2bb7e0988" - integrity sha512-b63wmnKPaK+6ZZfpYhz9K61oybvbI1aMcIs80++JI1O1rR1vaxHUCNqo3ITu6NU0d4V34yZFoHMn/uoKr/Rwfw== +"@jest/globals@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-30.3.0.tgz#40f4c90e5602629ecda1ca773a8fb21575bb64ea" + integrity sha512-+owLCBBdfpgL3HU+BD5etr1SvbXpSitJK0is1kiYjJxAAJggYMRQz5hSdd5pq1sSggfxPbw2ld71pt4x5wwViA== dependencies: - "@jest/environment" "30.2.0" - "@jest/expect" "30.2.0" - "@jest/types" "30.2.0" - jest-mock "30.2.0" + "@jest/environment" "30.3.0" + "@jest/expect" "30.3.0" + "@jest/types" "30.3.0" + jest-mock "30.3.0" "@jest/globals@^29.7.0": version "29.7.0" @@ -3250,31 +3093,31 @@ "@types/node" "*" jest-regex-util "30.0.1" -"@jest/reporters@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-30.2.0.tgz#a36b28fcbaf0c4595250b108e6f20e363348fd91" - integrity sha512-DRyW6baWPqKMa9CzeiBjHwjd8XeAyco2Vt8XbcLFjiwCOEKOvy82GJ8QQnJE9ofsxCMPjH4MfH8fCWIHHDKpAQ== +"@jest/reporters@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-30.3.0.tgz#0c1065f6c892665e5a051df22b19df4466ed816b" + integrity sha512-a09z89S+PkQnL055bVj8+pe2Caed2PBOaczHcXCykW5ngxX9EWx/1uAwncxc/HiU0oZqfwseMjyhxgRjS49qPw== dependencies: "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "30.2.0" - "@jest/test-result" "30.2.0" - "@jest/transform" "30.2.0" - "@jest/types" "30.2.0" + "@jest/console" "30.3.0" + "@jest/test-result" "30.3.0" + "@jest/transform" "30.3.0" + "@jest/types" "30.3.0" "@jridgewell/trace-mapping" "^0.3.25" "@types/node" "*" chalk "^4.1.2" collect-v8-coverage "^1.0.2" exit-x "^0.2.2" - glob "^10.3.10" + glob "^10.5.0" graceful-fs "^4.2.11" istanbul-lib-coverage "^3.0.0" istanbul-lib-instrument "^6.0.0" istanbul-lib-report "^3.0.0" istanbul-lib-source-maps "^5.0.0" istanbul-reports "^3.1.3" - jest-message-util "30.2.0" - jest-util "30.2.0" - jest-worker "30.2.0" + jest-message-util "30.3.0" + jest-util "30.3.0" + jest-worker "30.3.0" slash "^3.0.0" string-length "^4.0.2" v8-to-istanbul "^9.0.1" @@ -3323,12 +3166,12 @@ dependencies: "@sinclair/typebox" "^0.27.8" -"@jest/snapshot-utils@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/snapshot-utils/-/snapshot-utils-30.2.0.tgz#387858eb90c2f98f67bff327435a532ac5309fbe" - integrity sha512-0aVxM3RH6DaiLcjj/b0KrIBZhSX1373Xci4l3cW5xiUWPctZ59zQ7jj4rqcJQ/Z8JuN/4wX3FpJSa3RssVvCug== +"@jest/snapshot-utils@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/snapshot-utils/-/snapshot-utils-30.3.0.tgz#ca003c91a3e1e4e4956dee716a2aaf04b6707f31" + integrity sha512-ORbRN9sf5PP82v3FXNSwmO1OTDR2vzR2YTaR+E3VkSBZ8zadQE6IqYdYEeFH1NIkeB2HIGdF02dapb6K0Mj05g== dependencies: - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" chalk "^4.1.2" graceful-fs "^4.2.11" natural-compare "^1.4.0" @@ -3351,13 +3194,13 @@ callsites "^3.0.0" graceful-fs "^4.2.9" -"@jest/test-result@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-30.2.0.tgz#9c0124377fb7996cdffb86eda3dbc56eacab363d" - integrity sha512-RF+Z+0CCHkARz5HT9mcQCBulb1wgCP3FBvl9VFokMX27acKphwyQsNuWH3c+ojd1LeWBLoTYoxF0zm6S/66mjg== +"@jest/test-result@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-30.3.0.tgz#cd8882d683d467fcffb98c09501a65687a76aae9" + integrity sha512-e/52nJGuD74AKTSe0P4y5wFRlaXP0qmrS17rqOMHeSwm278VyNyXE3gFO/4DTGF9w+65ra3lo3VKj0LBrzmgdQ== dependencies: - "@jest/console" "30.2.0" - "@jest/types" "30.2.0" + "@jest/console" "30.3.0" + "@jest/types" "30.3.0" "@types/istanbul-lib-coverage" "^2.0.6" collect-v8-coverage "^1.0.2" @@ -3371,14 +3214,14 @@ "@types/istanbul-lib-coverage" "^2.0.0" collect-v8-coverage "^1.0.0" -"@jest/test-sequencer@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-30.2.0.tgz#bf0066bc72e176d58f5dfa7f212b6e7eee44f221" - integrity sha512-wXKgU/lk8fKXMu/l5Hog1R61bL4q5GCdT6OJvdAFz1P+QrpoFuLU68eoKuVc4RbrTtNnTL5FByhWdLgOPSph+Q== +"@jest/test-sequencer@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-30.3.0.tgz#27002b2093f4e0d9e0e1ebb0bc274a242fdadc14" + integrity sha512-dgbWy9b8QDlQeRZcv7LNF+/jFiiYHTKho1xirauZ7kVwY7avjFF6uTT0RqlgudB5OuIPagFdVtfFMosjVbk1eA== dependencies: - "@jest/test-result" "30.2.0" + "@jest/test-result" "30.3.0" graceful-fs "^4.2.11" - jest-haste-map "30.2.0" + jest-haste-map "30.3.0" slash "^3.0.0" "@jest/test-sequencer@^29.7.0": @@ -3391,23 +3234,22 @@ jest-haste-map "^29.7.0" slash "^3.0.0" -"@jest/transform@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.2.0.tgz#54bef1a4510dcbd58d5d4de4fe2980a63077ef2a" - integrity sha512-XsauDV82o5qXbhalKxD7p4TZYYdwcaEXC77PPD2HixEFF+6YGppjrAAQurTl2ECWcEomHBMMNS9AH3kcCFx8jA== +"@jest/transform@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-30.3.0.tgz#9e6f78ffa205449bf956e269fd707c160f47ce2f" + integrity sha512-TLKY33fSLVd/lKB2YI1pH69ijyUblO/BQvCj566YvnwuzoTNr648iE0j22vRvVNk2HsPwByPxATg3MleS3gf5A== dependencies: "@babel/core" "^7.27.4" - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" "@jridgewell/trace-mapping" "^0.3.25" babel-plugin-istanbul "^7.0.1" chalk "^4.1.2" convert-source-map "^2.0.0" fast-json-stable-stringify "^2.1.0" graceful-fs "^4.2.11" - jest-haste-map "30.2.0" + jest-haste-map "30.3.0" jest-regex-util "30.0.1" - jest-util "30.2.0" - micromatch "^4.0.8" + jest-util "30.3.0" pirates "^4.0.7" slash "^3.0.0" write-file-atomic "^5.0.1" @@ -3433,10 +3275,10 @@ slash "^3.0.0" write-file-atomic "^4.0.2" -"@jest/types@30.2.0": - version "30.2.0" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.2.0.tgz#1c678a7924b8f59eafd4c77d56b6d0ba976d62b8" - integrity sha512-H9xg1/sfVvyfU7o3zMfBEjQ1gcsdeTMgqHoYdN79tuLqfTtuu7WckRA1R5whDwOzxaZAeMKTYWqP+WCAi0CHsg== +"@jest/types@30.3.0": + version "30.3.0" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-30.3.0.tgz#cada800d323cb74945c24ac74615fdb312a6c85f" + integrity sha512-JHm87k7bA33hpBngtU8h6UBub/fqqA9uXfw+21j5Hmk7ooPHlboRNxHq0JcMtC+n8VJGP1mcfnD3Mk+XKe1oSw== dependencies: "@jest/pattern" "30.0.1" "@jest/schemas" "30.0.5" @@ -3522,10 +3364,10 @@ "@microsoft/tsdoc-config" "~0.18.1" "@rushstack/node-core-library" "5.20.3" -"@microsoft/api-extractor@^7.57.6": - version "7.57.6" - resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.57.6.tgz#f7607bb6670b1ffc1552717264e9b216e29cc6d7" - integrity sha512-0rFv/D8Grzw1Mjs2+8NGUR+o4h9LVm5zKRtMeWnpdB5IMJF4TeHCL1zR5LMCIudkOvyvjbhMG5Wjs0B5nqsrRQ== +"@microsoft/api-extractor@^7.57.7": + version "7.57.7" + resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.57.7.tgz#3c48d48278259d15d87c4773261ed9ba173de339" + integrity sha512-kmnmVs32MFWbV5X6BInC1/TfCs7y1ugwxv1xHsAIj/DyUfoe7vtO0alRUgbQa57+yRGHBBjlNcEk33SCAt5/dA== dependencies: "@microsoft/api-extractor-model" "7.33.4" "@microsoft/tsdoc" "~0.16.0" @@ -3536,7 +3378,7 @@ "@rushstack/ts-command-line" "5.3.3" diff "~8.0.2" lodash "~4.17.23" - minimatch "10.2.1" + minimatch "10.2.3" resolve "~1.22.1" semver "~7.5.4" source-map "~0.6.1" @@ -3612,11 +3454,12 @@ lru-cache "^11.2.1" socks-proxy-agent "^8.0.3" -"@npmcli/arborist@^9.4.0": - version "9.4.0" - resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-9.4.0.tgz#e8998b409c8862d272d378ea89a94ab814ead9fe" - integrity sha512-4Bm8hNixJG/sii1PMnag0V9i/sGOX9VRzFrUiZMSBJpGlLR38f+Btl85d07G9GL56xO0l0OZjvrGNYsDYp0xKA== +"@npmcli/arborist@^9.4.1": + version "9.4.1" + resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-9.4.1.tgz#acb5cc91378d1eaf65a0d363c70661660b778dc9" + integrity sha512-SaXiFtYcAbzPI+VmuI+O6hii9fEVe36vm6XRAu0QcvCR9YphHfNF8PIDeDapVkE+LJ0c7BN7uPGd3plbh9zbrw== dependencies: + "@gar/promise-retry" "^1.0.0" "@isaacs/string-locale-compare" "^1.1.0" "@npmcli/fs" "^5.0.0" "@npmcli/installed-package-contents" "^4.0.0" @@ -3757,7 +3600,7 @@ resolved "https://registry.yarnpkg.com/@npmcli/redact/-/redact-4.0.0.tgz#c91121e02b7559a997614a2c1057cd7fc67608c4" integrity sha512-gOBg5YHMfZy+TfHArfVogwgfBeQnKbbGo3pSUyK/gSI0AVu+pEiDVcKlQb0D8Mg1LNRZILZ6XG8I5dJ4KuAd9Q== -"@npmcli/run-script@^10.0.0", "@npmcli/run-script@^10.0.3": +"@npmcli/run-script@^10.0.0", "@npmcli/run-script@^10.0.4": version "10.0.4" resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-10.0.4.tgz#99cddae483ce3dbf1a10f5683a4e6aaa02345ac0" integrity sha512-mGUWr1uMnf0le2TwfOZY4SFxZGXGfm4Jtay/nwAa2FLNAKXUoUwaGwBMNH36UHPtinWfTSJ3nqFQr0091CxVGg== @@ -4092,14 +3935,14 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@sinonjs/fake-timers@^13.0.0", "@sinonjs/fake-timers@^13.0.5": +"@sinonjs/fake-timers@^13.0.5": version "13.0.5" resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-13.0.5.tgz#36b9dbc21ad5546486ea9173d6bea063eb1717d5" integrity sha512-36/hTbH2uaWuGVERyC6da9YwGWnzUZXuPro/F2LfsdOsLnCojz/iSH8MxUt/FD2S5XBSVPhmArFUXcpCQ2Hkiw== dependencies: "@sinonjs/commons" "^3.0.1" -"@sinonjs/fake-timers@^15.1.1": +"@sinonjs/fake-timers@^15.0.0", "@sinonjs/fake-timers@^15.1.1": version "15.1.1" resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-15.1.1.tgz#e1a6f7171941aadcc31d2cea1744264d58b8b34c" integrity sha512-cO5W33JgAPbOh07tvZjUOJ7oWhtaqGHiZw+11DPbyqh2kHTBc3eF/CjJDeQ4205RLQsX6rxCuYOroFQwl7JDRw== @@ -4135,12 +3978,12 @@ resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.3.tgz#282046f03e886e352b2d5f5da5eb755e01457f3f" integrity sha512-DE427ROAphMQzU4ENbliGYrBSYPXF+TtLg9S8vzeA+OF4ZKzoDdzfL8sxuMUGS/lgRhM6j1URSk9ghf7Xo1tyA== -"@smithy/abort-controller@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.2.11.tgz#b989e63615e5449c2ba90d80fcbe4fdd71123c54" - integrity sha512-Hj4WoYWMJnSpM6/kchsm4bUNTL9XiSyhvoMb2KIq4VJzyDt7JpGHUZHkVNPZVC7YE1tf8tPeVauxpFBKGW4/KQ== +"@smithy/abort-controller@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.2.12.tgz#80c86416f232b0b4e79cef530877ef87d626ac42" + integrity sha512-xolrFw6b+2iYGl6EcOL7IJY71vvyZ0DJ3mcKtpykqPe2uscwtzDZJa1uVQXyP7w9Dd+kGwYnPbMsJrGISKiY/Q== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/chunked-blob-reader-native@^4.2.3": @@ -4158,136 +4001,136 @@ dependencies: tslib "^2.6.2" -"@smithy/config-resolver@^4", "@smithy/config-resolver@^4.4.10": - version "4.4.10" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.4.10.tgz#22529a2e8c23d979f69c3abca8d984c69d06ce4c" - integrity sha512-IRTkd6ps0ru+lTWnfnsbXzW80A8Od8p3pYiZnW98K2Hb20rqfsX7VTlfUwhrcOeSSy68Gn9WBofwPuw3e5CCsg== +"@smithy/config-resolver@^4", "@smithy/config-resolver@^4.4.11": + version "4.4.11" + resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.4.11.tgz#bcf2324ec9472c4737442510d09c49ddfa1ee718" + integrity sha512-YxFiiG4YDAtX7WMN7RuhHZLeTmRRAOyCbr+zB8e3AQzHPnUhS8zXjB1+cniPVQI3xbWsQPM0X2aaIkO/ME0ymw== dependencies: - "@smithy/node-config-provider" "^4.3.11" - "@smithy/types" "^4.13.0" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/types" "^4.13.1" "@smithy/util-config-provider" "^4.2.2" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" tslib "^2.6.2" -"@smithy/core@^3.23.8", "@smithy/core@^3.23.9": - version "3.23.9" - resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.23.9.tgz#377c3e12187c9810a3f26d7904541770735785b5" - integrity sha512-1Vcut4LEL9HZsdpI0vFiRYIsaoPwZLjAxnVQDUMQK8beMS+EYPLDQCXtbzfxmM5GzSgjfe2Q9M7WaXwIMQllyQ== +"@smithy/core@^3.23.11": + version "3.23.11" + resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.23.11.tgz#78204c2ccd65736c6e8a6d9a51b2821e13d61164" + integrity sha512-952rGf7hBRnhUIaeLp6q4MptKW8sPFe5VvkoZ5qIzFAtx6c/QZ/54FS3yootsyUSf9gJX/NBqEBNdNR7jMIlpQ== dependencies: - "@smithy/middleware-serde" "^4.2.12" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" "@smithy/uuid" "^1.1.2" tslib "^2.6.2" -"@smithy/credential-provider-imds@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.11.tgz#106dda92b2a4275879e84f348826c311a1bb1b05" - integrity sha512-lBXrS6ku0kTj3xLmsJW0WwqWbGQ6ueooYyp/1L9lkyT0M02C+DWwYwc5aTyXFbRaK38ojALxNixg+LxKSHZc0g== +"@smithy/credential-provider-imds@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.12.tgz#fa2e52116cac7eaf5625e0bfd399a4927b598f66" + integrity sha512-cr2lR792vNZcYMriSIj+Um3x9KWrjcu98kn234xA6reOAFMmbRpQMOv8KPgEmLLtx3eldU6c5wALKFqNOhugmg== dependencies: - "@smithy/node-config-provider" "^4.3.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" tslib "^2.6.2" -"@smithy/eventstream-codec@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-4.2.11.tgz#b26d17be447ddb361d7f90af44ff7fb03d8a3e08" - integrity sha512-Sf39Ml0iVX+ba/bgMPxaXWAAFmHqYLTmbjAPfLPLY8CrYkRDEqZdUsKC1OwVMCdJXfAt0v4j49GIJ8DoSYAe6w== +"@smithy/eventstream-codec@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-4.2.12.tgz#8cd62d08709344fb8b35fd17870fdf1435de61a3" + integrity sha512-FE3bZdEl62ojmy8x4FHqxq2+BuOHlcxiH5vaZ6aqHJr3AIZzwF5jfx8dEiU/X0a8RboyNDjmXjlbr8AdEyLgiA== dependencies: "@aws-crypto/crc32" "5.2.0" - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-hex-encoding" "^4.2.2" tslib "^2.6.2" -"@smithy/eventstream-serde-browser@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.2.11.tgz#9bcaec291d3b5b6a199773ab5d096f395abc22e2" - integrity sha512-3rEpo3G6f/nRS7fQDsZmxw/ius6rnlIpz4UX6FlALEzz8JoSxFmdBt0SZnthis+km7sQo6q5/3e+UJcuQivoXA== +"@smithy/eventstream-serde-browser@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.2.12.tgz#3ceb8743750edaf5d6e42cd1a2327e048f85ba4e" + integrity sha512-XUSuMxlTxV5pp4VpqZf6Sa3vT/Q75FVkLSpSSE3KkWBvAQWeuWt1msTv8fJfgA4/jcJhrbrbMzN1AC/hvPmm5A== dependencies: - "@smithy/eventstream-serde-universal" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/eventstream-serde-universal" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/eventstream-serde-config-resolver@^4.3.11": - version "4.3.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.3.11.tgz#87a30070c7026acdffa5294b0953966d21c588db" - integrity sha512-XeNIA8tcP/GDWnnKkO7qEm/bg0B/bP9lvIXZBXcGZwZ+VYM8h8k9wuDvUODtdQ2Wcp2RcBkPTCSMmaniVHrMlA== +"@smithy/eventstream-serde-config-resolver@^4.3.12": + version "4.3.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.3.12.tgz#a29164bc5480d935ece9dbdca0f79924259e519a" + integrity sha512-7epsAZ3QvfHkngz6RXQYseyZYHlmWXSTPOfPmXkiS+zA6TBNo1awUaMFL9vxyXlGdoELmCZyZe1nQE+imbmV+Q== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/eventstream-serde-node@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.2.11.tgz#25a2d6d3d13048be4e62c7211c99d138bddc480e" - integrity sha512-fzbCh18rscBDTQSCrsp1fGcclLNF//nJyhjldsEl/5wCYmgpHblv5JSppQAyQI24lClsFT0wV06N1Porn0IsEw== +"@smithy/eventstream-serde-node@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.2.12.tgz#2cc06a1ea1108f679d376aab81e95a6f69877b4a" + integrity sha512-D1pFuExo31854eAvg89KMn9Oab/wEeJR6Buy32B49A9Ogdtx5fwZPqBHUlDzaCDpycTFk2+fSQgX689Qsk7UGA== dependencies: - "@smithy/eventstream-serde-universal" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/eventstream-serde-universal" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/eventstream-serde-universal@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.2.11.tgz#c5b5b15c2599441e3d8779bee592fbbbf722878f" - integrity sha512-MJ7HcI+jEkqoWT5vp+uoVaAjBrmxBtKhZTeynDRG/seEjJfqyg3SiqMMqyPnAMzmIfLaeJ/uiuSDP/l9AnMy/Q== +"@smithy/eventstream-serde-universal@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.2.12.tgz#a3640d1e7c3e348168360035661db8d21b51e078" + integrity sha512-+yNuTiyBACxOJUTvbsNsSOfH9G9oKbaJE1lNL3YHpGcuucl6rPZMi3nrpehpVOVR2E07YqFFmtwpImtpzlouHQ== dependencies: - "@smithy/eventstream-codec" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/eventstream-codec" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/fetch-http-handler@^5.3.13": - version "5.3.13" - resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.13.tgz#9858e43ff009af6085cca326805c9d0c9a9579f5" - integrity sha512-U2Hcfl2s3XaYjikN9cT4mPu8ybDbImV3baXR0PkVlC0TTx808bRP3FaPGAzPtB8OByI+JqJ1kyS+7GEgae7+qQ== +"@smithy/fetch-http-handler@^5.3.15": + version "5.3.15" + resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.15.tgz#acf69a8b3bab0396d2782fc901bad0b957c8c6a2" + integrity sha512-T4jFU5N/yiIfrtrsb9uOQn7RdELdM/7HbyLNr6uO/mpkj1ctiVs7CihVr51w4LyQlXWDpXFn4BElf1WmQvZu/A== dependencies: - "@smithy/protocol-http" "^5.3.11" - "@smithy/querystring-builder" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/protocol-http" "^5.3.12" + "@smithy/querystring-builder" "^4.2.12" + "@smithy/types" "^4.13.1" "@smithy/util-base64" "^4.3.2" tslib "^2.6.2" -"@smithy/hash-blob-browser@^4.2.12": - version "4.2.12" - resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-4.2.12.tgz#daa43ccb485d55187c93e72471e0fd48cae8da7b" - integrity sha512-1wQE33DsxkM/waftAhCH9VtJbUGyt1PJ9YRDpOu+q9FUi73LLFUZ2fD8A61g2mT1UY9k7b99+V1xZ41Rz4SHRQ== +"@smithy/hash-blob-browser@^4.2.13": + version "4.2.13" + resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-4.2.13.tgz#464a7fb6b8355f6a56ddd0de194857760543248f" + integrity sha512-YrF4zWKh+ghLuquldj6e/RzE3xZYL8wIPfkt0MqCRphVICjyyjH8OwKD7LLlKpVEbk4FLizFfC1+gwK6XQdR3g== dependencies: "@smithy/chunked-blob-reader" "^5.2.2" "@smithy/chunked-blob-reader-native" "^4.2.3" - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/hash-node@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.2.11.tgz#8b19d53661824ead9627b49a26e5555d6c8a98fd" - integrity sha512-T+p1pNynRkydpdL015ruIoyPSRw9e/SQOWmSAMmmprfswMrd5Ow5igOWNVlvyVFZlxXqGmyH3NQwfwy8r5Jx0A== +"@smithy/hash-node@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.2.12.tgz#0ee7f6a1d2958c313ee24b07159dcb9547792441" + integrity sha512-QhBYbGrbxTkZ43QoTPrK72DoYviDeg6YKDrHTMJbbC+A0sml3kSjzFtXP7BtbyJnXojLfTQldGdUR0RGD8dA3w== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-buffer-from" "^4.2.2" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/hash-stream-node@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-4.2.11.tgz#30f0236c85c1b900881c01eefe4f329ffe9ef7b1" - integrity sha512-hQsTjwPCRY8w9GK07w1RqJi3e+myh0UaOWBBhZ1UMSDgofH/Q1fEYzU1teaX6HkpX/eWDdm7tAGR0jBPlz9QEQ== +"@smithy/hash-stream-node@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-4.2.12.tgz#cff200a551bd3f246f8d0aed4309d05873039437" + integrity sha512-O3YbmGExeafuM/kP7Y8r6+1y0hIh3/zn6GROx0uNlB54K9oihAL75Qtc+jFfLNliTi6pxOAYZrRKD9A7iA6UFw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/invalid-dependency@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.2.11.tgz#ded68aa2299474c3cf06695ebb28a343928086ee" - integrity sha512-cGNMrgykRmddrNhYy1yBdrp5GwIgEkniS7k9O1VLB38yxQtlvrxpZtUVvo6T4cKpeZsriukBuuxfJcdZQc/f/g== +"@smithy/invalid-dependency@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.2.12.tgz#1a28c13fb33684b91848d4d6ec5104a1c1413e7f" + integrity sha512-/4F1zb7Z8LOu1PalTdESFHR0RbPwHd3FcaG1sI3UEIriQTWakysgJr65lc1jj6QY5ye7aFsisajotH6UhWfm/g== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/is-array-buffer@^2.2.0": @@ -4304,180 +4147,181 @@ dependencies: tslib "^2.6.2" -"@smithy/md5-js@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-4.2.11.tgz#1bc8b13ad9cb1b47ac6965fca90ac49f6b22efef" - integrity sha512-350X4kGIrty0Snx2OWv7rPM6p6vM7RzryvFs6B/56Cux3w3sChOb3bymo5oidXJlPcP9fIRxGUCk7GqpiSOtng== +"@smithy/md5-js@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-4.2.12.tgz#8f4f0bd4d57eee488bb4dec712f3c4d25ea6f5d7" + integrity sha512-W/oIpHCpWU2+iAkfZYyGWE+qkpuf3vEXHLxQQDx9FPNZTTdnul0dZ2d/gUFrtQ5je1G2kp4cjG0/24YueG2LbQ== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/middleware-content-length@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.2.11.tgz#8a385fa77e8fa6ffea6b46e7af37b14d2678571f" - integrity sha512-UvIfKYAKhCzr4p6jFevPlKhQwyQwlJ6IeKLDhmV1PlYfcW3RL4ROjNEDtSik4NYMi9kDkH7eSwyTP3vNJ/u/Dw== - dependencies: - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@smithy/middleware-endpoint@^4", "@smithy/middleware-endpoint@^4.4.22", "@smithy/middleware-endpoint@^4.4.23": - version "4.4.23" - resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.23.tgz#4d2d7f2c5e133608782b071b5244e74e1ff2f26a" - integrity sha512-UEFIejZy54T1EJn2aWJ45voB7RP2T+IRzUqocIdM6GFFa5ClZncakYJfcYnoXt3UsQrZZ9ZRauGm77l9UCbBLw== - dependencies: - "@smithy/core" "^3.23.9" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" - "@smithy/util-middleware" "^4.2.11" - tslib "^2.6.2" - -"@smithy/middleware-retry@^4.4.39", "@smithy/middleware-retry@^4.4.40": - version "4.4.40" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.4.40.tgz#b10da39d8138f9a14953c2444ed9a737514d8bcf" - integrity sha512-YhEMakG1Ae57FajERdHNZ4ShOPIY7DsgV+ZoAxo/5BT0KIe+f6DDU2rtIymNNFIj22NJfeeI6LWIifrwM0f+rA== - dependencies: - "@smithy/node-config-provider" "^4.3.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/service-error-classification" "^4.2.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" +"@smithy/middleware-content-length@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.2.12.tgz#dec97ea1444b12e734156b764e9953b2b37c70fd" + integrity sha512-YE58Yz+cvFInWI/wOTrB+DbvUVz/pLn5mC5MvOV4fdRUc6qGwygyngcucRQjAhiCEbmfLOXX0gntSIcgMvAjmA== + dependencies: + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + tslib "^2.6.2" + +"@smithy/middleware-endpoint@^4", "@smithy/middleware-endpoint@^4.4.25": + version "4.4.25" + resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.25.tgz#f064b77eac2a6124cc1e1dc875ad4d6be5a1c4a7" + integrity sha512-dqjLwZs2eBxIUG6Qtw8/YZ4DvzHGIf0DA18wrgtfP6a50UIO7e2nY0FPdcbv5tVJKqWCCU5BmGMOUwT7Puan+A== + dependencies: + "@smithy/core" "^3.23.11" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" + "@smithy/util-middleware" "^4.2.12" + tslib "^2.6.2" + +"@smithy/middleware-retry@^4.4.42": + version "4.4.42" + resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.4.42.tgz#9bc00a2291b10356bd358203c4e1d645012e4901" + integrity sha512-vbwyqHRIpIZutNXZpLAozakzamcINaRCpEy1MYmK6xBeW3xN+TyPRA123GjXnuxZIjc9848MRRCugVMTXxC4Eg== + dependencies: + "@smithy/node-config-provider" "^4.3.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/service-error-classification" "^4.2.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/uuid" "^1.1.2" tslib "^2.6.2" -"@smithy/middleware-serde@^4.2.12": - version "4.2.12" - resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.2.12.tgz#8f836f3edc85701b69df4f2819106a6e0ef50cf8" - integrity sha512-W9g1bOLui7Xn5FABRVS0o3rXL0gfN37d/8I/W7i0N7oxjx9QecUmXEMSUMADTODwdtka9cN43t5BI2CodLJpng== +"@smithy/middleware-serde@^4.2.14": + version "4.2.14" + resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.2.14.tgz#dde882c475349196c6d1e845a71aadb9c3dcab0c" + integrity sha512-+CcaLoLa5apzSRtloOyG7lQvkUw2ZDml3hRh4QiG9WyEPfW5Ke/3tPOPiPjUneuT59Tpn8+c3RVaUvvkkwqZwg== dependencies: - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/core" "^3.23.11" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/middleware-stack@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.2.11.tgz#cadd3ada5fa11fe8a192cd18444a77c4510c8bc3" - integrity sha512-s+eenEPW6RgliDk2IhjD2hWOxIx1NKrOHxEwNUaUXxYBxIyCcDfNULZ2Mu15E3kwcJWBedTET/kEASPV1A1Akg== +"@smithy/middleware-stack@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.2.12.tgz#96b43b2fab0d4a6723f813f76b72418b0fdb6ba0" + integrity sha512-kruC5gRHwsCOuyCd4ouQxYjgRAym2uDlCvQ5acuMtRrcdfg7mFBg6blaxcJ09STpt3ziEkis6bhg1uwrWU7txw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/node-config-provider@^4", "@smithy/node-config-provider@^4.3.11": - version "4.3.11" - resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.11.tgz#a6d246b67c10c6873169bae46e6d04261d548402" - integrity sha512-xD17eE7kaLgBBGf5CZQ58hh2YmwK1Z0O8YhffwB/De2jsL0U3JklmhVYJ9Uf37OtUDLF2gsW40Xwwag9U869Gg== +"@smithy/node-config-provider@^4", "@smithy/node-config-provider@^4.3.12": + version "4.3.12" + resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.12.tgz#bb722da6e2a130ae585754fa7bc8d909f9f5d702" + integrity sha512-tr2oKX2xMcO+rBOjobSwVAkV05SIfUKz8iI53rzxEmgW3GOOPOv0UioSDk+J8OpRQnpnhsO3Af6IEBabQBVmiw== dependencies: - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/node-http-handler@^4.4.14": - version "4.4.14" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.14.tgz#a40a6677b7cda2c100141833abee1401c2e1a74f" - integrity sha512-DamSqaU8nuk0xTJDrYnRzZndHwwRnyj/n/+RqGGCcBKB4qrQem0mSDiWdupaNWdwxzyMU91qxDmHOCazfhtO3A== +"@smithy/node-http-handler@^4.4.16": + version "4.4.16" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.16.tgz#bb9de91f546c22b312820acabc081debe0417dff" + integrity sha512-ULC8UCS/HivdCB3jhi+kLFYe4B5gxH2gi9vHBfEIiRrT2jfKiZNiETJSlzRtE6B26XbBHjPtc8iZKSNqMol9bw== dependencies: - "@smithy/abort-controller" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/querystring-builder" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/abort-controller" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/querystring-builder" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/property-provider@^4", "@smithy/property-provider@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.2.11.tgz#7a1b16ae2083272f80e380ee7948ddc103301db1" - integrity sha512-14T1V64o6/ndyrnl1ze1ZhyLzIeYNN47oF/QU6P5m82AEtyOkMJTb0gO1dPubYjyyKuPD6OSVMPDKe+zioOnCg== +"@smithy/property-provider@^4", "@smithy/property-provider@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.2.12.tgz#e9f8e5ce125413973b16e39c87cf4acd41324e21" + integrity sha512-jqve46eYU1v7pZ5BM+fmkbq3DerkSluPr5EhvOcHxygxzD05ByDRppRwRPPpFrsFo5yDtCYLKu+kreHKVrvc7A== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/protocol-http@^5.3.11": - version "5.3.11" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.11.tgz#e4450af3ba9e52e8b99a9c3035c90c8cd853be27" - integrity sha512-hI+barOVDJBkNt4y0L2mu3Ugc0w7+BpJ2CZuLwXtSltGAAwCb3IvnalGlbDV/UCS6a9ZuT3+exd1WxNdLb5IlQ== +"@smithy/protocol-http@^5.3.12": + version "5.3.12" + resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.12.tgz#c913053e7dfbac6cdd7f374f0b4f5aa7c518d0e1" + integrity sha512-fit0GZK9I1xoRlR4jXmbLhoN0OdEpa96ul8M65XdmXnxXkuMxM0Y8HDT0Fh0Xb4I85MBvBClOzgSrV1X2s1Hxw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/querystring-builder@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.11.tgz#befb7753b142fab65edaee070096c1c5cb2ad917" - integrity sha512-7spdikrYiljpket6u0up2Ck2mxhy7dZ0+TDd+S53Dg2DHd6wg+YNJrTCHiLdgZmEXZKI7LJZcwL3721ZRDFiqA== +"@smithy/querystring-builder@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.12.tgz#20a0266b151a4b58409f901e1463257a72835c16" + integrity sha512-6wTZjGABQufekycfDGMEB84BgtdOE/rCVTov+EDXQ8NHKTUNIp/j27IliwP7tjIU9LR+sSzyGBOXjeEtVgzCHg== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-uri-escape" "^4.2.2" tslib "^2.6.2" -"@smithy/querystring-parser@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.2.11.tgz#b1e85945bc3c80058e0b0114af391bb069b2393f" - integrity sha512-nE3IRNjDltvGcoThD2abTozI1dkSy8aX+a2N1Rs55en5UsdyyIXgGEmevUL3okZFoJC77JgRGe99xYohhsjivQ== +"@smithy/querystring-parser@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.2.12.tgz#918cb609b2d606ab81f2727bfde0265d2ebb2758" + integrity sha512-P2OdvrgiAKpkPNKlKUtWbNZKB1XjPxM086NeVhK+W+wI46pIKdWBe5QyXvhUm3MEcyS/rkLvY8rZzyUdmyDZBw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/service-error-classification@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.2.11.tgz#da2ee1af5c851380e6b0146b75416f0e5f64e1f7" - integrity sha512-HkMFJZJUhzU3HvND1+Yw/kYWXp4RPDLBWLcK1n+Vqw8xn4y2YiBhdww8IxhkQjP/QlZun5bwm3vcHc8AqIU3zw== +"@smithy/service-error-classification@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.2.12.tgz#795e9484207acf63817a9e9cf67e90b42e720840" + integrity sha512-LlP29oSQN0Tw0b6D0Xo6BIikBswuIiGYbRACy5ujw/JgWSzTdYj46U83ssf6Ux0GyNJVivs2uReU8pt7Eu9okQ== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" -"@smithy/shared-ini-file-loader@^4", "@smithy/shared-ini-file-loader@^4.4.6": - version "4.4.6" - resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.6.tgz#435dc6d907bc8c6f795212e944000de063b2cfe1" - integrity sha512-IB/M5I8G0EeXZTHsAxpx51tMQ5R719F3aq+fjEB6VtNcCHDc0ajFDIGDZw+FW9GxtEkgTduiPpjveJdA/CX7sw== +"@smithy/shared-ini-file-loader@^4", "@smithy/shared-ini-file-loader@^4.4.7": + version "4.4.7" + resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.7.tgz#18cc5a21f871509fafbe535a7bf44bde5a500727" + integrity sha512-HrOKWsUb+otTeo1HxVWeEb99t5ER1XrBi/xka2Wv6NVmTbuCUC1dvlrksdvxFtODLBjsC+PHK+fuy2x/7Ynyiw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/signature-v4@^5.3.11": - version "5.3.11" - resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.11.tgz#81fc2aba69994b23aff730b984418e9696bc36c4" - integrity sha512-V1L6N9aKOBAN4wEHLyqjLBnAz13mtILU0SeDrjOaIZEeN6IFa6DxwRt1NNpOdmSpQUfkBj0qeD3m6P77uzMhgQ== +"@smithy/signature-v4@^5.3.12": + version "5.3.12" + resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.12.tgz#b61ce40a94bdd91dfdd8f5f2136631c8eb67f253" + integrity sha512-B/FBwO3MVOL00DaRSXfXfa/TRXRheagt/q5A2NM13u7q+sHS59EOVGQNfG7DkmVtdQm5m3vOosoKAXSqn/OEgw== dependencies: "@smithy/is-array-buffer" "^4.2.2" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" "@smithy/util-hex-encoding" "^4.2.2" - "@smithy/util-middleware" "^4.2.11" + "@smithy/util-middleware" "^4.2.12" "@smithy/util-uri-escape" "^4.2.2" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/smithy-client@^4.12.2", "@smithy/smithy-client@^4.12.3": - version "4.12.3" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.12.3.tgz#95370221bc5c2f30a25157b2df84a3630c81ec85" - integrity sha512-7k4UxjSpHmPN2AxVhvIazRSzFQjWnud3sOsXcFStzagww17j1cFQYqTSiQ8xuYK3vKLR1Ni8FzuT3VlKr3xCNw== - dependencies: - "@smithy/core" "^3.23.9" - "@smithy/middleware-endpoint" "^4.4.23" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - "@smithy/util-stream" "^4.5.17" +"@smithy/smithy-client@^4.12.5": + version "4.12.5" + resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.12.5.tgz#2128204f2ca735956356dab89106370c66902902" + integrity sha512-UqwYawyqSr/aog8mnLnfbPurS0gi4G7IYDcD28cUIBhsvWs1+rQcL2IwkUQ+QZ7dibaoRzhNF99fAQ9AUcO00w== + dependencies: + "@smithy/core" "^3.23.11" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-stream" "^4.5.19" tslib "^2.6.2" -"@smithy/types@^4.13.0": - version "4.13.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.13.0.tgz#9787297a07ee72ef74d4f7d93c744d10ed664c21" - integrity sha512-COuLsZILbbQsdrwKQpkkpyep7lCsByxwj7m0Mg5v66/ZTyenlfBc40/QFQ5chO0YN/PNEH1Bi3fGtfXPnYNeDw== +"@smithy/types@^4.13.1": + version "4.13.1" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.13.1.tgz#8aaf15bb0f42b4e7c93c87018a3678a06d74691d" + integrity sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g== dependencies: tslib "^2.6.2" -"@smithy/url-parser@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.11.tgz#4c87eb5872c2ab0385086b38eee4b4a6e5a029b2" - integrity sha512-oTAGGHo8ZYc5VZsBREzuf5lf2pAurJQsccMusVZ85wDkX66ojEc/XauiGjzCj50A61ObFTPe6d7Pyt6UBYaing== +"@smithy/url-parser@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.12.tgz#e940557bf0b8e9a25538a421970f64bd827f456f" + integrity sha512-wOPKPEpso+doCZGIlr+e1lVI6+9VAKfL4kZWFgzVgGWY2hZxshNKod4l2LXS3PRC9otH/JRSjtEHqQ/7eLciRA== dependencies: - "@smithy/querystring-parser" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/querystring-parser" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/util-base64@^4.3.2": @@ -4526,36 +4370,36 @@ dependencies: tslib "^2.6.2" -"@smithy/util-defaults-mode-browser@^4.3.38", "@smithy/util-defaults-mode-browser@^4.3.39": - version "4.3.39" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.39.tgz#9f354b9dcd0c0e17aa507e6fc13b4785af31cd97" - integrity sha512-ui7/Ho/+VHqS7Km2wBw4/Ab4RktoiSshgcgpJzC4keFPs6tLJS4IQwbeahxQS3E/w98uq6E1mirCH/id9xIXeQ== +"@smithy/util-defaults-mode-browser@^4.3.41": + version "4.3.41" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.41.tgz#6e06d22acefe998d2ece72c5a313fbd47e78ee08" + integrity sha512-M1w1Ux0rSVvBOxIIiqbxvZvhnjQ+VUjJrugtORE90BbadSTH+jsQL279KRL3Hv0w69rE7EuYkV/4Lepz/NBW9g== dependencies: - "@smithy/property-provider" "^4.2.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" + "@smithy/property-provider" "^4.2.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/util-defaults-mode-node@^4.2.41", "@smithy/util-defaults-mode-node@^4.2.42": - version "4.2.42" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.42.tgz#248a2d6a50b4480f3a2a4ce779409e90f0d16b96" - integrity sha512-QDA84CWNe8Akpj15ofLO+1N3Rfg8qa2K5uX0y6HnOp4AnRYRgWrKx/xzbYNbVF9ZsyJUYOfcoaN3y93wA/QJ2A== - dependencies: - "@smithy/config-resolver" "^4.4.10" - "@smithy/credential-provider-imds" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" +"@smithy/util-defaults-mode-node@^4.2.44": + version "4.2.44" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.44.tgz#aa215b6397af2ca70da3d431d725da6a3734e6a1" + integrity sha512-YPze3/lD1KmWuZsl9JlfhcgGLX7AXhSoaCDtiPntUjNW5/YY0lOHjkcgxyE9x/h5vvS1fzDifMGjzqnNlNiqOQ== + dependencies: + "@smithy/config-resolver" "^4.4.11" + "@smithy/credential-provider-imds" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/util-endpoints@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.3.2.tgz#a81ee98a2596248f6cdedc868d13cb6b9ea497b2" - integrity sha512-+4HFLpE5u29AbFlTdlKIT7jfOzZ8PDYZKTb3e+AgLz986OYwqTourQ5H+jg79/66DB69Un1+qKecLnkZdAsYcA== +"@smithy/util-endpoints@^3.3.3": + version "3.3.3" + resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.3.3.tgz#0119f15bcac30b3b9af1d3cc0a8477e7199d0185" + integrity sha512-VACQVe50j0HZPjpwWcjyT51KUQ4AnsvEaQ2lKHOSL4mNLD0G9BjEniQ+yCt1qqfKfiAHRAts26ud7hBjamrwig== dependencies: - "@smithy/node-config-provider" "^4.3.11" - "@smithy/types" "^4.13.0" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/util-hex-encoding@^4.2.2": @@ -4565,31 +4409,31 @@ dependencies: tslib "^2.6.2" -"@smithy/util-middleware@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.11.tgz#d2a89893fc2dfd500de412c5f7c7961716855f4d" - integrity sha512-r3dtF9F+TpSZUxpOVVtPfk09Rlo4lT6ORBqEvX3IBT6SkQAdDSVKR5GcfmZbtl7WKhKnmb3wbDTQ6ibR2XHClw== +"@smithy/util-middleware@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.12.tgz#d6cb837c2390375e2b6957e7f917350ca4bd8757" + integrity sha512-Er805uFUOvgc0l8nv0e0su0VFISoxhJ/AwOn3gL2NWNY2LUEldP5WtVcRYSQBcjg0y9NfG8JYrCJaYDpupBHJQ== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/util-retry@^4", "@smithy/util-retry@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.11.tgz#59fc5364488d4c755eec5afb4054623f852cf0e6" - integrity sha512-XSZULmL5x6aCTTii59wJqKsY1l3eMIAomRAccW7Tzh9r8s7T/7rdo03oektuH5jeYRlJMPcNP92EuRDvk9aXbw== +"@smithy/util-retry@^4", "@smithy/util-retry@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.12.tgz#be4805afee530f95b00a6ba771e18cb4c324f822" + integrity sha512-1zopLDUEOwumjcHdJ1mwBHddubYF8GMQvstVCLC54Y46rqoHwlIU+8ZzUeaBcD+WCJHyDGSeZ2ml9YSe9aqcoQ== dependencies: - "@smithy/service-error-classification" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/service-error-classification" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/util-stream@^4.5.17": - version "4.5.17" - resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.5.17.tgz#53073153deb890d91fd14fd2055e6582b627b0fd" - integrity sha512-793BYZ4h2JAQkNHcEnyFxDTcZbm9bVybD0UV/LEWmZ5bkTms7JqjfrLMi2Qy0E5WFcCzLwCAPgcvcvxoeALbAQ== +"@smithy/util-stream@^4.5.19": + version "4.5.19" + resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.5.19.tgz#cb424e62e7a7a97c2839213efced47f1112efb7e" + integrity sha512-v4sa+3xTweL1CLO2UP0p7tvIMH/Rq1X4KKOxd568mpe6LSLMQCnDHs4uv7m3ukpl3HvcN2JH6jiCS0SNRXKP/w== dependencies: - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/types" "^4.13.0" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/types" "^4.13.1" "@smithy/util-base64" "^4.3.2" "@smithy/util-buffer-from" "^4.2.2" "@smithy/util-hex-encoding" "^4.2.2" @@ -4619,13 +4463,13 @@ "@smithy/util-buffer-from" "^4.2.2" tslib "^2.6.2" -"@smithy/util-waiter@^4", "@smithy/util-waiter@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-4.2.11.tgz#afe08ad75c9b51e35c83e3c11926855d886741f6" - integrity sha512-x7Rh2azQPs3XxbvCzcttRErKKvLnbZfqRf/gOjw2pb+ZscX88e5UkRPCB67bVnsFHxayvMvmePfKTqsRb+is1A== +"@smithy/util-waiter@^4", "@smithy/util-waiter@^4.2.13": + version "4.2.13" + resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-4.2.13.tgz#fea123340d650825a0ae3cc6c4525337806811ca" + integrity sha512-2zdZ9DTHngRtcYxJK1GUDxruNr53kv5W2Lupe0LMU+Imr6ohQg8M2T14MNkj1Y0wS3FFwpgpGQyvuaMF7CiTmQ== dependencies: - "@smithy/abort-controller" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/abort-controller" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/uuid@^1.1.2": @@ -4635,7 +4479,7 @@ dependencies: tslib "^2.6.2" -"@standard-schema/spec@^1.0.0": +"@standard-schema/spec@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@standard-schema/spec/-/spec-1.1.0.tgz#a79b55dbaf8604812f52d140b2c9ab41bc150bb8" integrity sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w== @@ -4916,9 +4760,9 @@ integrity sha512-vpuuVxCnCEM0OakYNoyFs40mjJFJFJahBHyx0Z0Piysof+YwlDJzNO4V1weRvYySAmtAvlb0UHtxVO2IfTcykw== "@types/node@*", "@types/node@ts5.9": - version "25.3.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-25.3.5.tgz#beccb5915561f7a9970ace547ad44d6cdbf39b46" - integrity sha512-oX8xrhvpiyRCQkG1MFchB09f+cXftgIXb3a7UUa4Y3wpmZPw5tyZGTLWhlESOLq1Rq6oDlc8npVU2/9xiCuXMA== + version "25.5.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-25.5.0.tgz#5c99f37c443d9ccc4985866913f1ed364217da31" + integrity sha512-jp2P3tQMSxWugkCUKLRPVUpGaL5MVFwF8RDuSRztfwgN1wmqJeMSbKlnEtQqU8UrhTmzEmZdu2I6v2dpp7XIxw== dependencies: undici-types "~7.18.0" @@ -5043,60 +4887,60 @@ integrity sha512-GD4Fk15UoP5NLCNor51YdfL9MSdldKCqOC9EssrRw3HVfar9wUZ5y8Lfnp+qVD6hIinLr8ygklDYnmlnlQo12Q== "@typescript-eslint/eslint-plugin@^8": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz#b1ce606d87221daec571e293009675992f0aae76" - integrity sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A== + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz#6e4085604ab63f55b3dcc61ce2c16965b2c36374" + integrity sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ== dependencies: "@eslint-community/regexpp" "^4.12.2" - "@typescript-eslint/scope-manager" "8.56.1" - "@typescript-eslint/type-utils" "8.56.1" - "@typescript-eslint/utils" "8.56.1" - "@typescript-eslint/visitor-keys" "8.56.1" + "@typescript-eslint/scope-manager" "8.57.0" + "@typescript-eslint/type-utils" "8.57.0" + "@typescript-eslint/utils" "8.57.0" + "@typescript-eslint/visitor-keys" "8.57.0" ignore "^7.0.5" natural-compare "^1.4.0" ts-api-utils "^2.4.0" "@typescript-eslint/parser@^8": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.1.tgz#21d13b3d456ffb08614c1d68bb9a4f8d9237cdc7" - integrity sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg== - dependencies: - "@typescript-eslint/scope-manager" "8.56.1" - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/typescript-estree" "8.56.1" - "@typescript-eslint/visitor-keys" "8.56.1" + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c" + integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g== + dependencies: + "@typescript-eslint/scope-manager" "8.57.0" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/typescript-estree" "8.57.0" + "@typescript-eslint/visitor-keys" "8.57.0" debug "^4.4.3" -"@typescript-eslint/project-service@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244" - integrity sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ== +"@typescript-eslint/project-service@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3" + integrity sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w== dependencies: - "@typescript-eslint/tsconfig-utils" "^8.56.1" - "@typescript-eslint/types" "^8.56.1" + "@typescript-eslint/tsconfig-utils" "^8.57.0" + "@typescript-eslint/types" "^8.57.0" debug "^4.4.3" -"@typescript-eslint/scope-manager@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24" - integrity sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w== +"@typescript-eslint/scope-manager@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840" + integrity sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw== dependencies: - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/visitor-keys" "8.56.1" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/visitor-keys" "8.57.0" -"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7" - integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ== +"@typescript-eslint/tsconfig-utils@8.57.0", "@typescript-eslint/tsconfig-utils@^8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4" + integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA== -"@typescript-eslint/type-utils@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz#7a6c4fabf225d674644931e004302cbbdd2f2e24" - integrity sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg== +"@typescript-eslint/type-utils@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz#2877af4c2e8f0998b93a07dad1c34ce1bb669448" + integrity sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ== dependencies: - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/typescript-estree" "8.56.1" - "@typescript-eslint/utils" "8.56.1" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/typescript-estree" "8.57.0" + "@typescript-eslint/utils" "8.57.0" debug "^4.4.3" ts-api-utils "^2.4.0" @@ -5105,20 +4949,20 @@ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72" integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== -"@typescript-eslint/types@8.56.1", "@typescript-eslint/types@^8.54.0", "@typescript-eslint/types@^8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9" - integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw== +"@typescript-eslint/types@8.57.0", "@typescript-eslint/types@^8.54.0", "@typescript-eslint/types@^8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6" + integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg== -"@typescript-eslint/typescript-estree@8.56.1", "@typescript-eslint/typescript-estree@^8.23.0": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0" - integrity sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg== +"@typescript-eslint/typescript-estree@8.57.0", "@typescript-eslint/typescript-estree@^8.23.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz#e0e4a89bfebb207de314826df876e2dabc7dea04" + integrity sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q== dependencies: - "@typescript-eslint/project-service" "8.56.1" - "@typescript-eslint/tsconfig-utils" "8.56.1" - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/visitor-keys" "8.56.1" + "@typescript-eslint/project-service" "8.57.0" + "@typescript-eslint/tsconfig-utils" "8.57.0" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/visitor-keys" "8.57.0" debug "^4.4.3" minimatch "^10.2.2" semver "^7.7.3" @@ -5138,15 +4982,15 @@ semver "^7.3.5" tsutils "^3.21.0" -"@typescript-eslint/utils@8.56.1", "@typescript-eslint/utils@^8.0.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.1.tgz#5a86acaf9f1b4c4a85a42effb217f73059f6deb7" - integrity sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA== +"@typescript-eslint/utils@8.57.0", "@typescript-eslint/utils@^8.0.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.0.tgz#c7193385b44529b788210d20c94c11de79ad3498" + integrity sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ== dependencies: "@eslint-community/eslint-utils" "^4.9.1" - "@typescript-eslint/scope-manager" "8.56.1" - "@typescript-eslint/types" "8.56.1" - "@typescript-eslint/typescript-estree" "8.56.1" + "@typescript-eslint/scope-manager" "8.57.0" + "@typescript-eslint/types" "8.57.0" + "@typescript-eslint/typescript-estree" "8.57.0" "@typescript-eslint/visitor-keys@4.33.0": version "4.33.0" @@ -5156,12 +5000,12 @@ "@typescript-eslint/types" "4.33.0" eslint-visitor-keys "^2.0.0" -"@typescript-eslint/visitor-keys@8.56.1": - version "8.56.1" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz#50e03475c33a42d123dc99e63acf1841c0231f87" - integrity sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw== +"@typescript-eslint/visitor-keys@8.57.0": + version "8.57.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85" + integrity sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg== dependencies: - "@typescript-eslint/types" "8.56.1" + "@typescript-eslint/types" "8.57.0" eslint-visitor-keys "^5.0.0" "@ungap/structured-clone@^1.3.0": @@ -5267,83 +5111,84 @@ integrity sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g== "@vitest/expect@>1.6.0": - version "4.0.18" - resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-4.0.18.tgz#361510d99fbf20eb814222e4afcb8539d79dc94d" - integrity sha512-8sCWUyckXXYvx4opfzVY03EOiYVxyNrHS5QxX3DAIi5dpJAAkyJezHCP77VMX4HKA2LDT/Jpfo8i2r5BE3GnQQ== + version "4.1.0" + resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-4.1.0.tgz#2f6c7d19cfbe778bfb42d73f77663ec22163fcbb" + integrity sha512-EIxG7k4wlWweuCLG9Y5InKFwpMEOyrMb6ZJ1ihYu02LVj/bzUwn2VMU+13PinsjRW75XnITeFrQBMH5+dLvCDA== dependencies: - "@standard-schema/spec" "^1.0.0" + "@standard-schema/spec" "^1.1.0" "@types/chai" "^5.2.2" - "@vitest/spy" "4.0.18" - "@vitest/utils" "4.0.18" - chai "^6.2.1" + "@vitest/spy" "4.1.0" + "@vitest/utils" "4.1.0" + chai "^6.2.2" tinyrainbow "^3.0.3" -"@vitest/pretty-format@4.0.18": - version "4.0.18" - resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-4.0.18.tgz#fbccd4d910774072ec15463553edb8ca5ce53218" - integrity sha512-P24GK3GulZWC5tz87ux0m8OADrQIUVDPIjjj65vBXYG17ZeU3qD7r+MNZ1RNv4l8CGU2vtTRqixrOi9fYk/yKw== +"@vitest/pretty-format@4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-4.1.0.tgz#b6ccf2868130a647d24af3696d58c09a95eb83c1" + integrity sha512-3RZLZlh88Ib0J7NQTRATfc/3ZPOnSUn2uDBUoGNn5T36+bALixmzphN26OUD3LRXWkJu4H0s5vvUeqBiw+kS0A== dependencies: tinyrainbow "^3.0.3" -"@vitest/spy@4.0.18": - version "4.0.18" - resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-4.0.18.tgz#ba0f20503fb6d08baf3309d690b3efabdfa88762" - integrity sha512-cbQt3PTSD7P2OARdVW3qWER5EGq7PHlvE+QfzSC0lbwO+xnt7+XH06ZzFjFRgzUX//JmpxrCu92VdwvEPlWSNw== +"@vitest/spy@4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-4.1.0.tgz#b9143a63cca83de34ac1777c733f8561b73fa9ba" + integrity sha512-pz77k+PgNpyMDv2FV6qmk5ZVau6c3R8HC8v342T2xlFxQKTrSeYw9waIJG8KgV9fFwAtTu4ceRzMivPTH6wSxw== -"@vitest/utils@4.0.18": - version "4.0.18" - resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-4.0.18.tgz#9636b16d86a4152ec68a8d6859cff702896433d4" - integrity sha512-msMRKLMVLWygpK3u2Hybgi4MNjcYJvwTb0Ru09+fOyCXIgT5raYP041DRRdiJiI3k/2U6SEbAETB3YtBrUkCFA== +"@vitest/utils@4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-4.1.0.tgz#2baf26a2a28c4aabe336315dc59722df2372c38d" + integrity sha512-XfPXT6a8TZY3dcGY8EdwsBulFCIw+BeeX0RZn2x/BtiY/75YGh8FeWGG8QISN/WhaqSrE2OrlDgtF8q5uhOTmw== dependencies: - "@vitest/pretty-format" "4.0.18" + "@vitest/pretty-format" "4.1.0" + convert-source-map "^2.0.0" tinyrainbow "^3.0.3" -"@vue/compiler-core@3.5.29": - version "3.5.29" - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.29.tgz#3fb70630c62a2e715eeddc3c2a48f46aa4507adc" - integrity sha512-cuzPhD8fwRHk8IGfmYaR4eEe4cAyJEL66Ove/WZL7yWNL134nqLddSLwNRIsFlnnW1kK+p8Ck3viFnC0chXCXw== +"@vue/compiler-core@3.5.30": + version "3.5.30" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.30.tgz#0f984da9207f24f9ddfb700052a43247a953fd9a" + integrity sha512-s3DfdZkcu/qExZ+td75015ljzHc6vE+30cFMGRPROYjqkroYI5NV2X1yAMX9UeyBNWB9MxCfPcsjpLS11nzkkw== dependencies: "@babel/parser" "^7.29.0" - "@vue/shared" "3.5.29" + "@vue/shared" "3.5.30" entities "^7.0.1" estree-walker "^2.0.2" source-map-js "^1.2.1" -"@vue/compiler-dom@3.5.29": - version "3.5.29" - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.29.tgz#055cf5492005249591c7fb45868a874468e4ffb3" - integrity sha512-n0G5o7R3uBVmVxjTIYcz7ovr8sy7QObFG8OQJ3xGCDNhbG60biP/P5KnyY8NLd81OuT1WJflG7N4KWYHaeeaIg== +"@vue/compiler-dom@3.5.30": + version "3.5.30" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.30.tgz#a38dbdd520479244c8b673123b4bd06a82e733ee" + integrity sha512-eCFYESUEVYHhiMuK4SQTldO3RYxyMR/UQL4KdGD1Yrkfdx4m/HYuZ9jSfPdA+nWJY34VWndiYdW/wZXyiPEB9g== dependencies: - "@vue/compiler-core" "3.5.29" - "@vue/shared" "3.5.29" + "@vue/compiler-core" "3.5.30" + "@vue/shared" "3.5.30" "@vue/compiler-sfc@^3.5.13": - version "3.5.29" - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.29.tgz#8b1b0707fb53c122fedd566244a564eaf40ee71f" - integrity sha512-oJZhN5XJs35Gzr50E82jg2cYdZQ78wEwvRO6Y63TvLVTc+6xICzJHP1UIecdSPPYIbkautNBanDiWYa64QSFIA== + version "3.5.30" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.30.tgz#5c716d844f240154263e99b25fba6e1802c0c8c6" + integrity sha512-LqmFPDn89dtU9vI3wHJnwaV6GfTRD87AjWpTWpyrdVOObVtjIuSeZr181z5C4PmVx/V3j2p+0f7edFKGRMpQ5A== dependencies: "@babel/parser" "^7.29.0" - "@vue/compiler-core" "3.5.29" - "@vue/compiler-dom" "3.5.29" - "@vue/compiler-ssr" "3.5.29" - "@vue/shared" "3.5.29" + "@vue/compiler-core" "3.5.30" + "@vue/compiler-dom" "3.5.30" + "@vue/compiler-ssr" "3.5.30" + "@vue/shared" "3.5.30" estree-walker "^2.0.2" magic-string "^0.30.21" - postcss "^8.5.6" + postcss "^8.5.8" source-map-js "^1.2.1" -"@vue/compiler-ssr@3.5.29": - version "3.5.29" - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.29.tgz#83ac28c860271bd1c9822d135ac78c388403f949" - integrity sha512-Y/ARJZE6fpjzL5GH/phJmsFwx3g6t2KmHKHx5q+MLl2kencADKIrhH5MLF6HHpRMmlRAYBRSvv347Mepf1zVNw== +"@vue/compiler-ssr@3.5.30": + version "3.5.30" + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.30.tgz#e9b407d7e56be1e307a7621f2e8d2501267ff1d0" + integrity sha512-NsYK6OMTnx109PSL2IAyf62JP6EUdk4Dmj6AkWcJGBvN0dQoMYtVekAmdqgTtWQgEJo+Okstbf/1p7qZr5H+bA== dependencies: - "@vue/compiler-dom" "3.5.29" - "@vue/shared" "3.5.29" + "@vue/compiler-dom" "3.5.30" + "@vue/shared" "3.5.30" -"@vue/shared@3.5.29": - version "3.5.29" - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.29.tgz#0fe0d7637b05599d56ca58d83a77c637a1774110" - integrity sha512-w7SR0A5zyRByL9XUkCfdLs7t9XOHUyJ67qPGQjOou3p6GvBeBW+AVjUUmlxtZ4PIYaRvE+1LmK44O4uajlZwcg== +"@vue/shared@3.5.30": + version "3.5.30" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.30.tgz#5d7a0d3ca151647484303fd9f057e2e13ecb80ef" + integrity sha512-YXgQ7JjaO18NeK2K9VTbDHaFy62WrObMa6XERNfNOkAhD1F1oDSf3ZJ7K6GqabZ0BvSDHajp8qfS5Sa2I9n8uQ== "@xmldom/xmldom@^0.9.8": version "0.9.8" @@ -5760,27 +5605,6 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -aws-cdk-lib@2.241.0: - version "2.241.0" - resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.241.0.tgz#b0d7dc8b76ec434c55f40e4ec13d9442cb88b7bf" - integrity sha512-v0uDNDqJt6oJ/ZHRp+KIn4xzhF518uKpZxY8fi12bO+dt505t6fCqCaqXuadznokrAyWwIae6q3ByWJfmZzQjA== - dependencies: - "@aws-cdk/asset-awscli-v1" "2.2.263" - "@aws-cdk/asset-node-proxy-agent-v6" "^2.1.1" - "@aws-cdk/cloud-assembly-api" "^2.1.1" - "@aws-cdk/cloud-assembly-schema" "^52.1.0" - "@balena/dockerignore" "^1.0.2" - case "1.6.3" - fs-extra "^11.3.3" - ignore "^5.3.2" - jsonschema "^1.5.0" - mime-types "^2.1.35" - minimatch "^10.2.3" - punycode "^2.3.1" - semver "^7.7.4" - table "^6.9.0" - yaml "1.10.2" - aws-cdk-lib@2.243.0: version "2.243.0" resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.243.0.tgz#c240ebc41cc293c37aed674550ef9d8c69de769f" @@ -5839,15 +5663,15 @@ b4a@^1.6.4: resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.8.0.tgz#1ca3ba0edc9469aaabef5647e769a83d50180b1a" integrity sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg== -babel-jest@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.2.0.tgz#fd44a1ec9552be35ead881f7381faa7d8f3b95ac" - integrity sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw== +babel-jest@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-30.3.0.tgz#3ff5553fa3bcbb8738d2d7335a4dbdc3bd1a0eb5" + integrity sha512-gRpauEU2KRrCox5Z296aeVHR4jQ98BCnu0IO332D/xpHNOsIH/bgSRk9k6GbKIbBw8vFeN6ctuu6tV8WOyVfYQ== dependencies: - "@jest/transform" "30.2.0" + "@jest/transform" "30.3.0" "@types/babel__core" "^7.20.5" babel-plugin-istanbul "^7.0.1" - babel-preset-jest "30.2.0" + babel-preset-jest "30.3.0" chalk "^4.1.2" graceful-fs "^4.2.11" slash "^3.0.0" @@ -5887,10 +5711,10 @@ babel-plugin-istanbul@^7.0.1: istanbul-lib-instrument "^6.0.2" test-exclude "^6.0.0" -babel-plugin-jest-hoist@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.2.0.tgz#94c250d36b43f95900f3a219241e0f4648191ce2" - integrity sha512-ftzhzSGMUnOzcCXd6WHdBGMyuwy15Wnn0iyyWGKgBDLxf9/s5ABuraCSpBX2uG0jUg4rqJnxsLc5+oYBqoxVaA== +babel-plugin-jest-hoist@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.3.0.tgz#235ad714a45c18b12566becf439e1c604e277015" + integrity sha512-+TRkByhsws6sfPjVaitzadk1I0F5sPvOVUH5tyTSzhePpsGIVrdeunHSw/C36QeocS95OOk8lunc4rlu5Anwsg== dependencies: "@types/babel__core" "^7.20.5" @@ -5925,12 +5749,12 @@ babel-preset-current-node-syntax@^1.0.0, babel-preset-current-node-syntax@^1.2.0 "@babel/plugin-syntax-private-property-in-object" "^7.14.5" "@babel/plugin-syntax-top-level-await" "^7.14.5" -babel-preset-jest@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.2.0.tgz#04717843e561347781d6d7f69c81e6bcc3ed11ce" - integrity sha512-US4Z3NOieAQumwFnYdUWKvUKh8+YSnS/gB3t6YBiz0bskpu7Pine8pPCheNxlPEW4wnUkma2a94YuW2q3guvCQ== +babel-preset-jest@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-30.3.0.tgz#21cf3d19a6f5e9924426c879ee0b7f092636d043" + integrity sha512-6ZcUbWHC+dMz2vfzdNwi87Z1gQsLNK2uLuK1Q89R11xdvejcivlYYwDlEv0FHX3VwEXpbBQ9uufB/MUNpZGfhQ== dependencies: - babel-plugin-jest-hoist "30.2.0" + babel-plugin-jest-hoist "30.3.0" babel-preset-current-node-syntax "^1.2.0" babel-preset-jest@^29.6.3: @@ -5973,9 +5797,9 @@ bare-fs@^4.5.5: fast-fifo "^1.3.2" bare-os@^3.0.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/bare-os/-/bare-os-3.7.1.tgz#ec06b7b91a6638e307859803456a49760740a58f" - integrity sha512-ebvMaS5BgZKmJlvuWh14dg9rbUI84QeV3WlWn6Ph6lFI8jJoh7ADtVTyD2c93euwbe+zgi0DVrl4YmqXeM9aIA== + version "3.8.0" + resolved "https://registry.yarnpkg.com/bare-os/-/bare-os-3.8.0.tgz#888541d443914e861abed02657a6ef1c50bbf383" + integrity sha512-Dc9/SlwfxkXIGYhvMQNUtKaXCaGkZYGcd1vuNUUADVqzu4/vQfvnMkYYOUnt2VwQ2AqKr/8qAVFRtwETljgeFg== bare-path@^3.0.0: version "3.0.0" @@ -5985,9 +5809,9 @@ bare-path@^3.0.0: bare-os "^3.0.1" bare-stream@^2.6.4: - version "2.8.0" - resolved "https://registry.yarnpkg.com/bare-stream/-/bare-stream-2.8.0.tgz#3ac6141a65d097fd2bf6e472c848c5d800d47df9" - integrity sha512-reUN0M2sHRqCdG4lUK3Fw8w98eeUIZHL5c3H7Mbhk2yVBL+oofgaIp0ieLfD5QXwPCypBpmEEKU2WZKzbAk8GA== + version "2.8.1" + resolved "https://registry.yarnpkg.com/bare-stream/-/bare-stream-2.8.1.tgz#a4551375bcb01484c5a66946652ebd718b47903d" + integrity sha512-bSeR8RfvbRwDpD7HWZvn8M3uYNDrk7m9DQjYOFkENZlXW8Ju/MPaqUPQq5LqJ3kyjEm07siTaAQ7wBKCU59oHg== dependencies: streamx "^2.21.0" teex "^1.0.1" @@ -6010,9 +5834,9 @@ base64-js@^1.0.2, base64-js@^1.3.1: integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== baseline-browser-mapping@^2.9.0: - version "2.10.0" - resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.0.tgz#5b09935025bf8a80e29130251e337c6a7fc8cbb9" - integrity sha512-lIyg0szRfYbiy67j9KN8IyeD7q7hcmqnJ1ddWmNt19ItGpNN64mnllmxUNFIOdOm6by97jlL6wfpTTJrmnjWAA== + version "2.10.8" + resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.10.8.tgz#23d1cea1a85b181c2b8660b6cfe626dc2fb15630" + integrity sha512-PCLz/LXGBsNTErbtB6i5u4eLpHeMfi93aUv5duMmj6caNu6IphS4q6UevDnL36sZQv9lrP11dbPKGMaXPwMKfQ== basic-ftp@^5.0.2: version "5.2.0" @@ -6248,19 +6072,19 @@ camelcase@^6, camelcase@^6.2.0, camelcase@^6.3.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001759: - version "1.0.30001777" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001777.tgz#028f21e4b2718d138b55e692583e6810ccf60691" - integrity sha512-tmN+fJxroPndC74efCdp12j+0rk0RHwV5Jwa1zWaFVyw2ZxAuPeG8ZgWC3Wz7uSjT3qMRQ5XHZ4COgQmsCMJAQ== + version "1.0.30001779" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001779.tgz#75e4941d406928ba00c8d7a3ddda0b2cb90d7474" + integrity sha512-U5og2PN7V4DMgF50YPNtnZJGWVLFjjsN3zb6uMT5VGYIewieDj1upwfuVNXf4Kor+89c3iCRJnSzMD5LmTvsfA== case@1.6.3, case@^1.6.3: version "1.6.3" resolved "https://registry.yarnpkg.com/case/-/case-1.6.3.tgz#0a4386e3e9825351ca2e6216c60467ff5f1ea1c9" integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== -cdk-from-cfn@^0.288.0: - version "0.288.0" - resolved "https://registry.yarnpkg.com/cdk-from-cfn/-/cdk-from-cfn-0.288.0.tgz#dc6da488df2711a3a4916834cc0270741b625051" - integrity sha512-D3h3nmhXFysn4Oa5kQV+SkNQ/mnkBv4sRrDRNFiUPwZQX+bhFODTUuEdpUQraM283VJNseGOh34xkaKf6AekuQ== +cdk-from-cfn@^0.290.0: + version "0.290.0" + resolved "https://registry.yarnpkg.com/cdk-from-cfn/-/cdk-from-cfn-0.290.0.tgz#d3419550d4aab5cfcf16e5b1d2d00cfc650ee93e" + integrity sha512-7/jhiQsiFG06pBzUOkljpRcFdxvvLB+tkcoRW10fggnMrj2bffjCRQ9yaedX0zNox8H7fzFgL+sb8NabNdF5Jg== cdklabs-projen-project-types@^0.3.16: version "0.3.16" @@ -6269,7 +6093,7 @@ cdklabs-projen-project-types@^0.3.16: dependencies: yaml "^2.8.2" -chai@^6.2.1: +chai@^6.2.2: version "6.2.2" resolved "https://registry.yarnpkg.com/chai/-/chai-6.2.2.tgz#ae41b52c9aca87734505362717f3255facda360e" integrity sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg== @@ -7306,9 +7130,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.5.263: - version "1.5.307" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.307.tgz#09f8973100c39fb0d003b890393cd1d58932b1c8" - integrity sha512-5z3uFKBWjiNR44nFcYdkcXjKMbg5KXNdciu7mhTPo9tB7NbqSNP2sSnGR+fqknZSCwKkBN+oxiiajWs4dT6ORg== + version "1.5.313" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.313.tgz#193e9ae2c2ab6915acb41e833068381e4ef0b3e4" + integrity sha512-QBMrTWEf00GXZmJyx2lbYD45jpI3TUFnNIzJ5BBc8piGUDwMPa1GV6HJWTZVvY/eiN3fSopl7NRbgGp9sZ9LTA== emittery@^0.13.1: version "0.13.1" @@ -7342,7 +7166,7 @@ end-of-stream@^1.0.0, end-of-stream@^1.1.0, end-of-stream@^1.4.1: dependencies: once "^1.4.0" -enhanced-resolve@^5.18.0, enhanced-resolve@^5.20.0, enhanced-resolve@^5.8.3: +enhanced-resolve@^5.20.0, enhanced-resolve@^5.8.3: version "5.20.0" resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.20.0.tgz#323c2a70d2aa7fb4bdfd6d3c24dfc705c581295d" integrity sha512-/ce7+jQ1PQ6rVXwe+jKEg5hW5ciicHwIQUagZkp6IufBoY3YDgdTTY1azVs0qoRgVmvsNB+rbjLJxDAeHHtwsQ== @@ -7496,36 +7320,36 @@ es-to-primitive@^1.3.0: is-symbol "^1.0.4" esbuild@^0.27.3, esbuild@~0.27.0: - version "0.27.3" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.27.3.tgz#5859ca8e70a3af956b26895ce4954d7e73bd27a8" - integrity sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg== + version "0.27.4" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.27.4.tgz#b9591dd7e0ab803a11c9c3b602850403bef22f00" + integrity sha512-Rq4vbHnYkK5fws5NF7MYTU68FPRE1ajX7heQ/8QXXWqNgqqJ/GkmmyxIzUnf2Sr/bakf8l54716CcMGHYhMrrQ== optionalDependencies: - "@esbuild/aix-ppc64" "0.27.3" - "@esbuild/android-arm" "0.27.3" - "@esbuild/android-arm64" "0.27.3" - "@esbuild/android-x64" "0.27.3" - "@esbuild/darwin-arm64" "0.27.3" - "@esbuild/darwin-x64" "0.27.3" - "@esbuild/freebsd-arm64" "0.27.3" - "@esbuild/freebsd-x64" "0.27.3" - "@esbuild/linux-arm" "0.27.3" - "@esbuild/linux-arm64" "0.27.3" - "@esbuild/linux-ia32" "0.27.3" - "@esbuild/linux-loong64" "0.27.3" - "@esbuild/linux-mips64el" "0.27.3" - "@esbuild/linux-ppc64" "0.27.3" - "@esbuild/linux-riscv64" "0.27.3" - "@esbuild/linux-s390x" "0.27.3" - "@esbuild/linux-x64" "0.27.3" - "@esbuild/netbsd-arm64" "0.27.3" - "@esbuild/netbsd-x64" "0.27.3" - "@esbuild/openbsd-arm64" "0.27.3" - "@esbuild/openbsd-x64" "0.27.3" - "@esbuild/openharmony-arm64" "0.27.3" - "@esbuild/sunos-x64" "0.27.3" - "@esbuild/win32-arm64" "0.27.3" - "@esbuild/win32-ia32" "0.27.3" - "@esbuild/win32-x64" "0.27.3" + "@esbuild/aix-ppc64" "0.27.4" + "@esbuild/android-arm" "0.27.4" + "@esbuild/android-arm64" "0.27.4" + "@esbuild/android-x64" "0.27.4" + "@esbuild/darwin-arm64" "0.27.4" + "@esbuild/darwin-x64" "0.27.4" + "@esbuild/freebsd-arm64" "0.27.4" + "@esbuild/freebsd-x64" "0.27.4" + "@esbuild/linux-arm" "0.27.4" + "@esbuild/linux-arm64" "0.27.4" + "@esbuild/linux-ia32" "0.27.4" + "@esbuild/linux-loong64" "0.27.4" + "@esbuild/linux-mips64el" "0.27.4" + "@esbuild/linux-ppc64" "0.27.4" + "@esbuild/linux-riscv64" "0.27.4" + "@esbuild/linux-s390x" "0.27.4" + "@esbuild/linux-x64" "0.27.4" + "@esbuild/netbsd-arm64" "0.27.4" + "@esbuild/netbsd-x64" "0.27.4" + "@esbuild/openbsd-arm64" "0.27.4" + "@esbuild/openbsd-x64" "0.27.4" + "@esbuild/openharmony-arm64" "0.27.4" + "@esbuild/sunos-x64" "0.27.4" + "@esbuild/win32-arm64" "0.27.4" + "@esbuild/win32-ia32" "0.27.4" + "@esbuild/win32-x64" "0.27.4" escalade@^3.1.1, escalade@^3.2.0: version "3.2.0" @@ -7655,10 +7479,10 @@ eslint-plugin-jest@^29.15.0: dependencies: "@typescript-eslint/utils" "^8.0.0" -eslint-plugin-jsdoc@^62.7.1: - version "62.7.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.7.1.tgz#e1ef76d4a7c3b5f7e69acb031feb1571be8ae343" - integrity sha512-4Zvx99Q7d1uggYBUX/AIjvoyqXhluGbbKrRmG8SQTLprPFg6fa293tVJH1o1GQwNe3lUydd8ZHzn37OaSncgSQ== +eslint-plugin-jsdoc@^62.8.0: + version "62.8.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-62.8.0.tgz#61a5d3b5378b389edd9f2d0682d09103a89c6889" + integrity sha512-hu3r9/6JBmPG6wTcqtYzgZAnjEG2eqRUATfkFscokESg1VDxZM21ZaMire0KjeMwfj+SXvgB4Rvh5LBuesj92w== dependencies: "@es-joy/jsdoccomment" "~0.84.0" "@es-joy/resolve.exports" "1.2.0" @@ -7873,17 +7697,17 @@ exit@^0.1.2: resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" integrity sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ== -expect@30.2.0, expect@>28.1.3, expect@^30.0.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/expect/-/expect-30.2.0.tgz#d4013bed267013c14bc1199cec8aa57cee9b5869" - integrity sha512-u/feCi0GPsI+988gU2FLcsHyAHTU0MX1Wg68NhAnN7z/+C5wqG+CY8J53N9ioe8RXgaoz0nBR/TYMf3AycUuPw== +expect@30.3.0, expect@>28.1.3, expect@^30.0.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/expect/-/expect-30.3.0.tgz#1b82111517d1ab030f3db0cf1b4061c8aa644f61" + integrity sha512-1zQrciTiQfRdo7qJM1uG4navm8DayFa2TgCSRlzUyNkhcJ6XUZF3hjnpkyr3VhAqPH7i/9GkG7Tv5abz6fqz0Q== dependencies: - "@jest/expect-utils" "30.2.0" + "@jest/expect-utils" "30.3.0" "@jest/get-type" "30.1.0" - jest-matcher-utils "30.2.0" - jest-message-util "30.2.0" - jest-mock "30.2.0" - jest-util "30.2.0" + jest-matcher-utils "30.3.0" + jest-message-util "30.3.0" + jest-mock "30.3.0" + jest-util "30.3.0" expect@^29.0.0, expect@^29.7.0: version "29.7.0" @@ -8003,10 +7827,12 @@ fast-uri@^3.0.1: resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa" integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA== -fast-xml-builder@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz#a485d7e8381f1db983cf006f849d1066e2935241" - integrity sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ== +fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.3.tgz#283579acba94aecf998a7e1339bc7e037195abc1" + integrity sha512-1o60KoFw2+LWKQu3IdcfcFlGTW4dpqEWmjhYec6H82AYZU2TVBXep6tMl8Z1Y+wM+ZrzCwe3BZ9Vyd9N2rIvmg== + dependencies: + path-expression-matcher "^1.1.3" fast-xml-parser@5.4.1: version "5.4.1" @@ -8024,11 +7850,12 @@ fast-xml-parser@^3.16.0: strnum "^1.0.4" fast-xml-parser@^5.2.5: - version "5.4.2" - resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.4.2.tgz#7fc66463b59260b0c5fd57edf46148a418bde68b" - integrity sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ== + version "5.5.5" + resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.5.tgz#cadbcb992d6ac3f7e643d459506a8e1dd8adf5f2" + integrity sha512-NLY+V5NNbdmiEszx9n14mZBseJTC50bRq1VHsaxOmR72JDuZt+5J1Co+dC/4JPnyq+WrIHNM69r0sqf7BMb3Mg== dependencies: - fast-xml-builder "^1.0.0" + fast-xml-builder "^1.1.3" + path-expression-matcher "^1.1.3" strnum "^2.1.2" fastest-levenshtein@^1.0.16: @@ -8182,9 +8009,9 @@ flat@^5.0.2: integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== flatted@^3.2.7, flatted@^3.2.9: - version "3.4.0" - resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.0.tgz#92ab2efec9b272eb85a3a25a106c3afbbc990d8b" - integrity sha512-kC6Bb+ooptOIvWj5B63EQWkF0FEnNjV2ZNkLMLZRDDduIiWeFF4iKnslwhiWxjAdbg4NzTNo6h0qLuvFrcx+Sw== + version "3.4.1" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.1.tgz#84ccd9579e76e9cc0d246c11d8be0beb019143e6" + integrity sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ== flatten@^1.0.2: version "1.0.3" @@ -8478,7 +8305,7 @@ glob-parent@^6.0.2: dependencies: is-glob "^4.0.3" -glob@^10.0.0, glob@^10.3.10: +glob@^10.0.0, glob@^10.5.0: version "10.5.0" resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c" integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg== @@ -9278,13 +9105,13 @@ jackspeak@^3.1.2: optionalDependencies: "@pkgjs/parseargs" "^0.11.0" -jest-changed-files@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-30.2.0.tgz#602266e478ed554e1e1469944faa7efd37cee61c" - integrity sha512-L8lR1ChrRnSdfeOvTrwZMlnWV8G/LLjQ0nG9MBclwWZidA2N5FviRki0Bvh20WRMOX31/JYvzdqTJrk5oBdydQ== +jest-changed-files@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-30.3.0.tgz#055849df695f9a9fcde0ae44024f815bbc627f3a" + integrity sha512-B/7Cny6cV5At6M25EWDgf9S617lHivamL8vl6KEpJqkStauzcG4e+WPfDgMMF+H4FVH4A2PLRyvgDJan4441QA== dependencies: execa "^5.1.1" - jest-util "30.2.0" + jest-util "30.3.0" p-limit "^3.1.0" jest-changed-files@^29.7.0: @@ -9296,28 +9123,28 @@ jest-changed-files@^29.7.0: jest-util "^29.7.0" p-limit "^3.1.0" -jest-circus@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-30.2.0.tgz#98b8198b958748a2f322354311023d1d02e7603f" - integrity sha512-Fh0096NC3ZkFx05EP2OXCxJAREVxj1BcW/i6EWqqymcgYKWjyyDpral3fMxVcHXg6oZM7iULer9wGRFvfpl+Tg== +jest-circus@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-30.3.0.tgz#153614c11ab35867f371bd93496ecb9690b92077" + integrity sha512-PyXq5szeSfR/4f1lYqCmmQjh0vqDkURUYi9N6whnHjlRz4IUQfMcXkGLeEoiJtxtyPqgUaUUfyQlApXWBSN1RA== dependencies: - "@jest/environment" "30.2.0" - "@jest/expect" "30.2.0" - "@jest/test-result" "30.2.0" - "@jest/types" "30.2.0" + "@jest/environment" "30.3.0" + "@jest/expect" "30.3.0" + "@jest/test-result" "30.3.0" + "@jest/types" "30.3.0" "@types/node" "*" chalk "^4.1.2" co "^4.6.0" dedent "^1.6.0" is-generator-fn "^2.1.0" - jest-each "30.2.0" - jest-matcher-utils "30.2.0" - jest-message-util "30.2.0" - jest-runtime "30.2.0" - jest-snapshot "30.2.0" - jest-util "30.2.0" + jest-each "30.3.0" + jest-matcher-utils "30.3.0" + jest-message-util "30.3.0" + jest-runtime "30.3.0" + jest-snapshot "30.3.0" + jest-util "30.3.0" p-limit "^3.1.0" - pretty-format "30.2.0" + pretty-format "30.3.0" pure-rand "^7.0.0" slash "^3.0.0" stack-utils "^2.0.6" @@ -9348,20 +9175,20 @@ jest-circus@^29.7.0: slash "^3.0.0" stack-utils "^2.0.3" -jest-cli@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-30.2.0.tgz#1780f8e9d66bf84a10b369aea60aeda7697dcc67" - integrity sha512-Os9ukIvADX/A9sLt6Zse3+nmHtHaE6hqOsjQtNiugFTbKRHYIYtZXNGNK9NChseXy7djFPjndX1tL0sCTlfpAA== +jest-cli@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-30.3.0.tgz#5ed75a337f486a1f1c5acbb2de8acddb106ead6c" + integrity sha512-l6Tqx+j1fDXJEW5bqYykDQQ7mQg+9mhWXtnj+tQZrTWYHyHoi6Be8HPumDSA+UiX2/2buEgjA58iJzdj146uCw== dependencies: - "@jest/core" "30.2.0" - "@jest/test-result" "30.2.0" - "@jest/types" "30.2.0" + "@jest/core" "30.3.0" + "@jest/test-result" "30.3.0" + "@jest/types" "30.3.0" chalk "^4.1.2" exit-x "^0.2.2" import-local "^3.2.0" - jest-config "30.2.0" - jest-util "30.2.0" - jest-validate "30.2.0" + jest-config "30.3.0" + jest-util "30.3.0" + jest-validate "30.3.0" yargs "^17.7.2" jest-cli@^29.7.0: @@ -9381,33 +9208,32 @@ jest-cli@^29.7.0: jest-validate "^29.7.0" yargs "^17.3.1" -jest-config@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-30.2.0.tgz#29df8c50e2ad801cc59c406b50176c18c362a90b" - integrity sha512-g4WkyzFQVWHtu6uqGmQR4CQxz/CH3yDSlhzXMWzNjDx843gYjReZnMRanjRCq5XZFuQrGDxgUaiYWE8BRfVckA== +jest-config@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-30.3.0.tgz#b969e0aaaf5964419e62953bb712c16d15972425" + integrity sha512-WPMAkMAtNDY9P/oKObtsRG/6KTrhtgPJoBTmk20uDn4Uy6/3EJnnaZJre/FMT1KVRx8cve1r7/FlMIOfRVWL4w== dependencies: "@babel/core" "^7.27.4" "@jest/get-type" "30.1.0" "@jest/pattern" "30.0.1" - "@jest/test-sequencer" "30.2.0" - "@jest/types" "30.2.0" - babel-jest "30.2.0" + "@jest/test-sequencer" "30.3.0" + "@jest/types" "30.3.0" + babel-jest "30.3.0" chalk "^4.1.2" ci-info "^4.2.0" deepmerge "^4.3.1" - glob "^10.3.10" + glob "^10.5.0" graceful-fs "^4.2.11" - jest-circus "30.2.0" + jest-circus "30.3.0" jest-docblock "30.2.0" - jest-environment-node "30.2.0" + jest-environment-node "30.3.0" jest-regex-util "30.0.1" - jest-resolve "30.2.0" - jest-runner "30.2.0" - jest-util "30.2.0" - jest-validate "30.2.0" - micromatch "^4.0.8" + jest-resolve "30.3.0" + jest-runner "30.3.0" + jest-util "30.3.0" + jest-validate "30.3.0" parse-json "^5.2.0" - pretty-format "30.2.0" + pretty-format "30.3.0" slash "^3.0.0" strip-json-comments "^3.1.1" @@ -9439,15 +9265,15 @@ jest-config@^29.7.0: slash "^3.0.0" strip-json-comments "^3.1.1" -jest-diff@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-30.2.0.tgz#e3ec3a6ea5c5747f605c9e874f83d756cba36825" - integrity sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A== +jest-diff@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-30.3.0.tgz#e0a4c84ef350ffd790ffd5b0016acabeecf5f759" + integrity sha512-n3q4PDQjS4LrKxfWB3Z5KNk1XjXtZTBwQp71OP0Jo03Z6V60x++K5L8k6ZrW8MY8pOFylZvHM0zsjS1RqlHJZQ== dependencies: - "@jest/diff-sequences" "30.0.1" + "@jest/diff-sequences" "30.3.0" "@jest/get-type" "30.1.0" chalk "^4.1.2" - pretty-format "30.2.0" + pretty-format "30.3.0" jest-diff@^29.4.1, jest-diff@^29.7.0: version "29.7.0" @@ -9473,16 +9299,16 @@ jest-docblock@^29.7.0: dependencies: detect-newline "^3.0.0" -jest-each@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-30.2.0.tgz#39e623ae71641c2ac3ee69b3ba3d258fce8e768d" - integrity sha512-lpWlJlM7bCUf1mfmuqTA8+j2lNURW9eNafOy99knBM01i5CQeY5UH1vZjgT9071nDJac1M4XsbyI44oNOdhlDQ== +jest-each@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-30.3.0.tgz#faa7229bf7a9fa6426dc604057a7d2a173493b1e" + integrity sha512-V8eMndg/aZ+3LnCJgSm13IxS5XSBM22QSZc9BtPK8Dek6pm+hfUNfwBdvsB3d342bo1q7wnSkC38zjX259qZNA== dependencies: "@jest/get-type" "30.1.0" - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" chalk "^4.1.2" - jest-util "30.2.0" - pretty-format "30.2.0" + jest-util "30.3.0" + pretty-format "30.3.0" jest-each@^29.7.0: version "29.7.0" @@ -9495,18 +9321,18 @@ jest-each@^29.7.0: jest-util "^29.7.0" pretty-format "^29.7.0" -jest-environment-node@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-30.2.0.tgz#3def7980ebd2fd86e74efd4d2e681f55ab38da0f" - integrity sha512-ElU8v92QJ9UrYsKrxDIKCxu6PfNj4Hdcktcn0JX12zqNdqWHB0N+hwOnnBBXvjLd2vApZtuLUGs1QSY+MsXoNA== +jest-environment-node@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-30.3.0.tgz#aa8a57c5d0c4af0f8b1f7403ba737fec6b3aabbe" + integrity sha512-4i6HItw/JSiJVsC5q0hnKIe/hbYfZLVG9YJ/0pU9Hz2n/9qZe3Rhn5s5CUZA5ORZlcdT/vmAXRMyONXJwPrmYQ== dependencies: - "@jest/environment" "30.2.0" - "@jest/fake-timers" "30.2.0" - "@jest/types" "30.2.0" + "@jest/environment" "30.3.0" + "@jest/fake-timers" "30.3.0" + "@jest/types" "30.3.0" "@types/node" "*" - jest-mock "30.2.0" - jest-util "30.2.0" - jest-validate "30.2.0" + jest-mock "30.3.0" + jest-util "30.3.0" + jest-validate "30.3.0" jest-environment-node@^29.7.0: version "29.7.0" @@ -9525,20 +9351,20 @@ jest-get-type@^29.6.3: resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1" integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== -jest-haste-map@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-30.2.0.tgz#808e3889f288603ac70ff0ac047598345a66022e" - integrity sha512-sQA/jCb9kNt+neM0anSj6eZhLZUIhQgwDt7cPGjumgLM4rXsfb9kpnlacmvZz3Q5tb80nS+oG/if+NBKrHC+Xw== +jest-haste-map@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-30.3.0.tgz#1ea6843e6e45c077d91270666a4fcba958c24cd5" + integrity sha512-mMi2oqG4KRU0R9QEtscl87JzMXfUhbKaFqOxmjb2CKcbHcUGFrJCBWHmnTiUqi6JcnzoBlO4rWfpdl2k/RfLCA== dependencies: - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" "@types/node" "*" anymatch "^3.1.3" fb-watchman "^2.0.2" graceful-fs "^4.2.11" jest-regex-util "30.0.1" - jest-util "30.2.0" - jest-worker "30.2.0" - micromatch "^4.0.8" + jest-util "30.3.0" + jest-worker "30.3.0" + picomatch "^4.0.3" walker "^1.0.8" optionalDependencies: fsevents "^2.3.3" @@ -9582,13 +9408,13 @@ jest-junit@^16: uuid "^8.3.2" xml "^1.0.1" -jest-leak-detector@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-30.2.0.tgz#292fdca7b7c9cf594e1e570ace140b01d8beb736" - integrity sha512-M6jKAjyzjHG0SrQgwhgZGy9hFazcudwCNovY/9HPIicmNSBuockPSedAP9vlPK6ONFJ1zfyH/M2/YYJxOz5cdQ== +jest-leak-detector@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-30.3.0.tgz#a695a851e353f517a554a2f5c91c2742fc131c98" + integrity sha512-cuKmUUGIjfXZAiGJ7TbEMx0bcqNdPPI6P1V+7aF+m/FUJqFDxkFR4JqkTu8ZOiU5AaX/x0hZ20KaaIPXQzbMGQ== dependencies: "@jest/get-type" "30.1.0" - pretty-format "30.2.0" + pretty-format "30.3.0" jest-leak-detector@^29.7.0: version "29.7.0" @@ -9598,15 +9424,15 @@ jest-leak-detector@^29.7.0: jest-get-type "^29.6.3" pretty-format "^29.7.0" -jest-matcher-utils@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-30.2.0.tgz#69a0d4c271066559ec8b0d8174829adc3f23a783" - integrity sha512-dQ94Nq4dbzmUWkQ0ANAWS9tBRfqCrn0bV9AMYdOi/MHW726xn7eQmMeRTpX2ViC00bpNaWXq+7o4lIQ3AX13Hg== +jest-matcher-utils@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-30.3.0.tgz#d6c739fec1ecd33809f2d2b1348f6ab01d2f2493" + integrity sha512-HEtc9uFQgaUHkC7nLSlQL3Tph4Pjxt/yiPvkIrrDCt9jhoLIgxaubo1G+CFOnmHYMxHwwdaSN7mkIFs6ZK8OhA== dependencies: "@jest/get-type" "30.1.0" chalk "^4.1.2" - jest-diff "30.2.0" - pretty-format "30.2.0" + jest-diff "30.3.0" + pretty-format "30.3.0" jest-matcher-utils@^29.7.0: version "29.7.0" @@ -9618,18 +9444,18 @@ jest-matcher-utils@^29.7.0: jest-get-type "^29.6.3" pretty-format "^29.7.0" -jest-message-util@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-30.2.0.tgz#fc97bf90d11f118b31e6131e2b67fc4f39f92152" - integrity sha512-y4DKFLZ2y6DxTWD4cDe07RglV88ZiNEdlRfGtqahfbIjfsw1nMCPx49Uev4IA/hWn3sDKyAnSPwoYSsAEdcimw== +jest-message-util@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-30.3.0.tgz#4d723544d36890ba862ac3961db52db5b0d1ba39" + integrity sha512-Z/j4Bo+4ySJ+JPJN3b2Qbl9hDq3VrXmnjjGEWD/x0BCXeOXPTV1iZYYzl2X8c1MaCOL+ewMyNBcm88sboE6YWw== dependencies: "@babel/code-frame" "^7.27.1" - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" "@types/stack-utils" "^2.0.3" chalk "^4.1.2" graceful-fs "^4.2.11" - micromatch "^4.0.8" - pretty-format "30.2.0" + picomatch "^4.0.3" + pretty-format "30.3.0" slash "^3.0.0" stack-utils "^2.0.6" @@ -9648,14 +9474,14 @@ jest-message-util@^29.7.0: slash "^3.0.0" stack-utils "^2.0.3" -jest-mock@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-30.2.0.tgz#69f991614eeb4060189459d3584f710845bff45e" - integrity sha512-JNNNl2rj4b5ICpmAcq+WbLH83XswjPbjH4T7yvGzfAGCPh1rw+xVNbtk+FnRslvt9lkCcdn9i1oAoKUuFsOxRw== +jest-mock@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-30.3.0.tgz#e0fa4184a596a6c4fdec53d4f412158418923747" + integrity sha512-OTzICK8CpE+t4ndhKrwlIdbM6Pn8j00lvmSmq5ejiO+KxukbLjgOflKWMn3KE34EZdQm5RqTuKj+5RIEniYhog== dependencies: - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" "@types/node" "*" - jest-util "30.2.0" + jest-util "30.3.0" jest-mock@^29.7.0: version "29.7.0" @@ -9681,13 +9507,13 @@ jest-regex-util@^29.6.3: resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz#4a556d9c776af68e1c5f48194f4d0327d24e8a52" integrity sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg== -jest-resolve-dependencies@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-30.2.0.tgz#3370e2c0b49cc560f6a7e8ec3a59dd99525e1a55" - integrity sha512-xTOIGug/0RmIe3mmCqCT95yO0vj6JURrn1TKWlNbhiAefJRWINNPgwVkrVgt/YaerPzY3iItufd80v3lOrFJ2w== +jest-resolve-dependencies@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-30.3.0.tgz#4d638c9f0d93a62a6ed25dec874bfd7e756c8ce5" + integrity sha512-9ev8s3YN6Hsyz9LV75XUwkCVFlwPbaFn6Wp75qnI0wzAINYWY8Fb3+6y59Rwd3QaS3kKXffHXsZMziMavfz/nw== dependencies: jest-regex-util "30.0.1" - jest-snapshot "30.2.0" + jest-snapshot "30.3.0" jest-resolve-dependencies@^29.7.0: version "29.7.0" @@ -9697,17 +9523,17 @@ jest-resolve-dependencies@^29.7.0: jest-regex-util "^29.6.3" jest-snapshot "^29.7.0" -jest-resolve@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-30.2.0.tgz#2e2009cbd61e8f1f003355d5ec87225412cebcd7" - integrity sha512-TCrHSxPlx3tBY3hWNtRQKbtgLhsXa1WmbJEqBlTBrGafd5fiQFByy2GNCEoGR+Tns8d15GaL9cxEzKOO3GEb2A== +jest-resolve@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-30.3.0.tgz#b7bee9927279805b1b50715d2170a545553b87ff" + integrity sha512-NRtTAHQlpd15F9rUR36jqwelbrDV/dY4vzNte3S2kxCKUJRYNd5/6nTSbYiak1VX5g8IoFF23Uj5TURkUW8O5g== dependencies: chalk "^4.1.2" graceful-fs "^4.2.11" - jest-haste-map "30.2.0" + jest-haste-map "30.3.0" jest-pnp-resolver "^1.2.3" - jest-util "30.2.0" - jest-validate "30.2.0" + jest-util "30.3.0" + jest-validate "30.3.0" slash "^3.0.0" unrs-resolver "^1.7.11" @@ -9726,31 +9552,31 @@ jest-resolve@^29.7.0: resolve.exports "^2.0.0" slash "^3.0.0" -jest-runner@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-30.2.0.tgz#c62b4c3130afa661789705e13a07bdbcec26a114" - integrity sha512-PqvZ2B2XEyPEbclp+gV6KO/F1FIFSbIwewRgmROCMBo/aZ6J1w8Qypoj2pEOcg3G2HzLlaP6VUtvwCI8dM3oqQ== - dependencies: - "@jest/console" "30.2.0" - "@jest/environment" "30.2.0" - "@jest/test-result" "30.2.0" - "@jest/transform" "30.2.0" - "@jest/types" "30.2.0" +jest-runner@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-30.3.0.tgz#fa970fc4e45d418ad7e7d581b24cac7af5944cb7" + integrity sha512-gDv6C9LGKWDPLia9TSzZwf4h3kMQCqyTpq+95PODnTRDO0g9os48XIYYkS6D236vjpBir2fF63YmJFtqkS5Duw== + dependencies: + "@jest/console" "30.3.0" + "@jest/environment" "30.3.0" + "@jest/test-result" "30.3.0" + "@jest/transform" "30.3.0" + "@jest/types" "30.3.0" "@types/node" "*" chalk "^4.1.2" emittery "^0.13.1" exit-x "^0.2.2" graceful-fs "^4.2.11" jest-docblock "30.2.0" - jest-environment-node "30.2.0" - jest-haste-map "30.2.0" - jest-leak-detector "30.2.0" - jest-message-util "30.2.0" - jest-resolve "30.2.0" - jest-runtime "30.2.0" - jest-util "30.2.0" - jest-watcher "30.2.0" - jest-worker "30.2.0" + jest-environment-node "30.3.0" + jest-haste-map "30.3.0" + jest-leak-detector "30.3.0" + jest-message-util "30.3.0" + jest-resolve "30.3.0" + jest-runtime "30.3.0" + jest-util "30.3.0" + jest-watcher "30.3.0" + jest-worker "30.3.0" p-limit "^3.1.0" source-map-support "0.5.13" @@ -9781,31 +9607,31 @@ jest-runner@^29.7.0: p-limit "^3.1.0" source-map-support "0.5.13" -jest-runtime@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-30.2.0.tgz#395ea792cde048db1b0cd1a92dc9cb9f1921bf8a" - integrity sha512-p1+GVX/PJqTucvsmERPMgCPvQJpFt4hFbM+VN3n8TMo47decMUcJbt+rgzwrEme0MQUA/R+1de2axftTHkKckg== +jest-runtime@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-30.3.0.tgz#1a9bec7a9b68db12dfe4136bbe41ab883ea2c996" + integrity sha512-CgC+hIBJbuh78HEffkhNKcbXAytQViplcl8xupqeIWyKQF50kCQA8J7GeJCkjisC6hpnC9Muf8jV5RdtdFbGng== dependencies: - "@jest/environment" "30.2.0" - "@jest/fake-timers" "30.2.0" - "@jest/globals" "30.2.0" + "@jest/environment" "30.3.0" + "@jest/fake-timers" "30.3.0" + "@jest/globals" "30.3.0" "@jest/source-map" "30.0.1" - "@jest/test-result" "30.2.0" - "@jest/transform" "30.2.0" - "@jest/types" "30.2.0" + "@jest/test-result" "30.3.0" + "@jest/transform" "30.3.0" + "@jest/types" "30.3.0" "@types/node" "*" chalk "^4.1.2" cjs-module-lexer "^2.1.0" collect-v8-coverage "^1.0.2" - glob "^10.3.10" + glob "^10.5.0" graceful-fs "^4.2.11" - jest-haste-map "30.2.0" - jest-message-util "30.2.0" - jest-mock "30.2.0" + jest-haste-map "30.3.0" + jest-message-util "30.3.0" + jest-mock "30.3.0" jest-regex-util "30.0.1" - jest-resolve "30.2.0" - jest-snapshot "30.2.0" - jest-util "30.2.0" + jest-resolve "30.3.0" + jest-snapshot "30.3.0" + jest-util "30.3.0" slash "^3.0.0" strip-bom "^4.0.0" @@ -9837,30 +9663,30 @@ jest-runtime@^29.7.0: slash "^3.0.0" strip-bom "^4.0.0" -jest-snapshot@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-30.2.0.tgz#266fbbb4b95fc4665ce6f32f1f38eeb39f4e26d0" - integrity sha512-5WEtTy2jXPFypadKNpbNkZ72puZCa6UjSr/7djeecHWOu7iYhSXSnHScT8wBz3Rn8Ena5d5RYRcsyKIeqG1IyA== +jest-snapshot@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-30.3.0.tgz#6e7ea75069dda86e36311a0f73189e830d4f51ad" + integrity sha512-f14c7atpb4O2DeNhwcvS810Y63wEn8O1HqK/luJ4F6M4NjvxmAKQwBUWjbExUtMxWJQ0wVgmCKymeJK6NZMnfQ== dependencies: "@babel/core" "^7.27.4" "@babel/generator" "^7.27.5" "@babel/plugin-syntax-jsx" "^7.27.1" "@babel/plugin-syntax-typescript" "^7.27.1" "@babel/types" "^7.27.3" - "@jest/expect-utils" "30.2.0" + "@jest/expect-utils" "30.3.0" "@jest/get-type" "30.1.0" - "@jest/snapshot-utils" "30.2.0" - "@jest/transform" "30.2.0" - "@jest/types" "30.2.0" + "@jest/snapshot-utils" "30.3.0" + "@jest/transform" "30.3.0" + "@jest/types" "30.3.0" babel-preset-current-node-syntax "^1.2.0" chalk "^4.1.2" - expect "30.2.0" + expect "30.3.0" graceful-fs "^4.2.11" - jest-diff "30.2.0" - jest-matcher-utils "30.2.0" - jest-message-util "30.2.0" - jest-util "30.2.0" - pretty-format "30.2.0" + jest-diff "30.3.0" + jest-matcher-utils "30.3.0" + jest-message-util "30.3.0" + jest-util "30.3.0" + pretty-format "30.3.0" semver "^7.7.2" synckit "^0.11.8" @@ -9890,17 +9716,17 @@ jest-snapshot@^29.7.0: pretty-format "^29.7.0" semver "^7.5.3" -jest-util@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.2.0.tgz#5142adbcad6f4e53c2776c067a4db3c14f913705" - integrity sha512-QKNsM0o3Xe6ISQU869e+DhG+4CK/48aHYdJZGlFQVTjnbvgpcKyxpzk29fGiO7i/J8VENZ+d2iGnSsvmuHywlA== +jest-util@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-30.3.0.tgz#95a4fbacf2dac20e768e2f1744b70519f2ba7980" + integrity sha512-/jZDa00a3Sz7rdyu55NLrQCIrbyIkbBxareejQI315f/i8HjYN+ZWsDLLpoQSiUIEIyZF/R8fDg3BmB8AtHttg== dependencies: - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" "@types/node" "*" chalk "^4.1.2" ci-info "^4.2.0" graceful-fs "^4.2.11" - picomatch "^4.0.2" + picomatch "^4.0.3" jest-util@^29.7.0: version "29.7.0" @@ -9914,17 +9740,17 @@ jest-util@^29.7.0: graceful-fs "^4.2.9" picomatch "^2.2.3" -jest-validate@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-30.2.0.tgz#273eaaed4c0963b934b5b31e96289edda6e0a2ef" - integrity sha512-FBGWi7dP2hpdi8nBoWxSsLvBFewKAg0+uSQwBaof4Y4DPgBabXgpSYC5/lR7VmnIlSpASmCi/ntRWPbv7089Pw== +jest-validate@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-30.3.0.tgz#215e11b8fcc5e2ca4b99ea5d730a5b4c969e4355" + integrity sha512-I/xzC8h5G+SHCb2P2gWkJYrNiTbeL47KvKeW5EzplkyxzBRBw1ssSHlI/jXec0ukH2q7x2zAWQm7015iusg62Q== dependencies: "@jest/get-type" "30.1.0" - "@jest/types" "30.2.0" + "@jest/types" "30.3.0" camelcase "^6.3.0" chalk "^4.1.2" leven "^3.1.0" - pretty-format "30.2.0" + pretty-format "30.3.0" jest-validate@^29.7.0: version "29.7.0" @@ -9938,18 +9764,18 @@ jest-validate@^29.7.0: leven "^3.1.0" pretty-format "^29.7.0" -jest-watcher@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-30.2.0.tgz#f9c055de48e18c979e7756a3917e596e2d69b07b" - integrity sha512-PYxa28dxJ9g777pGm/7PrbnMeA0Jr7osHP9bS7eJy9DuAjMgdGtxgf0uKMyoIsTWAkIbUW5hSDdJ3urmgXBqxg== +jest-watcher@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-30.3.0.tgz#3afa1af355b9fe80f0261eb8a23981a315858596" + integrity sha512-PJ1d9ThtTR8aMiBWUdcownq9mDdLXsQzJayTk4kmaBRHKvwNQn+ANveuhEBUyNI2hR1TVhvQ8D5kHubbzBHR/w== dependencies: - "@jest/test-result" "30.2.0" - "@jest/types" "30.2.0" + "@jest/test-result" "30.3.0" + "@jest/types" "30.3.0" "@types/node" "*" ansi-escapes "^4.3.2" chalk "^4.1.2" emittery "^0.13.1" - jest-util "30.2.0" + jest-util "30.3.0" string-length "^4.0.2" jest-watcher@^29.7.0: @@ -9971,14 +9797,14 @@ jest-when@^3.7.0: resolved "https://registry.yarnpkg.com/jest-when/-/jest-when-3.7.0.tgz#9a464964d7312214da8d12ea57957a06fbcc6244" integrity sha512-aLbiyxmtksijcrKFir7n+t+XPbqSLV01eDkRyX28WM4VgA/iSc3mG8R8O2evDtOAa6SefrJiTIt/rTqqyrwVZg== -jest-worker@30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-30.2.0.tgz#fd5c2a36ff6058ec8f74366ec89538cc99539d26" - integrity sha512-0Q4Uk8WF7BUwqXHuAjc23vmopWJw5WH7w2tqBoUOZpOjW/ZnR44GXXd1r82RvnmI2GZge3ivrYXk/BE2+VtW2g== +jest-worker@30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-30.3.0.tgz#ae4dc1f1d93d0cba1415624fcedaec40ea764f14" + integrity sha512-DrCKkaQwHexjRUFTmPzs7sHQe0TSj9nvDALKGdwmK5mW9v7j90BudWirKAJHt3QQ9Dhrg1F7DogPzhChppkJpQ== dependencies: "@types/node" "*" "@ungap/structured-clone" "^1.3.0" - jest-util "30.2.0" + jest-util "30.3.0" merge-stream "^2.0.0" supports-color "^8.1.1" @@ -10002,15 +9828,15 @@ jest@^29, jest@^29.7.0: import-local "^3.0.2" jest-cli "^29.7.0" -jest@^30.2.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/jest/-/jest-30.2.0.tgz#9f0a71e734af968f26952b5ae4b724af82681630" - integrity sha512-F26gjC0yWN8uAA5m5Ss8ZQf5nDHWGlN/xWZIh8S5SRbsEKBovwZhxGd6LJlbZYxBgCYOtreSUyb8hpXyGC5O4A== +jest@^30.3.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/jest/-/jest-30.3.0.tgz#6460b889dd805e9677400505f16f1d9b14c285a3" + integrity sha512-AkXIIFcaazymvey2i/+F94XRnM6TsVLZDhBMLsd1Sf/W0wzsvvpjeyUrCZD6HGG4SDYPgDJDBKeiJTBb10WzMg== dependencies: - "@jest/core" "30.2.0" - "@jest/types" "30.2.0" + "@jest/core" "30.3.0" + "@jest/types" "30.3.0" import-local "^3.2.0" - jest-cli "30.2.0" + jest-cli "30.3.0" jju@~1.4.0: version "1.4.0" @@ -10090,9 +9916,9 @@ jsii-reflect@^1.127.0: yargs "^17.7.2" jsii-rosetta@5.9: - version "5.9.35" - resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.9.35.tgz#71038f656e8c550b839aad318563c5b3e47822f0" - integrity sha512-70VITVYYMBTqjKdi/W/pJsZPxYpR5AdCyeWCFK3VYYUmUinMLmOkD+8jgHdj7NaLolVxAyrCXvGiHmvXVHlkYw== + version "5.9.36" + resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.9.36.tgz#087e96614885d368df1a00c5a643b13b7944637b" + integrity sha512-jcLFv5ojbbsichqPEM3bT63I9ZYwMhRmG7K/c1aqeR1wMK26ykxI/DqWmpjUfpc1LON0G1981jM5xxJExfvrDQ== dependencies: "@jsii/check-node" "^1.127.0" "@jsii/spec" "^1.127.0" @@ -10109,9 +9935,9 @@ jsii-rosetta@5.9: yargs "^17.7.2" jsii@5.9, jsii@~5.9.1: - version "5.9.31" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.9.31.tgz#9319b7c971e760fde0843a1fe173130883ea5c18" - integrity sha512-DJKqIOJTsRnAXjLlHmMfOCdT2qeRCwHTvWCvd3sdgAc0DZA3UIFJVEa9FlOZEds9U0R0y/AF7bD5TXQgwg/jIA== + version "5.9.32" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.9.32.tgz#a2370000a2e4ced6f7b21de9fc9bb949fd7070be" + integrity sha512-piCJjmYwP1MX4EonRfnw/IcMBSzfB2BNKaNgAPUW9TAXAsc5tBXpd6WyK6qDe3LVWth0H3M06Js2rhgG+kxshg== dependencies: "@jsii/check-node" "1.127.0" "@jsii/spec" "1.127.0" @@ -10299,12 +10125,12 @@ libnpmaccess@^10.0.3: npm-package-arg "^13.0.0" npm-registry-fetch "^19.0.0" -libnpmdiff@^8.1.3: - version "8.1.3" - resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-8.1.3.tgz#b05b71515b75ef4022b812203373b08abe575ea3" - integrity sha512-QZ9rpchNXSzvxTRHzEqxCfYBK2h+6j4J7IbBViBGy3xSJDBl026BCMhmlZQ0a69GeQkjkbM9X1hzRV9N5cdQog== +libnpmdiff@^8.1.4: + version "8.1.4" + resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-8.1.4.tgz#dcec0a0f5d2d37021925e67434650fbb3093bbd5" + integrity sha512-AvkBTAHfW4C/YzdZYtQ9qDXCpHrIz4EISUOlOwX+IjZguuhj/uniFg1K6m7kCfp9EsFK/K1U2mhzw2VyNfJ3Vg== dependencies: - "@npmcli/arborist" "^9.4.0" + "@npmcli/arborist" "^9.4.1" "@npmcli/installed-package-contents" "^4.0.0" binary-extensions "^3.0.0" diff "^8.0.2" @@ -10313,13 +10139,13 @@ libnpmdiff@^8.1.3: pacote "^21.0.2" tar "^7.5.1" -libnpmexec@^10.2.3: - version "10.2.3" - resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-10.2.3.tgz#7736ca3b4c52a7a638827d663bb04b12b0962051" - integrity sha512-tCeneLdUhmn8GTORbui7QZrr1Rv8Y2/mQRwMjUeyY8IrhCjv29RkoH3gFz+1CCPGGMp26eT8KI977G74+rXMpw== +libnpmexec@^10.2.4: + version "10.2.4" + resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-10.2.4.tgz#81d65387a3474f9eb1936fe60fce055ebe875477" + integrity sha512-kDfvrMN1aN7RTOKsRFtF83rhr5H0Frxp5ayMWWhZf6SMBv5wmyTZNRHomsKgcib/AsTUdmla8zIOtwpwcT+Suw== dependencies: "@gar/promise-retry" "^1.0.0" - "@npmcli/arborist" "^9.4.0" + "@npmcli/arborist" "^9.4.1" "@npmcli/package-json" "^7.0.0" "@npmcli/run-script" "^10.0.0" ci-info "^4.0.0" @@ -10331,12 +10157,12 @@ libnpmexec@^10.2.3: signal-exit "^4.1.0" walk-up-path "^4.0.0" -libnpmfund@^7.0.17: - version "7.0.17" - resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-7.0.17.tgz#a168731de0d18e2bd3e0b2731b9916919a91efdb" - integrity sha512-0VRPO+Bs21kneI3J01QqnuxiNnHn1lErTqLIbI3zGM9LvsPtc2q2/xhjACuXbkcejuHVm3T9mWaky0IjM9gQeQ== +libnpmfund@^7.0.18: + version "7.0.18" + resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-7.0.18.tgz#07d0d4e27c0bb2bc78c4e451b567d3c35c724d13" + integrity sha512-eYwOtxFOgqHyPcNvp1UEHEFJdc7fj/s5C51R2E46bPYVya+KjV4pDIuQ1m9xJNBYKWPGNKkURLbuyp7BPm5E/w== dependencies: - "@npmcli/arborist" "^9.4.0" + "@npmcli/arborist" "^9.4.1" libnpmorg@^8.0.1: version "8.0.1" @@ -10346,12 +10172,12 @@ libnpmorg@^8.0.1: aproba "^2.0.0" npm-registry-fetch "^19.0.0" -libnpmpack@^9.1.3: - version "9.1.3" - resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-9.1.3.tgz#346786b77b3db5c884720ac127b21c2a63ff72aa" - integrity sha512-7Uvo0mDIidFCOGwZJghTuk9glaR6Es9FxmLWJobOS857/cb5SO5YPqgYLlC1TZB6L0c2jtu8XB1GfxKRf4W4GA== +libnpmpack@^9.1.4: + version "9.1.4" + resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-9.1.4.tgz#aa88c7e5775603338c7155d83e1336bc00f0cc1b" + integrity sha512-WJ4KArsfQ3h1rNIVw+1uRRzbp0oZS+k/E9M9Uw4g1SZz67SInp74TWYTknLepgahma/OJHDxlT2LinnHvtDk8g== dependencies: - "@npmcli/arborist" "^9.4.0" + "@npmcli/arborist" "^9.4.1" "@npmcli/run-script" "^10.0.0" npm-package-arg "^13.0.0" pacote "^21.0.2" @@ -10529,9 +10355,9 @@ lru-cache@^10.2.0: integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== lru-cache@^11.0.0, lru-cache@^11.1.0, lru-cache@^11.2.1: - version "11.2.6" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.6.tgz#356bf8a29e88a7a2945507b31f6429a65a192c58" - integrity sha512-ESL2CrkS/2wTPfuend7Zhkzo2u0daGJ/A2VucJOgQ/C48S/zB8MMeMHSGKYpXhIjbPxfuezITkaBH1wqv00DDQ== + version "11.2.7" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.7.tgz#9127402617f34cd6767b96daee98c28e74458d35" + integrity sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA== lru-cache@^5.1.1: version "5.1.1" @@ -10751,10 +10577,10 @@ min-indent@^1.0.0: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -minimatch@10.2.1: - version "10.2.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0" - integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A== +minimatch@10.2.3: + version "10.2.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.3.tgz#c0ef582f21071b0123a5bbf275252ebda921fbf6" + integrity sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg== dependencies: brace-expansion "^5.0.2" @@ -10765,7 +10591,7 @@ minimatch@9.0.3: dependencies: brace-expansion "^2.0.1" -minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2, minimatch@^10.2.3: +minimatch@^10.0.3, minimatch@^10.1.1, minimatch@^10.2.2, minimatch@^10.2.3, minimatch@^10.2.4: version "10.2.4" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde" integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg== @@ -11071,10 +10897,10 @@ node-addon-api@^7.1.0: resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.1.1.tgz#1aba6693b0f255258a049d621329329322aad558" integrity sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ== -node-backpack@^1.1.23: - version "1.1.23" - resolved "https://registry.yarnpkg.com/node-backpack/-/node-backpack-1.1.23.tgz#a447d7087a2d428b8afa7d44c75d1c988500fa75" - integrity sha512-i+oGTVifuL/DCpXd/jM9rK2+2TdXGw2AV8oUj8F2HiKFWEvEedRkTGWtF4g6PzVC2DGYSX3kKPoS2nkUh6S6zQ== +node-backpack@^1.1.24: + version "1.1.24" + resolved "https://registry.yarnpkg.com/node-backpack/-/node-backpack-1.1.24.tgz#67a49c5ad4ea194853b91819bbe7509f03335d33" + integrity sha512-TBa+ebN8A/sN9Np44d6yycHYy5fadKkYjYAlROgcpWBEPPvLfyevRI3Tut+ayCdqeZMUSfMrtfVOsUgUU+5diQ== dependencies: esbuild "^0.27.3" fs-extra "^10.1.0" @@ -11286,12 +11112,12 @@ npm-user-validate@^4.0.0: integrity sha512-TP+Ziq/qPi/JRdhaEhnaiMkqfMGjhDLoh/oRfW+t5aCuIfJxIUxvwk6Sg/6ZJ069N/Be6gs00r+aZeJTfS9uHQ== npm@^11: - version "11.11.0" - resolved "https://registry.yarnpkg.com/npm/-/npm-11.11.0.tgz#db5ad0ed255e1a29cf241c4112ee81d2220a4edb" - integrity sha512-82gRxKrh/eY5UnNorkTFcdBQAGpgjWehkfGVqAGlJjejEtJZGGJUqjo3mbBTNbc5BTnPKGVtGPBZGhElujX5cw== + version "11.11.1" + resolved "https://registry.yarnpkg.com/npm/-/npm-11.11.1.tgz#2d07982846cf56bf532c44e9c482b9f887a2354b" + integrity sha512-asazCodkFdz1ReQzukyzS/DD77uGCIqUFeRG3gtaT8b9UR0ne1m9QOBuMgT72ij1rt7TRrOox4A1WzntMWIuEg== dependencies: "@isaacs/string-locale-compare" "^1.1.0" - "@npmcli/arborist" "^9.4.0" + "@npmcli/arborist" "^9.4.1" "@npmcli/config" "^10.7.1" "@npmcli/fs" "^5.0.0" "@npmcli/map-workspaces" "^5.0.3" @@ -11299,7 +11125,7 @@ npm@^11: "@npmcli/package-json" "^7.0.5" "@npmcli/promise-spawn" "^9.0.1" "@npmcli/redact" "^4.0.0" - "@npmcli/run-script" "^10.0.3" + "@npmcli/run-script" "^10.0.4" "@sigstore/tuf" "^4.0.1" abbrev "^4.0.0" archy "~1.0.0" @@ -11316,17 +11142,17 @@ npm@^11: is-cidr "^6.0.3" json-parse-even-better-errors "^5.0.0" libnpmaccess "^10.0.3" - libnpmdiff "^8.1.3" - libnpmexec "^10.2.3" - libnpmfund "^7.0.17" + libnpmdiff "^8.1.4" + libnpmexec "^10.2.4" + libnpmfund "^7.0.18" libnpmorg "^8.0.1" - libnpmpack "^9.1.3" + libnpmpack "^9.1.4" libnpmpublish "^11.1.3" libnpmsearch "^9.0.1" libnpmteam "^8.0.2" libnpmversion "^8.0.3" make-fetch-happen "^15.0.4" - minimatch "^10.2.2" + minimatch "^10.2.4" minipass "^7.1.3" minipass-pipeline "^1.2.4" ms "^2.1.2" @@ -11340,7 +11166,7 @@ npm@^11: npm-registry-fetch "^19.1.1" npm-user-validate "^4.0.0" p-map "^7.0.4" - pacote "^21.4.0" + pacote "^21.5.0" parse-conflict-json "^5.0.1" proc-log "^6.1.0" qrcode-terminal "^0.12.0" @@ -11349,7 +11175,7 @@ npm@^11: spdx-expression-parse "^4.0.0" ssri "^13.0.1" supports-color "^10.2.2" - tar "^7.5.9" + tar "^7.5.11" text-table "~0.2.0" tiny-relative-date "^2.0.2" treeverse "^3.0.0" @@ -11689,10 +11515,10 @@ package-json-from-dist@^1.0.0: resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505" integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw== -pacote@^21.0.0, pacote@^21.0.2, pacote@^21.4.0: - version "21.4.0" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-21.4.0.tgz#7c66cef758bdda5fae4eb9e0b9ec395018296ad7" - integrity sha512-DR7mn7HUOomAX1BORnpYy678qVIidbvOojkBscqy27dRKN+s/hLeQT1MeYYrx1Cxh62jyKjiWiDV7RTTqB+ZEQ== +pacote@^21.0.0, pacote@^21.0.2, pacote@^21.5.0: + version "21.5.0" + resolved "https://registry.yarnpkg.com/pacote/-/pacote-21.5.0.tgz#475fe00db73585dec296590bec484109522e9e6f" + integrity sha512-VtZ0SB8mb5Tzw3dXDfVAIjhyVKUHZkS/ZH9/5mpKenwC9sFOXNI0JI7kEF7IMkwOnsWMFrvAZHzx1T5fmrp9FQ== dependencies: "@gar/promise-retry" "^1.0.0" "@npmcli/git" "^7.0.0" @@ -11802,6 +11628,11 @@ path-exists@^4.0.0: resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== +path-expression-matcher@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz#8bf7c629dc1b114e42b633c071f06d14625b4e0d" + integrity sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ== + path-is-absolute@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" @@ -11967,7 +11798,7 @@ postcss-values-parser@^6.0.2: is-url-superb "^4.0.0" quote-unquote "^1.0.0" -postcss@^8.1.7, postcss@^8.4.6, postcss@^8.5.1, postcss@^8.5.6: +postcss@^8.1.7, postcss@^8.4.6, postcss@^8.5.1, postcss@^8.5.8: version "8.5.8" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399" integrity sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg== @@ -12033,10 +11864,10 @@ prettier@^2.8: resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -pretty-format@30.2.0, pretty-format@^30.0.0: - version "30.2.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-30.2.0.tgz#2d44fe6134529aed18506f6d11509d8a62775ebe" - integrity sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA== +pretty-format@30.3.0, pretty-format@^30.0.0: + version "30.3.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-30.3.0.tgz#e977eed4bcd1b6195faed418af8eac68b9ea1f29" + integrity sha512-oG4T3wCbfeuvljnyAzhBvpN45E8iOTXCU/TD3zXW80HA3dQ4ahdqMkWGiPWZvjpQwlbyHrPTWUAqUzGzv4l1JQ== dependencies: "@jest/schemas" "30.0.5" ansi-styles "^5.2.0" @@ -12078,10 +11909,10 @@ proggy@^4.0.0: resolved "https://registry.yarnpkg.com/proggy/-/proggy-4.0.0.tgz#85fa89d7c81bc3fb77992a80f47bb1e17c610fa3" integrity sha512-MbA4R+WQT76ZBm/5JUpV9yqcJt92175+Y0Bodg3HgiXzrmKu7Ggq+bpn6y6wHH+gN9NcyKn3yg1+d47VaKwNAQ== -projen@^0.99.19: - version "0.99.19" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.99.19.tgz#2d06440e3576068ddb45a41d4b29e7491dda719a" - integrity sha512-svJ6f3SV3ZMUy77CXmLbjhBFnHnqSg9XXByzF8MYdrLeCED/or9v26//HurYQQm/awtR1SN5Kwn9DYP5aXzXhg== +projen@^0.99.20: + version "0.99.20" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.99.20.tgz#80fece27076b3d00b49b46e27f08539f96951b82" + integrity sha512-mK3s7G3JgeUdy2+7d3p3h/05AigbgKXvFpz8ud7Fj4XpZ2UTiKJQ+fDl29nAxIW0AnVQUQN6UfvqZGibWxni/g== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -12200,9 +12031,9 @@ pure-rand@^7.0.0: integrity sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ== pure-rand@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-8.0.0.tgz#a2df711de8fdc2469ea34fc1fe616a28376c65e0" - integrity sha512-7rgWlxG2gAvFPIQfUreo1XYlNvrQ9VnQPFWdncPkdl3icucLK0InOxsaafbvxGTnI6Bk/Rxmslg0lQlRCuzOXw== + version "8.1.0" + resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-8.1.0.tgz#c25abf78489b204eb4e754c9f2aacbc3e2531457" + integrity sha512-53B3MB8wetRdD6JZ4W/0gDKaOvKwuXrEmV1auQc0hASWge8rieKV4PCCVNVbJ+i24miiubb4c/B+dg8Ho0ikYw== qrcode-terminal@^0.12.0: version "0.12.0" @@ -12642,12 +12473,12 @@ sass-lookup@^3.0.0: commander "^2.16.0" sass-lookup@^6.1.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/sass-lookup/-/sass-lookup-6.1.0.tgz#a13b1f31dd44d2b4bcd55ba8f72763db4d95bd7c" - integrity sha512-Zx+lVyoWqXZxHuYWlTA17Z5sczJ6braNT2C7rmClw+c4E7r/n911Zwss3h1uHI9reR5AgHZyNHF7c2+VIp5AUA== + version "6.1.1" + resolved "https://registry.yarnpkg.com/sass-lookup/-/sass-lookup-6.1.1.tgz#1e0eeef27fff868b460ce833914cba9c11bc2866" + integrity sha512-12dvZdQYTeKZ1ypjuiijZYuMZ1m0F+4+BkRX5yJi2WA9W3DBUrcdCt7bVuKlagHl11n8eYtalWDle+m98Ol2DA== dependencies: commander "^12.1.0" - enhanced-resolve "^5.18.0" + enhanced-resolve "^5.20.0" sax@^1.2.4: version "1.5.0" @@ -13421,7 +13252,7 @@ tar-stream@~2.2.0: inherits "^2.0.3" readable-stream "^3.1.1" -tar@^7.4.3, tar@^7.5.1, tar@^7.5.4, tar@^7.5.9: +tar@^7.4.3, tar@^7.5.1, tar@^7.5.11, tar@^7.5.4: version "7.5.11" resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.11.tgz#1250fae45d98806b36d703b30973fa8e0a6d8868" integrity sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ== @@ -13497,9 +13328,9 @@ tinyglobby@^0.2.12, tinyglobby@^0.2.13, tinyglobby@^0.2.14, tinyglobby@^0.2.15: picomatch "^4.0.3" tinyrainbow@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/tinyrainbow/-/tinyrainbow-3.0.3.tgz#984a5b1c1b25854a9b6bccbe77964d0593d1ea42" - integrity sha512-PSkbLUoxOFRzJYjjxHJt9xro7D+iilgMX/C9lawzVuYiIdcihh9DXmVibBe8lmcFrRi/VzlPjBxbN7rH24q8/Q== + version "3.1.0" + resolved "https://registry.yarnpkg.com/tinyrainbow/-/tinyrainbow-3.1.0.tgz#1d8a623893f95cf0a2ddb9e5d11150e191409421" + integrity sha512-Bf+ILmBgretUrdJxzXM0SgXLZ3XfiaUuOj/IKQHuTXip+05Xn+uyEYdVg0kYDipTBcLrCVyUzAPz7QmArb0mmw== tmp@~0.2.1: version "0.2.5" @@ -13756,9 +13587,9 @@ typed-array-length@^1.0.7: reflect.getprototypeof "^1.0.6" typed-error@^3.0.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/typed-error/-/typed-error-3.2.2.tgz#3c03a80bd724ddb12c86432a573d230250c1029a" - integrity sha512-Z48LU67/qJ+vyA7lh3ozELqpTp3pvQoY5RtLi5wQ/UGSrEidBhlVSqhjr8B3iqbGpjqAoJYrtSYXWMDtidWGkA== + version "3.2.3" + resolved "https://registry.yarnpkg.com/typed-error/-/typed-error-3.2.3.tgz#e8c7fb7f86caa797ce25a25510832f8604328147" + integrity sha512-xmXIbAyEOYeRg11jY3AzjyB9clkxVfzBlHs3JgD3N6vPMMVBX+xNtQft4pKb1oM9lASdTISA+pOj1EejFr2SgQ== typedarray@^0.0.6: version "0.0.6"