From 475954526a982c149696255f7ddfb3dba60e17b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:08:49 -0700 Subject: [PATCH] fix(packages): update non-major dependency versions (#469) * fix(packages): update non-major dependency versions * Create bright-buckets-matter.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Moon --- .changeset/bright-buckets-matter.md | 12 + 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 | 3293 +++++++++++------ 10 files changed, 2094 insertions(+), 1251 deletions(-) create mode 100644 .changeset/bright-buckets-matter.md diff --git a/.changeset/bright-buckets-matter.md b/.changeset/bright-buckets-matter.md new file mode 100644 index 000000000..1cfcb750b --- /dev/null +++ b/.changeset/bright-buckets-matter.md @@ -0,0 +1,12 @@ +--- +"gatsby-plugin-fastify": patch +"gatsby-plugin-github-ribbon": patch +"gatsby-plugin-pinterest": patch +"gatsby-plugin-relative-ci": patch +"gatsby-source-airtable": patch +"gatsby-source-packagist": patch +"gatsby-source-s3": patch +"gatsby-source-strapi": patch +--- + +fix(packages): update non-major dependency versions diff --git a/packages/gatsby-plugin-fastify/package.json b/packages/gatsby-plugin-fastify/package.json index 409905c0e..179248e7f 100644 --- a/packages/gatsby-plugin-fastify/package.json +++ b/packages/gatsby-plugin-fastify/package.json @@ -33,12 +33,12 @@ "@babel/runtime": "^7.25.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.13", "@types/mime": "^3.0.4", - "@types/node": "^20.10.6", - "@types/picomatch": "^2.3.3", - "@types/yargs": "^17.0.32", + "@types/node": "^20.16.11", + "@types/picomatch": "^2.3.4", + "@types/yargs": "^17.0.33", "babel-jest": "^29.7.0", "babel-preset-gatsby-package": "^3.13.1", "cross-env": "^7.0.3", diff --git a/packages/gatsby-plugin-github-ribbon/package.json b/packages/gatsby-plugin-github-ribbon/package.json index aecc77669..cf2d7904a 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.1", "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 d8065f8f9..57409010f 100644 --- a/packages/gatsby-plugin-pinterest/package.json +++ b/packages/gatsby-plugin-pinterest/package.json @@ -32,7 +32,7 @@ "@babel/core": "^7.25.7", "babel-jest": "^29.7.0", "babel-preset-gatsby-package": "^3.13.1", - "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 734bc50de..5327852e9 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.12" }, "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 93ce67f63..ba05b5fe9 100644 --- a/packages/gatsby-source-packagist/package.json +++ b/packages/gatsby-source-packagist/package.json @@ -34,7 +34,7 @@ "@babel/core": "^7.25.7", "babel-preset-gatsby-package": "^3.13.1", "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 8edb0b35a..e9909f9cb 100644 --- a/packages/gatsby-source-s3/package.json +++ b/packages/gatsby-source-s3/package.json @@ -23,10 +23,10 @@ "devDependencies": { "@babel/cli": "^7.25.7", "@babel/core": "^7.25.7", - "@types/node": "^20.10.6", + "@types/node": "^20.16.11", "babel-preset-gatsby-package": "^3.13.1", "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.668.0", + "@aws-sdk/s3-request-presigner": "^3.668.0", "@babel/runtime": "^7.25.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 8581ee938..91048f14f 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.2", + "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 b720eaae1..791813e1e 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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/client-s3@npm:3.668.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.668.0" + "@aws-sdk/client-sts": "npm:3.668.0" + "@aws-sdk/core": "npm:3.667.0" + "@aws-sdk/credential-provider-node": "npm:3.668.0" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.667.0" + "@aws-sdk/middleware-expect-continue": "npm:3.667.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.667.0" + "@aws-sdk/middleware-host-header": "npm:3.667.0" + "@aws-sdk/middleware-location-constraint": "npm:3.667.0" + "@aws-sdk/middleware-logger": "npm:3.667.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.667.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.667.0" + "@aws-sdk/middleware-ssec": "npm:3.667.0" + "@aws-sdk/middleware-user-agent": "npm:3.668.0" + "@aws-sdk/region-config-resolver": "npm:3.667.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@aws-sdk/util-endpoints": "npm:3.667.0" + "@aws-sdk/util-user-agent-browser": "npm:3.667.0" + "@aws-sdk/util-user-agent-node": "npm:3.668.0" + "@aws-sdk/xml-builder": "npm:3.662.0" + "@smithy/config-resolver": "npm:^3.0.9" + "@smithy/core": "npm:^2.4.8" + "@smithy/eventstream-serde-browser": "npm:^3.0.10" + "@smithy/eventstream-serde-config-resolver": "npm:^3.0.7" + "@smithy/eventstream-serde-node": "npm:^3.0.9" + "@smithy/fetch-http-handler": "npm:^3.2.9" + "@smithy/hash-blob-browser": "npm:^3.1.6" + "@smithy/hash-node": "npm:^3.0.7" + "@smithy/hash-stream-node": "npm:^3.1.6" + "@smithy/invalid-dependency": "npm:^3.0.7" + "@smithy/md5-js": "npm:^3.0.7" + "@smithy/middleware-content-length": "npm:^3.0.9" + "@smithy/middleware-endpoint": "npm:^3.1.4" + "@smithy/middleware-retry": "npm:^3.0.23" + "@smithy/middleware-serde": "npm:^3.0.7" + "@smithy/middleware-stack": "npm:^3.0.7" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/node-http-handler": "npm:^3.2.4" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/url-parser": "npm:^3.0.7" + "@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.23" + "@smithy/util-defaults-mode-node": "npm:^3.0.23" + "@smithy/util-endpoints": "npm:^2.1.3" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-retry": "npm:^3.0.7" + "@smithy/util-stream": "npm:^3.1.9" + "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/util-waiter": "npm:^3.1.6" + tslib: "npm:^2.6.2" + checksum: 818e79a48056954c92a4a494c9c0f47cb71df67ca535a7500f5cf469b0266c4b2a68ea815942134972563846d2890eeeb4eaa198cdaf882bb4c468edcf766988 languageName: node linkType: hard @@ -569,6 +651,55 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/client-sso-oidc@npm:3.668.0": + version: 3.668.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.667.0" + "@aws-sdk/credential-provider-node": "npm:3.668.0" + "@aws-sdk/middleware-host-header": "npm:3.667.0" + "@aws-sdk/middleware-logger": "npm:3.667.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.667.0" + "@aws-sdk/middleware-user-agent": "npm:3.668.0" + "@aws-sdk/region-config-resolver": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@aws-sdk/util-endpoints": "npm:3.667.0" + "@aws-sdk/util-user-agent-browser": "npm:3.667.0" + "@aws-sdk/util-user-agent-node": "npm:3.668.0" + "@smithy/config-resolver": "npm:^3.0.9" + "@smithy/core": "npm:^2.4.8" + "@smithy/fetch-http-handler": "npm:^3.2.9" + "@smithy/hash-node": "npm:^3.0.7" + "@smithy/invalid-dependency": "npm:^3.0.7" + "@smithy/middleware-content-length": "npm:^3.0.9" + "@smithy/middleware-endpoint": "npm:^3.1.4" + "@smithy/middleware-retry": "npm:^3.0.23" + "@smithy/middleware-serde": "npm:^3.0.7" + "@smithy/middleware-stack": "npm:^3.0.7" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/node-http-handler": "npm:^3.2.4" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/url-parser": "npm:^3.0.7" + "@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.23" + "@smithy/util-defaults-mode-node": "npm:^3.0.23" + "@smithy/util-endpoints": "npm:^2.1.3" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-retry": "npm:^3.0.7" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.668.0 + checksum: 30246a4eb162f2394d36977aa95b0d9d9823e7b1c805fbcf2d94feb7ba3de256e3112caf55456af081e60f74f35c51fa0c68941341e12d294b025e3e1824f008 + 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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/client-sso@npm:3.668.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.667.0" + "@aws-sdk/middleware-host-header": "npm:3.667.0" + "@aws-sdk/middleware-logger": "npm:3.667.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.667.0" + "@aws-sdk/middleware-user-agent": "npm:3.668.0" + "@aws-sdk/region-config-resolver": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@aws-sdk/util-endpoints": "npm:3.667.0" + "@aws-sdk/util-user-agent-browser": "npm:3.667.0" + "@aws-sdk/util-user-agent-node": "npm:3.668.0" + "@smithy/config-resolver": "npm:^3.0.9" + "@smithy/core": "npm:^2.4.8" + "@smithy/fetch-http-handler": "npm:^3.2.9" + "@smithy/hash-node": "npm:^3.0.7" + "@smithy/invalid-dependency": "npm:^3.0.7" + "@smithy/middleware-content-length": "npm:^3.0.9" + "@smithy/middleware-endpoint": "npm:^3.1.4" + "@smithy/middleware-retry": "npm:^3.0.23" + "@smithy/middleware-serde": "npm:^3.0.7" + "@smithy/middleware-stack": "npm:^3.0.7" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/node-http-handler": "npm:^3.2.4" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/url-parser": "npm:^3.0.7" + "@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.23" + "@smithy/util-defaults-mode-node": "npm:^3.0.23" + "@smithy/util-endpoints": "npm:^2.1.3" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-retry": "npm:^3.0.7" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 93ae87ea9f56134cccfe3cc71f97e9be0eaa20039626ffb69a3903c8e663c5c425e93e1e6625c473260d493a64422cfba77ac2a0f1e94cf6f0e77f0a6fabbd53 languageName: node linkType: hard @@ -700,65 +832,70 @@ __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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/client-sts@npm:3.668.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.668.0" + "@aws-sdk/core": "npm:3.667.0" + "@aws-sdk/credential-provider-node": "npm:3.668.0" + "@aws-sdk/middleware-host-header": "npm:3.667.0" + "@aws-sdk/middleware-logger": "npm:3.667.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.667.0" + "@aws-sdk/middleware-user-agent": "npm:3.668.0" + "@aws-sdk/region-config-resolver": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@aws-sdk/util-endpoints": "npm:3.667.0" + "@aws-sdk/util-user-agent-browser": "npm:3.667.0" + "@aws-sdk/util-user-agent-node": "npm:3.668.0" + "@smithy/config-resolver": "npm:^3.0.9" + "@smithy/core": "npm:^2.4.8" + "@smithy/fetch-http-handler": "npm:^3.2.9" + "@smithy/hash-node": "npm:^3.0.7" + "@smithy/invalid-dependency": "npm:^3.0.7" + "@smithy/middleware-content-length": "npm:^3.0.9" + "@smithy/middleware-endpoint": "npm:^3.1.4" + "@smithy/middleware-retry": "npm:^3.0.23" + "@smithy/middleware-serde": "npm:^3.0.7" + "@smithy/middleware-stack": "npm:^3.0.7" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/node-http-handler": "npm:^3.2.4" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/url-parser": "npm:^3.0.7" + "@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.23" + "@smithy/util-defaults-mode-node": "npm:^3.0.23" + "@smithy/util-endpoints": "npm:^2.1.3" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-retry": "npm:^3.0.7" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 7b4bfbb2e70a76ff938f27d56d1c881896a5da8f39df8d61bc9e466dab0fadf3ffa8f32f426af0e3dbac3d20656e96b184a842322bf25078a675ff5be5030c49 + languageName: node + linkType: hard + +"@aws-sdk/core@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/core@npm:3.667.0" + dependencies: + "@aws-sdk/types": "npm:3.667.0" + "@smithy/core": "npm:^2.4.8" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/signature-v4": "npm:^4.2.0" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-middleware": "npm:^3.0.7" + fast-xml-parser: "npm:4.4.1" + tslib: "npm:^2.6.2" + checksum: 9eb6ffe976b2b24f0a5fc665e67b05f010de61ebbfbe3746c207fa12146c21bb34326cb52361d48ad8f8702f2624163b93c64a19e4740d3d04524b1aa4458e12 languageName: node linkType: hard @@ -787,15 +924,34 @@ __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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.667.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/core": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: d2e22f427a58d615adfeaea53c2b02508b339e6080927c55da6d62c1c09f92ab32971dcf96eb012da49468b80661d72d2124879b0d4a6694180868b571055b2b + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-http@npm:3.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.667.0" + dependencies: + "@aws-sdk/core": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/fetch-http-handler": "npm:^3.2.9" + "@smithy/node-http-handler": "npm:^3.2.4" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-stream": "npm:^3.1.9" + tslib: "npm:^2.6.2" + checksum: f4d8543807e7aa9951ca8ba8e1cdcf0523eaa13c81b7ff0b0212fd32ef6fc7ca54bd3a06117f949f30b99e768ef0d3562ba9ffdbdc469933481833cab0fc239b languageName: node linkType: hard @@ -817,21 +973,25 @@ __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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.668.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/core": "npm:3.667.0" + "@aws-sdk/credential-provider-env": "npm:3.667.0" + "@aws-sdk/credential-provider-http": "npm:3.667.0" + "@aws-sdk/credential-provider-process": "npm:3.667.0" + "@aws-sdk/credential-provider-sso": "npm:3.668.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/credential-provider-imds": "npm:^3.2.4" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/shared-ini-file-loader": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.668.0 + checksum: 8d3f9ceef887aabd613cb4aafd833b17490e92a394dab7d6bac8feedd26f055064b2eb61dee6ae7a58ef9d550e49e56a3208454569e16ce2400ebc0e1b94f515 languageName: node linkType: hard @@ -854,22 +1014,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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.668.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.667.0" + "@aws-sdk/credential-provider-http": "npm:3.667.0" + "@aws-sdk/credential-provider-ini": "npm:3.668.0" + "@aws-sdk/credential-provider-process": "npm:3.667.0" + "@aws-sdk/credential-provider-sso": "npm:3.668.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/credential-provider-imds": "npm:^3.2.4" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/shared-ini-file-loader": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 1efba18bc2e185e0a7c7536c6ec057b74ab135fde38b855684e5c696803a2b87d1b4a85c1056172a340f778ebf4034bf2739e80a83701c319ec28b1ec2167b59 languageName: node linkType: hard @@ -886,16 +1047,17 @@ __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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.667.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/core": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/shared-ini-file-loader": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 321c2b18d923d18a68667a85ba321330f8fe78b3368c7451069841c27b20799559d6a9b8301d39712e00f2dc63ddbc2695b9709d9017229fe62d12216fa286cf languageName: node linkType: hard @@ -914,18 +1076,19 @@ __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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.668.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.668.0" + "@aws-sdk/core": "npm:3.667.0" + "@aws-sdk/token-providers": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/shared-ini-file-loader": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 561f0da506476b200938fe1b1da1732927c03f2c6b98dab1cf3333e6416ab707245c677bd957ef27be6e58027d26bee0770065680a9c2aeaaf43a0415cb401ed languageName: node linkType: hard @@ -941,15 +1104,18 @@ __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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.667.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/core": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.667.0 + checksum: a8f50f878119a748a84731e772e958feae281e667071d08acb47632b1572f4f275aa7b3e38efde6cb143817e1d3ed43b8061cb60e2608ea670dbcb0d8865415c languageName: node linkType: hard @@ -1032,18 +1198,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.667.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.667.0" + "@aws-sdk/util-arn-parser": "npm:3.568.0" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-config-provider": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 53071b7f25031f6bafb53b905ecbe147f393edc1e5ecb7a78dcee89c764743141fbb0c57289c7b05ee0c337a76d27c0753ebca7ff43f9e0574faa43937b16430 languageName: node linkType: hard @@ -1059,15 +1225,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.667.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.667.0" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 9d2e5f386cfe62e99ecbba28bdc5180607d68ca61ce328ff35d5dea2734017069d8cba1bf60d1f0199df2941fbd24461692d008de0a65a7985a4d7eae3394674 languageName: node linkType: hard @@ -1087,19 +1253,22 @@ __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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.667.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/core": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: df5537f3919c038be3c9db4100cfe423a2c2e488f694d2bda6f535b22521094052262f68a62a71a783a3277f1dc4d9f7f048eb5908e01bfb58872c808f8c4280 languageName: node linkType: hard @@ -1115,15 +1284,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.667.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.667.0" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 85f3588f2028b9974fac2d629ab15b183156963d9b75f469424ecf470a2f8cc43f2c123bf21019e0a3ccbe15e1540d86f0f8938204727c0681269e4c4374b7a5 languageName: node linkType: hard @@ -1138,14 +1307,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.667.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.667.0" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: d30b84fbe5323e7d3deb5c9a4cbc119216b19436ea62d290c8c8cfa70a360add6f24356cebda7fc6ea097b7e88c662b47f70cf06c5988879d7b23d9e206bffb1 languageName: node linkType: hard @@ -1160,14 +1329,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-logger@npm:3.667.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.667.0" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 954b5324483e9f84f28162c45106ea83bf46f5738555ebfe333398668ed3dd871586d717da533aabf02ed0cd6616a4ee375af90b9ca68101332e0fb6c121e7b7 languageName: node linkType: hard @@ -1183,15 +1352,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.667.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.667.0" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 4095a1f04a7dd7a6e639d0e1c01b1542caa99f5b72cf128abdecbe4431a4c13e2969e478ddbdc6d4aa6fd8bd7310d311d27f1d63b89af9b105e1a7d2cdbe8fc1 languageName: node linkType: hard @@ -1239,20 +1408,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.667.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.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@aws-sdk/util-arn-parser": "npm:3.568.0" + "@smithy/core": "npm:^2.4.8" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/signature-v4": "npm:^4.2.0" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-stream": "npm:^3.1.9" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 6a7894f6e9d52a9bda0c8b8eec80702ae21f31f7bc7ed89ee23ee13c56622eed58d54d022e8e536c2865b26819286dfd9c434bae5af8a6034dc0563a64e31107 languageName: node linkType: hard @@ -1283,21 +1457,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 +1468,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.667.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.667.0" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 12385431ab3b6f3ac289651d6d59c6c5ca2925df5229a58b4de65e62ce8843e333bb315d183afc5bf1cf6110cf2908a8b4872a5d00aa5a4682bec0eff4c061b0 languageName: node linkType: hard @@ -1333,45 +1492,48 @@ __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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.668.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/core": "npm:3.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@aws-sdk/util-endpoints": "npm:3.667.0" + "@smithy/core": "npm:^2.4.8" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: c401a668e8b7f74aa22c72d85ac47ab8749a4b644e618acd7061c15165231b30d016587a0b707812caefc81586c4bead4860c038fbabb7d445d93eb033c4015c 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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.667.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.667.0" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.7" + tslib: "npm:^2.6.2" + checksum: 1d2f1b5e82f050f44802a33fe2ea452baf51d4c36f6051a1f8e15f425b46c3959b5e2dc9d183140f910e7fdec01b8aec1dc5d3ede12130ab8fbc335998735b38 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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/s3-request-presigner@npm:3.668.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.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@aws-sdk/util-format-url": "npm:3.667.0" + "@smithy/middleware-endpoint": "npm:^3.1.4" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 6d1e90f62235bf0d6103fba99dcde75f04688dee06937b13157afe505fde9fa242111bc855babf87f25e23937a45968d5d466bac80e342302398ff20bd0603bb languageName: node linkType: hard @@ -1393,17 +1555,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.667.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.667.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/signature-v4": "npm:^4.2.0" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: cddb260e719c5b97e7eb0bc9dcfe5bebc3e1967c839e8421e2f634c92df64c8c1c4a500193e1c3fe49376ccd1e1931dfc463de18019c2e8f6f302463361c0b02 languageName: node linkType: hard @@ -1421,48 +1583,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/token-providers@npm:3.667.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.667.0" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/shared-ini-file-loader": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sso-oidc": ^3.667.0 + checksum: aa1f332c477192cdac982ea99f768fe406d29defcca64a036b812082eb15709e34011b9a085754045e69635c0d04e833b8f77c6c22f5ca293c36d1cc5b1b99f0 languageName: node linkType: hard @@ -1475,13 +1607,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/types@npm:3.667.0" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: d2599c6e73e932925ecebdb4f71bfa25895423ddf6ea981ea815dcf7a307c989d5e53bc9d2a95fed14fd0f6223bcf561dcff64113cf5a77b3d5b263664323b03 + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: b1c4c58a8d27ba4e809d6ff721ebe5104dd2aac87ca1837319ae2c4d588dcdeb352b3ff65a38353b302569e3568874272df6847792f240b7aa2a692a67e421e3 languageName: node linkType: hard @@ -1503,12 +1635,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 +1664,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-endpoints@npm:3.667.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.667.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-endpoints": "npm:^2.1.3" + tslib: "npm:^2.6.2" + checksum: 45a92752409cc77a00c217328f6f0b77d497714ff9e8b1eb2225a1706b75dd803f28adf71fe7b81e683923df42f27d49df85160027ca4ff84ccc14a97e6f4605 languageName: node linkType: hard @@ -1555,15 +1688,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-format-url@npm:3.667.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.667.0" + "@smithy/querystring-builder": "npm:^3.0.7" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 56332c1d2cc12d7d89f717a2bf54bb1efe5fe6e5b93bdb4cb916ca91bd27162e27cc47327f1ebbec703e3d6a21e9671d3c90594920f5a73b7ec144ffbff770de languageName: node linkType: hard @@ -1588,15 +1721,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.667.0": + version: 3.667.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.667.0" dependencies: - "@aws-sdk/types": "npm:3.468.0" - "@smithy/types": "npm:^2.7.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/types": "npm:^3.5.0" bowser: "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: b2d78fa8565f29219192d1f70b834d4d982fe3ec757a493bd0c2edffb20d606b9bec50fca955fd00787e939935eb71498ca637f5fddd1476255b01f460396737 + tslib: "npm:^2.6.2" + checksum: 39a4bc512513150f8b1c0f7d61eb66164757171b74f44b51d641c32c0217b490c3ed1be2d29e109f1b298cd8ecd01fa49b1ea4f9fada06e2f409b1759f325850 languageName: node linkType: hard @@ -1617,20 +1750,21 @@ __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.668.0": + version: 3.668.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.668.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/middleware-user-agent": "npm:3.668.0" + "@aws-sdk/types": "npm:3.667.0" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 05571ba83dcbb91273fe3b9c1c69ced301489e76f78fe299ba74c125c775912110b8721d19ebc1a9270b115797124cd97a4b9a3fbe8355eadec1138a06cbc82f + checksum: 1c7a05e819a7e4431590c8f567b72bbc22592828637c3d5964ee9d4f6037d5ee6711467e0c4bd164bb77066a3bb1455cacf6cd7f2deb92906a0747a23b2a7044 languageName: node linkType: hard @@ -1662,13 +1796,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.662.0": + version: 3.662.0 + resolution: "@aws-sdk/xml-builder@npm:3.662.0" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 6d06e77e493b03a53c1e6e1e4d693dd0c000ce005f811e297df1f8d1b5b8363ee660275297bdd8a59a53d73ca1fecec61e73fa2121a5334047aeda1bf399d906 + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: ca85f37c61196d18d812d08ad931b0b39d82b72c3de327e809f9130f165791eb00e5bbb340fc8fd8c14114fc1050f2225dd9283f1214b15d46d539ce688d9a09 languageName: node linkType: hard @@ -5307,22 +5441,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.1": + version: 4.15.1 + resolution: "@bundle-stats/plugin-webpack-filter@npm:4.15.1" peerDependencies: core-js: ^3.0.0 - checksum: 7a33a19094fb32579ca215cfee7c536a7e524558e6a17bee0376377691b4957bd1346531dfe3b01e8daf364acef75e1926f3d1aed76d986be79ba374157782fb + checksum: 68162315c41ea9f49632c92f0d44a149835fb9f8004cac2b1431f49f2fab6302b2d5863cd1453cc271cf79db343343aaabac9836b511d63e41f7d28362bbbccb 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.1": + version: 4.15.1 + resolution: "@bundle-stats/plugin-webpack-validate@npm:4.15.1" dependencies: lodash: "npm:4.17.21" - superstruct: "npm:1.0.3" - checksum: 3faf93a84851aafa2d2b3e0cf3e7d6afaea69fdcad4c9825670c1adb3942f3ccbfea06e0fac56f6c661430c04d428f62dff978bd561f091028877f723da00724 + superstruct: "npm:2.0.2" + checksum: ce87cf8f437fd046d27333ea19f71edbcbed7f834e37b1dd90610f6b2982fc7e0ef525813fc879fd1e5337a4a353f790626a1a23c65138a81c239f44f3071f10 languageName: node linkType: hard @@ -5335,6 +5469,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" @@ -5591,23 +5734,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" @@ -5615,47 +5780,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 @@ -5706,6 +5876,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" @@ -5715,6 +5896,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" @@ -5725,6 +5915,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" @@ -5735,6 +5935,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" @@ -5746,15 +5957,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 @@ -5768,6 +6001,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" @@ -5777,6 +6020,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" @@ -5925,15 +6177,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 @@ -5998,6 +6250,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" @@ -6310,7 +6574,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: @@ -6377,13 +6648,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" @@ -8228,16 +8492,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.12": + version: 4.2.12 + resolution: "@relative-ci/agent@npm:4.2.12" 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.1" + "@bundle-stats/plugin-webpack-validate": "npm:4.15.1" + 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.7" + dotenv: "npm:16.4.5" env-ci: "npm:7.3.0" fs-extra: "npm:11.2.0" isomorphic-fetch: "npm:3.0.0" @@ -8250,7 +8514,7 @@ __metadata: optional: true bin: relative-ci-agent: bin/index.js - checksum: 4ad388df52694b89747fff0538f99e69c888adb6416833c40b1a3af9348ccb91200a0a3e38f32edf0352372d986107a07f8d5169538cac78a7d5838569d27f95 + checksum: 98a6fe235476274941296f734b12d1cf915fc4ce5b7c324f9923482e7782cf4c98681671682abc8479c79919d7ccc1b2306e6a3175b44ee7f01ed7c53ba078fe languageName: node linkType: hard @@ -8319,6 +8583,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" @@ -8429,32 +8702,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.5": + version: 3.1.5 + resolution: "@smithy/abort-controller@npm:3.1.5" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: c2ee2d57cfe58515f8a228f72ad2aa033db294fa13295078b836de9839f512e681245720f6130f66c13b314b3dff0f8b0886758e5117250511d66c41af07125f + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 2a305f3a9ab75786553f9e44678bee90cadd25b68ec3824205e89096832c418a7b37a5b38b82edff743da3e80074e2d16f539469d1b2115ec362a6e6ce04ab29 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 @@ -8470,32 +8743,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.9": + version: 3.0.9 + resolution: "@smithy/config-resolver@npm:3.0.9" 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.8" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.7" + tslib: "npm:^2.6.2" + checksum: f1226c6ffc06b9fd8e38d2427245b25004c57b96c5bc26ffa12f5d0da0e9a5401bd6a63186713c3c15d7ada875e20c47049f72131f460684eea48f5565969d91 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.8": + version: 2.4.8 + resolution: "@smithy/core@npm:2.4.8" + dependencies: + "@smithy/middleware-endpoint": "npm:^3.1.4" + "@smithy/middleware-retry": "npm:^3.0.23" + "@smithy/middleware-serde": "npm:^3.0.7" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 6c4bef7a992ccd5ace75a1294c2fba2b28674d9c97e3ef5206c1197728610f3fc180fd930de83342dd09bb9388e4c0c9df1f5c704b3338b404586fa3b6632374 languageName: node linkType: hard @@ -8512,29 +8787,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.4": + version: 3.2.4 + resolution: "@smithy/credential-provider-imds@npm:3.2.4" 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.8" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.5.0" + "@smithy/url-parser": "npm:^3.0.7" + tslib: "npm:^2.6.2" + checksum: 5b5e966eb91f117a7bfd96b1b903f118eee7174d1608ed43ce84fe2ea28d429f5d97b767120c2a2c202232831b078256eef8af390d5e34972b9aa3b5eae8b242 languageName: node linkType: hard @@ -8550,27 +8812,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.6": + version: 3.1.6 + resolution: "@smithy/eventstream-codec@npm:3.1.6" 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.5.0" + "@smithy/util-hex-encoding": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 5db22b7bfd874256aed7ab3ea1b6eced3dc1d97a2e71c8b6f064e815e1081a872c0d5ca779c052ec489d63442fbe18408f4c7fed1dfa4217b32ac4a37e7db44e languageName: node linkType: hard @@ -8585,14 +8835,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.10": + version: 3.0.10 + resolution: "@smithy/eventstream-serde-browser@npm:3.0.10" 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.9" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 43ed64085bf8a7c3d21989857b113160bc956b2934f25817a3faf43c939cb9fd7ee07cb314e2a175ca09af83e460612764752b950ad18a3dcc5fc72e1e746896 languageName: node linkType: hard @@ -8606,13 +8856,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.7": + version: 3.0.7 + resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.7" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: d8124edd4aefac89e2c5286d6c88d997214cc20c0739c0c0167a8122cabdd72ba80c052c3f4893e10f2ec7a517cc97c2e77885f2caba09e5bb711a0bd03630ba + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: fb752b15d15534c7c8553e14de8709238aa6129f2c4980d2527599ba09f359488ae3854fb27b973aadc8b224cd73e51ad6c9d9fc9df051445a561222aac0575b languageName: node linkType: hard @@ -8627,14 +8877,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.9": + version: 3.0.9 + resolution: "@smithy/eventstream-serde-node@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: 7f1bec1d952089f9629cd73e3161c24bbd4f8a781001ae40e10b557152cb944a898ad3f46228b41366f1e46a190eb8d9fea8ea9cb1fb93e19a182b374f9f1839 + "@smithy/eventstream-serde-universal": "npm:^3.0.9" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 550aa7a9a4e43c539ca01d5bede42457b6c8fc0c0ac37c2857011b36f3b1f4342da10d6cfc41ecefc26ede8f452d12c203ed79d78653a3a76936d009ab274ad0 languageName: node linkType: hard @@ -8649,14 +8899,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.9": + version: 3.0.9 + resolution: "@smithy/eventstream-serde-universal@npm:3.0.9" 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.6" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 2d1d02e67e0177bf77ab329d457359d4a56d6fddc838ceaa1918a8fd9ccf255a104ddecf2b204c0191b691361388a4f4ef7fa29548d95c9bbf11c6e0d270dbdd languageName: node linkType: hard @@ -8673,28 +8923,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.9": + version: 3.2.9 + resolution: "@smithy/fetch-http-handler@npm:3.2.9" 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.4" + "@smithy/querystring-builder": "npm:^3.0.7" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-base64": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 85fb75c82e265c99e2b08a98d06ede537aa987e4da171bc2232fae4a25aa3ed095cf212970aec5ecf6c2d3581e39d367b363a5194482b2e9556efca49ad8203c 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.6": + version: 3.1.6 + resolution: "@smithy/hash-blob-browser@npm:3.1.6" 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.5.0" + tslib: "npm:^2.6.2" + checksum: f82c637d66ccf4d26bf5c28188c9c5028f424e3d19ef669cff5fa1efd349fe1f517a99fc8b72bf5adfd2e1bcd3f415534eae7d48588324a854ff70db445ec3dd languageName: node linkType: hard @@ -8710,26 +8960,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.7": + version: 3.0.7 + resolution: "@smithy/hash-node@npm:3.0.7" 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.5.0" + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 2c0d3f6e3b5e2f2f235bec93e112ef1c54963af8eaeaeea83aea10fa423ed43f80d180a6cba3b0df6917e91e60d75b1f16f9845843cd223c50d4227a23a8142e 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.6": + version: 3.1.6 + resolution: "@smithy/hash-stream-node@npm:3.1.6" 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.5.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 7e0cbfe6525a6d6887a38af5e89568eeff31c6b45d1589994b37e242e98ace526b1aad827461f09847cb0bc25f729c479ad988b00788b4aaa66b049b38587a63 languageName: node linkType: hard @@ -8743,13 +8993,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.7": + version: 3.0.7 + resolution: "@smithy/invalid-dependency@npm:3.0.7" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 3bfc6a221b7dfd58b2acb93a40928fb7e240379406fea3d12b34fb924b7158b18849028c32bafa7df04405a2d4be65179f63d31cf0003058a55f136b5e2860e8 + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 55a7949274a1ef113d7b216935d84f629b7f2ed0bdc96f2f13fa6f869d6044081adaea172afd5409e393d43a94a74d2f7ef129336c780d489b86e60d3554ccba languageName: node linkType: hard @@ -8771,14 +9021,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: + tslib: "npm:^2.6.2" + checksum: cab1fd4033d9863dcd95ff058463eb591574bd47e6b61e36aaaf4c0d0da9ed966a54e1d33ec4db7d67aa85df7d274203e934e04dbb40323d01ef4815f63997fc + languageName: node + linkType: hard + +"@smithy/md5-js@npm:^3.0.7": + version: 3.0.7 + resolution: "@smithy/md5-js@npm:3.0.7" dependencies: - "@smithy/types": "npm:^2.7.0" - "@smithy/util-utf8": "npm:^2.0.2" - tslib: "npm:^2.5.0" - checksum: 289d0bee75233145a4c713a9e6bf70c2259c81e7abb5cf48815b4db8205120376c6fb12d3776d970b1813f55dc2e099a8a670cf2522bf21018071bb731edd81d + "@smithy/types": "npm:^3.5.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 6324d82a0f29070226a07cefdf644e0c52bbf2e28cb7643e49915019227eeee774a0b2d97b37cb2941a44517cc23019cb8bd521fb5bac353dd5c61a328e63c9f languageName: node linkType: hard @@ -8793,14 +9052,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.9": + version: 3.0.9 + resolution: "@smithy/middleware-content-length@npm:3.0.9" 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.4" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 0829d70c34fc90f3f8f6b63b6cca8bb3c5ceb0c5961b229ebf0e958d9066c238af882cc82dc23654502264a655bb4746f528f3776ddc5631d0d3a111f846e049 languageName: node linkType: hard @@ -8817,18 +9076,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.4": + version: 3.1.4 + resolution: "@smithy/middleware-endpoint@npm:3.1.4" + dependencies: + "@smithy/middleware-serde": "npm:^3.0.7" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/shared-ini-file-loader": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + "@smithy/url-parser": "npm:^3.0.7" + "@smithy/util-middleware": "npm:^3.0.7" + tslib: "npm:^2.6.2" + checksum: 189edcef6a5f9f83f50866a57522bc7d755786a04caf83e054137ba6d10bb93a14c9148d2701c8332daa05eae5e4cb569ff26887c6db2580b6686bfc660a3edd languageName: node linkType: hard @@ -8847,20 +9106,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.23": + version: 3.0.23 + resolution: "@smithy/middleware-retry@npm:3.0.23" 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.8" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/service-error-classification": "npm:^3.0.7" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-retry": "npm:^3.0.7" + tslib: "npm:^2.6.2" + uuid: "npm:^9.0.1" + checksum: 95de9d9cf9afd3083502b529a0a16dce7e56e14e5b3b2a1de9d9499dca9b3313f527f8feb2f4e5116f3f241d04a83cb95f9663bc4d8d38e5f8eee19c18832d35 languageName: node linkType: hard @@ -8874,13 +9133,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.7": + version: 3.0.7 + resolution: "@smithy/middleware-serde@npm:3.0.7" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 7c1a4a027422fde89c2a55463a44266020efe72e278414ff50281715db8ff7a0229ead1c1c75634a5b722a0b40468d489acb59c3ff19004591b74b6b21d8792b + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: d324f6a6d35db69dda1dd7e768d9d638a6a48f353463ccf12a493d0483239e93731ed12ba4d94500437fc7f5dcf4b5691d6ed0902125f5f6c9502e1988a847f8 languageName: node linkType: hard @@ -8893,13 +9152,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.7": + version: 3.0.7 + resolution: "@smithy/middleware-stack@npm:3.0.7" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: f61cc4ba71760424a63528f84f57d8ee71314a945d72f6fbe685308f08da817e8023b98c06c352b747684205668a73afe4d03bcb12013f5a254399850f88e01c + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: f7ee5db918bc8b99ecd059abca756bb3a1cd35bf716e12f55fe4737d4c7819990118c16e11cb4b0f699cd991c93bf8421e1364b81903b488ce22636985928bde languageName: node linkType: hard @@ -8915,27 +9174,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.8": + version: 3.1.8 + resolution: "@smithy/node-config-provider@npm:3.1.8" 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.7" + "@smithy/shared-ini-file-loader": "npm:^3.1.8" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 2065950903606af1c7c737dde1da87036617061b803269fbe678f82e346f01a704572e72956894c739d2880a1810eea6c7471e4efca4d10df03fd0c2a5d56af6 languageName: node linkType: hard @@ -8952,16 +9199,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.4": + version: 3.2.4 + resolution: "@smithy/node-http-handler@npm:3.2.4" 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.5" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/querystring-builder": "npm:^3.0.7" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 3de876b7a1471febc5778bbdf442f751ceff8d97c4bf82cb0fe9ba3d1988f6b94f29d0cbfdd657171d4a60c01c43694400ba36bb303988ac711757862f671473 languageName: node linkType: hard @@ -8975,23 +9222,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.7": + version: 3.1.7 + resolution: "@smithy/property-provider@npm:3.1.7" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 62984f913b7ba77d41fa4ffec354c45d2bb3eb9df209edfddf9b4ea6aec29c745ab79418960ae2a3f109291ffb1279746a05929692b76df23c1fc5569a5837e4 + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 07ba03340e06605e216b229c4833f6bbcc220bdb8a39d5d8420559d1bd4643b5e93f831283a04a65f3c88aeb572dbe555b2dbc52f279182eea08b400f83a1305 languageName: node linkType: hard @@ -9005,13 +9242,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.4": + version: 4.1.4 + resolution: "@smithy/protocol-http@npm:4.1.4" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 7d56eaaf9f712e3af0d2607b9e24bf36a4e8fd369737b6401c329278319e5e91394170bfcf82ec77c3fb672f6dec943cba377ebdaf085fd3d3e0c1ae6cc54d08 + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 76a1f098b60921a2860565d5b1a0e7b525f7d12977a1cb37d9bfd57d77fb0385017a70b9215349f76970de747ca1be709b7aa5b91013c2f9599d9f9cdc19b395 languageName: node linkType: hard @@ -9026,14 +9263,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.7": + version: 3.0.7 + resolution: "@smithy/querystring-builder@npm:3.0.7" 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.5.0" + "@smithy/util-uri-escape": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 44f9e98e2a54a042e61ba7741545558aeb7f8f9635c05950316564f105bde2fa12171ecd94741595be0e6c34091cb4a8dbf9c4f13530e21ae27adf15a458a9d3 languageName: node linkType: hard @@ -9047,23 +9284,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.7": + version: 3.0.7 + resolution: "@smithy/querystring-parser@npm:3.0.7" dependencies: - "@smithy/types": "npm:^2.2.2" - tslib: "npm:^2.5.0" - checksum: 08ef7f610d1425247e69b2313290f1f5fef03528bac6ef5d8c1e3393328a1bd087e1892342344f62391d554ddb1b604dd617b704ed4387aa544d1894c644a077 + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 807092e258624f9944b089d77d1ec64431f06912410ed8a78d5f752410b15063151c3a1cdfa237483db8b827bf274b2ed9d79a7652d71604173b7fa7b342fe57 languageName: node linkType: hard @@ -9074,12 +9301,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.7": + version: 3.0.7 + resolution: "@smithy/service-error-classification@npm:3.0.7" dependencies: - "@smithy/types": "npm:^2.7.0" - checksum: 5193c8e820446793b339b885b43a3fd9e7a4ba5d2cb6ff6f4ae62a997519b669ba9b9983f146532a72fbdfb741be34754678f5fd68a4534c83741d3a069bd00a + "@smithy/types": "npm:^3.5.0" + checksum: ddca07a9dea3378dd3857f558240e448ab8e807713ffdc623d867bea1db80d4196c20e171ecfac2128c4181b5c206e25392529551e3e7efba7e2dd0cf557ded1 languageName: node linkType: hard @@ -9093,23 +9320,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.8": + version: 3.1.8 + resolution: "@smithy/shared-ini-file-loader@npm:3.1.8" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: 014dd77366168f225488b78e85fb0a5ee73d3a5f0996fad96f4be88b8b87642be0370964634f1098a3393305f9aa84cfc6ae4946c26076d56ecc279373fbe636 + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: c91313654d556a9c8f95a6528b1304e8a768c6b636ab018a8988668a10251e839ee23989ed442ea2d8409dfc1a5efabf7b929525056c3af0005ea5d7b13153f9 languageName: node linkType: hard @@ -9129,19 +9346,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.2.0": + version: 4.2.0 + resolution: "@smithy/signature-v4@npm:4.2.0" 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.4" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.7" + "@smithy/util-uri-escape": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: d2d067557ece8763bbdd14a8de6586688c1e7e999dd9bbdf4d60c1d6df4cd9d6cf8b28c10cb3bac6ebdd98cc047f335152a6ef46a253e5260fcac0276c9086ac languageName: node linkType: hard @@ -9157,17 +9374,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.4.0": + version: 3.4.0 + resolution: "@smithy/smithy-client@npm:3.4.0" 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.4" + "@smithy/middleware-stack": "npm:^3.0.7" + "@smithy/protocol-http": "npm:^4.1.4" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-stream": "npm:^3.1.9" + tslib: "npm:^2.6.2" + checksum: 1b30aff26db7caaa9813fb44ec35535d34cca4d7ec7390983fef6cf520e2f5440d9ec83d3958032a55b45024e5a577ba325a27f235f8ffc201b517312173d569 languageName: node linkType: hard @@ -9180,21 +9397,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.5.0": + version: 3.5.0 + resolution: "@smithy/types@npm:3.5.0" dependencies: - tslib: "npm:^2.5.0" - checksum: f2428a072b77240ebd44e3394ce723a1559e90c13ed9518b025e7c0ad589c836ab613e0f725419bfd5636d5950aaa04f9acf35f908295e1b3a7068501aae8a91 + tslib: "npm:^2.6.2" + checksum: c34e7de884526463365223695c2aaa397d032f42b14beafa3e392002855970d03ec8672eaf4e9c51bfd42fc49cef70b001570a7a255332a86a811c1ed70fa671 languageName: node linkType: hard @@ -9209,25 +9417,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.7": + version: 3.0.7 + resolution: "@smithy/url-parser@npm:3.0.7" 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.7" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: dda89ac7fd406dc519771fa3cead3b18b19a8d1ad46f105645d574d81aca2294cb7564cdd8ebe2e34fcfbaa644d5e363cf2880cbe5c40b658fb41e09b4605a33 languageName: node linkType: hard @@ -9241,13 +9438,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 @@ -9260,12 +9458,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 @@ -9278,12 +9476,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 @@ -9307,6 +9505,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" @@ -9316,12 +9524,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 @@ -9337,16 +9545,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.23": + version: 3.0.23 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.23" 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.7" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" bowser: "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 32a00905ff7ae6afb1bb62f9638c4bfe665f7bbf086101cc8bcd546863419f66d87f3a253d28d25db38b15ab4ad5cbade80242182ddafbd7fcc28079d915a3b7 + tslib: "npm:^2.6.2" + checksum: 5f58de96684d83594e93747286277729c7dda89a4b52e99450d22744e2e119fcad0e0f6d44deaf3f00adc31d1c6db81752ff289535673641f1f4ec9f5b84abe5 languageName: node linkType: hard @@ -9364,29 +9572,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.23": + version: 3.0.23 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.23" 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.9" + "@smithy/credential-provider-imds": "npm:^3.2.4" + "@smithy/node-config-provider": "npm:^3.1.8" + "@smithy/property-provider": "npm:^3.1.7" + "@smithy/smithy-client": "npm:^3.4.0" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: c3ce8b2d3ed60ee93829700e39e58cdc78784fcde2c2cd46a5184f979273c0b202e9a4a3477d2e8420a648bf58cc07957776adfb83edea11fb0f0467f184d500 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.3": + version: 2.1.3 + resolution: "@smithy/util-endpoints@npm:2.1.3" 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.8" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 2f8cdb6fbd85974e331a3cda8a475921de65bdcaecfaf47d6dd5ac295471b354fbd2a4722a9a1ea23409b0f6b1d3d210d04ef0561b5a388aa6527238bb6c3c4b languageName: node linkType: hard @@ -9399,12 +9607,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 @@ -9417,22 +9625,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.7": + version: 3.0.7 + resolution: "@smithy/util-middleware@npm:3.0.7" dependencies: - "@smithy/types": "npm:^2.7.0" - tslib: "npm:^2.5.0" - checksum: b28342e36c301a5b2c2d7110528845e219569137c4f947614680f4fb67a5606681fd26a4c56171b814340c8d2b9b17807f34df2d60fd660c803c4d602dfe5a47 + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: fe002972a10300a9bacb747c1485a3f614abd818634ed98b79a103190921d77c1b2905d1d231715f0342fa5b4082f1a6f2a0a9673afcba29fb50b41b54798172 languageName: node linkType: hard @@ -9446,14 +9645,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.7": + version: 3.0.7 + resolution: "@smithy/util-retry@npm:3.0.7" 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.7" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 3544a2ec1cd604827b3823beebad4b4abaca997b7006ac8456f39a6aa722bc94e71d7fe0a4ef68661587e743df4260e15d9fc2026175c1c3bc080a8ce2b26077 languageName: node linkType: hard @@ -9473,19 +9672,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.9": + version: 3.1.9 + resolution: "@smithy/util-stream@npm:3.1.9" 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.9" + "@smithy/node-http-handler": "npm:^3.2.4" + "@smithy/types": "npm:^3.5.0" + "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: a0caaf44fce2dc66b4a633c0fd90b592bc6041e0361bdf6a8bec367ca3560c734560dac8540ee27ff56295ff5f81ddfb953322b19b0bafd2667e8f43dc166f7f languageName: node linkType: hard @@ -9498,12 +9697,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 @@ -9527,13 +9726,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 @@ -9548,14 +9747,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.6": + version: 3.1.6 + resolution: "@smithy/util-waiter@npm:3.1.6" 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.5" + "@smithy/types": "npm:^3.5.0" + tslib: "npm:^2.6.2" + checksum: 7beb89ddefca10cef3d8b56aac356d696b551648143a96e48761803b125af2e2bfb0716d83f0a825aa84c9d25dd561a2400b971b2b6187c662be5e9be06c167b languageName: node linkType: hard @@ -9593,13 +9792,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" @@ -10135,12 +10327,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.11": + version: 20.16.11 + resolution: "@types/node@npm:20.16.11" dependencies: - undici-types: "npm:~5.26.4" - checksum: 08471220d3cbbb6669835c4b78541edf5eface8f2c2e36c550cfa4ff73da73071c90e200a06359fac25d6564127597c23e178128058fb676824ec23d5178a017 + undici-types: "npm:~6.19.2" + checksum: 6d2f92b7b320c32ba0c2bc54d21651bd21690998a2e27f00d15019d4db3e0ec30fce85332efed5e37d4cda078ff93ea86ee3e92b76b7a25a9b92a52a039b60b2 languageName: node linkType: hard @@ -10165,10 +10357,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 @@ -10318,12 +10510,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 @@ -10603,7 +10795,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: @@ -11791,14 +11983,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 @@ -11820,17 +12012,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" @@ -12024,6 +12205,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" @@ -12145,6 +12340,32 @@ __metadata: languageName: node linkType: hard +"babel-preset-gatsby@npm:^3.13.2": + version: 3.13.2 + resolution: "babel-preset-gatsby@npm:3.13.2" + dependencies: + "@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" @@ -12281,7 +12502,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: @@ -12788,6 +13009,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" @@ -12906,7 +13140,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: @@ -13210,13 +13444,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" @@ -13543,17 +13770,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.2": + version: 0.31.2 + resolution: "commonmark@npm:0.31.2" 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.8" bin: commonmark: bin/commonmark - checksum: af38c13ec2ea12d303c88788ebbc2939c69e02e35c659d85b181baf02cb280447996fab368eade75a71c0428ebb50dde5f3ec43cd3a873a20c0adcd483484e8b + checksum: cd6d8f68e6ef2f60b784a9fab0c3fca11fcb2ccd89d12285b9b8d46a8a7f67f0bf2ff54322b5223d2889461cdc6d42aad5ea67730b3ab1b0e2f832d81ba2ca19 languageName: node linkType: hard @@ -13780,10 +14006,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 @@ -13890,22 +14116,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 @@ -13920,6 +14151,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" @@ -14408,6 +14650,18 @@ __metadata: 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" @@ -14551,6 +14805,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" @@ -14948,7 +15213,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 @@ -15033,7 +15305,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: @@ -15256,13 +15543,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" @@ -15476,6 +15756,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" @@ -16633,6 +16929,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" @@ -16984,13 +17291,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 @@ -17380,9 +17687,60 @@ __metadata: languageName: node linkType: hard -"gatsby-core-utils@npm:^4.13.0": - version: 4.13.0 - resolution: "gatsby-core-utils@npm:4.13.0" +"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" dependencies: "@babel/runtime": "npm:^7.20.13" ci-info: "npm:2.0.0" @@ -17404,6 +17762,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" @@ -17411,6 +17793,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" @@ -17421,6 +17810,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" @@ -17436,6 +17835,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" @@ -17452,6 +17866,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" @@ -17474,6 +17904,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" @@ -17497,22 +17949,22 @@ __metadata: "@babel/runtime": "npm:^7.25.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.13" "@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.11" + "@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.1" 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" @@ -17536,7 +17988,7 @@ __metadata: babel-jest: "npm:^29.7.0" babel-preset-gatsby-package: "npm:^3.13.1" 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: @@ -17617,6 +18069,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" @@ -17626,7 +18100,7 @@ __metadata: "@babel/runtime": "npm:^7.25.7" babel-jest: "npm:^29.7.0" babel-preset-gatsby-package: "npm:^3.13.1" - 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 @@ -17662,7 +18136,7 @@ __metadata: dependencies: "@babel/cli": "npm:^7.25.7" "@babel/core": "npm:^7.25.7" - "@relative-ci/agent": "npm:^4.2.3" + "@relative-ci/agent": "npm:^4.2.12" babel-preset-gatsby-package: "npm:^3.13.1" cross-env: "npm:^7.0.3" peerDependencies: @@ -17725,6 +18199,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" @@ -17745,6 +18236,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" @@ -17769,6 +18280,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" @@ -17795,7 +18320,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" @@ -17842,6 +18367,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" @@ -17851,7 +18395,7 @@ __metadata: "@octokit/rest": "npm:^19.0.13" babel-preset-gatsby-package: "npm:^3.13.1" 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: @@ -17864,16 +18408,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.668.0" + "@aws-sdk/s3-request-presigner": "npm:^3.668.0" "@babel/cli": "npm:^7.25.7" "@babel/core": "npm:^7.25.7" "@babel/runtime": "npm:^7.25.7" - "@types/node": "npm:^20.10.6" + "@types/node": "npm:^20.16.11" babel-preset-gatsby-package: "npm:^3.13.1" 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 @@ -17885,11 +18429,11 @@ __metadata: dependencies: "@babel/cli": "npm:7.25.7" "@babel/core": "npm:7.25.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.2" + 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 @@ -17923,44 +18467,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" @@ -17985,10 +18745,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" @@ -17999,9 +18760,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" @@ -18043,21 +18803,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" @@ -18138,7 +18898,7 @@ __metadata: optional: true bin: gatsby: ./cli.js - checksum: a4f38a309ad15b1b7e97b9e4de822bf0c62a1c2986ac31664cd1d886e448cd50346fefe1da59fedacec57c0d4686da14e3c281a28efc821acc1d4d97e4c438c8 + checksum: d12152be23d168b92814b705b3addbf4f437edfe5ab3b2d279721d83a93a3ce3d838282341948d6b8fb747cd7dcf73e87e0cd40ee70a4c9471155abf21cff04a languageName: node linkType: hard @@ -18253,6 +19013,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" @@ -18867,6 +19640,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" @@ -19451,29 +20233,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" @@ -19980,13 +20739,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" @@ -20282,6 +21034,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" @@ -21083,16 +21842,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 @@ -21936,7 +22695,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: @@ -22701,13 +23460,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" @@ -22722,7 +23474,7 @@ __metadata: languageName: node linkType: hard -"minimist@npm:^1.2.8": +"minimist@npm:^1.2.8, minimist@npm:~1.2.8": version: 1.2.8 resolution: "minimist@npm:1.2.8" checksum: 908491b6cc15a6c440ba5b22780a0ba89b9810e1aea684e253e43c4e3b8d56ec1dcdd7ea96dde119c29df59c936cde16062159eae4225c691e19c70b432b6e6f @@ -22925,7 +23677,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 @@ -23880,23 +24632,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" @@ -24339,10 +25074,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 @@ -24457,6 +25192,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" @@ -24474,6 +25219,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" @@ -24495,6 +25247,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" @@ -25186,6 +25959,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" @@ -25361,12 +26141,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 @@ -26584,15 +27364,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" @@ -26966,6 +27737,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" @@ -27107,6 +27892,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" @@ -27434,6 +28231,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" @@ -27763,23 +28569,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 @@ -27964,13 +28770,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" @@ -28240,10 +29039,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 @@ -28513,6 +29312,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" @@ -28829,6 +29637,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" @@ -29165,10 +29980,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 @@ -29605,6 +30420,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" @@ -29710,18 +30534,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 @@ -30437,13 +31261,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"