From 0d3180fd9463b334d8933e33237610d778de4f64 Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Tue, 14 May 2024 09:07:15 +0000 Subject: [PATCH] chore: bump up all non-major dependencies (#6918) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3) ([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)) | [`3.574.0` -> `3.575.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.574.0/3.575.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.575.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.575.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.574.0/3.575.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.574.0/3.575.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@nx/vite](https://nx.dev) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/vite)) | [`19.0.2` -> `19.0.3`](https://renovatebot.com/diffs/npm/@nx%2fvite/19.0.2/19.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fvite/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nx%2fvite/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nx%2fvite/19.0.2/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nx%2fvite/19.0.2/19.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [electron-squirrel-startup](https://togithub.com/mongodb-js/electron-squirrel-startup) | [`1.0.0` -> `1.0.1`](https://renovatebot.com/diffs/npm/electron-squirrel-startup/1.0.0/1.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron-squirrel-startup/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/electron-squirrel-startup/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/electron-squirrel-startup/1.0.0/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron-squirrel-startup/1.0.0/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
aws/aws-sdk-js-v3 (@​aws-sdk/client-s3) ### [`v3.575.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35750-2024-05-13) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.574.0...v3.575.0) **Note:** Version bump only for package [@​aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
nrwl/nx (@​nx/vite) ### [`v19.0.3`](https://togithub.com/nrwl/nx/releases/tag/19.0.3) [Compare Source](https://togithub.com/nrwl/nx/compare/19.0.2...19.0.3) ##### 19.0.3 (2024-05-13) ##### 🚀 Features - **nx-dev:** show banner on documentation pages ([#​23266](https://togithub.com/nrwl/nx/pull/23266)) - **nx-dev:** check for missing images ([#​23248](https://togithub.com/nrwl/nx/pull/23248)) - **nx-dev:** put banner above menu ([#​23335](https://togithub.com/nrwl/nx/pull/23335)) - **react:** Add SvgOptions for NxReactWebpackPlugin and WithNx ([#​23283](https://togithub.com/nrwl/nx/pull/23283)) ##### 🩹 Fixes - **core:** include more binary extensions ([#​22788](https://togithub.com/nrwl/nx/pull/22788), [#​22861](https://togithub.com/nrwl/nx/pull/22861)) - **core:** workspace remove generator should handle no root jest config ([#​23328](https://togithub.com/nrwl/nx/pull/23328)) - **core:** addPlugin should not conflict on project.json targets ([#​23264](https://togithub.com/nrwl/nx/pull/23264)) - **core:** throw a specific error for print-affected and affected graph ([#​23336](https://togithub.com/nrwl/nx/pull/23336)) - **js:** Adds mjs files to prettierrcNameOptions ([#​21796](https://togithub.com/nrwl/nx/pull/21796)) - **linter:** ensure all spreads are removed from rules before parsing ([#​23292](https://togithub.com/nrwl/nx/pull/23292)) - **linter:** log transpilation errors of workspace rules ([#​21503](https://togithub.com/nrwl/nx/pull/21503)) - **linter:** rename languageSettings to languageOptions for flat config migration ([#​22924](https://togithub.com/nrwl/nx/pull/22924)) - **linter:** fix migrating projects with the eslint plugin ([#​23147](https://togithub.com/nrwl/nx/pull/23147)) - **misc:** move e2e-ci to a separate parallel 1 command ([#​23305](https://togithub.com/nrwl/nx/pull/23305)) - **module-federation:** Throw an error if remote is invalid ([#​23100](https://togithub.com/nrwl/nx/pull/23100)) - **nx-cloud:** ensure generated ci workflows use dlx for nx-cloud ([#​23333](https://togithub.com/nrwl/nx/pull/23333)) - **nx-dev:** move table of contents down ([#​23350](https://togithub.com/nrwl/nx/pull/23350)) - **storybook:** should handle inferred cypress when generating cypress project [#​21770](https://togithub.com/nrwl/nx/issues/21770) ([#​23327](https://togithub.com/nrwl/nx/pull/23327), [#​21770](https://togithub.com/nrwl/nx/issues/21770)) - **testing:** resolve absolute paths for ts path mappings in jest resolver ([#​23346](https://togithub.com/nrwl/nx/pull/23346)) - **vite:** support passing --watch to inferred vitest commands ([#​23298](https://togithub.com/nrwl/nx/pull/23298)) - **vite:** generate vitest cache dir scoped to each project root and normalize vite cache dir ([#​23330](https://togithub.com/nrwl/nx/pull/23330)) ##### ❤️ Thank You - Colum Ferry [@​Coly010](https://togithub.com/Coly010) - Denis Bendrikov - Dmitry Zakharov [@​pumano](https://togithub.com/pumano) - Isaac Mann [@​isaacplmann](https://togithub.com/isaacplmann) - James Henry [@​JamesHenry](https://togithub.com/JamesHenry) - Jason Jean [@​FrozenPandaz](https://togithub.com/FrozenPandaz) - Leosvel Pérez Espinosa [@​leosvelperez](https://togithub.com/leosvelperez) - Mehrad Rafigh [@​mehrad-rafigh](https://togithub.com/mehrad-rafigh) - Nicholas Cunningham [@​ndcunningham](https://togithub.com/ndcunningham) - Patrick P [@​ppfenning92](https://togithub.com/ppfenning92)
mongodb-js/electron-squirrel-startup (electron-squirrel-startup) ### [`v1.0.1`](https://togithub.com/mongodb-js/electron-squirrel-startup/compare/v1.0.0...v1.0.1) [Compare Source](https://togithub.com/mongodb-js/electron-squirrel-startup/compare/v1.0.0...v1.0.1)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/toeverything/AFFiNE). --- package.json | 2 +- packages/frontend/electron/package.json | 2 +- tools/cli/package.json | 2 +- yarn.lock | 1640 +++++++++++------------ 4 files changed, 823 insertions(+), 823 deletions(-) diff --git a/package.json b/package.json index 7f859e1792..b665272e30 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@faker-js/faker": "^8.4.1", "@istanbuljs/schema": "^0.1.3", "@magic-works/i18n-codegen": "^0.6.0", - "@nx/vite": "19.0.2", + "@nx/vite": "19.0.3", "@playwright/test": "^1.44.0", "@taplo/cli": "^0.7.0", "@testing-library/react": "^15.0.0", diff --git a/packages/frontend/electron/package.json b/packages/frontend/electron/package.json index bd861cec83..a18ab9f7b6 100644 --- a/packages/frontend/electron/package.json +++ b/packages/frontend/electron/package.json @@ -55,7 +55,7 @@ "cross-env": "^7.0.3", "electron": "^30.0.0", "electron-log": "^5.1.2", - "electron-squirrel-startup": "1.0.0", + "electron-squirrel-startup": "1.0.1", "electron-window-state": "^5.0.3", "esbuild": "^0.21.0", "fs-extra": "^11.2.0", diff --git a/tools/cli/package.json b/tools/cli/package.json index 44a05c7182..2ece748fa6 100644 --- a/tools/cli/package.json +++ b/tools/cli/package.json @@ -5,7 +5,7 @@ "devDependencies": { "@affine/env": "workspace:*", "@affine/templates": "workspace:*", - "@aws-sdk/client-s3": "3.574.0", + "@aws-sdk/client-s3": "3.575.0", "@blocksuite/presets": "0.15.0-canary-202405131108-aa6f0b7", "@clack/core": "^0.3.4", "@clack/prompts": "^0.7.0", diff --git a/yarn.lock b/yarn.lock index 745d01ba67..3095515815 100644 --- a/yarn.lock +++ b/yarn.lock @@ -172,7 +172,7 @@ __metadata: dependencies: "@affine/env": "workspace:*" "@affine/templates": "workspace:*" - "@aws-sdk/client-s3": "npm:3.574.0" + "@aws-sdk/client-s3": "npm:3.575.0" "@blocksuite/presets": "npm:0.15.0-canary-202405131108-aa6f0b7" "@clack/core": "npm:^0.3.4" "@clack/prompts": "npm:^0.7.0" @@ -482,7 +482,7 @@ __metadata: cross-env: "npm:^7.0.3" electron: "npm:^30.0.0" electron-log: "npm:^5.1.2" - electron-squirrel-startup: "npm:1.0.0" + electron-squirrel-startup: "npm:1.0.1" electron-updater: "npm:^6.2.1" electron-window-state: "npm:^5.0.3" esbuild: "npm:^0.21.0" @@ -574,7 +574,7 @@ __metadata: "@faker-js/faker": "npm:^8.4.1" "@istanbuljs/schema": "npm:^0.1.3" "@magic-works/i18n-codegen": "npm:^0.6.0" - "@nx/vite": "npm:19.0.2" + "@nx/vite": "npm:19.0.3" "@playwright/test": "npm:^1.44.0" "@taplo/cli": "npm:^0.7.0" "@testing-library/react": "npm:^15.0.0" @@ -1173,535 +1173,535 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-s3@npm:3.574.0, @aws-sdk/client-s3@npm:^3.552.0": - version: 3.574.0 - resolution: "@aws-sdk/client-s3@npm:3.574.0" +"@aws-sdk/client-s3@npm:3.575.0, @aws-sdk/client-s3@npm:^3.552.0": + version: 3.575.0 + resolution: "@aws-sdk/client-s3@npm:3.575.0" dependencies: "@aws-crypto/sha1-browser": "npm:3.0.0" "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sso-oidc": "npm:3.574.0" - "@aws-sdk/client-sts": "npm:3.574.0" - "@aws-sdk/core": "npm:3.572.0" - "@aws-sdk/credential-provider-node": "npm:3.572.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.568.0" - "@aws-sdk/middleware-expect-continue": "npm:3.572.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.572.0" - "@aws-sdk/middleware-host-header": "npm:3.567.0" - "@aws-sdk/middleware-location-constraint": "npm:3.567.0" - "@aws-sdk/middleware-logger": "npm:3.568.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.567.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.572.0" - "@aws-sdk/middleware-signing": "npm:3.572.0" - "@aws-sdk/middleware-ssec": "npm:3.567.0" - "@aws-sdk/middleware-user-agent": "npm:3.572.0" - "@aws-sdk/region-config-resolver": "npm:3.572.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.572.0" - "@aws-sdk/types": "npm:3.567.0" - "@aws-sdk/util-endpoints": "npm:3.572.0" - "@aws-sdk/util-user-agent-browser": "npm:3.567.0" - "@aws-sdk/util-user-agent-node": "npm:3.568.0" - "@aws-sdk/xml-builder": "npm:3.567.0" - "@smithy/config-resolver": "npm:^2.2.0" - "@smithy/core": "npm:^1.4.2" - "@smithy/eventstream-serde-browser": "npm:^2.2.0" - "@smithy/eventstream-serde-config-resolver": "npm:^2.2.0" - "@smithy/eventstream-serde-node": "npm:^2.2.0" - "@smithy/fetch-http-handler": "npm:^2.5.0" - "@smithy/hash-blob-browser": "npm:^2.2.0" - "@smithy/hash-node": "npm:^2.2.0" - "@smithy/hash-stream-node": "npm:^2.2.0" - "@smithy/invalid-dependency": "npm:^2.2.0" - "@smithy/md5-js": "npm:^2.2.0" - "@smithy/middleware-content-length": "npm:^2.2.0" - "@smithy/middleware-endpoint": "npm:^2.5.1" - "@smithy/middleware-retry": "npm:^2.3.1" - "@smithy/middleware-serde": "npm:^2.3.0" - "@smithy/middleware-stack": "npm:^2.2.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/node-http-handler": "npm:^2.5.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" - "@smithy/url-parser": "npm:^2.2.0" - "@smithy/util-base64": "npm:^2.3.0" - "@smithy/util-body-length-browser": "npm:^2.2.0" - "@smithy/util-body-length-node": "npm:^2.3.0" - "@smithy/util-defaults-mode-browser": "npm:^2.2.1" - "@smithy/util-defaults-mode-node": "npm:^2.3.1" - "@smithy/util-endpoints": "npm:^1.2.0" - "@smithy/util-retry": "npm:^2.2.0" - "@smithy/util-stream": "npm:^2.2.0" - "@smithy/util-utf8": "npm:^2.3.0" - "@smithy/util-waiter": "npm:^2.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.575.0" + "@aws-sdk/client-sts": "npm:3.575.0" + "@aws-sdk/core": "npm:3.575.0" + "@aws-sdk/credential-provider-node": "npm:3.575.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.575.0" + "@aws-sdk/middleware-expect-continue": "npm:3.575.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.575.0" + "@aws-sdk/middleware-host-header": "npm:3.575.0" + "@aws-sdk/middleware-location-constraint": "npm:3.575.0" + "@aws-sdk/middleware-logger": "npm:3.575.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.575.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.575.0" + "@aws-sdk/middleware-signing": "npm:3.575.0" + "@aws-sdk/middleware-ssec": "npm:3.575.0" + "@aws-sdk/middleware-user-agent": "npm:3.575.0" + "@aws-sdk/region-config-resolver": "npm:3.575.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.575.0" + "@aws-sdk/types": "npm:3.575.0" + "@aws-sdk/util-endpoints": "npm:3.575.0" + "@aws-sdk/util-user-agent-browser": "npm:3.575.0" + "@aws-sdk/util-user-agent-node": "npm:3.575.0" + "@aws-sdk/xml-builder": "npm:3.575.0" + "@smithy/config-resolver": "npm:^3.0.0" + "@smithy/core": "npm:^2.0.0" + "@smithy/eventstream-serde-browser": "npm:^3.0.0" + "@smithy/eventstream-serde-config-resolver": "npm:^3.0.0" + "@smithy/eventstream-serde-node": "npm:^3.0.0" + "@smithy/fetch-http-handler": "npm:^3.0.0" + "@smithy/hash-blob-browser": "npm:^3.0.0" + "@smithy/hash-node": "npm:^3.0.0" + "@smithy/hash-stream-node": "npm:^3.0.0" + "@smithy/invalid-dependency": "npm:^3.0.0" + "@smithy/md5-js": "npm:^3.0.0" + "@smithy/middleware-content-length": "npm:^3.0.0" + "@smithy/middleware-endpoint": "npm:^3.0.0" + "@smithy/middleware-retry": "npm:^3.0.0" + "@smithy/middleware-serde": "npm:^3.0.0" + "@smithy/middleware-stack": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/node-http-handler": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/url-parser": "npm:^3.0.0" + "@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.0" + "@smithy/util-defaults-mode-node": "npm:^3.0.0" + "@smithy/util-endpoints": "npm:^2.0.0" + "@smithy/util-retry": "npm:^3.0.0" + "@smithy/util-stream": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/util-waiter": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/b7906fd23a0dd49878c8e4c9b5eacef0536c0ff4f6c2d1cd0f532add4793a695ea05646350d597aaf4c0bd5dddf035bb9aad5dc2855f7e62f028a8c0a7f1894e + checksum: 10/d44c44fd7b8d8dc7cf4a194ab19bf4f14a89c2fa1895b4e9bbdac46f0b2ab2d481d4e0192927b36a57a9f75e376e6c236688dfb423101e9b5c563e514babccf8 languageName: node linkType: hard -"@aws-sdk/client-sso-oidc@npm:3.574.0": - version: 3.574.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.574.0" +"@aws-sdk/client-sso-oidc@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.575.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.574.0" - "@aws-sdk/core": "npm:3.572.0" - "@aws-sdk/credential-provider-node": "npm:3.572.0" - "@aws-sdk/middleware-host-header": "npm:3.567.0" - "@aws-sdk/middleware-logger": "npm:3.568.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.567.0" - "@aws-sdk/middleware-user-agent": "npm:3.572.0" - "@aws-sdk/region-config-resolver": "npm:3.572.0" - "@aws-sdk/types": "npm:3.567.0" - "@aws-sdk/util-endpoints": "npm:3.572.0" - "@aws-sdk/util-user-agent-browser": "npm:3.567.0" - "@aws-sdk/util-user-agent-node": "npm:3.568.0" - "@smithy/config-resolver": "npm:^2.2.0" - "@smithy/core": "npm:^1.4.2" - "@smithy/fetch-http-handler": "npm:^2.5.0" - "@smithy/hash-node": "npm:^2.2.0" - "@smithy/invalid-dependency": "npm:^2.2.0" - "@smithy/middleware-content-length": "npm:^2.2.0" - "@smithy/middleware-endpoint": "npm:^2.5.1" - "@smithy/middleware-retry": "npm:^2.3.1" - "@smithy/middleware-serde": "npm:^2.3.0" - "@smithy/middleware-stack": "npm:^2.2.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/node-http-handler": "npm:^2.5.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" - "@smithy/url-parser": "npm:^2.2.0" - "@smithy/util-base64": "npm:^2.3.0" - "@smithy/util-body-length-browser": "npm:^2.2.0" - "@smithy/util-body-length-node": "npm:^2.3.0" - "@smithy/util-defaults-mode-browser": "npm:^2.2.1" - "@smithy/util-defaults-mode-node": "npm:^2.3.1" - "@smithy/util-endpoints": "npm:^1.2.0" - "@smithy/util-middleware": "npm:^2.2.0" - "@smithy/util-retry": "npm:^2.2.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@aws-sdk/client-sts": "npm:3.575.0" + "@aws-sdk/core": "npm:3.575.0" + "@aws-sdk/credential-provider-node": "npm:3.575.0" + "@aws-sdk/middleware-host-header": "npm:3.575.0" + "@aws-sdk/middleware-logger": "npm:3.575.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.575.0" + "@aws-sdk/middleware-user-agent": "npm:3.575.0" + "@aws-sdk/region-config-resolver": "npm:3.575.0" + "@aws-sdk/types": "npm:3.575.0" + "@aws-sdk/util-endpoints": "npm:3.575.0" + "@aws-sdk/util-user-agent-browser": "npm:3.575.0" + "@aws-sdk/util-user-agent-node": "npm:3.575.0" + "@smithy/config-resolver": "npm:^3.0.0" + "@smithy/core": "npm:^2.0.0" + "@smithy/fetch-http-handler": "npm:^3.0.0" + "@smithy/hash-node": "npm:^3.0.0" + "@smithy/invalid-dependency": "npm:^3.0.0" + "@smithy/middleware-content-length": "npm:^3.0.0" + "@smithy/middleware-endpoint": "npm:^3.0.0" + "@smithy/middleware-retry": "npm:^3.0.0" + "@smithy/middleware-serde": "npm:^3.0.0" + "@smithy/middleware-stack": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/node-http-handler": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/url-parser": "npm:^3.0.0" + "@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.0" + "@smithy/util-defaults-mode-node": "npm:^3.0.0" + "@smithy/util-endpoints": "npm:^2.0.0" + "@smithy/util-middleware": "npm:^3.0.0" + "@smithy/util-retry": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/ec56b72b8b240aeea3ee1a055b7b6475c6d93f60c008a8987616c2245434547682652314bdac1428736c4185a6ef2d661fa355fee8153159b7d5bcc3a0519970 + checksum: 10/98cc6f57184d48a2cea4a8e8d304943dd8524e520cb5ae729568e3690927aa6fba6362473b6c3c8829e269f7d6f154557104077f708262a90f78844d1a689578 languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/client-sso@npm:3.572.0" +"@aws-sdk/client-sso@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/client-sso@npm:3.575.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/core": "npm:3.572.0" - "@aws-sdk/middleware-host-header": "npm:3.567.0" - "@aws-sdk/middleware-logger": "npm:3.568.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.567.0" - "@aws-sdk/middleware-user-agent": "npm:3.572.0" - "@aws-sdk/region-config-resolver": "npm:3.572.0" - "@aws-sdk/types": "npm:3.567.0" - "@aws-sdk/util-endpoints": "npm:3.572.0" - "@aws-sdk/util-user-agent-browser": "npm:3.567.0" - "@aws-sdk/util-user-agent-node": "npm:3.568.0" - "@smithy/config-resolver": "npm:^2.2.0" - "@smithy/core": "npm:^1.4.2" - "@smithy/fetch-http-handler": "npm:^2.5.0" - "@smithy/hash-node": "npm:^2.2.0" - "@smithy/invalid-dependency": "npm:^2.2.0" - "@smithy/middleware-content-length": "npm:^2.2.0" - "@smithy/middleware-endpoint": "npm:^2.5.1" - "@smithy/middleware-retry": "npm:^2.3.1" - "@smithy/middleware-serde": "npm:^2.3.0" - "@smithy/middleware-stack": "npm:^2.2.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/node-http-handler": "npm:^2.5.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" - "@smithy/url-parser": "npm:^2.2.0" - "@smithy/util-base64": "npm:^2.3.0" - "@smithy/util-body-length-browser": "npm:^2.2.0" - "@smithy/util-body-length-node": "npm:^2.3.0" - "@smithy/util-defaults-mode-browser": "npm:^2.2.1" - "@smithy/util-defaults-mode-node": "npm:^2.3.1" - "@smithy/util-endpoints": "npm:^1.2.0" - "@smithy/util-middleware": "npm:^2.2.0" - "@smithy/util-retry": "npm:^2.2.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@aws-sdk/core": "npm:3.575.0" + "@aws-sdk/middleware-host-header": "npm:3.575.0" + "@aws-sdk/middleware-logger": "npm:3.575.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.575.0" + "@aws-sdk/middleware-user-agent": "npm:3.575.0" + "@aws-sdk/region-config-resolver": "npm:3.575.0" + "@aws-sdk/types": "npm:3.575.0" + "@aws-sdk/util-endpoints": "npm:3.575.0" + "@aws-sdk/util-user-agent-browser": "npm:3.575.0" + "@aws-sdk/util-user-agent-node": "npm:3.575.0" + "@smithy/config-resolver": "npm:^3.0.0" + "@smithy/core": "npm:^2.0.0" + "@smithy/fetch-http-handler": "npm:^3.0.0" + "@smithy/hash-node": "npm:^3.0.0" + "@smithy/invalid-dependency": "npm:^3.0.0" + "@smithy/middleware-content-length": "npm:^3.0.0" + "@smithy/middleware-endpoint": "npm:^3.0.0" + "@smithy/middleware-retry": "npm:^3.0.0" + "@smithy/middleware-serde": "npm:^3.0.0" + "@smithy/middleware-stack": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/node-http-handler": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/url-parser": "npm:^3.0.0" + "@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.0" + "@smithy/util-defaults-mode-node": "npm:^3.0.0" + "@smithy/util-endpoints": "npm:^2.0.0" + "@smithy/util-middleware": "npm:^3.0.0" + "@smithy/util-retry": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/132ad1bd59542a23d2353a66f8c3917e7d3c72f96bb9a1886b57d20422586fbda7024015232be8e72f0b2c69fc3a73526b32f362e42873d390442792f61938e6 + checksum: 10/38957b3cacb9e7687595c5f76f3888ecbf3e97c669471ee015fa601b8743fe2e52e36ebe6fe8168b021e0fee3e70d3c07642f106ded5bc0c548e80e286616c70 languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.574.0": - version: 3.574.0 - resolution: "@aws-sdk/client-sts@npm:3.574.0" +"@aws-sdk/client-sts@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/client-sts@npm:3.575.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sso-oidc": "npm:3.574.0" - "@aws-sdk/core": "npm:3.572.0" - "@aws-sdk/credential-provider-node": "npm:3.572.0" - "@aws-sdk/middleware-host-header": "npm:3.567.0" - "@aws-sdk/middleware-logger": "npm:3.568.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.567.0" - "@aws-sdk/middleware-user-agent": "npm:3.572.0" - "@aws-sdk/region-config-resolver": "npm:3.572.0" - "@aws-sdk/types": "npm:3.567.0" - "@aws-sdk/util-endpoints": "npm:3.572.0" - "@aws-sdk/util-user-agent-browser": "npm:3.567.0" - "@aws-sdk/util-user-agent-node": "npm:3.568.0" - "@smithy/config-resolver": "npm:^2.2.0" - "@smithy/core": "npm:^1.4.2" - "@smithy/fetch-http-handler": "npm:^2.5.0" - "@smithy/hash-node": "npm:^2.2.0" - "@smithy/invalid-dependency": "npm:^2.2.0" - "@smithy/middleware-content-length": "npm:^2.2.0" - "@smithy/middleware-endpoint": "npm:^2.5.1" - "@smithy/middleware-retry": "npm:^2.3.1" - "@smithy/middleware-serde": "npm:^2.3.0" - "@smithy/middleware-stack": "npm:^2.2.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/node-http-handler": "npm:^2.5.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" - "@smithy/url-parser": "npm:^2.2.0" - "@smithy/util-base64": "npm:^2.3.0" - "@smithy/util-body-length-browser": "npm:^2.2.0" - "@smithy/util-body-length-node": "npm:^2.3.0" - "@smithy/util-defaults-mode-browser": "npm:^2.2.1" - "@smithy/util-defaults-mode-node": "npm:^2.3.1" - "@smithy/util-endpoints": "npm:^1.2.0" - "@smithy/util-middleware": "npm:^2.2.0" - "@smithy/util-retry": "npm:^2.2.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@aws-sdk/client-sso-oidc": "npm:3.575.0" + "@aws-sdk/core": "npm:3.575.0" + "@aws-sdk/credential-provider-node": "npm:3.575.0" + "@aws-sdk/middleware-host-header": "npm:3.575.0" + "@aws-sdk/middleware-logger": "npm:3.575.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.575.0" + "@aws-sdk/middleware-user-agent": "npm:3.575.0" + "@aws-sdk/region-config-resolver": "npm:3.575.0" + "@aws-sdk/types": "npm:3.575.0" + "@aws-sdk/util-endpoints": "npm:3.575.0" + "@aws-sdk/util-user-agent-browser": "npm:3.575.0" + "@aws-sdk/util-user-agent-node": "npm:3.575.0" + "@smithy/config-resolver": "npm:^3.0.0" + "@smithy/core": "npm:^2.0.0" + "@smithy/fetch-http-handler": "npm:^3.0.0" + "@smithy/hash-node": "npm:^3.0.0" + "@smithy/invalid-dependency": "npm:^3.0.0" + "@smithy/middleware-content-length": "npm:^3.0.0" + "@smithy/middleware-endpoint": "npm:^3.0.0" + "@smithy/middleware-retry": "npm:^3.0.0" + "@smithy/middleware-serde": "npm:^3.0.0" + "@smithy/middleware-stack": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/node-http-handler": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/url-parser": "npm:^3.0.0" + "@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.0" + "@smithy/util-defaults-mode-node": "npm:^3.0.0" + "@smithy/util-endpoints": "npm:^2.0.0" + "@smithy/util-middleware": "npm:^3.0.0" + "@smithy/util-retry": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/c95b1fa88a91af8d99ec579805185eb0be11c0bd49d402cbb1ec238f8cd7cf564da99a1faa5067f288b7cb70cf1bf324b52a6976818550b122cd94386a05c5b9 + checksum: 10/d37e4ac232b4a32241f8528a726baf04991304e7bb33093ffaef93d7567f1198f1a456068a9c4e535227bff9e5eb14930a41349d092f384c0ac658f9164a80e6 languageName: node linkType: hard -"@aws-sdk/core@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/core@npm:3.572.0" +"@aws-sdk/core@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/core@npm:3.575.0" dependencies: - "@smithy/core": "npm:^1.4.2" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/signature-v4": "npm:^2.3.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" + "@smithy/core": "npm:^2.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/signature-v4": "npm:^3.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" fast-xml-parser: "npm:4.2.5" tslib: "npm:^2.6.2" - checksum: 10/ddf6efc3c5f143d782a545d4e742065301d25733d65982456ef1ece3571a66618eea8c10d060380e6fb6ad497e1e96f020970e491747d3fef30cc487eaa16f20 + checksum: 10/9458760ba73df3ee4d135068869eb8859e91f3492354f9a2e03ce5829fdf65355f8be719effd2fc09f7bfdb3b6b242cfcd4a316dea1ad047b9cdf464c695b73a languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.568.0": - version: 3.568.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.568.0" +"@aws-sdk/credential-provider-env@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/7ec4f3acd5ce5004c098e9bc18992b3a0ee0833636557994d7f3f3091c35f8d30fc21477b80ce6488c2ec7f2e96eb0a69e58d6904e52a82a020a6ab0bd9d7089 + checksum: 10/9301c3dc80a50db85e697c13c05945f78ac4ce92189d8ddb157b84b456395e1146b46b6c06cfdc334e7231bb86de9fa4aced95ce83950a9fa76c663d80fc2d81 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.568.0": - version: 3.568.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.568.0" +"@aws-sdk/credential-provider-http@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/fetch-http-handler": "npm:^2.5.0" - "@smithy/node-http-handler": "npm:^2.5.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-stream": "npm:^2.2.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/fetch-http-handler": "npm:^3.0.0" + "@smithy/node-http-handler": "npm:^3.0.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-stream": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/438530b98ea29d2f7fa75b15e2af59c9d45eb6c10094d2c506bc3db3c43e9e83cc0f325bdac864473726815456a0b8d7f9236e68408707083a63f60c21846f5f + checksum: 10/fec90a520cf73049df60533170547c2725f39b8d96515e7b98a62bd174e725d9ef05153791c5851d65aa53d509b224470a8db26ddcd4eb2e0c80dc99fba82235 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.572.0" +"@aws-sdk/credential-provider-ini@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.575.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.568.0" - "@aws-sdk/credential-provider-process": "npm:3.572.0" - "@aws-sdk/credential-provider-sso": "npm:3.572.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.568.0" - "@aws-sdk/types": "npm:3.567.0" - "@smithy/credential-provider-imds": "npm:^2.3.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/shared-ini-file-loader": "npm:^2.4.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/credential-provider-env": "npm:3.575.0" + "@aws-sdk/credential-provider-process": "npm:3.575.0" + "@aws-sdk/credential-provider-sso": "npm:3.575.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.575.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/credential-provider-imds": "npm:^3.0.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/shared-ini-file-loader": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": 3.572.0 - checksum: 10/a5462a1d9b67ef32dd960c615a457fb988464e70854a667661a9d11ac8b4117a612e98076c4fb25d9999faaebf89d6a4cc660b99da756f8ca84b606cfcc3957b + "@aws-sdk/client-sts": 3.575.0 + checksum: 10/d86df0977a8198570a682d1416e796912e3784002651b4433fd77385946979945e7810d45bc36b76a33f5cbd8600ee25d12d353d79cad0fcd8f4107111975e58 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.572.0" +"@aws-sdk/credential-provider-node@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.575.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.568.0" - "@aws-sdk/credential-provider-http": "npm:3.568.0" - "@aws-sdk/credential-provider-ini": "npm:3.572.0" - "@aws-sdk/credential-provider-process": "npm:3.572.0" - "@aws-sdk/credential-provider-sso": "npm:3.572.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.568.0" - "@aws-sdk/types": "npm:3.567.0" - "@smithy/credential-provider-imds": "npm:^2.3.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/shared-ini-file-loader": "npm:^2.4.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/credential-provider-env": "npm:3.575.0" + "@aws-sdk/credential-provider-http": "npm:3.575.0" + "@aws-sdk/credential-provider-ini": "npm:3.575.0" + "@aws-sdk/credential-provider-process": "npm:3.575.0" + "@aws-sdk/credential-provider-sso": "npm:3.575.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.575.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/credential-provider-imds": "npm:^3.0.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/shared-ini-file-loader": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/9ae3691fdd8042bf2974fef81f36929dc7135353415e4f379ad1f9ca94fed1c6bc899f6fc4c31a2d5276a2baac0b6ba483f95454c67b66042730742d39702953 + checksum: 10/91f06aff0d3f24c006cc38dd642feecf8c776b8fa75a31aa8164dc5c17048200d9fc650417d9b84ad625dc4586f2f8f182a7766e0ba8a44d24b2f798fa06579b languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.572.0" +"@aws-sdk/credential-provider-process@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/shared-ini-file-loader": "npm:^2.4.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/shared-ini-file-loader": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/b787dcca0fa72480911f026b9ce57831b35aa449943232d205b24ae40916d54a0bb58f92bb2ce8a8a3385ca24cfca6f869ab5fe7ab610ff12550a5554482bf10 + checksum: 10/a32fcc6f820399c8b02247a149f4da097e0abab4d06dde7b2b6ed394460e1e73cfa0033ed295473d5001b6e550057cb1f16e966537f927fe8d1dbc5ef0a48725 languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.572.0" +"@aws-sdk/credential-provider-sso@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.575.0" dependencies: - "@aws-sdk/client-sso": "npm:3.572.0" - "@aws-sdk/token-providers": "npm:3.572.0" - "@aws-sdk/types": "npm:3.567.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/shared-ini-file-loader": "npm:^2.4.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/client-sso": "npm:3.575.0" + "@aws-sdk/token-providers": "npm:3.575.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/shared-ini-file-loader": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/b7a937f2b9b9b130ef5ddc36e8fa543e98e962a6fb2266ce8a20e6b186c3016d416e8c1915c062ffc88105ca0fbbb854e45a4bb09e5af730f504328d8e949495 + checksum: 10/e9197693fca6732c3b0644e4aa5a88b6c1dbe14af0ca3cce3322025c45042d308b54055b5397dae8a1534aa362df6868e6b49edb8576daa5adf81c1a18766cf1 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.568.0": - version: 3.568.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.568.0" +"@aws-sdk/credential-provider-web-identity@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sts": ^3.568.0 - checksum: 10/510ec1a48876f1737ccf157b5a6a67d80c16f1a41ee77956ef74ed05b1192f1aad52e60cf10e87f6fa13bf613e316fc8933ca71a5c9aac0240de57fdef795ead + "@aws-sdk/client-sts": 3.575.0 + checksum: 10/05088f325d67388d06d7f43f0a69bf3acd71868065c56bbccbbe754455f57b3b1b0d16f943c74e4bc6d37ab88aa5af944dc553fa4ad4e95a56e49eaf235099cd languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.568.0": - version: 3.568.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.568.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" + "@aws-sdk/types": "npm:3.575.0" "@aws-sdk/util-arn-parser": "npm:3.568.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-config-provider": "npm:^2.3.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-config-provider": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/32c438ae4330434c0a70613b80e5d1ebfbad44e5783e1922e188c5bac20a7d82559f6ae2f3bd38ae2e1b4e8dffd2cd6ead6158a1d323c96c879fcec4e64dc41e + checksum: 10/8e41eba73b3ede72da3a132132828c2dabaaff726523cc1da31904e84bf526aa68bedbf8e72bfb5a934ad6db455886223cb47bfc4af38ab3a17b4408bc9bc258 languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.572.0" +"@aws-sdk/middleware-expect-continue@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/f1d8b3c59e6a657c98e8a9af3224a10cf1eb65207446b12c7a0724f6cdd8ce073ed1f76f8143f97329e1d23e101513635f768eaf6d97cb0b5f078c60c8d4bfad + checksum: 10/8836b2c9c83cb1d839d4b58c32904f9194c78fba0e27f4c82d991bffea1b64124238413a28aaf15bb26ba9aa741bdc9d2250023581817e6a4efb53d351166891 languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.572.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.575.0" dependencies: "@aws-crypto/crc32": "npm:3.0.0" "@aws-crypto/crc32c": "npm:3.0.0" - "@aws-sdk/types": "npm:3.567.0" - "@smithy/is-array-buffer": "npm:^2.2.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/a805afbf3181728515c8995658505b704b2eaf2942ead3d57d19326410aa2a22116fd56d25f3d781ec904b42b97c3383a396d61bc2cb1edfc82b2218342ae567 + checksum: 10/eb30799caaf2fed7687de0838d2779894c1e5db84c2ea806ce1c5d07ffae48ca1800065626e05d35a8063d6e33b8750f6f3ea9702576eb85bbd883cf6ef7d61e languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.567.0": - version: 3.567.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.567.0" +"@aws-sdk/middleware-host-header@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/364860ce7473e7a2249e2319b9aa57758dd3d2c202be0cd852e328368671d3036047e311242343c770ee5a62bee92db4ad40c2a55adcbb145ffc9f8c32b48a14 + checksum: 10/8c5478db6b02629b6a6f3273fbb88a16b379c677dff8103a4b856b9d3842d3c4a2ec200726671a4655b201f575b961b398eff76163602046ee41a39cc483510b languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.567.0": - version: 3.567.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.567.0" +"@aws-sdk/middleware-location-constraint@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/58b409aa0181f095143a70e62435434cd71a4e570914bd3e8c285bb9806e8f0a90fce2cf967548f0c6a53f2e3634035e986f795c5e8d5bbed1771fdd6498a971 + checksum: 10/690c3628270317748119f7955dd395e837de18aa8e9960422d8b3faf10aaf51e379719c22391f43dcf1daf52dd53273e9e1b0e4f14ad1a3566c4b8ff68202ff9 languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.568.0": - version: 3.568.0 - resolution: "@aws-sdk/middleware-logger@npm:3.568.0" +"@aws-sdk/middleware-logger@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-logger@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/88001545fcbf32b031c759a1033d0d10e7d6ef4ef57ee34a9b538ecc54a7b04ec72c67861168f77e3e82cd1f622c3f36d47c64a373a13fee1a5d78ee6570398c + checksum: 10/30b6b986d6669afddbbc307649d6cbcb8387c160756ce43e9977b4e2bc083954945bb6e48fdaa7b433b4d022b5e6cc318d2384895c0c9bbb7d5fa586c59201eb languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.567.0": - version: 3.567.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.567.0" +"@aws-sdk/middleware-recursion-detection@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/8e7f34edf424c446e5dfc54a02363ada7317c7c246324fa37e395756d280e7c2fad4ad197c7d93eabe05303902d94d0538a613d1643f400f6997765ea2fa3c21 + checksum: 10/a80a3b7aec195866b9a01e06c0e11f2d635943aeedd5a674d699b124cd05832c4ef238cedf9a268cd74a4bb6e74f617dc0478b3e87731521d5db0bf6bd432332 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.572.0" +"@aws-sdk/middleware-sdk-s3@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" + "@aws-sdk/types": "npm:3.575.0" "@aws-sdk/util-arn-parser": "npm:3.568.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/signature-v4": "npm:^2.3.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-config-provider": "npm:^2.3.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/signature-v4": "npm:^3.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-config-provider": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/848e3b98f14559460f94d232efc33f71df8f672c427832e73632f2f65971d900b76c40af90c55417c05cb641647963e1cff77fcb94d71c3bf69a5ace1e445e87 + checksum: 10/52c666f794cd8a705b55d1c2686580db6a3720b2b265fd1cd0f7053d72f3c2e043577bd0ea34ee884d7903abde1f4a956230c2bf556c9db9fbf7905cae6c3f06 languageName: node linkType: hard -"@aws-sdk/middleware-signing@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/middleware-signing@npm:3.572.0" +"@aws-sdk/middleware-signing@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-signing@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/signature-v4": "npm:^2.3.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-middleware": "npm:^2.2.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/signature-v4": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/c94d46d7736413de4c7a71f4f6cb82498ec1568beaf3a585d0f4c0dadbba69ee7a8d6187bf9dbf064c5f0790a0691fe4bdcab666e3a1b5be9e5454896ad26f2f + checksum: 10/d7adaafbc239457229e3a8195cae539f007449720a9c7404853955b2c46e56a1d2dbd5632946c6cffcb10c877792fbfd2e03390f5996d6ea65f4666f1d827043 languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.567.0": - version: 3.567.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.567.0" +"@aws-sdk/middleware-ssec@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/4c0bbde0436adf8889ae2318ff9180b7b8547477af0d4c7f3df426f4e16c8d9cfa558c1b741c536a5d481b5c1c5609be3aafd764bb0011badd874cf97d67ba81 + checksum: 10/ec7a0dd5fea799fcee509b4647a3967e8e813f99638760620ef4297beb47e97a3a01e19a992938c74c461229ec115227871630b726fa53531a186474696b9687 languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.572.0" +"@aws-sdk/middleware-user-agent@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@aws-sdk/util-endpoints": "npm:3.572.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@aws-sdk/util-endpoints": "npm:3.575.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/939b20ef6a4a00f91fd2c9edd18cd9bcaa6c82095dd7d2d2d7af19de8ceb4f17f2b68ba6359fbb81d403dc82d19103e3467f8de599f64a233a94e155cf6d1df4 + checksum: 10/2c2b9b840abc167b4845d02b043fb176514dfa251f1eab946e9951918814c61b9af3150ffe646a442b33890528f26e5c33b8a30cc451bec01c645650a755b162 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.572.0" +"@aws-sdk/region-config-resolver@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-config-provider": "npm:^2.3.0" - "@smithy/util-middleware": "npm:^2.2.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/97fe1d27e1df4d991f6e75eeed9ae0a1ba21c4e41565b06743665caf8da6f2ed179d1ceeb3e9e8601fbb4ed4bf2ac591e0b6851e1ae7b28d3030ce63046e0fb5 + checksum: 10/92c4550fd5b002cce5db05be2a77e1aa323eccebc6797835d27e7be7c2a230b2efbba8b1a8aee8a2a6bdbaa41af84bc55b397da0d0546987e003948ce7e47bb2 languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.572.0" +"@aws-sdk/signature-v4-multi-region@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.575.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.572.0" - "@aws-sdk/types": "npm:3.567.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/signature-v4": "npm:^2.3.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.575.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/signature-v4": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/c056886d60a068ba8db2a8dba302237fcb741896d9a3303b1a0c977329f49b8ddc374b389a4d130fa58b3ddaac6512437c65a3104d668d53b934d659b94f80ae + checksum: 10/c41791cdb218e959d7fa6716d761467044ccedc16868a80eaa08db15755717f8a56d4c044bc35ce8bd3143cd51d0eb506e0634f987184043e517d26ed2f035e2 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/token-providers@npm:3.572.0" +"@aws-sdk/token-providers@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/token-providers@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/shared-ini-file-loader": "npm:^2.4.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/shared-ini-file-loader": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/client-sso-oidc": 3.572.0 - checksum: 10/0ca55c547eab7a2b6af62604f99fab0c06a81dba0cfe8f94bb55cd922d05a5f3961c64c626a002914f8b6e1afc56129f3abfd7de19b477e5d74da565f669f147 + "@aws-sdk/client-sso-oidc": 3.575.0 + checksum: 10/ce6735c15487027dc4a380609166281df7cec824ac74b7ebeb7a307285342366612eca93831c5fd3ad806417ffd2ff5b4928911170504f8a769a90493145b6ec languageName: node linkType: hard -"@aws-sdk/types@npm:3.567.0, @aws-sdk/types@npm:^3.222.0": - version: 3.567.0 - resolution: "@aws-sdk/types@npm:3.567.0" +"@aws-sdk/types@npm:3.575.0, @aws-sdk/types@npm:^3.222.0": + version: 3.575.0 + resolution: "@aws-sdk/types@npm:3.575.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/a25846825fb22330ff5fa12b582aba25616293e5e3c94370de7bac80b30c8cfff6ba5d7f7219e2fa3d067ed4ba7e2e1da8efead5a1e24601088bf8c8683e6c56 + checksum: 10/e6243ad1ebc63b9ad19f8aa5dbfdd295b4b55a8c09dcb54313c4f624faf414b1b030cf2e6b1cbab312d3771c3e33d412a479f8f3d856cff3182b51512733a47d languageName: node linkType: hard @@ -1714,15 +1714,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.572.0": - version: 3.572.0 - resolution: "@aws-sdk/util-endpoints@npm:3.572.0" +"@aws-sdk/util-endpoints@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/util-endpoints@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-endpoints": "npm:^1.2.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-endpoints": "npm:^2.0.0" tslib: "npm:^2.6.2" - checksum: 10/a05364faaa02e6478aa374ae8b8dc7a1b2cb8774542878efcb71d3b4cd7b7616c08d648acd3a882e214a0d66635831e1790d19342c1fba81d2b842db8594877d + checksum: 10/51e88aaede9fecf9ac1c4ce3976876eb5997bda67b14b22129604ea11ec6d3131e97b7184c899114f9587c2930f1616ba1e9051ded10a853a5ea6047fbe21eca languageName: node linkType: hard @@ -1735,32 +1735,32 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.567.0": - version: 3.567.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.567.0" +"@aws-sdk/util-user-agent-browser@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/types": "npm:^3.0.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10/deb87964af420153b9df21a12b9392a97734b474c9693791efef224ea0d16f43dac656ddfb9cd68a2df69db5c35a539457268cef9181baba0ffc560367e16be4 + checksum: 10/c0d8b3bce25c72f0f05c8d0333a485482d76c81c1b6732472c0b6ed9281e9eea68e806611581de09f45f6c0465ef2e0f1f605bc4dbf5f1c037135354dc07d79c languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.568.0": - version: 3.568.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.568.0" +"@aws-sdk/util-user-agent-node@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.575.0" dependencies: - "@aws-sdk/types": "npm:3.567.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/types": "npm:^2.12.0" + "@aws-sdk/types": "npm:3.575.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10/a3765c4b518ff2102f21e22783d372ccc1b5e77d7ab71691035b0e0700ce85520fa54846fb5312b80fd0cb6d9154426c60f73195140191c64ef5b8dfd1f6549e + checksum: 10/70123dde6108720184544adfd888eeaa0b9d5bcb293126be91bd278ab9c22d68282657781de5d05088356c26f5533701ac9ceb558a32bebd6715edbff43952c7 languageName: node linkType: hard @@ -1773,13 +1773,13 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.567.0": - version: 3.567.0 - resolution: "@aws-sdk/xml-builder@npm:3.567.0" +"@aws-sdk/xml-builder@npm:3.575.0": + version: 3.575.0 + resolution: "@aws-sdk/xml-builder@npm:3.575.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/b0b69c78ae07fc777c5ca1f7d3d9650db774da304b8ba7523e98d298cbcdfa5790dd091ebad37327209ceb452b8c19147b55a0d66cbba83f206932457a222f5e + checksum: 10/b1ca3cca6d49a10453d9b82242a4fbf2e5867d22c6238ea44f4210bdb64a2a48996b36d3662718995a76308bf4af7a834df7ba8498fba4d5aaabd2f7362f36f1 languageName: node linkType: hard @@ -9038,21 +9038,21 @@ __metadata: languageName: node linkType: hard -"@nrwl/devkit@npm:19.0.2": - version: 19.0.2 - resolution: "@nrwl/devkit@npm:19.0.2" +"@nrwl/devkit@npm:19.0.3": + version: 19.0.3 + resolution: "@nrwl/devkit@npm:19.0.3" dependencies: - "@nx/devkit": "npm:19.0.2" - checksum: 10/0aecc538e0d43a1afeaf1d6904d6c19e4350158f9d6e4b7926de19dd32bae0c821114cdca7f4fb393805e7beefb53e4c04550ad2a4c22f6280f4d13b18f4661b + "@nx/devkit": "npm:19.0.3" + checksum: 10/3ad69accaed7f35951ffad62e71c56869bbd66bc7c42828cfd4adfe46297c318857176045d3dd8ad0b61eaa1ea7acd62d5762485f6898c7d960a0a0b893b829b languageName: node linkType: hard -"@nrwl/js@npm:19.0.2": - version: 19.0.2 - resolution: "@nrwl/js@npm:19.0.2" +"@nrwl/js@npm:19.0.3": + version: 19.0.3 + resolution: "@nrwl/js@npm:19.0.3" dependencies: - "@nx/js": "npm:19.0.2" - checksum: 10/893aa1605563b96d87b18c2ae52b2968a3dca482e866b38cc12a4d8c616f4aed21d01b1aafd54cca8232128973c9359c9a6be97d8db3e4b4cf082b32f4986c99 + "@nx/js": "npm:19.0.3" + checksum: 10/801e4b80312ee923a4d2ce7f5cd6ac3703b2121c86e38f2d2cc76a57ef0195e5b2210d57f5b98f9157ac38c81c3c5f92182fcb6e3690e955c3a5bbd843aee367 languageName: node linkType: hard @@ -9065,33 +9065,33 @@ __metadata: languageName: node linkType: hard -"@nrwl/tao@npm:19.0.2": - version: 19.0.2 - resolution: "@nrwl/tao@npm:19.0.2" +"@nrwl/tao@npm:19.0.3": + version: 19.0.3 + resolution: "@nrwl/tao@npm:19.0.3" dependencies: - nx: "npm:19.0.2" + nx: "npm:19.0.3" tslib: "npm:^2.3.0" bin: tao: index.js - checksum: 10/f6dd8bc4f148a5b0566f7afb67dc91ce842bce46f77dcc34a4aab31aaccfef8f20e8641096d9db249e5b1f0555900e360d78f4ae62edf3aa2860a505e103d2df + checksum: 10/419f2a990119e3e12804557da0dbe701fcbe219d1ad6b0477e980ead251cd42e0fa5dd75b4ed4a0a74bc7a7c99a1ca4e56e07c2b565a7d561cf6d6b004d69998 languageName: node linkType: hard -"@nrwl/vite@npm:19.0.2": - version: 19.0.2 - resolution: "@nrwl/vite@npm:19.0.2" +"@nrwl/vite@npm:19.0.3": + version: 19.0.3 + resolution: "@nrwl/vite@npm:19.0.3" dependencies: - "@nx/vite": "npm:19.0.2" - checksum: 10/d83090cdbaebd5b8f49a576416882d52d3b338650eb8de3a3b8b29a8a74e51ae39c5bbcbaee88058c3e6271cffd7db162d78a7327764652803b72a3d6366a8de + "@nx/vite": "npm:19.0.3" + checksum: 10/91301ba111f58ee2fd2bf849b3dd94aad74ff47c53b66cce3294e62b4d4db940e790b3672206545378d3d35c99a53674b2d0d2f67036d084a7b767e1b179bf79 languageName: node linkType: hard -"@nrwl/workspace@npm:19.0.2": - version: 19.0.2 - resolution: "@nrwl/workspace@npm:19.0.2" +"@nrwl/workspace@npm:19.0.3": + version: 19.0.3 + resolution: "@nrwl/workspace@npm:19.0.3" dependencies: - "@nx/workspace": "npm:19.0.2" - checksum: 10/4b1d310aa9e0bd2d70feab4dffee0a4f20f7b30fcfa0fcaffde6e8770b7b643b324b6c6cb7a1557a59d68092a584f1c7121f5fc5713c6044c36574e5a4963af5 + "@nx/workspace": "npm:19.0.3" + checksum: 10/87dfc22dc624c1ee40c4dc0ce0f89227933fe428ce94a440d418ddc604b11b6b7aa964dfdad7f0fc184e02080d7107395dd7182e88fe7f0334d7c1a64877fcfb languageName: node linkType: hard @@ -9108,11 +9108,11 @@ __metadata: languageName: node linkType: hard -"@nx/devkit@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/devkit@npm:19.0.2" +"@nx/devkit@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/devkit@npm:19.0.3" dependencies: - "@nrwl/devkit": "npm:19.0.2" + "@nrwl/devkit": "npm:19.0.3" ejs: "npm:^3.1.7" enquirer: "npm:~2.3.6" ignore: "npm:^5.0.4" @@ -9123,13 +9123,13 @@ __metadata: yargs-parser: "npm:21.1.1" peerDependencies: nx: ">= 17 <= 20" - checksum: 10/433a38374b5fa199a9e53d9ba9b339c1db2d79dede50dba021c25c0c95d008bcbb71e76458e27d7285177567e94a57e3b9af589b3f9657a75394f89591aa2652 + checksum: 10/7a725d18c3fd951d7a509d338abd505cd27a6abb9b4b589f0c3c3fb70f6ef208238601f116c41b04930cf1566b0b06996f72141fe85ea215ccd0aedf4568c2b2 languageName: node linkType: hard -"@nx/js@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/js@npm:19.0.2" +"@nx/js@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/js@npm:19.0.3" dependencies: "@babel/core": "npm:^7.23.2" "@babel/plugin-proposal-decorators": "npm:^7.22.7" @@ -9138,9 +9138,9 @@ __metadata: "@babel/preset-env": "npm:^7.23.2" "@babel/preset-typescript": "npm:^7.22.5" "@babel/runtime": "npm:^7.22.6" - "@nrwl/js": "npm:19.0.2" - "@nx/devkit": "npm:19.0.2" - "@nx/workspace": "npm:19.0.2" + "@nrwl/js": "npm:19.0.3" + "@nx/devkit": "npm:19.0.3" + "@nx/workspace": "npm:19.0.3" babel-plugin-const-enum: "npm:^1.0.1" babel-plugin-macros: "npm:^2.8.0" babel-plugin-transform-typescript-metadata: "npm:^0.3.1" @@ -9165,87 +9165,87 @@ __metadata: peerDependenciesMeta: verdaccio: optional: true - checksum: 10/8ced3c4e5d6e17e38fb37f6674ae016f53e8c727a385099e502eb740d86f23627328abe0e0e4fd2d53a8c7e4257bd951184cf8e30fdc8b490e8974dca4609022 + checksum: 10/21e19985a9ae0332ee4515fb684e57acea8ec466f0a9b668e781c50f30a609a5a5ea5580f9271f7ccfe7336e08c792e142b835eba66d31d4de9758280baf6313 languageName: node linkType: hard -"@nx/nx-darwin-arm64@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-darwin-arm64@npm:19.0.2" +"@nx/nx-darwin-arm64@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-darwin-arm64@npm:19.0.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@nx/nx-darwin-x64@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-darwin-x64@npm:19.0.2" +"@nx/nx-darwin-x64@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-darwin-x64@npm:19.0.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@nx/nx-freebsd-x64@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-freebsd-x64@npm:19.0.2" +"@nx/nx-freebsd-x64@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-freebsd-x64@npm:19.0.3" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@nx/nx-linux-arm-gnueabihf@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.0.2" +"@nx/nx-linux-arm-gnueabihf@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-linux-arm-gnueabihf@npm:19.0.3" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@nx/nx-linux-arm64-gnu@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-linux-arm64-gnu@npm:19.0.2" +"@nx/nx-linux-arm64-gnu@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-linux-arm64-gnu@npm:19.0.3" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-arm64-musl@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-linux-arm64-musl@npm:19.0.2" +"@nx/nx-linux-arm64-musl@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-linux-arm64-musl@npm:19.0.3" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@nx/nx-linux-x64-gnu@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-linux-x64-gnu@npm:19.0.2" +"@nx/nx-linux-x64-gnu@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-linux-x64-gnu@npm:19.0.3" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@nx/nx-linux-x64-musl@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-linux-x64-musl@npm:19.0.2" +"@nx/nx-linux-x64-musl@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-linux-x64-musl@npm:19.0.3" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@nx/nx-win32-arm64-msvc@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-win32-arm64-msvc@npm:19.0.2" +"@nx/nx-win32-arm64-msvc@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-win32-arm64-msvc@npm:19.0.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@nx/nx-win32-x64-msvc@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/nx-win32-x64-msvc@npm:19.0.2" +"@nx/nx-win32-x64-msvc@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/nx-win32-x64-msvc@npm:19.0.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@nx/vite@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/vite@npm:19.0.2" +"@nx/vite@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/vite@npm:19.0.3" dependencies: - "@nrwl/vite": "npm:19.0.2" - "@nx/devkit": "npm:19.0.2" - "@nx/js": "npm:19.0.2" + "@nrwl/vite": "npm:19.0.3" + "@nx/devkit": "npm:19.0.3" + "@nx/js": "npm:19.0.3" "@phenomnomnominal/tsquery": "npm:~5.0.1" "@swc/helpers": "npm:~0.5.0" enquirer: "npm:~2.3.6" @@ -9253,22 +9253,22 @@ __metadata: peerDependencies: vite: ^5.0.0 vitest: ^1.3.1 - checksum: 10/7fcfd78b9e6123acd38463cab9e7b9a7042c52f1a40c9da23b6148d80fd481fb4361f5b549a231a765565e7e8ad36035ea110c1f03450fa0d92b917f1bdc1220 + checksum: 10/45926747f81113e0efc0970cd40efcab82498282f4df280b098daa914dd99aa0269312f50c4bf682a6d74098d95f6ffa79bc810fb1ff0e5e26e0add01e64d7d8 languageName: node linkType: hard -"@nx/workspace@npm:19.0.2": - version: 19.0.2 - resolution: "@nx/workspace@npm:19.0.2" +"@nx/workspace@npm:19.0.3": + version: 19.0.3 + resolution: "@nx/workspace@npm:19.0.3" dependencies: - "@nrwl/workspace": "npm:19.0.2" - "@nx/devkit": "npm:19.0.2" + "@nrwl/workspace": "npm:19.0.3" + "@nx/devkit": "npm:19.0.3" chalk: "npm:^4.1.0" enquirer: "npm:~2.3.6" - nx: "npm:19.0.2" + nx: "npm:19.0.3" tslib: "npm:^2.3.0" yargs-parser: "npm:21.1.1" - checksum: 10/c1eeb89369b7dc9f08cda72d5c7c12596d827747c5fe6327022184076c986cdfe0cca7eb9cbc72d141dd5882f940bd3e853a0d31bf2fd63b10dfb272bed1d379 + checksum: 10/50af746b2554c25c1dac781ef6ffb02b734d8ef326c96def4950f8c6855331eb6d444afcde14ea84e0e705d4cf3a61d444525d6ff6527061b779da5151d2981c languageName: node linkType: hard @@ -12139,567 +12139,567 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/abort-controller@npm:2.2.0" +"@smithy/abort-controller@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/abort-controller@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/dd4f1496a06d69fa3e1e430c432b2ee455422680ba4f9e217cbaf6a4dfb8f5bb0c3886db09e234839db94cb89db93b1c7c15a999f3320f656a0004d3c4f77d06 + checksum: 10/08bf21e79226c60f3654767683a767b34dd7b30d7fd73dfecd4cb13d172a7225f83f45553fd4af2692c95d38bdf2adbe5b132fac0affb4ecece6a41f066d49ba languageName: node linkType: hard -"@smithy/chunked-blob-reader-native@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/chunked-blob-reader-native@npm:2.2.0" +"@smithy/chunked-blob-reader-native@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/chunked-blob-reader-native@npm:3.0.0" dependencies: - "@smithy/util-base64": "npm:^2.3.0" + "@smithy/util-base64": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/e7a04fc282868700f7c7fb874e998f2fbb528bff6f8b938d9390fbac7e279e8c90a49187f02838eb0a5175b8241b57f65e8115b451004f8e5a46e825a3756b6c + checksum: 10/424aa83f4fc081625a03ec6c64e74ae38c740c0b202d0b998f2bf341b935613491b39c7bf701790a0625219424340d5cfb042b701bfdff4c1cbedc57ee3f2500 languageName: node linkType: hard -"@smithy/chunked-blob-reader@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/chunked-blob-reader@npm:2.2.0" +"@smithy/chunked-blob-reader@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/chunked-blob-reader@npm:3.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/9fc7c09ed8b902c322974c305d8104d3f76420510a2e2d5e6c4d5417528d53f3b366f4857e3358a088577cf1a58620559e38c53b2d09b7b102f64daee75f36a3 + checksum: 10/1c7955ae693aa098dd0839d7e8f9e742ab963de4ededa92f201f1982552c35ba625c1b90cf761de81deddd5002ed10f081ad46f6e0a5150066cee8b00f3f6058 languageName: node linkType: hard -"@smithy/config-resolver@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/config-resolver@npm:2.2.0" +"@smithy/config-resolver@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/config-resolver@npm:3.0.0" dependencies: - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-config-provider": "npm:^2.3.0" - "@smithy/util-middleware": "npm:^2.2.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/a2dc144434af649845f68c862185fdf162b8161bf196887f667b67742a456a678424189193110beea13d1916fb64931b69d6632b4c3a1888e9c6adf58416c937 + checksum: 10/78d6a13cb7d8c64ffe4aff675f5fb7114355b406be307576b7f77f880769417ba8e02830dcbb0991dd933c00e9e1e6248706a60e97c98bcf302577bd79ec52e0 languageName: node linkType: hard -"@smithy/core@npm:^1.4.2": - version: 1.4.2 - resolution: "@smithy/core@npm:1.4.2" +"@smithy/core@npm:^2.0.0": + version: 2.0.0 + resolution: "@smithy/core@npm:2.0.0" dependencies: - "@smithy/middleware-endpoint": "npm:^2.5.1" - "@smithy/middleware-retry": "npm:^2.3.1" - "@smithy/middleware-serde": "npm:^2.3.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-middleware": "npm:^2.2.0" + "@smithy/middleware-endpoint": "npm:^3.0.0" + "@smithy/middleware-retry": "npm:^3.0.0" + "@smithy/middleware-serde": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/a1aa9d5727edf5d50b9209dc2d05dcc55c2d20eca5201daa7704b4db4c78dc0fd64c97f58ca044280653882c55156bc7e733e8b3ec26606eaff4de473abdd59a + checksum: 10/793c84506982e41bbf9b529d578fd0a6ec21badccabfbc1898a785e92c12446ad1ef768c6b2b6970b00b6dd273cff2b2063e259143899ef17b80d8e73bc5f0df languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^2.3.0": - version: 2.3.0 - resolution: "@smithy/credential-provider-imds@npm:2.3.0" +"@smithy/credential-provider-imds@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/credential-provider-imds@npm:3.0.0" dependencies: - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/url-parser": "npm:^2.2.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/url-parser": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/a14bda4cc66f4e638aca83b77d1fc45c75ba6a8516655488269f095c8e035097d79c8d107e74fc61275a75abe0d62bf280f9a4d1f6b395b4972c47b98cd4e569 + checksum: 10/793e826a6d2ea1d407a4a0329662b41bc30d2e052520af27845bbd4345f454e1974e389fce622c26b06501c7d5a3c4b3844ec99baedb27e8f89d947d2c28fee6 languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/eventstream-codec@npm:2.2.0" +"@smithy/eventstream-codec@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/eventstream-codec@npm:3.0.0" dependencies: "@aws-crypto/crc32": "npm:3.0.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-hex-encoding": "npm:^2.2.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-hex-encoding": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/c258d9df82c574416c40795481e4accd4ccf65f065944114a8a336758ad21bd5190ba69f48e57a3cd0e4aa67af35fa4b960b58475890a64d483799739bab0a23 + checksum: 10/66ec273253d59c78ff7967d1fcd56c2479dc5807af360773dcad3d669b75a75682f3cd3c6647bda0ecc3c42cce6ea7d6261fd109e9531b209a51b9b6e93d7c2c languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/eventstream-serde-browser@npm:2.2.0" +"@smithy/eventstream-serde-browser@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/eventstream-serde-browser@npm:3.0.0" dependencies: - "@smithy/eventstream-serde-universal": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/eventstream-serde-universal": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/5eb7f24c813dc7d7efd9fd1498159a67767a96f85d971126daa5dc1e1d9170f1de7ddd5325b8f442a943f875a4d0e64c0ded63c5bbeb5810eb3cdaa5f7117113 + checksum: 10/a04c6a5207e670ce0c5508d92a70f5372a5fca076e3a7d76e5383753622525042225fdfe8c3cc0b3ee723ce0e7b568b7d2603ed83337538d471a8817c8d4306d languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/eventstream-serde-config-resolver@npm:2.2.0" +"@smithy/eventstream-serde-config-resolver@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/4006101f3a66eb3e1ac779f9b77c731ce3396b0124626b5e8f98cb327e558c65144ecb34f79dba71f7a3bcbde7f394eddd7a13a49992e6443157732d416d9c7f + checksum: 10/c07f698072bc1ddec3fc54cecbe03fece2b86445e9c18183f2621c528258d120a63d3b02b7d6d92fe3e0a73d29275ce18d85a253ebbdb06973666f885586ce72 languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/eventstream-serde-node@npm:2.2.0" +"@smithy/eventstream-serde-node@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/eventstream-serde-node@npm:3.0.0" dependencies: - "@smithy/eventstream-serde-universal": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/eventstream-serde-universal": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/5f297d9f9b0a1322d251f751e4f0d19d0d3e3a5cfec14e44a4c0ed7a087f73020d3683e5c7abedf3b8e1bee313e3dc2c955e733ac27c236cd10e07c37cab8312 + checksum: 10/46921fae3e47926ef31879dffc3e9743bf2b696a7d4b083c3ddfd06568a30d4fe021a70847d8c8561b9637ba01c4cdfdbd7ba3c418977096945a6cb604b041ea languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/eventstream-serde-universal@npm:2.2.0" +"@smithy/eventstream-serde-universal@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/eventstream-serde-universal@npm:3.0.0" dependencies: - "@smithy/eventstream-codec": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/eventstream-codec": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/9c4b2959b588f9a74272bfa48721bbcb23954aa51c2a3450b029fa41d393da0db77278a08e644a524044483b397688ce08b36b49a112f259cf8d62523985df5d + checksum: 10/6bca5785416e8674a032cffab6fd7f93e8a71ba048d300f46e9da82973750e8709c5981c6aa7de2ebe82e01d22eb1df2383b5c5093beedda5f3e600482e84559 languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^2.5.0": - version: 2.5.0 - resolution: "@smithy/fetch-http-handler@npm:2.5.0" +"@smithy/fetch-http-handler@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/fetch-http-handler@npm:3.0.0" dependencies: - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/querystring-builder": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-base64": "npm:^2.3.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/querystring-builder": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-base64": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/83283b298e05d14c35b3bd9a0f14a2f402e477ed6e28c027ea866df3187f1721464d00b7f7c1fe97bf6bdcc4dbac32f97d69a56dc602f0946e8d13f1dc364b35 + checksum: 10/357b6c5438a654477e3cbd6be72efca6c6d9414cffba7450ff5aed9d420428ba08713a5ace62053d73baecfac2c2e2b568c91ca8bab3069be68abc3139f122be languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/hash-blob-browser@npm:2.2.0" +"@smithy/hash-blob-browser@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/hash-blob-browser@npm:3.0.0" dependencies: - "@smithy/chunked-blob-reader": "npm:^2.2.0" - "@smithy/chunked-blob-reader-native": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/chunked-blob-reader": "npm:^3.0.0" + "@smithy/chunked-blob-reader-native": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/abea4b9c909048d226c3c9b593d5a1193ed720f012841afd2b6ea9bdb292928a323469dea134f80bd6b417cd41f402aaf3acd77cc81f4f505a79b777419d8636 + checksum: 10/c8f6d76d8dae37bd48334bcd6060195d8d8f6b14d0af7d326cbd7f3dd4db648691bf755f3795e5d6b4ca9b85fbc580a4b010cce6fe9735204e8a667f145f11bb languageName: node linkType: hard -"@smithy/hash-node@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/hash-node@npm:2.2.0" +"@smithy/hash-node@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/hash-node@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" - "@smithy/util-buffer-from": "npm:^2.2.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/d39c4e37bd5af8153671c0738c8db9ed64569457e2c8f80e40ac2e355b718c33e85bab8c7f54f1a3474f43bec88a53e3d4a238cebf23a13a19db7b8ec6106f71 + checksum: 10/99c65bc992bc3adedb68d4304845bf0acd3e55d3cd851874605a937be5dd4da4eeab01e99e971b59d43d6fb4364dab655530c3a89eb32eac0803f6d07179a63b languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/hash-stream-node@npm:2.2.0" +"@smithy/hash-stream-node@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/hash-stream-node@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/d94972ce5e9c67b4c64452e932a6c53c231a4cd8213e28b5dbe77e28da8e71ea2974f7e25ac6d5b5300bf714e0583abf2110a09ebc2c7668f0128c71752bc00d + checksum: 10/1e67ad794267dcbf2f5008938409b4081e43cbf302d44508f444aaa051ca167e1739418333122b9cce4b98b0815f618326e9c2d55fd5579751ad22ac7e02c9d2 languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/invalid-dependency@npm:2.2.0" +"@smithy/invalid-dependency@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/invalid-dependency@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/2ef41cc2093eeff3541c7af4ee3dd173aed3982fb1c1f58fa70657fa944e661107e21d1275bb63d0914699a2e7357a0f53c884cf1155e6b5992f72ffe9077113 + checksum: 10/e78e9cbe1cc8ad04be0dffbc1094eb15294d29b86389ae62c55f0afb96b7354c615fc20f34affed362f857d497e7b34e04b51e732f0b045c2870b749ecc5a2f4 languageName: node linkType: hard -"@smithy/is-array-buffer@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/is-array-buffer@npm:2.2.0" +"@smithy/is-array-buffer@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/is-array-buffer@npm:3.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/d366743ecc7a9fc3bad21dbb3950d213c12bdd4aeb62b1265bf6cbe38309df547664ef3e51ab732e704485194f15e89d361943b0bfbe3fe1a4b3178b942913cc + checksum: 10/cab1fd4033d9863dcd95ff058463eb591574bd47e6b61e36aaaf4c0d0da9ed966a54e1d33ec4db7d67aa85df7d274203e934e04dbb40323d01ef4815f63997fc languageName: node linkType: hard -"@smithy/md5-js@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/md5-js@npm:2.2.0" +"@smithy/md5-js@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/md5-js@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/433abbd079770f8cc8749de15b321711cd5e7b73c43467dc1ae8e6091882430f588d39e9bcc935748637d33694a184f1ddec408d8c607ad7dbdb51d5f233652a + checksum: 10/098b849ee76c83fb33624dac8d3980a50873564de6fae4e159bac90a6aa9abe0b9fe0fce9a150e5ff438e0a8af2010c50cdc08dd2a8d02b7db2ebb89802743b9 languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/middleware-content-length@npm:2.2.0" +"@smithy/middleware-content-length@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/middleware-content-length@npm:3.0.0" dependencies: - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/0df67d3531a5f421d3e4c11ad8065393cdf316a6c12277867456402cd86c377cf4ad078530f083a3c713be2bd281e9c610156129734dd9ef7ed7594e8e15c658 + checksum: 10/2d1dc5766ac83604d43b75b788d4b1f61d8095c9081fe060d5bb21d69b59c4da52869d38eb4f9e13ca8001974b3bce63619f1d8bddfc553041e5b264162fdac9 languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^2.5.1": - version: 2.5.1 - resolution: "@smithy/middleware-endpoint@npm:2.5.1" +"@smithy/middleware-endpoint@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/middleware-endpoint@npm:3.0.0" dependencies: - "@smithy/middleware-serde": "npm:^2.3.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/shared-ini-file-loader": "npm:^2.4.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/url-parser": "npm:^2.2.0" - "@smithy/util-middleware": "npm:^2.2.0" + "@smithy/middleware-serde": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/shared-ini-file-loader": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/url-parser": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/5814d5cd5c8adb31500d0f6358c99c91e2e124ce1c12412d34ef03eab6c8b0cf5c385b6bf8c6a36c5de1fe363d075b736bae0560ae30460b6d6ae76b3e732d32 + checksum: 10/b39b8a3c8ddc4295ab265ce861360a7a842c94af7fb75d81aba4a89000715e50598138f1a7da4979675738d391472189e9854d35cae10a9e994245ad69c2682f languageName: node linkType: hard -"@smithy/middleware-retry@npm:^2.3.1": - version: 2.3.1 - resolution: "@smithy/middleware-retry@npm:2.3.1" +"@smithy/middleware-retry@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/middleware-retry@npm:3.0.0" dependencies: - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/service-error-classification": "npm:^2.1.5" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-middleware": "npm:^2.2.0" - "@smithy/util-retry": "npm:^2.2.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/service-error-classification": "npm:^3.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.0" + "@smithy/util-retry": "npm:^3.0.0" tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10/efb8b40a84f03befcc420c39df53669a5447d158fddc04f6f6ba5f9220df89c289830ae17f08613b82701b7201a2016a3fd5a234f1c18a37cb27778f5d12ff6a + checksum: 10/9158545d2940d77e7ddc1098c1f692041431733e9168183de35a9522af1891a8a1edf55bf549a9c43e4cb43ab544913132b81ec14ee9a7892aea3e7a260fdf1c languageName: node linkType: hard -"@smithy/middleware-serde@npm:^2.3.0": - version: 2.3.0 - resolution: "@smithy/middleware-serde@npm:2.3.0" +"@smithy/middleware-serde@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/middleware-serde@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/dfd9c35ccf2a8d11a041d028689627763823e60cd47b3bd94c1da3b578c475f7f251557b6bc6524730a701ba7338682537de480af6337bea2cfdca01ca8a80f3 + checksum: 10/7ca5256fe9290b6ae097fdb9c0180e5219e6d3cb39084fadee007d9e698073498d200c32c439486902e386ab76739176765f64d23673882a08aa0e8de837dc8a languageName: node linkType: hard -"@smithy/middleware-stack@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/middleware-stack@npm:2.2.0" +"@smithy/middleware-stack@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/middleware-stack@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/b45e13242212ecfbb618af35063946caa53d8954ec730de2dbd42b2a9ecac11fe7f3cd58ef6e1202425fbd5e0b2088f45bd8e30253523b146a78f04062a820e1 + checksum: 10/e85695b2d2d96230f03500b7111f9917abaab516e1850ec90021db7e984718965e05f7afccda084a7ba96a6bbb9d195a7d6e7882b48d7ccec97239101a2978bc languageName: node linkType: hard -"@smithy/node-config-provider@npm:^2.3.0": - version: 2.3.0 - resolution: "@smithy/node-config-provider@npm:2.3.0" +"@smithy/node-config-provider@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/node-config-provider@npm:3.0.0" dependencies: - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/shared-ini-file-loader": "npm:^2.4.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/shared-ini-file-loader": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/1add1b70f2be8b84f9814da6a998bdde603b68627d961b26daf9845552d7c485fce3e5b663479e718c89440c66f3ceea607adbcde38a844c90fbba164cc53c1e + checksum: 10/6f5326162484f27c6709796e6f11aaa1cd624cb0632a09340f2f2126c20c64dd10f9ed96400f1e65afdfa11e877f69910951ea2b36264141cc513c51461ac656 languageName: node linkType: hard -"@smithy/node-http-handler@npm:^2.5.0": - version: 2.5.0 - resolution: "@smithy/node-http-handler@npm:2.5.0" +"@smithy/node-http-handler@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/node-http-handler@npm:3.0.0" dependencies: - "@smithy/abort-controller": "npm:^2.2.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/querystring-builder": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/abort-controller": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/querystring-builder": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/0ed937770ec766699d21f6e5b3560e44a666461fa2b44da75598d2c02ab9c0f22b4b251917e942e4bdc132882c193be49030d565a7dc722139ce145d9d162adf + checksum: 10/3d2d0fff55ebeabeca4bb9a8b1cc7dd3a9c810281817232eb546b75cfae53da3c9571d25f203232f42cef608f28b795a1cadec3dbfd44aad2029a6141d146ecf languageName: node linkType: hard -"@smithy/property-provider@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/property-provider@npm:2.2.0" +"@smithy/property-provider@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/property-provider@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/191ddc92aa3c38fda0d95d11559823ea90436fdbb3f51fbd20eb57a63268663eed233b7bace507dd4d52a9798a52cacc8fbcd636a04f4a79816a05dd140cb997 + checksum: 10/37c9b949f0df60240b51a4a6e60a772e4ffc5f50de7fb51c74aec4336f46ba7c424f81181487ba6c7a15b5a43f13d82f7609836e96cfc61728e1c26425a5a2b4 languageName: node linkType: hard -"@smithy/protocol-http@npm:^3.3.0": - version: 3.3.0 - resolution: "@smithy/protocol-http@npm:3.3.0" +"@smithy/protocol-http@npm:^4.0.0": + version: 4.0.0 + resolution: "@smithy/protocol-http@npm:4.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/4fc882004f6aafac3a6c9110aa264e34db5421893bac046f9ee6683726c9aae49288cf776caadac0b82f2303add353f41d1a194e2cb22acc4f237722198abeb5 + checksum: 10/0e663013be49ca6867e4d03d2759bae5a72653918617a0184c0f7ecf84043ebaf0f3e6a174f7f6f81934720f90bfce89cecc56510d572cd8d93f423483b74d93 languageName: node linkType: hard -"@smithy/querystring-builder@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/querystring-builder@npm:2.2.0" +"@smithy/querystring-builder@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/querystring-builder@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" - "@smithy/util-uri-escape": "npm:^2.2.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-uri-escape": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/d69b3313f0464bf3e8efaa28f94e7b14f594ea913d31f7795b8fc378ad3a2bcfeb6657fa815b9ac800ce113647aabb3ef8412bab13671db41c5139f3cd5784a8 + checksum: 10/bca3e4c32127f444d7d7812c6afc6cc0dadbbd52a6359f09bf4ba04d2a7f6a09395f61c981b4cf64d714e6010a93ba4a729989f869e4cc32c065aca86bd8f2fc languageName: node linkType: hard -"@smithy/querystring-parser@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/querystring-parser@npm:2.2.0" +"@smithy/querystring-parser@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/querystring-parser@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/4e9b14f1e0c2761bd761057a5b38526c7301c6a9b3f6410ff5d5b7a0b72944521dd6d50d6322f3f36ae51dc5768d83cde2df32e56882d6b6560501d9a2617a93 + checksum: 10/c0258dd552819ffd584abc858d702428da4d6d850eeaa47b29bd15972d428e5b6d62cc9a6609c83ad58e1fedcc38a9189093568163eac6ecf24ea38a96e31779 languageName: node linkType: hard -"@smithy/service-error-classification@npm:^2.1.5": - version: 2.1.5 - resolution: "@smithy/service-error-classification@npm:2.1.5" +"@smithy/service-error-classification@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/service-error-classification@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" - checksum: 10/189af1ea4bcc24e4ed6bb6a221da2995a5da26db41a271dc360b7e86c52511d8ed5d7abc64027f8d523c0c2a45bf45c7fb05ecec2c3b05ca23d9a559607475d6 + "@smithy/types": "npm:^3.0.0" + checksum: 10/b7922ac401773fe4ff500378d8731e9fe8b7dceb6707a48ea93051c0158f2cec7195c718dd80b940af57ef584e36982792f1fe7d31d52c4173c1c495775075a0 languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^2.4.0": - version: 2.4.0 - resolution: "@smithy/shared-ini-file-loader@npm:2.4.0" +"@smithy/shared-ini-file-loader@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/shared-ini-file-loader@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/63bc0ce07840100cd19d276636dac6b9261f3feabce647fae16c1fe82dbfe817e9de9603be3f8df9ac43334cce2be6ddaf1795c3e188a37971742d0a19531e33 + checksum: 10/29b2fda4aa6a5688453dd025a1acf867461c9b59db52998e2bac41b7acca8aea45aa41b275cfac27443446a90e9e22da794fb7fd64c2a244cdce80e0c373237f languageName: node linkType: hard -"@smithy/signature-v4@npm:^2.3.0": - version: 2.3.0 - resolution: "@smithy/signature-v4@npm:2.3.0" +"@smithy/signature-v4@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/signature-v4@npm:3.0.0" dependencies: - "@smithy/is-array-buffer": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-hex-encoding": "npm:^2.2.0" - "@smithy/util-middleware": "npm:^2.2.0" - "@smithy/util-uri-escape": "npm:^2.2.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.0" + "@smithy/util-uri-escape": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/42ec84c1d3e81e3487d8f4860334dfdca715bd379e219101e8eafd72bdc2973d831266093774669beebfb4f59118be2a73162fac16cccf4223bc65822a1bdeac + checksum: 10/528461766bc6a941216a17331ef61ecc72a2e0171b10c6b40bfafb33e3c83a77f1003541a9986a3c5b61320cc28c95c2aff7c3fa650c6e70a62cb765327e9a9e languageName: node linkType: hard -"@smithy/smithy-client@npm:^2.5.1": - version: 2.5.1 - resolution: "@smithy/smithy-client@npm:2.5.1" +"@smithy/smithy-client@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/smithy-client@npm:3.0.0" dependencies: - "@smithy/middleware-endpoint": "npm:^2.5.1" - "@smithy/middleware-stack": "npm:^2.2.0" - "@smithy/protocol-http": "npm:^3.3.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-stream": "npm:^2.2.0" + "@smithy/middleware-endpoint": "npm:^3.0.0" + "@smithy/middleware-stack": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.0.0" + "@smithy/types": "npm:^3.0.0" + "@smithy/util-stream": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/d2a492bb01ce2d6e2f1ae61f287d596541a8c1664333c551481d64b58c61552a531338f0d6a68b481315bc18f323b5b67b884d2e13420411dd3025bdeb550849 + checksum: 10/22c940ac2b884bb91c0bb2746bc782322348fdf9c2e9beff372993dc1705a9d28f12d3bb09a9d7abbe35d76dee937beebd3e53b998691b04035e6462dca75eed languageName: node linkType: hard -"@smithy/types@npm:^2.12.0": - version: 2.12.0 - resolution: "@smithy/types@npm:2.12.0" +"@smithy/types@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/types@npm:3.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/2fb459b10d0c51d10da92e9d4b1551c1312dfb2a4739c4aeaeab703e8b35260a87ebc0c1cbb8a1deba669369ae7addab4eb81d99c70d0021b13cd26050a8c9b8 + checksum: 10/8b9a45fc24e2e9702bc9614facbb7ad7c5b3b7a7b438afeeae770e25e62182827e3ea24367e466705f25e4f83e89ff89d0acbcd4c42195fba847821b649205db languageName: node linkType: hard -"@smithy/url-parser@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/url-parser@npm:2.2.0" +"@smithy/url-parser@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/url-parser@npm:3.0.0" dependencies: - "@smithy/querystring-parser": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/querystring-parser": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/85a8acd44985140fd62428927f90ba597faa3b2b3b3f9ad18333df675c669cde39d43b4c990b586cd36d7abe0b5feca9c544fda2ff3366d886a1cedcc041a5b4 + checksum: 10/f88c1a2537593dd8c9643d42fbfde313c630bbb3f2dc9d202d58df298504534c4cedc4595173b1a290ada9220c97096d2653eed9024a00053a08452621db3a9a languageName: node linkType: hard -"@smithy/util-base64@npm:^2.3.0": - version: 2.3.0 - resolution: "@smithy/util-base64@npm:2.3.0" +"@smithy/util-base64@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-base64@npm:3.0.0" dependencies: - "@smithy/util-buffer-from": "npm:^2.2.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/72da04a4cc026b8f75aa983af385669f6e2f771ded7ee4a8637efd7f33a96986fa6ca070f884abe432e25354dcef4315891e9bbc6194dd7f370e6b6ee0ee20cb + checksum: 10/3c883d63a33e1cfeebf7f846f167dfc54c832d1f5514d014fbfff06de3aecd5919f01637fc93668dca8a1029752f3a6fab0a94f455dcb7c88f1d472bde294eef languageName: node linkType: hard -"@smithy/util-body-length-browser@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-body-length-browser@npm:2.2.0" +"@smithy/util-body-length-browser@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-body-length-browser@npm:3.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/2b5fdceafec4fd4867645347d31ee464236945501446c34d5db0eab16316edba9b48dfa267067ed3dcd5c4349b0cca1c68d72e1921c4ad528f9479ee4311ad49 + checksum: 10/a0ab6a6d414a62d18e57f3581769379a54bb1fd93606c69bc8d96a3566fdecb8db7b57da9446568d03eef9f004f2a89d7e94bdda79ef280f28b19a71803c0309 languageName: node linkType: hard -"@smithy/util-body-length-node@npm:^2.3.0": - version: 2.3.0 - resolution: "@smithy/util-body-length-node@npm:2.3.0" +"@smithy/util-body-length-node@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-body-length-node@npm:3.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/244678838b8c926f61898ff101e3a392d9c5cea809df0589bf8fe283ff08cfe52eb090e421308ec102861f5caca7be7bae02e1a27d1a0458fdb1b613f0f72203 + checksum: 10/aabac66d7111612fd375d67150f8787c5cdc828f7e6acb40ef0b18b4c354e64e0ef2e4b8da2d7f01e8abe931ff2ef8109a408164ce7e5662fd41b470c462f1e4 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" +"@smithy/util-buffer-from@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-buffer-from@npm:3.0.0" dependencies: - "@smithy/is-array-buffer": "npm:^2.2.0" + "@smithy/is-array-buffer": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/53253e4e351df3c4b7907dca48a0a6ceae783e98a8e73526820b122b3047a53fd127c19f4d8301f68d852011d821da519da783de57e0b22eed57c4df5b90d089 + checksum: 10/7e6596b38855c07869f7e8f7b0ad9b70c5e658f4a06c7db71c6134a9a785ac1fdaa84f8b3358c4a572767838498df118daad1fa937237d1fb4b9fce735cf8bb0 languageName: node linkType: hard -"@smithy/util-config-provider@npm:^2.3.0": - version: 2.3.0 - resolution: "@smithy/util-config-provider@npm:2.3.0" +"@smithy/util-config-provider@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-config-provider@npm:3.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/840a76d209f9f6e04ef116905a85a9bb5d87d2382f2348b55f2c95b66bfd60eba435b8d7aa6b16d1f856a04d15ed87092f4febd480eae83093cd0db832b7ea6b + checksum: 10/614c321c5a5a220d7d72d36359c41b4e390566719f7e01cefebffbe7034aae78b4533b27ab2030f93186c5f22893ddf056a3a2376a077d70ce89275f31e1ac46 languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^2.2.1": - version: 2.2.1 - resolution: "@smithy/util-defaults-mode-browser@npm:2.2.1" +"@smithy/util-defaults-mode-browser@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.0" dependencies: - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" bowser: "npm:^2.11.0" tslib: "npm:^2.6.2" - checksum: 10/83b9ece1c7dbd213b67ac4d2221422c2655ca3a339245fc9da9c9648ba42f07a4484f4ec571b4d72ad1aa6f026141cec72fdcafe40337d6ca2e671b726843644 + checksum: 10/b55f2f1c83d326c5eb1b8c57785987a48b361e0b7bc25da67948f226100082ae2d4cd5a4b5e467ae67345d08995e8a506b275b298694cf8b07db3121b2f8578c languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^2.3.1": - version: 2.3.1 - resolution: "@smithy/util-defaults-mode-node@npm:2.3.1" +"@smithy/util-defaults-mode-node@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.0" dependencies: - "@smithy/config-resolver": "npm:^2.2.0" - "@smithy/credential-provider-imds": "npm:^2.3.0" - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/property-provider": "npm:^2.2.0" - "@smithy/smithy-client": "npm:^2.5.1" - "@smithy/types": "npm:^2.12.0" + "@smithy/config-resolver": "npm:^3.0.0" + "@smithy/credential-provider-imds": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/property-provider": "npm:^3.0.0" + "@smithy/smithy-client": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/6fedcb39e722d424c56100e1ff3a789459214c9756611d3ce7b48c3d4ffe18f0caf8cc144c912e0df69bf1d715cefef6af3c0945da1aa173fa89aa3f7dd45db6 + checksum: 10/0a26701c017a84652bffcc1fd0525e4d90e6014328a87c650c258526059027a91a75db5ac4dba5bad35fb2e1bb900eafb617d13d2d2e2d189e04f0e03af61146 languageName: node linkType: hard -"@smithy/util-endpoints@npm:^1.2.0": - version: 1.2.0 - resolution: "@smithy/util-endpoints@npm:1.2.0" +"@smithy/util-endpoints@npm:^2.0.0": + version: 2.0.0 + resolution: "@smithy/util-endpoints@npm:2.0.0" dependencies: - "@smithy/node-config-provider": "npm:^2.3.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/node-config-provider": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/5c175e656120bb02825d07f9ca79a6319b52027cbc492a34d8a042be85d686fc9a4ff8df8544e24594e97fb33b6516a1e5ab187d5db34c852c3f30fce76e2d2d + checksum: 10/49e897e8b1c19a79f71edfa1b5fa58f90b3244e5026e38c32c3bd2ff2672f4a2de9dbb0c0cf7dfaf8ae6de25db3c8ea76cfbbfc0db8415935721863bcda527bd languageName: node linkType: hard -"@smithy/util-hex-encoding@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-hex-encoding@npm:2.2.0" +"@smithy/util-hex-encoding@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-hex-encoding@npm:3.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/1c98323e5837c3c3e41169f38a87d0d69e6d0fb4482593025a00de90861ab635381093dcc35c78cffde6a448b5cd885735f049a5e39375e0431a09b491935f01 + checksum: 10/d9f8c4c676410ca51bdbcec5d986883bad0028e26b098fc50e2b57bc81e8a5ce20e160786d08c8552ca0ba662c88ca16f33857ff24a0d183174325b2b40e3c8f languageName: node linkType: hard -"@smithy/util-middleware@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-middleware@npm:2.2.0" +"@smithy/util-middleware@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-middleware@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.12.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/c6b874de71184472c7b2ca2859322bbd7bffe05d11c68a821d2831a6c79a15d5ba22366d2fd72415f636481296dffa16a2aab7b44c2106e400858be7ea0dc464 + checksum: 10/e9878f85326859b8025df7e2cf7aba5b9fb8ec59be2189c61b0082947c967d888d6894ce6e2152a28eda3e03c207453a94fba7dbf084d755e2ada2df5a58cbb5 languageName: node linkType: hard -"@smithy/util-retry@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-retry@npm:2.2.0" +"@smithy/util-retry@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-retry@npm:3.0.0" dependencies: - "@smithy/service-error-classification": "npm:^2.1.5" - "@smithy/types": "npm:^2.12.0" + "@smithy/service-error-classification": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/c55522ee8ef528c29db21d70dd8d0a5db04a5a06a437f5e55f8deea907533a4f78df93e6c22e1071116fde5efde13524459c5566830d4f8ee6e140da7ffba44b + checksum: 10/9e38115e47f99bd86360864ed4dd84a266a4e8bc528c6cc834760339cfef857263eb557b85e060776775c1a70b0f03ded0133b9b23c31095d41e51d247a2b1a3 languageName: node linkType: hard -"@smithy/util-stream@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-stream@npm:2.2.0" +"@smithy/util-stream@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-stream@npm:3.0.0" dependencies: - "@smithy/fetch-http-handler": "npm:^2.5.0" - "@smithy/node-http-handler": "npm:^2.5.0" - "@smithy/types": "npm:^2.12.0" - "@smithy/util-base64": "npm:^2.3.0" - "@smithy/util-buffer-from": "npm:^2.2.0" - "@smithy/util-hex-encoding": "npm:^2.2.0" - "@smithy/util-utf8": "npm:^2.3.0" + "@smithy/fetch-http-handler": "npm:^3.0.0" + "@smithy/node-http-handler": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" + "@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: 10/deab9955e47833577dae9efa057feaed822d5f7dd813ad9fd5a6e332ca9c92079c8cac6e1e6e1c254495a5df0c2756ef7498f5e7e0a783b51609a384c971a7f2 + checksum: 10/ad263551e2af5b255f05a957d2932444453d7bc69dbacbfd5be961ff3b368b68500fb2f3ac878cabe6369901bb0b7b5eed2a474cc730bafb13f526f63bd5f44c languageName: node linkType: hard -"@smithy/util-uri-escape@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-uri-escape@npm:2.2.0" +"@smithy/util-uri-escape@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-uri-escape@npm:3.0.0" dependencies: tslib: "npm:^2.6.2" - checksum: 10/ffb93944865b2966ce101da2d484d149dc6e2a51cdecdb3b3bc3e632f936058234f3806038bef4cbc5baf762a7f09184c488ea814594492e56c68afabbb2522b + checksum: 10/d44522339325b0f1fe2c5bf1a3f01d5a699eb8718d800dee24378a1a1b301683756dcfd4be4c32db4d6a00cad85893494778ae39fb246a03aef27d06c9852a67 languageName: node linkType: hard -"@smithy/util-utf8@npm:^2.3.0": - version: 2.3.0 - resolution: "@smithy/util-utf8@npm:2.3.0" +"@smithy/util-utf8@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-utf8@npm:3.0.0" dependencies: - "@smithy/util-buffer-from": "npm:^2.2.0" + "@smithy/util-buffer-from": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/c766ead8dac6bc6169f4cac1cc47ef7bd86928d06255148f9528228002f669c8cc49f78dc2b9ba5d7e214d40315024a9e32c5c9130b33e20f0fe4532acd0dff5 + checksum: 10/1aead297d835af419f75e0c3113c021aa0da671110d1b498035530d5f35d8030092cad5147edaa7ca458aafe27c9383399ccd8176d342942465a2d8357e5cbf4 languageName: node linkType: hard -"@smithy/util-waiter@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-waiter@npm:2.2.0" +"@smithy/util-waiter@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-waiter@npm:3.0.0" dependencies: - "@smithy/abort-controller": "npm:^2.2.0" - "@smithy/types": "npm:^2.12.0" + "@smithy/abort-controller": "npm:^3.0.0" + "@smithy/types": "npm:^3.0.0" tslib: "npm:^2.6.2" - checksum: 10/a98f99721a325717eb32eafdd6ab046c055c7f3a23455f79b92e2769e5c874bf5d1d026cabe2ec0b3545ebd0c45017b1025243920eee788d70d3bdbc205264f1 + checksum: 10/d206c9f6613e1c43675a48214dd762cb7f85ba57182d2dbcff80392a1983a7f6b06bd537c89949017100bf641d71a32d0c62299d172c52480240c5a431b797ac languageName: node linkType: hard @@ -20420,12 +20420,12 @@ __metadata: languageName: node linkType: hard -"electron-squirrel-startup@npm:1.0.0": - version: 1.0.0 - resolution: "electron-squirrel-startup@npm:1.0.0" +"electron-squirrel-startup@npm:1.0.1": + version: 1.0.1 + resolution: "electron-squirrel-startup@npm:1.0.1" dependencies: debug: "npm:^2.2.0" - checksum: 10/7618cd2ba8de141e89f5ce37b8f2bc442d5c0200845536123493ad278c50d560a7af0570c076092e43a6638f73ff383ab8d2ce88b11d99f8eafb5b08f9db1da8 + checksum: 10/ef393c8174d9429400548676d2b6ae0c099b87c62af64723c13971de4777ee18ba05cb28128cbc4bb092f2c518d3e08c6ec4fd17f09b32d25ddc80f825ab8400 languageName: node linkType: hard @@ -29461,21 +29461,21 @@ __metadata: languageName: node linkType: hard -"nx@npm:19.0.2, nx@npm:^19.0.0": - version: 19.0.2 - resolution: "nx@npm:19.0.2" +"nx@npm:19.0.3, nx@npm:^19.0.0": + version: 19.0.3 + resolution: "nx@npm:19.0.3" dependencies: - "@nrwl/tao": "npm:19.0.2" - "@nx/nx-darwin-arm64": "npm:19.0.2" - "@nx/nx-darwin-x64": "npm:19.0.2" - "@nx/nx-freebsd-x64": "npm:19.0.2" - "@nx/nx-linux-arm-gnueabihf": "npm:19.0.2" - "@nx/nx-linux-arm64-gnu": "npm:19.0.2" - "@nx/nx-linux-arm64-musl": "npm:19.0.2" - "@nx/nx-linux-x64-gnu": "npm:19.0.2" - "@nx/nx-linux-x64-musl": "npm:19.0.2" - "@nx/nx-win32-arm64-msvc": "npm:19.0.2" - "@nx/nx-win32-x64-msvc": "npm:19.0.2" + "@nrwl/tao": "npm:19.0.3" + "@nx/nx-darwin-arm64": "npm:19.0.3" + "@nx/nx-darwin-x64": "npm:19.0.3" + "@nx/nx-freebsd-x64": "npm:19.0.3" + "@nx/nx-linux-arm-gnueabihf": "npm:19.0.3" + "@nx/nx-linux-arm64-gnu": "npm:19.0.3" + "@nx/nx-linux-arm64-musl": "npm:19.0.3" + "@nx/nx-linux-x64-gnu": "npm:19.0.3" + "@nx/nx-linux-x64-musl": "npm:19.0.3" + "@nx/nx-win32-arm64-msvc": "npm:19.0.3" + "@nx/nx-win32-x64-msvc": "npm:19.0.3" "@yarnpkg/lockfile": "npm:^1.1.0" "@yarnpkg/parsers": "npm:3.0.0-rc.46" "@zkochan/js-yaml": "npm:0.0.6" @@ -29541,7 +29541,7 @@ __metadata: bin: nx: bin/nx.js nx-cloud: bin/nx-cloud.js - checksum: 10/65fa4d31f7ce5cd4be504267eb157e497d195f311264e5d7b1664cfcd7fcd67a6549270786440fb57b44462cb51626e9a68b3a383f3f91550ffe79cb3090c3e0 + checksum: 10/06198a6f1b0c4a14796a800abd056c8a5a1893a1240aeba26fb45d5fdf2c097e801434212809c5906a8a42e92ea44c1564355fa7fa42692b90d891d3228beacd languageName: node linkType: hard