diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 27e733cec0..4cd50bbf90 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -51,7 +51,7 @@ jobs: path: results.sarif - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 with: sarif_file: results.sarif category: actions-zizmor diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d0a6847357..c980123313 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,12 +39,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3 + uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/mkdocs/requirements.in b/.github/workflows/mkdocs/requirements.in index 0082947370..f217c20276 100644 --- a/.github/workflows/mkdocs/requirements.in +++ b/.github/workflows/mkdocs/requirements.in @@ -1 +1 @@ -mkdocs-material==9.6.15 +mkdocs-material==9.6.16 diff --git a/.github/workflows/mkdocs/requirements.txt b/.github/workflows/mkdocs/requirements.txt index cd57f5430b..1ebe176353 100644 --- a/.github/workflows/mkdocs/requirements.txt +++ b/.github/workflows/mkdocs/requirements.txt @@ -223,9 +223,9 @@ mkdocs-get-deps==0.2.0 \ --hash=sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c \ --hash=sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134 # via mkdocs -mkdocs-material==9.6.15 \ - --hash=sha256:64adf8fa8dba1a17905b6aee1894a5aafd966d4aeb44a11088519b0f5ca4f1b5 \ - --hash=sha256:ac969c94d4fe5eb7c924b6d2f43d7db41159ea91553d18a9afc4780c34f2717a +mkdocs-material==9.6.16 \ + --hash=sha256:8d1a1282b892fe1fdf77bfeb08c485ba3909dd743c9ba69a19a40f637c6ec18c \ + --hash=sha256:d07011df4a5c02ee0877496d9f1bfc986cfb93d964799b032dd99fe34c0e9d19 # via -r requirements.in mkdocs-material-extensions==1.3.1 \ --hash=sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443 \ diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 55c26fc205..f403ea4ab9 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -48,6 +48,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e + uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d with: sarif_file: results.sarif diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e71060555..150ecf483d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.7.3](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.7.2...v6.7.3) (2025-08-07) + + +### Bug Fixes + +* **lambda:** bump @octokit/webhooks from 14.1.1 to 14.1.3 in /lambdas in the octokit group ([#4689](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4689)) ([2408057](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/240805748d5737b52b47d1254504ebc2de61d7f5)) +* **lambda:** bump the aws group in /lambdas with 6 updates ([#4693](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4693)) ([bfa2d0d](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/bfa2d0df768323010c3426b7d99d981e441727b0)) +* **lambda:** bump the aws-powertools group in /lambdas with 4 updates ([#4694](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4694)) ([221333e](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/221333eec9dc8486caa11158f86407035dde172c)) +* **lambda:** bump tmp from 0.2.1 to 0.2.4 in /lambdas ([#4697](https://github.com/github-aws-runners/terraform-aws-github-runner/issues/4697)) ([ed884e1](https://github.com/github-aws-runners/terraform-aws-github-runner/commit/ed884e16cff3ea39c5336441a1765bc693d02d13)) + ## [6.7.2](https://github.com/github-aws-runners/terraform-aws-github-runner/compare/v6.7.1...v6.7.2) (2025-07-24) diff --git a/lambdas/functions/ami-housekeeper/package.json b/lambdas/functions/ami-housekeeper/package.json index b6ca0c0227..7541a2c7a9 100644 --- a/lambdas/functions/ami-housekeeper/package.json +++ b/lambdas/functions/ami-housekeeper/package.json @@ -26,8 +26,8 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-ec2": "^3.852.0", - "@aws-sdk/client-ssm": "^3.849.0", + "@aws-sdk/client-ec2": "^3.859.0", + "@aws-sdk/client-ssm": "^3.859.0", "cron-parser": "^5.3.0" }, "nx": { diff --git a/lambdas/functions/control-plane/package.json b/lambdas/functions/control-plane/package.json index 0366978859..e05ae6182d 100644 --- a/lambdas/functions/control-plane/package.json +++ b/lambdas/functions/control-plane/package.json @@ -32,9 +32,9 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-lambda-powertools/parameters": "^2.24.0", - "@aws-sdk/client-ec2": "^3.852.0", - "@aws-sdk/client-sqs": "^3.848.0", + "@aws-lambda-powertools/parameters": "^2.24.1", + "@aws-sdk/client-ec2": "^3.859.0", + "@aws-sdk/client-sqs": "^3.859.0", "@middy/core": "^6.4.1", "@octokit/auth-app": "8.0.2", "@octokit/core": "7.0.3", diff --git a/lambdas/functions/gh-agent-syncer/package.json b/lambdas/functions/gh-agent-syncer/package.json index ab48fbade1..9ce01def37 100644 --- a/lambdas/functions/gh-agent-syncer/package.json +++ b/lambdas/functions/gh-agent-syncer/package.json @@ -28,8 +28,8 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-s3": "^3.850.0", - "@aws-sdk/lib-storage": "^3.850.0", + "@aws-sdk/client-s3": "^3.859.0", + "@aws-sdk/lib-storage": "^3.859.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "axios": "^1.8.4" diff --git a/lambdas/functions/termination-watcher/package.json b/lambdas/functions/termination-watcher/package.json index 4e84a44219..bb118053b2 100644 --- a/lambdas/functions/termination-watcher/package.json +++ b/lambdas/functions/termination-watcher/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ec2": "^3.852.0", + "@aws-sdk/client-ec2": "^3.859.0", "@middy/core": "^6.4.1" }, "nx": { diff --git a/lambdas/functions/webhook/package.json b/lambdas/functions/webhook/package.json index 9dba5d836d..7cef41ca84 100644 --- a/lambdas/functions/webhook/package.json +++ b/lambdas/functions/webhook/package.json @@ -17,7 +17,7 @@ "all": "yarn build && yarn format && yarn lint && yarn test" }, "devDependencies": { - "@aws-sdk/client-eventbridge": "^3.848.0", + "@aws-sdk/client-eventbridge": "^3.859.0", "@octokit/webhooks-types": "^7.6.1", "@types/aws-lambda": "^8.10.152", "@types/express": "^5.0.0", @@ -30,11 +30,11 @@ "dependencies": { "@aws-github-runner/aws-powertools-util": "*", "@aws-github-runner/aws-ssm-util": "*", - "@aws-sdk/client-sqs": "^3.848.0", + "@aws-sdk/client-sqs": "^3.859.0", "@middy/core": "^6.4.1", "@octokit/rest": "22.0.0", "@octokit/types": "^14.1.0", - "@octokit/webhooks": "^14.1.1", + "@octokit/webhooks": "^14.1.3", "aws-lambda": "^1.0.7" }, "nx": { diff --git a/lambdas/libs/aws-powertools-util/package.json b/lambdas/libs/aws-powertools-util/package.json index d1884e76b9..f5c5c0c177 100644 --- a/lambdas/libs/aws-powertools-util/package.json +++ b/lambdas/libs/aws-powertools-util/package.json @@ -20,9 +20,9 @@ "body-parser": "^2.2.0" }, "dependencies": { - "@aws-lambda-powertools/logger": "^2.24.0", - "@aws-lambda-powertools/metrics": "^2.24.0", - "@aws-lambda-powertools/tracer": "^2.24.0", + "@aws-lambda-powertools/logger": "^2.24.1", + "@aws-lambda-powertools/metrics": "^2.24.1", + "@aws-lambda-powertools/tracer": "^2.24.1", "aws-lambda": "^1.0.7" }, "nx": { diff --git a/lambdas/libs/aws-ssm-util/package.json b/lambdas/libs/aws-ssm-util/package.json index 3469e714e4..e5b223445b 100644 --- a/lambdas/libs/aws-ssm-util/package.json +++ b/lambdas/libs/aws-ssm-util/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@aws-github-runner/aws-powertools-util": "*", - "@aws-sdk/client-ssm": "^3.849.0" + "@aws-sdk/client-ssm": "^3.859.0" }, "nx": { "includedScripts": [ diff --git a/lambdas/package.json b/lambdas/package.json index 308f97df52..7cec7500c1 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -22,9 +22,9 @@ }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", - "@nx/eslint": "21.3.5", - "@nx/js": "^21.3.5", - "@nx/vite": "^21.3.5", + "@nx/eslint": "21.3.11", + "@nx/js": "^21.3.11", + "@nx/vite": "^21.3.11", "@swc-node/register": "~1.10.10", "@swc/core": "~1.13.1", "@swc/helpers": "~0.5.17", @@ -33,7 +33,7 @@ "@typescript-eslint/parser": "^8.31.0", "@vitest/coverage-v8": "^3.2.4", "chalk": "^5.4.1", - "eslint": "^9.31.0", + "eslint": "^9.32.0", "eslint-plugin-prettier": "5.5.3", "nx": "21.3.2", "prettier": "^3.5.3", diff --git a/lambdas/yarn.lock b/lambdas/yarn.lock index d74b1f424e..bd471ef782 100644 --- a/lambdas/yarn.lock +++ b/lambdas/yarn.lock @@ -126,8 +126,8 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.852.0" - "@aws-sdk/client-ssm": "npm:^3.849.0" + "@aws-sdk/client-ec2": "npm:^3.859.0" + "@aws-sdk/client-ssm": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@types/aws-lambda": "npm:^8.10.152" "@vercel/ncc": "npm:^0.38.3" @@ -141,9 +141,9 @@ __metadata: version: 0.0.0-use.local resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util" dependencies: - "@aws-lambda-powertools/logger": "npm:^2.24.0" - "@aws-lambda-powertools/metrics": "npm:^2.24.0" - "@aws-lambda-powertools/tracer": "npm:^2.24.0" + "@aws-lambda-powertools/logger": "npm:^2.24.1" + "@aws-lambda-powertools/metrics": "npm:^2.24.1" + "@aws-lambda-powertools/tracer": "npm:^2.24.1" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" aws-lambda: "npm:^1.0.7" @@ -156,7 +156,7 @@ __metadata: resolution: "@aws-github-runner/aws-ssm-util@workspace:libs/aws-ssm-util" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ssm": "npm:^3.849.0" + "@aws-sdk/client-ssm": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@types/aws-lambda": "npm:^8.10.152" "@types/node": "npm:^22.16.5" @@ -171,9 +171,9 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-lambda-powertools/parameters": "npm:^2.24.0" - "@aws-sdk/client-ec2": "npm:^3.852.0" - "@aws-sdk/client-sqs": "npm:^3.848.0" + "@aws-lambda-powertools/parameters": "npm:^2.24.1" + "@aws-sdk/client-ec2": "npm:^3.859.0" + "@aws-sdk/client-sqs": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@middy/core": "npm:^6.4.1" "@octokit/auth-app": "npm:8.0.2" @@ -199,8 +199,8 @@ __metadata: resolution: "@aws-github-runner/gh-agent-syncer@workspace:functions/gh-agent-syncer" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-s3": "npm:^3.850.0" - "@aws-sdk/lib-storage": "npm:^3.850.0" + "@aws-sdk/client-s3": "npm:^3.859.0" + "@aws-sdk/lib-storage": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" @@ -220,7 +220,7 @@ __metadata: resolution: "@aws-github-runner/termination-watcher@workspace:functions/termination-watcher" dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" - "@aws-sdk/client-ec2": "npm:^3.852.0" + "@aws-sdk/client-ec2": "npm:^3.859.0" "@aws-sdk/types": "npm:^3.840.0" "@middy/core": "npm:^6.4.1" "@types/aws-lambda": "npm:^8.10.152" @@ -237,12 +237,12 @@ __metadata: dependencies: "@aws-github-runner/aws-powertools-util": "npm:*" "@aws-github-runner/aws-ssm-util": "npm:*" - "@aws-sdk/client-eventbridge": "npm:^3.848.0" - "@aws-sdk/client-sqs": "npm:^3.848.0" + "@aws-sdk/client-eventbridge": "npm:^3.859.0" + "@aws-sdk/client-sqs": "npm:^3.859.0" "@middy/core": "npm:^6.4.1" "@octokit/rest": "npm:22.0.0" "@octokit/types": "npm:^14.1.0" - "@octokit/webhooks": "npm:^14.1.1" + "@octokit/webhooks": "npm:^14.1.3" "@octokit/webhooks-types": "npm:^7.6.1" "@types/aws-lambda": "npm:^8.10.152" "@types/express": "npm:^5.0.0" @@ -255,50 +255,50 @@ __metadata: languageName: unknown linkType: soft -"@aws-lambda-powertools/commons@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/commons@npm:2.24.0" - checksum: 10c0/77ee48a5852a2cf7a71354772c4d7d76782a8dab9c0847177a280e0a4f242cfad159621c0fb97ba346805008cc6d4681e4e05396a19712164696fd3357631dd1 +"@aws-lambda-powertools/commons@npm:2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/commons@npm:2.24.1" + checksum: 10c0/03e9c7f29387006cda9e1fc0a549aa622a8cdc8ee65b462c0151ea89635782a6956e561fcb2df492d5fbed40141138e6dc0a24e4c7d18eaeaa7d9ec658ab6f5f languageName: node linkType: hard -"@aws-lambda-powertools/logger@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/logger@npm:2.24.0" +"@aws-lambda-powertools/logger@npm:^2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/logger@npm:2.24.1" dependencies: - "@aws-lambda-powertools/commons": "npm:^2.24.0" + "@aws-lambda-powertools/commons": "npm:2.24.1" lodash.merge: "npm:^4.6.2" peerDependencies: - "@aws-lambda-powertools/jmespath": 2.24.0 + "@aws-lambda-powertools/jmespath": 2.24.1 "@middy/core": 4.x || 5.x || 6.x peerDependenciesMeta: "@aws-lambda-powertools/jmespath": optional: true "@middy/core": optional: true - checksum: 10c0/ae91e5c506589518b738e421056005f3e9fef8eb1f0a110bb8515e93b890d456fb5fddcee39187393846f77e684075ca312c8f31181f2825f9b6b779f4c3285c + checksum: 10c0/302dcc5655a3337ae34219de4ebb3e3038f9bbd400ec4d2fd60ec4095f26d8585c226186c56871f9962981d8539d648b4ad7f9b977fbf907a69463ec6b7efbd1 languageName: node linkType: hard -"@aws-lambda-powertools/metrics@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/metrics@npm:2.24.0" +"@aws-lambda-powertools/metrics@npm:^2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/metrics@npm:2.24.1" dependencies: - "@aws-lambda-powertools/commons": "npm:^2.24.0" + "@aws-lambda-powertools/commons": "npm:2.24.1" peerDependencies: "@middy/core": 4.x || 5.x || 6.x peerDependenciesMeta: "@middy/core": optional: true - checksum: 10c0/c3f9b9b1cb299aebf885f53caddcfe50d86ed6a30b275a1f7adf3fbcf6de2717ce67808c7c02b30f877603c308b3a263b6e4bd8c96bee3a7b949702af81dd45f + checksum: 10c0/aa7d6e4e0a2e76ed8bcbcdc7124bf9b627b1546f062b1597190f34d261ce3393f25886fbf9ab185abc351974992c91b040f3ed49fb8f5b61664454f876dc2204 languageName: node linkType: hard -"@aws-lambda-powertools/parameters@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/parameters@npm:2.24.0" +"@aws-lambda-powertools/parameters@npm:^2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/parameters@npm:2.24.1" dependencies: - "@aws-lambda-powertools/commons": "npm:^2.24.0" + "@aws-lambda-powertools/commons": "npm:2.24.1" peerDependencies: "@aws-sdk/client-appconfigdata": ">=3.x" "@aws-sdk/client-dynamodb": ">=3.x" @@ -319,64 +319,64 @@ __metadata: optional: true "@middy/core": optional: true - checksum: 10c0/b373b641791d3bf2a490a1cb66fc2fc97c65a6d80ca75af41f60739d5e063fe05ad0eeb55d758333a3a3ff844db20d7a2b001dae008a5d19f076a784d78e420f + checksum: 10c0/52592d202b3e3a6e35f6aa06f998e962550f819bc3a802d6d6b4a5f0a8bfb663cfe50d98f6819755df9baf81194c33273a70832ad12e4d95951f3baace863854 languageName: node linkType: hard -"@aws-lambda-powertools/tracer@npm:^2.24.0": - version: 2.24.0 - resolution: "@aws-lambda-powertools/tracer@npm:2.24.0" +"@aws-lambda-powertools/tracer@npm:^2.24.1": + version: 2.24.1 + resolution: "@aws-lambda-powertools/tracer@npm:2.24.1" dependencies: - "@aws-lambda-powertools/commons": "npm:^2.24.0" + "@aws-lambda-powertools/commons": "npm:2.24.1" aws-xray-sdk-core: "npm:^3.10.3" peerDependencies: "@middy/core": 4.x || 5.x || 6.x peerDependenciesMeta: "@middy/core": optional: true - checksum: 10c0/269061679eb259fdc134e3b4b049616a5bd761168542c18a148a2e3ff8ab086a6593bf2b5117e9adf785b8084be5335121fecdaaab35474d746d0cf484ee5fa8 + checksum: 10c0/097cab95d002f49a6515ba9433aafb838534671e485116f66d4c527330e32baa1f940af71d6ee1cd3a563b85f4e424f094a445dfe999e0baa114edc70b9d7e03 languageName: node linkType: hard -"@aws-sdk/client-ec2@npm:^3.852.0": - version: 3.852.0 - resolution: "@aws-sdk/client-ec2@npm:3.852.0" +"@aws-sdk/client-ec2@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-ec2@npm:3.859.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-ec2": "npm:3.845.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-sdk-ec2": "npm:3.857.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" @@ -385,86 +385,86 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/7e0f4d7265de432c911965d94524b6d56603f2038ef819ab9b128bf1468c68a08e57b5571d2f49dbfcf6ea01a88865f40c44b90792277bd0b7dd030c269f46d7 + checksum: 10c0/00cf41514b370b7ad242adc1daa126ddcc8765d6d3d50b10ed7567657f1469992061a212494a070f35cae70baeac5bdadc0958514540770e702b0d31b9c2ba4b languageName: node linkType: hard -"@aws-sdk/client-eventbridge@npm:^3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/client-eventbridge@npm:3.848.0" +"@aws-sdk/client-eventbridge@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-eventbridge@npm:3.859.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.846.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/10118da2575264bb289d8bf79d046845566deff24fd2401dd29aa0dace38c403e8cbb4ca899bc656ff8ddd83c13dd06c9c8a090e3cff237e459650f3261a3d02 + checksum: 10c0/abef5258e7bab7317d7414264f72c26ec7b2bc122ea374ffe8741b67cc69d28c777702544295c9f138d95280e80b39167d5f393c48f750c31535ffdf2c79e7b3 languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.850.0": - version: 3.850.0 - resolution: "@aws-sdk/client-s3@npm:3.850.0" +"@aws-sdk/client-s3@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-s3@npm:3.859.0" dependencies: "@aws-crypto/sha1-browser": "npm:5.2.0" "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-bucket-endpoint": "npm:3.840.0" "@aws-sdk/middleware-expect-continue": "npm:3.840.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.846.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.858.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-location-constraint": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.846.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.858.0" "@aws-sdk/middleware-ssec": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.846.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@aws-sdk/xml-builder": "npm:3.821.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/eventstream-serde-browser": "npm:^4.0.4" "@smithy/eventstream-serde-config-resolver": "npm:^4.1.2" "@smithy/eventstream-serde-node": "npm:^4.0.4" @@ -475,21 +475,21 @@ __metadata: "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/md5-js": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" @@ -499,97 +499,97 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/a5b4b0ad6fc69949356957fa0d2cfac6feb42b57c456feb51a1721f80946a52f1e5793e50437381876b92383ef16b9db3ece613671fc201381fc448346024818 + checksum: 10c0/e1fadea8842cb95cd6f1cabea9b4cc046ea24b42198ced218904450a7f0e424fb525fa285fee979a8563e547ed6518b13c529f289e0482bccaf9d9e89ead19c5 languageName: node linkType: hard -"@aws-sdk/client-sqs@npm:^3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/client-sqs@npm:3.848.0" +"@aws-sdk/client-sqs@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-sqs@npm:3.859.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-sdk-sqs": "npm:3.845.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-sdk-sqs": "npm:3.857.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/md5-js": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/2bf84c6b42248ad24db03c3a021fd963995d5eac27495f765d39b1de52abb587b68460213aac097cfe456aa730bcdc45631996df232d6e1add9b6be82704e6d7 + checksum: 10c0/82e8636d9140b082d89a6121c1a3613aaaa748135cc1399d041230d938a50251f37bcc213672a5ffd3a5d24232a004bed1cc29a1b21af25f7f9bb5ed817ce598 languageName: node linkType: hard -"@aws-sdk/client-ssm@npm:^3.849.0": - version: 3.849.0 - resolution: "@aws-sdk/client-ssm@npm:3.849.0" +"@aws-sdk/client-ssm@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/client-ssm@npm:3.859.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-node": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-node": "npm:3.859.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" @@ -598,68 +598,68 @@ __metadata: "@types/uuid": "npm:^9.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/bc03e916ad7ab7c7683f0f5061c35bcdb38c259eec6bbe0fa7f81b63f80df724cf3703a088d4f5d5ee78e29805a379206f51e2c5d8f25eb61e8503cd81859c17 + checksum: 10c0/8e8366bb52eb8bc76fa616209e22b640d2912731b4cb944103ef5aa7a9e03453a9ee5bbaea2c450b06c33183c3221facb50a4bd03b34418c8090257b55c9c87c languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/client-sso@npm:3.848.0" +"@aws-sdk/client-sso@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/client-sso@npm:3.858.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/758d98cec61ee94f90e476584955409800368346ce9cafaad9d2012579655ddd7500ec31e6e4f409d4d14365ed44379b248a47b2d5a7c4dfde6658d17efea25a + checksum: 10c0/c6c4e0ad2bee35727489e0c4ea9fb9192389bc5287ead3653f2129eff3230b7486e715a7efd7e11af6936220c858a776f112bcdf3030b385999aa1aa09b0d7a1 languageName: node linkType: hard -"@aws-sdk/core@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/core@npm:3.846.0" +"@aws-sdk/core@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/core@npm:3.858.0" dependencies: "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/xml-builder": "npm:3.821.0" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/property-provider": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" @@ -667,140 +667,140 @@ __metadata: "@smithy/util-utf8": "npm:^4.0.0" fast-xml-parser: "npm:5.2.5" tslib: "npm:^2.6.2" - checksum: 10c0/b23115868854939ec4d2eefcedd0fe6a2dbaa8bca83e4b757c21e5c8a153c99b61ea4b645e763257b2031717dfcc9c92264f83aa4f9d0071c806895eea6722fa + checksum: 10c0/537374ad47f9b4728d40143ba5487905bf5bf923aaa55a06d0207885d8cef7297e63b056c026a62ada805d4bc1a3b61aefff18d9f6ccfda7052a9a596fd514d1 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.846.0" +"@aws-sdk/credential-provider-env@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/21640b6eec50de4fa3a7e2ac1c4505c0cf27f2f7540781d2892b2aa281f28d7c4214bd385e11cdbfd5e3309cd12219c05d26adf7cad4c881c995a20b8bc4dbcd + checksum: 10c0/cd5c9d3dad500178de1b465c06ef02e77442abf86911be2ab3db309125ab6d88df99f7a5acb44bdadb30d9fb1ed44db3f78bbf6b6c52cf085f1fc533b95e2143 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.846.0" +"@aws-sdk/credential-provider-http@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-stream": "npm:^4.2.3" tslib: "npm:^2.6.2" - checksum: 10c0/5fbc05c5b0e622ce473dda41d5402982508e63496d36cb22ee6039caf563bb5d1c5633ced6901fe8c134090818400b865202c619288979132ba635f09aa98a97 + checksum: 10c0/040ddbbe92bef0d2a261ffc4a515a515171206eaa06a26fb03513aecbf8416265d4f553a862acc5cc28d831ac954c4d3d37d41cb76603e32a1c2d87c3f230979 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.848.0" - dependencies: - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/credential-provider-env": "npm:3.846.0" - "@aws-sdk/credential-provider-http": "npm:3.846.0" - "@aws-sdk/credential-provider-process": "npm:3.846.0" - "@aws-sdk/credential-provider-sso": "npm:3.848.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.848.0" - "@aws-sdk/nested-clients": "npm:3.848.0" +"@aws-sdk/credential-provider-ini@npm:3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.859.0" + dependencies: + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/credential-provider-env": "npm:3.858.0" + "@aws-sdk/credential-provider-http": "npm:3.858.0" + "@aws-sdk/credential-provider-process": "npm:3.858.0" + "@aws-sdk/credential-provider-sso": "npm:3.859.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.858.0" + "@aws-sdk/nested-clients": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/af3f7aa9816618a4be600f4feeeb737cf5bd11db4f3f7e96cc30e45e93386a2e3ab4a2f9c40b2eb738b4d4e66dbe0db5086062846a8a75dfa2fd42acfb349b33 + checksum: 10c0/8953ad581267a8debb405341463a8b7d232136cfab0aefb73a0e283bbe3b4a8e6ff54ce8b71db5f649a541529e2f32dbb0e6b050d7850ff61e97b3ad464fb2bf languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.848.0" - dependencies: - "@aws-sdk/credential-provider-env": "npm:3.846.0" - "@aws-sdk/credential-provider-http": "npm:3.846.0" - "@aws-sdk/credential-provider-ini": "npm:3.848.0" - "@aws-sdk/credential-provider-process": "npm:3.846.0" - "@aws-sdk/credential-provider-sso": "npm:3.848.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.848.0" +"@aws-sdk/credential-provider-node@npm:3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.859.0" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.858.0" + "@aws-sdk/credential-provider-http": "npm:3.858.0" + "@aws-sdk/credential-provider-ini": "npm:3.859.0" + "@aws-sdk/credential-provider-process": "npm:3.858.0" + "@aws-sdk/credential-provider-sso": "npm:3.859.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/9887a7a32dfc687c4cfb9aacf9fbc9468916dc6022802a1ddfccc6d948202e6cf6f2d15c3e526806714edd365490a828c18ec67de977a66d83b37ab75d170d56 + checksum: 10c0/2c5bae9f6ebdfdc91856aa993a79b4a58d86b247b2ad8581e0be096689b094123ccab3ffa121da832f126ab3cda3df6c69c4f61eebb4417959af0b50b302ea93 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.846.0" +"@aws-sdk/credential-provider-process@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/3be6d4547cabd1fa71aa0acacc64f7996f6154aff01e7e5aa6f1cece3d89399c4f500b74db8f0173cf0c9c89275d8803970cb815d45c769808d339bdfae186fe + checksum: 10c0/ed9805a50372e3bfea9fb3afc3f7d79b21229f63224d76286f08d96e10d37a3530834ee12a84d31db76bc102f6f978bfd515897517bf11229c4618902302ec8e languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.848.0" +"@aws-sdk/credential-provider-sso@npm:3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.859.0" dependencies: - "@aws-sdk/client-sso": "npm:3.848.0" - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/token-providers": "npm:3.848.0" + "@aws-sdk/client-sso": "npm:3.858.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/token-providers": "npm:3.859.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/3ac50af20ff6646388175581cafab03b590eb5fccd1743ef45eeab3b3bb843a681e6c9e88d06c031a2886f77f649ab1a5df18cf7fb088dc8b34a7b225614ebaf + checksum: 10c0/4242daacdafb65bb491c595757ddb1c8d34b27dd6618f5e941b374fd06a113e5f370bdf0b3bcc98426ebaa4bbf5d84611abefd12bcdad20b5c71d43a6f851d79 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.848.0" +"@aws-sdk/credential-provider-web-identity@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/nested-clients": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/nested-clients": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/bd1729dc05426d86c4feb4093b6c57eb2f11a8c10d6bd9a9b81d795bd4de1fa03f9c92c85ca35e6121c4814ba6a3416fa6bb7b3bf8171735de28999a1a239aa6 + checksum: 10c0/24dbc0689c4df3a828ab823145dc2ebc70d9b6c17742cb561f917d49d7ed64ca4b8e940382921b852193dba01a13b01d2d14f87922d37049bf7f0e1501bf0aff languageName: node linkType: hard -"@aws-sdk/lib-storage@npm:^3.850.0": - version: 3.850.0 - resolution: "@aws-sdk/lib-storage@npm:3.850.0" +"@aws-sdk/lib-storage@npm:^3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/lib-storage@npm:3.859.0" dependencies: "@smithy/abort-controller": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/smithy-client": "npm:^4.4.9" buffer: "npm:5.6.0" events: "npm:3.3.0" stream-browserify: "npm:3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-s3": ^3.850.0 - checksum: 10c0/6010550c3c5e233978db7fad8ab922cd799f2e87aef00c919d4a5557c721dfbfd6f9494eeab9e884d1f94fe580d772a1886d72af9f81e4be7db716a69c22ae30 + "@aws-sdk/client-s3": ^3.859.0 + checksum: 10c0/670cd9f60256139567e241ae003a539ec7ca4d4e89bed2f3b4a1311c8f2911f38edfcbcf34507c63641998fdc9fe14290125327ca9fd26fc760c72b0526bb81b languageName: node linkType: hard @@ -831,14 +831,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.846.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.858.0" dependencies: "@aws-crypto/crc32": "npm:5.2.0" "@aws-crypto/crc32c": "npm:5.2.0" "@aws-crypto/util": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/is-array-buffer": "npm:^4.0.0" "@smithy/node-config-provider": "npm:^4.1.3" @@ -848,7 +848,7 @@ __metadata: "@smithy/util-stream": "npm:^4.2.3" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3ea002638c799943d5a9333fa2257c8207d2655c053c8dfe1404d8f26bf7630cd7517099807b5fc62060298ac2e1d9f205245cbee1d93e51070f9dc1c86fdb23 + checksum: 10c0/78a48688e0a6126b7f5f4cb20d02c83bc0dfbafe82b1d2b2269036dd7bf8159840a1f8a59456f223c40f8e204de4c009fff0cadcb865f4b5baa7406a4d7f5a16 languageName: node linkType: hard @@ -898,55 +898,55 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-ec2@npm:3.845.0": - version: 3.845.0 - resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.845.0" +"@aws-sdk/middleware-sdk-ec2@npm:3.857.0": + version: 3.857.0 + resolution: "@aws-sdk/middleware-sdk-ec2@npm:3.857.0" dependencies: "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-format-url": "npm:3.840.0" - "@smithy/middleware-endpoint": "npm:^4.1.15" + "@smithy/middleware-endpoint": "npm:^4.1.17" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/7690f2ae4a9d84752eb8d666ad73a525ceb3870f2734a8388f0362b09bb7275b04c5223a350a26e94ed35aa01d48b8da1959676bbcd3a87f6b111c3ae38e0885 + checksum: 10c0/9776ee0e5dca51804b09698820decf01fd4e102029dd655c7e61e3c29874d9f96b0fb2dc612bd41857ee6578b0e9ef3135481364416508b0516a22cd5f49d47e languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.846.0" +"@aws-sdk/middleware-sdk-s3@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-arn-parser": "npm:3.804.0" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-config-provider": "npm:^4.0.0" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-stream": "npm:^4.2.3" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/34e39635ba98e12a089cc97e6a1fe63a70ee068023387f772e7a3abe42d7596a43fb0a9da762f3b667a9255e9fa8e41ba272d16b8ae0c7e3dc230906e560744e + checksum: 10c0/f37a6c2526981008f9f4833e3660d6fa774af9abd5d809c58ff9b20fe06dfcdbc12fa5e7ebb5aef71927726887e3c19169567df40e28dda7d6f3f8a9f70c623c languageName: node linkType: hard -"@aws-sdk/middleware-sdk-sqs@npm:3.845.0": - version: 3.845.0 - resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.845.0" +"@aws-sdk/middleware-sdk-sqs@npm:3.857.0": + version: 3.857.0 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.857.0" dependencies: "@aws-sdk/types": "npm:3.840.0" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-hex-encoding": "npm:^4.0.0" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/c9f4f7a537ea2da7fa4b5d4dd5e72e44d25310235da891e2c18ce68306e47d71d15dc54e68cebd7d56abc208125ae70408d1f674d8977dde80171b5d2a076d4b + checksum: 10c0/ef84084d568f2c3788e92f69a6937e672b2698803ced506e0e8e6eb66995574c742f521cd421a5f94697a4900ac554fd7724977b6cbb3b0106386a90c06bcd1e languageName: node linkType: hard @@ -961,64 +961,64 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.848.0" +"@aws-sdk/middleware-user-agent@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.858.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/2ec977bd69711022a162e287584c04c66a6481ecc331ed8fe13b6fd334a9d2c3ebe13709933dd5b224915cf7fa6e196870077e428c853b772a4b841162e71752 + checksum: 10c0/b664775f437970908412ee8ea9a2e168d6dd33bb523711b7bb54652838e78053a30ca82393008e562498f9d42a04141d2db7784f140f84d69a4782e7d58b9a4e languageName: node linkType: hard -"@aws-sdk/nested-clients@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/nested-clients@npm:3.848.0" +"@aws-sdk/nested-clients@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/nested-clients@npm:3.858.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.846.0" + "@aws-sdk/core": "npm:3.858.0" "@aws-sdk/middleware-host-header": "npm:3.840.0" "@aws-sdk/middleware-logger": "npm:3.840.0" "@aws-sdk/middleware-recursion-detection": "npm:3.840.0" - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/region-config-resolver": "npm:3.840.0" "@aws-sdk/types": "npm:3.840.0" "@aws-sdk/util-endpoints": "npm:3.848.0" "@aws-sdk/util-user-agent-browser": "npm:3.840.0" - "@aws-sdk/util-user-agent-node": "npm:3.848.0" + "@aws-sdk/util-user-agent-node": "npm:3.858.0" "@smithy/config-resolver": "npm:^4.1.4" - "@smithy/core": "npm:^3.7.0" + "@smithy/core": "npm:^3.7.2" "@smithy/fetch-http-handler": "npm:^5.1.0" "@smithy/hash-node": "npm:^4.0.4" "@smithy/invalid-dependency": "npm:^4.0.4" "@smithy/middleware-content-length": "npm:^4.0.4" - "@smithy/middleware-endpoint": "npm:^4.1.15" - "@smithy/middleware-retry": "npm:^4.1.16" + "@smithy/middleware-endpoint": "npm:^4.1.17" + "@smithy/middleware-retry": "npm:^4.1.18" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/node-http-handler": "npm:^4.1.0" "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/smithy-client": "npm:^4.4.7" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-base64": "npm:^4.0.0" "@smithy/util-body-length-browser": "npm:^4.0.0" "@smithy/util-body-length-node": "npm:^4.0.0" - "@smithy/util-defaults-mode-browser": "npm:^4.0.23" - "@smithy/util-defaults-mode-node": "npm:^4.0.23" + "@smithy/util-defaults-mode-browser": "npm:^4.0.25" + "@smithy/util-defaults-mode-node": "npm:^4.0.25" "@smithy/util-endpoints": "npm:^3.0.6" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/77057a60ce0f86bee16e1daa5214385720aa433f1ff097350b41a85dab2da2ac0a6f196f17b94d51631448adeed9dabfd8b984976771d9cfd4bb27a449f26bc6 + checksum: 10c0/c53037cb67d68ec58cce1d700ed681f57f8d2686c32c9a5a2f242cc2dac635aa2252579e2e61817fc60b3e55826a269902bc980e916f7f46399c263426de227a languageName: node linkType: hard @@ -1036,32 +1036,32 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.846.0": - version: 3.846.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.846.0" +"@aws-sdk/signature-v4-multi-region@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.858.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.846.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/signature-v4": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/9f5bf554cb787e8fd3f8219c201f406c3380bddf40f835318098fd9b07143d79747f53ebca1391ff1a0be53dbe77c644c496a8bd95747bc47bf2a4ccf4141b68 + checksum: 10c0/775d4cc812c8878510d3ea7cbe3fa625ee711abb0bbda1be7b88f462a6aa8ead7e15aa7a5fa0e1661ddd7ac710b0556b4d6d08fe5e96db6d48e06ad15013ab3a languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/token-providers@npm:3.848.0" +"@aws-sdk/token-providers@npm:3.859.0": + version: 3.859.0 + resolution: "@aws-sdk/token-providers@npm:3.859.0" dependencies: - "@aws-sdk/core": "npm:3.846.0" - "@aws-sdk/nested-clients": "npm:3.848.0" + "@aws-sdk/core": "npm:3.858.0" + "@aws-sdk/nested-clients": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/property-provider": "npm:^4.0.4" "@smithy/shared-ini-file-loader": "npm:^4.0.4" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/c37329f6f3f41c32464d4ca512baa0aa1cd8694964af4391eebb14e7a4980316041579745bc35930caf973aa5595326da95f652b26ebb8f167cea078fb893d10 + checksum: 10c0/096d9a12b422a7a75e45d173633f7f60380c48c5e51cc93fc338c197f7419d578c7b7efa08ba6ed215bef6eda375822122a9c09a2da4a1f59b5e5b52b7b23671 languageName: node linkType: hard @@ -1140,11 +1140,11 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.848.0": - version: 3.848.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.848.0" +"@aws-sdk/util-user-agent-node@npm:3.858.0": + version: 3.858.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.858.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.848.0" + "@aws-sdk/middleware-user-agent": "npm:3.858.0" "@aws-sdk/types": "npm:3.840.0" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/types": "npm:^4.3.1" @@ -1154,7 +1154,7 @@ __metadata: peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/165308d1323ed0f56f4366e235674a73606c9d32a47c1572541c4befc6ce5ecca2d2334981f0d77791def22dad0a722773b1540f60f2d329710f2ade361801a6 + checksum: 10c0/fff009c5e6678ceb1913d2429b34b7a21469d21321ca6fdacbb936c6ee3b0857b844949fd893335d680e8d7ee298bd4c0a096b3aef6d01f95fd2328174266395 languageName: node linkType: hard @@ -3017,16 +3017,7 @@ __metadata: languageName: node linkType: hard -"@eslint/core@npm:^0.14.0": - version: 0.14.0 - resolution: "@eslint/core@npm:0.14.0" - dependencies: - "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/259f279445834ba2d2cbcc18e9d43202a4011fde22f29d5fb802181d66e0f6f0bd1f6b4b4b46663451f545d35134498231bd5e656e18d9034a457824b92b7741 - languageName: node - linkType: hard - -"@eslint/core@npm:^0.15.0": +"@eslint/core@npm:^0.15.0, @eslint/core@npm:^0.15.1": version: 0.15.1 resolution: "@eslint/core@npm:0.15.1" dependencies: @@ -3052,10 +3043,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.31.0": - version: 9.31.0 - resolution: "@eslint/js@npm:9.31.0" - checksum: 10c0/f9d4c73d0fafe70679a418cbb25ab7ebcc8f1dba6c32456d6f8ba5a137d583ecff233cfe10f61f41d7d4d2220e94cff1f39fc7ed1fa3819d1888dee1cad678ea +"@eslint/js@npm:9.32.0": + version: 9.32.0 + resolution: "@eslint/js@npm:9.32.0" + checksum: 10c0/f71e8f9146638d11fb15238279feff98801120a4d4130f1c587c4f09b024ff5ec01af1ba88e97ba6b7013488868898a668f77091300cc3d4394c7a8ed32d2667 languageName: node linkType: hard @@ -3066,13 +3057,13 @@ __metadata: languageName: node linkType: hard -"@eslint/plugin-kit@npm:^0.3.1": - version: 0.3.1 - resolution: "@eslint/plugin-kit@npm:0.3.1" +"@eslint/plugin-kit@npm:^0.3.4": + version: 0.3.4 + resolution: "@eslint/plugin-kit@npm:0.3.4" dependencies: - "@eslint/core": "npm:^0.14.0" + "@eslint/core": "npm:^0.15.1" levn: "npm:^0.4.1" - checksum: 10c0/a75f0b5d38430318a551b83e27bee570747eb50beeb76b03f64b0e78c2c27ef3d284cfda3443134df028db3251719bc0850c105f778122f6ad762d5270ec8063 + checksum: 10c0/64331ca100f62a0115d10419a28059d0f377e390192163b867b9019517433d5073d10b4ec21f754fa01faf832aceb34178745924baab2957486f8bf95fd628d2 languageName: node linkType: hard @@ -3384,9 +3375,9 @@ __metadata: languageName: node linkType: hard -"@nx/devkit@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/devkit@npm:21.3.5" +"@nx/devkit@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/devkit@npm:21.3.11" dependencies: ejs: "npm:^3.1.7" enquirer: "npm:~2.3.6" @@ -3397,17 +3388,17 @@ __metadata: tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" peerDependencies: - nx: 21.3.5 - checksum: 10c0/7fb73481f68e2371a7d8ae2d2e0c3cc125d26a8ea6224f658ff2398484ca90ad1e15f29a7ab9ecd14af824da5cad4d6f03dcb86e3133520e13ce7da57cf01aeb + nx: 21.3.11 + checksum: 10c0/3af10cbc5eea359e7eede4aa742aa6785e7562ec525b28ec61fa087bc259c344a1cb22d01997e111231e194f4518a68344f3a0a0c6baa470a0c965359fca8a52 languageName: node linkType: hard -"@nx/eslint@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/eslint@npm:21.3.5" +"@nx/eslint@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/eslint@npm:21.3.11" dependencies: - "@nx/devkit": "npm:21.3.5" - "@nx/js": "npm:21.3.5" + "@nx/devkit": "npm:21.3.11" + "@nx/js": "npm:21.3.11" semver: "npm:^7.5.3" tslib: "npm:^2.3.0" typescript: "npm:~5.8.2" @@ -3417,13 +3408,13 @@ __metadata: peerDependenciesMeta: "@zkochan/js-yaml": optional: true - checksum: 10c0/fe1786c8539dee2e4d143914676aa63c3caffbb510746cda74f09916f02381f4acb7ae066903729265f504c7a87ec55e9eb3932972b7c9812cd614b61412e934 + checksum: 10c0/50294e2a3355b312b76c750d6c79515c91e10a7a917ae17e715865400aa41e02e1476512b2488ab1afda6fa24c9de4a2431e3528e83cd57a6b9c43e14df4c899 languageName: node linkType: hard -"@nx/js@npm:21.3.5, @nx/js@npm:^21.3.5": - version: 21.3.5 - resolution: "@nx/js@npm:21.3.5" +"@nx/js@npm:21.3.11, @nx/js@npm:^21.3.11": + version: 21.3.11 + resolution: "@nx/js@npm:21.3.11" dependencies: "@babel/core": "npm:^7.23.2" "@babel/plugin-proposal-decorators": "npm:^7.22.7" @@ -3432,8 +3423,8 @@ __metadata: "@babel/preset-env": "npm:^7.23.2" "@babel/preset-typescript": "npm:^7.22.5" "@babel/runtime": "npm:^7.22.6" - "@nx/devkit": "npm:21.3.5" - "@nx/workspace": "npm:21.3.5" + "@nx/devkit": "npm:21.3.11" + "@nx/workspace": "npm:21.3.11" "@zkochan/js-yaml": "npm:0.0.7" babel-plugin-const-enum: "npm:^1.0.1" babel-plugin-macros: "npm:^3.1.0" @@ -3459,7 +3450,14 @@ __metadata: peerDependenciesMeta: verdaccio: optional: true - checksum: 10c0/9059f6e686d3f0180093961754fac331bc6e11395975bc0cb5ec84e0423f231fc85d424f02bf1fdfbaa53d3a463cf069676b1ba52748319c7b1a25d238929ecf + checksum: 10c0/23202330c9fb0fd801b925be467da5f591849dab13b0009d6c223b8f525301e3dab604c89cb6542e8f11d66d885f0451aee8feec4cb5f4231467563a57f7115d + languageName: node + linkType: hard + +"@nx/nx-darwin-arm64@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-darwin-arm64@npm:21.3.11" + conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -3470,10 +3468,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-darwin-arm64@npm:21.3.5" - conditions: os=darwin & cpu=arm64 +"@nx/nx-darwin-x64@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-darwin-x64@npm:21.3.11" + conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -3484,10 +3482,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-darwin-x64@npm:21.3.5" - conditions: os=darwin & cpu=x64 +"@nx/nx-freebsd-x64@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-freebsd-x64@npm:21.3.11" + conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -3498,10 +3496,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-freebsd-x64@npm:21.3.5" - conditions: os=freebsd & cpu=x64 +"@nx/nx-linux-arm-gnueabihf@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.3.11" + conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -3512,10 +3510,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:21.3.5" - conditions: os=linux & cpu=arm +"@nx/nx-linux-arm64-gnu@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-arm64-gnu@npm:21.3.11" + conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard @@ -3526,10 +3524,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-arm64-gnu@npm:21.3.5" - conditions: os=linux & cpu=arm64 & libc=glibc +"@nx/nx-linux-arm64-musl@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-arm64-musl@npm:21.3.11" + conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard @@ -3540,10 +3538,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-arm64-musl@npm:21.3.5" - conditions: os=linux & cpu=arm64 & libc=musl +"@nx/nx-linux-x64-gnu@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-x64-gnu@npm:21.3.11" + conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard @@ -3554,10 +3552,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-x64-gnu@npm:21.3.5" - conditions: os=linux & cpu=x64 & libc=glibc +"@nx/nx-linux-x64-musl@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-linux-x64-musl@npm:21.3.11" + conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard @@ -3568,10 +3566,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-linux-x64-musl@npm:21.3.5" - conditions: os=linux & cpu=x64 & libc=musl +"@nx/nx-win32-arm64-msvc@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-win32-arm64-msvc@npm:21.3.11" + conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -3582,10 +3580,10 @@ __metadata: languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-win32-arm64-msvc@npm:21.3.5" - conditions: os=win32 & cpu=arm64 +"@nx/nx-win32-x64-msvc@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/nx-win32-x64-msvc@npm:21.3.11" + conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -3596,19 +3594,12 @@ __metadata: languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/nx-win32-x64-msvc@npm:21.3.5" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"@nx/vite@npm:^21.3.5": - version: 21.3.5 - resolution: "@nx/vite@npm:21.3.5" +"@nx/vite@npm:^21.3.11": + version: 21.3.11 + resolution: "@nx/vite@npm:21.3.11" dependencies: - "@nx/devkit": "npm:21.3.5" - "@nx/js": "npm:21.3.5" + "@nx/devkit": "npm:21.3.11" + "@nx/js": "npm:21.3.11" "@phenomnomnominal/tsquery": "npm:~5.0.1" "@swc/helpers": "npm:~0.5.0" ajv: "npm:^8.0.0" @@ -3619,23 +3610,23 @@ __metadata: peerDependencies: vite: ^5.0.0 || ^6.0.0 vitest: ^1.3.1 || ^2.0.0 || ^3.0.0 - checksum: 10c0/ab3a57189a2b7a98df1812c03c7f3ba85e9e3ec797d7d90f5ec91444e64624050f5947cf23537661f7347b11b25a8c5344fb3ae78a3fd2c06b53d0299e5937cc + checksum: 10c0/0670ac688b4d99b5df9c4fd6b038f6d7271ef3948efd44d18ffcc83341c5f1cd42dee5fb9b2ee9db9ffb1c609b8bbb8abd84164591c9d655683cdf85376decf5 languageName: node linkType: hard -"@nx/workspace@npm:21.3.5": - version: 21.3.5 - resolution: "@nx/workspace@npm:21.3.5" +"@nx/workspace@npm:21.3.11": + version: 21.3.11 + resolution: "@nx/workspace@npm:21.3.11" dependencies: - "@nx/devkit": "npm:21.3.5" + "@nx/devkit": "npm:21.3.11" "@zkochan/js-yaml": "npm:0.0.7" chalk: "npm:^4.1.0" enquirer: "npm:~2.3.6" - nx: "npm:21.3.5" + nx: "npm:21.3.11" picomatch: "npm:4.0.2" tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" - checksum: 10c0/0a0803f9a14a053a56baa0852f4a2fa757c3ad99075bc8de197b25609bb39c4b0064e5e956b205c2eb0d577ff5c4de217020c1450394d783d64403a265f6e58d + checksum: 10c0/d652c048cfffa6467e7294115fb4b6849d25fbbca1c020740b173c9dddcd0d80df15b0b94fd36775885470478ebd1b4e41202bb5af98910e1dd84f15fee4c123 languageName: node linkType: hard @@ -3884,14 +3875,14 @@ __metadata: languageName: node linkType: hard -"@octokit/webhooks@npm:^14.1.1": - version: 14.1.1 - resolution: "@octokit/webhooks@npm:14.1.1" +"@octokit/webhooks@npm:^14.1.3": + version: 14.1.3 + resolution: "@octokit/webhooks@npm:14.1.3" dependencies: "@octokit/openapi-webhooks-types": "npm:12.0.3" "@octokit/request-error": "npm:^7.0.0" "@octokit/webhooks-methods": "npm:^6.0.0" - checksum: 10c0/61ce5230335923234f1c4b42df105ec2f8d6b443b914ac528aad3ee040a088ca447c544b97678186973726f207fd094643259ecd5b39dc452b37324dd0d775f2 + checksum: 10c0/7f423700784cb769f15303353154e841f66e031289a25ce44852883121ad9752f0b9ea06bde1388ff38310f64208b6de748e2c24ccd9f3021f708e5e9c6ecfac languageName: node linkType: hard @@ -4273,26 +4264,9 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^3.7.0": - version: 3.7.0 - resolution: "@smithy/core@npm:3.7.0" - dependencies: - "@smithy/middleware-serde": "npm:^4.0.8" - "@smithy/protocol-http": "npm:^5.1.2" - "@smithy/types": "npm:^4.3.1" - "@smithy/util-base64": "npm:^4.0.0" - "@smithy/util-body-length-browser": "npm:^4.0.0" - "@smithy/util-middleware": "npm:^4.0.4" - "@smithy/util-stream": "npm:^4.2.3" - "@smithy/util-utf8": "npm:^4.0.0" - tslib: "npm:^2.6.2" - checksum: 10c0/b49848fda805c88f3422db823f19d7ad59859e3180f0cc9f6e0d174a111c09251d00ba788fc3539512fbc08fa53d38977c58b21ddac8f4f74f6cc7f1918066be - languageName: node - linkType: hard - -"@smithy/core@npm:^3.7.1": - version: 3.7.1 - resolution: "@smithy/core@npm:3.7.1" +"@smithy/core@npm:^3.7.2": + version: 3.7.2 + resolution: "@smithy/core@npm:3.7.2" dependencies: "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/protocol-http": "npm:^5.1.2" @@ -4303,7 +4277,7 @@ __metadata: "@smithy/util-stream": "npm:^4.2.3" "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 10c0/3828f48b776a50ee58896fd8fdcd2ae28e2142114118b5ee78892c6e40f74c63f7dbb39199a324f9858d87ca3362e72563e47ddd81c38895da070c9503325405 + checksum: 10c0/469e15f0438a6b24485610f088570729045fbe8888586e4d060fed41a5fb6e180c28124b85f2aa6119fa82cdd09cc4ea05df0674a01ac279c70162a9a9a847fe languageName: node linkType: hard @@ -4473,11 +4447,11 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^4.1.15, @smithy/middleware-endpoint@npm:^4.1.16": - version: 4.1.16 - resolution: "@smithy/middleware-endpoint@npm:4.1.16" +"@smithy/middleware-endpoint@npm:^4.1.17": + version: 4.1.17 + resolution: "@smithy/middleware-endpoint@npm:4.1.17" dependencies: - "@smithy/core": "npm:^3.7.1" + "@smithy/core": "npm:^3.7.2" "@smithy/middleware-serde": "npm:^4.0.8" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/shared-ini-file-loader": "npm:^4.0.4" @@ -4485,24 +4459,24 @@ __metadata: "@smithy/url-parser": "npm:^4.0.4" "@smithy/util-middleware": "npm:^4.0.4" tslib: "npm:^2.6.2" - checksum: 10c0/9f19d65ec1ed88e6a7a214821087286304199bbc613b157cca9dd7eab12f3ab6554fb38b9681759c75285210b21b4cc1527add1eafd46f9f5bfb8ca5679eebeb + checksum: 10c0/08e0e3542a9be373c5cbb18e54c756e8d0750138fb2f3d011e00094905175af2ecf8004d2ee2de1382b0fa5734b0393ba76e533c71929390338bcd86d9d33f72 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^4.1.16": - version: 4.1.17 - resolution: "@smithy/middleware-retry@npm:4.1.17" +"@smithy/middleware-retry@npm:^4.1.18": + version: 4.1.18 + resolution: "@smithy/middleware-retry@npm:4.1.18" dependencies: "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/service-error-classification": "npm:^4.0.6" - "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" "@smithy/util-middleware": "npm:^4.0.4" "@smithy/util-retry": "npm:^4.0.6" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/d8b8ce6180a1b9bef099c95a0f8bfcd232f12fc662a65f7ac2d65839009678af33665284c29b8abdb92de47f20f40ec95307a5f1d74623a3374158d800598b43 + checksum: 10c0/9bff3b3d329c7af0f33231b05bf442e6de6a1ddb67a55dcef2e5f5ef4dc2174afd5e8fd741d605dd096354eca3a8bb74d35c87fcd517cfc7349a5ccfdc3a559f languageName: node linkType: hard @@ -4637,18 +4611,18 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^4.4.7, @smithy/smithy-client@npm:^4.4.8": - version: 4.4.8 - resolution: "@smithy/smithy-client@npm:4.4.8" +"@smithy/smithy-client@npm:^4.4.9": + version: 4.4.9 + resolution: "@smithy/smithy-client@npm:4.4.9" dependencies: - "@smithy/core": "npm:^3.7.1" - "@smithy/middleware-endpoint": "npm:^4.1.16" + "@smithy/core": "npm:^3.7.2" + "@smithy/middleware-endpoint": "npm:^4.1.17" "@smithy/middleware-stack": "npm:^4.0.4" "@smithy/protocol-http": "npm:^5.1.2" "@smithy/types": "npm:^4.3.1" "@smithy/util-stream": "npm:^4.2.3" tslib: "npm:^2.6.2" - checksum: 10c0/2e7a0138dcf8afed63e998254f75d90fdb8da34f96cd09f84c7736eb5118f2b539b1ccb1dce697fdd7df7653d9c34b663731b22bfd1e0cb5dbdd8f797a01dfd9 + checksum: 10c0/0285f1f4aad72c55e73a628ec1796dab18da4609e249c62745aeda390cae2df27ded827a660299cb48944c470dee4097e7abb064076f297c59067b16a65cdc1e languageName: node linkType: hard @@ -4748,31 +4722,31 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^4.0.23": - version: 4.0.24 - resolution: "@smithy/util-defaults-mode-browser@npm:4.0.24" +"@smithy/util-defaults-mode-browser@npm:^4.0.25": + version: 4.0.25 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.25" dependencies: "@smithy/property-provider": "npm:^4.0.4" - "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10c0/f0738ae262dd79c17cfa060a26cfd84de6b51d7a238f3d48bc960f2e9888e68af719b825243c99ec65828edda52883bd70361cedd7224f290981d71963edbc07 + checksum: 10c0/48e82c04e2aae6926347a26d75260dab85cb7e94a7a32c37518ee9d60f75dcdb132aa412bac08caf9a8782ada4ec337ffb0376fdacfd83644013e7bb5f0bacae languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^4.0.23": - version: 4.0.24 - resolution: "@smithy/util-defaults-mode-node@npm:4.0.24" +"@smithy/util-defaults-mode-node@npm:^4.0.25": + version: 4.0.25 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.25" dependencies: "@smithy/config-resolver": "npm:^4.1.4" "@smithy/credential-provider-imds": "npm:^4.0.6" "@smithy/node-config-provider": "npm:^4.1.3" "@smithy/property-provider": "npm:^4.0.4" - "@smithy/smithy-client": "npm:^4.4.8" + "@smithy/smithy-client": "npm:^4.4.9" "@smithy/types": "npm:^4.3.1" tslib: "npm:^2.6.2" - checksum: 10c0/4ca648d7d660bf62c096d2a4b7639e0178898def45aa5e9d0b5ddd4cd6f49478155465145a44c1634e8e3149b7e6f79a19f91f93e584d765118504bac81225c0 + checksum: 10c0/ce8bdecc2a69094f327ca0f8b6345eaf6616e7abdb3a43b69613cdb6a0053370cd505e701f98f8a4930ae514c846b94d453bc3cf87603299025c57047a496ddd languageName: node linkType: hard @@ -7316,9 +7290,9 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^9.31.0": - version: 9.31.0 - resolution: "eslint@npm:9.31.0" +"eslint@npm:^9.32.0": + version: 9.32.0 + resolution: "eslint@npm:9.32.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.12.1" @@ -7326,8 +7300,8 @@ __metadata: "@eslint/config-helpers": "npm:^0.3.0" "@eslint/core": "npm:^0.15.0" "@eslint/eslintrc": "npm:^3.3.1" - "@eslint/js": "npm:9.31.0" - "@eslint/plugin-kit": "npm:^0.3.1" + "@eslint/js": "npm:9.32.0" + "@eslint/plugin-kit": "npm:^0.3.4" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/retry": "npm:^0.4.2" @@ -7362,7 +7336,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/3fd1cd5b38b907ecb3f5e7537ab91204efb38bc1ad0ca6e46fc4112f13b594272ff56e641b41580049bc333fbcb5b1b99ca9a542e8406e7da5e951068cbaec77 + checksum: 10c0/e8a23924ec5f8b62e95483002ca25db74e25c23bd9c6d98a9f656ee32f820169bee3bfdf548ec728b16694f198b3db857d85a49210ee4a035242711d08fdc602 languageName: node linkType: hard @@ -8827,9 +8801,9 @@ __metadata: resolution: "lambdas@workspace:." dependencies: "@eslint/eslintrc": "npm:^3.3.1" - "@nx/eslint": "npm:21.3.5" - "@nx/js": "npm:^21.3.5" - "@nx/vite": "npm:^21.3.5" + "@nx/eslint": "npm:21.3.11" + "@nx/js": "npm:^21.3.11" + "@nx/vite": "npm:^21.3.11" "@swc-node/register": "npm:~1.10.10" "@swc/core": "npm:~1.13.1" "@swc/helpers": "npm:~0.5.17" @@ -8838,7 +8812,7 @@ __metadata: "@typescript-eslint/parser": "npm:^8.31.0" "@vitest/coverage-v8": "npm:^3.2.4" chalk: "npm:^5.4.1" - eslint: "npm:^9.31.0" + eslint: "npm:^9.32.0" eslint-plugin-prettier: "npm:5.5.3" nx: "npm:21.3.2" prettier: "npm:^3.5.3" @@ -9407,21 +9381,21 @@ __metadata: languageName: node linkType: hard -"nx@npm:21.3.2": - version: 21.3.2 - resolution: "nx@npm:21.3.2" +"nx@npm:21.3.11": + version: 21.3.11 + resolution: "nx@npm:21.3.11" dependencies: "@napi-rs/wasm-runtime": "npm:0.2.4" - "@nx/nx-darwin-arm64": "npm:21.3.2" - "@nx/nx-darwin-x64": "npm:21.3.2" - "@nx/nx-freebsd-x64": "npm:21.3.2" - "@nx/nx-linux-arm-gnueabihf": "npm:21.3.2" - "@nx/nx-linux-arm64-gnu": "npm:21.3.2" - "@nx/nx-linux-arm64-musl": "npm:21.3.2" - "@nx/nx-linux-x64-gnu": "npm:21.3.2" - "@nx/nx-linux-x64-musl": "npm:21.3.2" - "@nx/nx-win32-arm64-msvc": "npm:21.3.2" - "@nx/nx-win32-x64-msvc": "npm:21.3.2" + "@nx/nx-darwin-arm64": "npm:21.3.11" + "@nx/nx-darwin-x64": "npm:21.3.11" + "@nx/nx-freebsd-x64": "npm:21.3.11" + "@nx/nx-linux-arm-gnueabihf": "npm:21.3.11" + "@nx/nx-linux-arm64-gnu": "npm:21.3.11" + "@nx/nx-linux-arm64-musl": "npm:21.3.11" + "@nx/nx-linux-x64-gnu": "npm:21.3.11" + "@nx/nx-linux-x64-musl": "npm:21.3.11" + "@nx/nx-win32-arm64-msvc": "npm:21.3.11" + "@nx/nx-win32-x64-msvc": "npm:21.3.11" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:3.0.2" "@zkochan/js-yaml": "npm:0.0.7" @@ -9488,25 +9462,25 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 10c0/cb6b645f8df976938a2373d0b8c788d9870d99e7b81c4f255b0204bbc03ae1af67c11ffdfc6dd699ba3754bdabb34d252181f7f5074e7dd4cd98d766c20b36b7 + checksum: 10c0/ef1177345605a285514a736dd11ecf4706aa2b892d4f8181eaaa28e47686f5217987150bd3aeb11ef8f65b80780c8004c84636aac154e0d531182dedc28ad4f7 languageName: node linkType: hard -"nx@npm:21.3.5": - version: 21.3.5 - resolution: "nx@npm:21.3.5" +"nx@npm:21.3.2": + version: 21.3.2 + resolution: "nx@npm:21.3.2" dependencies: "@napi-rs/wasm-runtime": "npm:0.2.4" - "@nx/nx-darwin-arm64": "npm:21.3.5" - "@nx/nx-darwin-x64": "npm:21.3.5" - "@nx/nx-freebsd-x64": "npm:21.3.5" - "@nx/nx-linux-arm-gnueabihf": "npm:21.3.5" - "@nx/nx-linux-arm64-gnu": "npm:21.3.5" - "@nx/nx-linux-arm64-musl": "npm:21.3.5" - "@nx/nx-linux-x64-gnu": "npm:21.3.5" - "@nx/nx-linux-x64-musl": "npm:21.3.5" - "@nx/nx-win32-arm64-msvc": "npm:21.3.5" - "@nx/nx-win32-x64-msvc": "npm:21.3.5" + "@nx/nx-darwin-arm64": "npm:21.3.2" + "@nx/nx-darwin-x64": "npm:21.3.2" + "@nx/nx-freebsd-x64": "npm:21.3.2" + "@nx/nx-linux-arm-gnueabihf": "npm:21.3.2" + "@nx/nx-linux-arm64-gnu": "npm:21.3.2" + "@nx/nx-linux-arm64-musl": "npm:21.3.2" + "@nx/nx-linux-x64-gnu": "npm:21.3.2" + "@nx/nx-linux-x64-musl": "npm:21.3.2" + "@nx/nx-win32-arm64-msvc": "npm:21.3.2" + "@nx/nx-win32-x64-msvc": "npm:21.3.2" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:3.0.2" "@zkochan/js-yaml": "npm:0.0.7" @@ -9573,7 +9547,7 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 10c0/60f9c7a5a712cc95b20427b97efd8bb469c36403a79631b3f0b91ebc15670162cacfab58b946ca639233ac8679c2b150bfc8ba1f346ed9f96629bc0eb537f336 + checksum: 10c0/cb6b645f8df976938a2373d0b8c788d9870d99e7b81c4f255b0204bbc03ae1af67c11ffdfc6dd699ba3754bdabb34d252181f7f5074e7dd4cd98d766c20b36b7 languageName: node linkType: hard @@ -10241,17 +10215,6 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^3.0.0": - version: 3.0.2 - resolution: "rimraf@npm:3.0.2" - dependencies: - glob: "npm:^7.1.3" - bin: - rimraf: bin.js - checksum: 10c0/9cb7757acb489bd83757ba1a274ab545eafd75598a9d817e0c3f8b164238dd90eba50d6b848bd4dcc5f3040912e882dc7ba71653e35af660d77b25c381d402e8 - languageName: node - linkType: hard - "rollup@npm:^4.40.0": version: 4.43.0 resolution: "rollup@npm:4.43.0" @@ -10979,11 +10942,9 @@ __metadata: linkType: hard "tmp@npm:~0.2.1": - version: 0.2.1 - resolution: "tmp@npm:0.2.1" - dependencies: - rimraf: "npm:^3.0.0" - checksum: 10c0/67607aa012059c9ce697bee820ee51bc0f39b29a8766def4f92d3f764d67c7cf9205d537d24e0cb1ce9685c40d4c628ead010910118ea18348666b5c46ed9123 + version: 0.2.4 + resolution: "tmp@npm:0.2.4" + checksum: 10c0/ac4a7538a9ddb89ead6f4ee019bc23c28ce31549a0bd0ba499a64f81e0804b1e9a3a758622b33807a1f9644dbde9a0205637985f9450abdba1d5062704f98782 languageName: node linkType: hard