From 61388771b7e8b22696febdbf3cfec228b6445aff Mon Sep 17 00:00:00 2001 From: derrike <26290287+derrike@users.noreply.github.com> Date: Tue, 4 Feb 2025 21:22:59 -0600 Subject: [PATCH] fix: dev deps and lockfile (#20) * fix: dev deps and lockfile * fix: release commits --- .projen/deps.json | 5 - .projen/tasks.json | 2 + .projenrc.ts | 6 +- package.json | 33 +- yarn.lock | 2091 +++++++++++++++++++++++--------------------- 5 files changed, 1101 insertions(+), 1036 deletions(-) diff --git a/.projen/deps.json b/.projen/deps.json index 712a1c6..64a037e 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -202,11 +202,6 @@ "version": "^7.0.5", "type": "override" }, - { - "name": "jsii", - "version": "^5.7.3", - "type": "override" - }, { "name": "aws-cdk-lib", "version": "^2.177.0", diff --git a/.projen/tasks.json b/.projen/tasks.json index b1c8e77..ccc8c2d 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -33,6 +33,7 @@ "BUMPFILE": "dist/version.txt", "RELEASETAG": "dist/releasetag.txt", "RELEASE_TAG_PREFIX": "", + "VERSIONRCOPTIONS": "{\"preset\":\"conventionalcommits\"}", "BUMP_PACKAGE": "commit-and-tag-version@^12", "RELEASABLE_COMMITS": "git log --no-merges --oneline $LATEST_TAG..HEAD -E --grep \"^(feat|fix){1}(\\([^()[:space:]]+\\))?(!)?:[[:blank:]]+.+\"" }, @@ -434,6 +435,7 @@ "BUMPFILE": "dist/version.txt", "RELEASETAG": "dist/releasetag.txt", "RELEASE_TAG_PREFIX": "", + "VERSIONRCOPTIONS": "{\"preset\":\"conventionalcommits\"}", "BUMP_PACKAGE": "commit-and-tag-version@^12", "RELEASABLE_COMMITS": "git log --no-merges --oneline $LATEST_TAG..HEAD -E --grep \"^(feat|fix){1}(\\([^()[:space:]]+\\))?(!)?:[[:blank:]]+.+\"" }, diff --git a/.projenrc.ts b/.projenrc.ts index b25cbb2..33e5c9d 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -92,6 +92,9 @@ const project = new CdklabsConstructLibrary({ } ] }, + versionrcOptions: { + preset: 'conventionalcommits' + }, workflowBootstrapSteps: [ { name: 'Install Corepack', @@ -289,8 +292,7 @@ project.tasks.tryFind('rosetta:extract')?.updateStep(0, { * Set minimum package versions across dependency chain */ project.package.addPackageResolutions( - 'cross-spawn@^7.0.5', // grype finding nov24 - 'jsii@^5.7.3' // grype finding dec24 + 'cross-spawn@^7.0.5' // grype finding nov24 ); project.synth(); diff --git a/package.json b/package.json index f12290c..a8ffb67 100644 --- a/package.json +++ b/package.json @@ -59,15 +59,15 @@ "@aws-sdk/client-s3": "3.600.0", "@aws-sdk/client-secrets-manager": "3.600.0", "@aws-sdk/client-ssm": "3.600.0", - "@aws-sdk/client-wafv2": "^3.699.0", + "@aws-sdk/client-wafv2": "^3.741.0", "@types/aws-lambda": "8.10.141", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "@types/node": "^18", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7", "@typescript-eslint/parser": "^7", "aws-cdk-lib": "2.177.0", - "aws-sdk-client-mock": "^4.0.2", + "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0", "axios": "1.7.7", "cdk-nag": "2.34.0", @@ -75,26 +75,26 @@ "cloudform-types": "^7.5.0", "commit-and-tag-version": "^12", "constructs": "10.0.5", - "esbuild": "^0.24.0", + "esbuild": "^0.24.2", "eslint": "^8", - "eslint-config-prettier": "^9.1.0", - "eslint-import-resolver-typescript": "^3.6.3", - "eslint-plugin-import": "^2.30.0", - "eslint-plugin-prettier": "^5.2.1", - "husky": "^9.1.6", + "eslint-config-prettier": "^10.0.1", + "eslint-import-resolver-typescript": "^3.7.0", + "eslint-plugin-import": "^2.31.0", + "eslint-plugin-prettier": "^5.2.3", + "husky": "^9.1.7", "jest": "^29.7.0", "jest-junit": "^15", "jsii": "~5.7", - "jsii-diff": "^1.103.1", + "jsii-diff": "^1.106.0", "jsii-docgen": "^10.5.0", - "jsii-pacmak": "^1.103.1", - "jsii-rosetta": "^5.5.5", - "lint-staged": "^15.2.10", - "prettier": "^3.3.3", + "jsii-pacmak": "^1.106.0", + "jsii-rosetta": "^5.7.3", + "lint-staged": "^15.4.3", + "prettier": "^3.4.2", "projen": "^0.88.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "typescript": "^5.6.2", + "typescript": "^5.7.3", "uuid": "11.0.3" }, "peerDependencies": { @@ -102,8 +102,7 @@ "constructs": "^10.0.5" }, "resolutions": { - "cross-spawn": "^7.0.5", - "jsii": "^5.7.3" + "cross-spawn": "^7.0.5" }, "keywords": [ "aws", diff --git a/yarn.lock b/yarn.lock index 8eb29b2..4534ce2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -36,13 +36,13 @@ __metadata: languageName: node linkType: hard -"@aws-cdk/aws-service-spec@npm:0.1.24": - version: 0.1.24 - resolution: "@aws-cdk/aws-service-spec@npm:0.1.24" +"@aws-cdk/aws-service-spec@npm:0.1.49": + version: 0.1.49 + resolution: "@aws-cdk/aws-service-spec@npm:0.1.49" dependencies: - "@aws-cdk/service-spec-types": "npm:^0.0.91" + "@aws-cdk/service-spec-types": "npm:^0.0.115" "@cdklabs/tskb": "npm:^0.0.3" - checksum: 97d043ebe6e8da8b14dbc86f0f8d8f6be8316e658c8476dd5bca347cdc16df58df6233bf4094b9360f3dd6164b5c8fa361e876b01ccec5313c769a58dd70db41 + checksum: b5cf62a0fc45fce77f8cf7b8bc395007622fcd96eebdc8e0f89feccf0e4d68d1ea8cb0ee2aeacab44c2ae1ad6fbf806b2ec8af40dba3ff2858a381d7cf756f18 languageName: node linkType: hard @@ -57,37 +57,37 @@ __metadata: linkType: hard "@aws-cdk/integ-runner@npm:latest": - version: 2.160.0-alpha.0 - resolution: "@aws-cdk/integ-runner@npm:2.160.0-alpha.0" + version: 2.177.0-alpha.0 + resolution: "@aws-cdk/integ-runner@npm:2.177.0-alpha.0" dependencies: - "@aws-cdk/aws-service-spec": "npm:0.1.24" - aws-cdk: "npm:2.160.0" + "@aws-cdk/aws-service-spec": "npm:0.1.49" + aws-cdk: "npm:2.177.0" fsevents: "npm:2.3.2" dependenciesMeta: fsevents: optional: true bin: integ-runner: bin/integ-runner - checksum: 59bc1bb66574b020960d2d15784ce4ee5f30fd77eba656dec3837ba3ccde272f23421776a13ac6905f82c04a49d625e662da0905b3e55760575da9b410bf4f22 + checksum: a67c0902cf9d287e438abe6fe2d7f79eb81457bd3bc3cfb86d628be9b27d688ea3db362e51dbf18b808bc126c97de522bab99e81fe4387ac1b19a348baa17c53 languageName: node linkType: hard "@aws-cdk/integ-tests-alpha@npm:latest": - version: 2.160.0-alpha.0 - resolution: "@aws-cdk/integ-tests-alpha@npm:2.160.0-alpha.0" + version: 2.177.0-alpha.0 + resolution: "@aws-cdk/integ-tests-alpha@npm:2.177.0-alpha.0" peerDependencies: - aws-cdk-lib: ^2.160.0 + aws-cdk-lib: ^2.177.0 constructs: ^10.0.0 - checksum: 8dc4af1cae6509587fa0aec1a042a086c70869414184bf75b0de62da82f5124dbfee926d88ae7b25b5112315c8172517bb6b1a4644134c494d8a5bddb6336ddd + checksum: 2e79d04880455c3698f9549c8554afb27d38fc62f200465c14b251c1ccd7c8193f162e626041185cc553a84c6c120fd5a64fbf810882723f79c6b49fe4a84b40 languageName: node linkType: hard -"@aws-cdk/service-spec-types@npm:^0.0.91": - version: 0.0.91 - resolution: "@aws-cdk/service-spec-types@npm:0.0.91" +"@aws-cdk/service-spec-types@npm:^0.0.115": + version: 0.0.115 + resolution: "@aws-cdk/service-spec-types@npm:0.0.115" dependencies: "@cdklabs/tskb": "npm:^0.0.3" - checksum: a423e2d936ab49706d96977799d71c83f21e3c3b8418b6a6b956ed27ecdf05ddbb5336305dc42c73ba42ca252d78083810b7422f07fc90bb429ace1fa7c96085 + checksum: d2441799b37b8abc36e22d82276ae9891d0246b45a4e315c195cd57042988f03e0a63b8f7d5e7ebc56fb635456b8ceb83d461a6d3ffb20056626aa68d0ea4b4d languageName: node linkType: hard @@ -588,55 +588,6 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sso-oidc@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.699.0" - dependencies: - "@aws-crypto/sha256-browser": "npm:5.2.0" - "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" - "@smithy/util-utf8": "npm:^3.0.0" - tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sts": ^3.699.0 - checksum: b4d277fe4a7af3934b7528e8379901ae56ab9b9d3b6ed019d0a89f22ce2f8430edbe77ef1ced413216b378e517e32a625f3c4a4e8d6ef2bc58baefb6bc5e96d9 - languageName: node - linkType: hard - "@aws-sdk/client-sso@npm:3.598.0": version: 3.598.0 resolution: "@aws-sdk/client-sso@npm:3.598.0" @@ -683,49 +634,49 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/client-sso@npm:3.696.0" +"@aws-sdk/client-sso@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/client-sso@npm:3.734.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" - "@smithy/util-utf8": "npm:^3.0.0" - tslib: "npm:^2.6.2" - checksum: e96c907c3385ea183181eb7dbdceb01c2b96a220f67bf6147b9a116aa197ceb2860fa54667405a7f60f365ee1c056b7039ff1ac236815894b675ee76c52862f3 + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" + "@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.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 8098f0516c31ee1cb0f7c82932d8bcfd4a6f85f1945c0d022402c72c40c389a04b50888543e7de43a3c8db00203bbd00d3d13a9570f37f5e4fe8253085f72df8 languageName: node linkType: hard @@ -777,100 +728,50 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/client-sts@npm:3.699.0" - dependencies: - "@aws-crypto/sha256-browser": "npm:5.2.0" - "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.699.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" - "@smithy/util-utf8": "npm:^3.0.0" - tslib: "npm:^2.6.2" - checksum: bdc7bc373fc518570d8d034b6e1af033c2bf272217c79ebe3e1ec3f928c5b73b4b71f6b7d0be9a95db1f909cdcbe8b5a52776f4f2290d63a78bd05ece7d9abe0 - languageName: node - linkType: hard - -"@aws-sdk/client-wafv2@npm:^3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/client-wafv2@npm:3.699.0" +"@aws-sdk/client-wafv2@npm:^3.741.0": + version: 3.741.0 + resolution: "@aws-sdk/client-wafv2@npm:3.741.0" dependencies: "@aws-crypto/sha256-browser": "npm:5.2.0" "@aws-crypto/sha256-js": "npm:5.2.0" - "@aws-sdk/client-sso-oidc": "npm:3.699.0" - "@aws-sdk/client-sts": "npm:3.699.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-node": "npm:3.699.0" - "@aws-sdk/middleware-host-header": "npm:3.696.0" - "@aws-sdk/middleware-logger": "npm:3.696.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.696.0" - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/region-config-resolver": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@aws-sdk/util-user-agent-browser": "npm:3.696.0" - "@aws-sdk/util-user-agent-node": "npm:3.696.0" - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/core": "npm:^2.5.3" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/hash-node": "npm:^3.0.10" - "@smithy/invalid-dependency": "npm:^3.0.10" - "@smithy/middleware-content-length": "npm:^3.0.12" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-retry": "npm:^3.0.27" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-body-length-node": "npm:^3.0.0" - "@smithy/util-defaults-mode-browser": "npm:^3.0.27" - "@smithy/util-defaults-mode-node": "npm:^3.0.27" - "@smithy/util-endpoints": "npm:^2.1.6" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" - "@smithy/util-utf8": "npm:^3.0.0" - tslib: "npm:^2.6.2" - checksum: 7b49bad62ac4fd6f7c8d60a786cbf43c97497cc25f36389aabd29f7b4b75ae67aaf7cf153f1540200d5665ec037c248887d691fbf7a3ab6c08382ab53f7b3b48 + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-node": "npm:3.741.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" + "@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.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 4960b5d787a6e5f96b331f71f4834ab859c3af17c4cb01b669d10c22e90c05f5100c3318ddaf0543cd6049d3a6add3ac930c8fa057be2be8626e0736872bee18 languageName: node linkType: hard @@ -889,22 +790,22 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/core@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/core@npm:3.696.0" +"@aws-sdk/core@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/core@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/core": "npm:^2.5.3" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/signature-v4": "npm:^4.2.2" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-middleware": "npm:^3.0.10" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/core": "npm:^3.1.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/signature-v4": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-middleware": "npm:^4.0.1" fast-xml-parser: "npm:4.4.1" tslib: "npm:^2.6.2" - checksum: 4a96a3e29bf6e0dcd82d8160633eb4b8a488d821a8e59c1033c79a8e0d32b2f82e241e1cf94599f48836800549e342a410318b18e055851741ddf7d5d3ad4606 + checksum: 1f301a3a1fa8172bacf881482bdbf10ac8212d9c6e1b726df66958994a8eaec7202f2d795e8668ae23ec4563067db4e4068ea8496a436426dd38ebd0f76d0f3e languageName: node linkType: hard @@ -920,16 +821,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.696.0" +"@aws-sdk/credential-provider-env@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: e16987ca343f9dbae2560d0d016ca005f36b27fb094f8d32b99954d0a2874aa8230f924f2dab2a0e0aebc7ee9eda6881c5f6e928d89dc759f70a7658363e20be + checksum: 27071ce049fc6c73a65478f2dbbe9de21a5d4558a93d8c9ea4b9101b41323cbde012614ef7f87467e6f05515afa8cf5fc556a579b359ce83ebbf786493ee94fc languageName: node linkType: hard @@ -950,21 +851,21 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.696.0" +"@aws-sdk/credential-provider-http@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-stream": "npm:^3.3.1" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-stream": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: 383dd45600b0edbcc52c8e1101485569e631fb218f1776bbd4971e43a54be0adef458cb096d06d944353675136d2043da588424c78fff1c4eeeaf5229eb6774d + checksum: 60edc09a92f91049bd61f3b51700ceeaa1c429d1e41e25a39560bbe56f1f0623a3a475577e265d89552f31c6d6388acda5e073f3a111692b27f07c0ad824b613 languageName: node linkType: hard @@ -989,25 +890,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.699.0" +"@aws-sdk/credential-provider-ini@npm:3.741.0": + version: 3.741.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.741.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/credential-provider-env": "npm:3.696.0" - "@aws-sdk/credential-provider-http": "npm:3.696.0" - "@aws-sdk/credential-provider-process": "npm:3.696.0" - "@aws-sdk/credential-provider-sso": "npm:3.699.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/credential-provider-imds": "npm:^3.2.6" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/credential-provider-env": "npm:3.734.0" + "@aws-sdk/credential-provider-http": "npm:3.734.0" + "@aws-sdk/credential-provider-process": "npm:3.734.0" + "@aws-sdk/credential-provider-sso": "npm:3.734.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.734.0" + "@aws-sdk/nested-clients": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/credential-provider-imds": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sts": ^3.699.0 - checksum: 1efb837da910ce4e8a43574f2fdceb82daecefbb7f3853d7ec97059a80a7193cf579d185d4f4b1ef67cb378db9c5d4d3058a252a75fd6a32caad257c6602765e + checksum: 7dc88dee6a7495d76660627e5815e7b3eb803b2f9ffc729c4191b48e55272ba0784451f872e3975361a49701c71667120d7d9e668e90c8e149d4f6d616799fed languageName: node linkType: hard @@ -1031,23 +931,23 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.699.0" +"@aws-sdk/credential-provider-node@npm:3.741.0": + version: 3.741.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.741.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.696.0" - "@aws-sdk/credential-provider-http": "npm:3.696.0" - "@aws-sdk/credential-provider-ini": "npm:3.699.0" - "@aws-sdk/credential-provider-process": "npm:3.696.0" - "@aws-sdk/credential-provider-sso": "npm:3.699.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/credential-provider-imds": "npm:^3.2.6" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/credential-provider-env": "npm:3.734.0" + "@aws-sdk/credential-provider-http": "npm:3.734.0" + "@aws-sdk/credential-provider-ini": "npm:3.741.0" + "@aws-sdk/credential-provider-process": "npm:3.734.0" + "@aws-sdk/credential-provider-sso": "npm:3.734.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/credential-provider-imds": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: d2e690eb839d906409da293af7918ab20210c25428985f019b161b3cbf5deca681d4cc397c7d5a929aeaa0b90be8dbe3282bd5a9b17969c2e6ddb5c08d66e5c4 + checksum: 98a9693f4cfbadedc1b707ad72f6a3f5714becfdf21cdc3ace7a1d43947b2b82117a7ac42102583196b1306ed3071c1d4fa284646e106aeee076bc6c68fab386 languageName: node linkType: hard @@ -1064,17 +964,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.696.0" +"@aws-sdk/credential-provider-process@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 61741aa3d9cbbc88ea31bad7b7e8253aa4a0860eef215ff8d9a8196cdaa7ca8fa3bb438500c558abc9ce78b9490c540b12180acee21a7a9276491344931c5279 + checksum: 059beffaf6c6d880234c57935356918e3456d85348165ca42028c89e5aff86f6e87a8d4ad11b2d5fc04a22178c86daff3a59ffd02a7fdc2bd2ecf0829de981b1 languageName: node linkType: hard @@ -1093,19 +993,19 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.699.0" +"@aws-sdk/credential-provider-sso@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.734.0" dependencies: - "@aws-sdk/client-sso": "npm:3.696.0" - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/token-providers": "npm:3.699.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/client-sso": "npm:3.734.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/token-providers": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: be78a04f971d716b24e4bb9ce5ecec8ed8ffe9fdeebb07d4e6138c1b833529b5260d7381af8460b00f1659eb26018bffa51c9955b24a327374dd79c2fb2ce0ab + checksum: 7a09107ef25574ce1f54261e6827a609d538a5d84c00a29e0381ee090fc372b012d288b8b6a074ec95a9557e098778799fbdd4a1bff105099da064041a0e8d39 languageName: node linkType: hard @@ -1123,18 +1023,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.696.0" +"@aws-sdk/credential-provider-web-identity@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/nested-clients": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sts": ^3.696.0 - checksum: a983867c72a6c8a1fd397f8051f4b6e64f5cac1ff5afff1b2d00815096d6c819d9ad155f4724cb27ebe3c13714eeb22cc545533f4ccaaa63980308b8bef2fa4c + checksum: 6985306744419084580beb22877ef2fbdea4d341d6e1ef1255513b06370f4cde9d6ffc6b71394375a03687db3d7fef8c486250ff0116bbea2eba89cc513fa675 languageName: node linkType: hard @@ -1193,15 +1092,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.696.0" +"@aws-sdk/middleware-host-header@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 793c61a6af5533872888d9ee1b6765e06bd9716a9b1e497fb53b39da0bdbde2c379601ddf29bd2120cc520241143bae7763691f476f81721c290ee4e71264b6e + checksum: 56e8501c3beda2961ebba56f1146849594edafa0d33ce2bdb04b62df9732d1218ffe89882333d87d76079798dc575af1756db4d7270916d8d83f8d9ef7c4798e languageName: node linkType: hard @@ -1227,14 +1126,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-logger@npm:3.696.0" +"@aws-sdk/middleware-logger@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-logger@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 978145de80cb21a59d525fe9611d78e513df506e29123c39d425dd7c77043f9b57f05f03edde33864d9494a7ce76b7e2a48ec38ee4cee213b470ff1cd11c229f + checksum: dc690e546d0411929ff5888cd2dad56b7583f160ce4339f24d4963b9d11022f06da76d5f96c56d2ff2624493885254200788c763f113c26695875b8a229ee9a1 languageName: node linkType: hard @@ -1250,15 +1149,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.696.0" +"@aws-sdk/middleware-recursion-detection@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 20db668ef267c62134e241511a6a5a49cbcacbf4eb28eb8fede903086e38bdc3d6d5277f5faae4bb0b3a5123a2f1c116b219c3c48d4b8aa49c12e97707736d51 + checksum: e46e5f99895a4370141b3439c58b94670fddd01d18bbda43a621cb0a5f2bb3384db66757f16da49815af52d29f2cfb8c5d12e273853ad34c919f4f71d078572f languageName: node linkType: hard @@ -1318,18 +1217,64 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.696.0" +"@aws-sdk/middleware-user-agent@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.734.0" dependencies: - "@aws-sdk/core": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@aws-sdk/util-endpoints": "npm:3.696.0" - "@smithy/core": "npm:^2.5.3" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@smithy/core": "npm:^3.1.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 3af4fc987d3a3cfa9036c67f60fb939a02d801ccb2781ea0be653896dfb34382c4c895a2e3ce2c48f2db547aea09d871217d77c814331251faf10b5a472974f7 + checksum: aecda461346fc272d440ee9557588bb7379020ee5ffead61ca1e905f1ccdcd009d6aee53b364a6f9278f2a092608ca86c0650f02fb14f28f2ba99a34dd4af136 + languageName: node + linkType: hard + +"@aws-sdk/nested-clients@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/nested-clients@npm:3.734.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.734.0" + "@aws-sdk/middleware-host-header": "npm:3.734.0" + "@aws-sdk/middleware-logger": "npm:3.734.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.734.0" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/region-config-resolver": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@aws-sdk/util-endpoints": "npm:3.734.0" + "@aws-sdk/util-user-agent-browser": "npm:3.734.0" + "@aws-sdk/util-user-agent-node": "npm:3.734.0" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/core": "npm:^3.1.1" + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/hash-node": "npm:^4.0.1" + "@smithy/invalid-dependency": "npm:^4.0.1" + "@smithy/middleware-content-length": "npm:^4.0.1" + "@smithy/middleware-endpoint": "npm:^4.0.2" + "@smithy/middleware-retry": "npm:^4.0.3" + "@smithy/middleware-serde": "npm:^4.0.1" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/smithy-client": "npm:^4.1.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" + "@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.3" + "@smithy/util-defaults-mode-node": "npm:^4.0.3" + "@smithy/util-endpoints": "npm:^3.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 55877c3f8cac486183c2cfad34a650a4459c85d07ae08c804e9e64ad731d7607cd783156cf5646736c7026f44d3c4e76335bb42cc37fcf91cc98195b273fbd84 languageName: node linkType: hard @@ -1347,17 +1292,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.696.0" +"@aws-sdk/region-config-resolver@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" tslib: "npm:^2.6.2" - checksum: bc8765735dcd888a73336d1c0cac75fec0303446f2cd97c7818cec89d5d9f7e4b98705de1e751a47abbc3442d9237169dc967f175be27d9f828e65acb6c2d23a + checksum: c1e026dcbe9d7529ec5efee979a868d0c868287d68e7e219bd730d887ab1ccf17ef48516477e57325fef55543217496bcfe7ba6d17d9ecad98cf8cf18d5ced63 languageName: node linkType: hard @@ -1390,18 +1335,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.699.0": - version: 3.699.0 - resolution: "@aws-sdk/token-providers@npm:3.699.0" +"@aws-sdk/token-providers@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/token-providers@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/property-provider": "npm:^3.1.9" - "@smithy/shared-ini-file-loader": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/nested-clients": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - peerDependencies: - "@aws-sdk/client-sso-oidc": ^3.699.0 - checksum: f69d005aff7e85d04930374651edb75937cadab5baaa365044bf1318207b208d7cf857142fdbb8e66055fb92043140531945986346661bc82322b7307b109d56 + checksum: 65a3696a930229d54a90e971158f399f3760200dfe080d1a4abc0cc6ceb130968036a9f2809be58ed0d35cd82357d32adfdbc391f3ed2ed89c4e0dcd114cb0de languageName: node linkType: hard @@ -1415,13 +1359,13 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/types@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/types@npm:3.696.0" +"@aws-sdk/types@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/types@npm:3.734.0" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 3721939d5dd2a68fa4aee89d56b4817dd6c020721e2b2ea5b702968e7055826eb37e1924bc298007686304bf9bb6623bfec26b5cfd0663f2dba9d1b48437bb91 + checksum: 74313849619b8bce9e6a52c70fcdaa212574a443503c78bccdba77cdc7bc66b8cecefe461852e0bab7376cc2ec3e1891730b1a027be63efb47394115c8ddb856 languageName: node linkType: hard @@ -1456,15 +1400,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/util-endpoints@npm:3.696.0" +"@aws-sdk/util-endpoints@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/util-endpoints@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-endpoints": "npm:^2.1.6" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-endpoints": "npm:^3.0.1" tslib: "npm:^2.6.2" - checksum: b32822b5f6924b8e3f88c7269afb216d07eccb338627a366ff3f94d98e7f5e4a9448dcf7c5ac97fc31fd0dfec5dfec52bbbeda65d84edd33fd509ed1dbfb1993 + checksum: 655d51da2fc57679be0e7c243cf2876f802c3d10df431cd56c00ec19de584d073c3838f2b917fb4b4d8c4e7d61a49af69c1b7135b8371619ae2339a793117005 languageName: node linkType: hard @@ -1489,15 +1433,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.696.0" +"@aws-sdk/util-user-agent-browser@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.734.0" dependencies: - "@aws-sdk/types": "npm:3.696.0" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/types": "npm:^4.1.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: e72e35b21e6945d8a3cc46f92a5a6509842fe5439c2b1628f72d1f0932398d4aae2648c8a1779e2936aa4f4720047344790dc533f334ae18b20a43443d4a7b93 + checksum: 7fc8c5e29f3219f8abf1d0cff73dd6bb34f32a235473843e50f61375b1c05f4c49269cd956c9e4623c87c025e1eeef9fc699ae3389665459721bc11e00c25ead languageName: node linkType: hard @@ -1518,21 +1462,21 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.696.0": - version: 3.696.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.696.0" +"@aws-sdk/util-user-agent-node@npm:3.734.0": + version: 3.734.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.734.0" dependencies: - "@aws-sdk/middleware-user-agent": "npm:3.696.0" - "@aws-sdk/types": "npm:3.696.0" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" + "@aws-sdk/middleware-user-agent": "npm:3.734.0" + "@aws-sdk/types": "npm:3.734.0" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 9dd7ef236ff13552f559d0e78bfffe424032dc4040306808542a2eedbe80801ae05389c415b770461b6b39a0b35cdbebf97e673e6f7132e05121708acee3db83 + checksum: bae227776ede8d0c85193e257ac6e69b07f1ba94481544036fcdbdd633069fd7ebc19a0141c1e168ef58fc2c267da15a511e498552902ca15eac1a5240841f6e languageName: node linkType: hard @@ -1957,15 +1901,15 @@ __metadata: "@aws-sdk/client-s3": "npm:3.600.0" "@aws-sdk/client-secrets-manager": "npm:3.600.0" "@aws-sdk/client-ssm": "npm:3.600.0" - "@aws-sdk/client-wafv2": "npm:^3.699.0" + "@aws-sdk/client-wafv2": "npm:^3.741.0" "@types/aws-lambda": "npm:8.10.141" - "@types/jest": "npm:^29.5.13" + "@types/jest": "npm:^29.5.14" "@types/node": "npm:^18" "@types/uuid": "npm:^10.0.0" "@typescript-eslint/eslint-plugin": "npm:^7" "@typescript-eslint/parser": "npm:^7" aws-cdk-lib: "npm:2.177.0" - aws-sdk-client-mock: "npm:^4.0.2" + aws-sdk-client-mock: "npm:^4.1.0" aws-sdk-client-mock-jest: "npm:^4.1.0" axios: "npm:1.7.7" cdk-nag: "npm:2.34.0" @@ -1973,26 +1917,26 @@ __metadata: cloudform-types: "npm:^7.5.0" commit-and-tag-version: "npm:^12" constructs: "npm:10.0.5" - esbuild: "npm:^0.24.0" + esbuild: "npm:^0.24.2" eslint: "npm:^8" - eslint-config-prettier: "npm:^9.1.0" - eslint-import-resolver-typescript: "npm:^3.6.3" - eslint-plugin-import: "npm:^2.30.0" - eslint-plugin-prettier: "npm:^5.2.1" - husky: "npm:^9.1.6" + eslint-config-prettier: "npm:^10.0.1" + eslint-import-resolver-typescript: "npm:^3.7.0" + eslint-plugin-import: "npm:^2.31.0" + eslint-plugin-prettier: "npm:^5.2.3" + husky: "npm:^9.1.7" jest: "npm:^29.7.0" jest-junit: "npm:^15" jsii: "npm:~5.7" - jsii-diff: "npm:^1.103.1" + jsii-diff: "npm:^1.106.0" jsii-docgen: "npm:^10.5.0" - jsii-pacmak: "npm:^1.103.1" - jsii-rosetta: "npm:^5.5.5" - lint-staged: "npm:^15.2.10" - prettier: "npm:^3.3.3" + jsii-pacmak: "npm:^1.106.0" + jsii-rosetta: "npm:^5.7.3" + lint-staged: "npm:^15.4.3" + prettier: "npm:^3.4.2" projen: "npm:^0.88.0" ts-jest: "npm:^29.2.5" ts-node: "npm:^10.9.2" - typescript: "npm:^5.6.2" + typescript: "npm:^5.7.3" uuid: "npm:11.0.3" peerDependencies: aws-cdk-lib: ^2.177.0 @@ -2016,170 +1960,177 @@ __metadata: languageName: node linkType: hard -"@esbuild/aix-ppc64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/aix-ppc64@npm:0.24.0" +"@esbuild/aix-ppc64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/aix-ppc64@npm:0.24.2" conditions: os=aix & cpu=ppc64 languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/android-arm64@npm:0.24.0" +"@esbuild/android-arm64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/android-arm64@npm:0.24.2" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@esbuild/android-arm@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/android-arm@npm:0.24.0" +"@esbuild/android-arm@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/android-arm@npm:0.24.2" conditions: os=android & cpu=arm languageName: node linkType: hard -"@esbuild/android-x64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/android-x64@npm:0.24.0" +"@esbuild/android-x64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/android-x64@npm:0.24.2" conditions: os=android & cpu=x64 languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/darwin-arm64@npm:0.24.0" +"@esbuild/darwin-arm64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/darwin-arm64@npm:0.24.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/darwin-x64@npm:0.24.0" +"@esbuild/darwin-x64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/darwin-x64@npm:0.24.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/freebsd-arm64@npm:0.24.0" +"@esbuild/freebsd-arm64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/freebsd-arm64@npm:0.24.2" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/freebsd-x64@npm:0.24.0" +"@esbuild/freebsd-x64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/freebsd-x64@npm:0.24.2" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-arm64@npm:0.24.0" +"@esbuild/linux-arm64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-arm64@npm:0.24.2" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-arm@npm:0.24.0" +"@esbuild/linux-arm@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-arm@npm:0.24.2" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-ia32@npm:0.24.0" +"@esbuild/linux-ia32@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-ia32@npm:0.24.2" conditions: os=linux & cpu=ia32 languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-loong64@npm:0.24.0" +"@esbuild/linux-loong64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-loong64@npm:0.24.2" conditions: os=linux & cpu=loong64 languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-mips64el@npm:0.24.0" +"@esbuild/linux-mips64el@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-mips64el@npm:0.24.2" conditions: os=linux & cpu=mips64el languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-ppc64@npm:0.24.0" +"@esbuild/linux-ppc64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-ppc64@npm:0.24.2" conditions: os=linux & cpu=ppc64 languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-riscv64@npm:0.24.0" +"@esbuild/linux-riscv64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-riscv64@npm:0.24.2" conditions: os=linux & cpu=riscv64 languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-s390x@npm:0.24.0" +"@esbuild/linux-s390x@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-s390x@npm:0.24.2" conditions: os=linux & cpu=s390x languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/linux-x64@npm:0.24.0" +"@esbuild/linux-x64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/linux-x64@npm:0.24.2" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/netbsd-x64@npm:0.24.0" +"@esbuild/netbsd-arm64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/netbsd-arm64@npm:0.24.2" + conditions: os=netbsd & cpu=arm64 + languageName: node + linkType: hard + +"@esbuild/netbsd-x64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/netbsd-x64@npm:0.24.2" conditions: os=netbsd & cpu=x64 languageName: node linkType: hard -"@esbuild/openbsd-arm64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/openbsd-arm64@npm:0.24.0" +"@esbuild/openbsd-arm64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/openbsd-arm64@npm:0.24.2" conditions: os=openbsd & cpu=arm64 languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/openbsd-x64@npm:0.24.0" +"@esbuild/openbsd-x64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/openbsd-x64@npm:0.24.2" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/sunos-x64@npm:0.24.0" +"@esbuild/sunos-x64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/sunos-x64@npm:0.24.2" conditions: os=sunos & cpu=x64 languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/win32-arm64@npm:0.24.0" +"@esbuild/win32-arm64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/win32-arm64@npm:0.24.2" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/win32-ia32@npm:0.24.0" +"@esbuild/win32-ia32@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/win32-ia32@npm:0.24.2" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.24.0": - version: 0.24.0 - resolution: "@esbuild/win32-x64@npm:0.24.0" +"@esbuild/win32-x64@npm:0.24.2": + version: 0.24.2 + resolution: "@esbuild/win32-x64@npm:0.24.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -2195,13 +2146,20 @@ __metadata: languageName: node linkType: hard -"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1": +"@eslint-community/regexpp@npm:^4.10.0": version: 4.11.1 resolution: "@eslint-community/regexpp@npm:4.11.1" checksum: fbcc1cb65ef5ed5b92faa8dc542e035269065e7ebcc0b39c81a4fe98ad35cfff20b3c8df048641de15a7757e07d69f85e2579c1a5055f993413ba18c055654f8 languageName: node linkType: hard +"@eslint-community/regexpp@npm:^4.6.1": + version: 4.12.1 + resolution: "@eslint-community/regexpp@npm:4.12.1" + checksum: a03d98c246bcb9109aec2c08e4d10c8d010256538dcb3f56610191607214523d4fb1b00aa81df830b6dffb74c5fa0be03642513a289c567949d3e550ca11cdf6 + languageName: node + linkType: hard + "@eslint/eslintrc@npm:^2.1.4": version: 2.1.4 resolution: "@eslint/eslintrc@npm:2.1.4" @@ -2581,16 +2539,6 @@ __metadata: languageName: node linkType: hard -"@jsii/check-node@npm:1.103.1": - version: 1.103.1 - resolution: "@jsii/check-node@npm:1.103.1" - dependencies: - chalk: "npm:^4.1.2" - semver: "npm:^7.6.3" - checksum: 2f628de227dcab57ef986e37e95597b988f296969224b9127c06c3cb2938f4cff51eb21fb467bb3dee6ba5f4d5413530b8090d08c5dd98e7784ac7bfbce7e65a - languageName: node - linkType: hard - "@jsii/check-node@npm:1.106.0": version: 1.106.0 resolution: "@jsii/check-node@npm:1.106.0" @@ -2601,15 +2549,6 @@ __metadata: languageName: node linkType: hard -"@jsii/spec@npm:^1.103.1": - version: 1.103.1 - resolution: "@jsii/spec@npm:1.103.1" - dependencies: - ajv: "npm:^8.17.1" - checksum: 9ff4de91acabcef22fbd8db989d3ddd2e04192de3f6573fd112dfbd23cda04a216eae5af1e60b51243f3a023d6a5c90e29e7debc868c1c8a98d94be3387cf747 - languageName: node - linkType: hard - "@jsii/spec@npm:^1.106.0": version: 1.106.0 resolution: "@jsii/spec@npm:1.106.0" @@ -2794,16 +2733,6 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^3.1.8": - version: 3.1.8 - resolution: "@smithy/abort-controller@npm:3.1.8" - dependencies: - "@smithy/types": "npm:^3.7.1" - tslib: "npm:^2.6.2" - checksum: ba62148955592036502880ac68a3fd1d4b0b70e3ace36ef9f1d0f507287795875598e2b9823ab6cdf542dcdb9fe75b57872694fc4a8108f7ab71938426a1c89c - languageName: node - linkType: hard - "@smithy/abort-controller@npm:^3.1.9": version: 3.1.9 resolution: "@smithy/abort-controller@npm:3.1.9" @@ -2814,6 +2743,16 @@ __metadata: languageName: node linkType: hard +"@smithy/abort-controller@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/abort-controller@npm:4.0.1" + dependencies: + "@smithy/types": "npm:^4.1.0" + tslib: "npm:^2.6.2" + checksum: 1ecd5c3454ced008463e6de826c294f31f6073ba91e22e443e0269ee0854d9376f73ea756b3acf77aa806a9a98e8b2568ce2e7f15ddf0a7816c99b7deefeef57 + languageName: node + linkType: hard + "@smithy/chunked-blob-reader-native@npm:^3.0.1": version: 3.0.1 resolution: "@smithy/chunked-blob-reader-native@npm:3.0.1" @@ -2833,20 +2772,7 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^3.0.12, @smithy/config-resolver@npm:^3.0.2": - version: 3.0.12 - resolution: "@smithy/config-resolver@npm:3.0.12" - dependencies: - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-config-provider": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" - tslib: "npm:^2.6.2" - checksum: 01686446680e1a0e98051034671813f2ea78664ee8a6b22811a12fb937c1ac5b67b63ab9a6ae5995c61991344fbacebc906189cd063512ef1c1bdfb6c491941d - languageName: node - linkType: hard - -"@smithy/config-resolver@npm:^3.0.13": +"@smithy/config-resolver@npm:^3.0.13, @smithy/config-resolver@npm:^3.0.2": version: 3.0.13 resolution: "@smithy/config-resolver@npm:3.0.13" dependencies: @@ -2859,52 +2785,52 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^2.2.1, @smithy/core@npm:^2.5.3": - version: 2.5.3 - resolution: "@smithy/core@npm:2.5.3" +"@smithy/config-resolver@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/config-resolver@npm:4.0.1" dependencies: - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-body-length-browser": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-stream": "npm:^3.3.1" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-config-provider": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" tslib: "npm:^2.6.2" - checksum: 36064babd1a46163ac32b4819dac3a11da853286e9f388e5189098e984ec4c3cbb514ead6f73f0e3a619e22df4ad75146a690fa352f23657614dfeaefbded15a + checksum: 4ec3486deb3017607ed1b9a42b4b806b78e2c7a00f6dd51b98ccb82d9f7506b206bd9412ec0d2a05e95bc2ac3fbbafe55b1ffce9faccc4086f837645f3f7e64d languageName: node linkType: hard -"@smithy/core@npm:^2.5.5": - version: 2.5.5 - resolution: "@smithy/core@npm:2.5.5" +"@smithy/core@npm:^2.2.1, @smithy/core@npm:^2.5.7": + version: 2.5.7 + resolution: "@smithy/core@npm:2.5.7" dependencies: "@smithy/middleware-serde": "npm:^3.0.11" "@smithy/protocol-http": "npm:^4.1.8" "@smithy/types": "npm:^3.7.2" "@smithy/util-body-length-browser": "npm:^3.0.0" "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-stream": "npm:^3.3.2" + "@smithy/util-stream": "npm:^3.3.4" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 7b05af10073eaa6353bf0da4de5862ba3651ffa1abdd2f3a0dc874ace03c4e3dd9137d38dd876f8dde7f5f7a94371328ffde01ae67b5f6651ac31d29cb87beeb + checksum: a03c374c42727c3c3bcc30c6604eb2c05a60a540b38ee21c77beacf3b1145112824e47e39732a06d140d632c089f57a62d3c879da4e9f586b6adac80d9276a1e languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^3.1.1, @smithy/credential-provider-imds@npm:^3.2.7": - version: 3.2.7 - resolution: "@smithy/credential-provider-imds@npm:3.2.7" +"@smithy/core@npm:^3.1.1, @smithy/core@npm:^3.1.2": + version: 3.1.2 + resolution: "@smithy/core@npm:3.1.2" dependencies: - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/property-provider": "npm:^3.1.10" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" + "@smithy/middleware-serde": "npm:^4.0.2" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-body-length-browser": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-stream": "npm:^4.0.2" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: c0f1d0c439f26d046ef130057ea1727cb06cab96054ed23202d6eb7eaec3e5d8ef96380b69fbdec505c569e5f2b56ed68ba8c687f47d7d99607c30e5f6e469c1 + checksum: 971f6459041a088a9f571f5264e958c6b252f9d56aee210a2a4d4e6a2932a1f8754e48c37ef7c04c2c5e4073465cd6a2be255240c1bd45c30c7ff0669250f382 languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^3.2.6, @smithy/credential-provider-imds@npm:^3.2.8": +"@smithy/credential-provider-imds@npm:^3.1.1, @smithy/credential-provider-imds@npm:^3.2.8": version: 3.2.8 resolution: "@smithy/credential-provider-imds@npm:3.2.8" dependencies: @@ -2917,6 +2843,19 @@ __metadata: languageName: node linkType: hard +"@smithy/credential-provider-imds@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/credential-provider-imds@npm:4.0.1" + dependencies: + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" + tslib: "npm:^2.6.2" + checksum: 76b5d82dfd2924f2b7a701fa159af54d3e9b16a644a210e3a74e5a3776bb28c2ffbdd342ed3f2bb1d2adf401e8144e84614523b1fad245b43e319e1d01fa1652 + languageName: node + linkType: hard + "@smithy/eventstream-codec@npm:^3.1.10": version: 3.1.10 resolution: "@smithy/eventstream-codec@npm:3.1.10" @@ -2985,29 +2924,29 @@ __metadata: languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^4.1.1": - version: 4.1.1 - resolution: "@smithy/fetch-http-handler@npm:4.1.1" +"@smithy/fetch-http-handler@npm:^4.1.3": + version: 4.1.3 + resolution: "@smithy/fetch-http-handler@npm:4.1.3" dependencies: - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/querystring-builder": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/querystring-builder": "npm:^3.0.11" + "@smithy/types": "npm:^3.7.2" "@smithy/util-base64": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: e6307dfdb621a5481e7b263e2ad0a6c4b54982504c0c1ed8e2cd12d0b9b09dd99d0a7e4ebff9d8f30f1935bae24945f44cef98eca42ad119e4f1f23507ebb081 + checksum: 287e309febccd52283e1733a17a2b92623c8522f21de8faaabb8f9f28514439374142ff84fa33bd306f5884586a1838f8aa8758dda73fb72d2fba5bd781cfa77 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^4.1.2": - version: 4.1.2 - resolution: "@smithy/fetch-http-handler@npm:4.1.2" +"@smithy/fetch-http-handler@npm:^5.0.1": + version: 5.0.1 + resolution: "@smithy/fetch-http-handler@npm:5.0.1" dependencies: - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/querystring-builder": "npm:^3.0.11" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-base64": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/querystring-builder": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-base64": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: 6fd45737e236e4ac607013a174088e28f26b2a52b3eb3d410bfcbe289ef735b323bae2f5044b339e43c80305c33dca18c7b33dbaa5297f7b5604e0cb2cb8ec0c + checksum: 5123f6119de50d4c992ebf29b769382d7000db4ed8f564680c5727e2a8beb71664198eb2eaf7cb6152ab777f654d54cf9bff5a4658e1cfdeef2987eeea7f1149 languageName: node linkType: hard @@ -3024,26 +2963,26 @@ __metadata: linkType: hard "@smithy/hash-node@npm:^3.0.1": - version: 3.0.10 - resolution: "@smithy/hash-node@npm:3.0.10" + version: 3.0.11 + resolution: "@smithy/hash-node@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" "@smithy/util-buffer-from": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 1134872f7c4ba2c35583bd0932bf0b8cb99f5f24e79235660a5e0e0914c1d587c0ee7d44d5d4a8c0ed0c77249fc3a154d28a994dc2f42e27cf212d2052a5d0bd + checksum: d0eb389976fac0667d9cd94eac5d0a16010198034ecb18180973974ced06952a73846a7b760a7c53e52d7fb3d9c2193bd0580afbefd675ca5620cf66ac14d1f7 languageName: node linkType: hard -"@smithy/hash-node@npm:^3.0.10": - version: 3.0.11 - resolution: "@smithy/hash-node@npm:3.0.11" +"@smithy/hash-node@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/hash-node@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" - "@smithy/util-buffer-from": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: d0eb389976fac0667d9cd94eac5d0a16010198034ecb18180973974ced06952a73846a7b760a7c53e52d7fb3d9c2193bd0580afbefd675ca5620cf66ac14d1f7 + checksum: d84be63a2c8a4aafa3b9f23ae76c9cf92a31fa7c49c85930424da1335259b29f6333c5c82d2e7bf689549290ffd0d995043c9ea6f05b0b2a8dfad1f649eac43f languageName: node linkType: hard @@ -3059,22 +2998,22 @@ __metadata: linkType: hard "@smithy/invalid-dependency@npm:^3.0.1": - version: 3.0.10 - resolution: "@smithy/invalid-dependency@npm:3.0.10" + version: 3.0.11 + resolution: "@smithy/invalid-dependency@npm:3.0.11" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 98bae16110f3f895991c1bd0a4291d9c900380b159c6d50d7327bd5161469f63510209ea3b08cfb0a12a66dfd9de8a1dc1ac71708b68f97c06b4ee6a2cde60b7 + checksum: 7cba9b2ebfee068e5ddddfb0a89b87c70ab252e88b0bfb2967c5373187b754452e66487ad3a539095049f2a6f327e438105b781e18f9a1ba1eb898f78c25d5ba languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^3.0.10": - version: 3.0.11 - resolution: "@smithy/invalid-dependency@npm:3.0.11" +"@smithy/invalid-dependency@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/invalid-dependency@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.2" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 7cba9b2ebfee068e5ddddfb0a89b87c70ab252e88b0bfb2967c5373187b754452e66487ad3a539095049f2a6f327e438105b781e18f9a1ba1eb898f78c25d5ba + checksum: 74bebdffb6845f6060eed482ad6e921df66af90d2f8c63f39a3bb334fa68a3e3aa8bd5cd7aa5f65628857e235e113895433895db910ba290633daa0df5725eb7 languageName: node linkType: hard @@ -3096,6 +3035,15 @@ __metadata: languageName: node linkType: hard +"@smithy/is-array-buffer@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/is-array-buffer@npm:4.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: ae393fbd5944d710443cd5dd225d1178ef7fb5d6259c14f3e1316ec75e401bda6cf86f7eb98bfd38e5ed76e664b810426a5756b916702cbd418f0933e15e7a3b + languageName: node + linkType: hard + "@smithy/md5-js@npm:^3.0.1": version: 3.0.11 resolution: "@smithy/md5-js@npm:3.0.11" @@ -3108,17 +3056,6 @@ __metadata: linkType: hard "@smithy/middleware-content-length@npm:^3.0.1": - version: 3.0.12 - resolution: "@smithy/middleware-content-length@npm:3.0.12" - dependencies: - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" - tslib: "npm:^2.6.2" - checksum: 6d8db9bc97e3c09133ec9dc3114ca3e9ad3db5c234a2e109c3010e8661b488b08b8b2066bb2cd13da11d6ccffb9bbfbec1fa1552386d6e0d8d433b5041a6978b - languageName: node - linkType: hard - -"@smithy/middleware-content-length@npm:^3.0.12": version: 3.0.13 resolution: "@smithy/middleware-content-length@npm:3.0.13" dependencies: @@ -3129,27 +3066,22 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^3.0.2, @smithy/middleware-endpoint@npm:^3.2.3": - version: 3.2.3 - resolution: "@smithy/middleware-endpoint@npm:3.2.3" +"@smithy/middleware-content-length@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/middleware-content-length@npm:4.0.1" dependencies: - "@smithy/core": "npm:^2.5.3" - "@smithy/middleware-serde": "npm:^3.0.10" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/shared-ini-file-loader": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" - "@smithy/url-parser": "npm:^3.0.10" - "@smithy/util-middleware": "npm:^3.0.10" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 95f8022ecf5144004b02cbe1da2e3ad1815c2e2e3df47d5b9958252455f0f20e7f44740cd426d5c95a5051f895c258ba5cbcfa4f4a2368306fa628d4e0c1045d + checksum: 3dfbfe658cc8636e9e923a10151a32c6234897c4a86856e55fe4fadc322b3f3e977e50d15553afcb34cadb213de2d95a82af9c8f735e758f4dc21a031e8ecb17 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^3.2.5": - version: 3.2.5 - resolution: "@smithy/middleware-endpoint@npm:3.2.5" +"@smithy/middleware-endpoint@npm:^3.0.2, @smithy/middleware-endpoint@npm:^3.2.8": + version: 3.2.8 + resolution: "@smithy/middleware-endpoint@npm:3.2.8" dependencies: - "@smithy/core": "npm:^2.5.5" + "@smithy/core": "npm:^2.5.7" "@smithy/middleware-serde": "npm:^3.0.11" "@smithy/node-config-provider": "npm:^3.1.12" "@smithy/shared-ini-file-loader": "npm:^3.1.12" @@ -3157,55 +3089,61 @@ __metadata: "@smithy/url-parser": "npm:^3.0.11" "@smithy/util-middleware": "npm:^3.0.11" tslib: "npm:^2.6.2" - checksum: 68ca5113ae7f3300cc44f9070e0f25eb21b4e15a9f56222e0746b14986600d7d703f9e25f6051c6d6502d142002256efec47c64c11dc62a56e0b8b36d95b7886 + checksum: 45b8d1f22eeb4c265618472ff2001e6b3e5fec6c1303443d1183fabf034d1ddf6053869fd1919c5b9f1824475c64906aa9af90793e7bf343ddebf69feebd4846 + languageName: node + linkType: hard + +"@smithy/middleware-endpoint@npm:^4.0.2, @smithy/middleware-endpoint@npm:^4.0.3": + version: 4.0.3 + resolution: "@smithy/middleware-endpoint@npm:4.0.3" + dependencies: + "@smithy/core": "npm:^3.1.2" + "@smithy/middleware-serde": "npm:^4.0.2" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/url-parser": "npm:^4.0.1" + "@smithy/util-middleware": "npm:^4.0.1" + tslib: "npm:^2.6.2" + checksum: 9248c2faedb2249c9bd70cedd3fb07be6b739b3ac544a87a9be22c9e61795fcff420f53b81f223d7b0d83156dad2acfe10e614a3d92bffebf57bd93252533d31 languageName: node linkType: hard -"@smithy/middleware-retry@npm:^3.0.27": - version: 3.0.30 - resolution: "@smithy/middleware-retry@npm:3.0.30" +"@smithy/middleware-retry@npm:^3.0.4": + version: 3.0.34 + resolution: "@smithy/middleware-retry@npm:3.0.34" dependencies: "@smithy/node-config-provider": "npm:^3.1.12" "@smithy/protocol-http": "npm:^4.1.8" "@smithy/service-error-classification": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/smithy-client": "npm:^3.7.0" "@smithy/types": "npm:^3.7.2" "@smithy/util-middleware": "npm:^3.0.11" "@smithy/util-retry": "npm:^3.0.11" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 57c8f78c2d6654bdf23e8d0aca7e8b97ea6df89a6e2725cdc58d3f78fa168d4e7357f04483ec4c3f345c48bed70ea04e2c323e59b3f6c48c58346d74f9b3842e + checksum: ee92e911a406f312b0ad8f319d7b103f833bfa47711477033778060acfe31f0220b4db2637441c8e7fe20470a11c4aaca76ee22b69db09653067c5b749e99f0a languageName: node linkType: hard -"@smithy/middleware-retry@npm:^3.0.4": - version: 3.0.27 - resolution: "@smithy/middleware-retry@npm:3.0.27" +"@smithy/middleware-retry@npm:^4.0.3": + version: 4.0.4 + resolution: "@smithy/middleware-retry@npm:4.0.4" dependencies: - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/service-error-classification": "npm:^3.0.10" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-middleware": "npm:^3.0.10" - "@smithy/util-retry": "npm:^3.0.10" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/service-error-classification": "npm:^4.0.1" + "@smithy/smithy-client": "npm:^4.1.3" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-retry": "npm:^4.0.1" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: a6ce5a203a88bbee6400c7229a2fb15167b315af71c9ddf13f47b83353aded35c44603ff3c71d204273a1841460011f8e6cf53929fbe4cae022d27dbfc9263a4 + checksum: d15fecaca5758f0877cecd7de8f9434450850ada42e1e4ac871a181b90e4186dc6d6a912e5e7a4778bf637673823b24922de11cd4e3bbfb75036eef8152bb918 languageName: node linkType: hard -"@smithy/middleware-serde@npm:^3.0.1, @smithy/middleware-serde@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/middleware-serde@npm:3.0.10" - dependencies: - "@smithy/types": "npm:^3.7.1" - tslib: "npm:^2.6.2" - checksum: 407ddbbf856c54ba5592b76aeeadc5a09a679614e8eaac91b8d662b6bd7e9cf16b60190eb15254befd34311ac137260c00433ac9126a734c6c60a256e55c0e69 - languageName: node - linkType: hard - -"@smithy/middleware-serde@npm:^3.0.11": +"@smithy/middleware-serde@npm:^3.0.1, @smithy/middleware-serde@npm:^3.0.11": version: 3.0.11 resolution: "@smithy/middleware-serde@npm:3.0.11" dependencies: @@ -3215,17 +3153,17 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-stack@npm:^3.0.1, @smithy/middleware-stack@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/middleware-stack@npm:3.0.10" +"@smithy/middleware-serde@npm:^4.0.1, @smithy/middleware-serde@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/middleware-serde@npm:4.0.2" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: badcc1d275f7fd4957b6bce4e917060f971a4199e717cde7d3b4909be5d40e61c93328e2968e6885b4e8f7f5772e84ac743ddcc80031ab52efb47a3a3168beb0 + checksum: b1efee86ecc37a063bdfdb89cf691c9b9627502473f2caa0c964c0648f7b550b7a49755a9b13cdfc11aebf1641cf3ae6f8b5f1895a20241960504936da9b3138 languageName: node linkType: hard -"@smithy/middleware-stack@npm:^3.0.11": +"@smithy/middleware-stack@npm:^3.0.1, @smithy/middleware-stack@npm:^3.0.11": version: 3.0.11 resolution: "@smithy/middleware-stack@npm:3.0.11" dependencies: @@ -3235,19 +3173,17 @@ __metadata: languageName: node linkType: hard -"@smithy/node-config-provider@npm:^3.1.1, @smithy/node-config-provider@npm:^3.1.11": - version: 3.1.11 - resolution: "@smithy/node-config-provider@npm:3.1.11" +"@smithy/middleware-stack@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/middleware-stack@npm:4.0.1" dependencies: - "@smithy/property-provider": "npm:^3.1.10" - "@smithy/shared-ini-file-loader": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: b80a6d3f96979696499b27155c3e075f139fa6be6a2ea9688735bd1802f22bb41be4545dac9ea4db51519d22c6fb469e5bfad9063e2fa2b8771130d2f2d611a7 + checksum: b7f710e263e37a8c80c8d31c7d8fe5f66dec2955cde412054eefcc8df53905e1e2e53a01fd7930eb82c82a3a28eadd00e69f07dfc6e793b1d9272db58a982e9b languageName: node linkType: hard -"@smithy/node-config-provider@npm:^3.1.12": +"@smithy/node-config-provider@npm:^3.1.1, @smithy/node-config-provider@npm:^3.1.12": version: 3.1.12 resolution: "@smithy/node-config-provider@npm:3.1.12" dependencies: @@ -3259,43 +3195,45 @@ __metadata: languageName: node linkType: hard -"@smithy/node-http-handler@npm:^3.0.1, @smithy/node-http-handler@npm:^3.3.1": - version: 3.3.1 - resolution: "@smithy/node-http-handler@npm:3.3.1" +"@smithy/node-config-provider@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/node-config-provider@npm:4.0.1" dependencies: - "@smithy/abort-controller": "npm:^3.1.8" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/querystring-builder": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/shared-ini-file-loader": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 32bb521a6cc7692ee33a362256661dbdccedfe448f116595bf6870f5c4343e3152daf5f9ae0b43d4a888016ea9161375858046f141513fb1d6c61545572712fc + checksum: f8d3b1fe91eeba41426ec57d62cfbeaed027650b5549fb2ba5bc889c1cfb7880d4fdb5a484d231b3fb2a9c9023c1f4e8907a5d18d75b3787481cde9f87c4d9cb languageName: node linkType: hard -"@smithy/node-http-handler@npm:^3.3.2": - version: 3.3.2 - resolution: "@smithy/node-http-handler@npm:3.3.2" +"@smithy/node-http-handler@npm:^3.0.1, @smithy/node-http-handler@npm:^3.3.3": + version: 3.3.3 + resolution: "@smithy/node-http-handler@npm:3.3.3" dependencies: "@smithy/abort-controller": "npm:^3.1.9" "@smithy/protocol-http": "npm:^4.1.8" "@smithy/querystring-builder": "npm:^3.0.11" "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 8229f61d83df62d68f94e816520b368e9f8566426741a05134c650ee65079eddd235faa01e046e71ca8238cfc911d0d0f48820b278ce5ba81a439435d1377222 + checksum: b95ac887388f5698583855a430ca6e727bff4fc32bc4143debbdde70061685174fde132c0475f9a5128cf7522d553e108e859b41b01b3e58843f0f9cf48acd3e languageName: node linkType: hard -"@smithy/property-provider@npm:^3.1.1, @smithy/property-provider@npm:^3.1.10": - version: 3.1.10 - resolution: "@smithy/property-provider@npm:3.1.10" +"@smithy/node-http-handler@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/node-http-handler@npm:4.0.2" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/abort-controller": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/querystring-builder": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 8dfcf30565b00287fd3c5ad2784f5c820264251dc9d1ac7334a224e40eb3eac4762a6198961d3e261bbcc738fc0c7c88ebd1007761e994569342f339ff503e1e + checksum: 6a3446dcf3bf006cf55b065edfbe7636f2aa13073f2937e224890902de44b191a5214dce4cb61e98b1ad53889bdbb35386e8810a338bc75ea3743f8d4550a2ad languageName: node linkType: hard -"@smithy/property-provider@npm:^3.1.11, @smithy/property-provider@npm:^3.1.9": +"@smithy/property-provider@npm:^3.1.1, @smithy/property-provider@npm:^3.1.11": version: 3.1.11 resolution: "@smithy/property-provider@npm:3.1.11" dependencies: @@ -3305,17 +3243,17 @@ __metadata: languageName: node linkType: hard -"@smithy/protocol-http@npm:^4.0.1, @smithy/protocol-http@npm:^4.1.4, @smithy/protocol-http@npm:^4.1.7": - version: 4.1.7 - resolution: "@smithy/protocol-http@npm:4.1.7" +"@smithy/property-provider@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/property-provider@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 1d5bf3e3ae9b3c7b58934163f56364228a42d50dcc64c83855be846d46f4954ed36b1bc3d949cd24bb5da3787d9b787637cffa5e3fdbbe8e1932e05ea14eace6 + checksum: 43960a6bdf25944e1cc9d4ee83bf45ab5641f7e2068c46d5015166c0f035b1752e03847d7c15d3c013f5f0467441c9c5a8d6a0428f5401988035867709e4dea3 languageName: node linkType: hard -"@smithy/protocol-http@npm:^4.1.8": +"@smithy/protocol-http@npm:^4.0.1, @smithy/protocol-http@npm:^4.1.4, @smithy/protocol-http@npm:^4.1.8": version: 4.1.8 resolution: "@smithy/protocol-http@npm:4.1.8" dependencies: @@ -3325,18 +3263,17 @@ __metadata: languageName: node linkType: hard -"@smithy/querystring-builder@npm:^3.0.10, @smithy/querystring-builder@npm:^3.0.7": - version: 3.0.10 - resolution: "@smithy/querystring-builder@npm:3.0.10" +"@smithy/protocol-http@npm:^5.0.1": + version: 5.0.1 + resolution: "@smithy/protocol-http@npm:5.0.1" dependencies: - "@smithy/types": "npm:^3.7.1" - "@smithy/util-uri-escape": "npm:^3.0.0" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 3a95519ee41f195c3b56978803d50ba2b5b2ce46fc0de063442cdab347528cd0e3c3d5cd0361bc33ceeec1893198cb3246c201026c3917349e0fb908ca8c3fb0 + checksum: 87b157cc86c23f7199acad237e5e0cc309b18a2a4162dfd8f99609f6cca403f832b645535e58173e2933b4d96ec71f2df16d04e1bdcf52b7b0fcbdbc0067de93 languageName: node linkType: hard -"@smithy/querystring-builder@npm:^3.0.11": +"@smithy/querystring-builder@npm:^3.0.11, @smithy/querystring-builder@npm:^3.0.7": version: 3.0.11 resolution: "@smithy/querystring-builder@npm:3.0.11" dependencies: @@ -3347,13 +3284,14 @@ __metadata: languageName: node linkType: hard -"@smithy/querystring-parser@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/querystring-parser@npm:3.0.10" +"@smithy/querystring-builder@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/querystring-builder@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-uri-escape": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: e57c15087246e6a50348d557b670ded987ed5d88d4279a0a4896828d2be9fb2949f6b6c8656e5be45282c25cfa2fe62fe7fd9bd159ac30177f5b99181a5f4b74 + checksum: 21f39e3a79458d343f3dec76b38598c49a34a3c4d1d3c23b6c8895eae2b610fb3c704f995a1730599ef7a881216ea064a25bb7dc8abe5bb1ee50dc6078ad97a4 languageName: node linkType: hard @@ -3367,12 +3305,13 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/service-error-classification@npm:3.0.10" +"@smithy/querystring-parser@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/querystring-parser@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.1" - checksum: 9b9d5e0436d168f6a3290edb008292e2cc28ec7d2d9227858aff7c9c70d732336b71898eb0cb7fa76ea04c0180ec3afaf7930c92e881efd4b91023d7d8919044 + "@smithy/types": "npm:^4.1.0" + tslib: "npm:^2.6.2" + checksum: 10e5aba13fbb9a602299fb92f02142e291ab5c7cd221e0ca542981414533e081abdd7442de335f2267ee4a9ff8eba4d7ba848455df50d2771f0ddb8b7d8f9d8b languageName: node linkType: hard @@ -3385,17 +3324,16 @@ __metadata: languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^3.1.1, @smithy/shared-ini-file-loader@npm:^3.1.11": - version: 3.1.11 - resolution: "@smithy/shared-ini-file-loader@npm:3.1.11" +"@smithy/service-error-classification@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/service-error-classification@npm:4.0.1" dependencies: - "@smithy/types": "npm:^3.7.1" - tslib: "npm:^2.6.2" - checksum: 7479713932f00a6b85380fa8012ad893bb61e7ea614976e0ab2898767ff7dc91bb1dd813a4ec72e4850d6b10296f11032cd5dd916970042be376c19d0d3954b6 + "@smithy/types": "npm:^4.1.0" + checksum: de015fd140bf4e97da34a2283ce73971eb3b3aae53a257000dce0c99b8974a5e76bae9e517545ef58bd00ca8094c813cd1bcf0696c2c51e731418e2a769c744f languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^3.1.10, @smithy/shared-ini-file-loader@npm:^3.1.12": +"@smithy/shared-ini-file-loader@npm:^3.1.1, @smithy/shared-ini-file-loader@npm:^3.1.12": version: 3.1.12 resolution: "@smithy/shared-ini-file-loader@npm:3.1.12" dependencies: @@ -3405,6 +3343,16 @@ __metadata: languageName: node linkType: hard +"@smithy/shared-ini-file-loader@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/shared-ini-file-loader@npm:4.0.1" + dependencies: + "@smithy/types": "npm:^4.1.0" + tslib: "npm:^2.6.2" + checksum: 0f0173dbe61c8dac6847cc2c5115db5f1292c956c7f0559ce7bc8e5ed196a4b102977445ee1adb72206a15226a1098cdea01e92aa8ce19f4343f1135e7d37bcf + languageName: node + linkType: hard + "@smithy/signature-v4@npm:^3.1.0": version: 3.1.2 resolution: "@smithy/signature-v4@npm:3.1.2" @@ -3420,58 +3368,58 @@ __metadata: languageName: node linkType: hard -"@smithy/signature-v4@npm:^4.2.2": - version: 4.2.4 - resolution: "@smithy/signature-v4@npm:4.2.4" +"@smithy/signature-v4@npm:^5.0.1": + version: 5.0.1 + resolution: "@smithy/signature-v4@npm:5.0.1" dependencies: - "@smithy/is-array-buffer": "npm:^3.0.0" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-middleware": "npm:^3.0.11" - "@smithy/util-uri-escape": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/is-array-buffer": "npm:^4.0.0" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-middleware": "npm:^4.0.1" + "@smithy/util-uri-escape": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" tslib: "npm:^2.6.2" - checksum: a75450f508cec1cff56f22c4b81f51faec48474648bb4deadc28eb16f7c9bac7623b55733429169c1eaf85129c57c168dc41f0a5ceef0b2c031f4b08c49c1315 + checksum: a7f118642c9641f813098faad355fc5b54ae215fec589fb238d72d44149248c02e32dcfe034000f151ab665450542df88c70d269f9a3233e01a905ec03512514 languageName: node linkType: hard -"@smithy/smithy-client@npm:^3.1.2, @smithy/smithy-client@npm:^3.4.4": - version: 3.4.4 - resolution: "@smithy/smithy-client@npm:3.4.4" +"@smithy/smithy-client@npm:^3.1.2, @smithy/smithy-client@npm:^3.7.0": + version: 3.7.0 + resolution: "@smithy/smithy-client@npm:3.7.0" dependencies: - "@smithy/core": "npm:^2.5.3" - "@smithy/middleware-endpoint": "npm:^3.2.3" - "@smithy/middleware-stack": "npm:^3.0.10" - "@smithy/protocol-http": "npm:^4.1.7" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-stream": "npm:^3.3.1" + "@smithy/core": "npm:^2.5.7" + "@smithy/middleware-endpoint": "npm:^3.2.8" + "@smithy/middleware-stack": "npm:^3.0.11" + "@smithy/protocol-http": "npm:^4.1.8" + "@smithy/types": "npm:^3.7.2" + "@smithy/util-stream": "npm:^3.3.4" tslib: "npm:^2.6.2" - checksum: 3f47d2504ec02c0541b1ca73a4efed986922359e33c7746b2b31dc247cec1804d023fd8e24ff2f6efea809dddc94b447e016391dbb3bf40133ba5fe53884b3b2 + checksum: 216defaf8c2b6a5a1db9b658dc79afcacba3dc5b53d46fa3d54faa65e1637e8f25406a92db8bca910ccc1a21420b6723464832eb77b6cbc39b53b0f8193b173a languageName: node linkType: hard -"@smithy/smithy-client@npm:^3.5.0": - version: 3.5.0 - resolution: "@smithy/smithy-client@npm:3.5.0" +"@smithy/smithy-client@npm:^4.1.2, @smithy/smithy-client@npm:^4.1.3": + version: 4.1.3 + resolution: "@smithy/smithy-client@npm:4.1.3" dependencies: - "@smithy/core": "npm:^2.5.5" - "@smithy/middleware-endpoint": "npm:^3.2.5" - "@smithy/middleware-stack": "npm:^3.0.11" - "@smithy/protocol-http": "npm:^4.1.8" - "@smithy/types": "npm:^3.7.2" - "@smithy/util-stream": "npm:^3.3.2" + "@smithy/core": "npm:^3.1.2" + "@smithy/middleware-endpoint": "npm:^4.0.3" + "@smithy/middleware-stack": "npm:^4.0.1" + "@smithy/protocol-http": "npm:^5.0.1" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-stream": "npm:^4.0.2" tslib: "npm:^2.6.2" - checksum: ec480eb3713fb015cb34a6f9e0f66b41279d285cb4296589d37181f458cd00677824bf7648cf8ba4cd4d205725277ff09cb8cc94e239f72a183102505b3c4685 + checksum: d02044c4ff9e5e6d4c9fbc04b18c4718b1394c72ea5a926e2b6ea47da10a69b87dc27cd48da6c1a0272cc3f4c797591b4016d01bbba1b26397aab404231eda6c languageName: node linkType: hard -"@smithy/types@npm:^3.1.0, @smithy/types@npm:^3.3.0, @smithy/types@npm:^3.5.0, @smithy/types@npm:^3.7.1": - version: 3.7.1 - resolution: "@smithy/types@npm:3.7.1" +"@smithy/types@npm:^3.1.0, @smithy/types@npm:^3.3.0, @smithy/types@npm:^3.5.0, @smithy/types@npm:^3.7.2": + version: 3.7.2 + resolution: "@smithy/types@npm:3.7.2" dependencies: tslib: "npm:^2.6.2" - checksum: c82ad86087b6e0d2261f581a8cca1694a0af31458d7789ff5d8787973b4940a6d035082005dfc87857f266ee9cb512f7eb80535917e6dd6eb3d7d70c45d0f9aa + checksum: 4bf4674c922c092f9c92b482b074163ceea199e82466ccd4414c4cd9651f67757456414f969e9997371250e112778b636115727b5af53324334300f328069293 languageName: node linkType: hard @@ -3484,27 +3432,16 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^3.7.2": - version: 3.7.2 - resolution: "@smithy/types@npm:3.7.2" - dependencies: - tslib: "npm:^2.6.2" - checksum: 4bf4674c922c092f9c92b482b074163ceea199e82466ccd4414c4cd9651f67757456414f969e9997371250e112778b636115727b5af53324334300f328069293 - languageName: node - linkType: hard - -"@smithy/url-parser@npm:^3.0.1, @smithy/url-parser@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/url-parser@npm:3.0.10" +"@smithy/types@npm:^4.1.0": + version: 4.1.0 + resolution: "@smithy/types@npm:4.1.0" dependencies: - "@smithy/querystring-parser": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" tslib: "npm:^2.6.2" - checksum: 29c9d03ee86936ffb3bdcbb84ce14b7dacaadb2e61b5ed78ee91dfacb98e42048c70c718077347f0f39bce676168ba5fc1f1a8b19988f89f735c0b5e17cdc77a + checksum: d8817145ea043c5b29783df747ed47c3a1c584fd9d02bbdb609d38b7cb4dded1197ac214ae112744c86abe0537a314dae0edbc0e752bb639ef2d9fb84c67a9d9 languageName: node linkType: hard -"@smithy/url-parser@npm:^3.0.11": +"@smithy/url-parser@npm:^3.0.1, @smithy/url-parser@npm:^3.0.11": version: 3.0.11 resolution: "@smithy/url-parser@npm:3.0.11" dependencies: @@ -3515,6 +3452,17 @@ __metadata: languageName: node linkType: hard +"@smithy/url-parser@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/url-parser@npm:4.0.1" + dependencies: + "@smithy/querystring-parser": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + tslib: "npm:^2.6.2" + checksum: fc969b55857b3bcdc920f54bbb9b0c88b5c7695ac7100bea1c7038fd4c9a09ebe0fbb38c4839d39acea28da0d8cb4fea71ffbf362d8aec295acbb94c1b45fc86 + languageName: node + linkType: hard + "@smithy/util-base64@npm:^3.0.0": version: 3.0.0 resolution: "@smithy/util-base64@npm:3.0.0" @@ -3526,6 +3474,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-base64@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-base64@npm:4.0.0" + dependencies: + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: ad18ec66cc357c189eef358d96876b114faf7086b13e47e009b265d0ff80cec046052500489c183957b3a036768409acdd1a373e01074cc002ca6983f780cffc + languageName: node + linkType: hard + "@smithy/util-body-length-browser@npm:^3.0.0": version: 3.0.0 resolution: "@smithy/util-body-length-browser@npm:3.0.0" @@ -3535,6 +3494,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-body-length-browser@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-body-length-browser@npm:4.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 574a10934024a86556e9dcde1a9776170284326c3dfcc034afa128cc5a33c1c8179fca9cfb622ef8be5f2004316cc3f427badccceb943e829105536ec26306d9 + languageName: node + linkType: hard + "@smithy/util-body-length-node@npm:^3.0.0": version: 3.0.0 resolution: "@smithy/util-body-length-node@npm:3.0.0" @@ -3544,6 +3512,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-body-length-node@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-body-length-node@npm:4.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: e91fd3816767606c5f786166ada26440457fceb60f96653b3d624dcf762a8c650e513c275ff3f647cb081c63c283cc178853a7ed9aa224abc8ece4eeeef7a1dd + languageName: node + linkType: hard + "@smithy/util-buffer-from@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/util-buffer-from@npm:2.2.0" @@ -3564,6 +3541,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-buffer-from@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-buffer-from@npm:4.0.0" + dependencies: + "@smithy/is-array-buffer": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: be7cd33b6cb91503982b297716251e67cdca02819a15797632091cadab2dc0b4a147fff0709a0aa9bbc0b82a2644a7ed7c8afdd2194d5093cee2e9605b3a9f6f + languageName: node + linkType: hard + "@smithy/util-config-provider@npm:^3.0.0": version: 3.0.0 resolution: "@smithy/util-config-provider@npm:3.0.0" @@ -3573,74 +3560,72 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^3.0.27": - version: 3.0.30 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.30" +"@smithy/util-config-provider@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-config-provider@npm:4.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: cd9498d5f77a73aadd575084bcb22d2bb5945bac4605d605d36f2efe3f165f2b60f4dc88b7a62c2ed082ffa4b2c2f19621d0859f18399edbc2b5988d92e4649f + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-browser@npm:^3.0.4": + version: 3.0.34 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.34" dependencies: "@smithy/property-provider": "npm:^3.1.11" - "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/smithy-client": "npm:^3.7.0" "@smithy/types": "npm:^3.7.2" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: b88823b012c14639b95ff2a72aa4b85d44e6dd389aa9951bffbaae544457584a7c5c62a70e34c6c16d8f0b40c1d40667df41169f2bc6993f639425cad369965d + checksum: 81ef28dc21c330c012450718c18d850f8d7f46c603f4e6b98a828a9744025169a5a3a19b20480bb5124283262070af48c5c69d636ccfb442a3e40f9307606f05 languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^3.0.4": - version: 3.0.27 - resolution: "@smithy/util-defaults-mode-browser@npm:3.0.27" +"@smithy/util-defaults-mode-browser@npm:^4.0.3": + version: 4.0.4 + resolution: "@smithy/util-defaults-mode-browser@npm:4.0.4" dependencies: - "@smithy/property-provider": "npm:^3.1.10" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/smithy-client": "npm:^4.1.3" + "@smithy/types": "npm:^4.1.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: e55d037eb48ca5b24d5132ae782ef0122f4aff0bb43115bdebd15e467beb12a94738faa0140b0ab5853addcc1ebab2fbf1c0c5b0c2e05ec6e0b740566056b36f + checksum: 20c23f94a50d807abaa7dc00e5ec6adb3179672fc967018075e88b5c725ae8d87d8569c9987108b022b856428d55a7abb667d478f8756ad57159d7e65651d3b6 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^3.0.27": - version: 3.0.30 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.30" +"@smithy/util-defaults-mode-node@npm:^3.0.4": + version: 3.0.34 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.34" dependencies: "@smithy/config-resolver": "npm:^3.0.13" "@smithy/credential-provider-imds": "npm:^3.2.8" "@smithy/node-config-provider": "npm:^3.1.12" "@smithy/property-provider": "npm:^3.1.11" - "@smithy/smithy-client": "npm:^3.5.0" + "@smithy/smithy-client": "npm:^3.7.0" "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: 8e56a52269d77caea4309823f85fb3300a21a430b0ad2ae3ae05e227b077ad867e3e3cd80c15dd887826170f6a561706ea306656ec0c3456841bea9cb2cccee0 + checksum: 45485c81c149f8659c9698ecc454c3f226efe8cafda05023ad4edbce354a293d839fcfc46698a2624bcbea0703c6fb8519d5322fc2aa87d13771dfdbfc015377 languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^3.0.4": - version: 3.0.27 - resolution: "@smithy/util-defaults-mode-node@npm:3.0.27" +"@smithy/util-defaults-mode-node@npm:^4.0.3": + version: 4.0.4 + resolution: "@smithy/util-defaults-mode-node@npm:4.0.4" dependencies: - "@smithy/config-resolver": "npm:^3.0.12" - "@smithy/credential-provider-imds": "npm:^3.2.7" - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/property-provider": "npm:^3.1.10" - "@smithy/smithy-client": "npm:^3.4.4" - "@smithy/types": "npm:^3.7.1" + "@smithy/config-resolver": "npm:^4.0.1" + "@smithy/credential-provider-imds": "npm:^4.0.1" + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/property-provider": "npm:^4.0.1" + "@smithy/smithy-client": "npm:^4.1.3" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: 79ceba444b36377ff93a94c9b269162907d74388ada4e94c87d2af715b76ed7d12aa274000862396762e2c57f205261f1490f93b8ecb6e031a4872fc823a0c86 + checksum: 90c213b09c694f1f2d71b147dbbd398be7283a30b0071e85ec968713073e4d5a4cac283426682ee2c09ee50a279a9a6f7f738c45887ba8005eb3a0d4f33d2b11 languageName: node linkType: hard "@smithy/util-endpoints@npm:^2.0.2": - version: 2.1.6 - resolution: "@smithy/util-endpoints@npm:2.1.6" - dependencies: - "@smithy/node-config-provider": "npm:^3.1.11" - "@smithy/types": "npm:^3.7.1" - tslib: "npm:^2.6.2" - checksum: a1cd8cc912fb67ee07e6095990f3b237b2e53f73e493b2aaa85af904c4ce73ce739a68e4d3330a37b8c96cd00b6845205b836ee4ced97cf622413a34b913adc2 - languageName: node - linkType: hard - -"@smithy/util-endpoints@npm:^2.1.6": version: 2.1.7 resolution: "@smithy/util-endpoints@npm:2.1.7" dependencies: @@ -3651,6 +3636,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-endpoints@npm:^3.0.1": + version: 3.0.1 + resolution: "@smithy/util-endpoints@npm:3.0.1" + dependencies: + "@smithy/node-config-provider": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" + tslib: "npm:^2.6.2" + checksum: fed80f300e6a6e69873e613cdd12f640d33a19fc09a41e3afd536f7ea36f7785edd96fbd0402b6980a0e5dfc9bcb8b37f503d522b4ef317f31f4fd0100c466ff + languageName: node + linkType: hard + "@smithy/util-hex-encoding@npm:^3.0.0": version: 3.0.0 resolution: "@smithy/util-hex-encoding@npm:3.0.0" @@ -3660,17 +3656,16 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^3.0.1, @smithy/util-middleware@npm:^3.0.10, @smithy/util-middleware@npm:^3.0.3": - version: 3.0.10 - resolution: "@smithy/util-middleware@npm:3.0.10" +"@smithy/util-hex-encoding@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-hex-encoding@npm:4.0.0" dependencies: - "@smithy/types": "npm:^3.7.1" tslib: "npm:^2.6.2" - checksum: 01bbbd31044ab742985acac36aa61e240db16ed7dfa22b73779877eb5db0af14351883506fb34d2ee964598d72f4998d79409c271a62310647fb28faccd855a2 + checksum: 70dbb3aa1a79aff3329d07a66411ff26398df338bdd8a6d077b438231afe3dc86d9a7022204baddecd8bc633f059d5c841fa916d81dd7447ea79b64148f386d2 languageName: node linkType: hard -"@smithy/util-middleware@npm:^3.0.11": +"@smithy/util-middleware@npm:^3.0.1, @smithy/util-middleware@npm:^3.0.11, @smithy/util-middleware@npm:^3.0.3": version: 3.0.11 resolution: "@smithy/util-middleware@npm:3.0.11" dependencies: @@ -3680,18 +3675,17 @@ __metadata: languageName: node linkType: hard -"@smithy/util-retry@npm:^3.0.1, @smithy/util-retry@npm:^3.0.10": - version: 3.0.10 - resolution: "@smithy/util-retry@npm:3.0.10" +"@smithy/util-middleware@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/util-middleware@npm:4.0.1" dependencies: - "@smithy/service-error-classification": "npm:^3.0.10" - "@smithy/types": "npm:^3.7.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: ac1dcfd2e4ea1a4f99a42447b7fd8e4ea21589dfd87e9bc6a7bdf1d26e1f93ec71aa4cfde5e024b00d9b713b889f9db20a8d81b9e3ccdbe6f72bedb6269f01b8 + checksum: 1dd2b058f392fb6788809f14c2c1d53411f79f6e9f88b515ffd36792f9f5939fe4af96fb5b0486a3d0cd30181783b7a5393dce2e8b83ba62db7c6d3af6572eff languageName: node linkType: hard -"@smithy/util-retry@npm:^3.0.11": +"@smithy/util-retry@npm:^3.0.1, @smithy/util-retry@npm:^3.0.11": version: 3.0.11 resolution: "@smithy/util-retry@npm:3.0.11" dependencies: @@ -3702,35 +3696,46 @@ __metadata: languageName: node linkType: hard -"@smithy/util-stream@npm:^3.0.2, @smithy/util-stream@npm:^3.3.1": - version: 3.3.1 - resolution: "@smithy/util-stream@npm:3.3.1" +"@smithy/util-retry@npm:^4.0.1": + version: 4.0.1 + resolution: "@smithy/util-retry@npm:4.0.1" dependencies: - "@smithy/fetch-http-handler": "npm:^4.1.1" - "@smithy/node-http-handler": "npm:^3.3.1" - "@smithy/types": "npm:^3.7.1" - "@smithy/util-base64": "npm:^3.0.0" - "@smithy/util-buffer-from": "npm:^3.0.0" - "@smithy/util-hex-encoding": "npm:^3.0.0" - "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/service-error-classification": "npm:^4.0.1" + "@smithy/types": "npm:^4.1.0" tslib: "npm:^2.6.2" - checksum: dafaf4448e69cd65eda2bc7c43a48e945905808f635397e290b4e19cff2705ab444f1798829ca48b9a9efe4b7e569180eb6275ca42d04ce5abcf2dc9443f9c67 + checksum: 93ef89572651b8a30b9a648292660ae9532508ec6d2577afc62e1d9125fe6d14086e0f70a2981bf9f12256b41a57152368b5ed839cdd2df47ba78dd005615173 languageName: node linkType: hard -"@smithy/util-stream@npm:^3.3.2": - version: 3.3.2 - resolution: "@smithy/util-stream@npm:3.3.2" +"@smithy/util-stream@npm:^3.0.2, @smithy/util-stream@npm:^3.3.4": + version: 3.3.4 + resolution: "@smithy/util-stream@npm:3.3.4" dependencies: - "@smithy/fetch-http-handler": "npm:^4.1.2" - "@smithy/node-http-handler": "npm:^3.3.2" + "@smithy/fetch-http-handler": "npm:^4.1.3" + "@smithy/node-http-handler": "npm:^3.3.3" "@smithy/types": "npm:^3.7.2" "@smithy/util-base64": "npm:^3.0.0" "@smithy/util-buffer-from": "npm:^3.0.0" "@smithy/util-hex-encoding": "npm:^3.0.0" "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 13d2c7f2209e3f1b2e94c48ca17b82e4080851613673ad29bcea1435688866509132f774269a78c8ed2b6bddc732f59bb17e678e246f678618c552eaad22c84a + checksum: 5a3a09155be4796c4f0020f5bf4401831b7a4a46e0dee165983dbd2100a2d770d94fe1e8dcc775d86aa3d68c40e45e1076646b01378e8b704a1aa041b0d8b324 + languageName: node + linkType: hard + +"@smithy/util-stream@npm:^4.0.2": + version: 4.0.2 + resolution: "@smithy/util-stream@npm:4.0.2" + dependencies: + "@smithy/fetch-http-handler": "npm:^5.0.1" + "@smithy/node-http-handler": "npm:^4.0.2" + "@smithy/types": "npm:^4.1.0" + "@smithy/util-base64": "npm:^4.0.0" + "@smithy/util-buffer-from": "npm:^4.0.0" + "@smithy/util-hex-encoding": "npm:^4.0.0" + "@smithy/util-utf8": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: f9c9afc51189e4d3d33e119fd639970e7abbb598c50ce20f493a2656a469177be4e8a52aa9b8c42ce1f86dd5d71333364a18d179e515e6cc7d28d636cc985f55 languageName: node linkType: hard @@ -3743,6 +3748,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-uri-escape@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-uri-escape@npm:4.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 23984624060756adba8aa4ab1693fe6b387ee5064d8ec4dfd39bb5908c4ee8b9c3f2dc755da9b07505d8e3ce1338c1867abfa74158931e4728bf3cfcf2c05c3d + languageName: node + linkType: hard + "@smithy/util-utf8@npm:^2.0.0": version: 2.3.0 resolution: "@smithy/util-utf8@npm:2.3.0" @@ -3763,14 +3777,24 @@ __metadata: languageName: node linkType: hard +"@smithy/util-utf8@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/util-utf8@npm:4.0.0" + dependencies: + "@smithy/util-buffer-from": "npm:^4.0.0" + tslib: "npm:^2.6.2" + checksum: 28a5a5372cbf0b3d2e32dd16f79b04c2aec6f704cf13789db922e9686fde38dde0171491cfa4c2c201595d54752a319faaeeed3c325329610887694431e28c98 + languageName: node + linkType: hard + "@smithy/util-waiter@npm:^3.0.1": - version: 3.1.9 - resolution: "@smithy/util-waiter@npm:3.1.9" + version: 3.2.0 + resolution: "@smithy/util-waiter@npm:3.2.0" dependencies: - "@smithy/abort-controller": "npm:^3.1.8" - "@smithy/types": "npm:^3.7.1" + "@smithy/abort-controller": "npm:^3.1.9" + "@smithy/types": "npm:^3.7.2" tslib: "npm:^2.6.2" - checksum: c2e4b79412e26f70f4c63aebc519046a5a58a19f36bbc91702f402db5c8d1e065e081603f0db389682b1d84c1e67922c7f8d9921994a455532d4d093fff2f356 + checksum: 9b4a2a9f254f8218909dcc1586d3ea4026b5efc261b948f6ca89e240c317264ac93aaf66a5a8ee07ce2b6733d531179bb25d8ffcb8a0d4016ae2f81d32e45669 languageName: node linkType: hard @@ -3884,13 +3908,13 @@ __metadata: languageName: node linkType: hard -"@types/jest@npm:^29.5.13": - version: 29.5.13 - resolution: "@types/jest@npm:29.5.13" +"@types/jest@npm:^29.5.14": + version: 29.5.14 + resolution: "@types/jest@npm:29.5.14" dependencies: expect: "npm:^29.0.0" pretty-format: "npm:^29.0.0" - checksum: 9c31af0b155387b9860908830de63c6b79011d7c87c8b61b39da124e26e55423dd51b006749aafe4f0ef3a065016619a1f93ef4b055157d43727f448e67824b7 + checksum: 18e0712d818890db8a8dab3d91e9ea9f7f19e3f83c2e50b312f557017dc81466207a71f3ed79cf4428e813ba939954fa26ffa0a9a7f153181ba174581b1c2aed languageName: node linkType: hard @@ -3918,11 +3942,11 @@ __metadata: linkType: hard "@types/node@npm:^18": - version: 18.19.54 - resolution: "@types/node@npm:18.19.54" + version: 18.19.75 + resolution: "@types/node@npm:18.19.75" dependencies: undici-types: "npm:~5.26.4" - checksum: ea3e2530bb887d4d9c5eb58f0dd16b2af37e4323da2970f3b513403f45db1e0d54ba39b3de838ba7b2d40d38329aeed0bda4a0a39922d006c68aca5ee22e6e46 + checksum: 6a78833071d23dcd4010507d0a232da1cb6e939eb5b62023a01ab5f91eecb90223bda3e34aa536f02cd5c3bdf7962c754b7e2a051a8224aed5886788fce88fbf languageName: node linkType: hard @@ -4098,9 +4122,9 @@ __metadata: linkType: hard "@ungap/structured-clone@npm:^1.2.0": - version: 1.2.0 - resolution: "@ungap/structured-clone@npm:1.2.0" - checksum: 8209c937cb39119f44eb63cf90c0b73e7c754209a6411c707be08e50e29ee81356dca1a848a405c8bdeebfe2f5e4f831ad310ae1689eeef65e7445c090c6657d + version: 1.3.0 + resolution: "@ungap/structured-clone@npm:1.3.0" + checksum: 0fc3097c2540ada1fc340ee56d58d96b5b536a2a0dab6e3ec17d4bfc8c4c86db345f61a375a8185f9da96f01c69678f836a2b57eeaa9e4b8eeafd26428e57b0a languageName: node linkType: hard @@ -4145,10 +4169,10 @@ __metadata: languageName: node linkType: hard -"@xmldom/xmldom@npm:^0.9.0": - version: 0.9.3 - resolution: "@xmldom/xmldom@npm:0.9.3" - checksum: 542bd992839751d6a0ee3f4b944b94ece387288eceebb85258d8ad5206b610c30939a7ce3c58dd9ddef04e23065462571f256f54c4259a702b91e56262ce6048 +"@xmldom/xmldom@npm:^0.9.7": + version: 0.9.7 + resolution: "@xmldom/xmldom@npm:0.9.7" + checksum: d2f44a37bc76f699eebd074c2370a17029f1970252b4337837acb59396386ff5fdafb8a8550194705609d70b38a0453aed356e661893a5b4ae0ca5fe5d6ebaf9 languageName: node linkType: hard @@ -4189,7 +4213,7 @@ __metadata: languageName: node linkType: hard -"acorn@npm:^8.11.0, acorn@npm:^8.4.1, acorn@npm:^8.9.0": +"acorn@npm:^8.11.0, acorn@npm:^8.4.1": version: 8.12.1 resolution: "acorn@npm:8.12.1" bin: @@ -4198,6 +4222,15 @@ __metadata: languageName: node linkType: hard +"acorn@npm:^8.9.0": + version: 8.14.0 + resolution: "acorn@npm:8.14.0" + bin: + acorn: bin/acorn + checksum: 6d4ee461a7734b2f48836ee0fbb752903606e576cc100eb49340295129ca0b452f3ba91ddd4424a1d4406a98adfb2ebb6bd0ff4c49d7a0930c10e462719bbfd7 + languageName: node + linkType: hard + "add-stream@npm:^1.0.0": version: 1.0.0 resolution: "add-stream@npm:1.0.0" @@ -4513,9 +4546,9 @@ __metadata: languageName: node linkType: hard -"aws-cdk@npm:2.160.0": - version: 2.160.0 - resolution: "aws-cdk@npm:2.160.0" +"aws-cdk@npm:2.177.0": + version: 2.177.0 + resolution: "aws-cdk@npm:2.177.0" dependencies: fsevents: "npm:2.3.2" dependenciesMeta: @@ -4523,7 +4556,7 @@ __metadata: optional: true bin: cdk: bin/cdk - checksum: 5138e726dc37706396ab333242a61fc99b3609d5a066baae367d2494975f67752631286734096ee9232ee6303eba582f111864bc6cadb28e6d6f1dd46c9928b2 + checksum: 84c0bf92ab178cd385cf1a8142ccd916f086bd914e9d6c70ab79f1b3dca55d2a4c2aa6c4d2067f252b29b4457c8027e1de9bc410f6007776482d87d213176181 languageName: node linkType: hard @@ -4544,14 +4577,14 @@ __metadata: languageName: node linkType: hard -"aws-sdk-client-mock@npm:^4.0.2": - version: 4.0.2 - resolution: "aws-sdk-client-mock@npm:4.0.2" +"aws-sdk-client-mock@npm:^4.1.0": + version: 4.1.0 + resolution: "aws-sdk-client-mock@npm:4.1.0" dependencies: "@types/sinon": "npm:^17.0.3" sinon: "npm:^18.0.1" tslib: "npm:^2.1.0" - checksum: 3028bb4997e51efa8669f96e01b6c3841f0c5cfb4ae8e3087e31b556dc34193619cd7152f4c30eb65f5c851e384709f915a2d6ea6dd52f7ece7216a9942c213b + checksum: 045caad0cff0ffeb08e69849dcae51aac8999163c58d71220bf47a82c237aabab2abf92bf6bf3bd7666e6e8984513c628e01a89eafa46fb230201d6587bc01e9 languageName: node linkType: hard @@ -4861,10 +4894,10 @@ __metadata: languageName: node linkType: hard -"chalk@npm:~5.3.0": - version: 5.3.0 - resolution: "chalk@npm:5.3.0" - checksum: 8297d436b2c0f95801103ff2ef67268d362021b8210daf8ddbe349695333eb3610a71122172ff3b0272f1ef2cf7cc2c41fdaa4715f52e49ffe04c56340feed09 +"chalk@npm:^5.4.1": + version: 5.4.1 + resolution: "chalk@npm:5.4.1" + checksum: b23e88132c702f4855ca6d25cb5538b1114343e41472d5263ee8a37cccfccd9c4216d111e1097c6a27830407a1dc81fecdf2a56f2c63033d4dbbd88c10b0dcef languageName: node linkType: hard @@ -4972,14 +5005,14 @@ __metadata: languageName: node linkType: hard -"codemaker@npm:^1.103.1": - version: 1.103.1 - resolution: "codemaker@npm:1.103.1" +"codemaker@npm:^1.106.0": + version: 1.106.0 + resolution: "codemaker@npm:1.106.0" dependencies: camelcase: "npm:^6.3.0" decamelize: "npm:^5.0.1" fs-extra: "npm:^10.1.0" - checksum: d32b3c1bae8ffbee4d41941ef52be4e8de513a0e1313f4fb4fb174c80865d65c8943ff51ee6bf49c1a4545d9d08d955621add13f2e4661d7e42b076f4a7449fe + checksum: 43676b8bcf90a664c68f2b3a4a7fe5b3d12be5d10300fe7f9953d2232f1a283fbd0cf32c0fc5e68b96c4daea79d01befb9b01761ddf8f7d7336a70f603314552 languageName: node linkType: hard @@ -5038,10 +5071,10 @@ __metadata: languageName: node linkType: hard -"commander@npm:~12.1.0": - version: 12.1.0 - resolution: "commander@npm:12.1.0" - checksum: 6e1996680c083b3b897bfc1cfe1c58dfbcd9842fd43e1aaf8a795fbc237f65efcc860a3ef457b318e73f29a4f4a28f6403c3d653d021d960e4632dd45bde54a9 +"commander@npm:^13.1.0": + version: 13.1.0 + resolution: "commander@npm:13.1.0" + checksum: 7b8c5544bba704fbe84b7cab2e043df8586d5c114a4c5b607f83ae5060708940ed0b5bd5838cf8ce27539cde265c1cbd59ce3c8c6b017ed3eec8943e3a415164 languageName: node linkType: hard @@ -5059,8 +5092,8 @@ __metadata: linkType: hard "commit-and-tag-version@npm:^12": - version: 12.4.4 - resolution: "commit-and-tag-version@npm:12.4.4" + version: 12.5.0 + resolution: "commit-and-tag-version@npm:12.5.0" dependencies: chalk: "npm:^2.4.2" conventional-changelog: "npm:4.0.0" @@ -5080,11 +5113,11 @@ __metadata: yargs: "npm:^17.7.2" bin: commit-and-tag-version: bin/cli.js - checksum: f5c888d341594780aa0c08d2f5e64fa39ebbc0580d925a281b08b69e607cf54a2c9322e822c1b9835f9551ed08eb4b166b9cbb0e9376995474910b561779795d + checksum: 47b0e99a64e9a92913e58bfa39b83db0f810278dd8e9a26fa823d7a75d1b030cdf5587d9f6ba8f8bcd709302f7a1c0443aafa0555168471b77798e39156bad57 languageName: node linkType: hard -"commonmark@npm:^0.31.1": +"commonmark@npm:^0.31.2": version: 0.31.2 resolution: "commonmark@npm:0.31.2" dependencies: @@ -5441,7 +5474,7 @@ __metadata: languageName: node linkType: hard -"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4, debug@npm:^4.3.5, debug@npm:~4.3.6": +"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4": version: 4.3.7 resolution: "debug@npm:4.3.7" dependencies: @@ -5462,6 +5495,18 @@ __metadata: languageName: node linkType: hard +"debug@npm:^4.3.7, debug@npm:^4.4.0": + version: 4.4.0 + resolution: "debug@npm:4.4.0" + dependencies: + ms: "npm:^2.1.3" + peerDependenciesMeta: + supports-color: + optional: true + checksum: db94f1a182bf886f57b4755f85b3a74c39b5114b9377b7ab375dc2cfa3454f09490cc6c30f829df3fc8042bc8b8995f6567ce5cd96f3bc3688bd24027197d9de + languageName: node + linkType: hard + "decamelize-keys@npm:^1.1.0": version: 1.1.1 resolution: "decamelize-keys@npm:1.1.1" @@ -5876,34 +5921,35 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.24.0": - version: 0.24.0 - resolution: "esbuild@npm:0.24.0" - dependencies: - "@esbuild/aix-ppc64": "npm:0.24.0" - "@esbuild/android-arm": "npm:0.24.0" - "@esbuild/android-arm64": "npm:0.24.0" - "@esbuild/android-x64": "npm:0.24.0" - "@esbuild/darwin-arm64": "npm:0.24.0" - "@esbuild/darwin-x64": "npm:0.24.0" - "@esbuild/freebsd-arm64": "npm:0.24.0" - "@esbuild/freebsd-x64": "npm:0.24.0" - "@esbuild/linux-arm": "npm:0.24.0" - "@esbuild/linux-arm64": "npm:0.24.0" - "@esbuild/linux-ia32": "npm:0.24.0" - "@esbuild/linux-loong64": "npm:0.24.0" - "@esbuild/linux-mips64el": "npm:0.24.0" - "@esbuild/linux-ppc64": "npm:0.24.0" - "@esbuild/linux-riscv64": "npm:0.24.0" - "@esbuild/linux-s390x": "npm:0.24.0" - "@esbuild/linux-x64": "npm:0.24.0" - "@esbuild/netbsd-x64": "npm:0.24.0" - "@esbuild/openbsd-arm64": "npm:0.24.0" - "@esbuild/openbsd-x64": "npm:0.24.0" - "@esbuild/sunos-x64": "npm:0.24.0" - "@esbuild/win32-arm64": "npm:0.24.0" - "@esbuild/win32-ia32": "npm:0.24.0" - "@esbuild/win32-x64": "npm:0.24.0" +"esbuild@npm:^0.24.2": + version: 0.24.2 + resolution: "esbuild@npm:0.24.2" + dependencies: + "@esbuild/aix-ppc64": "npm:0.24.2" + "@esbuild/android-arm": "npm:0.24.2" + "@esbuild/android-arm64": "npm:0.24.2" + "@esbuild/android-x64": "npm:0.24.2" + "@esbuild/darwin-arm64": "npm:0.24.2" + "@esbuild/darwin-x64": "npm:0.24.2" + "@esbuild/freebsd-arm64": "npm:0.24.2" + "@esbuild/freebsd-x64": "npm:0.24.2" + "@esbuild/linux-arm": "npm:0.24.2" + "@esbuild/linux-arm64": "npm:0.24.2" + "@esbuild/linux-ia32": "npm:0.24.2" + "@esbuild/linux-loong64": "npm:0.24.2" + "@esbuild/linux-mips64el": "npm:0.24.2" + "@esbuild/linux-ppc64": "npm:0.24.2" + "@esbuild/linux-riscv64": "npm:0.24.2" + "@esbuild/linux-s390x": "npm:0.24.2" + "@esbuild/linux-x64": "npm:0.24.2" + "@esbuild/netbsd-arm64": "npm:0.24.2" + "@esbuild/netbsd-x64": "npm:0.24.2" + "@esbuild/openbsd-arm64": "npm:0.24.2" + "@esbuild/openbsd-x64": "npm:0.24.2" + "@esbuild/sunos-x64": "npm:0.24.2" + "@esbuild/win32-arm64": "npm:0.24.2" + "@esbuild/win32-ia32": "npm:0.24.2" + "@esbuild/win32-x64": "npm:0.24.2" dependenciesMeta: "@esbuild/aix-ppc64": optional: true @@ -5939,6 +5985,8 @@ __metadata: optional: true "@esbuild/linux-x64": optional: true + "@esbuild/netbsd-arm64": + optional: true "@esbuild/netbsd-x64": optional: true "@esbuild/openbsd-arm64": @@ -5955,7 +6003,7 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 9f1aadd8d64f3bff422ae78387e66e51a5e09de6935a6f987b6e4e189ed00fdc2d1bc03d2e33633b094008529c8b6e06c7ad1a9782fb09fec223bf95998c0683 + checksum: 5a25bb08b6ba23db6e66851828d848bd3ff87c005a48c02d83e38879058929878a6baa5a414e1141faee0d1dece3f32b5fbc2a87b82ed6a7aa857cf40359aeb5 languageName: node linkType: hard @@ -5987,14 +6035,14 @@ __metadata: languageName: node linkType: hard -"eslint-config-prettier@npm:^9.1.0": - version: 9.1.0 - resolution: "eslint-config-prettier@npm:9.1.0" +"eslint-config-prettier@npm:^10.0.1": + version: 10.0.1 + resolution: "eslint-config-prettier@npm:10.0.1" peerDependencies: eslint: ">=7.0.0" bin: - eslint-config-prettier: bin/cli.js - checksum: 6d332694b36bc9ac6fdb18d3ca2f6ac42afa2ad61f0493e89226950a7091e38981b66bac2b47ba39d15b73fff2cd32c78b850a9cf9eed9ca9a96bfb2f3a2f10d + eslint-config-prettier: build/bin/cli.js + checksum: e2434931669d211663c0493f2c1640a670a02ba4503a68f056a7eda133f383acbbb983a4a7bd0ad6cb3b2bc4d5731c3be8b32fe28e35087a76fea45f7061ae70 languageName: node linkType: hard @@ -6009,18 +6057,18 @@ __metadata: languageName: node linkType: hard -"eslint-import-resolver-typescript@npm:^3.6.3": - version: 3.6.3 - resolution: "eslint-import-resolver-typescript@npm:3.6.3" +"eslint-import-resolver-typescript@npm:^3.7.0": + version: 3.7.0 + resolution: "eslint-import-resolver-typescript@npm:3.7.0" dependencies: "@nolyfill/is-core-module": "npm:1.0.39" - debug: "npm:^4.3.5" + debug: "npm:^4.3.7" enhanced-resolve: "npm:^5.15.0" - eslint-module-utils: "npm:^2.8.1" fast-glob: "npm:^3.3.2" get-tsconfig: "npm:^4.7.5" is-bun-module: "npm:^1.0.2" is-glob: "npm:^4.0.3" + stable-hash: "npm:^0.0.4" peerDependencies: eslint: "*" eslint-plugin-import: "*" @@ -6030,11 +6078,11 @@ __metadata: optional: true eslint-plugin-import-x: optional: true - checksum: 5933b00791b7b077725b9ba9a85327d2e2dc7c8944c18a868feb317a0bf0e1e77aed2254c9c5e24dcc49360d119331d2c15281837f4269592965ace380a75111 + checksum: b1dec542a31486b3b5730f71f08a8ee2ac4915dbc4aa1493fd15bc8fcadcb029772ab39a425824c235045b3a7e629290a339d4a7e7f3dd32b24e715106352d40 languageName: node linkType: hard -"eslint-module-utils@npm:^2.8.1, eslint-module-utils@npm:^2.9.0": +"eslint-module-utils@npm:^2.12.0": version: 2.12.0 resolution: "eslint-module-utils@npm:2.12.0" dependencies: @@ -6046,9 +6094,9 @@ __metadata: languageName: node linkType: hard -"eslint-plugin-import@npm:^2.30.0": - version: 2.30.0 - resolution: "eslint-plugin-import@npm:2.30.0" +"eslint-plugin-import@npm:^2.31.0": + version: 2.31.0 + resolution: "eslint-plugin-import@npm:2.31.0" dependencies: "@rtsao/scc": "npm:^1.1.0" array-includes: "npm:^3.1.8" @@ -6058,7 +6106,7 @@ __metadata: debug: "npm:^3.2.7" doctrine: "npm:^2.1.0" eslint-import-resolver-node: "npm:^0.3.9" - eslint-module-utils: "npm:^2.9.0" + eslint-module-utils: "npm:^2.12.0" hasown: "npm:^2.0.2" is-core-module: "npm:^2.15.1" is-glob: "npm:^4.0.3" @@ -6067,16 +6115,17 @@ __metadata: object.groupby: "npm:^1.0.3" object.values: "npm:^1.2.0" semver: "npm:^6.3.1" + string.prototype.trimend: "npm:^1.0.8" tsconfig-paths: "npm:^3.15.0" peerDependencies: - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - checksum: 4c9dcb1f27505c4d5dd891d2b551f56c70786d136aa3992a77e785bdc67c9f60200a2c7fb0ce55b7647fe550b12bc433d5dfa59e2c00ab44227791c5ab86badf + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9 + checksum: e21d116ddd1900e091ad120b3eb68c5dd5437fe2c930f1211781cd38b246f090a6b74d5f3800b8255a0ed29782591521ad44eb21c5534960a8f1fb4040fd913a languageName: node linkType: hard -"eslint-plugin-prettier@npm:^5.2.1": - version: 5.2.1 - resolution: "eslint-plugin-prettier@npm:5.2.1" +"eslint-plugin-prettier@npm:^5.2.3": + version: 5.2.3 + resolution: "eslint-plugin-prettier@npm:5.2.3" dependencies: prettier-linter-helpers: "npm:^1.0.0" synckit: "npm:^0.9.1" @@ -6090,7 +6139,7 @@ __metadata: optional: true eslint-config-prettier: optional: true - checksum: 4bc8bbaf5bb556c9c501dcdff369137763c49ccaf544f9fa91400360ed5e3a3f1234ab59690e06beca5b1b7e6f6356978cdd3b02af6aba3edea2ffe69ca6e8b2 + checksum: 60d9c03491ec6080ac1d71d0bee1361539ff6beb9b91ac98cfa7176c9ed52b7dbe7119ebee5b441b479d447d17d802a4a492ee06095ef2f22c460e3dd6459302 languageName: node linkType: hard @@ -6236,7 +6285,7 @@ __metadata: languageName: node linkType: hard -"execa@npm:~8.0.1": +"execa@npm:^8.0.1": version: 8.0.1 resolution: "execa@npm:8.0.1" dependencies: @@ -6294,7 +6343,20 @@ __metadata: languageName: node linkType: hard -"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.2": +"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.3": + version: 3.3.3 + resolution: "fast-glob@npm:3.3.3" + dependencies: + "@nodelib/fs.stat": "npm:^2.0.2" + "@nodelib/fs.walk": "npm:^1.2.3" + glob-parent: "npm:^5.1.2" + merge2: "npm:^1.3.0" + micromatch: "npm:^4.0.8" + checksum: f6aaa141d0d3384cf73cbcdfc52f475ed293f6d5b65bfc5def368b09163a9f7e5ec2b3014d80f733c405f58e470ee0cc451c2937685045cddcdeaa24199c43fe + languageName: node + linkType: hard + +"fast-glob@npm:^3.3.2": version: 3.3.2 resolution: "fast-glob@npm:3.3.2" dependencies: @@ -7062,12 +7124,12 @@ __metadata: languageName: node linkType: hard -"husky@npm:^9.1.6": - version: 9.1.6 - resolution: "husky@npm:9.1.6" +"husky@npm:^9.1.7": + version: 9.1.7 + resolution: "husky@npm:9.1.7" bin: husky: bin.js - checksum: 705673db4a247c1febd9c5df5f6a3519106cf0335845027bb50a15fba9b1f542cb2610932ede96fd08008f6d9f49db0f15560509861808b0031cdc0e7c798bac + checksum: 35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f languageName: node linkType: hard @@ -8094,108 +8156,108 @@ __metadata: languageName: node linkType: hard -"jsii-diff@npm:^1.103.1": - version: 1.103.1 - resolution: "jsii-diff@npm:1.103.1" +"jsii-diff@npm:^1.106.0": + version: 1.106.0 + resolution: "jsii-diff@npm:1.106.0" dependencies: - "@jsii/check-node": "npm:1.103.1" - "@jsii/spec": "npm:^1.103.1" + "@jsii/check-node": "npm:1.106.0" + "@jsii/spec": "npm:^1.106.0" fs-extra: "npm:^10.1.0" - jsii-reflect: "npm:^1.103.1" + jsii-reflect: "npm:^1.106.0" log4js: "npm:^6.9.1" yargs: "npm:^16.2.0" bin: jsii-diff: bin/jsii-diff - checksum: 145302034ce75a9455ba977e0546bca6733cd95cc3fc58dddee17202fbe49750dd68f3c571b12da130a6807a58bb18669d375089864d4317035bdb38fcb46b1f + checksum: 107a7c466f1d7693b75f31f36d69a244a550933a3ab32b0df11969fe2a5a37ead547de14796b087145d39409f4064ea3bb4bfbd3ac8cf098b6e8128e7f5b6556 languageName: node linkType: hard "jsii-docgen@npm:^10.5.0": - version: 10.5.5 - resolution: "jsii-docgen@npm:10.5.5" + version: 10.6.6 + resolution: "jsii-docgen@npm:10.6.6" dependencies: - "@jsii/spec": "npm:^1.103.1" + "@jsii/spec": "npm:^1.106.0" case: "npm:^1.6.3" fs-extra: "npm:^10.1.0" glob: "npm:^8.1.0" glob-promise: "npm:^6.0.7" - jsii-reflect: "npm:^1.103.1" - semver: "npm:^7.6.3" + jsii-reflect: "npm:^1.106.0" + semver: "npm:^7.7.1" yargs: "npm:^16.2.0" peerDependencies: - jsii-rosetta: ^1.85.0 || ~5.0.14 || ~5.1.2 || ~5.2.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 + jsii-rosetta: ^1.85.0 || ~5.0.14 || ~5.1.2 || ~5.2.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 bin: jsii-docgen: bin/jsii-docgen - checksum: f936975a638f8a082aed9bca5be5969423ed7f7e8bcbb685fa0214fbcc419ca5c732bb00a418c142c1a560eb32fe0236f2d4b698fc2814523e319c87a11b4527 + checksum: a1144646d48905d6af3094ac56209c2730357e545057deb60e7ccd65750bd0417b0b93df05c39b7680ef70fc0433049352a96b75ae251c4491504898eb0adaac languageName: node linkType: hard -"jsii-pacmak@npm:^1.103.1": - version: 1.103.1 - resolution: "jsii-pacmak@npm:1.103.1" +"jsii-pacmak@npm:^1.106.0": + version: 1.106.0 + resolution: "jsii-pacmak@npm:1.106.0" dependencies: - "@jsii/check-node": "npm:1.103.1" - "@jsii/spec": "npm:^1.103.1" + "@jsii/check-node": "npm:1.106.0" + "@jsii/spec": "npm:^1.106.0" clone: "npm:^2.1.2" - codemaker: "npm:^1.103.1" - commonmark: "npm:^0.31.1" + codemaker: "npm:^1.106.0" + commonmark: "npm:^0.31.2" escape-string-regexp: "npm:^4.0.0" fs-extra: "npm:^10.1.0" - jsii-reflect: "npm:^1.103.1" + jsii-reflect: "npm:^1.106.0" semver: "npm:^7.6.3" spdx-license-list: "npm:^6.9.0" xmlbuilder: "npm:^15.1.1" yargs: "npm:^16.2.0" peerDependencies: - jsii-rosetta: ^1.103.1 || ~5.2.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 + jsii-rosetta: ">=5.4.0" bin: jsii-pacmak: bin/jsii-pacmak - checksum: 3d106918417c6d2bfb0bb1f9d1cbb031495d9519692eab2d18713623bcf95ecb843715294807a1ceef4a4f7195198b191767b80a6a420ccd31cdd44458dccbb8 + checksum: 9fda170057fba7e47bbc9d4e41a390e7cf54a8dbdd7e2dfeb1d140c77c13cf70ecf9c9de71a72e78d0af82029ecd1f8fa606feab92a631adaab5bae3c65bd356 languageName: node linkType: hard -"jsii-reflect@npm:^1.103.1": - version: 1.103.1 - resolution: "jsii-reflect@npm:1.103.1" +"jsii-reflect@npm:^1.106.0": + version: 1.106.0 + resolution: "jsii-reflect@npm:1.106.0" dependencies: - "@jsii/check-node": "npm:1.103.1" - "@jsii/spec": "npm:^1.103.1" + "@jsii/check-node": "npm:1.106.0" + "@jsii/spec": "npm:^1.106.0" chalk: "npm:^4" fs-extra: "npm:^10.1.0" - oo-ascii-tree: "npm:^1.103.1" + oo-ascii-tree: "npm:^1.106.0" yargs: "npm:^16.2.0" bin: jsii-tree: bin/jsii-tree - checksum: 03993ccd22c28369ba0e9b92fd8016559d4eefac1d95c01d959a3319fd4e35c484c674ee57ec8cb1438ef6cf7a5318ef11c5577a34acc5c5a5e7eb10084d1533 + checksum: e237e9766b7da0d5eac42a15c53710c31709e80534ac855626a35f91a88132955be8bf334416216694147b002656ff285a79250dd80cda9933481b9a95727f41 languageName: node linkType: hard -"jsii-rosetta@npm:^5.5.5": - version: 5.5.5 - resolution: "jsii-rosetta@npm:5.5.5" +"jsii-rosetta@npm:^5.7.3": + version: 5.7.3 + resolution: "jsii-rosetta@npm:5.7.3" dependencies: - "@jsii/check-node": "npm:1.103.1" - "@jsii/spec": "npm:^1.103.1" - "@xmldom/xmldom": "npm:^0.9.0" + "@jsii/check-node": "npm:1.106.0" + "@jsii/spec": "npm:^1.106.0" + "@xmldom/xmldom": "npm:^0.9.7" chalk: "npm:^4" - commonmark: "npm:^0.31.1" - fast-glob: "npm:^3.3.2" - jsii: "npm:~5.5.0" - semver: "npm:^7.6.3" + commonmark: "npm:^0.31.2" + fast-glob: "npm:^3.3.3" + jsii: "npm:~5.7.0" + semver: "npm:^7.7.0" semver-intersect: "npm:^1.5.0" - stream-json: "npm:^1.8.0" - typescript: "npm:~5.5" + stream-json: "npm:^1.9.1" + typescript: "npm:~5.7" workerpool: "npm:^6.5.1" yargs: "npm:^17.7.2" bin: jsii-rosetta: bin/jsii-rosetta - checksum: 628672ce28b3ddb01fff8c68b35688e4c1b4f4182c91c659823edf3fca881be939b8d1fe6ee252f447de0e738e2851acce5c7b6b823328b6feaaae7e38d95237 + checksum: d0a3312ec93e5e7165ed4dc5006f5bcb2934c9ea17e091f86b69b6009ac79f2a66b5105d935a4abcda63f48c55cfc8217aefadecef05d10f03bea17d8dd6018b languageName: node linkType: hard -"jsii@npm:^5.7.3": - version: 5.7.4 - resolution: "jsii@npm:5.7.4" +"jsii@npm:~5.7, jsii@npm:~5.7.0": + version: 5.7.5 + resolution: "jsii@npm:5.7.5" dependencies: "@jsii/check-node": "npm:1.106.0" "@jsii/spec": "npm:^1.106.0" @@ -8203,7 +8265,7 @@ __metadata: chalk: "npm:^4" fast-deep-equal: "npm:^3.1.3" log4js: "npm:^6.9.1" - semver: "npm:^7.6.3" + semver: "npm:^7.7.0" semver-intersect: "npm:^1.5.0" sort-json: "npm:^2.0.1" spdx-license-list: "npm:^6.9.0" @@ -8211,7 +8273,7 @@ __metadata: yargs: "npm:^17.7.2" bin: jsii: bin/jsii - checksum: d147a0f1faf21747bbb3de5ada0e21448f66ad39f5c62948518daf18a3f9f0c88b3544cf994bbcabecb51cbad9a4fec41956c1e5dbe7ae3e44ddd119c2a330f8 + checksum: 633df3aeac25a9d9dd47ef2b115a4b73e172b1eb7024013a91915e4913cfe96fe63a028b60d1f2c591af4edebbe43515ad4d280ed1ba959cdcca44af088e1034 languageName: node linkType: hard @@ -8370,10 +8432,10 @@ __metadata: languageName: node linkType: hard -"lilconfig@npm:~3.1.2": - version: 3.1.2 - resolution: "lilconfig@npm:3.1.2" - checksum: f059630b1a9bddaeba83059db00c672b64dc14074e9f232adce32b38ca1b5686ab737eb665c5ba3c32f147f0002b4bee7311ad0386a9b98547b5623e87071fbe +"lilconfig@npm:^3.1.3": + version: 3.1.3 + resolution: "lilconfig@npm:3.1.3" + checksum: f5604e7240c5c275743561442fbc5abf2a84ad94da0f5adc71d25e31fa8483048de3dcedcb7a44112a942fed305fd75841cdf6c9681c7f640c63f1049e9a5dcc languageName: node linkType: hard @@ -8384,27 +8446,27 @@ __metadata: languageName: node linkType: hard -"lint-staged@npm:^15.2.10": - version: 15.2.10 - resolution: "lint-staged@npm:15.2.10" +"lint-staged@npm:^15.4.3": + version: 15.4.3 + resolution: "lint-staged@npm:15.4.3" dependencies: - chalk: "npm:~5.3.0" - commander: "npm:~12.1.0" - debug: "npm:~4.3.6" - execa: "npm:~8.0.1" - lilconfig: "npm:~3.1.2" - listr2: "npm:~8.2.4" - micromatch: "npm:~4.0.8" - pidtree: "npm:~0.6.0" - string-argv: "npm:~0.3.2" - yaml: "npm:~2.5.0" + chalk: "npm:^5.4.1" + commander: "npm:^13.1.0" + debug: "npm:^4.4.0" + execa: "npm:^8.0.1" + lilconfig: "npm:^3.1.3" + listr2: "npm:^8.2.5" + micromatch: "npm:^4.0.8" + pidtree: "npm:^0.6.0" + string-argv: "npm:^0.3.2" + yaml: "npm:^2.7.0" bin: lint-staged: bin/lint-staged.js - checksum: 6ad7b41f5e87a84fa2eb1990080ea3c68a2f2031b4e81edcdc2a458cc878538eedb310e6f98ffd878a1287e1a52ac968e540ee8a0e96c247e04b0cbc36421cdd + checksum: c1f71f2273bcbd992af929620f5acc6b9f6899da4b395e780e0b3ab33a0d725c239eb961873067c8c842e057c585c71dd4d44c0dc8b25539d3c2e97a3bdd6f30 languageName: node linkType: hard -"listr2@npm:~8.2.4": +"listr2@npm:^8.2.5": version: 8.2.5 resolution: "listr2@npm:8.2.5" dependencies: @@ -8660,7 +8722,7 @@ __metadata: languageName: node linkType: hard -"micromatch@npm:^4.0.4, micromatch@npm:~4.0.8": +"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8": version: 4.0.8 resolution: "micromatch@npm:4.0.8" dependencies: @@ -9097,10 +9159,10 @@ __metadata: languageName: node linkType: hard -"oo-ascii-tree@npm:^1.103.1": - version: 1.103.1 - resolution: "oo-ascii-tree@npm:1.103.1" - checksum: dc210526f50b45f6b27af61a65302f76ddc1578be87c59500ca717523363d62ed5284c1e009facc7318bf7edfd083aa7208e35c783d2b0fc9b6df99a9ba32c23 +"oo-ascii-tree@npm:^1.106.0": + version: 1.106.0 + resolution: "oo-ascii-tree@npm:1.106.0" + checksum: 0fc14181a2ef1cb80512faf934ddd79915f45968b6eeba9b43b940949ce5fb25bac77d9734a365724795b2084e852ce659e0ff12777b069c506505a8b5d78955 languageName: node linkType: hard @@ -9347,7 +9409,7 @@ __metadata: languageName: node linkType: hard -"pidtree@npm:~0.6.0": +"pidtree@npm:^0.6.0": version: 0.6.0 resolution: "pidtree@npm:0.6.0" bin: @@ -9409,12 +9471,12 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^3.3.3": - version: 3.3.3 - resolution: "prettier@npm:3.3.3" +"prettier@npm:^3.4.2": + version: 3.4.2 + resolution: "prettier@npm:3.4.2" bin: prettier: bin/prettier.cjs - checksum: b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26 + checksum: 99e076a26ed0aba4ebc043880d0f08bbb8c59a4c6641cdee6cdadf2205bdd87aa1d7823f50c3aea41e015e99878d37c58d7b5f0e663bba0ef047f94e36b96446 languageName: node linkType: hard @@ -9863,6 +9925,15 @@ __metadata: languageName: node linkType: hard +"semver@npm:^7.7.0, semver@npm:^7.7.1": + version: 7.7.1 + resolution: "semver@npm:7.7.1" + bin: + semver: bin/semver.js + checksum: fd603a6fb9c399c6054015433051bdbe7b99a940a8fb44b85c2b524c4004b023d7928d47cb22154f8d054ea7ee8597f586605e05b52047f048278e4ac56ae958 + languageName: node + linkType: hard + "set-function-length@npm:^1.2.1": version: 1.2.2 resolution: "set-function-length@npm:1.2.2" @@ -10155,6 +10226,13 @@ __metadata: languageName: node linkType: hard +"stable-hash@npm:^0.0.4": + version: 0.0.4 + resolution: "stable-hash@npm:0.0.4" + checksum: 53d010d2a1b014fb60d398c095f43912c353b7b44774e55222bb26fd428bc75b73d7bdfcae509ce927c23ca9c5aff2dc1bc82f191d30e57a879550bc2952bdb0 + languageName: node + linkType: hard + "stack-utils@npm:^2.0.3": version: 2.0.6 resolution: "stack-utils@npm:2.0.6" @@ -10171,12 +10249,12 @@ __metadata: languageName: node linkType: hard -"stream-json@npm:^1.8.0": - version: 1.8.0 - resolution: "stream-json@npm:1.8.0" +"stream-json@npm:^1.9.1": + version: 1.9.1 + resolution: "stream-json@npm:1.9.1" dependencies: stream-chain: "npm:^2.2.5" - checksum: 5e6de600a7d86f54f9ced608131f1f840082fa7aa443df9fe72bd255b6b1c098d2c6c756b4b9acd64e50e2b9f52d9a432714bce43e96e9850b819ee9ff6331a1 + checksum: 0521e5cb3fb6b0e2561d715975e891bd81fa77d0239c8d0b1756846392bc3c7cdd7f1ddb0fe7ed77e6fdef58daab9e665d3b39f7d677bd0859e65a2bff59b92c languageName: node linkType: hard @@ -10191,7 +10269,7 @@ __metadata: languageName: node linkType: hard -"string-argv@npm:~0.3.2": +"string-argv@npm:^0.3.2": version: 0.3.2 resolution: "string-argv@npm:0.3.2" checksum: 75c02a83759ad1722e040b86823909d9a2fc75d15dd71ec4b537c3560746e33b5f5a07f7332d1e3f88319909f82190843aa2f0a0d8c8d591ec08e93d5b8dec82 @@ -10570,11 +10648,11 @@ __metadata: linkType: hard "ts-api-utils@npm:^1.3.0": - version: 1.3.0 - resolution: "ts-api-utils@npm:1.3.0" + version: 1.4.3 + resolution: "ts-api-utils@npm:1.4.3" peerDependencies: typescript: ">=4.2.0" - checksum: f54a0ba9ed56ce66baea90a3fa087a484002e807f28a8ccb2d070c75e76bde64bd0f6dce98b3802834156306050871b67eec325cb4e918015a360a3f0868c77c + checksum: e65dc6e7e8141140c23e1dc94984bf995d4f6801919c71d6dc27cf0cd51b100a91ffcfe5217626193e5bea9d46831e8586febdc7e172df3f1091a7384299e23a languageName: node linkType: hard @@ -10789,23 +10867,13 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.6.2": - version: 5.6.2 - resolution: "typescript@npm:5.6.2" +"typescript@npm:^5.7.3": + version: 5.7.3 + resolution: "typescript@npm:5.7.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 3ed8297a8c7c56b7fec282532503d1ac795239d06e7c4966b42d4330c6cf433a170b53bcf93a130a7f14ccc5235de5560df4f1045eb7f3550b46ebed16d3c5e5 - languageName: node - linkType: hard - -"typescript@npm:~5.5": - version: 5.5.4 - resolution: "typescript@npm:5.5.4" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: 422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c + checksum: b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa languageName: node linkType: hard @@ -10819,23 +10887,13 @@ __metadata: languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin": - version: 5.6.2 - resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin::version=5.6.2&hash=29ae49" - bin: - tsc: bin/tsc - tsserver: bin/tsserver - checksum: e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd - languageName: node - linkType: hard - -"typescript@patch:typescript@npm%3A~5.5#optional!builtin": - version: 5.5.4 - resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin::version=5.5.4&hash=29ae49" +"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin": + version: 5.7.3 + resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin::version=5.7.3&hash=29ae49" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 10dd9881baba22763de859e8050d6cb6e2db854197495c6f1929b08d1eb2b2b00d0b5d9b0bcee8472f1c3f4a7ef6a5d7ebe0cfd703f853aa5ae465b8404bc1ba + checksum: 3b56d6afa03d9f6172d0b9cdb10e6b1efc9abc1608efd7a3d2f38773d5d8cfb9bbc68dfb72f0a7de5e8db04fc847f4e4baeddcd5ad9c9feda072234f0d788896 languageName: node linkType: hard @@ -11261,7 +11319,7 @@ __metadata: languageName: node linkType: hard -"yaml@npm:^2.2.2, yaml@npm:^2.4.1, yaml@npm:^2.5.1, yaml@npm:~2.5.0": +"yaml@npm:^2.2.2, yaml@npm:^2.4.1, yaml@npm:^2.5.1": version: 2.5.1 resolution: "yaml@npm:2.5.1" bin: @@ -11270,6 +11328,15 @@ __metadata: languageName: node linkType: hard +"yaml@npm:^2.7.0": + version: 2.7.0 + resolution: "yaml@npm:2.7.0" + bin: + yaml: bin.mjs + checksum: 886a7d2abbd70704b79f1d2d05fe9fb0aa63aefb86e1cb9991837dced65193d300f5554747a872b4b10ae9a12bc5d5327e4d04205f70336e863e35e89d8f4ea9 + languageName: node + linkType: hard + "yargs-parser@npm:^20.2.2, yargs-parser@npm:^20.2.3": version: 20.2.9 resolution: "yargs-parser@npm:20.2.9"