From d8e64cb837772067996f036ed7798bfc38deb1f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:23:04 +0000 Subject: [PATCH] fix(packages): update non-major dependency versions --- packages/gatsby-plugin-fastify/package.json | 12 +- .../gatsby-plugin-github-ribbon/package.json | 2 +- packages/gatsby-plugin-pinterest/package.json | 2 +- .../gatsby-plugin-relative-ci/package.json | 2 +- packages/gatsby-source-airtable/package.json | 2 +- packages/gatsby-source-packagist/package.json | 2 +- packages/gatsby-source-s3/package.json | 10 +- packages/gatsby-source-strapi/package.json | 8 +- yarn.lock | 3473 +++++++++++------ 9 files changed, 2253 insertions(+), 1260 deletions(-) diff --git a/packages/gatsby-plugin-fastify/package.json b/packages/gatsby-plugin-fastify/package.json index 6c1d391d1..cd9a178df 100644 --- a/packages/gatsby-plugin-fastify/package.json +++ b/packages/gatsby-plugin-fastify/package.json @@ -33,12 +33,12 @@ "@babel/runtime": "^7.23.7", "@fastify/accepts": "^4.3.0", "@fastify/http-proxy": "^8.4.0", - "@fastify/middie": "^8.3.0", + "@fastify/middie": "^8.3.3", "@fastify/static": "^6.12.0", "fastify-plugin": "^4.5.1", "fs-extra": "^11.2.0", - "gatsby-core-utils": "^4.13.0", - "gatsby-plugin-utils": "^4.13.0", + "gatsby-core-utils": "^4.13.1", + "gatsby-plugin-utils": "^4.13.1", "http-status-codes": "^2.3.0", "mime": "^3.0.0", "open": "^8.4.2", @@ -52,9 +52,9 @@ "@types/fs-extra": "^11.0.4", "@types/jest": "^29.5.11", "@types/mime": "^3.0.4", - "@types/node": "^20.10.6", - "@types/picomatch": "^2.3.3", - "@types/yargs": "^17.0.32", + "@types/node": "^20.16.5", + "@types/picomatch": "^2.3.4", + "@types/yargs": "^17.0.33", "babel-jest": "^29.7.0", "babel-preset-gatsby-package": "^3.13.0", "cross-env": "^7.0.3", diff --git a/packages/gatsby-plugin-github-ribbon/package.json b/packages/gatsby-plugin-github-ribbon/package.json index a0837f0bb..f5a1a9dff 100644 --- a/packages/gatsby-plugin-github-ribbon/package.json +++ b/packages/gatsby-plugin-github-ribbon/package.json @@ -35,7 +35,7 @@ "babel-jest": "^29.7.0", "babel-preset-gatsby-package": "^3.13.0", "cross-env": "^7.0.3", - "gatsby": "^5.13.1", + "gatsby": "^5.13.7", "jest": "^29.7.0" }, "dependencies": { diff --git a/packages/gatsby-plugin-pinterest/package.json b/packages/gatsby-plugin-pinterest/package.json index cfdb46a13..7442ddab2 100644 --- a/packages/gatsby-plugin-pinterest/package.json +++ b/packages/gatsby-plugin-pinterest/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.23.7", "babel-jest": "^29.7.0", "babel-preset-gatsby-package": "^3.13.0", - "gatsby-plugin-utils": "^4.13.0", + "gatsby-plugin-utils": "^4.13.1", "jest": "^29.7.0" }, "peerDependencies": { diff --git a/packages/gatsby-plugin-relative-ci/package.json b/packages/gatsby-plugin-relative-ci/package.json index 698741130..603f804d2 100644 --- a/packages/gatsby-plugin-relative-ci/package.json +++ b/packages/gatsby-plugin-relative-ci/package.json @@ -11,7 +11,7 @@ "author": "Alex Moon ", "license": "MIT", "dependencies": { - "@relative-ci/agent": "^4.2.3" + "@relative-ci/agent": "^4.2.11" }, "scripts": { "build": "babel src --out-dir ./dist --ignore \"**/__tests__\"", diff --git a/packages/gatsby-source-airtable/package.json b/packages/gatsby-source-airtable/package.json index f3785f58e..fd4cda425 100644 --- a/packages/gatsby-source-airtable/package.json +++ b/packages/gatsby-source-airtable/package.json @@ -30,7 +30,7 @@ "mime": "^2.6.0" }, "devDependencies": { - "covector": "0.10.2" + "covector": "0.12.3" }, "peerDependencies": { "gatsby-source-filesystem": ">=2.0.0-rc.0" diff --git a/packages/gatsby-source-packagist/package.json b/packages/gatsby-source-packagist/package.json index 76103a393..8d9a8a20e 100644 --- a/packages/gatsby-source-packagist/package.json +++ b/packages/gatsby-source-packagist/package.json @@ -34,7 +34,7 @@ "@babel/core": "^7.23.7", "babel-preset-gatsby-package": "^3.13.0", "cross-env": "^7.0.3", - "gatsby-source-filesystem": "^5.13.0" + "gatsby-source-filesystem": "^5.13.1" }, "peerDependencies": { "gatsby": "^4.0.0 || ^5.0.0", diff --git a/packages/gatsby-source-s3/package.json b/packages/gatsby-source-s3/package.json index 7172b71a2..bb47da7bf 100644 --- a/packages/gatsby-source-s3/package.json +++ b/packages/gatsby-source-s3/package.json @@ -23,10 +23,10 @@ "devDependencies": { "@babel/cli": "^7.23.4", "@babel/core": "^7.23.7", - "@types/node": "^20.10.6", + "@types/node": "^20.16.5", "babel-preset-gatsby-package": "^3.13.0", "cypress": "^12.17.4", - "start-server-and-test": "^2.0.3" + "start-server-and-test": "^2.0.8" }, "scripts": { "build": "babel src --out-dir ./dist --ignore \"**/__tests__,**/*.d.ts\" --extensions \".ts,.js\"", @@ -35,10 +35,10 @@ "test": "start-server-and-test 'yarn start' http://localhost:9000 'yarn test:e2e'" }, "dependencies": { - "@aws-sdk/client-s3": "^3.484.0", - "@aws-sdk/s3-request-presigner": "^3.484.0", + "@aws-sdk/client-s3": "^3.654.0", + "@aws-sdk/s3-request-presigner": "^3.654.0", "@babel/runtime": "^7.23.7", - "gatsby-source-filesystem": "^5.13.0" + "gatsby-source-filesystem": "^5.13.1" }, "peerDependencies": { "gatsby": "^4.5.2 || ^5.0.0" diff --git a/packages/gatsby-source-strapi/package.json b/packages/gatsby-source-strapi/package.json index e1918aced..fd0dc51ab 100644 --- a/packages/gatsby-source-strapi/package.json +++ b/packages/gatsby-source-strapi/package.json @@ -30,11 +30,11 @@ ], "license": "MIT", "dependencies": { - "axios": "1.6.3", - "commonmark": "^0.30.0", - "gatsby-source-filesystem": "^5.13.0", + "axios": "1.7.7", + "commonmark": "^0.31.1", + "gatsby-source-filesystem": "^5.13.1", "lodash": "^4.17.21", - "qs": "^6.11.2" + "qs": "^6.13.0" }, "scripts": { "build": "babel src --out-dir dist" diff --git a/yarn.lock b/yarn.lock index a6fce925e..40637787f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -80,6 +80,17 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/crc32@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/crc32@npm:5.2.0" + dependencies: + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^2.6.2" + checksum: 1b0a56ad4cb44c9512d8b1668dcf9306ab541d3a73829f435ca97abaec8d56f3db953db03ad0d0698754fea16fcd803d11fa42e0889bc7b803c6a030b04c63de + languageName: node + linkType: hard + "@aws-crypto/crc32c@npm:3.0.0": version: 3.0.0 resolution: "@aws-crypto/crc32c@npm:3.0.0" @@ -91,6 +102,17 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/crc32c@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/crc32c@npm:5.2.0" + dependencies: + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^2.6.2" + checksum: 08bd1db17d7c772fa6e34b38a360ce77ad041164743113eefa8343c2af917a419697daf090c5854129ef19f3a9673ed1fd8446e03eb32c8ed52d2cc409b0dee7 + languageName: node + linkType: hard + "@aws-crypto/ie11-detection@npm:^3.0.0": version: 3.0.0 resolution: "@aws-crypto/ie11-detection@npm:3.0.0" @@ -115,6 +137,20 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/sha1-browser@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha1-browser@npm:5.2.0" + dependencies: + "@aws-crypto/supports-web-crypto": "npm:^5.2.0" + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + "@aws-sdk/util-locate-window": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 239f4c59cce9abd33c01117b10553fbef868a063e74faf17edb798c250d759a2578841efa2837e5e51854f52ef57dbc40780b073cae20f89ebed6a8cc7fa06f1 + languageName: node + linkType: hard + "@aws-crypto/sha256-browser@npm:3.0.0": version: 3.0.0 resolution: "@aws-crypto/sha256-browser@npm:3.0.0" @@ -131,6 +167,21 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/sha256-browser@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha256-browser@npm:5.2.0" + dependencies: + "@aws-crypto/sha256-js": "npm:^5.2.0" + "@aws-crypto/supports-web-crypto": "npm:^5.2.0" + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + "@aws-sdk/util-locate-window": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 2b1b701ca6caa876333b4eb2b96e5187d71ebb51ebf8e2d632690dbcdedeff038202d23adcc97e023437ed42bb1963b7b463e343687edf0635fd4b98b2edad1a + languageName: node + linkType: hard + "@aws-crypto/sha256-js@npm:3.0.0, @aws-crypto/sha256-js@npm:^3.0.0": version: 3.0.0 resolution: "@aws-crypto/sha256-js@npm:3.0.0" @@ -142,6 +193,17 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha256-js@npm:5.2.0" + dependencies: + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^2.6.2" + checksum: f46aace7b873c615be4e787ab0efd0148ef7de48f9f12c7d043e05c52e52b75bb0bf6dbcb9b2852d940d7724fab7b6d5ff1469160a3dd024efe7a68b5f70df8c + languageName: node + linkType: hard + "@aws-crypto/supports-web-crypto@npm:^3.0.0": version: 3.0.0 resolution: "@aws-crypto/supports-web-crypto@npm:3.0.0" @@ -151,6 +213,15 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/supports-web-crypto@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 6ed0c7e17f4f6663d057630805c45edb35d5693380c24ab52d4c453ece303c6c8a6ade9ee93c97dda77d9f6cae376ffbb44467057161c513dffa3422250edaf5 + languageName: node + linkType: hard + "@aws-crypto/util@npm:^3.0.0": version: 3.0.0 resolution: "@aws-crypto/util@npm:3.0.0" @@ -162,6 +233,17 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/util@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/util@npm:5.2.0" + dependencies: + "@aws-sdk/types": "npm:^3.222.0" + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: f80a174c404e1ad4364741c942f440e75f834c08278fa754349fe23a6edc679d480ea9ced5820774aee58091ed270067022d8059ecf1a7ef452d58134ac7e9e1 + languageName: node + linkType: hard + "@aws-sdk/chunked-blob-reader@npm:3.310.0": version: 3.310.0 resolution: "@aws-sdk/chunked-blob-reader@npm:3.310.0" @@ -462,69 +544,69 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-s3@npm:^3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/client-s3@npm:3.484.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-sts": "npm:3.484.0" - "@aws-sdk/core": "npm:3.481.0" - "@aws-sdk/credential-provider-node": "npm:3.484.0" - "@aws-sdk/middleware-bucket-endpoint": "npm:3.484.0" - "@aws-sdk/middleware-expect-continue": "npm:3.468.0" - "@aws-sdk/middleware-flexible-checksums": "npm:3.468.0" - "@aws-sdk/middleware-host-header": "npm:3.468.0" - "@aws-sdk/middleware-location-constraint": "npm:3.468.0" - "@aws-sdk/middleware-logger": "npm:3.468.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.468.0" - "@aws-sdk/middleware-sdk-s3": "npm:3.484.0" - "@aws-sdk/middleware-signing": "npm:3.468.0" - "@aws-sdk/middleware-ssec": "npm:3.468.0" - "@aws-sdk/middleware-user-agent": "npm:3.478.0" - "@aws-sdk/region-config-resolver": "npm:3.484.0" - "@aws-sdk/signature-v4-multi-region": "npm:3.484.0" - "@aws-sdk/types": "npm:3.468.0" - "@aws-sdk/util-endpoints": "npm:3.478.0" - "@aws-sdk/util-user-agent-browser": "npm:3.468.0" - "@aws-sdk/util-user-agent-node": "npm:3.470.0" - "@aws-sdk/xml-builder": "npm:3.472.0" - "@smithy/config-resolver": "npm:^2.0.22" - "@smithy/core": "npm:^1.2.1" - "@smithy/eventstream-serde-browser": "npm:^2.0.15" - "@smithy/eventstream-serde-config-resolver": "npm:^2.0.15" - "@smithy/eventstream-serde-node": "npm:^2.0.15" - "@smithy/fetch-http-handler": "npm:^2.3.1" - "@smithy/hash-blob-browser": "npm:^2.0.16" - "@smithy/hash-node": "npm:^2.0.17" - "@smithy/hash-stream-node": "npm:^2.0.17" - "@smithy/invalid-dependency": "npm:^2.0.15" - "@smithy/md5-js": "npm:^2.0.17" - "@smithy/middleware-content-length": "npm:^2.0.17" - "@smithy/middleware-endpoint": "npm:^2.2.3" - "@smithy/middleware-retry": "npm:^2.0.25" - "@smithy/middleware-serde": "npm:^2.0.15" - "@smithy/middleware-stack": "npm:^2.0.9" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/node-http-handler": "npm:^2.2.1" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/url-parser": "npm:^2.0.15" - "@smithy/util-base64": "npm:^2.0.1" - "@smithy/util-body-length-browser": "npm:^2.0.1" - "@smithy/util-body-length-node": "npm:^2.1.0" - "@smithy/util-defaults-mode-browser": "npm:^2.0.23" - "@smithy/util-defaults-mode-node": "npm:^2.0.31" - "@smithy/util-endpoints": "npm:^1.0.7" - "@smithy/util-retry": "npm:^2.0.8" - "@smithy/util-stream": "npm:^2.0.23" - "@smithy/util-utf8": "npm:^2.0.2" - "@smithy/util-waiter": "npm:^2.0.15" - fast-xml-parser: "npm:4.2.5" - tslib: "npm:^2.5.0" - checksum: 701523f3b3e4d43ee1678d817b3971017abe75c852a1546d785bdc2f0938d0e723bafec746797e0c64475be439b799e0852ed625c7a99f4e939f1a57327faea3 +"@aws-sdk/client-s3@npm:^3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/client-s3@npm:3.654.0" + dependencies: + "@aws-crypto/sha1-browser": "npm:5.2.0" + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.654.0" + "@aws-sdk/client-sts": "npm:3.654.0" + "@aws-sdk/core": "npm:3.654.0" + "@aws-sdk/credential-provider-node": "npm:3.654.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.654.0" + "@aws-sdk/middleware-expect-continue": "npm:3.654.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.654.0" + "@aws-sdk/middleware-host-header": "npm:3.654.0" + "@aws-sdk/middleware-location-constraint": "npm:3.654.0" + "@aws-sdk/middleware-logger": "npm:3.654.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.654.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.654.0" + "@aws-sdk/middleware-ssec": "npm:3.654.0" + "@aws-sdk/middleware-user-agent": "npm:3.654.0" + "@aws-sdk/region-config-resolver": "npm:3.654.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@aws-sdk/util-endpoints": "npm:3.654.0" + "@aws-sdk/util-user-agent-browser": "npm:3.654.0" + "@aws-sdk/util-user-agent-node": "npm:3.654.0" + "@aws-sdk/xml-builder": "npm:3.654.0" + "@smithy/config-resolver": "npm:^3.0.8" + "@smithy/core": "npm:^2.4.3" + "@smithy/eventstream-serde-browser": "npm:^3.0.9" + "@smithy/eventstream-serde-config-resolver": "npm:^3.0.6" + "@smithy/eventstream-serde-node": "npm:^3.0.8" + "@smithy/fetch-http-handler": "npm:^3.2.7" + "@smithy/hash-blob-browser": "npm:^3.1.5" + "@smithy/hash-node": "npm:^3.0.6" + "@smithy/hash-stream-node": "npm:^3.1.5" + "@smithy/invalid-dependency": "npm:^3.0.6" + "@smithy/md5-js": "npm:^3.0.6" + "@smithy/middleware-content-length": "npm:^3.0.8" + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/middleware-retry": "npm:^3.0.18" + "@smithy/middleware-serde": "npm:^3.0.6" + "@smithy/middleware-stack": "npm:^3.0.6" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/node-http-handler": "npm:^3.2.2" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/url-parser": "npm:^3.0.6" + "@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.18" + "@smithy/util-defaults-mode-node": "npm:^3.0.18" + "@smithy/util-endpoints": "npm:^2.1.2" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-retry": "npm:^3.0.6" + "@smithy/util-stream": "npm:^3.1.6" + "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/util-waiter": "npm:^3.1.5" + tslib: "npm:^2.6.2" + checksum: 85a8f2df67167aba1ee1b664c624d6ba871897d4d9b959761b02dba2ada6d349b1812d9e4460a12e7306dd523bde5542b513f3a56ee3e2c99ea47c3d1231a08b languageName: node linkType: hard @@ -569,6 +651,55 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/client-sso-oidc@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.654.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.654.0" + "@aws-sdk/credential-provider-node": "npm:3.654.0" + "@aws-sdk/middleware-host-header": "npm:3.654.0" + "@aws-sdk/middleware-logger": "npm:3.654.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.654.0" + "@aws-sdk/middleware-user-agent": "npm:3.654.0" + "@aws-sdk/region-config-resolver": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@aws-sdk/util-endpoints": "npm:3.654.0" + "@aws-sdk/util-user-agent-browser": "npm:3.654.0" + "@aws-sdk/util-user-agent-node": "npm:3.654.0" + "@smithy/config-resolver": "npm:^3.0.8" + "@smithy/core": "npm:^2.4.3" + "@smithy/fetch-http-handler": "npm:^3.2.7" + "@smithy/hash-node": "npm:^3.0.6" + "@smithy/invalid-dependency": "npm:^3.0.6" + "@smithy/middleware-content-length": "npm:^3.0.8" + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/middleware-retry": "npm:^3.0.18" + "@smithy/middleware-serde": "npm:^3.0.6" + "@smithy/middleware-stack": "npm:^3.0.6" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/node-http-handler": "npm:^3.2.2" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/url-parser": "npm:^3.0.6" + "@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.18" + "@smithy/util-defaults-mode-node": "npm:^3.0.18" + "@smithy/util-endpoints": "npm:^2.1.2" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-retry": "npm:^3.0.6" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.654.0 + checksum: d8a61b1ae7b2bd00bd65e022b43c4da0aab8d874fe85818f0e009d9ae6a53b3cd17d7c9ddbae7807df650d2ecd741aad0d5c5fada4f615a87e8e6da850710ba4 + languageName: node + linkType: hard + "@aws-sdk/client-sso@npm:3.363.0": version: 3.363.0 resolution: "@aws-sdk/client-sso@npm:3.363.0" @@ -610,48 +741,49 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/client-sso@npm:3.484.0" - dependencies: - "@aws-crypto/sha256-browser": "npm:3.0.0" - "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/core": "npm:3.481.0" - "@aws-sdk/middleware-host-header": "npm:3.468.0" - "@aws-sdk/middleware-logger": "npm:3.468.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.468.0" - "@aws-sdk/middleware-user-agent": "npm:3.478.0" - "@aws-sdk/region-config-resolver": "npm:3.484.0" - "@aws-sdk/types": "npm:3.468.0" - "@aws-sdk/util-endpoints": "npm:3.478.0" - "@aws-sdk/util-user-agent-browser": "npm:3.468.0" - "@aws-sdk/util-user-agent-node": "npm:3.470.0" - "@smithy/config-resolver": "npm:^2.0.22" - "@smithy/core": "npm:^1.2.1" - "@smithy/fetch-http-handler": "npm:^2.3.1" - "@smithy/hash-node": "npm:^2.0.17" - "@smithy/invalid-dependency": "npm:^2.0.15" - "@smithy/middleware-content-length": "npm:^2.0.17" - "@smithy/middleware-endpoint": "npm:^2.2.3" - "@smithy/middleware-retry": "npm:^2.0.25" - "@smithy/middleware-serde": "npm:^2.0.15" - "@smithy/middleware-stack": "npm:^2.0.9" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/node-http-handler": "npm:^2.2.1" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/url-parser": "npm:^2.0.15" - "@smithy/util-base64": "npm:^2.0.1" - "@smithy/util-body-length-browser": "npm:^2.0.1" - "@smithy/util-body-length-node": "npm:^2.1.0" - "@smithy/util-defaults-mode-browser": "npm:^2.0.23" - "@smithy/util-defaults-mode-node": "npm:^2.0.31" - "@smithy/util-endpoints": "npm:^1.0.7" - "@smithy/util-retry": "npm:^2.0.8" - "@smithy/util-utf8": "npm:^2.0.2" - tslib: "npm:^2.5.0" - checksum: 2a63f49f74ad41bb7097f793e64b0d9b4b03f57606a99a1f8c6427fad6872668c80c8924099704a9a85ded9b537dbbc1ce5234bf0e8da2c6fb7a85038ba629ae +"@aws-sdk/client-sso@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/client-sso@npm:3.654.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.654.0" + "@aws-sdk/middleware-host-header": "npm:3.654.0" + "@aws-sdk/middleware-logger": "npm:3.654.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.654.0" + "@aws-sdk/middleware-user-agent": "npm:3.654.0" + "@aws-sdk/region-config-resolver": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@aws-sdk/util-endpoints": "npm:3.654.0" + "@aws-sdk/util-user-agent-browser": "npm:3.654.0" + "@aws-sdk/util-user-agent-node": "npm:3.654.0" + "@smithy/config-resolver": "npm:^3.0.8" + "@smithy/core": "npm:^2.4.3" + "@smithy/fetch-http-handler": "npm:^3.2.7" + "@smithy/hash-node": "npm:^3.0.6" + "@smithy/invalid-dependency": "npm:^3.0.6" + "@smithy/middleware-content-length": "npm:^3.0.8" + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/middleware-retry": "npm:^3.0.18" + "@smithy/middleware-serde": "npm:^3.0.6" + "@smithy/middleware-stack": "npm:^3.0.6" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/node-http-handler": "npm:^3.2.2" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/url-parser": "npm:^3.0.6" + "@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.18" + "@smithy/util-defaults-mode-node": "npm:^3.0.18" + "@smithy/util-endpoints": "npm:^2.1.2" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-retry": "npm:^3.0.6" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: bcc0465840eebd1d8c822a8ea6497aa0ff7b559ff10b1c993fc6af3e0d2560bca4fae18dbea88ad98e97b14452b4048d9df71e07c5e5922917440440737e0141 languageName: node linkType: hard @@ -700,65 +832,69 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/client-sts@npm:3.484.0" - dependencies: - "@aws-crypto/sha256-browser": "npm:3.0.0" - "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/core": "npm:3.481.0" - "@aws-sdk/credential-provider-node": "npm:3.484.0" - "@aws-sdk/middleware-host-header": "npm:3.468.0" - "@aws-sdk/middleware-logger": "npm:3.468.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.468.0" - "@aws-sdk/middleware-user-agent": "npm:3.478.0" - "@aws-sdk/region-config-resolver": "npm:3.484.0" - "@aws-sdk/types": "npm:3.468.0" - "@aws-sdk/util-endpoints": "npm:3.478.0" - "@aws-sdk/util-user-agent-browser": "npm:3.468.0" - "@aws-sdk/util-user-agent-node": "npm:3.470.0" - "@smithy/config-resolver": "npm:^2.0.22" - "@smithy/core": "npm:^1.2.1" - "@smithy/fetch-http-handler": "npm:^2.3.1" - "@smithy/hash-node": "npm:^2.0.17" - "@smithy/invalid-dependency": "npm:^2.0.15" - "@smithy/middleware-content-length": "npm:^2.0.17" - "@smithy/middleware-endpoint": "npm:^2.2.3" - "@smithy/middleware-retry": "npm:^2.0.25" - "@smithy/middleware-serde": "npm:^2.0.15" - "@smithy/middleware-stack": "npm:^2.0.9" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/node-http-handler": "npm:^2.2.1" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/url-parser": "npm:^2.0.15" - "@smithy/util-base64": "npm:^2.0.1" - "@smithy/util-body-length-browser": "npm:^2.0.1" - "@smithy/util-body-length-node": "npm:^2.1.0" - "@smithy/util-defaults-mode-browser": "npm:^2.0.23" - "@smithy/util-defaults-mode-node": "npm:^2.0.31" - "@smithy/util-endpoints": "npm:^1.0.7" - "@smithy/util-middleware": "npm:^2.0.8" - "@smithy/util-retry": "npm:^2.0.8" - "@smithy/util-utf8": "npm:^2.0.2" - fast-xml-parser: "npm:4.2.5" - tslib: "npm:^2.5.0" - checksum: 3d81f5b9cc775db55ee0c389470ba05a07b8b9db2f0e38a3e3986f988c46c69786497c86c2fe1e1dcbc07f1ac3f16535ccb6489c4ad039d20a72a4fb3afe6054 - languageName: node - linkType: hard - -"@aws-sdk/core@npm:3.481.0": - version: 3.481.0 - resolution: "@aws-sdk/core@npm:3.481.0" - dependencies: - "@smithy/core": "npm:^1.2.1" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/signature-v4": "npm:^2.0.0" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 0bc324627f14c07ed650da26f53677114d9c78df3eca6c67411578eedac45e7c93b9ff55a29e74af05e2d7f8ae425d7052628cc0a0e881846eb3395cc771ec38 +"@aws-sdk/client-sts@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/client-sts@npm:3.654.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.654.0" + "@aws-sdk/core": "npm:3.654.0" + "@aws-sdk/credential-provider-node": "npm:3.654.0" + "@aws-sdk/middleware-host-header": "npm:3.654.0" + "@aws-sdk/middleware-logger": "npm:3.654.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.654.0" + "@aws-sdk/middleware-user-agent": "npm:3.654.0" + "@aws-sdk/region-config-resolver": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@aws-sdk/util-endpoints": "npm:3.654.0" + "@aws-sdk/util-user-agent-browser": "npm:3.654.0" + "@aws-sdk/util-user-agent-node": "npm:3.654.0" + "@smithy/config-resolver": "npm:^3.0.8" + "@smithy/core": "npm:^2.4.3" + "@smithy/fetch-http-handler": "npm:^3.2.7" + "@smithy/hash-node": "npm:^3.0.6" + "@smithy/invalid-dependency": "npm:^3.0.6" + "@smithy/middleware-content-length": "npm:^3.0.8" + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/middleware-retry": "npm:^3.0.18" + "@smithy/middleware-serde": "npm:^3.0.6" + "@smithy/middleware-stack": "npm:^3.0.6" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/node-http-handler": "npm:^3.2.2" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/url-parser": "npm:^3.0.6" + "@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.18" + "@smithy/util-defaults-mode-node": "npm:^3.0.18" + "@smithy/util-endpoints": "npm:^2.1.2" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-retry": "npm:^3.0.6" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: e991fe2f83dbdee90924b8e2aaa047c86d77a441c3489a62ce5107706cc1770364bc8a372688b1ee68ac08847a503690621b94420d9e49f6c6bab8793eb7ae49 + languageName: node + linkType: hard + +"@aws-sdk/core@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/core@npm:3.654.0" + dependencies: + "@smithy/core": "npm:^2.4.3" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/signature-v4": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-middleware": "npm:^3.0.6" + fast-xml-parser: "npm:4.4.1" + tslib: "npm:^2.6.2" + checksum: 743a9360796ad14ce5fc0ba083108a6f8d04fd309c0e741bf6a2ef22a6a4e2a4167d449c1777c53f166a7f3e3b12b7c6b57936871ff60f760095fc0fa5a1baca languageName: node linkType: hard @@ -787,15 +923,32 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.468.0" +"@aws-sdk/credential-provider-env@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/property-provider": "npm:^2.0.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 5e8fe5c7a94534d0570e5767a224dfd92f3b039336263ad3121c74aef4ecdac111f24b17be7c78d8a04ed09b2b3d89b65a3bc020180d23d6c5bb4fe98d85f89f + "@aws-sdk/types": "npm:3.654.0" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: ceef4f105d35ccef6da2f5244e215fcd84dd45626c79c1058173d7a374e7401667f75ca36ca2048a5bc2c5301b30ca4a23f90601dc031f5f127b307523947d3f + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-http@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.654.0" + dependencies: + "@aws-sdk/types": "npm:3.654.0" + "@smithy/fetch-http-handler": "npm:^3.2.7" + "@smithy/node-http-handler": "npm:^3.2.2" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-stream": "npm:^3.1.6" + tslib: "npm:^2.6.2" + checksum: 98b10af490dc1324739f261d2bc3c666b374eb41d10a4a0929941bb866b29f2edd7866380ab3a545919af8299956ce344e40a4339d7dd66c5e43761bd0fa6da5 languageName: node linkType: hard @@ -817,21 +970,24 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.484.0" +"@aws-sdk/credential-provider-ini@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.654.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.468.0" - "@aws-sdk/credential-provider-process": "npm:3.468.0" - "@aws-sdk/credential-provider-sso": "npm:3.484.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.468.0" - "@aws-sdk/types": "npm:3.468.0" - "@smithy/credential-provider-imds": "npm:^2.0.0" - "@smithy/property-provider": "npm:^2.0.0" - "@smithy/shared-ini-file-loader": "npm:^2.0.6" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 0c5440bc8ffbaa5be2613d2c998d41fc0f2c31ea5240b545df4fd044627d0a2f18743da58c00eee0d1e95b085f06c73ba6aef354301ae680c7605e6e6874326f + "@aws-sdk/credential-provider-env": "npm:3.654.0" + "@aws-sdk/credential-provider-http": "npm:3.654.0" + "@aws-sdk/credential-provider-process": "npm:3.654.0" + "@aws-sdk/credential-provider-sso": "npm:3.654.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@smithy/credential-provider-imds": "npm:^3.2.3" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.654.0 + checksum: a44c9ebf5c6d467b1f6b9cded3f5027850ccf6bfbe2c208eaea6eb8a750da76ff193b17e3d7fc4112f7f664fa64b11c3bbabbfc7e4217000bb0ada6a50d7708b languageName: node linkType: hard @@ -854,22 +1010,23 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.484.0" +"@aws-sdk/credential-provider-node@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.654.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.468.0" - "@aws-sdk/credential-provider-ini": "npm:3.484.0" - "@aws-sdk/credential-provider-process": "npm:3.468.0" - "@aws-sdk/credential-provider-sso": "npm:3.484.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.468.0" - "@aws-sdk/types": "npm:3.468.0" - "@smithy/credential-provider-imds": "npm:^2.0.0" - "@smithy/property-provider": "npm:^2.0.0" - "@smithy/shared-ini-file-loader": "npm:^2.0.6" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: cdbe0b61b863aa3018bbdaac44f9fdb656ce264e631e00f4f6e3e92fda9dce419729046da920b410df8b06f381d07457af36561359cb204f4da6f71d050cebdd + "@aws-sdk/credential-provider-env": "npm:3.654.0" + "@aws-sdk/credential-provider-http": "npm:3.654.0" + "@aws-sdk/credential-provider-ini": "npm:3.654.0" + "@aws-sdk/credential-provider-process": "npm:3.654.0" + "@aws-sdk/credential-provider-sso": "npm:3.654.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@smithy/credential-provider-imds": "npm:^3.2.3" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: ad510e65c3afa6ce33085f1ba4ef8e0b505bbb52e88eefc2bcea0fea77696b491ff148f715d1ed605bb848250e8e68fd1e75c174f3a6d7d74df8f28cd6e4e238 languageName: node linkType: hard @@ -886,16 +1043,16 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.468.0" +"@aws-sdk/credential-provider-process@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/property-provider": "npm:^2.0.0" - "@smithy/shared-ini-file-loader": "npm:^2.0.6" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 7a345716ac618d8c36db7dafd168d7d12807fd3e181392f61da116eb061d3b8eef135f06c30031104831289caa5c56f7e70448e56c04a892a793cc51ab137013 + "@aws-sdk/types": "npm:3.654.0" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: a3d00901e3dd9d917ec2932483bcd44d5ac6c399f92faa704a1b7368a597e4ed486e592f3f39a734b0330f0496cd02a8281e3150a563cae2a499a35bca4510d8 languageName: node linkType: hard @@ -914,18 +1071,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.484.0" +"@aws-sdk/credential-provider-sso@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.654.0" dependencies: - "@aws-sdk/client-sso": "npm:3.484.0" - "@aws-sdk/token-providers": "npm:3.484.0" - "@aws-sdk/types": "npm:3.468.0" - "@smithy/property-provider": "npm:^2.0.0" - "@smithy/shared-ini-file-loader": "npm:^2.0.6" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: e6b1a40862ecd7540a0f315fe496d317c3bcdb1a198c8610acb1844d9b1bd4bf2a6a50cabf14f0b7326220b5c9d65ab39dd39574dbd526322532d45c1c8ff44b + "@aws-sdk/client-sso": "npm:3.654.0" + "@aws-sdk/token-providers": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 668ec89a72a736caefa6ea4c0e8c9983ce09bdb1f08ba2e773d7e3f012f45bb881f28c8d6a93dfd6db344f408b0cf29835a20f03b79bf858f4f5cd77a650b14e languageName: node linkType: hard @@ -941,15 +1098,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.468.0" +"@aws-sdk/credential-provider-web-identity@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/property-provider": "npm:^2.0.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: a5fac595637703e6d270c26a2121d574f6f18f96df45d81d7eb1e4e9230c2cf4710f1655e6cd3602dda93e4d447d34bfa707868aaa7083492522d6ab5443a716 + "@aws-sdk/types": "npm:3.654.0" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.654.0 + checksum: 831fb7092d635c7a7286201b6a2e17eedb3aa91fc28a697759dbc6d5a3c32802fdb8191abe370525bc71516757f2a9df518684decaebbd16be72c8da5b76e593 languageName: node linkType: hard @@ -1032,18 +1191,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-bucket-endpoint@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.484.0" +"@aws-sdk/middleware-bucket-endpoint@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@aws-sdk/util-arn-parser": "npm:3.465.0" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-config-provider": "npm:^2.1.0" - tslib: "npm:^2.5.0" - checksum: f801171542829e4b95dc0a3774836fbe10d0d72b2b271e0b5e4c239966d24fed635228d1f683500a6f1e9120d56a99fe0f4f62aff8d15eb7ad5be833300abe10 + "@aws-sdk/types": "npm:3.654.0" + "@aws-sdk/util-arn-parser": "npm:3.568.0" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-config-provider": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: bdf0ecfcb0685fe7d5c8e0a46b9aca97ad653416824063e38d5c717650f4dec186f2eeecbfed03b89a3e8b904126ed164884e94053cc714168b59093125a8a8a languageName: node linkType: hard @@ -1059,15 +1218,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-expect-continue@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/middleware-expect-continue@npm:3.468.0" +"@aws-sdk/middleware-expect-continue@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 0a34c9ca8801db26723b1451eb44187b28c57870cbf24b45fec2f5cd5b9b8f2d82225365b8e0f6f21ee0b75e3820d40e989b64c296f1708d17e6a8c6a7ca0d13 + "@aws-sdk/types": "npm:3.654.0" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 783687d73de67abe4f92091eefd00937986b983abe797f9f80a325b77ac6ab8abc5f57cc251c494611b79c23f2aa452c3e41a425a71981423eb63453d3624a08 languageName: node linkType: hard @@ -1087,19 +1246,21 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-flexible-checksums@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.468.0" +"@aws-sdk/middleware-flexible-checksums@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.654.0" dependencies: - "@aws-crypto/crc32": "npm:3.0.0" - "@aws-crypto/crc32c": "npm:3.0.0" - "@aws-sdk/types": "npm:3.468.0" - "@smithy/is-array-buffer": "npm:^2.0.0" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-utf8": "npm:^2.0.2" - tslib: "npm:^2.5.0" - checksum: 458260d6bbddb3ca494a7f1970fb5e8d1e6c9067f34e825d3766dc904f90c1f78a43b41977efb5170e8006f793f7e3fbfcd343d5fbf9739a644a9279769a4dc2 + "@aws-crypto/crc32": "npm:5.2.0" + "@aws-crypto/crc32c": "npm:5.2.0" + "@aws-sdk/types": "npm:3.654.0" + "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 73d02e06d48064cee68769f8802ee5e4211f1573479e890e51a9ff8f19a6b8f2fe140d073b80f3ec1841fc49ce49bc0f6c8d4c0588a44f07de113bb5dcd437f5 languageName: node linkType: hard @@ -1115,15 +1276,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.468.0" +"@aws-sdk/middleware-host-header@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: d511dea932f68c02f4c683d2b31345c6f9b9d63c7e5be6b4ebf829da056519c63fdc215b19e16628f37b0d57be95d6c107593de452e26fb71f713368da26cbf4 + "@aws-sdk/types": "npm:3.654.0" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 13fa78f2591f763e36a3becdd9ba5e01c53715f91aa00afd5e69ab3bf05dbc6fb6db5daf487e5ab68bdc4fe94760ef2eeb20467fa09d811eee3e9d32ac22e698 languageName: node linkType: hard @@ -1138,14 +1299,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-location-constraint@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/middleware-location-constraint@npm:3.468.0" +"@aws-sdk/middleware-location-constraint@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 18efae21e5e3149a3c4b6bc909d5c677435b4306a24a5e85c68fa6dfd1463f593a3d4c3b62f72addb66e687b543cb2307bb66f1497c4fe586ff885892925eecc + "@aws-sdk/types": "npm:3.654.0" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 25608bd0cafa75caa0f67b8bb8f494325470fd8a3bba51bb04ef2441a0fedb85b77eeb1165bc8a63c6101a768ff80f21576a3571e6eee37e8d9b405e1db1c1bd languageName: node linkType: hard @@ -1160,14 +1321,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/middleware-logger@npm:3.468.0" +"@aws-sdk/middleware-logger@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-logger@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 75dba345d91451e0a0d2d95c15f12934a9b29be0a271f1904552bfe81cf3a5daf2b0c027fe03a7b475c8a256ea8158c8c87d641a473c943add8bfcb6e40c341d + "@aws-sdk/types": "npm:3.654.0" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: adcfee5b50384e12faad10c2af58b34cf5fac396cbf9f8d843fcc2b9bf57142e535a973b52bac590c97464d4fbfa4901bfe5e6043952e0d941aa7f43c5ec919a languageName: node linkType: hard @@ -1183,15 +1344,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.468.0" +"@aws-sdk/middleware-recursion-detection@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 490855cfde0abd0e769dfdb63355ba645dfe4bc6b82a90b05ab648ae098f2af7ec6f76dab315825bfe02c2b37f307b1d895728547c5a9c592377f309199ba4ab + "@aws-sdk/types": "npm:3.654.0" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: eabf3838674758e30713934e3a9ebe765c5aa944e08a86765c2c679c6b235639b97529c1906d21de15dcdc2f53b4828464eea7787dfdda06c76c594274ffd5eb languageName: node linkType: hard @@ -1239,20 +1400,25 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-sdk-s3@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/middleware-sdk-s3@npm:3.484.0" +"@aws-sdk/middleware-sdk-s3@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@aws-sdk/util-arn-parser": "npm:3.465.0" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/signature-v4": "npm:^2.0.0" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-config-provider": "npm:^2.1.0" - tslib: "npm:^2.5.0" - checksum: 34a0e072bd2760675ac487518366640969fee2c42bd3c4669861306da89806eb368e571ac4b6128cc7b80fa8c9eb6827c54f4cfe7b67fd6de13b2be664c0008e + "@aws-sdk/core": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@aws-sdk/util-arn-parser": "npm:3.568.0" + "@smithy/core": "npm:^2.4.3" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/signature-v4": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-stream": "npm:^3.1.6" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 68a0aa2fad2fd57fcfb66df675eeb857e6a6d4a242eb18c3143f0bd28a147d7528c75db3001ce51f8bf5c22dc77fa9aef03e6e7fce2922caf2c176c2b5a8ad64 languageName: node linkType: hard @@ -1283,21 +1449,6 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-signing@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/middleware-signing@npm:3.468.0" - dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/property-provider": "npm:^2.0.0" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/signature-v4": "npm:^2.0.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-middleware": "npm:^2.0.8" - tslib: "npm:^2.5.0" - checksum: e14d0ace15d8e67700955dda58de3017b8d012ff363737266063224d481df0d1efe86f6b292b847ab2b13ffc2115e9d95f622291512266a82eebc9959ad7b4c5 - languageName: node - linkType: hard - "@aws-sdk/middleware-ssec@npm:3.363.0": version: 3.363.0 resolution: "@aws-sdk/middleware-ssec@npm:3.363.0" @@ -1309,14 +1460,14 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-ssec@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/middleware-ssec@npm:3.468.0" +"@aws-sdk/middleware-ssec@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 0b4cb3d3b1b267b5a7356ed111e8ae133ca43daaa7d11abc7df21916843e649bc9bf404724bed3871a671137521d7a40dddd67858a67f3dd945812b034dbdb62 + "@aws-sdk/types": "npm:3.654.0" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 934d091f911df76f8fcd6d433ea5abc46f2664bc23e73f68ff13e50a0956d65c77b34074cf9094915331acae76ea87c5faf2f8e8bea63e2964553eacda2eb971 languageName: node linkType: hard @@ -1333,45 +1484,46 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.478.0": - version: 3.478.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.478.0" +"@aws-sdk/middleware-user-agent@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@aws-sdk/util-endpoints": "npm:3.478.0" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 884b801535d03d366105b9adf61e8b35b7e43fac7f69a80d9c0603ff17a106ffe679af3f74fbdbe1334289906e04dd47a4616392752ada61e3f488eae551b888 + "@aws-sdk/types": "npm:3.654.0" + "@aws-sdk/util-endpoints": "npm:3.654.0" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: f6f65f262b281440b814401bbf7b68957795d7962a8f77fd4816cb0e1458d318d3a777533ad1432353fbebf62afcf5416d6e02906f80082dbc4c089b10cd60f0 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.484.0" +"@aws-sdk/region-config-resolver@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.654.0" dependencies: - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-config-provider": "npm:^2.1.0" - "@smithy/util-middleware": "npm:^2.0.8" - tslib: "npm:^2.5.0" - checksum: 6ac74ff9fdb12e577887649a3de399767e601b85815ae03e8363ceeab673e766beda21b343c75b22b935b390b2d920b2b0fb92d7475875c6be402f0a8ee556d6 + "@aws-sdk/types": "npm:3.654.0" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: fb8d4a776b230ba48e9539f814442a0227f08b59fc7182b429131b1a11b9ca418afda0345ce71bf420d71bc919f50876d602ee0a493217c0e350d3854ac2e8ed languageName: node linkType: hard -"@aws-sdk/s3-request-presigner@npm:^3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/s3-request-presigner@npm:3.484.0" +"@aws-sdk/s3-request-presigner@npm:^3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/s3-request-presigner@npm:3.654.0" dependencies: - "@aws-sdk/signature-v4-multi-region": "npm:3.484.0" - "@aws-sdk/types": "npm:3.468.0" - "@aws-sdk/util-format-url": "npm:3.468.0" - "@smithy/middleware-endpoint": "npm:^2.2.3" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 4d8b3f7001911b85f54d3ff8c033181dd7ae0c66a16bd93718fb376571862c7d8082d5ee7d5b481a992d6033c5150eb71f16d069989760eac32bb7474678a252 + "@aws-sdk/signature-v4-multi-region": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@aws-sdk/util-format-url": "npm:3.654.0" + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 112bb17851b16c84423fa10a75245b3a6bf4311df6ba6305e54313693039e16bb4037732fcadb5f341cb6f9aee1b7fb65af1c131ebfa6705b9e78d3188a34b1d languageName: node linkType: hard @@ -1393,17 +1545,17 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/signature-v4-multi-region@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/signature-v4-multi-region@npm:3.484.0" +"@aws-sdk/signature-v4-multi-region@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.654.0" dependencies: - "@aws-sdk/middleware-sdk-s3": "npm:3.484.0" - "@aws-sdk/types": "npm:3.468.0" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/signature-v4": "npm:^2.0.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 9da3df07256a7ccf04bbfd1c5caa56d6989e6588a069560f0cad45812f579b8febc30141ccc48cb660420da9a19e2232793146d3325b853b86efe35836e8f51c + "@aws-sdk/middleware-sdk-s3": "npm:3.654.0" + "@aws-sdk/types": "npm:3.654.0" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/signature-v4": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 1ebe5017eb9b361dacfcde4c7e49e5d8f5fa6e61810878a455a0c605125a6d36535123c57931fc207ba1feddc176432f7f745fcaeda96f9b3e161633bb71daee languageName: node linkType: hard @@ -1421,48 +1573,18 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.484.0": - version: 3.484.0 - resolution: "@aws-sdk/token-providers@npm:3.484.0" +"@aws-sdk/token-providers@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/token-providers@npm:3.654.0" dependencies: - "@aws-crypto/sha256-browser": "npm:3.0.0" - "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/middleware-host-header": "npm:3.468.0" - "@aws-sdk/middleware-logger": "npm:3.468.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.468.0" - "@aws-sdk/middleware-user-agent": "npm:3.478.0" - "@aws-sdk/region-config-resolver": "npm:3.484.0" - "@aws-sdk/types": "npm:3.468.0" - "@aws-sdk/util-endpoints": "npm:3.478.0" - "@aws-sdk/util-user-agent-browser": "npm:3.468.0" - "@aws-sdk/util-user-agent-node": "npm:3.470.0" - "@smithy/config-resolver": "npm:^2.0.22" - "@smithy/fetch-http-handler": "npm:^2.3.1" - "@smithy/hash-node": "npm:^2.0.17" - "@smithy/invalid-dependency": "npm:^2.0.15" - "@smithy/middleware-content-length": "npm:^2.0.17" - "@smithy/middleware-endpoint": "npm:^2.2.3" - "@smithy/middleware-retry": "npm:^2.0.25" - "@smithy/middleware-serde": "npm:^2.0.15" - "@smithy/middleware-stack": "npm:^2.0.9" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/node-http-handler": "npm:^2.2.1" - "@smithy/property-provider": "npm:^2.0.0" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/shared-ini-file-loader": "npm:^2.0.6" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/url-parser": "npm:^2.0.15" - "@smithy/util-base64": "npm:^2.0.1" - "@smithy/util-body-length-browser": "npm:^2.0.1" - "@smithy/util-body-length-node": "npm:^2.1.0" - "@smithy/util-defaults-mode-browser": "npm:^2.0.23" - "@smithy/util-defaults-mode-node": "npm:^2.0.31" - "@smithy/util-endpoints": "npm:^1.0.7" - "@smithy/util-retry": "npm:^2.0.8" - "@smithy/util-utf8": "npm:^2.0.2" - tslib: "npm:^2.5.0" - checksum: e9258ba1922d8161020d671bd79d6b93d81e2f5d8c511ae332dd67f2faac1e1dab30c966c45417f14a86360fe6677c868ae3aee8f0b18361ff4f383165980367 + "@aws-sdk/types": "npm:3.654.0" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sso-oidc": ^3.654.0 + checksum: ffb351d1b3e67529fe5845cf829305ae16be337860cb1fa1562565c6e15ef3e769507b467655547939c6080affd70fb33869783c025a561db07d56b290797da1 languageName: node linkType: hard @@ -1475,13 +1597,13 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/types@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/types@npm:3.468.0" +"@aws-sdk/types@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/types@npm:3.654.0" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: d2599c6e73e932925ecebdb4f71bfa25895423ddf6ea981ea815dcf7a307c989d5e53bc9d2a95fed14fd0f6223bcf561dcff64113cf5a77b3d5b263664323b03 + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 4ca626a090704fa1af063ae4b4209498dea70d576bd05abd3a904bc375b6880496a716c88b6d5e9085731ba203bd7b6e158d997adc6ce02a83573a48d7683790 languageName: node linkType: hard @@ -1503,12 +1625,12 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-arn-parser@npm:3.465.0": - version: 3.465.0 - resolution: "@aws-sdk/util-arn-parser@npm:3.465.0" +"@aws-sdk/util-arn-parser@npm:3.568.0": + version: 3.568.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.568.0" dependencies: - tslib: "npm:^2.5.0" - checksum: 0fb11c7e3d09901708f46cb0c885c2df7a8e8af70560484fa478bf9e2f8ee2aa6028c67187c0520eec6a92003bc43ae68c0ddc32db3af3e6d554b48080910af5 + tslib: "npm:^2.6.2" + checksum: b1a7f93b4f47136ee8d71bcbbd2d5d19581007f0684aff252d3bee6b9ccc7c56e765255bb1bea847171b40cdbd2eca0fb102f24cba857d1c79c54747e8ee0855 languageName: node linkType: hard @@ -1532,14 +1654,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.478.0": - version: 3.478.0 - resolution: "@aws-sdk/util-endpoints@npm:3.478.0" +"@aws-sdk/util-endpoints@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/util-endpoints@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/util-endpoints": "npm:^1.0.7" - tslib: "npm:^2.5.0" - checksum: 4cdb7f537425cd93b2de3578e1c8bb2b0af8be2f32cf1aa17fc3a6279ee152fefda8ad7b86817cd27f20861523de753bb13b44ef5152e9ced4384fe7166b0a84 + "@aws-sdk/types": "npm:3.654.0" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-endpoints": "npm:^2.1.2" + tslib: "npm:^2.6.2" + checksum: e9ebb709635852cb94b5c276413df2e6e7003b528148c7d604804bab49b0c98ebb391f9b77456fbca7ddc40a3d5aa4a94b684c829fd286d4fd001de4e564206a languageName: node linkType: hard @@ -1555,15 +1678,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/util-format-url@npm:3.468.0" +"@aws-sdk/util-format-url@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/util-format-url@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/querystring-builder": "npm:^2.0.15" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 3f97cb65de188b1395dcdd34dcdd27dfb0d20a8621d1a55f111fa07c10eaf1e4aef6cc4717bd020a991b6ca3648ddc4c67758e99f758b0f6135671fc6e2a46bd + "@aws-sdk/types": "npm:3.654.0" + "@smithy/querystring-builder": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 284ae7ea358bdcced78d2235c19551fac4a8726906fe6de13feb49d68397907719e47882c2aa006b69a40fb8163ae28addc9d8f0a143b69f655a3db931961740 languageName: node linkType: hard @@ -1588,15 +1711,15 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.468.0": - version: 3.468.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.468.0" +"@aws-sdk/util-user-agent-browser@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/types": "npm:^2.7.0" + "@aws-sdk/types": "npm:3.654.0" + "@smithy/types": "npm:^3.4.2" bowser: "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: b2d78fa8565f29219192d1f70b834d4d982fe3ec757a493bd0c2edffb20d606b9bec50fca955fd00787e939935eb71498ca637f5fddd1476255b01f460396737 + tslib: "npm:^2.6.2" + checksum: f8e36dcb8ab62633dc2d9cd91cc75a157fcb69d6d72181ea41adb2b76746140f76f5661acf90c3264cc442de90d0c7883be727faef87ee1e569964a85c135b7b languageName: node linkType: hard @@ -1617,20 +1740,20 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.470.0": - version: 3.470.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.470.0" +"@aws-sdk/util-user-agent-node@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.654.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" + "@aws-sdk/types": "npm:3.654.0" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 05571ba83dcbb91273fe3b9c1c69ced301489e76f78fe299ba74c125c775912110b8721d19ebc1a9270b115797124cd97a4b9a3fbe8355eadec1138a06cbc82f + checksum: 6735787ce7347b644640e8ef2b54ee6a4ae31d36c0da1aec821b9c908c58ed38bc695242639850b20cdc4b51030ec4be1c393c24330c0fd4146e740c52b8b91c languageName: node linkType: hard @@ -1662,13 +1785,13 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/xml-builder@npm:3.472.0": - version: 3.472.0 - resolution: "@aws-sdk/xml-builder@npm:3.472.0" +"@aws-sdk/xml-builder@npm:3.654.0": + version: 3.654.0 + resolution: "@aws-sdk/xml-builder@npm:3.654.0" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 6d06e77e493b03a53c1e6e1e4d693dd0c000ce005f811e297df1f8d1b5b8363ee660275297bdd8a59a53d73ca1fecec61e73fa2121a5334047aeda1bf399d906 + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: d1af3584b658a3adc77b2465ed36c9cb5f665559b58f33633d2b1b5b66aabca21656877513baa08bfcb09eb161ffa8a288e9fb52ac47446eb1d8676a8a82b640 languageName: node linkType: hard @@ -1745,6 +1868,16 @@ __metadata: languageName: node linkType: hard +"@babel/code-frame@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/code-frame@npm:7.24.7" + dependencies: + "@babel/highlight": "npm:^7.24.7" + picocolors: "npm:^1.0.0" + checksum: 4812e94885ba7e3213d49583a155fdffb05292330f0a9b2c41b49288da70cf3c746a3fda0bf1074041a6d741c33f8d7be24be5e96f41ef77395eeddc5c9ff624 + languageName: node + linkType: hard + "@babel/compat-data@npm:^7.16.0": version: 7.16.0 resolution: "@babel/compat-data@npm:7.16.0" @@ -2027,6 +2160,18 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/generator@npm:7.25.6" + dependencies: + "@babel/types": "npm:^7.25.6" + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.25" + jsesc: "npm:^2.5.1" + checksum: 541e4fbb6ea7806f44232d70f25bf09dee9a57fe43d559e375536870ca5261ebb4647fec3af40dcbb3325ea2a49aff040e12a4e6f88609eaa88f10c4e27e31f8 + languageName: node + linkType: hard + "@babel/helper-annotate-as-pure@npm:^7.16.0": version: 7.16.0 resolution: "@babel/helper-annotate-as-pure@npm:7.16.0" @@ -2470,6 +2615,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-imports@npm:^7.0.0": + version: 7.24.7 + resolution: "@babel/helper-module-imports@npm:7.24.7" + dependencies: + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: df8bfb2bb18413aa151ecd63b7d5deb0eec102f924f9de6bc08022ced7ed8ca7fed914562d2f6fa5b59b74a5d6e255dc35612b2bc3b8abf361e13f61b3704770 + languageName: node + linkType: hard + "@babel/helper-module-imports@npm:^7.0.0-beta.49, @babel/helper-module-imports@npm:^7.16.0": version: 7.16.0 resolution: "@babel/helper-module-imports@npm:7.16.0" @@ -2887,6 +3042,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-string-parser@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-string-parser@npm:7.24.8" + checksum: 6d1bf8f27dd725ce02bdc6dffca3c95fb9ab8a06adc2edbd9c1c9d68500274230d1a609025833ed81981eff560045b6b38f7b4c6fb1ab19fc90e5004e3932535 + languageName: node + linkType: hard + "@babel/helper-validator-identifier@npm:^7.15.7": version: 7.15.7 resolution: "@babel/helper-validator-identifier@npm:7.15.7" @@ -2929,6 +3091,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-identifier@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-validator-identifier@npm:7.24.7" + checksum: 86875063f57361471b531dbc2ea10bbf5406e12b06d249b03827d361db4cad2388c6f00936bcd9dc86479f7e2c69ea21412c2228d4b3672588b754b70a449d4b + languageName: node + linkType: hard + "@babel/helper-validator-option@npm:^7.14.5": version: 7.14.5 resolution: "@babel/helper-validator-option@npm:7.14.5" @@ -3068,6 +3237,18 @@ __metadata: languageName: node linkType: hard +"@babel/highlight@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/highlight@npm:7.24.7" + dependencies: + "@babel/helper-validator-identifier": "npm:^7.24.7" + chalk: "npm:^2.4.2" + js-tokens: "npm:^4.0.0" + picocolors: "npm:^1.0.0" + checksum: 69b73f38cdd4f881b09b939a711e76646da34f4834f4ce141d7a49a6bb1926eab1c594148970a8aa9360398dff800f63aade4e81fafdd7c8d8a8489ea93bfec1 + languageName: node + linkType: hard + "@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.0": version: 7.16.0 resolution: "@babel/parser@npm:7.16.0" @@ -3149,6 +3330,17 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/parser@npm:7.25.6" + dependencies: + "@babel/types": "npm:^7.25.6" + bin: + parser: ./bin/babel-parser.js + checksum: 830aab72116aa14eb8d61bfa8f9d69fc8f3a43d909ce993cb4350ae14d3af1a2f740a54410a22d821c48a253263643dfecbc094f9608e6a70ce9ff3c0bbfe91a + languageName: node + linkType: hard + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.18.6": version: 7.18.6 resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.18.6" @@ -4821,6 +5013,17 @@ __metadata: languageName: node linkType: hard +"@babel/template@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/template@npm:7.25.0" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/parser": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 07ebecf6db8b28244b7397628e09c99e7a317b959b926d90455c7253c88df3677a5a32d1501d9749fe292a263ff51a4b6b5385bcabd5dadd3a48036f4d4949e0 + languageName: node + linkType: hard + "@babel/traverse@npm:^7.14.0, @babel/traverse@npm:^7.16.8, @babel/traverse@npm:^7.18.0": version: 7.18.0 resolution: "@babel/traverse@npm:7.18.0" @@ -4964,6 +5167,21 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.24.7": + version: 7.25.6 + resolution: "@babel/traverse@npm:7.25.6" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.6" + "@babel/parser": "npm:^7.25.6" + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: de75a918299bc27a44ec973e3f2fa8c7902bbd67bd5d39a0be656f3c1127f33ebc79c12696fbc8170a0b0e1072a966d4a2126578d7ea2e241b0aeb5d16edc738 + languageName: node + linkType: hard + "@babel/types@npm:^7.0.0, @babel/types@npm:^7.0.0-beta.49, @babel/types@npm:^7.16.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": version: 7.16.0 resolution: "@babel/types@npm:7.16.0" @@ -5102,6 +5320,17 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.24.7, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/types@npm:7.25.6" + dependencies: + "@babel/helper-string-parser": "npm:^7.24.8" + "@babel/helper-validator-identifier": "npm:^7.24.7" + to-fast-properties: "npm:^2.0.0" + checksum: 7b54665e1b51f525fe0f451efdd9fe7a4a6dfba3fd4956c3530bc77336b66ffe3d78c093796ed044119b5d213176af7cf326f317a2057c538d575c6cefcb3562 + languageName: node + linkType: hard + "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -5125,22 +5354,22 @@ __metadata: languageName: node linkType: hard -"@bundle-stats/plugin-webpack-filter@npm:4.8.4": - version: 4.8.4 - resolution: "@bundle-stats/plugin-webpack-filter@npm:4.8.4" +"@bundle-stats/plugin-webpack-filter@npm:4.15.0": + version: 4.15.0 + resolution: "@bundle-stats/plugin-webpack-filter@npm:4.15.0" peerDependencies: core-js: ^3.0.0 - checksum: 7a33a19094fb32579ca215cfee7c536a7e524558e6a17bee0376377691b4957bd1346531dfe3b01e8daf364acef75e1926f3d1aed76d986be79ba374157782fb + checksum: 5b3bbc133ccc50a4f2e6e8c7e6e10dacc1c85cb176e934965777a8f1ca7b137707b704b77858d8c4fa9d665a92e0cfc99b1d07791d08c522e023fb3c39d8a705 languageName: node linkType: hard -"@bundle-stats/plugin-webpack-validate@npm:4.8.4": - version: 4.8.4 - resolution: "@bundle-stats/plugin-webpack-validate@npm:4.8.4" +"@bundle-stats/plugin-webpack-validate@npm:4.15.0": + version: 4.15.0 + resolution: "@bundle-stats/plugin-webpack-validate@npm:4.15.0" dependencies: lodash: "npm:4.17.21" - superstruct: "npm:1.0.3" - checksum: 3faf93a84851aafa2d2b3e0cf3e7d6afaea69fdcad4c9825670c1adb3942f3ccbfea06e0fac56f6c661430c04d428f62dff978bd561f091028877f723da00724 + superstruct: "npm:2.0.2" + checksum: 0b3972ba14477baf4a823b81e0c44e0d4e04fd14c7293d05b4bc33f80b8ebc85504b0848f0dca41b9f187fcefba87eb4f3b2540c3d0d7e89235033ee04a07049 languageName: node linkType: hard @@ -5153,6 +5382,15 @@ __metadata: languageName: node linkType: hard +"@chainsafe/abort-controller@npm:^3.0.1": + version: 3.0.1 + resolution: "@chainsafe/abort-controller@npm:3.0.1" + dependencies: + event-target-shim: "npm:^5.0.0" + checksum: 053a6e76da37be24626feaf87991dc92c037a54891f5305a3dd21fb33bf29f70329ddaa2057c2995e884c7b5fe0f708b8082db71dac0ad107449e385d036237f + languageName: node + linkType: hard + "@changesets/apply-release-plan@npm:^7.0.0": version: 7.0.0 resolution: "@changesets/apply-release-plan@npm:7.0.0" @@ -5409,23 +5647,45 @@ __metadata: languageName: node linkType: hard -"@covector/apply@npm:0.9.2": - version: 0.9.2 - resolution: "@covector/apply@npm:0.9.2" +"@clack/core@npm:^0.3.3": + version: 0.3.4 + resolution: "@clack/core@npm:0.3.4" + dependencies: + picocolors: "npm:^1.0.0" + sisteransi: "npm:^1.0.5" + checksum: 36e5bef782f082dbddcd1f3502df3d366abbab2c5b608cfa986b2eb2c69f7122cf67dcffafe65488aba3560c51485feeed7f17f968f5fc99dd5be27b3d53bfa0 + languageName: node + linkType: hard + +"@clack/prompts@npm:^0.7.0": + version: 0.7.0 + resolution: "@clack/prompts@npm:0.7.0" + dependencies: + "@clack/core": "npm:^0.3.3" + is-unicode-supported: "npm:*" + picocolors: "npm:^1.0.0" + sisteransi: "npm:^1.0.5" + checksum: 2ca1f84b1d36c5d08794994f6f96b86287e0b96f8b6a7483eceb98bbd34a7f9f0012775df8bf29a6d86737b48f52ac18809bdcf14c0453d1a43c7cf4da671a26 + languageName: node + linkType: hard + +"@covector/apply@npm:0.10.0": + version: 0.10.0 + resolution: "@covector/apply@npm:0.10.0" dependencies: - "@covector/files": "npm:0.7.1" + "@covector/files": "npm:0.8.0" effection: "npm:^2.0.6" semver: "npm:^7.5.4" - checksum: f8c1da7961670244cb14a31f518b6930ab6b1ff2e3166f954c739a111e6cf474d0482773ef72b82a7ae8659383fa4a55a4ac28b24c7a937b739d6b0f5edb2954 + checksum: c496d3f5bfa339e710bffb2297ef1a6c55dd90099c9b82a1dace5669297740e20fbf0a59e23f5b359f797facabbcb58b3bab5bd8916ff7221000e9492e2943f5 languageName: node linkType: hard -"@covector/assemble@npm:0.10.3": - version: 0.10.3 - resolution: "@covector/assemble@npm:0.10.3" +"@covector/assemble@npm:0.12.0": + version: 0.12.0 + resolution: "@covector/assemble@npm:0.12.0" dependencies: - "@covector/command": "npm:0.7.0" - "@covector/files": "npm:0.7.1" + "@covector/command": "npm:0.8.0" + "@covector/files": "npm:0.8.0" effection: "npm:^2.0.6" js-yaml: "npm:^4.1.0" lodash: "npm:^4.17.21" @@ -5433,47 +5693,52 @@ __metadata: remark-parse: "npm:^9.0.0" remark-stringify: "npm:^9.0.1" unified: "npm:^9.2.1" - checksum: 6a7f1247519cb589cd16c225eaacc817a3a3a7c4a659a4966d672aa0e7dd6ccb4c9ac58cd84feac5ef5a73244e9f4aeff8887973e08773fb9cd63df1f18e885b + checksum: f96e6b38359807198d1ce089ff0e098073a99b4d7f7af2ebcec2703fbbc5a0e7a459205f4e909cfa11f340748246db078044f65a58c944180e505b7816d3331c languageName: node linkType: hard -"@covector/changelog@npm:0.10.1": - version: 0.10.1 - resolution: "@covector/changelog@npm:0.10.1" +"@covector/changelog@npm:0.12.0": + version: 0.12.0 + resolution: "@covector/changelog@npm:0.12.0" dependencies: - "@covector/files": "npm:0.7.1" + "@covector/files": "npm:0.8.0" effection: "npm:^2.0.6" lodash: "npm:^4.17.21" remark-parse: "npm:^9.0.0" remark-stringify: "npm:^9.0.1" unified: "npm:^9.2.1" - checksum: 1850075a80247610ff6fc41aa991a01923d0957ddf64313b1ab214a0fe38cb200011db32905e00af018d70106c27b9bbbb12ac8e22cd40bf3a2a44207b82a86c + checksum: d3d396ad12b067484a725f87d1d0f29ee21b2af633dc79c90e6f150d8c2c4af842f351d0e27ede372684f0f1b1bde9c00dee381d06ceaaab659257b927c458d3 languageName: node linkType: hard -"@covector/command@npm:0.7.0": - version: 0.7.0 - resolution: "@covector/command@npm:0.7.0" +"@covector/command@npm:0.8.0": + version: 0.8.0 + resolution: "@covector/command@npm:0.8.0" dependencies: - "@effection/process": "npm:^2.1.2" + "@effection/process": "npm:^2.1.3" effection: "npm:^2.0.6" - strip-ansi: "npm:6.0.1" - checksum: d1e1e6c2faadeb9e70f162a12ed941d135fe052e31101ec0d5500ddefcf6f7f431e7db3bd03d1a33a1cb7d398892158f3aebf037900316ba2f39ee23c2263666 + checksum: e79790a1f916bb1d1592d5c06449b483cdf20b679d699cac1d7d1b5648bac5f87895e6b6ec07d33b8816c5132c837574b5b7fab7b2a8b8bd701214f02fbe7762 languageName: node linkType: hard -"@covector/files@npm:0.7.1": - version: 0.7.1 - resolution: "@covector/files@npm:0.7.1" +"@covector/files@npm:0.8.0": + version: 0.8.0 + resolution: "@covector/files@npm:0.8.0" dependencies: - "@iarna/toml": "npm:^2.2.5" - "@tauri-apps/toml": "npm:^2.2.4" + "@covector/toml": "npm:0.2.0" globby: "npm:^11.1.0" js-yaml: "npm:^4.1.0" semver: "npm:^7.5.4" - zod: "npm:^3.21.4" + zod: "npm:^3.22.4" zod-validation-error: "npm:^1.3.1" - checksum: c177eb61c0ee9a6bad2fc1d95646c7213b0ad118a0b371d0d23aa1359aef434caf94bb8b4829b4dc368313d50bbbde86ff8bc6cd4ff4684b863d932abfb1a4e4 + checksum: 23eef5dde4a9107552f9a6461907dddd288ebd4697e2e0ac30ee38b13c88e524c70f5c9dfd02929e3fb1088a2bb27150b83d39fdc7d369d9b5bf009b5951af4c + languageName: node + linkType: hard + +"@covector/toml@npm:0.2.0": + version: 0.2.0 + resolution: "@covector/toml@npm:0.2.0" + checksum: 31eee9a7554a0782c3c38caaf7e89b10ebf57c194c6d9272a2dac4ccd82e1fe654f7bb8e54b5cac233154520500a6e2bb50b6f5b50b24f2b99dbfd4f71d8ec52 languageName: node linkType: hard @@ -5524,6 +5789,17 @@ __metadata: languageName: node linkType: hard +"@effection/channel@npm:2.0.6": + version: 2.0.6 + resolution: "@effection/channel@npm:2.0.6" + dependencies: + "@effection/core": "npm:2.2.3" + "@effection/events": "npm:2.0.6" + "@effection/stream": "npm:2.0.6" + checksum: d1adb23b540290097e6b97da8b346efb2157969b98dbfa114a2e0b02bd26a2fe76a6d46728387e86daf3799d8da053667f8e60e6e2accdd2718a3efb5aabc4d9 + languageName: node + linkType: hard + "@effection/core@npm:2.2.1": version: 2.2.1 resolution: "@effection/core@npm:2.2.1" @@ -5533,6 +5809,15 @@ __metadata: languageName: node linkType: hard +"@effection/core@npm:2.2.3, @effection/core@npm:^2.2.2": + version: 2.2.3 + resolution: "@effection/core@npm:2.2.3" + dependencies: + "@chainsafe/abort-controller": "npm:^3.0.1" + checksum: 44f82dd81641580ddd3243d8bf570909ce9fae82e8dca03dbeea171d9e522c67a70dc4f1d1355faf317f676e27c484e4c55ec23ec4a9f5eaf5b88100a07e98ba + languageName: node + linkType: hard + "@effection/events@npm:2.0.4": version: 2.0.4 resolution: "@effection/events@npm:2.0.4" @@ -5543,6 +5828,16 @@ __metadata: languageName: node linkType: hard +"@effection/events@npm:2.0.6": + version: 2.0.6 + resolution: "@effection/events@npm:2.0.6" + dependencies: + "@effection/core": "npm:2.2.3" + "@effection/stream": "npm:2.0.6" + checksum: 3eb1a0191b5ccd4303b4487bf449b8d3b13da20c57d232df1b3668389ddfdd05f6174224fe089576166075801b37d9e4138085fb2b547f0e9b0e59ca97ea5d63 + languageName: node + linkType: hard + "@effection/fetch@npm:2.0.5": version: 2.0.5 resolution: "@effection/fetch@npm:2.0.5" @@ -5553,6 +5848,17 @@ __metadata: languageName: node linkType: hard +"@effection/fetch@npm:2.0.7": + version: 2.0.7 + resolution: "@effection/fetch@npm:2.0.7" + dependencies: + "@effection/core": "npm:2.2.3" + "@effection/mocha": "npm:^2.0.6" + cross-fetch: "npm:3.1.5" + checksum: 0de817fe0ae1abcdfd2b99c3c5c0fabf53e8f4af2ebca0610a31f67dc5a5690b2fec40fdf07698f52e4c140490439c9ec2bbba3749045580d9030d482c76696d + languageName: node + linkType: hard + "@effection/main@npm:2.1.1": version: 2.1.1 resolution: "@effection/main@npm:2.1.1" @@ -5564,15 +5870,37 @@ __metadata: languageName: node linkType: hard -"@effection/process@npm:^2.1.2": +"@effection/main@npm:2.1.2": version: 2.1.2 - resolution: "@effection/process@npm:2.1.2" + resolution: "@effection/main@npm:2.1.2" + dependencies: + "@effection/core": "npm:^2.2.2" + chalk: "npm:^4.1.2" + stacktrace-parser: "npm:^0.1.10" + checksum: 75f6338bf0e7b7a305ed44bb72880a8df356c2e27844af5adb393c61469a3aca763c80708c6d04b7553f01814f553b8b7dadbfe9911834b78498f675f568d727 + languageName: node + linkType: hard + +"@effection/mocha@npm:^2.0.6": + version: 2.0.8 + resolution: "@effection/mocha@npm:2.0.8" + dependencies: + effection: "npm:2.0.8" + peerDependencies: + mocha: ^10.0.0 + checksum: 37f8cffe5733503e8a4bce9f8235a7de7ad353f4d40f7b148c54826eb1995f4bbad32b4b60c7aa58444ef2e3a9f4b4817054d80bc871cda590821796b99eb725 + languageName: node + linkType: hard + +"@effection/process@npm:^2.1.3": + version: 2.1.4 + resolution: "@effection/process@npm:2.1.4" dependencies: cross-spawn: "npm:^7.0.3" ctrlc-windows: "npm:^2.1.0" - effection: "npm:2.0.6" + effection: "npm:2.0.8" shellwords: "npm:^0.1.1" - checksum: 8ef144eea6ab0af885a4aecb183d3bf7941108cce5dd79cb43685b6d4f6c224cb5e0993552a60e929fdcfe08658afb5d05abb8407191e4561a2cd22dc62610a0 + checksum: 2a36c232f709d9e7412af44b22ca80ca6dd9c89cbc109c20c6ecadf89889778c512759bfc55d89522d132266c432276df73ae4f861ee9c9c28b11ef7743634ba languageName: node linkType: hard @@ -5586,6 +5914,16 @@ __metadata: languageName: node linkType: hard +"@effection/stream@npm:2.0.6": + version: 2.0.6 + resolution: "@effection/stream@npm:2.0.6" + dependencies: + "@effection/core": "npm:2.2.3" + "@effection/subscription": "npm:2.0.6" + checksum: 0348f907bf99fb0f0f5fb8a3e370d015053c5b40ec1bb82c96c8afb58bd37c80fe6a707b7d63096cdb162c8bdf5a68d8ed9a91ccccd77273d3bb2fa6c17412d0 + languageName: node + linkType: hard + "@effection/subscription@npm:2.0.4": version: 2.0.4 resolution: "@effection/subscription@npm:2.0.4" @@ -5595,6 +5933,15 @@ __metadata: languageName: node linkType: hard +"@effection/subscription@npm:2.0.6": + version: 2.0.6 + resolution: "@effection/subscription@npm:2.0.6" + dependencies: + "@effection/core": "npm:2.2.3" + checksum: 9343545b9efbf293dcdef271dfa4afdbcd19260f837de6570d1c25d2b06805768c9695d0a4c1c64618f7013cd44b714b8156b8069daaa5ddb3335dff538fe90c + languageName: node + linkType: hard + "@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0": version: 4.4.0 resolution: "@eslint-community/eslint-utils@npm:4.4.0" @@ -5743,15 +6090,15 @@ __metadata: languageName: node linkType: hard -"@fastify/middie@npm:^8.3.0": - version: 8.3.0 - resolution: "@fastify/middie@npm:8.3.0" +"@fastify/middie@npm:^8.3.3": + version: 8.3.3 + resolution: "@fastify/middie@npm:8.3.3" dependencies: "@fastify/error": "npm:^3.2.0" fastify-plugin: "npm:^4.0.0" - path-to-regexp: "npm:^6.1.0" + path-to-regexp: "npm:^6.3.0" reusify: "npm:^1.0.4" - checksum: 5e419509accaf2ea9283ad9bb961781222d7e8860a99827ae855c696b955f42e8e7789605a59b6e1d994a36a07b5b77fcf45402810d90389ed30ed8946160616 + checksum: b03e12a62e099443a41e59d1d826b3a7c98d2b68788535a7dd743008c7ed9edcd076fa2999a947786effc40a669325ba52d7095ca9776ab2501c1be3add5ad0a languageName: node linkType: hard @@ -5816,6 +6163,18 @@ __metadata: languageName: node linkType: hard +"@gatsbyjs/parcel-namer-relative-to-cwd@npm:^2.13.1": + version: 2.13.1 + resolution: "@gatsbyjs/parcel-namer-relative-to-cwd@npm:2.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@parcel/namer-default": "npm:2.8.3" + "@parcel/plugin": "npm:2.8.3" + gatsby-core-utils: "npm:^4.13.1" + checksum: ffa3562075f6b185a50669592f1b64e8591afe692870b378dedd399460c33cb1f0f38cc9fd851c3e5b997f66226f42a4513aafe6ef1da92a12ceb44c41e79e69 + languageName: node + linkType: hard + "@gatsbyjs/reach-router@npm:^2.0.1": version: 2.0.1 resolution: "@gatsbyjs/reach-router@npm:2.0.1" @@ -6128,7 +6487,14 @@ __metadata: languageName: node linkType: hard -"@hapi/topo@npm:^5.0.0": +"@hapi/hoek@npm:^9.3.0": + version: 9.3.0 + resolution: "@hapi/hoek@npm:9.3.0" + checksum: ad83a223787749f3873bce42bd32a9a19673765bf3edece0a427e138859ff729469e68d5fdf9ff6bbee6fb0c8e21bab61415afa4584f527cfc40b59ea1957e70 + languageName: node + linkType: hard + +"@hapi/topo@npm:^5.0.0, @hapi/topo@npm:^5.1.0": version: 5.1.0 resolution: "@hapi/topo@npm:5.1.0" dependencies: @@ -6195,13 +6561,6 @@ __metadata: languageName: node linkType: hard -"@iarna/toml@npm:^2.2.5": - version: 2.2.5 - resolution: "@iarna/toml@npm:2.2.5" - checksum: b61426dc1a3297bbcb24cb8e9c638663866b4bb6f28f2c377b167e4b1f8956d8d208c484b73bb59f4232249903545cc073364c43576d2d5ad66afbd730ad24a9 - languageName: node - linkType: hard - "@isaacs/cliui@npm:^8.0.2": version: 8.0.2 resolution: "@isaacs/cliui@npm:8.0.2" @@ -6530,6 +6889,17 @@ __metadata: languageName: node linkType: hard +"@jridgewell/gen-mapping@npm:^0.3.5": + version: 0.3.5 + resolution: "@jridgewell/gen-mapping@npm:0.3.5" + dependencies: + "@jridgewell/set-array": "npm:^1.2.1" + "@jridgewell/sourcemap-codec": "npm:^1.4.10" + "@jridgewell/trace-mapping": "npm:^0.3.24" + checksum: 81587b3c4dd8e6c60252122937cea0c637486311f4ed208b52b62aae2e7a87598f63ec330e6cd0984af494bfb16d3f0d60d3b21d7e5b4aedd2602ff3fe9d32e2 + languageName: node + linkType: hard + "@jridgewell/resolve-uri@npm:3.1.0": version: 3.1.0 resolution: "@jridgewell/resolve-uri@npm:3.1.0" @@ -6544,6 +6914,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/resolve-uri@npm:^3.1.0": + version: 3.1.2 + resolution: "@jridgewell/resolve-uri@npm:3.1.2" + checksum: 97106439d750a409c22c8bff822d648f6a71f3aa9bc8e5129efdc36343cd3096ddc4eeb1c62d2fe48e9bdd4db37b05d4646a17114ecebd3bbcacfa2de51c3c1d + languageName: node + linkType: hard + "@jridgewell/set-array@npm:^1.0.0": version: 1.1.1 resolution: "@jridgewell/set-array@npm:1.1.1" @@ -6558,6 +6935,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/set-array@npm:^1.2.1": + version: 1.2.1 + resolution: "@jridgewell/set-array@npm:1.2.1" + checksum: 832e513a85a588f8ed4f27d1279420d8547743cc37fcad5a5a76fc74bb895b013dfe614d0eed9cb860048e6546b798f8f2652020b4b2ba0561b05caa8c654b10 + languageName: node + linkType: hard + "@jridgewell/source-map@npm:^0.3.3": version: 0.3.3 resolution: "@jridgewell/source-map@npm:0.3.3" @@ -6582,6 +6966,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/sourcemap-codec@npm:^1.4.14": + version: 1.5.0 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" + checksum: 4ed6123217569a1484419ac53f6ea0d9f3b57e5b57ab30d7c267bdb27792a27eb0e4b08e84a2680aa55cc2f2b411ffd6ec3db01c44fdc6dc43aca4b55f8374fd + languageName: node + linkType: hard + "@jridgewell/trace-mapping@npm:^0.3.0": version: 0.3.2 resolution: "@jridgewell/trace-mapping@npm:0.3.2" @@ -6622,6 +7013,16 @@ __metadata: languageName: node linkType: hard +"@jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": + version: 0.3.25 + resolution: "@jridgewell/trace-mapping@npm:0.3.25" + dependencies: + "@jridgewell/resolve-uri": "npm:^3.1.0" + "@jridgewell/sourcemap-codec": "npm:^1.4.14" + checksum: dced32160a44b49d531b80a4a2159dceab6b3ddf0c8e95a0deae4b0e894b172defa63d5ac52a19c2068e1fe7d31ea4ba931fbeec103233ecb4208953967120fc + languageName: node + linkType: hard + "@jridgewell/trace-mapping@npm:^0.3.9": version: 0.3.13 resolution: "@jridgewell/trace-mapping@npm:0.3.13" @@ -8004,16 +8405,16 @@ __metadata: languageName: node linkType: hard -"@relative-ci/agent@npm:^4.2.3": - version: 4.2.3 - resolution: "@relative-ci/agent@npm:4.2.3" +"@relative-ci/agent@npm:^4.2.11": + version: 4.2.11 + resolution: "@relative-ci/agent@npm:4.2.11" dependencies: - "@bundle-stats/plugin-webpack-filter": "npm:4.8.4" - "@bundle-stats/plugin-webpack-validate": "npm:4.8.4" - core-js: "npm:3.35.0" + "@bundle-stats/plugin-webpack-filter": "npm:4.15.0" + "@bundle-stats/plugin-webpack-validate": "npm:4.15.0" + core-js: "npm:3.38.1" cosmiconfig: "npm:9.0.0" - debug: "npm:4.3.4" - dotenv: "npm:16.3.1" + debug: "npm:4.3.6" + dotenv: "npm:16.4.5" env-ci: "npm:7.3.0" fs-extra: "npm:11.2.0" isomorphic-fetch: "npm:3.0.0" @@ -8026,7 +8427,7 @@ __metadata: optional: true bin: relative-ci-agent: bin/index.js - checksum: 4ad388df52694b89747fff0538f99e69c888adb6416833c40b1a3af9348ccb91200a0a3e38f32edf0352372d986107a07f8d5169538cac78a7d5838569d27f95 + checksum: aafb57161404a92f1b5564cbb7c56e64c575324aaa22a9f0945fc1172a5afd611d4bae89341d37f492523a369bee27ff023198d41d9c249b6c1c5175f2cde040 languageName: node linkType: hard @@ -8095,6 +8496,15 @@ __metadata: languageName: node linkType: hard +"@sideway/address@npm:^4.1.5": + version: 4.1.5 + resolution: "@sideway/address@npm:4.1.5" + dependencies: + "@hapi/hoek": "npm:^9.0.0" + checksum: c4c73ac0339504f34e016d3a687118e7ddf197c1c968579572123b67b230be84caa705f0f634efdfdde7f2e07a6e0224b3c70665dc420d8bc95bf400cfc4c998 + languageName: node + linkType: hard + "@sideway/formula@npm:^3.0.1": version: 3.0.1 resolution: "@sideway/formula@npm:3.0.1" @@ -8109,6 +8519,19 @@ __metadata: languageName: node linkType: hard +"@sigmacomputing/babel-plugin-lodash@npm:^3.3.5": + version: 3.3.5 + resolution: "@sigmacomputing/babel-plugin-lodash@npm:3.3.5" + dependencies: + "@babel/helper-module-imports": "npm:^7.0.0" + "@babel/types": "npm:^7.0.0" + glob: "npm:^7.1.1" + lodash: "npm:^4.17.10" + require-package-name: "npm:^2.0.1" + checksum: f4eae343d9750145cb97c7a448b692fe2d11ae7b83f8bd9c868a694d440ba9fd26feeba8d204f877779bacdefe2e6461b15f279fab8b0b8ecf0d569cc16ccc10 + languageName: node + linkType: hard + "@sinclair/typebox@npm:^0.24.1": version: 0.24.44 resolution: "@sinclair/typebox@npm:0.24.44" @@ -8192,32 +8615,32 @@ __metadata: languageName: node linkType: hard -"@smithy/abort-controller@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/abort-controller@npm:2.0.15" +"@smithy/abort-controller@npm:^3.1.4": + version: 3.1.4 + resolution: "@smithy/abort-controller@npm:3.1.4" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: c2ee2d57cfe58515f8a228f72ad2aa033db294fa13295078b836de9839f512e681245720f6130f66c13b314b3dff0f8b0886758e5117250511d66c41af07125f + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: ece1207b3fe8183cdb9d0e85fa21703d85f396c3f4a7dee65bf780e5d6f3e87b2c6ce268ace03e969a8b85b73401dadcbb4b6d13bd0fed15a7d6e11930f73e44 languageName: node linkType: hard -"@smithy/chunked-blob-reader-native@npm:^2.0.1": - version: 2.0.1 - resolution: "@smithy/chunked-blob-reader-native@npm:2.0.1" +"@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.0.1" - tslib: "npm:^2.5.0" - checksum: 3e3e1a9004336ab6853efe024aee053ee63e833b5f5e812d877fd4c7be74d7f8123c0352d749de77713d1152cf390991814c01e42d1ee5e349cf6816789a3109 + "@smithy/util-base64": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 424aa83f4fc081625a03ec6c64e74ae38c740c0b202d0b998f2bf341b935613491b39c7bf701790a0625219424340d5cfb042b701bfdff4c1cbedc57ee3f2500 languageName: node linkType: hard -"@smithy/chunked-blob-reader@npm:^2.0.0": - version: 2.0.0 - resolution: "@smithy/chunked-blob-reader@npm:2.0.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.5.0" - checksum: 3e35ce2bb2d8338f44b408958fd4b77054cb286b27730674a213d10b6ed84734889441d13dbdffb5f1971c61fe47c5f05703e5a93596ca0a6285937cd8b061cf + tslib: "npm:^2.6.2" + checksum: 1c7955ae693aa098dd0839d7e8f9e742ab963de4ededa92f201f1982552c35ba625c1b90cf761de81deddd5002ed10f081ad46f6e0a5150066cee8b00f3f6058 languageName: node linkType: hard @@ -8233,32 +8656,34 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^2.0.22": - version: 2.0.22 - resolution: "@smithy/config-resolver@npm:2.0.22" +"@smithy/config-resolver@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/config-resolver@npm:3.0.8" dependencies: - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-config-provider": "npm:^2.1.0" - "@smithy/util-middleware": "npm:^2.0.8" - tslib: "npm:^2.5.0" - checksum: fd07475bb8a80ab24a7bc2dd487e8d6fb15b79062248b9b014924389519d2669f0a3814a2bf14b77bcb341b61c29a18dd0323d069d1c3d261f436c9277d9bda1 + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: 077f401d617648ac3aa53655bc08ed27b4c2093c98c9a6d911e2114454565e2db51d1448b34f52bb19088aae56d732c7fe3be97be40fc074d8370f901e7bfe4f languageName: node linkType: hard -"@smithy/core@npm:^1.2.1": - version: 1.2.1 - resolution: "@smithy/core@npm:1.2.1" - dependencies: - "@smithy/middleware-endpoint": "npm:^2.2.3" - "@smithy/middleware-retry": "npm:^2.0.25" - "@smithy/middleware-serde": "npm:^2.0.15" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-middleware": "npm:^2.0.8" - tslib: "npm:^2.5.0" - checksum: 03239e2763db92faba620a1e77c8a510641e815d541525f3fba1c52dcd9a7127e939a5d4e9204535541121fa7f8ac6885feba4a9098c6b68769f070db8d84be7 +"@smithy/core@npm:^2.4.3": + version: 2.4.3 + resolution: "@smithy/core@npm:2.4.3" + dependencies: + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/middleware-retry": "npm:^3.0.18" + "@smithy/middleware-serde": "npm:^3.0.6" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 952f2d425ae6006d5e3ef691fa172a3cb6581590976987a59f85548352aa5f48a9d39809e83a18f052eb34adceca4f4fdfe43f7fdc4b9324d9d6a3124fe091a7 languageName: node linkType: hard @@ -8275,29 +8700,16 @@ __metadata: languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^2.0.0": - version: 2.0.5 - resolution: "@smithy/credential-provider-imds@npm:2.0.5" - dependencies: - "@smithy/node-config-provider": "npm:^2.0.5" - "@smithy/property-provider": "npm:^2.0.5" - "@smithy/types": "npm:^2.2.2" - "@smithy/url-parser": "npm:^2.0.5" - tslib: "npm:^2.5.0" - checksum: 1f74754fb4abf01940fc45f18e8b5f400a605d05208c7693027c569b091202cc12b27da00168887f7a70edc4040175e2e8c88a91f566e982a04cee956df3cd93 - languageName: node - linkType: hard - -"@smithy/credential-provider-imds@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/credential-provider-imds@npm:2.1.4" +"@smithy/credential-provider-imds@npm:^3.2.3": + version: 3.2.3 + resolution: "@smithy/credential-provider-imds@npm:3.2.3" dependencies: - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/property-provider": "npm:^2.0.16" - "@smithy/types": "npm:^2.7.0" - "@smithy/url-parser": "npm:^2.0.15" - tslib: "npm:^2.5.0" - checksum: 4311eae8ba86563b7ba7c1f45a7c75f94b82c8b527a336af9631391c383666329273d5c9e0c9e2b62eeb10253b048003b293dc88ae038f878995b5a85c2e2c69 + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/types": "npm:^3.4.2" + "@smithy/url-parser": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: 754899b929d0230185ed8a7f49023e3a2a8d4b34f7a7978e9f0dc2b077b93bb2357be7d942963f218044938b8e562fef51725003e830a88130c6c3b372197b88 languageName: node linkType: hard @@ -8313,27 +8725,15 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/eventstream-codec@npm:2.0.15" - dependencies: - "@aws-crypto/crc32": "npm:3.0.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-hex-encoding": "npm:^2.0.0" - tslib: "npm:^2.5.0" - checksum: feed4eeb80d636d0d9654eefa269e51e10b1afcc696ad81e144acc7dd30d3123793d05a36949c9454d64fd43414a6e1a720b689c917d2ec0c8e19d417ae78ede - languageName: node - linkType: hard - -"@smithy/eventstream-codec@npm:^2.0.5": - version: 2.0.5 - resolution: "@smithy/eventstream-codec@npm:2.0.5" +"@smithy/eventstream-codec@npm:^3.1.5": + version: 3.1.5 + resolution: "@smithy/eventstream-codec@npm:3.1.5" dependencies: - "@aws-crypto/crc32": "npm:3.0.0" - "@smithy/types": "npm:^2.2.2" - "@smithy/util-hex-encoding": "npm:^2.0.0" - tslib: "npm:^2.5.0" - checksum: d0d18490e2d8084b618091003233fea3b813945a6d1d55353ae51d65c897b820be669ac9c23dc19c0ae72a052d79a683cceddebb68cdbeac5711e0ddad272b6e + "@aws-crypto/crc32": "npm:5.2.0" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-hex-encoding": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 75090022876dec90745263ca18b1275eb89754d00c51274c605db0389a334f5c6bfb4d9f580bbb149ae8a0ec83128ff2dd757b0e964a796f00c11671225f8ba9 languageName: node linkType: hard @@ -8348,14 +8748,14 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/eventstream-serde-browser@npm:2.0.15" +"@smithy/eventstream-serde-browser@npm:^3.0.9": + version: 3.0.9 + resolution: "@smithy/eventstream-serde-browser@npm:3.0.9" dependencies: - "@smithy/eventstream-serde-universal": "npm:^2.0.15" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 8bae1d59247ffb1b20a308a944e34f95b7725eedc45d8d4f5cce6d3e732cd94a889933057f4ceb7b0e9bd64afd3384febe71a6a9d25452aa9eaa6858b0072a13 + "@smithy/eventstream-serde-universal": "npm:^3.0.8" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 2150877f4cfab7e92c266c29886e5054bdafdbb28addb091926e26deee12ec34e5501551199cc964bea78adeb8c5ae35480e1d96e22baf7589672fba93c10626 languageName: node linkType: hard @@ -8369,13 +8769,13 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/eventstream-serde-config-resolver@npm:2.0.15" +"@smithy/eventstream-serde-config-resolver@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: d8124edd4aefac89e2c5286d6c88d997214cc20c0739c0c0167a8122cabdd72ba80c052c3f4893e10f2ec7a517cc97c2e77885f2caba09e5bb711a0bd03630ba + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: b6ef41668b24ee99cf470d9de2fbd03beba7634a1cd698dfa0e673c87a056f97f0bc717d96d5f333ecdb8ed2f10495b5ceeb66bd5ebedfcca1dc9d8f0cf1f33e languageName: node linkType: hard @@ -8390,14 +8790,14 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/eventstream-serde-node@npm:2.0.15" +"@smithy/eventstream-serde-node@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/eventstream-serde-node@npm:3.0.8" dependencies: - "@smithy/eventstream-serde-universal": "npm:^2.0.15" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 7f1bec1d952089f9629cd73e3161c24bbd4f8a781001ae40e10b557152cb944a898ad3f46228b41366f1e46a190eb8d9fea8ea9cb1fb93e19a182b374f9f1839 + "@smithy/eventstream-serde-universal": "npm:^3.0.8" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 71b2e2e7243991202e5430352a26c06250f73e2ba0cbf26a86fe4188d829162aa37940cd320e05137c00b3c548e6456d66d6d16bd0136eac5ce358aa022970bd languageName: node linkType: hard @@ -8412,14 +8812,14 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-universal@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/eventstream-serde-universal@npm:2.0.15" +"@smithy/eventstream-serde-universal@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/eventstream-serde-universal@npm:3.0.8" dependencies: - "@smithy/eventstream-codec": "npm:^2.0.15" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 40f330bbdc3a5e4b372324bbe97c75e4d7e6cfcf530b6a022015da659c95881260d6e871cbdd19e1d5a80af62ef4ef509cba5f75f18e3e8b941d7e2e431ace3b + "@smithy/eventstream-codec": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 83aee42f6467577fa890bbb0db50c55ec7b255ea55fa8c7416e912253a2cc1ab329578843255e11e35d3b2c7ee4b999c5e6d3575002e197f6797b275f13c35d6 languageName: node linkType: hard @@ -8436,28 +8836,28 @@ __metadata: languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^2.3.1": - version: 2.3.1 - resolution: "@smithy/fetch-http-handler@npm:2.3.1" +"@smithy/fetch-http-handler@npm:^3.2.7": + version: 3.2.7 + resolution: "@smithy/fetch-http-handler@npm:3.2.7" dependencies: - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/querystring-builder": "npm:^2.0.15" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-base64": "npm:^2.0.1" - tslib: "npm:^2.5.0" - checksum: a0b50b2f4ed03018d132b8c3d57493c9ff46711d961fc2c05b66274a1749e4ddc15a2d589515aa7019c67f33dbcc388113c2860e818dea827342750c6dc7d70d + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/querystring-builder": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-base64": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 5a83ff1ee52d1bcb8bfd01be0e3960ae65f3050334cdbcc6b8121079326140bcdb713a2314fbe1b1ae50dbc558e3c21efeed40b69a68a8d9ac79bb41c14a0afb languageName: node linkType: hard -"@smithy/hash-blob-browser@npm:^2.0.16": - version: 2.0.16 - resolution: "@smithy/hash-blob-browser@npm:2.0.16" +"@smithy/hash-blob-browser@npm:^3.1.5": + version: 3.1.5 + resolution: "@smithy/hash-blob-browser@npm:3.1.5" dependencies: - "@smithy/chunked-blob-reader": "npm:^2.0.0" - "@smithy/chunked-blob-reader-native": "npm:^2.0.1" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: f1ca1ad89c49e3dcae09f18350dc4bf79859fc701e8c88b79cd083ec0ea1fa5264c42814557391ff89c2f2c9446cb7d5b9bd5f38cf43aaa8adf1d74bbef9121a + "@smithy/chunked-blob-reader": "npm:^3.0.0" + "@smithy/chunked-blob-reader-native": "npm:^3.0.0" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 95f5e69bc52aa3232622a39e51a62a7024001dbb1e9e2df5adabe7340317445dc4d5cbf6065b7540d5680f86e50e98039b7a80cc8d25187be1273dee8e34aa02 languageName: node linkType: hard @@ -8473,26 +8873,26 @@ __metadata: languageName: node linkType: hard -"@smithy/hash-node@npm:^2.0.17": - version: 2.0.17 - resolution: "@smithy/hash-node@npm:2.0.17" +"@smithy/hash-node@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/hash-node@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.7.0" - "@smithy/util-buffer-from": "npm:^2.0.0" - "@smithy/util-utf8": "npm:^2.0.2" - tslib: "npm:^2.5.0" - checksum: 7b6923a2f2b7eb461facc5112568f6645265ddc8503be7c49586fb44c283d08f27c362f3f828c1d0ec052953ce9d20149f5b0ce399cbb4da7d09dc7c55a2f2dd + "@smithy/types": "npm:^3.4.2" + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 18491ca96d551774da958ab78976c6d65fc37fd5a84c3c476cf17378ddec33b1a70a4737d0da9d250d1fd0178ee28b61153bdd1e93506999f1555ab067a256e0 languageName: node linkType: hard -"@smithy/hash-stream-node@npm:^2.0.17": - version: 2.0.17 - resolution: "@smithy/hash-stream-node@npm:2.0.17" +"@smithy/hash-stream-node@npm:^3.1.5": + version: 3.1.5 + resolution: "@smithy/hash-stream-node@npm:3.1.5" dependencies: - "@smithy/types": "npm:^2.7.0" - "@smithy/util-utf8": "npm:^2.0.2" - tslib: "npm:^2.5.0" - checksum: 93ffc5cb568a69d89f3eeafcb78f59c9971ef98c9cdf88be4ed78ce0c840383d8e0d3589726e7f621ea84a96e9097270dc421834a4fbe01578b9c77d8cb18ae2 + "@smithy/types": "npm:^3.4.2" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 29532b96aa12784115db84852b1485683ce98911d4218ec1d59d48ec1cbe1da972182458db1824ccd72debb6ebcb8cd19c6abfb70a3cd747b1c1b0f734b7b74c languageName: node linkType: hard @@ -8506,13 +8906,13 @@ __metadata: languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/invalid-dependency@npm:2.0.15" +"@smithy/invalid-dependency@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/invalid-dependency@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 3bfc6a221b7dfd58b2acb93a40928fb7e240379406fea3d12b34fb924b7158b18849028c32bafa7df04405a2d4be65179f63d31cf0003058a55f136b5e2860e8 + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: bea2ba097166b7ad34468f1dc0c76fff75690e2f599c85144c2834ed25fed09696422bbd77f6b0b265578342626b2e44de21f2227e83c877f98f3e125babc43d languageName: node linkType: hard @@ -8534,14 +8934,23 @@ __metadata: languageName: node linkType: hard -"@smithy/md5-js@npm:^2.0.17": - version: 2.0.17 - resolution: "@smithy/md5-js@npm:2.0.17" +"@smithy/is-array-buffer@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/is-array-buffer@npm:3.0.0" dependencies: - "@smithy/types": "npm:^2.7.0" - "@smithy/util-utf8": "npm:^2.0.2" - tslib: "npm:^2.5.0" - checksum: 289d0bee75233145a4c713a9e6bf70c2259c81e7abb5cf48815b4db8205120376c6fb12d3776d970b1813f55dc2e099a8a670cf2522bf21018071bb731edd81d + tslib: "npm:^2.6.2" + checksum: cab1fd4033d9863dcd95ff058463eb591574bd47e6b61e36aaaf4c0d0da9ed966a54e1d33ec4db7d67aa85df7d274203e934e04dbb40323d01ef4815f63997fc + languageName: node + linkType: hard + +"@smithy/md5-js@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/md5-js@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 3e1b8affe71689c9dd751044ead9f4b762b1a5f78862148ee1f2fc347a8a0615279245afce76cfa9f1c456000dd7116f1ca2ac9a05591a7816f245b72beb2db0 languageName: node linkType: hard @@ -8556,14 +8965,14 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^2.0.17": - version: 2.0.17 - resolution: "@smithy/middleware-content-length@npm:2.0.17" +"@smithy/middleware-content-length@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/middleware-content-length@npm:3.0.8" dependencies: - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 77f6b93299ca3e484a5e18f835ed6b00d8a898facf8576c7566743218b3ce0e197297912156ae2b8ba87ba9bfabdd8c5b66eaa66f8fb2ead4045e39309159a6e + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 4b5583d07d2dbd00445f45f62a70394b53790123c7dae8577d2577978eb807192f3ecc4e736c339e76f54c428ce6b1d32a8d7cc7a8ab6904745d55a2b7082800 languageName: node linkType: hard @@ -8580,18 +8989,18 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^2.2.3": - version: 2.2.3 - resolution: "@smithy/middleware-endpoint@npm:2.2.3" - dependencies: - "@smithy/middleware-serde": "npm:^2.0.15" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/shared-ini-file-loader": "npm:^2.2.7" - "@smithy/types": "npm:^2.7.0" - "@smithy/url-parser": "npm:^2.0.15" - "@smithy/util-middleware": "npm:^2.0.8" - tslib: "npm:^2.5.0" - checksum: 392204943143e5d692e1dc28b81371f26acc781fa34c96e0380703fe760724cfac4b2370394c377e40d56aa9e74965a48653ec8814527f73cb442e3e82ed2fd6 +"@smithy/middleware-endpoint@npm:^3.1.3": + version: 3.1.3 + resolution: "@smithy/middleware-endpoint@npm:3.1.3" + dependencies: + "@smithy/middleware-serde": "npm:^3.0.6" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + "@smithy/url-parser": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: 5a72c220f3d8c2b99a546dbc20d1d05e6baa8be662c00496584564bc7162160048913419ef3f05c1ab97eaa924076dc9ecd99fc409d6eacf99c1a20db1ab91ca languageName: node linkType: hard @@ -8610,20 +9019,20 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-retry@npm:^2.0.25": - version: 2.0.25 - resolution: "@smithy/middleware-retry@npm:2.0.25" +"@smithy/middleware-retry@npm:^3.0.18": + version: 3.0.18 + resolution: "@smithy/middleware-retry@npm:3.0.18" dependencies: - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/service-error-classification": "npm:^2.0.8" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-middleware": "npm:^2.0.8" - "@smithy/util-retry": "npm:^2.0.8" - tslib: "npm:^2.5.0" - uuid: "npm:^8.3.2" - checksum: e940097ec90fbd1b1ac742d4e7888bd325c39135d00d51e111f1aaddba3bafc88d5fcbbe5c3f5b2343a2e7e2bf4618cb9a0ba41631a0ee7373414e25a0fc9679 + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/service-error-classification": "npm:^3.0.6" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-retry": "npm:^3.0.6" + tslib: "npm:^2.6.2" + uuid: "npm:^9.0.1" + checksum: 9a157c111cc1773e30788e192e1fd229e4b73e0ee18ce03c6436ed4e442a5a525fe17b6ac7b28f079b4e9db1663cb760115aa13de4810119e516c47ca47c3fdc languageName: node linkType: hard @@ -8637,13 +9046,13 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-serde@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/middleware-serde@npm:2.0.15" +"@smithy/middleware-serde@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/middleware-serde@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 7c1a4a027422fde89c2a55463a44266020efe72e278414ff50281715db8ff7a0229ead1c1c75634a5b722a0b40468d489acb59c3ff19004591b74b6b21d8792b + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: a516095bedb42cc3b36d9397411bcc562614912f871857643d2abdc8d94fc940cd3a98aa3cb42dad4507fee4144508094dd8f900dc7fc4843ba07e947acd0292 languageName: node linkType: hard @@ -8656,13 +9065,13 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-stack@npm:^2.0.9": - version: 2.0.9 - resolution: "@smithy/middleware-stack@npm:2.0.9" +"@smithy/middleware-stack@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/middleware-stack@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: f61cc4ba71760424a63528f84f57d8ee71314a945d72f6fbe685308f08da817e8023b98c06c352b747684205668a73afe4d03bcb12013f5a254399850f88e01c + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: f5eaa8fc61fc34e33576b0e766fbe4ff5250ff09969806b2dbe6de328da8edefd7e6d360d0f98d4eb74139931b05fd19354ffaaac43f5cd3237e735954b44436 languageName: node linkType: hard @@ -8678,27 +9087,15 @@ __metadata: languageName: node linkType: hard -"@smithy/node-config-provider@npm:^2.0.5": - version: 2.0.5 - resolution: "@smithy/node-config-provider@npm:2.0.5" - dependencies: - "@smithy/property-provider": "npm:^2.0.5" - "@smithy/shared-ini-file-loader": "npm:^2.0.5" - "@smithy/types": "npm:^2.2.2" - tslib: "npm:^2.5.0" - checksum: 45dff9f3375d4d2a407183238c2a3973ffe32a030d156c7fe6824514064df3a5cb98277faff312f70d1209a06a5364a38477d4f17af7f3566c1915cfcee066ac - languageName: node - linkType: hard - -"@smithy/node-config-provider@npm:^2.1.8": - version: 2.1.8 - resolution: "@smithy/node-config-provider@npm:2.1.8" +"@smithy/node-config-provider@npm:^3.1.7": + version: 3.1.7 + resolution: "@smithy/node-config-provider@npm:3.1.7" dependencies: - "@smithy/property-provider": "npm:^2.0.16" - "@smithy/shared-ini-file-loader": "npm:^2.2.7" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 938203fb0b3166c8334c4e74bc9153f707b392f1cf93a8397f4ba07736b5cb339d05115aa3efa6afc7bb015cbd0e76bd7ea7a13d35dd3cc643ac969e9ef4d893 + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 1a7d571c250f52dfbfa2a85a879e696702a1ab68a6e94e6c5cfc07f93ac366f40353834acdf5bde61dd085311d5421a22df995791ef4941b7caf9887cdce13e5 languageName: node linkType: hard @@ -8715,16 +9112,16 @@ __metadata: languageName: node linkType: hard -"@smithy/node-http-handler@npm:^2.2.1": - version: 2.2.1 - resolution: "@smithy/node-http-handler@npm:2.2.1" +"@smithy/node-http-handler@npm:^3.2.2": + version: 3.2.2 + resolution: "@smithy/node-http-handler@npm:3.2.2" dependencies: - "@smithy/abort-controller": "npm:^2.0.15" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/querystring-builder": "npm:^2.0.15" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 1df37d998e9ca5b5e99a6ee20185eb1e55b104acf2f96ab1bd1007906e049e13dc8ae8cef36a6379d9d296440c7110349dce7fef11a341eb2704f0c24524c5d6 + "@smithy/abort-controller": "npm:^3.1.4" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/querystring-builder": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 27f07ac57af755d35e168c8cba247f353c9a01edac1e810eb0cb12bfb757ca38071b8986069869762f6c7f36b14fabeec6b0c68774a981c528833f656260aa3b languageName: node linkType: hard @@ -8738,23 +9135,13 @@ __metadata: languageName: node linkType: hard -"@smithy/property-provider@npm:^2.0.0, @smithy/property-provider@npm:^2.0.5": - version: 2.0.5 - resolution: "@smithy/property-provider@npm:2.0.5" - dependencies: - "@smithy/types": "npm:^2.2.2" - tslib: "npm:^2.5.0" - checksum: ea70920a843d6f8be104f6e42e2efd882db5f0ed7dd9972aa980027751c1c84d3a78160f8e665e4def38da6f95ff2274b076117a9cdb644f39e503c8af2c99bc - languageName: node - linkType: hard - -"@smithy/property-provider@npm:^2.0.16": - version: 2.0.16 - resolution: "@smithy/property-provider@npm:2.0.16" +"@smithy/property-provider@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/property-provider@npm:3.1.6" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 62984f913b7ba77d41fa4ffec354c45d2bb3eb9df209edfddf9b4ea6aec29c745ab79418960ae2a3f109291ffb1279746a05929692b76df23c1fc5569a5837e4 + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 1d43acafdbb1b00d76928f68212bb3571f0a5fe3dcb232fc657486d3e33c97cc56bdc0c46c7d83c9ac9c5db7df1c8114858540ed0cba8f8996b9d0892f00ec75 languageName: node linkType: hard @@ -8768,13 +9155,13 @@ __metadata: languageName: node linkType: hard -"@smithy/protocol-http@npm:^3.0.11": - version: 3.0.11 - resolution: "@smithy/protocol-http@npm:3.0.11" +"@smithy/protocol-http@npm:^4.1.3": + version: 4.1.3 + resolution: "@smithy/protocol-http@npm:4.1.3" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 7d56eaaf9f712e3af0d2607b9e24bf36a4e8fd369737b6401c329278319e5e91394170bfcf82ec77c3fb672f6dec943cba377ebdaf085fd3d3e0c1ae6cc54d08 + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 12b860900b0968f6c8bab93dbbd4c08d821b3608cf6f480cbfb7374e68d917292886cdbf1657511d56cb41358613cac3969cdf31b87956e67d5b8bd7b158633e languageName: node linkType: hard @@ -8789,14 +9176,14 @@ __metadata: languageName: node linkType: hard -"@smithy/querystring-builder@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/querystring-builder@npm:2.0.15" +"@smithy/querystring-builder@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/querystring-builder@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.7.0" - "@smithy/util-uri-escape": "npm:^2.0.0" - tslib: "npm:^2.5.0" - checksum: 63cd0e29a4ed536b47954f7f641bc08f62266173f1385806c142bec80237e4727ce4bfbba6a5d48302d2f705c4e639fe4503da380989fc701181b7035623c82e + "@smithy/types": "npm:^3.4.2" + "@smithy/util-uri-escape": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 5aa84b53b0274593a1c29555e5f184bb8eac4e9514c264f7110e4e6dc617197ad92cc66547389447895df6ff7bb794b8e8ba171e465d97a3402a00f7e5570d34 languageName: node linkType: hard @@ -8810,23 +9197,13 @@ __metadata: languageName: node linkType: hard -"@smithy/querystring-parser@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/querystring-parser@npm:2.0.15" - dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 846eee7e7abf366d41bacaf948a38d57ebf641e47bfb8aa15c37fbec6c187d376b0d83d3ec29510b714ec490b76f7c4974eeb5ce5790adb88b5ad4dc107fea53 - languageName: node - linkType: hard - -"@smithy/querystring-parser@npm:^2.0.5": - version: 2.0.5 - resolution: "@smithy/querystring-parser@npm:2.0.5" +"@smithy/querystring-parser@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/querystring-parser@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.2.2" - tslib: "npm:^2.5.0" - checksum: 08ef7f610d1425247e69b2313290f1f5fef03528bac6ef5d8c1e3393328a1bd087e1892342344f62391d554ddb1b604dd617b704ed4387aa544d1894c644a077 + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: f0b0ad0c36d1f023370c60c67c2117a2174881206d3d17aaf32a487695d612d027a8a294ff9133db82081d0cae1164855a4881604431533f50a09a6e164012e2 languageName: node linkType: hard @@ -8837,12 +9214,12 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^2.0.8": - version: 2.0.8 - resolution: "@smithy/service-error-classification@npm:2.0.8" +"@smithy/service-error-classification@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/service-error-classification@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.7.0" - checksum: 5193c8e820446793b339b885b43a3fd9e7a4ba5d2cb6ff6f4ae62a997519b669ba9b9983f146532a72fbdfb741be34754678f5fd68a4534c83741d3a069bd00a + "@smithy/types": "npm:^3.4.2" + checksum: 5c18037bcee4ec754cc583c9c84b9c8d0569f4a861ce4463730e0aff3077689adb10e70e82a8fc3a40ba54ac7f3b5fb82fa98b62c7251dbd8c9a29e654ebd711 languageName: node linkType: hard @@ -8856,23 +9233,13 @@ __metadata: languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^2.0.5": - version: 2.0.5 - resolution: "@smithy/shared-ini-file-loader@npm:2.0.5" - dependencies: - "@smithy/types": "npm:^2.2.2" - tslib: "npm:^2.5.0" - checksum: 75ce241bc5c24fdcd8cf74d85907fa911140101273996f92d02eeb3bdcb6708c07829500adb49d127da920ccf7c3c286bdf9d4567ab090f56aab4d0f4a2d17c6 - languageName: node - linkType: hard - -"@smithy/shared-ini-file-loader@npm:^2.0.6, @smithy/shared-ini-file-loader@npm:^2.2.7": - version: 2.2.7 - resolution: "@smithy/shared-ini-file-loader@npm:2.2.7" +"@smithy/shared-ini-file-loader@npm:^3.1.7": + version: 3.1.7 + resolution: "@smithy/shared-ini-file-loader@npm:3.1.7" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 014dd77366168f225488b78e85fb0a5ee73d3a5f0996fad96f4be88b8b87642be0370964634f1098a3393305f9aa84cfc6ae4946c26076d56ecc279373fbe636 + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: e88cfd525663331c1492b89ece9f0c32e95b2239b9337ebe74434d3a7ca0b5d0fbd1d31ef503dd7924a2f292f4f3f3965f3d764661e0313055953d564f365559 languageName: node linkType: hard @@ -8892,19 +9259,19 @@ __metadata: languageName: node linkType: hard -"@smithy/signature-v4@npm:^2.0.0": - version: 2.0.5 - resolution: "@smithy/signature-v4@npm:2.0.5" +"@smithy/signature-v4@npm:^4.1.3": + version: 4.1.3 + resolution: "@smithy/signature-v4@npm:4.1.3" dependencies: - "@smithy/eventstream-codec": "npm:^2.0.5" - "@smithy/is-array-buffer": "npm:^2.0.0" - "@smithy/types": "npm:^2.2.2" - "@smithy/util-hex-encoding": "npm:^2.0.0" - "@smithy/util-middleware": "npm:^2.0.0" - "@smithy/util-uri-escape": "npm:^2.0.0" - "@smithy/util-utf8": "npm:^2.0.0" - tslib: "npm:^2.5.0" - checksum: fa019a8ba134455fb9d9373ade252bcac92246216398579c38a1654dc2c5983ae7d998d7d5c75bd19c86b4ed75a2216fa1ef8322a95e319b977fbac799438a6c + "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-uri-escape": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 8551c8cded6cff97bcbcdd60e2b7eb0d246f3c96163e928bd7e6defdf316a8e76bb7cc841c1660aea43480f6bf49a2e2655c4759135f58fed45f8c2117508b3d languageName: node linkType: hard @@ -8920,17 +9287,17 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/smithy-client@npm:2.2.0" +"@smithy/smithy-client@npm:^3.3.2": + version: 3.3.2 + resolution: "@smithy/smithy-client@npm:3.3.2" dependencies: - "@smithy/middleware-endpoint": "npm:^2.2.3" - "@smithy/middleware-stack": "npm:^2.0.9" - "@smithy/protocol-http": "npm:^3.0.11" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-stream": "npm:^2.0.23" - tslib: "npm:^2.5.0" - checksum: 31eaa9059e5f77cb816a50c0bbecb4ada876df525e17151ea84dafa4b7ce30994cc26b751013f85931f1ef40c6fd116deceef24da4eac48b83bd79ebb46945f4 + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/middleware-stack": "npm:^3.0.6" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-stream": "npm:^3.1.6" + tslib: "npm:^2.6.2" + checksum: 5b3f8992459270294d5a9010700b1956c42c1188ee36f83894033bc53a03b4b4189da0850fbcdd38060330eef0b6ce94749b36a7a516ec88fc8b1dce25414081 languageName: node linkType: hard @@ -8943,21 +9310,12 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^2.2.2": - version: 2.2.2 - resolution: "@smithy/types@npm:2.2.2" - dependencies: - tslib: "npm:^2.5.0" - checksum: 85250d16d8a5cdf5f3acee95bd7dbd9e8f60e8ed35efbcd544dd4a89d2f4c5f3246bf60cf8c25a189b4c0d5ca6cdc83c1045130d579c9328b66c3162a35451d0 - languageName: node - linkType: hard - -"@smithy/types@npm:^2.7.0": - version: 2.7.0 - resolution: "@smithy/types@npm:2.7.0" +"@smithy/types@npm:^3.4.2": + version: 3.4.2 + resolution: "@smithy/types@npm:3.4.2" dependencies: - tslib: "npm:^2.5.0" - checksum: f2428a072b77240ebd44e3394ce723a1559e90c13ed9518b025e7c0ad589c836ab613e0f725419bfd5636d5950aaa04f9acf35f908295e1b3a7068501aae8a91 + tslib: "npm:^2.6.2" + checksum: 2056cc37b97b0220217203a11aa30a3a2af8c70f4971372530e3e890d2d961383c52060f889b96aeddf3918beff82d672e08bf8eed62b4d141a6b39b0f27c1f4 languageName: node linkType: hard @@ -8972,25 +9330,14 @@ __metadata: languageName: node linkType: hard -"@smithy/url-parser@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/url-parser@npm:2.0.15" - dependencies: - "@smithy/querystring-parser": "npm:^2.0.15" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: b064650b900ecb2f0426b95df56e59d590e03fc399d0c87d4368e813fcef3a13f597c9aec03661ad31a88e27d0dc4c576e6fd7b88d503f371ef857b8eb48f0b2 - languageName: node - linkType: hard - -"@smithy/url-parser@npm:^2.0.5": - version: 2.0.5 - resolution: "@smithy/url-parser@npm:2.0.5" +"@smithy/url-parser@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/url-parser@npm:3.0.6" dependencies: - "@smithy/querystring-parser": "npm:^2.0.5" - "@smithy/types": "npm:^2.2.2" - tslib: "npm:^2.5.0" - checksum: adc404d868bd71b18ef29276c51991fb61dcb2f119aa1ad84caa4bb92e072d1e4eee8c26e5486af63f3e7e6ba4fe390b798abad4e13f08ee2234b16fcfed33ab + "@smithy/querystring-parser": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 66454df7c195b6bc404924874cf7bea341e85f633a455be3cc294585afc91ffe19448cb4799d0386f98375fb3c566d21069180f0ce4d74ca679b2304355137a9 languageName: node linkType: hard @@ -9004,13 +9351,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-base64@npm:^2.0.1": - version: 2.0.1 - resolution: "@smithy/util-base64@npm:2.0.1" +"@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.0.0" - tslib: "npm:^2.5.0" - checksum: 6c71765396e7c36229f78b3ab7404d86390b4191350955b3af3ca6e3e42f67428801722706153f5593571be51f3b418843c49326d894cd4445eb9ed9a04844a7 + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 3c883d63a33e1cfeebf7f846f167dfc54c832d1f5514d014fbfff06de3aecd5919f01637fc93668dca8a1029752f3a6fab0a94f455dcb7c88f1d472bde294eef languageName: node linkType: hard @@ -9023,12 +9371,12 @@ __metadata: languageName: node linkType: hard -"@smithy/util-body-length-browser@npm:^2.0.1": - version: 2.0.1 - resolution: "@smithy/util-body-length-browser@npm:2.0.1" +"@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.5.0" - checksum: fdeea18772d7d4542d0192a5cf9b145f7626b8ab76be57bd7453cb73d84480bb12f83b982467b7e4dc015434e16c9e3f7ffdffa0e4ba1c4f6e570c0425bee3d1 + tslib: "npm:^2.6.2" + checksum: a0ab6a6d414a62d18e57f3581769379a54bb1fd93606c69bc8d96a3566fdecb8db7b57da9446568d03eef9f004f2a89d7e94bdda79ef280f28b19a71803c0309 languageName: node linkType: hard @@ -9041,12 +9389,12 @@ __metadata: languageName: node linkType: hard -"@smithy/util-body-length-node@npm:^2.1.0": - version: 2.1.0 - resolution: "@smithy/util-body-length-node@npm:2.1.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.5.0" - checksum: 1b2e3a99811b623d68e800a4c400a0a55eb9ce12f5cfa5b8509a0fdd805a279a931759ff55472983b37dcbcc58221a3bbfef86e5e4304af973a1e2c5f8651078 + tslib: "npm:^2.6.2" + checksum: aabac66d7111612fd375d67150f8787c5cdc828f7e6acb40ef0b18b4c354e64e0ef2e4b8da2d7f01e8abe931ff2ef8109a408164ce7e5662fd41b470c462f1e4 languageName: node linkType: hard @@ -9070,6 +9418,16 @@ __metadata: languageName: node linkType: hard +"@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:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 7e6596b38855c07869f7e8f7b0ad9b70c5e658f4a06c7db71c6134a9a785ac1fdaa84f8b3358c4a572767838498df118daad1fa937237d1fb4b9fce735cf8bb0 + languageName: node + linkType: hard + "@smithy/util-config-provider@npm:^1.0.1, @smithy/util-config-provider@npm:^1.1.0": version: 1.1.0 resolution: "@smithy/util-config-provider@npm:1.1.0" @@ -9079,12 +9437,12 @@ __metadata: languageName: node linkType: hard -"@smithy/util-config-provider@npm:^2.1.0": - version: 2.1.0 - resolution: "@smithy/util-config-provider@npm:2.1.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.5.0" - checksum: 42f02104e24ae9deadf69b45c2ebee4b7a65a908b7ccfeb85bb6d1036032d36d1c044ff1eab25f43147dc02a15adb8a9f6517ed586a545d4a757985a1530d2ac + tslib: "npm:^2.6.2" + checksum: 614c321c5a5a220d7d72d36359c41b4e390566719f7e01cefebffbe7034aae78b4533b27ab2030f93186c5f22893ddf056a3a2376a077d70ce89275f31e1ac46 languageName: node linkType: hard @@ -9100,16 +9458,16 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^2.0.23": - version: 2.0.23 - resolution: "@smithy/util-defaults-mode-browser@npm:2.0.23" +"@smithy/util-defaults-mode-browser@npm:^3.0.18": + version: 3.0.18 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.18" dependencies: - "@smithy/property-provider": "npm:^2.0.16" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" bowser: "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 32a00905ff7ae6afb1bb62f9638c4bfe665f7bbf086101cc8bcd546863419f66d87f3a253d28d25db38b15ab4ad5cbade80242182ddafbd7fcc28079d915a3b7 + tslib: "npm:^2.6.2" + checksum: bc2cecf08b0c53c8e4329ecba4504cb102cc2b15b3773bad88a7846607b8405d39874354575f2f9166fd4cd087ce3ce7193db7059160aa7025f08e9545756faf languageName: node linkType: hard @@ -9127,29 +9485,29 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^2.0.31": - version: 2.0.31 - resolution: "@smithy/util-defaults-mode-node@npm:2.0.31" +"@smithy/util-defaults-mode-node@npm:^3.0.18": + version: 3.0.18 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.18" dependencies: - "@smithy/config-resolver": "npm:^2.0.22" - "@smithy/credential-provider-imds": "npm:^2.1.4" - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/property-provider": "npm:^2.0.16" - "@smithy/smithy-client": "npm:^2.2.0" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 431ed27a48983fe8bda9fe7a536cba3a0c288ea3669ee4905e7bb0381085fc7ea51863f3325179cc8ad8dfe0ea4d2aa78f546b07326e2c20f82adb2a5c53753a + "@smithy/config-resolver": "npm:^3.0.8" + "@smithy/credential-provider-imds": "npm:^3.2.3" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: e1eab1347e76466cd59b742c55899cd0694c0390461b31f3d083d24697b6cad8dfb4a42bc2d61d3b81259c67273ac1b11df9ed81ea3e4017dc1dec31c23b4491 languageName: node linkType: hard -"@smithy/util-endpoints@npm:^1.0.7": - version: 1.0.7 - resolution: "@smithy/util-endpoints@npm:1.0.7" +"@smithy/util-endpoints@npm:^2.1.2": + version: 2.1.2 + resolution: "@smithy/util-endpoints@npm:2.1.2" dependencies: - "@smithy/node-config-provider": "npm:^2.1.8" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 4ede4e47a6d1f73894825e799c9d1061f20e344ff7a36971312ed3941ab820ac9803b7133fe6540a0fa85c739bc5725f095bcf2be881df444c613e468946812d + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 30ea1b94d759e3f8a480795bcc9bf1a36cd7ea32ac321fb1e4255ebdf35d3d6961d253a1156cd503ab431e3a2f416a887a5c4c7a54b6ba5348b15259540b9b27 languageName: node linkType: hard @@ -9162,12 +9520,12 @@ __metadata: languageName: node linkType: hard -"@smithy/util-hex-encoding@npm:^2.0.0": - version: 2.0.0 - resolution: "@smithy/util-hex-encoding@npm:2.0.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.5.0" - checksum: 196b594d5e4a31fbc6a6ada8e1af307e0af55721685df70e20415733f46d6d2d6f7c52f9d2bf4512f0033cc1adb74f115c68025d9b7d7023342ef6f0514cee2a + tslib: "npm:^2.6.2" + checksum: d9f8c4c676410ca51bdbcec5d986883bad0028e26b098fc50e2b57bc81e8a5ce20e160786d08c8552ca0ba662c88ca16f33857ff24a0d183174325b2b40e3c8f languageName: node linkType: hard @@ -9180,22 +9538,13 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^2.0.0": - version: 2.0.0 - resolution: "@smithy/util-middleware@npm:2.0.0" - dependencies: - tslib: "npm:^2.5.0" - checksum: 4dad0f427abed7f6870e1dfcd9a1deb83a0d5bd8bfaf8aa9ca877b71b504d1511d1263d8bc0427b8bfb91ea7663c9430ed9c0b0495c821de5b31f710fba0e1a0 - languageName: node - linkType: hard - -"@smithy/util-middleware@npm:^2.0.8": - version: 2.0.8 - resolution: "@smithy/util-middleware@npm:2.0.8" +"@smithy/util-middleware@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/util-middleware@npm:3.0.6" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: b28342e36c301a5b2c2d7110528845e219569137c4f947614680f4fb67a5606681fd26a4c56171b814340c8d2b9b17807f34df2d60fd660c803c4d602dfe5a47 + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: f065b9b1ba5bc59c77e5c4aae495df17f1bf590cb6e18cd9db74eb03dbd2cbf9e5d04b6fe5cfccf7c7767a25004a7143cc848079e018fa3338ade5e8a9f02010 languageName: node linkType: hard @@ -9209,14 +9558,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-retry@npm:^2.0.8": - version: 2.0.8 - resolution: "@smithy/util-retry@npm:2.0.8" +"@smithy/util-retry@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/util-retry@npm:3.0.6" dependencies: - "@smithy/service-error-classification": "npm:^2.0.8" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: fdcfc20d8a9290adfd6ebd30a6d0dcda849ba9fad9f53dcca34564ae7e871dcd97da66b739571809835ee375946a4bcc0d42cde2e98762e4829bde077d529e28 + "@smithy/service-error-classification": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: f7401c6cf47f79a307e14fab875a315c1bba5f1798f17e87b42c4efb37941427f2215ac1cc275e3f25fc3ff454916af6490d34b9edf20f93f66c03dc2f94bee0 languageName: node linkType: hard @@ -9236,19 +9585,19 @@ __metadata: languageName: node linkType: hard -"@smithy/util-stream@npm:^2.0.23": - version: 2.0.23 - resolution: "@smithy/util-stream@npm:2.0.23" +"@smithy/util-stream@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/util-stream@npm:3.1.6" dependencies: - "@smithy/fetch-http-handler": "npm:^2.3.1" - "@smithy/node-http-handler": "npm:^2.2.1" - "@smithy/types": "npm:^2.7.0" - "@smithy/util-base64": "npm:^2.0.1" - "@smithy/util-buffer-from": "npm:^2.0.0" - "@smithy/util-hex-encoding": "npm:^2.0.0" - "@smithy/util-utf8": "npm:^2.0.2" - tslib: "npm:^2.5.0" - checksum: 4dacaded6d5834fda89cc5f5348e97988fb38724461e3fa70b44b7fbfa44eb91f015914bcb98c60174b4a82666851ca8df14fe0e6bcf5c63af1e65074144e5fe + "@smithy/fetch-http-handler": "npm:^3.2.7" + "@smithy/node-http-handler": "npm:^3.2.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 41226783f898adf62866f4c65539cc4330efcfe6868efc803845bc00ac368a794277f4b248e9f5e46f4386d691a033e3e158e7956156db6fe03dd71022fc2883 languageName: node linkType: hard @@ -9261,12 +9610,12 @@ __metadata: languageName: node linkType: hard -"@smithy/util-uri-escape@npm:^2.0.0": - version: 2.0.0 - resolution: "@smithy/util-uri-escape@npm:2.0.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.5.0" - checksum: 2f121d1fce9878e22fc5eaa0f8f4e47e967fce6d727b4283902d842842c7835b47de08e16b2c6fef389457a6edf2523274019fe511ede98ce0f38a11aea63bc2 + tslib: "npm:^2.6.2" + checksum: d44522339325b0f1fe2c5bf1a3f01d5a699eb8718d800dee24378a1a1b301683756dcfd4be4c32db4d6a00cad85893494778ae39fb246a03aef27d06c9852a67 languageName: node linkType: hard @@ -9290,13 +9639,13 @@ __metadata: languageName: node linkType: hard -"@smithy/util-utf8@npm:^2.0.2": - version: 2.0.2 - resolution: "@smithy/util-utf8@npm:2.0.2" +"@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.0.0" - tslib: "npm:^2.5.0" - checksum: 9356200ac7ccef414cd924b4fd2bfeb1d0a2e7992b4c924f0328205ab9bb8c688bc4b5c271c237db90ea75fb448f32c1f76c6e8883c2f088ea0559737ea99d9d + "@smithy/util-buffer-from": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 1aead297d835af419f75e0c3113c021aa0da671110d1b498035530d5f35d8030092cad5147edaa7ca458aafe27c9383399ccd8176d342942465a2d8357e5cbf4 languageName: node linkType: hard @@ -9311,14 +9660,14 @@ __metadata: languageName: node linkType: hard -"@smithy/util-waiter@npm:^2.0.15": - version: 2.0.15 - resolution: "@smithy/util-waiter@npm:2.0.15" +"@smithy/util-waiter@npm:^3.1.5": + version: 3.1.5 + resolution: "@smithy/util-waiter@npm:3.1.5" dependencies: - "@smithy/abort-controller": "npm:^2.0.15" - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 87d0b08720461e651be0cd35784292c3bf5cfd88a64acd78185b1d2c5dcf66d5c6ea068d1416c33e276c9e4aef14fb93441f80843987ca5901716a5bd35cf271 + "@smithy/abort-controller": "npm:^3.1.4" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 99817e8be2cb89cc0429abf26f8309f7a5b195de35ce81e7505bd3eca1806d3b884dd139c416b3dc07c93acc949b16cac0e4acd92b7beeda7f6c7ba8ed5178f3 languageName: node linkType: hard @@ -9356,13 +9705,6 @@ __metadata: languageName: node linkType: hard -"@tauri-apps/toml@npm:^2.2.4": - version: 2.2.4 - resolution: "@tauri-apps/toml@npm:2.2.4" - checksum: f0968cb531565a1d46a49443a17dfe2da8aa76290eb78714f0671b58ce8ecf2e2894bc37196a7e43a4a5bee3fdb59f8608cff4ade166818d022ffe51ad93d4bf - languageName: node - linkType: hard - "@thi.ng/api@npm:^7.2.0": version: 7.2.0 resolution: "@thi.ng/api@npm:7.2.0" @@ -9898,12 +10240,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.10.6": - version: 20.10.6 - resolution: "@types/node@npm:20.10.6" +"@types/node@npm:^20.16.5": + version: 20.16.5 + resolution: "@types/node@npm:20.16.5" dependencies: - undici-types: "npm:~5.26.4" - checksum: 08471220d3cbbb6669835c4b78541edf5eface8f2c2e36c550cfa4ff73da73071c90e200a06359fac25d6564127597c23e178128058fb676824ec23d5178a017 + undici-types: "npm:~6.19.2" + checksum: 39a8457149dc17cdea57afc90d4da53182fdb8b958d5bb065a15d123d81d4efa6b51a0de92428d05ead2e63ce07195586f71083401b99cdbcd04662344fbf7a1 languageName: node linkType: hard @@ -9928,10 +10270,10 @@ __metadata: languageName: node linkType: hard -"@types/picomatch@npm:^2.3.3": - version: 2.3.3 - resolution: "@types/picomatch@npm:2.3.3" - checksum: fcab68260c75759dc03756efb269bc3833d7b6fd679d61a26e8f74c42e55b9719bedb9998f5beeb51d9eed78eeac46a156366da72d22e65fcf74483c32780344 +"@types/picomatch@npm:^2.3.4": + version: 2.3.4 + resolution: "@types/picomatch@npm:2.3.4" + checksum: 12f67f2425fb134cb24edfeeeebee1a18b4464e7767690780ca9e1edc8e3573bfb851febba5ee079ff1ee87bc0a9525bed0f3b724581f6e8051ff48529078f17 languageName: node linkType: hard @@ -10081,12 +10423,12 @@ __metadata: languageName: node linkType: hard -"@types/yargs@npm:^17.0.32": - version: 17.0.32 - resolution: "@types/yargs@npm:17.0.32" +"@types/yargs@npm:^17.0.33": + version: 17.0.33 + resolution: "@types/yargs@npm:17.0.33" dependencies: "@types/yargs-parser": "npm:*" - checksum: 1e2b2673847011ce43607df690d392f137d95a2d6ea85aa319403eadda2ef4277365efd4982354d8843f2611ef3846c88599660aaeb537fa9ccddae83c2a89de + checksum: 16f6681bf4d99fb671bf56029141ed01db2862e3db9df7fc92d8bea494359ac96a1b4b1c35a836d1e95e665fb18ad753ab2015fc0db663454e8fd4e5d5e2ef91 languageName: node linkType: hard @@ -10366,7 +10708,7 @@ __metadata: languageName: node linkType: hard -"@vercel/webpack-asset-relocator-loader@npm:^1.7.3": +"@vercel/webpack-asset-relocator-loader@npm:1.7.3, @vercel/webpack-asset-relocator-loader@npm:^1.7.3": version: 1.7.3 resolution: "@vercel/webpack-asset-relocator-loader@npm:1.7.3" dependencies: @@ -11554,14 +11896,14 @@ __metadata: languageName: node linkType: hard -"axios@npm:1.6.3": - version: 1.6.3 - resolution: "axios@npm:1.6.3" +"axios@npm:1.7.7, axios@npm:^1.7.7": + version: 1.7.7 + resolution: "axios@npm:1.7.7" dependencies: - follow-redirects: "npm:^1.15.0" + follow-redirects: "npm:^1.15.6" form-data: "npm:^4.0.0" proxy-from-env: "npm:^1.1.0" - checksum: 78e72ec40ee49b85f076758e65d04dd966361cbf82f3789e53c5a1b6814ef57825098f8a997ec1846cf004fb7407655c7b96c496d8133d88ca0f73a98a9c452b + checksum: 7f875ea13b9298cd7b40fd09985209f7a38d38321f1118c701520939de2f113c4ba137832fe8e3f811f99a38e12c8225481011023209a77b0c0641270e20cde1 languageName: node linkType: hard @@ -11583,17 +11925,6 @@ __metadata: languageName: node linkType: hard -"axios@npm:^1.6.1": - version: 1.6.2 - resolution: "axios@npm:1.6.2" - dependencies: - follow-redirects: "npm:^1.15.0" - form-data: "npm:^4.0.0" - proxy-from-env: "npm:^1.1.0" - checksum: 612bc93f8f738a518e7c5f9de9cc782bcd36aac6bae279160ef6a10260378e21c1786520eab3336898e3d66e0839ebdf739f327fb6d0431baa4d3235703a7652 - languageName: node - linkType: hard - "axobject-query@npm:^3.1.1": version: 3.1.1 resolution: "axobject-query@npm:3.1.1" @@ -11787,6 +12118,20 @@ __metadata: languageName: node linkType: hard +"babel-plugin-remove-graphql-queries@npm:^5.13.1": + version: 5.13.1 + resolution: "babel-plugin-remove-graphql-queries@npm:5.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@babel/types": "npm:^7.20.7" + gatsby-core-utils: "npm:^4.13.1" + peerDependencies: + "@babel/core": ^7.0.0 + gatsby: ^5.0.0-next + checksum: a01f593a22d28a4c9452a31b2b2d9ef8e98298d373ad80bb407353dab14ed3ef067e14106535e776b675246a33d756fafaeb3470892794164e1f90ff410ca1f0 + languageName: node + linkType: hard + "babel-plugin-syntax-trailing-function-commas@npm:^7.0.0-beta.0": version: 7.0.0-beta.0 resolution: "babel-plugin-syntax-trailing-function-commas@npm:7.0.0-beta.0" @@ -11908,19 +12253,45 @@ __metadata: languageName: node linkType: hard -"babel-preset-jest@npm:^29.6.3": - version: 29.6.3 - resolution: "babel-preset-jest@npm:29.6.3" +"babel-preset-gatsby@npm:^3.13.2": + version: 3.13.2 + resolution: "babel-preset-gatsby@npm:3.13.2" dependencies: - babel-plugin-jest-hoist: "npm:^29.6.3" - babel-preset-current-node-syntax: "npm:^1.0.0" - peerDependencies: - "@babel/core": ^7.0.0 - checksum: aa4ff2a8a728d9d698ed521e3461a109a1e66202b13d3494e41eea30729a5e7cc03b3a2d56c594423a135429c37bf63a9fa8b0b9ce275298be3095a88c69f6fb - languageName: node - linkType: hard - -"backslash@npm:^0.2.0": + "@babel/plugin-proposal-class-properties": "npm:^7.18.6" + "@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6" + "@babel/plugin-proposal-optional-chaining": "npm:^7.20.7" + "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" + "@babel/plugin-transform-classes": "npm:^7.20.7" + "@babel/plugin-transform-runtime": "npm:^7.19.6" + "@babel/plugin-transform-spread": "npm:^7.20.7" + "@babel/preset-env": "npm:^7.20.2" + "@babel/preset-react": "npm:^7.18.6" + "@babel/runtime": "npm:^7.20.13" + babel-plugin-dynamic-import-node: "npm:^2.3.3" + babel-plugin-macros: "npm:^3.1.0" + babel-plugin-transform-react-remove-prop-types: "npm:^0.4.24" + gatsby-core-utils: "npm:^4.13.1" + gatsby-legacy-polyfills: "npm:^3.13.1" + peerDependencies: + "@babel/core": ^7.11.6 + core-js: ^3.0.0 + checksum: 6bae256a8deddbd3dda464d9f947a0f6a2365f3f10c8b270333ba12f3ed31ad76f086c5ed104d5e502c24af258d62fa5f69f12344de62602effed4ae9dae3048 + languageName: node + linkType: hard + +"babel-preset-jest@npm:^29.6.3": + version: 29.6.3 + resolution: "babel-preset-jest@npm:29.6.3" + dependencies: + babel-plugin-jest-hoist: "npm:^29.6.3" + babel-preset-current-node-syntax: "npm:^1.0.0" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: aa4ff2a8a728d9d698ed521e3461a109a1e66202b13d3494e41eea30729a5e7cc03b3a2d56c594423a135429c37bf63a9fa8b0b9ce275298be3095a88c69f6fb + languageName: node + linkType: hard + +"backslash@npm:^0.2.0": version: 0.2.0 resolution: "backslash@npm:0.2.0" checksum: 844996d595dfb57aa725dad7b37dce658367d54de58992d607e003a8250fc14e1fce8705c132f77d973d84fc27126bfde0428a60775ea93626a7aa3340652fbb @@ -12044,7 +12415,7 @@ __metadata: languageName: node linkType: hard -"bl@npm:^4.0.3, bl@npm:^4.1.0": +"bl@npm:^4.0.3": version: 4.1.0 resolution: "bl@npm:4.1.0" dependencies: @@ -12537,6 +12908,19 @@ __metadata: languageName: node linkType: hard +"call-bind@npm:^1.0.7": + version: 1.0.7 + resolution: "call-bind@npm:1.0.7" + dependencies: + es-define-property: "npm:^1.0.0" + es-errors: "npm:^1.3.0" + function-bind: "npm:^1.1.2" + get-intrinsic: "npm:^1.2.4" + set-function-length: "npm:^1.2.1" + checksum: cd6fe658e007af80985da5185bff7b55e12ef4c2b6f41829a26ed1eef254b1f1c12e3dfd5b2b068c6ba8b86aba62390842d81752e67dcbaec4f6f76e7113b6b7 + languageName: node + linkType: hard + "caller-callsite@npm:^2.0.0": version: 2.0.0 resolution: "caller-callsite@npm:2.0.0" @@ -12648,7 +13032,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.1, chalk@npm:^4.1.2": +"chalk@npm:4.1.2, chalk@npm:^4.0.0, chalk@npm:^4.1.0, chalk@npm:^4.1.2": version: 4.1.2 resolution: "chalk@npm:4.1.2" dependencies: @@ -12952,13 +13336,6 @@ __metadata: languageName: node linkType: hard -"cli-spinners@npm:^2.5.0": - version: 2.7.0 - resolution: "cli-spinners@npm:2.7.0" - checksum: c382ee8b0dd253df45bfd3db38e26737f9632858c54538ee9afd46bcea4c0e2b6ebd182d93a151a263457ba6d8e4d27529adc47738a7dd76fa84224a7ac4345b - languageName: node - linkType: hard - "cli-table3@npm:~0.6.1": version: 0.6.1 resolution: "cli-table3@npm:0.6.1" @@ -13292,17 +13669,16 @@ __metadata: languageName: node linkType: hard -"commonmark@npm:^0.30.0": - version: 0.30.0 - resolution: "commonmark@npm:0.30.0" +"commonmark@npm:^0.31.1": + version: 0.31.1 + resolution: "commonmark@npm:0.31.1" dependencies: - entities: "npm:~2.0" + entities: "npm:~3.0.1" mdurl: "npm:~1.0.1" - minimist: "npm:>=1.2.2" - string.prototype.repeat: "npm:^0.2.0" + minimist: "npm:~1.2.5" bin: commonmark: bin/commonmark - checksum: af38c13ec2ea12d303c88788ebbc2939c69e02e35c659d85b181baf02cb280447996fab368eade75a71c0428ebb50dde5f3ec43cd3a873a20c0adcd483484e8b + checksum: a5d0a5904512f947ef3caba28edaa082e444a0e2bcb791254645ffa7684f1e3f971f40ad8c18bc842a8c869c6c1db24fadf5889ce44ca723d9939ae0f439c230 languageName: node linkType: hard @@ -13529,10 +13905,10 @@ __metadata: languageName: node linkType: hard -"core-js@npm:3.35.0": - version: 3.35.0 - resolution: "core-js@npm:3.35.0" - checksum: 0815fce6bcc91d79d4b28885975453b0faa4d17fc2230635102b4f3832cd621035e4032aa3307e1dbe0ee14d5e34bcb64b507fd89bd8f567aedaf29538522e6a +"core-js@npm:3.38.1": + version: 3.38.1 + resolution: "core-js@npm:3.38.1" + checksum: 3c25fdf0b2595ed37ceb305213a61e2cf26185f628455e99d1c736dda5f69e2de4de7126e6a1da136f54260c4fcc982c4215e37b5a618790a597930f854c0a37 languageName: node linkType: hard @@ -13639,22 +14015,27 @@ __metadata: languageName: node linkType: hard -"covector@npm:0.10.2": - version: 0.10.2 - resolution: "covector@npm:0.10.2" +"covector@npm:0.12.3": + version: 0.12.3 + resolution: "covector@npm:0.12.3" dependencies: - "@covector/apply": "npm:0.9.2" - "@covector/assemble": "npm:0.10.3" - "@covector/changelog": "npm:0.10.1" - "@covector/command": "npm:0.7.0" - "@covector/files": "npm:0.7.1" + "@clack/prompts": "npm:^0.7.0" + "@covector/apply": "npm:0.10.0" + "@covector/assemble": "npm:0.12.0" + "@covector/changelog": "npm:0.12.0" + "@covector/command": "npm:0.8.0" + "@covector/files": "npm:0.8.0" effection: "npm:^2.0.6" globby: "npm:^11.1.0" - inquirer: "npm:^8.2.5" + js-yaml: "npm:^4.1.0" + lodash: "npm:^4.17.21" + pino: "npm:^9.1.0" + pino-abstract-transport: "npm:^1.2.0" + strip-ansi: "npm:6.0.1" yargs: "npm:^17.7.2" bin: covector: bin/covector.js - checksum: f8134f9c3a6f5e0366ac589123520ca9baccbf4a0abdd9c94cea08583a6799002bdbeed6ee7f8e283721384a552e8b8c34d894bc316213f155b29b3a5841e83e + checksum: 2e0a2480284d3edd1560d77850001455e2b0fc962fbafd57be2bc52c4a64b55ba40aefcb3def107f9908cdf1d327dde859de2cf461f6b3a3d3f3046896662aed languageName: node linkType: hard @@ -13669,6 +14050,17 @@ __metadata: languageName: node linkType: hard +"create-gatsby@npm:^3.13.1": + version: 3.13.1 + resolution: "create-gatsby@npm:3.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + bin: + create-gatsby: cli.js + checksum: 639233aac5d2345cf08a39eb23fd276f070eb93223f14aa3a898102c7c02c54131a6cf7aaedd89b0fa5d3d721ba8052eeaa683343c5e5e6fc0e2449dd44c2ea4 + languageName: node + linkType: hard + "create-jest@npm:^29.7.0": version: 29.7.0 resolution: "create-jest@npm:29.7.0" @@ -14157,6 +14549,30 @@ __metadata: languageName: node linkType: hard +"debug@npm:4.3.6": + version: 4.3.6 + resolution: "debug@npm:4.3.6" + dependencies: + ms: "npm:2.1.2" + peerDependenciesMeta: + supports-color: + optional: true + checksum: d3adb9af7d57a9e809a68f404490cf776122acca16e6359a2702c0f462e510e91f9765c07f707b8ab0d91e03bad57328f3256f5082631cefb5393d0394d50fb7 + languageName: node + linkType: hard + +"debug@npm:4.3.7": + version: 4.3.7 + resolution: "debug@npm:4.3.7" + dependencies: + ms: "npm:^2.1.3" + peerDependenciesMeta: + supports-color: + optional: true + checksum: 71168908b9a78227ab29d5d25fe03c5867750e31ce24bf2c44a86efc5af041758bb56569b0a3d48a9b5344c00a24a777e6f4100ed6dfd9534a42c1dde285125a + languageName: node + linkType: hard + "debug@npm:=3.1.0": version: 3.1.0 resolution: "debug@npm:3.1.0" @@ -14300,6 +14716,17 @@ __metadata: languageName: node linkType: hard +"define-data-property@npm:^1.1.4": + version: 1.1.4 + resolution: "define-data-property@npm:1.1.4" + dependencies: + es-define-property: "npm:^1.0.0" + es-errors: "npm:^1.3.0" + gopd: "npm:^1.0.1" + checksum: abdcb2505d80a53524ba871273e5da75e77e52af9e15b3aa65d8aad82b8a3a424dad7aee2cc0b71470ac7acf501e08defac362e8b6a73cdb4309f028061df4ae + languageName: node + linkType: hard + "define-lazy-prop@npm:^2.0.0": version: 2.0.0 resolution: "define-lazy-prop@npm:2.0.0" @@ -14697,7 +15124,14 @@ __metadata: languageName: node linkType: hard -"dotenv@npm:16.3.1, dotenv@npm:^16.3.1": +"dotenv@npm:16.4.5": + version: 16.4.5 + resolution: "dotenv@npm:16.4.5" + checksum: 55a3134601115194ae0f924e54473459ed0d9fc340ae610b676e248cca45aa7c680d86365318ea964e6da4e2ea80c4514c1adab5adb43d6867fb57ff068f95c8 + languageName: node + linkType: hard + +"dotenv@npm:^16.3.1": version: 16.3.1 resolution: "dotenv@npm:16.3.1" checksum: dbb778237ef8750e9e3cd1473d3c8eaa9cc3600e33a75c0e36415d0fa0848197f56c3800f77924c70e7828f0b03896818cd52f785b07b9ad4d88dba73fbba83f @@ -14782,7 +15216,22 @@ __metadata: languageName: node linkType: hard -"effection@npm:2.0.6, effection@npm:^2.0.6": +"effection@npm:2.0.8": + version: 2.0.8 + resolution: "effection@npm:2.0.8" + dependencies: + "@effection/channel": "npm:2.0.6" + "@effection/core": "npm:2.2.3" + "@effection/events": "npm:2.0.6" + "@effection/fetch": "npm:2.0.7" + "@effection/main": "npm:2.1.2" + "@effection/stream": "npm:2.0.6" + "@effection/subscription": "npm:2.0.6" + checksum: 899845dfdfa7a9813a7830abb36b7f356b39c5d353ae493669ec84f00804ffe7b7cc3ca6e4915fd729ad67e79b54f156c849b62cf27b0273d9d9a062d4a30aea + languageName: node + linkType: hard + +"effection@npm:^2.0.6": version: 2.0.6 resolution: "effection@npm:2.0.6" dependencies: @@ -14998,13 +15447,6 @@ __metadata: languageName: node linkType: hard -"entities@npm:~2.0": - version: 2.0.3 - resolution: "entities@npm:2.0.3" - checksum: 01b95aa975dabd2b0bba0b894571c5401e624a1cd2144577add99ff1eca7d582a2bccaa36e9696e9e83258c00c9c8678461fac63e5fa3c014b82ea418bed04f8 - languageName: node - linkType: hard - "entities@npm:~3.0.1": version: 3.0.1 resolution: "entities@npm:3.0.1" @@ -15218,6 +15660,22 @@ __metadata: languageName: node linkType: hard +"es-define-property@npm:^1.0.0": + version: 1.0.0 + resolution: "es-define-property@npm:1.0.0" + dependencies: + get-intrinsic: "npm:^1.2.4" + checksum: f66ece0a887b6dca71848fa71f70461357c0e4e7249696f81bad0a1f347eed7b31262af4a29f5d726dc026426f085483b6b90301855e647aa8e21936f07293c6 + languageName: node + linkType: hard + +"es-errors@npm:^1.3.0": + version: 1.3.0 + resolution: "es-errors@npm:1.3.0" + checksum: 96e65d640156f91b707517e8cdc454dd7d47c32833aa3e85d79f24f9eb7ea85f39b63e36216ef0114996581969b59fe609a94e30316b08f5f4df1d44134cf8d5 + languageName: node + linkType: hard + "es-get-iterator@npm:^1.1.2": version: 1.1.3 resolution: "es-get-iterator@npm:1.1.3" @@ -16368,6 +16826,17 @@ __metadata: languageName: node linkType: hard +"fast-xml-parser@npm:4.4.1": + version: 4.4.1 + resolution: "fast-xml-parser@npm:4.4.1" + dependencies: + strnum: "npm:^1.0.5" + bin: + fxparser: src/cli/cli.js + checksum: 0c05ab8703630d8c857fafadbd78d0020d3a8e54310c3842179cd4a0d9d97e96d209ce885e91241f4aa9dd8dfc2fd924a682741a423d65153cad34da2032ec44 + languageName: node + linkType: hard + "fastest-levenshtein@npm:^1.0.16": version: 1.0.16 resolution: "fastest-levenshtein@npm:1.0.16" @@ -16719,13 +17188,13 @@ __metadata: languageName: node linkType: hard -"follow-redirects@npm:^1.15.0": - version: 1.15.2 - resolution: "follow-redirects@npm:1.15.2" +"follow-redirects@npm:^1.15.6": + version: 1.15.9 + resolution: "follow-redirects@npm:1.15.9" peerDependenciesMeta: debug: optional: true - checksum: 8be0d39919770054812537d376850ccde0b4762b0501c440bd08724971a078123b55f57704f2984e0664fecc0c86adea85add63295804d9dce401cd9604c91d3 + checksum: e3ab42d1097e90d28b913903841e6779eb969b62a64706a3eb983e894a5db000fbd89296f45f08885a0e54cd558ef62e81be1165da9be25a6c44920da10f424c languageName: node linkType: hard @@ -17115,6 +17584,57 @@ __metadata: languageName: node linkType: hard +"gatsby-cli@npm:^5.13.3": + version: 5.13.3 + resolution: "gatsby-cli@npm:5.13.3" + dependencies: + "@babel/code-frame": "npm:^7.18.6" + "@babel/core": "npm:^7.20.12" + "@babel/generator": "npm:^7.20.14" + "@babel/helper-plugin-utils": "npm:^7.20.2" + "@babel/preset-typescript": "npm:^7.18.6" + "@babel/runtime": "npm:^7.20.13" + "@babel/template": "npm:^7.20.7" + "@babel/types": "npm:^7.20.7" + "@jridgewell/trace-mapping": "npm:^0.3.18" + "@types/common-tags": "npm:^1.8.1" + better-opn: "npm:^2.1.1" + boxen: "npm:^5.1.2" + chalk: "npm:^4.1.2" + clipboardy: "npm:^4.0.0" + common-tags: "npm:^1.8.2" + convert-hrtime: "npm:^3.0.0" + create-gatsby: "npm:^3.13.1" + envinfo: "npm:^7.10.0" + execa: "npm:^5.1.1" + fs-exists-cached: "npm:^1.0.0" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + gatsby-telemetry: "npm:^4.13.1" + hosted-git-info: "npm:^3.0.8" + is-valid-path: "npm:^0.1.1" + joi: "npm:^17.9.2" + lodash: "npm:^4.17.21" + node-fetch: "npm:^2.6.11" + opentracing: "npm:^0.14.7" + pretty-error: "npm:^2.1.2" + progress: "npm:^2.0.3" + prompts: "npm:^2.4.2" + redux: "npm:4.2.1" + resolve-cwd: "npm:^3.0.0" + semver: "npm:^7.5.3" + signal-exit: "npm:^3.0.7" + stack-trace: "npm:^0.0.10" + strip-ansi: "npm:^6.0.1" + yargs: "npm:^15.4.1" + yoga-layout-prebuilt: "npm:^1.10.0" + yurnalist: "npm:^2.1.0" + bin: + gatsby: cli.js + checksum: e9a79ab661e006d8683f2943de21d6f6a36333e22844c87e24a809e91fd2d0f7dedcb813bd27f45222467c0266922ef9ad43e2599a3654170b32a52aee6a3d33 + languageName: node + linkType: hard + "gatsby-core-utils@npm:^4.13.0": version: 4.13.0 resolution: "gatsby-core-utils@npm:4.13.0" @@ -17139,6 +17659,30 @@ __metadata: languageName: node linkType: hard +"gatsby-core-utils@npm:^4.13.1": + version: 4.13.1 + resolution: "gatsby-core-utils@npm:4.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + ci-info: "npm:2.0.0" + configstore: "npm:^5.0.1" + fastq: "npm:^1.15.0" + file-type: "npm:^16.5.4" + fs-extra: "npm:^11.1.1" + got: "npm:^11.8.6" + hash-wasm: "npm:^4.9.0" + import-from: "npm:^4.0.0" + lmdb: "npm:2.5.3" + lock: "npm:^1.1.0" + node-object-hash: "npm:^2.3.10" + proper-lockfile: "npm:^4.1.2" + resolve-from: "npm:^5.0.0" + tmp: "npm:^0.2.1" + xdg-basedir: "npm:^4.0.0" + checksum: 8fcc16205228406cfe9cf5454d1c9d18e29615d41242cef1b23cfffa6e423e93b6ce31ee4b4ebdc7e10890f330a6b3bd9c87f922e256370a63acc75ab8603280 + languageName: node + linkType: hard + "gatsby-graphiql-explorer@npm:^3.13.0": version: 3.13.0 resolution: "gatsby-graphiql-explorer@npm:3.13.0" @@ -17146,6 +17690,13 @@ __metadata: languageName: node linkType: hard +"gatsby-graphiql-explorer@npm:^3.13.1": + version: 3.13.1 + resolution: "gatsby-graphiql-explorer@npm:3.13.1" + checksum: c47477792e0b56a9d86ea9ed28986ad8f0f60b1ca521404a3406f11d0359ce964cfbd7de65953126a47e7798e7842d27cadeb5ac91c19c944ca1b6153485f750 + languageName: node + linkType: hard + "gatsby-legacy-polyfills@npm:^3.13.0": version: 3.13.0 resolution: "gatsby-legacy-polyfills@npm:3.13.0" @@ -17156,6 +17707,16 @@ __metadata: languageName: node linkType: hard +"gatsby-legacy-polyfills@npm:^3.13.1": + version: 3.13.1 + resolution: "gatsby-legacy-polyfills@npm:3.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + core-js-compat: "npm:3.31.0" + checksum: 54c62dbb3c732b54627da1c4a08d93c8f9158c95baf53b6e9cd343ad886e3af33c787bf47901f168d40f1ede83dbffd19ebf04efbcf3274f9bb339773eb2e643 + languageName: node + linkType: hard + "gatsby-link@npm:^5.13.0": version: 5.13.0 resolution: "gatsby-link@npm:5.13.0" @@ -17171,6 +17732,21 @@ __metadata: languageName: node linkType: hard +"gatsby-link@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-link@npm:5.13.1" + dependencies: + "@types/reach__router": "npm:^1.3.10" + gatsby-page-utils: "npm:^3.13.1" + prop-types: "npm:^15.8.1" + peerDependencies: + "@gatsbyjs/reach-router": ^2.0.0 + react: ^18.0.0 || ^0.0.0 + react-dom: ^18.0.0 || ^0.0.0 + checksum: 3f89f45353720522d18676ef928be1ea1211652ad8ace6d0d903e3b29f9ba8ab31d112aff807aa254dea2a14dff16b659e9edc355ef029b9189274d578ae0ac0 + languageName: node + linkType: hard + "gatsby-page-utils@npm:^3.13.0": version: 3.13.0 resolution: "gatsby-page-utils@npm:3.13.0" @@ -17187,6 +17763,22 @@ __metadata: languageName: node linkType: hard +"gatsby-page-utils@npm:^3.13.1": + version: 3.13.1 + resolution: "gatsby-page-utils@npm:3.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + bluebird: "npm:^3.7.2" + chokidar: "npm:^3.5.3" + fs-exists-cached: "npm:^1.0.0" + gatsby-core-utils: "npm:^4.13.1" + glob: "npm:^7.2.3" + lodash: "npm:^4.17.21" + micromatch: "npm:^4.0.5" + checksum: 7ba4059a6dc100112b691fd568e2f55397a069ce405d25282cdf5140c3ae4a7be60209425eea14fd2e1d20f2666ae98ebe436f3a2b71891019aec4791a039af9 + languageName: node + linkType: hard + "gatsby-parcel-config@npm:1.13.0": version: 1.13.0 resolution: "gatsby-parcel-config@npm:1.13.0" @@ -17209,6 +17801,28 @@ __metadata: languageName: node linkType: hard +"gatsby-parcel-config@npm:1.13.1": + version: 1.13.1 + resolution: "gatsby-parcel-config@npm:1.13.1" + dependencies: + "@gatsbyjs/parcel-namer-relative-to-cwd": "npm:^2.13.1" + "@parcel/bundler-default": "npm:2.8.3" + "@parcel/compressor-raw": "npm:2.8.3" + "@parcel/namer-default": "npm:2.8.3" + "@parcel/optimizer-terser": "npm:2.8.3" + "@parcel/packager-js": "npm:2.8.3" + "@parcel/packager-raw": "npm:2.8.3" + "@parcel/reporter-dev-server": "npm:2.8.3" + "@parcel/resolver-default": "npm:2.8.3" + "@parcel/runtime-js": "npm:2.8.3" + "@parcel/transformer-js": "npm:2.8.3" + "@parcel/transformer-json": "npm:2.8.3" + peerDependencies: + "@parcel/core": ^2.0.0 + checksum: ec8d4535a42d528e4e0a0a1befaedc259ce14a62c121b5221556777ebc2c1bfd3e79bf425f25564ace3e91546e08303dcc0468656190b2ab7e2f686cefdc1433 + languageName: node + linkType: hard + "gatsby-plugin-ackee-tracker@workspace:packages/gatsby-plugin-ackee-tracker": version: 0.0.0-use.local resolution: "gatsby-plugin-ackee-tracker@workspace:packages/gatsby-plugin-ackee-tracker" @@ -17232,22 +17846,22 @@ __metadata: "@babel/runtime": "npm:^7.23.7" "@fastify/accepts": "npm:^4.3.0" "@fastify/http-proxy": "npm:^8.4.0" - "@fastify/middie": "npm:^8.3.0" + "@fastify/middie": "npm:^8.3.3" "@fastify/static": "npm:^6.12.0" "@types/connect": "npm:^3.4.38" "@types/fs-extra": "npm:^11.0.4" "@types/jest": "npm:^29.5.11" "@types/mime": "npm:^3.0.4" - "@types/node": "npm:^20.10.6" - "@types/picomatch": "npm:^2.3.3" - "@types/yargs": "npm:^17.0.32" + "@types/node": "npm:^20.16.5" + "@types/picomatch": "npm:^2.3.4" + "@types/yargs": "npm:^17.0.33" babel-jest: "npm:^29.7.0" babel-preset-gatsby-package: "npm:^3.13.0" cross-env: "npm:^7.0.3" fastify-plugin: "npm:^4.5.1" fs-extra: "npm:^11.2.0" - gatsby-core-utils: "npm:^4.13.0" - gatsby-plugin-utils: "npm:^4.13.0" + gatsby-core-utils: "npm:^4.13.1" + gatsby-plugin-utils: "npm:^4.13.1" http-status-codes: "npm:^2.3.0" jest: "npm:^29.7.0" mime: "npm:^3.0.0" @@ -17271,7 +17885,7 @@ __metadata: babel-jest: "npm:^29.7.0" babel-preset-gatsby-package: "npm:^3.13.0" cross-env: "npm:^7.0.3" - gatsby: "npm:^5.13.1" + gatsby: "npm:^5.13.7" jest: "npm:^29.7.0" request: "npm:^2.88.2" peerDependencies: @@ -17352,6 +17966,28 @@ __metadata: languageName: node linkType: hard +"gatsby-plugin-page-creator@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-plugin-page-creator@npm:5.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@babel/traverse": "npm:^7.20.13" + "@sindresorhus/slugify": "npm:^1.1.2" + chokidar: "npm:^3.5.3" + fs-exists-cached: "npm:^1.0.0" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + gatsby-page-utils: "npm:^3.13.1" + gatsby-plugin-utils: "npm:^4.13.1" + gatsby-telemetry: "npm:^4.13.1" + globby: "npm:^11.1.0" + lodash: "npm:^4.17.21" + peerDependencies: + gatsby: ^5.0.0-next + checksum: 44fa02347f2960ce9b365c18735fba6ed57ad2ed129960534154d690e7fa20678a6fa36ceda6ec8edf75b104934206095b04ed39fd284ee103d36bcb37c0203e + languageName: node + linkType: hard + "gatsby-plugin-pinterest@workspace:packages/gatsby-plugin-pinterest": version: 0.0.0-use.local resolution: "gatsby-plugin-pinterest@workspace:packages/gatsby-plugin-pinterest" @@ -17361,7 +17997,7 @@ __metadata: "@babel/runtime": "npm:^7.23.7" babel-jest: "npm:^29.7.0" babel-preset-gatsby-package: "npm:^3.13.0" - gatsby-plugin-utils: "npm:^4.13.0" + gatsby-plugin-utils: "npm:^4.13.1" jest: "npm:^29.7.0" peerDependencies: gatsby: ^4.0.0 || ^5.0.0 @@ -17397,7 +18033,7 @@ __metadata: dependencies: "@babel/cli": "npm:^7.23.4" "@babel/core": "npm:^7.23.7" - "@relative-ci/agent": "npm:^4.2.3" + "@relative-ci/agent": "npm:^4.2.11" babel-preset-gatsby-package: "npm:^3.13.0" cross-env: "npm:^7.0.3" peerDependencies: @@ -17460,6 +18096,23 @@ __metadata: languageName: node linkType: hard +"gatsby-plugin-typescript@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-plugin-typescript@npm:5.13.1" + dependencies: + "@babel/core": "npm:^7.20.12" + "@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6" + "@babel/plugin-proposal-numeric-separator": "npm:^7.18.6" + "@babel/plugin-proposal-optional-chaining": "npm:^7.20.7" + "@babel/preset-typescript": "npm:^7.18.6" + "@babel/runtime": "npm:^7.20.13" + babel-plugin-remove-graphql-queries: "npm:^5.13.1" + peerDependencies: + gatsby: ^5.0.0-next + checksum: ded09fc4e7e0d528c582a983d8f7d7f88e825c3f91d4af946361d44c15fd6b30a96367327d766586552b03347c234e83b7bef4e15fdf821fcd687cd6fbf1d4d6 + languageName: node + linkType: hard + "gatsby-plugin-utils@npm:^4.13.0": version: 4.13.0 resolution: "gatsby-plugin-utils@npm:4.13.0" @@ -17480,6 +18133,26 @@ __metadata: languageName: node linkType: hard +"gatsby-plugin-utils@npm:^4.13.1": + version: 4.13.1 + resolution: "gatsby-plugin-utils@npm:4.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + fastq: "npm:^1.15.0" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + gatsby-sharp: "npm:^1.13.0" + graphql-compose: "npm:^9.0.10" + import-from: "npm:^4.0.0" + joi: "npm:^17.9.2" + mime: "npm:^3.0.0" + peerDependencies: + gatsby: ^5.0.0-next + graphql: ^16.0.0 + checksum: b44799bf9ece02d3d9be79b77ebc01f940bfb039ebb15e7fb24e215a703a773c442fd911b68e1700e4cc98a1164d5cb13f8254675abbd0c9431f82ce22f564ae + languageName: node + linkType: hard + "gatsby-plugin-vanilla-extract@workspace:packages/gatsby-plugin-vanilla-extract": version: 0.0.0-use.local resolution: "gatsby-plugin-vanilla-extract@workspace:packages/gatsby-plugin-vanilla-extract" @@ -17504,6 +18177,20 @@ __metadata: languageName: node linkType: hard +"gatsby-react-router-scroll@npm:^6.13.1": + version: 6.13.1 + resolution: "gatsby-react-router-scroll@npm:6.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + prop-types: "npm:^15.8.1" + peerDependencies: + "@gatsbyjs/reach-router": ^2.0.0 + react: ^18.0.0 || ^0.0.0 + react-dom: ^18.0.0 || ^0.0.0 + checksum: 595407ceb2473d4b509b1348da9b0f3da60570f9dd787dbc136453386441c8994e758b5b8876930eb9c2e2b41b6a35f44b80a98c76ec31e91bcf5d241b6970b3 + languageName: node + linkType: hard + "gatsby-script@npm:^2.13.0": version: 2.13.0 resolution: "gatsby-script@npm:2.13.0" @@ -17530,7 +18217,7 @@ __metadata: dependencies: airtable: "npm:^0.12.2" bluebird: "npm:^3.7.2" - covector: "npm:0.10.2" + covector: "npm:0.12.3" mime: "npm:^2.6.0" peerDependencies: gatsby-source-filesystem: ">=2.0.0-rc.0" @@ -17577,6 +18264,25 @@ __metadata: languageName: node linkType: hard +"gatsby-source-filesystem@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-source-filesystem@npm:5.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + chokidar: "npm:^3.5.3" + file-type: "npm:^16.5.4" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + mime: "npm:^3.0.0" + pretty-bytes: "npm:^5.6.0" + valid-url: "npm:^1.0.9" + xstate: "npm:^4.38.0" + peerDependencies: + gatsby: ^5.0.0-next + checksum: e33ffb38d673642847ad3cc9109f85db4c2d33fa66814fa5b58934eda3d1fc72a4ffa6f35bacbdda0ca3104eb88ddc0fa19e2937c9f9cf2c8146dc1436e0b065 + languageName: node + linkType: hard + "gatsby-source-packagist@workspace:packages/gatsby-source-packagist": version: 0.0.0-use.local resolution: "gatsby-source-packagist@workspace:packages/gatsby-source-packagist" @@ -17586,7 +18292,7 @@ __metadata: "@octokit/rest": "npm:^19.0.13" babel-preset-gatsby-package: "npm:^3.13.0" cross-env: "npm:^7.0.3" - gatsby-source-filesystem: "npm:^5.13.0" + gatsby-source-filesystem: "npm:^5.13.1" mime-types: "npm:^2.1.35" packagist-api-client: "npm:^2.0.0" peerDependencies: @@ -17599,16 +18305,16 @@ __metadata: version: 0.0.0-use.local resolution: "gatsby-source-s3@workspace:packages/gatsby-source-s3" dependencies: - "@aws-sdk/client-s3": "npm:^3.484.0" - "@aws-sdk/s3-request-presigner": "npm:^3.484.0" + "@aws-sdk/client-s3": "npm:^3.654.0" + "@aws-sdk/s3-request-presigner": "npm:^3.654.0" "@babel/cli": "npm:^7.23.4" "@babel/core": "npm:^7.23.7" "@babel/runtime": "npm:^7.23.7" - "@types/node": "npm:^20.10.6" + "@types/node": "npm:^20.16.5" babel-preset-gatsby-package: "npm:^3.13.0" cypress: "npm:^12.17.4" - gatsby-source-filesystem: "npm:^5.13.0" - start-server-and-test: "npm:^2.0.3" + gatsby-source-filesystem: "npm:^5.13.1" + start-server-and-test: "npm:^2.0.8" peerDependencies: gatsby: ^4.5.2 || ^5.0.0 languageName: unknown @@ -17620,11 +18326,11 @@ __metadata: dependencies: "@babel/cli": "npm:7.23.4" "@babel/core": "npm:7.23.7" - axios: "npm:1.6.3" - commonmark: "npm:^0.30.0" - gatsby-source-filesystem: "npm:^5.13.0" + axios: "npm:1.7.7" + commonmark: "npm:^0.31.1" + gatsby-source-filesystem: "npm:^5.13.1" lodash: "npm:^4.17.21" - qs: "npm:^6.11.2" + qs: "npm:^6.13.0" peerDependencies: gatsby: ^4.0.0 || ^5.0.0 gatsby-plugin-image: ^2.5.1 || ^3.0.0 @@ -17658,44 +18364,260 @@ __metadata: is-docker: "npm:^2.2.1" lodash: "npm:^4.17.21" node-fetch: "npm:^2.6.11" - checksum: 93af58b3ff32b3f10bcce7f2c75dcf40d3fb3b54b429b06dee2414ea17277447614bf9f105ade3b99f995c34249ac33b6e7bbd1dfb351c9ac0ce11741763e412 - languageName: node - linkType: hard - -"gatsby-transformer-sharp@npm:^5.13.0": - version: 5.13.0 - resolution: "gatsby-transformer-sharp@npm:5.13.0" - dependencies: - "@babel/runtime": "npm:^7.20.13" - bluebird: "npm:^3.7.2" - common-tags: "npm:^1.8.2" - fs-extra: "npm:^11.1.1" - gatsby-plugin-utils: "npm:^4.13.0" - probe-image-size: "npm:^7.2.3" + checksum: 93af58b3ff32b3f10bcce7f2c75dcf40d3fb3b54b429b06dee2414ea17277447614bf9f105ade3b99f995c34249ac33b6e7bbd1dfb351c9ac0ce11741763e412 + languageName: node + linkType: hard + +"gatsby-telemetry@npm:^4.13.1": + version: 4.13.1 + resolution: "gatsby-telemetry@npm:4.13.1" + dependencies: + "@babel/code-frame": "npm:^7.18.6" + "@babel/runtime": "npm:^7.20.13" + "@turist/fetch": "npm:^7.2.0" + "@turist/time": "npm:^0.0.2" + boxen: "npm:^5.1.2" + configstore: "npm:^5.0.1" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + git-up: "npm:^7.0.0" + is-docker: "npm:^2.2.1" + lodash: "npm:^4.17.21" + node-fetch: "npm:^2.6.11" + checksum: 46902af18bb10c2de07d1519ec21fe3ba417baa2a0a42e0b1232663e6b7081b2ea6becbd58569a31cb97f64c6badd254b0c741f1a68d38ddc91b6cc68ff7ce79 + languageName: node + linkType: hard + +"gatsby-transformer-sharp@npm:^5.13.0": + version: 5.13.0 + resolution: "gatsby-transformer-sharp@npm:5.13.0" + dependencies: + "@babel/runtime": "npm:^7.20.13" + bluebird: "npm:^3.7.2" + common-tags: "npm:^1.8.2" + fs-extra: "npm:^11.1.1" + gatsby-plugin-utils: "npm:^4.13.0" + probe-image-size: "npm:^7.2.3" + semver: "npm:^7.5.3" + sharp: "npm:^0.32.6" + peerDependencies: + gatsby: ^5.0.0-next + gatsby-plugin-sharp: ^5.0.0-next + checksum: b610f498d518933a8944b1c006fac2761be12b073e0dd90b850a5526ecb030f83312a5b8906d259a0b5a82b5ee0dc4777955c90dda1905cc63defdcd280aa1a2 + languageName: node + linkType: hard + +"gatsby-worker@npm:^2.13.0": + version: 2.13.0 + resolution: "gatsby-worker@npm:2.13.0" + dependencies: + "@babel/core": "npm:^7.20.12" + "@babel/runtime": "npm:^7.20.13" + fs-extra: "npm:^11.1.1" + signal-exit: "npm:^3.0.7" + checksum: d4084b94f1ede79668d65ee79850f55c435bec2945759c3734472af1f54708d5c5c5f762664f4dc321ea5fcaa99a2918ad9ca7c7dcc7fa1ffcff1d5a8e199b95 + languageName: node + linkType: hard + +"gatsby-worker@npm:^2.13.1": + version: 2.13.1 + resolution: "gatsby-worker@npm:2.13.1" + dependencies: + "@babel/core": "npm:^7.20.12" + "@babel/runtime": "npm:^7.20.13" + fs-extra: "npm:^11.1.1" + signal-exit: "npm:^3.0.7" + checksum: 2dc00da2df4888a776fdb944c15f94b55d2ef7f3ce67b6c9d81a764306a49fea0dab69f8f31e786ff52888215c4fc2429e91e7fdf583f9d6524f831d1ed4c5c2 + languageName: node + linkType: hard + +"gatsby@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby@npm:5.13.1" + dependencies: + "@babel/code-frame": "npm:^7.18.6" + "@babel/core": "npm:^7.20.12" + "@babel/eslint-parser": "npm:^7.19.1" + "@babel/helper-plugin-utils": "npm:^7.20.2" + "@babel/parser": "npm:^7.20.13" + "@babel/runtime": "npm:^7.20.13" + "@babel/traverse": "npm:^7.20.13" + "@babel/types": "npm:^7.20.7" + "@builder.io/partytown": "npm:^0.7.5" + "@gatsbyjs/reach-router": "npm:^2.0.1" + "@gatsbyjs/webpack-hot-middleware": "npm:^2.25.3" + "@graphql-codegen/add": "npm:^3.2.3" + "@graphql-codegen/core": "npm:^2.6.8" + "@graphql-codegen/plugin-helpers": "npm:^2.7.2" + "@graphql-codegen/typescript": "npm:^2.8.8" + "@graphql-codegen/typescript-operations": "npm:^2.5.13" + "@graphql-tools/code-file-loader": "npm:^7.3.23" + "@graphql-tools/load": "npm:^7.8.14" + "@jridgewell/trace-mapping": "npm:^0.3.18" + "@nodelib/fs.walk": "npm:^1.2.8" + "@parcel/cache": "npm:2.8.3" + "@parcel/core": "npm:2.8.3" + "@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.10" + "@types/http-proxy": "npm:^1.17.11" + "@typescript-eslint/eslint-plugin": "npm:^5.60.1" + "@typescript-eslint/parser": "npm:^5.60.1" + "@vercel/webpack-asset-relocator-loader": "npm:^1.7.3" + acorn-loose: "npm:^8.3.0" + acorn-walk: "npm:^8.2.0" + address: "npm:1.2.2" + anser: "npm:^2.1.1" + autoprefixer: "npm:^10.4.14" + axios: "npm:^0.21.1" + babel-jsx-utils: "npm:^1.1.0" + babel-loader: "npm:^8.3.0" + babel-plugin-add-module-exports: "npm:^1.0.4" + babel-plugin-dynamic-import-node: "npm:^2.3.3" + babel-plugin-lodash: "npm:^3.3.4" + babel-plugin-remove-graphql-queries: "npm:^5.13.0" + babel-preset-gatsby: "npm:^3.13.0" + better-opn: "npm:^2.1.1" + bluebird: "npm:^3.7.2" + body-parser: "npm:1.20.1" + browserslist: "npm:^4.21.9" + cache-manager: "npm:^2.11.1" + chalk: "npm:^4.1.2" + chokidar: "npm:^3.5.3" + common-tags: "npm:^1.8.2" + compression: "npm:^1.7.4" + cookie: "npm:^0.5.0" + core-js: "npm:^3.31.0" + cors: "npm:^2.8.5" + css-loader: "npm:^5.2.7" + css-minimizer-webpack-plugin: "npm:^2.0.0" + css.escape: "npm:^1.5.1" + date-fns: "npm:^2.30.0" + debug: "npm:^4.3.4" + deepmerge: "npm:^4.3.1" + detect-port: "npm:^1.5.1" + devcert: "npm:^1.2.2" + dotenv: "npm:^8.6.0" + enhanced-resolve: "npm:^5.15.0" + error-stack-parser: "npm:^2.1.4" + eslint: "npm:^7.32.0" + eslint-config-react-app: "npm:^6.0.0" + eslint-plugin-flowtype: "npm:^5.10.0" + eslint-plugin-import: "npm:^2.27.5" + eslint-plugin-jsx-a11y: "npm:^6.7.1" + eslint-plugin-react: "npm:^7.32.2" + eslint-plugin-react-hooks: "npm:^4.6.0" + eslint-webpack-plugin: "npm:^2.7.0" + event-source-polyfill: "npm:1.0.31" + execa: "npm:^5.1.1" + express: "npm:^4.18.2" + express-http-proxy: "npm:^1.6.3" + fastest-levenshtein: "npm:^1.0.16" + fastq: "npm:^1.15.0" + file-loader: "npm:^6.2.0" + find-cache-dir: "npm:^3.3.2" + fs-exists-cached: "npm:1.0.0" + fs-extra: "npm:^11.1.1" + gatsby-cli: "npm:^5.13.1" + gatsby-core-utils: "npm:^4.13.0" + gatsby-graphiql-explorer: "npm:^3.13.0" + gatsby-legacy-polyfills: "npm:^3.13.0" + gatsby-link: "npm:^5.13.0" + gatsby-page-utils: "npm:^3.13.0" + gatsby-parcel-config: "npm:1.13.0" + gatsby-plugin-page-creator: "npm:^5.13.0" + gatsby-plugin-typescript: "npm:^5.13.0" + gatsby-plugin-utils: "npm:^4.13.0" + gatsby-react-router-scroll: "npm:^6.13.0" + gatsby-script: "npm:^2.13.0" + gatsby-sharp: "npm:^1.13.0" + gatsby-telemetry: "npm:^4.13.0" + gatsby-worker: "npm:^2.13.0" + glob: "npm:^7.2.3" + globby: "npm:^11.1.0" + got: "npm:^11.8.6" + graphql: "npm:^16.7.1" + graphql-compose: "npm:^9.0.10" + graphql-http: "npm:^1.19.0" + graphql-tag: "npm:^2.12.6" + hasha: "npm:^5.2.2" + invariant: "npm:^2.2.4" + is-relative: "npm:^1.0.0" + is-relative-url: "npm:^3.0.0" + joi: "npm:^17.9.2" + json-loader: "npm:^0.5.7" + latest-version: "npm:^7.0.0" + linkfs: "npm:^2.1.0" + lmdb: "npm:2.5.3" + lodash: "npm:^4.17.21" + meant: "npm:^1.0.3" + memoizee: "npm:^0.4.15" + micromatch: "npm:^4.0.5" + mime: "npm:^3.0.0" + mini-css-extract-plugin: "npm:1.6.2" + mitt: "npm:^1.2.0" + moment: "npm:^2.29.4" + multer: "npm:^1.4.5-lts.1" + node-fetch: "npm:^2.6.11" + node-html-parser: "npm:^5.4.2" + normalize-path: "npm:^3.0.0" + null-loader: "npm:^4.0.1" + opentracing: "npm:^0.14.7" + p-defer: "npm:^3.0.0" + parseurl: "npm:^1.3.3" + path-to-regexp: "npm:0.1.7" + physical-cpu-count: "npm:^2.0.0" + platform: "npm:^1.3.6" + postcss: "npm:^8.4.24" + postcss-flexbugs-fixes: "npm:^5.0.2" + postcss-loader: "npm:^5.3.0" + prompts: "npm:^2.4.2" + prop-types: "npm:^15.8.1" + query-string: "npm:^6.14.1" + raw-loader: "npm:^4.0.2" + react-dev-utils: "npm:^12.0.1" + react-refresh: "npm:^0.14.0" + react-server-dom-webpack: "npm:0.0.0-experimental-c8b778b7f-20220825" + redux: "npm:4.2.1" + redux-thunk: "npm:^2.4.2" + resolve-from: "npm:^5.0.0" semver: "npm:^7.5.3" - sharp: "npm:^0.32.6" - peerDependencies: - gatsby: ^5.0.0-next - gatsby-plugin-sharp: ^5.0.0-next - checksum: b610f498d518933a8944b1c006fac2761be12b073e0dd90b850a5526ecb030f83312a5b8906d259a0b5a82b5ee0dc4777955c90dda1905cc63defdcd280aa1a2 - languageName: node - linkType: hard - -"gatsby-worker@npm:^2.13.0": - version: 2.13.0 - resolution: "gatsby-worker@npm:2.13.0" - dependencies: - "@babel/core": "npm:^7.20.12" - "@babel/runtime": "npm:^7.20.13" - fs-extra: "npm:^11.1.1" + shallow-compare: "npm:^1.2.2" signal-exit: "npm:^3.0.7" - checksum: d4084b94f1ede79668d65ee79850f55c435bec2945759c3734472af1f54708d5c5c5f762664f4dc321ea5fcaa99a2918ad9ca7c7dcc7fa1ffcff1d5a8e199b95 + slugify: "npm:^1.6.6" + socket.io: "npm:4.7.1" + socket.io-client: "npm:4.7.1" + stack-trace: "npm:^0.0.10" + string-similarity: "npm:^1.2.2" + strip-ansi: "npm:^6.0.1" + style-loader: "npm:^2.0.0" + style-to-object: "npm:^0.4.1" + terser-webpack-plugin: "npm:^5.3.9" + tmp: "npm:^0.2.1" + true-case-path: "npm:^2.2.1" + type-of: "npm:^2.0.1" + url-loader: "npm:^4.1.1" + uuid: "npm:^8.3.2" + webpack: "npm:^5.88.1" + webpack-dev-middleware: "npm:^4.3.0" + webpack-merge: "npm:^5.9.0" + webpack-stats-plugin: "npm:^1.1.3" + webpack-virtual-modules: "npm:^0.5.0" + xstate: "npm:^4.38.0" + yaml-loader: "npm:^0.8.0" + peerDependencies: + react: ^18.0.0 || ^0.0.0 + react-dom: ^18.0.0 || ^0.0.0 + dependenciesMeta: + gatsby-sharp: + optional: true + bin: + gatsby: ./cli.js + checksum: a4f38a309ad15b1b7e97b9e4de822bf0c62a1c2986ac31664cd1d886e448cd50346fefe1da59fedacec57c0d4686da14e3c281a28efc821acc1d4d97e4c438c8 languageName: node linkType: hard -"gatsby@npm:^5.13.1": - version: 5.13.1 - resolution: "gatsby@npm:5.13.1" +"gatsby@npm:^5.13.7": + version: 5.13.7 + resolution: "gatsby@npm:5.13.7" dependencies: "@babel/code-frame": "npm:^7.18.6" "@babel/core": "npm:^7.20.12" @@ -17720,10 +18642,11 @@ __metadata: "@parcel/cache": "npm:2.8.3" "@parcel/core": "npm:2.8.3" "@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.10" + "@sigmacomputing/babel-plugin-lodash": "npm:^3.3.5" "@types/http-proxy": "npm:^1.17.11" "@typescript-eslint/eslint-plugin": "npm:^5.60.1" "@typescript-eslint/parser": "npm:^5.60.1" - "@vercel/webpack-asset-relocator-loader": "npm:^1.7.3" + "@vercel/webpack-asset-relocator-loader": "npm:1.7.3" acorn-loose: "npm:^8.3.0" acorn-walk: "npm:^8.2.0" address: "npm:1.2.2" @@ -17734,9 +18657,8 @@ __metadata: babel-loader: "npm:^8.3.0" babel-plugin-add-module-exports: "npm:^1.0.4" babel-plugin-dynamic-import-node: "npm:^2.3.3" - babel-plugin-lodash: "npm:^3.3.4" - babel-plugin-remove-graphql-queries: "npm:^5.13.0" - babel-preset-gatsby: "npm:^3.13.0" + babel-plugin-remove-graphql-queries: "npm:^5.13.1" + babel-preset-gatsby: "npm:^3.13.2" better-opn: "npm:^2.1.1" bluebird: "npm:^3.7.2" body-parser: "npm:1.20.1" @@ -17778,21 +18700,21 @@ __metadata: find-cache-dir: "npm:^3.3.2" fs-exists-cached: "npm:1.0.0" fs-extra: "npm:^11.1.1" - gatsby-cli: "npm:^5.13.1" - gatsby-core-utils: "npm:^4.13.0" - gatsby-graphiql-explorer: "npm:^3.13.0" - gatsby-legacy-polyfills: "npm:^3.13.0" - gatsby-link: "npm:^5.13.0" - gatsby-page-utils: "npm:^3.13.0" - gatsby-parcel-config: "npm:1.13.0" - gatsby-plugin-page-creator: "npm:^5.13.0" - gatsby-plugin-typescript: "npm:^5.13.0" - gatsby-plugin-utils: "npm:^4.13.0" - gatsby-react-router-scroll: "npm:^6.13.0" + gatsby-cli: "npm:^5.13.3" + gatsby-core-utils: "npm:^4.13.1" + gatsby-graphiql-explorer: "npm:^3.13.1" + gatsby-legacy-polyfills: "npm:^3.13.1" + gatsby-link: "npm:^5.13.1" + gatsby-page-utils: "npm:^3.13.1" + gatsby-parcel-config: "npm:1.13.1" + gatsby-plugin-page-creator: "npm:^5.13.1" + gatsby-plugin-typescript: "npm:^5.13.1" + gatsby-plugin-utils: "npm:^4.13.1" + gatsby-react-router-scroll: "npm:^6.13.1" gatsby-script: "npm:^2.13.0" gatsby-sharp: "npm:^1.13.0" - gatsby-telemetry: "npm:^4.13.0" - gatsby-worker: "npm:^2.13.0" + gatsby-telemetry: "npm:^4.13.1" + gatsby-worker: "npm:^2.13.1" glob: "npm:^7.2.3" globby: "npm:^11.1.0" got: "npm:^11.8.6" @@ -17873,7 +18795,7 @@ __metadata: optional: true bin: gatsby: ./cli.js - checksum: a4f38a309ad15b1b7e97b9e4de822bf0c62a1c2986ac31664cd1d886e448cd50346fefe1da59fedacec57c0d4686da14e3c281a28efc821acc1d4d97e4c438c8 + checksum: d12152be23d168b92814b705b3addbf4f437edfe5ab3b2d279721d83a93a3ce3d838282341948d6b8fb747cd7dcf73e87e0cd40ee70a4c9471155abf21cff04a languageName: node linkType: hard @@ -17988,6 +18910,19 @@ __metadata: languageName: node linkType: hard +"get-intrinsic@npm:^1.2.4": + version: 1.2.4 + resolution: "get-intrinsic@npm:1.2.4" + dependencies: + es-errors: "npm:^1.3.0" + function-bind: "npm:^1.1.2" + has-proto: "npm:^1.0.1" + has-symbols: "npm:^1.0.3" + hasown: "npm:^2.0.0" + checksum: 85bbf4b234c3940edf8a41f4ecbd4e25ce78e5e6ad4e24ca2f77037d983b9ef943fd72f00f3ee97a49ec622a506b67db49c36246150377efcda1c9eb03e5f06d + languageName: node + linkType: hard + "get-package-type@npm:^0.1.0": version: 0.1.0 resolution: "get-package-type@npm:0.1.0" @@ -18602,6 +19537,15 @@ __metadata: languageName: node linkType: hard +"has-property-descriptors@npm:^1.0.2": + version: 1.0.2 + resolution: "has-property-descriptors@npm:1.0.2" + dependencies: + es-define-property: "npm:^1.0.0" + checksum: 2d8c9ab8cebb572e3362f7d06139a4592105983d4317e68f7adba320fe6ddfc8874581e0971e899e633fd5f72e262830edce36d5a0bc863dad17ad20572484b2 + languageName: node + linkType: hard + "has-proto@npm:^1.0.1": version: 1.0.1 resolution: "has-proto@npm:1.0.1" @@ -19186,29 +20130,6 @@ __metadata: languageName: node linkType: hard -"inquirer@npm:^8.2.5": - version: 8.2.5 - resolution: "inquirer@npm:8.2.5" - dependencies: - ansi-escapes: "npm:^4.2.1" - chalk: "npm:^4.1.1" - cli-cursor: "npm:^3.1.0" - cli-width: "npm:^3.0.0" - external-editor: "npm:^3.0.3" - figures: "npm:^3.0.0" - lodash: "npm:^4.17.21" - mute-stream: "npm:0.0.8" - ora: "npm:^5.4.1" - run-async: "npm:^2.4.0" - rxjs: "npm:^7.5.5" - string-width: "npm:^4.1.0" - strip-ansi: "npm:^6.0.0" - through: "npm:^2.3.6" - wrap-ansi: "npm:^7.0.0" - checksum: 50a240dfeaca37a14e6a6d11d7d6f7da947be3a9fe1e34ac41db6a49fc27022e7b3875ebe8ccd739497359808694488f3509792cc986f9ac48c43135f4e14172 - languageName: node - linkType: hard - "install-artifact-from-github@npm:^1.3.5": version: 1.3.5 resolution: "install-artifact-from-github@npm:1.3.5" @@ -19715,13 +20636,6 @@ __metadata: languageName: node linkType: hard -"is-interactive@npm:^1.0.0": - version: 1.0.0 - resolution: "is-interactive@npm:1.0.0" - checksum: 824808776e2d468b2916cdd6c16acacebce060d844c35ca6d82267da692e92c3a16fdba624c50b54a63f38bdc4016055b6f443ce57d7147240de4f8cdabaf6f9 - languageName: node - linkType: hard - "is-invalid-path@npm:^0.1.0": version: 0.1.0 resolution: "is-invalid-path@npm:0.1.0" @@ -20017,6 +20931,13 @@ __metadata: languageName: node linkType: hard +"is-unicode-supported@npm:*": + version: 2.1.0 + resolution: "is-unicode-supported@npm:2.1.0" + checksum: f254e3da6b0ab1a57a94f7273a7798dd35d1d45b227759f600d0fa9d5649f9c07fa8d3c8a6360b0e376adf916d151ec24fc9a50c5295c58bae7ca54a76a063f9 + languageName: node + linkType: hard + "is-unicode-supported@npm:^0.1.0": version: 0.1.0 resolution: "is-unicode-supported@npm:0.1.0" @@ -20818,16 +21739,16 @@ __metadata: languageName: node linkType: hard -"joi@npm:^17.11.0": - version: 17.11.0 - resolution: "joi@npm:17.11.0" +"joi@npm:^17.13.3": + version: 17.13.3 + resolution: "joi@npm:17.13.3" dependencies: - "@hapi/hoek": "npm:^9.0.0" - "@hapi/topo": "npm:^5.0.0" - "@sideway/address": "npm:^4.1.3" + "@hapi/hoek": "npm:^9.3.0" + "@hapi/topo": "npm:^5.1.0" + "@sideway/address": "npm:^4.1.5" "@sideway/formula": "npm:^3.0.1" "@sideway/pinpoint": "npm:^2.0.0" - checksum: 392e897693aa49a401a869180d6b57bdb7ccf616be07c3a2c2c81a2df7a744962249dbaa4a718c07e0fe23b17a04795cbfbd75b79be5829627402eed074db6c9 + checksum: 4c150db0c820c3a52f4a55c82c1fc5e144a5b5f4da9ffebc7339a15469d1a447ebb427ced446efcb9709ab56bd71a06c4c67c9381bc1b9f9ae63fc7c89209bdf languageName: node linkType: hard @@ -21671,7 +22592,7 @@ __metadata: languageName: node linkType: hard -"log-symbols@npm:^4.0.0, log-symbols@npm:^4.1.0": +"log-symbols@npm:^4.0.0": version: 4.1.0 resolution: "log-symbols@npm:4.1.0" dependencies: @@ -22436,13 +23357,6 @@ __metadata: languageName: node linkType: hard -"minimist@npm:>=1.2.2": - version: 1.2.7 - resolution: "minimist@npm:1.2.7" - checksum: 0202378a8eb1a9d98a44f623f43c89793a095f4bde6981bda29f6ae61e82a15c18b1690b5efc4c66ddbd402a3e9b7175e6ebdabb2b28037c279ac823b7360e00 - languageName: node - linkType: hard - "minimist@npm:^1.2.0, minimist@npm:^1.2.3, minimist@npm:^1.2.5": version: 1.2.5 resolution: "minimist@npm:1.2.5" @@ -22457,7 +23371,7 @@ __metadata: languageName: node linkType: hard -"minimist@npm:^1.2.8": +"minimist@npm:^1.2.8, minimist@npm:~1.2.5": version: 1.2.8 resolution: "minimist@npm:1.2.8" checksum: 908491b6cc15a6c440ba5b22780a0ba89b9810e1aea684e253e43c4e3b8d56ec1dcdd7ea96dde119c29df59c936cde16062159eae4225c691e19c70b432b6e6f @@ -22660,7 +23574,7 @@ __metadata: languageName: node linkType: hard -"ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1": +"ms@npm:2.1.3, ms@npm:^2.0.0, ms@npm:^2.1.1, ms@npm:^2.1.3": version: 2.1.3 resolution: "ms@npm:2.1.3" checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d @@ -23608,23 +24522,6 @@ __metadata: languageName: node linkType: hard -"ora@npm:^5.4.1": - version: 5.4.1 - resolution: "ora@npm:5.4.1" - dependencies: - bl: "npm:^4.1.0" - chalk: "npm:^4.1.0" - cli-cursor: "npm:^3.1.0" - cli-spinners: "npm:^2.5.0" - is-interactive: "npm:^1.0.0" - is-unicode-supported: "npm:^0.1.0" - log-symbols: "npm:^4.1.0" - strip-ansi: "npm:^6.0.0" - wcwidth: "npm:^1.0.1" - checksum: 8d071828f40090a8e1c6e8f350c6eb065808e9ab2b3e57fa37e0d5ae78cb46dac00117c8f12c3c8b8da2923454afbd8265e08c10b69881170c5b269f451e7fef - languageName: node - linkType: hard - "ordered-binary@npm:^1.2.4": version: 1.2.4 resolution: "ordered-binary@npm:1.2.4" @@ -24067,10 +24964,10 @@ __metadata: languageName: node linkType: hard -"path-to-regexp@npm:^6.1.0": - version: 6.2.0 - resolution: "path-to-regexp@npm:6.2.0" - checksum: 330ad50d40a45c6e8e1d99d55162b9d51192b99e8c8b8d01262f440731f6985a8fcfc427c8640fa6c463d9266fccc4190f8c8ef9d98a0196bedab42b9cd91135 +"path-to-regexp@npm:^6.3.0": + version: 6.3.0 + resolution: "path-to-regexp@npm:6.3.0" + checksum: 6822f686f01556d99538b350722ef761541ec0ce95ca40ce4c29e20a5b492fe8361961f57993c71b2418de12e604478dcf7c430de34b2c31a688363a7a944d9c languageName: node linkType: hard @@ -24178,6 +25075,16 @@ __metadata: languageName: node linkType: hard +"pino-abstract-transport@npm:^1.2.0": + version: 1.2.0 + resolution: "pino-abstract-transport@npm:1.2.0" + dependencies: + readable-stream: "npm:^4.0.0" + split2: "npm:^4.0.0" + checksum: 6ec1d19a7ff3347fd21576f744c31c3e38ca4463ae638818408f43698c936f96be6a0bc750af5f7c1ae81873183bfcb062b7a0d12dc159a1813ea900c388c693 + languageName: node + linkType: hard + "pino-abstract-transport@npm:v1.1.0": version: 1.1.0 resolution: "pino-abstract-transport@npm:1.1.0" @@ -24195,6 +25102,13 @@ __metadata: languageName: node linkType: hard +"pino-std-serializers@npm:^7.0.0": + version: 7.0.0 + resolution: "pino-std-serializers@npm:7.0.0" + checksum: 884e08f65aa5463d820521ead3779d4472c78fc434d8582afb66f9dcb8d8c7119c69524b68106cb8caf92c0487be7794cf50e5b9c0383ae65b24bf2a03480951 + languageName: node + linkType: hard + "pino@npm:^8.17.0": version: 8.17.1 resolution: "pino@npm:8.17.1" @@ -24216,6 +25130,27 @@ __metadata: languageName: node linkType: hard +"pino@npm:^9.1.0": + version: 9.4.0 + resolution: "pino@npm:9.4.0" + dependencies: + atomic-sleep: "npm:^1.0.0" + fast-redact: "npm:^3.1.1" + on-exit-leak-free: "npm:^2.1.0" + pino-abstract-transport: "npm:^1.2.0" + pino-std-serializers: "npm:^7.0.0" + process-warning: "npm:^4.0.0" + quick-format-unescaped: "npm:^4.0.3" + real-require: "npm:^0.2.0" + safe-stable-stringify: "npm:^2.3.1" + sonic-boom: "npm:^4.0.1" + thread-stream: "npm:^3.0.0" + bin: + pino: bin.js + checksum: 1c730c216052bab277cab619da8fb9ef916fd29c7aee66e0a6e0c089cb41713df6a9071517755e3bef0ca3160629fd85d22c8f9d277e41ce332c91999e073146 + languageName: node + linkType: hard + "pirates@npm:^4.0.4": version: 4.0.5 resolution: "pirates@npm:4.0.5" @@ -24907,6 +25842,13 @@ __metadata: languageName: node linkType: hard +"process-warning@npm:^4.0.0": + version: 4.0.0 + resolution: "process-warning@npm:4.0.0" + checksum: 0d6ec069f3a6fe1d3379c0247329a297f1f3b9ea7e1d828db0a8f61e0e8337a98b7eb201547350924bc4a101ddcf2fa5cf5563ffe2c54c27651f7996d328483e + languageName: node + linkType: hard + "process@npm:^0.11.10": version: 0.11.10 resolution: "process@npm:0.11.10" @@ -25082,12 +26024,12 @@ __metadata: languageName: node linkType: hard -"qs@npm:^6.11.2": - version: 6.11.2 - resolution: "qs@npm:6.11.2" +"qs@npm:^6.13.0": + version: 6.13.0 + resolution: "qs@npm:6.13.0" dependencies: - side-channel: "npm:^1.0.4" - checksum: f2321d0796664d0f94e92447ccd3bdfd6b6f3a50b6b762aa79d7f5b1ea3a7a9f94063ba896b82bc2a877ed6a7426d4081e4f16568fdb04f0ee188cca9d8505b4 + side-channel: "npm:^1.0.6" + checksum: f548b376e685553d12e461409f0d6e5c59ec7c7d76f308e2a888fd9db3e0c5e89902bedd0754db3a9038eda5f27da2331a6f019c8517dc5e0a16b3c9a6e9cef8 languageName: node linkType: hard @@ -26305,15 +27247,6 @@ __metadata: languageName: node linkType: hard -"rxjs@npm:^7.5.5": - version: 7.8.0 - resolution: "rxjs@npm:7.8.0" - dependencies: - tslib: "npm:^2.1.0" - checksum: ff9359cc7875edecc8fc487481366b876b488901178cca8f2bdad03e00d2b5a19b01d2b02d3b4ebd47e574264db8460c6c2386076c3189b359b5e8c70a6e51e3 - languageName: node - linkType: hard - "rxjs@npm:^7.8.1": version: 7.8.1 resolution: "rxjs@npm:7.8.1" @@ -26687,6 +27620,20 @@ __metadata: languageName: node linkType: hard +"set-function-length@npm:^1.2.1": + version: 1.2.2 + resolution: "set-function-length@npm:1.2.2" + dependencies: + define-data-property: "npm:^1.1.4" + es-errors: "npm:^1.3.0" + function-bind: "npm:^1.1.2" + get-intrinsic: "npm:^1.2.4" + gopd: "npm:^1.0.1" + has-property-descriptors: "npm:^1.0.2" + checksum: 505d62b8e088468917ca4e3f8f39d0e29f9a563b97dbebf92f4bd2c3172ccfb3c5b8e4566d5fcd00784a00433900e7cb8fbc404e2dbd8c3818ba05bb9d4a8a6d + languageName: node + linkType: hard + "set-function-name@npm:^2.0.0, set-function-name@npm:^2.0.1": version: 2.0.1 resolution: "set-function-name@npm:2.0.1" @@ -26828,6 +27775,18 @@ __metadata: languageName: node linkType: hard +"side-channel@npm:^1.0.6": + version: 1.0.6 + resolution: "side-channel@npm:1.0.6" + dependencies: + call-bind: "npm:^1.0.7" + es-errors: "npm:^1.3.0" + get-intrinsic: "npm:^1.2.4" + object-inspect: "npm:^1.13.1" + checksum: eb10944f38cebad8ad643dd02657592fa41273ce15b8bfa928d3291aff2d30c20ff777cfe908f76ccc4551ace2d1245822fdc576657cce40e9066c638ca8fa4d + languageName: node + linkType: hard + "signal-exit@npm:^3.0.0, signal-exit@npm:^3.0.2, signal-exit@npm:^3.0.3": version: 3.0.5 resolution: "signal-exit@npm:3.0.5" @@ -27155,6 +28114,15 @@ __metadata: languageName: node linkType: hard +"sonic-boom@npm:^4.0.1": + version: 4.1.0 + resolution: "sonic-boom@npm:4.1.0" + dependencies: + atomic-sleep: "npm:^1.0.0" + checksum: 7d42eb31a79e5927f268217b13206ab39c135c95f5e4b9a68745d9f4fdede0c291216c7594947028a7fdcf850342aa3bc49d0f5211618bfeff06dccdbc1bdb4e + languageName: node + linkType: hard + "sort-keys@npm:^4.2.0": version: 4.2.0 resolution: "sort-keys@npm:4.2.0" @@ -27484,23 +28452,23 @@ __metadata: languageName: node linkType: hard -"start-server-and-test@npm:^2.0.3": - version: 2.0.3 - resolution: "start-server-and-test@npm:2.0.3" +"start-server-and-test@npm:^2.0.8": + version: 2.0.8 + resolution: "start-server-and-test@npm:2.0.8" dependencies: arg: "npm:^5.0.2" bluebird: "npm:3.7.2" check-more-types: "npm:2.24.0" - debug: "npm:4.3.4" + debug: "npm:4.3.7" execa: "npm:5.1.1" lazy-ass: "npm:1.6.0" ps-tree: "npm:1.2.0" - wait-on: "npm:7.2.0" + wait-on: "npm:8.0.1" bin: server-test: src/bin/start.js start-server-and-test: src/bin/start.js start-test: src/bin/start.js - checksum: 27a2982a0c07396977fb6096b0b0c4ac141ed1fe93a4df25c62a5581a7327d88445ec6055c32ef9e7f51a05953bbbb4a7d27bf89e8728e1fbd61e6fc8b331cba + checksum: 4067c3dd120e1e515e4d087f2a60faebaae512517374dc30d14b29492a6761e2ab72f82c8bcb72f0eefc060fd7345674821e1255bb58a6ceaa5a1fac4257790a languageName: node linkType: hard @@ -27685,13 +28653,6 @@ __metadata: languageName: node linkType: hard -"string.prototype.repeat@npm:^0.2.0": - version: 0.2.0 - resolution: "string.prototype.repeat@npm:0.2.0" - checksum: 5127ce1b5bce45258905877048ac28bae71be18f1c3421011bd3979cfbcacf9c16f6b7f42daa3b999c9d90f5da39bd7136982c8e64439f02666dd6c0778ed262 - languageName: node - linkType: hard - "string.prototype.trim@npm:^1.2.8": version: 1.2.8 resolution: "string.prototype.trim@npm:1.2.8" @@ -27961,10 +28922,10 @@ __metadata: languageName: node linkType: hard -"superstruct@npm:1.0.3": - version: 1.0.3 - resolution: "superstruct@npm:1.0.3" - checksum: 632b6171ac136b6750e62a55f806cc949b3dbf2b4a7dc70cc85f54adcdf19d21eab9711f04e8a643b7dd622bbd8658366ead924f467adaccb2c8005c133b7976 +"superstruct@npm:2.0.2": + version: 2.0.2 + resolution: "superstruct@npm:2.0.2" + checksum: 10e1944a9da4baee187fbaa6c5d97d7af266b55786dfe50bce67f0f1e7d93f1a5a42dd51e245a2e16404f8336d07c21c67f1c1fbc4ad0a252d3d2601d6c926da languageName: node linkType: hard @@ -28234,6 +29195,15 @@ __metadata: languageName: node linkType: hard +"thread-stream@npm:^3.0.0": + version: 3.1.0 + resolution: "thread-stream@npm:3.1.0" + dependencies: + real-require: "npm:^0.2.0" + checksum: ea2d816c4f6077a7062fac5414a88e82977f807c82ee330938fb9691fe11883bb03f078551c0518bb649c239e47ba113d44014fcbb5db42c5abd5996f35e4213 + languageName: node + linkType: hard + "throttleit@npm:^1.0.0": version: 1.0.0 resolution: "throttleit@npm:1.0.0" @@ -28550,6 +29520,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.6.2": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6 + languageName: node + linkType: hard + "tsutils@npm:^3.21.0": version: 3.21.0 resolution: "tsutils@npm:3.21.0" @@ -28886,10 +29863,10 @@ __metadata: languageName: node linkType: hard -"undici-types@npm:~5.26.4": - version: 5.26.5 - resolution: "undici-types@npm:5.26.5" - checksum: 0097779d94bc0fd26f0418b3a05472410408877279141ded2bd449167be1aed7ea5b76f756562cb3586a07f251b90799bab22d9019ceba49c037c76445f7cddd +"undici-types@npm:~6.19.2": + version: 6.19.8 + resolution: "undici-types@npm:6.19.8" + checksum: cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70 languageName: node linkType: hard @@ -29312,6 +30289,15 @@ __metadata: languageName: node linkType: hard +"uuid@npm:^9.0.1": + version: 9.0.1 + resolution: "uuid@npm:9.0.1" + bin: + uuid: dist/bin/uuid + checksum: 9d0b6adb72b736e36f2b1b53da0d559125ba3e39d913b6072f6f033e0c87835b414f0836b45bcfaf2bdf698f92297fea1c3cc19b0b258bc182c9c43cc0fab9f2 + languageName: node + linkType: hard + "v8-compile-cache@npm:^2.0.3": version: 2.3.0 resolution: "v8-compile-cache@npm:2.3.0" @@ -29417,18 +30403,18 @@ __metadata: languageName: node linkType: hard -"wait-on@npm:7.2.0": - version: 7.2.0 - resolution: "wait-on@npm:7.2.0" +"wait-on@npm:8.0.1": + version: 8.0.1 + resolution: "wait-on@npm:8.0.1" dependencies: - axios: "npm:^1.6.1" - joi: "npm:^17.11.0" + axios: "npm:^1.7.7" + joi: "npm:^17.13.3" lodash: "npm:^4.17.21" minimist: "npm:^1.2.8" rxjs: "npm:^7.8.1" bin: wait-on: bin/wait-on - checksum: 00299e3b651c70d7082d02b93d9d4784cbe851914f1674d795d578d4826876193fdc7bee7e9491264b7c2d242ac9fe6e1fd09e1143409f730f13a7ee2da67fff + checksum: 41f933031b994718dfb50af35bb843f7f7017d601ef22927e92c211736fadd21808fdbf7ae367e998bcaf995cb9c05cf6160552dc655db9082aeecc346bc926d languageName: node linkType: hard @@ -30144,13 +31130,20 @@ __metadata: languageName: node linkType: hard -"zod@npm:3.22.4, zod@npm:^3.21.4": +"zod@npm:3.22.4": version: 3.22.4 resolution: "zod@npm:3.22.4" checksum: 73622ca36a916f785cf528fe612a884b3e0f183dbe6b33365a7d0fc92abdbedf7804c5e2bd8df0a278e1472106d46674281397a3dd800fa9031dc3429758c6ac languageName: node linkType: hard +"zod@npm:^3.22.4": + version: 3.23.8 + resolution: "zod@npm:3.23.8" + checksum: 846fd73e1af0def79c19d510ea9e4a795544a67d5b34b7e1c4d0425bf6bfd1c719446d94cdfa1721c1987d891321d61f779e8236fde517dc0e524aa851a6eff1 + languageName: node + linkType: hard + "zwitch@npm:^1.0.0": version: 1.0.5 resolution: "zwitch@npm:1.0.5"