From 02fb62b6848c7a1ae66f1a1665b572fd6d86b5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:34:01 +0000 Subject: [PATCH] deps(npm)(deps): bump the npm-minor-patch group with 5 updates Bumps the npm-minor-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.95.0` | `5.95.2` | | [@verax-attestation-registry/verax-sdk](https://github.com/Consensys/linea-attestation-registry) | `5.2.0` | `5.4.0` | | [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) | `3.5.0` | `3.6.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.1` | `8.57.2` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.57.1` | `8.58.0` | Updates `@tanstack/react-query` from 5.95.0 to 5.95.2 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.95.2/packages/react-query) Updates `@verax-attestation-registry/verax-sdk` from 5.2.0 to 5.4.0 - [Release notes](https://github.com/Consensys/linea-attestation-registry/releases) - [Commits](https://github.com/Consensys/linea-attestation-registry/commits) Updates `wagmi` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/wevm/wagmi/releases) - [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/wevm/wagmi/commits/wagmi@3.6.0/packages/react) Updates `@typescript-eslint/eslint-plugin` from 8.57.1 to 8.57.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.57.1 to 8.58.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/parser) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-version: 5.95.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@verax-attestation-registry/verax-sdk" dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: wagmi dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.57.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 930 ++++++++++++++++++++++++++++++++-------------- package.json | 8 +- 2 files changed, 658 insertions(+), 280 deletions(-) diff --git a/package-lock.json b/package-lock.json index 641ae10..4272815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,21 +14,21 @@ "@fortawesome/react-fontawesome": "^3.3.0", "@reown/appkit": "^1.8.19", "@reown/appkit-adapter-wagmi": "^1.8.19", - "@tanstack/react-query": "^5.95.0", - "@verax-attestation-registry/verax-sdk": "^5.2.0", + "@tanstack/react-query": "^5.95.2", + "@verax-attestation-registry/verax-sdk": "^5.4.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-json-view-lite": "^2.5.0", "viem": "^2.47.6", "vite": "^7.3.1", "vite-plugin-radar": "^0.10.1", - "wagmi": "^3.5.0" + "wagmi": "^3.6.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@typescript-eslint/eslint-plugin": "^8.57.1", + "@typescript-eslint/eslint-plugin": "^8.57.2", "@typescript-eslint/parser": "^8.55.0", "@vitejs/plugin-react": "^5.1.4", "eslint": "^9.39.2", @@ -390,9 +390,9 @@ } }, "node_modules/@envelop/core": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@envelop/core/-/core-5.5.0.tgz", - "integrity": "sha512-nsU1EyJQAStaKHR1ZkB/ug9XBm+WPTliYtdedbJ/L1ykrp7dbbn0srqBeDnZ2mbZVp4hH3d0Fy+Og9OgPWZx+g==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/@envelop/core/-/core-5.5.1.tgz", + "integrity": "sha512-3DQg8sFskDo386TkL5j12jyRAdip/8yzK3x7YGbZBgobZ4aKXrvDU0GppU0SnmrpQnNaiTUsxBs9LKkwQ/eyvw==", "license": "MIT", "dependencies": { "@envelop/instrumentation": "^1.0.0", @@ -405,9 +405,9 @@ } }, "node_modules/@envelop/extended-validation": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@envelop/extended-validation/-/extended-validation-7.1.0.tgz", - "integrity": "sha512-2PQdgc0ohbWJ1HiCGByWOd+FjLumUyLH8QKUxf5m5hBYTLD9R3LySWS00cHwnc5SMBXkRyMKCBT87GKxZv/ocg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@envelop/extended-validation/-/extended-validation-7.1.1.tgz", + "integrity": "sha512-izDhqZC3A5S04i2oS5IN4J7x5ODaFZeB3HxavGyfVeJfgwyqiZ37nGdyRrx6ALXzrpYXd89kQuizMYz+kcZcEg==", "license": "MIT", "dependencies": { "@graphql-tools/utils": "^11.0.0", @@ -417,14 +417,14 @@ "node": ">=18.0.0" }, "peerDependencies": { - "@envelop/core": "^5.5.0", + "@envelop/core": "^5.5.1", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, "node_modules/@envelop/graphql-jit": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@envelop/graphql-jit/-/graphql-jit-11.1.0.tgz", - "integrity": "sha512-mWlvcFL5AbP185qzzqT6pOFnfbME5+MKOy/dC4lHyC4WENK+5jzHbhp3zSag5Vi8It1KDY5eU9mVO0QWPHklVw==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@envelop/graphql-jit/-/graphql-jit-11.1.1.tgz", + "integrity": "sha512-hXglHnwmxhIaHcwYJf+qSD1WouxlIPljDAFeA70KpBtnQbk0JvGKuPPB79gRJCtU8wyVPIpdSfhab2NEJ6XWpA==", "license": "MIT", "dependencies": { "@whatwg-node/promise-helpers": "^1.2.3", @@ -435,7 +435,7 @@ "node": ">=18.0.0" }, "peerDependencies": { - "@envelop/core": "^5.5.0", + "@envelop/core": "^5.5.1", "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" } }, @@ -1134,9 +1134,9 @@ } }, "node_modules/@graphql-inspector/core": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-7.1.0.tgz", - "integrity": "sha512-wfyNEOnNjzqCygj7mp3ctVBwQwBWNirDpgJ+tAPu/yA9y7xjAFPPtFuP9Nj9mMFn1Y1hJTnZ2XfA7kJJXrwRkw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@graphql-inspector/core/-/core-7.1.2.tgz", + "integrity": "sha512-yYuWN3/2lQsICwy0PL24hPYeNvDP62Z/t7CfQHcB9V4DJhDtNpoyUYBOwBB1YSwNs4nE9ZQhuv2VeBUZigKVQQ==", "license": "MIT", "dependencies": { "dependency-graph": "1.0.0", @@ -1157,13 +1157,13 @@ "license": "0BSD" }, "node_modules/@graphql-mesh/cache-inmemory-lru": { - "version": "0.8.22", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-inmemory-lru/-/cache-inmemory-lru-0.8.22.tgz", - "integrity": "sha512-VlusDWXXHOSZaGL17Dg6LLE1s1baDILA0sw5mS9NLiu5cV0eqLlvDUzOLMvqcsZ9B1Vp2zvbPeEv8aJtdzOgWg==", + "version": "0.8.35", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-inmemory-lru/-/cache-inmemory-lru-0.8.35.tgz", + "integrity": "sha512-XYUsOJuUjETf45JQiOltCNZNm/XrqZivMX7UAOQgzZoLHONs3sk7uPIk2cqoTjApiLwuY6EnXtp5zVCRZnrktQ==", "license": "MIT", "dependencies": { - "@graphql-mesh/types": "^0.104.19", - "@graphql-mesh/utils": "^0.104.21", + "@graphql-mesh/types": "^0.104.26", + "@graphql-mesh/utils": "^0.104.34", "@whatwg-node/disposablestack": "^0.0.6", "tslib": "^2.4.0" }, @@ -1191,20 +1191,20 @@ } }, "node_modules/@graphql-mesh/graphql": { - "version": "0.104.23", - "resolved": "https://registry.npmjs.org/@graphql-mesh/graphql/-/graphql-0.104.23.tgz", - "integrity": "sha512-1jib2rpjbfb0qWxHoXM8vikiwbN+9uk/QVHRbwNFx7Bu2Y+6mA/54H0cQH8ZmLmd41y+WXcly/Zn7Rtwd8QG+g==", + "version": "0.104.37", + "resolved": "https://registry.npmjs.org/@graphql-mesh/graphql/-/graphql-0.104.37.tgz", + "integrity": "sha512-pp2Jp+TJVq+pNluPC3/eFmnt2oQUUdeXKmRgEpXBnZCqT0hqUtRZzb0vtHpmG7MewvW9lE8OJvP0mLxV4ePm+w==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.12", - "@graphql-mesh/store": "^0.104.23", - "@graphql-mesh/string-interpolation": "^0.5.11", - "@graphql-mesh/types": "^0.104.19", - "@graphql-mesh/utils": "^0.104.21", - "@graphql-tools/delegate": "^12.0.4", - "@graphql-tools/federation": "^4.2.8", + "@graphql-mesh/store": "^0.104.36", + "@graphql-mesh/string-interpolation": "^0.5.16", + "@graphql-mesh/types": "^0.104.26", + "@graphql-mesh/utils": "^0.104.34", + "@graphql-tools/delegate": "^12.0.13", + "@graphql-tools/federation": "^4.3.6", "@graphql-tools/merge": "^9.1.7", - "@graphql-tools/url-loader": "^9.0.6", + "@graphql-tools/url-loader": "^9.1.0", "@graphql-tools/utils": "^11.0.0", "@whatwg-node/promise-helpers": "^1.3.2", "lodash.get": "^4.4.2", @@ -1218,18 +1218,19 @@ } }, "node_modules/@graphql-mesh/http": { - "version": "0.106.24", - "resolved": "https://registry.npmjs.org/@graphql-mesh/http/-/http-0.106.24.tgz", - "integrity": "sha512-CgB41U8Wuecxla+mTTqGMgTC/u7uRAMOTXX7wzb3S/Likn5UjSpk+se8FUeWnj7la7YlWIA3tDy5hox/SWP3Zw==", + "version": "0.106.39", + "resolved": "https://registry.npmjs.org/@graphql-mesh/http/-/http-0.106.39.tgz", + "integrity": "sha512-0yJunIhGzLYTeIHTI18KeGqFKX0xgqnoMz9MxhKjphg0pD2tPqTQSOyCgss78TRe+lVXiOO6uxszjRKNlrWq4g==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.12", - "@graphql-mesh/runtime": "^0.106.23", - "@graphql-mesh/types": "^0.104.19", - "@graphql-mesh/utils": "^0.104.21", + "@graphql-mesh/runtime": "^0.106.36", + "@graphql-mesh/types": "^0.104.26", + "@graphql-mesh/utils": "^0.104.34", "@graphql-tools/utils": "^11.0.0", + "@whatwg-node/promise-helpers": "^1.3.2", "@whatwg-node/server": "^0.10.18", - "graphql-yoga": "^5.18.0", + "graphql-yoga": "^5.20.0", "tslib": "^2.4.0" }, "engines": { @@ -1240,14 +1241,14 @@ } }, "node_modules/@graphql-mesh/merger-bare": { - "version": "0.105.23", - "resolved": "https://registry.npmjs.org/@graphql-mesh/merger-bare/-/merger-bare-0.105.23.tgz", - "integrity": "sha512-rlQ7SQuoAr1kfSlZEg8sI8JicdBwjhYKet+AQ7iLFBXXQdVHVParHtrKGc5HOgUSi0jrNCots9g7rDL4yw3BLA==", + "version": "0.105.36", + "resolved": "https://registry.npmjs.org/@graphql-mesh/merger-bare/-/merger-bare-0.105.36.tgz", + "integrity": "sha512-w/7ids/knD3qy4BNOGOWWZ6UmBWdYPaAjzBBHvN0GeBTRk/+fo8uLCVlxx25SWukpsIbVdCvJQ3IoUYFyFghvA==", "license": "MIT", "dependencies": { - "@graphql-mesh/merger-stitching": "0.105.23", - "@graphql-mesh/types": "^0.104.19", - "@graphql-mesh/utils": "^0.104.21", + "@graphql-mesh/merger-stitching": "^0.105.36", + "@graphql-mesh/types": "^0.104.26", + "@graphql-mesh/utils": "^0.104.34", "@graphql-tools/schema": "^10.0.31", "@graphql-tools/utils": "^11.0.0", "tslib": "^2.4.0" @@ -1260,17 +1261,17 @@ } }, "node_modules/@graphql-mesh/merger-stitching": { - "version": "0.105.23", - "resolved": "https://registry.npmjs.org/@graphql-mesh/merger-stitching/-/merger-stitching-0.105.23.tgz", - "integrity": "sha512-IythH2Y5+ON1EUb/StS+2lOS2YCWDYjIx9J1EEAF+SzeE42/Iy+SjHjJO9mPH+ski2HdSz/ghenYA5VqDRGOtg==", + "version": "0.105.36", + "resolved": "https://registry.npmjs.org/@graphql-mesh/merger-stitching/-/merger-stitching-0.105.36.tgz", + "integrity": "sha512-+n3tSFhZkwtZ31gE9kHHZRviiq9CmdTEIzVPfE4844Xzurkk3jSeeKvzGczFE03PGIQhex5o872NZCgW+FEI6w==", "license": "MIT", "dependencies": { - "@graphql-mesh/store": "^0.104.23", - "@graphql-mesh/types": "^0.104.19", - "@graphql-mesh/utils": "^0.104.21", - "@graphql-tools/delegate": "^12.0.4", + "@graphql-mesh/store": "^0.104.36", + "@graphql-mesh/types": "^0.104.26", + "@graphql-mesh/utils": "^0.104.34", + "@graphql-tools/delegate": "^12.0.13", "@graphql-tools/schema": "^10.0.31", - "@graphql-tools/stitch": "^10.1.8", + "@graphql-tools/stitch": "^10.1.17", "@graphql-tools/utils": "^11.0.0", "tslib": "^2.4.0" }, @@ -1282,23 +1283,23 @@ } }, "node_modules/@graphql-mesh/runtime": { - "version": "0.106.23", - "resolved": "https://registry.npmjs.org/@graphql-mesh/runtime/-/runtime-0.106.23.tgz", - "integrity": "sha512-SVZBlKFumTEnYbMP8DlrJbtwAqqT+rPbl0gjgtK0gfGdCOygWHeDVWLzOXqp47IEn9nlgR49MN/0+G8lSFpq6A==", + "version": "0.106.36", + "resolved": "https://registry.npmjs.org/@graphql-mesh/runtime/-/runtime-0.106.36.tgz", + "integrity": "sha512-Ya+/SN1LlY8fUF55rRs2eMYR+xQQjzR3/1/jNxz/wQcS7PO99GrW4yfReR+6ufafji5o30/Md12Jiosqtv6AwA==", "license": "MIT", "dependencies": { - "@envelop/core": "^5.3.2", - "@envelop/extended-validation": "^7.1.0", - "@envelop/graphql-jit": "^11.1.0", + "@envelop/core": "^5.5.1", + "@envelop/extended-validation": "^7.1.1", + "@envelop/graphql-jit": "^11.1.1", "@graphql-mesh/cross-helpers": "^0.4.12", - "@graphql-mesh/string-interpolation": "^0.5.11", - "@graphql-mesh/types": "^0.104.19", - "@graphql-mesh/utils": "^0.104.21", - "@graphql-tools/batch-delegate": "^10.0.10", - "@graphql-tools/delegate": "^12.0.4", + "@graphql-mesh/string-interpolation": "^0.5.16", + "@graphql-mesh/types": "^0.104.26", + "@graphql-mesh/utils": "^0.104.34", + "@graphql-tools/batch-delegate": "^10.0.19", + "@graphql-tools/delegate": "^12.0.13", "@graphql-tools/executor": "^1.5.1", "@graphql-tools/utils": "^11.0.0", - "@graphql-tools/wrap": "^11.1.4", + "@graphql-tools/wrap": "^11.1.13", "@whatwg-node/fetch": "^0.10.6", "@whatwg-node/promise-helpers": "^1.0.0", "graphql-jit": "^0.8.7", @@ -1312,15 +1313,15 @@ } }, "node_modules/@graphql-mesh/store": { - "version": "0.104.23", - "resolved": "https://registry.npmjs.org/@graphql-mesh/store/-/store-0.104.23.tgz", - "integrity": "sha512-CUGxmv1cYDLGMX4arupc9IrBkXELyXU4z2jLCxVuzVRqgOuz3F79IGYqYgXEOCo1/WeCjpkXsuuI6WNV0UaOuQ==", + "version": "0.104.36", + "resolved": "https://registry.npmjs.org/@graphql-mesh/store/-/store-0.104.36.tgz", + "integrity": "sha512-VI7bf3nSKjYde3mCmiB1ZAxwyLXfFboELtLZAvFaMDnyrSGKxhgXR6mgLLQEycjxLnwCmL6Tb9RjLsCghSA6lw==", "license": "MIT", "dependencies": { - "@graphql-inspector/core": "7.1.0", + "@graphql-inspector/core": "^7.1.2", "@graphql-mesh/cross-helpers": "^0.4.12", - "@graphql-mesh/types": "^0.104.19", - "@graphql-mesh/utils": "^0.104.21", + "@graphql-mesh/types": "^0.104.26", + "@graphql-mesh/utils": "^0.104.34", "@graphql-tools/utils": "^11.0.0", "tslib": "^2.4.0" }, @@ -1332,14 +1333,14 @@ } }, "node_modules/@graphql-mesh/string-interpolation": { - "version": "0.5.11", - "resolved": "https://registry.npmjs.org/@graphql-mesh/string-interpolation/-/string-interpolation-0.5.11.tgz", - "integrity": "sha512-MXMlFcy1CrrSdspBalk9oTfI6VGvdsLAS0lNaQlV65EtE5tNBo/NHxVo/KHJU0U9qaSzVBFAtLEKjy3yzvveRw==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/@graphql-mesh/string-interpolation/-/string-interpolation-0.5.16.tgz", + "integrity": "sha512-rCsskX9puuFYxsYrGcp4diFh0LvIEEe+hSTj3eNzgnkTM3fYyrJt89QPZdc49STAtV31UBIWysmG9ibQsNwKPQ==", "license": "MIT", "dependencies": { - "dayjs": "1.11.19", - "json-pointer": "0.6.2", - "lodash.get": "4.4.2", + "dayjs": "^1.11.20", + "json-pointer": "^0.6.2", + "lodash.get": "^4.4.2", "tslib": "^2.4.0" }, "engines": { @@ -1350,20 +1351,20 @@ } }, "node_modules/@graphql-mesh/string-interpolation/node_modules/dayjs": { - "version": "1.11.19", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.19.tgz", - "integrity": "sha512-t5EcLVS6QPBNqM2z8fakk/NKel+Xzshgt8FFKAn+qwlD1pzZWxh0nVCrvFK7ZDb6XucZeF9z8C7CBWTRIVApAw==", + "version": "1.11.20", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.20.tgz", + "integrity": "sha512-YbwwqR/uYpeoP4pu043q+LTDLFBLApUP6VxRihdfNTqu4ubqMlGDLd6ErXhEgsyvY0K6nCs7nggYumAN+9uEuQ==", "license": "MIT" }, "node_modules/@graphql-mesh/types": { - "version": "0.104.19", - "resolved": "https://registry.npmjs.org/@graphql-mesh/types/-/types-0.104.19.tgz", - "integrity": "sha512-KB43nacJicl6iEQTM2vM1zJ+oupxpZJzUP+tgz7Of/QLarQbolPLUccaKwODV09e8S3mTITb92+aURuH0rmKfQ==", + "version": "0.104.26", + "resolved": "https://registry.npmjs.org/@graphql-mesh/types/-/types-0.104.26.tgz", + "integrity": "sha512-I/L/8qp5g5LvnS4L4HpfG2e6+rDjG7eW/QceqGSTtGeygGImxndUOhjrQNytBL5u4eDuQq/I1qYycbBaVPTAmA==", "license": "MIT", "dependencies": { "@graphql-hive/pubsub": "^2.1.1", - "@graphql-tools/batch-delegate": "^10.0.10", - "@graphql-tools/delegate": "^12.0.4", + "@graphql-tools/batch-delegate": "^10.0.19", + "@graphql-tools/delegate": "^12.0.13", "@graphql-tools/utils": "^11.0.0", "@graphql-typed-document-node/core": "^3.2.0", "@repeaterjs/repeater": "^3.0.6", @@ -1378,19 +1379,19 @@ } }, "node_modules/@graphql-mesh/utils": { - "version": "0.104.21", - "resolved": "https://registry.npmjs.org/@graphql-mesh/utils/-/utils-0.104.21.tgz", - "integrity": "sha512-EZZr5PsI37XTUcZaK3M9WFAXFQSt8c2oGNQqadaqwdwcTV9LPkgUk42oijqvDgtYqxMBZkJGNa+uxugtOIncFw==", + "version": "0.104.34", + "resolved": "https://registry.npmjs.org/@graphql-mesh/utils/-/utils-0.104.34.tgz", + "integrity": "sha512-M0NzP/2SHo5hi0lFG/F4KwSY6Dqd7nVWxsZiBa5zQOaxLu2IvDOs9HW4+9fHzZaraoIaX2fPdd5MWUBBkWKSVA==", "license": "MIT", "dependencies": { "@envelop/instrumentation": "^1.0.0", "@graphql-mesh/cross-helpers": "^0.4.12", - "@graphql-mesh/string-interpolation": "^0.5.11", - "@graphql-mesh/types": "^0.104.19", - "@graphql-tools/batch-delegate": "^10.0.10", - "@graphql-tools/delegate": "^12.0.4", + "@graphql-mesh/string-interpolation": "^0.5.16", + "@graphql-mesh/types": "^0.104.26", + "@graphql-tools/batch-delegate": "^10.0.19", + "@graphql-tools/delegate": "^12.0.13", "@graphql-tools/utils": "^11.0.0", - "@graphql-tools/wrap": "^11.1.4", + "@graphql-tools/wrap": "^11.1.13", "@whatwg-node/disposablestack": "^0.0.6", "@whatwg-node/fetch": "^0.10.6", "@whatwg-node/promise-helpers": "^1.2.0", @@ -1398,7 +1399,7 @@ "js-yaml": "^4.1.0", "lodash.get": "^4.4.2", "lodash.topath": "^4.5.2", - "tiny-lru": "^11.4.7", + "tiny-lru": "^13.0.0", "tslib": "^2.4.0" }, "engines": { @@ -1409,12 +1410,12 @@ } }, "node_modules/@graphql-tools/batch-delegate": { - "version": "10.0.12", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-delegate/-/batch-delegate-10.0.12.tgz", - "integrity": "sha512-bMOKge6bPGLxNDHfZTuvUrY4Q7qncurCkcFgEW2R7acBrtiKuEfOrw0sjGcLKrGbDFRzx7D6/1zRQ1cgpexUKQ==", + "version": "10.0.19", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-delegate/-/batch-delegate-10.0.19.tgz", + "integrity": "sha512-olRpYiJWlVL+CRYjpYFSjKY1lGfXN3PVodjT7iLUmMgvjJIXwuWoGI59/gJBgiIn4wdd89Hej7hTySYBAogGgQ==", "license": "MIT", "dependencies": { - "@graphql-tools/delegate": "^12.0.6", + "@graphql-tools/delegate": "^12.0.13", "@graphql-tools/utils": "^11.0.0", "@whatwg-node/promise-helpers": "^1.3.2", "dataloader": "^2.2.3", @@ -1428,9 +1429,9 @@ } }, "node_modules/@graphql-tools/batch-execute": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-10.0.5.tgz", - "integrity": "sha512-dL13tXkfGvAzLq2XfzTKAy9logIcltKYRuPketxdh3Ok3U6PN1HKMCHfrE9cmtAsxD96/8Hlghz5AtM+LRv/ig==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@graphql-tools/batch-execute/-/batch-execute-10.0.8.tgz", + "integrity": "sha512-Kobt37qrVTFhX4HUK5/vPgMXFw/5f97AzmAlfmDBSRh/GnoAmLKCb48FrEI3gdeIwZB2fEhVHJyDqsojldnLQA==", "license": "MIT", "dependencies": { "@graphql-tools/utils": "^11.0.0", @@ -1446,12 +1447,12 @@ } }, "node_modules/@graphql-tools/delegate": { - "version": "12.0.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-12.0.6.tgz", - "integrity": "sha512-CizsslU+/FkzFwKilOI0/9xYpfuPITsqP3NyC0lS3im9eMp9iF4hQSLqsC96/b802lwTs1FoTrm3tRWWW0naqg==", + "version": "12.0.13", + "resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-12.0.13.tgz", + "integrity": "sha512-Aei3SI5HezLt7kKQNbX/GrZv5c5YibdbP0N6BvuEWQYG+lpRO3RRX2fZ+g+KshJOGuTJQFK1umIjki++vKoJ+A==", "license": "MIT", "dependencies": { - "@graphql-tools/batch-execute": "^10.0.5", + "@graphql-tools/batch-execute": "^10.0.8", "@graphql-tools/executor": "^1.4.13", "@graphql-tools/schema": "^10.0.29", "@graphql-tools/utils": "^11.0.0", @@ -1504,9 +1505,9 @@ } }, "node_modules/@graphql-tools/executor-graphql-ws": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-3.1.4.tgz", - "integrity": "sha512-wCQfWYLwg1JZmQ7rGaFy74AQyVFxpeqz19WWIGRgANiYlm+T0K3Hs6POgi0+nL3HvwxJIxhUlaRLFvkqm1zxSA==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-3.1.5.tgz", + "integrity": "sha512-WXRsfwu9AkrORD9nShrd61OwwxeQ5+eXYcABRR3XPONFIS8pWQfDJGGqxql9/227o/s0DV5SIfkBURb5Knzv+A==", "license": "MIT", "dependencies": { "@graphql-tools/executor-common": "^1.0.6", @@ -1525,9 +1526,9 @@ } }, "node_modules/@graphql-tools/executor-http": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-3.1.0.tgz", - "integrity": "sha512-DTaNU1rT2sxffwQlt+Aw68cHQWfGkjsaRk1D8nvG+DcCR8RNQo0d9qYt7pXIcfXYcQLb/OkABcGSuCfkopvHJg==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-http/-/executor-http-3.2.1.tgz", + "integrity": "sha512-53i0TYO0cznIlZDJcnq4gQ6SOZ8efGgCDV33MYh6oqEapcp36tCMEVnVGVxcX5qRRyNHkqTY6hkA+/AyK9kicQ==", "license": "MIT", "dependencies": { "@graphql-hive/signal": "^2.0.0", @@ -1548,16 +1549,16 @@ } }, "node_modules/@graphql-tools/executor-legacy-ws": { - "version": "1.1.25", - "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.25.tgz", - "integrity": "sha512-6uf4AEXO0QMxJ7AWKVPqEZXgYBJaiz5vf29X0boG8QtcqWy8mqkXKWLND2Swdx0SbEx0efoGFcjuKufUcB0ASQ==", + "version": "1.1.26", + "resolved": "https://registry.npmjs.org/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.26.tgz", + "integrity": "sha512-rlFHk8XoRCXjARQAlHTgtisyE5KJxMb9UyR4hRbD6tLlYjmzNf9ms8GjsLYe/j1QpHJ7fNDm9aXqj1+evhQ/MQ==", "license": "MIT", "dependencies": { "@graphql-tools/utils": "^11.0.0", "@types/ws": "^8.0.0", "isomorphic-ws": "^5.0.0", "tslib": "^2.4.0", - "ws": "^8.19.0" + "ws": "^8.20.0" }, "engines": { "node": ">=16.0.0" @@ -1567,19 +1568,19 @@ } }, "node_modules/@graphql-tools/federation": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/@graphql-tools/federation/-/federation-4.2.10.tgz", - "integrity": "sha512-0l/W9lCEmLJj4vGV7pFA3I8Rt/arBIJHrJBXqQNtoLKa2ndGM+KebnsSBD8A94mrR5wtSPtkDZ84SeER5KNEAw==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/@graphql-tools/federation/-/federation-4.3.6.tgz", + "integrity": "sha512-/fkL8AmL9FfIGlfv4QmXVVfSQwFqRDov2IZA4rzuZF0f2MMi3i2pqw8s78XCN+HEZtSqLlhcou4jNh3f0Jw3uA==", "license": "MIT", "dependencies": { - "@graphql-tools/delegate": "^12.0.6", + "@graphql-tools/delegate": "^12.0.13", "@graphql-tools/executor": "^1.4.13", - "@graphql-tools/executor-http": "^3.1.0", + "@graphql-tools/executor-http": "^3.2.1", "@graphql-tools/merge": "^9.1.5", "@graphql-tools/schema": "^10.0.29", - "@graphql-tools/stitch": "^10.1.10", + "@graphql-tools/stitch": "^10.1.17", "@graphql-tools/utils": "^11.0.0", - "@graphql-tools/wrap": "^11.1.6", + "@graphql-tools/wrap": "^11.1.13", "@graphql-yoga/typed-event-target": "^3.0.2", "@whatwg-node/disposablestack": "^0.0.6", "@whatwg-node/events": "^0.1.2", @@ -1628,18 +1629,18 @@ } }, "node_modules/@graphql-tools/stitch": { - "version": "10.1.10", - "resolved": "https://registry.npmjs.org/@graphql-tools/stitch/-/stitch-10.1.10.tgz", - "integrity": "sha512-90sm5NvOLbymbYa81cvXkuZ7cZLLk2C1/VY8VCuFIbkVICYjY5T79cET5Nw8d5qX3LeojIF4SnK0xFYurhKxoA==", + "version": "10.1.17", + "resolved": "https://registry.npmjs.org/@graphql-tools/stitch/-/stitch-10.1.17.tgz", + "integrity": "sha512-ngazAD0kNGkKMKrFyToU41ImI0uxBPlFxDawlvJOA8/8N8ZbTT6tXwMjDGAVT1GrdgmLxBcXVqfc1ppl2xJJQA==", "license": "MIT", "dependencies": { - "@graphql-tools/batch-delegate": "^10.0.12", - "@graphql-tools/delegate": "^12.0.6", + "@graphql-tools/batch-delegate": "^10.0.19", + "@graphql-tools/delegate": "^12.0.13", "@graphql-tools/executor": "^1.4.13", "@graphql-tools/merge": "^9.1.5", "@graphql-tools/schema": "^10.0.29", "@graphql-tools/utils": "^11.0.0", - "@graphql-tools/wrap": "^11.1.6", + "@graphql-tools/wrap": "^11.1.13", "@whatwg-node/promise-helpers": "^1.3.2", "tslib": "^2.8.1" }, @@ -1651,14 +1652,14 @@ } }, "node_modules/@graphql-tools/url-loader": { - "version": "9.0.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-9.0.6.tgz", - "integrity": "sha512-QdJI3f7ANDMYfYazRgJzzybznjOrQAOuDXweC9xmKgPZoTqNxEAsatiy69zcpTf6092taJLyrqRH6R7xUTzf4A==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/@graphql-tools/url-loader/-/url-loader-9.1.0.tgz", + "integrity": "sha512-G3Ul5sLsLOJlfT4LkdQSKcHoJ+4CuSeUbRT1XjBXZSgNkeXZt2MXHJQX0X8+b4mJq7fI3thcfbiB+5sEUlnT7g==", "license": "MIT", "dependencies": { - "@graphql-tools/executor-graphql-ws": "^3.1.2", - "@graphql-tools/executor-http": "^3.0.6", - "@graphql-tools/executor-legacy-ws": "^1.1.25", + "@graphql-tools/executor-graphql-ws": "^3.1.4", + "@graphql-tools/executor-http": "^3.2.1", + "@graphql-tools/executor-legacy-ws": "^1.1.26", "@graphql-tools/utils": "^11.0.0", "@graphql-tools/wrap": "^11.1.1", "@types/ws": "^8.0.0", @@ -1667,7 +1668,7 @@ "isomorphic-ws": "^5.0.0", "sync-fetch": "0.6.0", "tslib": "^2.4.0", - "ws": "^8.19.0" + "ws": "^8.20.0" }, "engines": { "node": ">=20.0.0" @@ -1695,12 +1696,12 @@ } }, "node_modules/@graphql-tools/wrap": { - "version": "11.1.6", - "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-11.1.6.tgz", - "integrity": "sha512-aamowNRone/LVeu2saKrl9bn7Svw1lKNPQMhy9+I1a4qt+2LhqysxcVGUJLo3/j71uv/C+4c3+bam78JyVf94w==", + "version": "11.1.13", + "resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-11.1.13.tgz", + "integrity": "sha512-oWdhddkcFy9vKjvAZiw7oH/1mrgg0uMpwdeFeFt7S/MlLiySx+Vuk7kjARktjUBl+yAMt9q1/BADnoT+5vH0hw==", "license": "MIT", "dependencies": { - "@graphql-tools/delegate": "^12.0.6", + "@graphql-tools/delegate": "^12.0.13", "@graphql-tools/schema": "^10.0.29", "@graphql-tools/utils": "^11.0.0", "@whatwg-node/promise-helpers": "^1.3.2", @@ -1735,9 +1736,9 @@ } }, "node_modules/@graphql-yoga/plugin-persisted-operations": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/@graphql-yoga/plugin-persisted-operations/-/plugin-persisted-operations-3.18.0.tgz", - "integrity": "sha512-1jizZvvW6+LyCZ7J9oxFg0PqNAphd+ltFVXZOdDB9qMr7qRxxBJ9Q6uU+m7KJZ3SoEobOddE2O/IKVcbx8FrIQ==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/@graphql-yoga/plugin-persisted-operations/-/plugin-persisted-operations-3.21.0.tgz", + "integrity": "sha512-JzzaHzqFXiMgTHA9Qsl1r/Ll9t2WA1Lg3R2+MZcKodaBFS0XSaJSHrQigaxe8hrN4EohNlrx3P8w7Z03J3k/iw==", "license": "MIT", "dependencies": { "@whatwg-node/promise-helpers": "^1.3.2" @@ -1747,7 +1748,7 @@ }, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", - "graphql-yoga": "^5.18.0" + "graphql-yoga": "^5.21.0" } }, "node_modules/@graphql-yoga/subscription": { @@ -3746,9 +3747,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.95.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.0.tgz", - "integrity": "sha512-H1/CWCe8tGL3YIVeo770Z6kPbt0B3M1d/iQXIIK1qlFiFt6G2neYdkHgLapOC8uMYNt9DmHjmGukEKgdMk1P+A==", + "version": "5.95.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.95.2.tgz", + "integrity": "sha512-o4T8vZHZET4Bib3jZ/tCW9/7080urD4c+0/AUaYVpIqOsr7y0reBc1oX3ttNaSW5mYyvZHctiQ/UOP2PfdmFEQ==", "license": "MIT", "funding": { "type": "github", @@ -3756,12 +3757,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.95.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.0.tgz", - "integrity": "sha512-EMP8B+BK9zvnAemT8M/y3z/WO0NjZ7fIUY3T3wnHYK6AA3qK/k33i7tPgCXCejhX0cd4I6bJIXN2GmjrHjDBzg==", + "version": "5.95.2", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.95.2.tgz", + "integrity": "sha512-/wGkvLj/st5Ud1Q76KF1uFxScV7WeqN1slQx5280ycwAyYkIPGaRZAEgHxe3bjirSd5Zpwkj6zNcR4cqYni/ZA==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.95.0" + "@tanstack/query-core": "5.95.2" }, "funding": { "type": "github", @@ -3904,17 +3905,17 @@ } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz", - "integrity": "sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==", + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.2.tgz", + "integrity": "sha512-NZZgp0Fm2IkD+La5PR81sd+g+8oS6JwJje+aRWsDocxHkjyRw0J5L5ZTlN3LI1LlOcGL7ph3eaIUmTXMIjLk0w==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/regexpp": "^4.12.2", - "@typescript-eslint/scope-manager": "8.57.1", - "@typescript-eslint/type-utils": "8.57.1", - "@typescript-eslint/utils": "8.57.1", - "@typescript-eslint/visitor-keys": "8.57.1", + "@typescript-eslint/scope-manager": "8.57.2", + "@typescript-eslint/type-utils": "8.57.2", + "@typescript-eslint/utils": "8.57.2", + "@typescript-eslint/visitor-keys": "8.57.2", "ignore": "^7.0.5", "natural-compare": "^1.4.0", "ts-api-utils": "^2.4.0" @@ -3927,7 +3928,7 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "@typescript-eslint/parser": "^8.57.1", + "@typescript-eslint/parser": "^8.57.2", "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", "typescript": ">=4.8.4 <6.0.0" } @@ -3943,16 +3944,16 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.57.1.tgz", - "integrity": "sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==", + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.0.tgz", + "integrity": "sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/scope-manager": "8.57.1", - "@typescript-eslint/types": "8.57.1", - "@typescript-eslint/typescript-estree": "8.57.1", - "@typescript-eslint/visitor-keys": "8.57.1", + "@typescript-eslint/scope-manager": "8.58.0", + "@typescript-eslint/types": "8.58.0", + "@typescript-eslint/typescript-estree": "8.58.0", + "@typescript-eslint/visitor-keys": "8.58.0", "debug": "^4.4.3" }, "engines": { @@ -3964,18 +3965,67 @@ }, "peerDependencies": { "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", - "typescript": ">=4.8.4 <6.0.0" + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz", + "integrity": "sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.58.0", + "@typescript-eslint/visitor-keys": "8.58.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz", + "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.58.0", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/parser/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/@typescript-eslint/project-service": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.1.tgz", - "integrity": "sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==", + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.0.tgz", + "integrity": "sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/tsconfig-utils": "^8.57.1", - "@typescript-eslint/types": "^8.57.1", + "@typescript-eslint/tsconfig-utils": "^8.58.0", + "@typescript-eslint/types": "^8.58.0", "debug": "^4.4.3" }, "engines": { @@ -3986,18 +4036,18 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" + "typescript": ">=4.8.4 <6.1.0" } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz", - "integrity": "sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==", + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.57.2.tgz", + "integrity": "sha512-snZKH+W4WbWkrBqj4gUNRIGb/jipDW3qMqVJ4C9rzdFc+wLwruxk+2a5D+uoFcKPAqyqEnSb4l2ULuZf95eSkw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.57.1", - "@typescript-eslint/visitor-keys": "8.57.1" + "@typescript-eslint/types": "8.57.2", + "@typescript-eslint/visitor-keys": "8.57.2" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4007,10 +4057,24 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.2.tgz", + "integrity": "sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@typescript-eslint/tsconfig-utils": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz", - "integrity": "sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==", + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz", + "integrity": "sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==", "dev": true, "license": "MIT", "engines": { @@ -4021,19 +4085,19 @@ "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "typescript": ">=4.8.4 <6.0.0" + "typescript": ">=4.8.4 <6.1.0" } }, "node_modules/@typescript-eslint/type-utils": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz", - "integrity": "sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==", + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.57.2.tgz", + "integrity": "sha512-Co6ZCShm6kIbAM/s+oYVpKFfW7LBc6FXoPXjTRQ449PPNBY8U0KZXuevz5IFuuUj2H9ss40atTaf9dlGLzbWZg==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.57.1", - "@typescript-eslint/typescript-estree": "8.57.1", - "@typescript-eslint/utils": "8.57.1", + "@typescript-eslint/types": "8.57.2", + "@typescript-eslint/typescript-estree": "8.57.2", + "@typescript-eslint/utils": "8.57.2", "debug": "^4.4.3", "ts-api-utils": "^2.4.0" }, @@ -4049,31 +4113,70 @@ "typescript": ">=4.8.4 <6.0.0" } }, - "node_modules/@typescript-eslint/types": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.1.tgz", - "integrity": "sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==", + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/project-service": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.2.tgz", + "integrity": "sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==", "dev": true, "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.57.2", + "@typescript-eslint/types": "^8.57.2", + "debug": "^4.4.3" + }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" } }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz", - "integrity": "sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==", + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz", + "integrity": "sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.2.tgz", + "integrity": "sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz", + "integrity": "sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/project-service": "8.57.1", - "@typescript-eslint/tsconfig-utils": "8.57.1", - "@typescript-eslint/types": "8.57.1", - "@typescript-eslint/visitor-keys": "8.57.1", + "@typescript-eslint/project-service": "8.57.2", + "@typescript-eslint/tsconfig-utils": "8.57.2", + "@typescript-eslint/types": "8.57.2", + "@typescript-eslint/visitor-keys": "8.57.2", "debug": "^4.4.3", "minimatch": "^10.2.2", "semver": "^7.7.3", @@ -4091,6 +4194,118 @@ "typescript": ">=4.8.4 <6.0.0" } }, + "node_modules/@typescript-eslint/type-utils/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/brace-expansion": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", + "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.5" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@typescript-eslint/types": { + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.0.tgz", + "integrity": "sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz", + "integrity": "sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.58.0", + "@typescript-eslint/tsconfig-utils": "8.58.0", + "@typescript-eslint/types": "8.58.0", + "@typescript-eslint/visitor-keys": "8.58.0", + "debug": "^4.4.3", + "minimatch": "^10.2.2", + "semver": "^7.7.3", + "tinyglobby": "^0.2.15", + "ts-api-utils": "^2.5.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.1.0" + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": { + "version": "8.58.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz", + "integrity": "sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/types": "8.58.0", + "eslint-visitor-keys": "^5.0.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", @@ -4102,9 +4317,9 @@ } }, "node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz", - "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==", + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", + "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", "dev": true, "license": "MIT", "dependencies": { @@ -4114,14 +4329,27 @@ "node": "18 || 20 || >=22" } }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/eslint-visitor-keys": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", + "integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": "^20.19.0 || ^22.13.0 || >=24" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, "node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": { - "version": "10.2.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", - "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.2" + "brace-expansion": "^5.0.5" }, "engines": { "node": "18 || 20 || >=22" @@ -4144,16 +4372,16 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.1.tgz", - "integrity": "sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==", + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.57.2.tgz", + "integrity": "sha512-krRIbvPK1ju1WBKIefiX+bngPs+odIQUtR7kymzPfo1POVw3jlF+nLkmexdSSd4UCbDcQn+wMBATOOmpBbqgKg==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.9.1", - "@typescript-eslint/scope-manager": "8.57.1", - "@typescript-eslint/types": "8.57.1", - "@typescript-eslint/typescript-estree": "8.57.1" + "@typescript-eslint/scope-manager": "8.57.2", + "@typescript-eslint/types": "8.57.2", + "@typescript-eslint/typescript-estree": "8.57.2" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -4167,14 +4395,147 @@ "typescript": ">=4.8.4 <6.0.0" } }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/project-service": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.57.2.tgz", + "integrity": "sha512-FuH0wipFywXRTHf+bTTjNyuNQQsQC3qh/dYzaM4I4W0jrCqjCVuUh99+xd9KamUfmCGPvbO8NDngo/vsnNVqgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/tsconfig-utils": "^8.57.2", + "@typescript-eslint/types": "^8.57.2", + "debug": "^4.4.3" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/tsconfig-utils": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz", + "integrity": "sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.2.tgz", + "integrity": "sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.2.tgz", + "integrity": "sha512-2MKM+I6g8tJxfSmFKOnHv2t8Sk3T6rF20A1Puk0svLK+uVapDZB/4pfAeB7nE83uAZrU6OxW+HmOd5wHVdXwXA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@typescript-eslint/project-service": "8.57.2", + "@typescript-eslint/tsconfig-utils": "8.57.2", + "@typescript-eslint/types": "8.57.2", + "@typescript-eslint/visitor-keys": "8.57.2", + "debug": "^4.4.3", + "minimatch": "^10.2.2", + "semver": "^7.7.3", + "tinyglobby": "^0.2.15", + "ts-api-utils": "^2.4.0" + }, + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "typescript": ">=4.8.4 <6.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/brace-expansion": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", + "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/minimatch": { + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", + "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.5" + }, + "engines": { + "node": "18 || 20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/semver": { + "version": "7.7.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz", + "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "8.57.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz", - "integrity": "sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==", + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.2.tgz", + "integrity": "sha512-zhahknjobV2FiD6Ee9iLbS7OV9zi10rG26odsQdfBO/hjSzUQbkIYgda+iNKK1zNiW2ey+Lf8MU5btN17V3dUw==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "8.57.1", + "@typescript-eslint/types": "8.57.2", "eslint-visitor-keys": "^5.0.0" }, "engines": { @@ -4185,6 +4546,20 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": { + "version": "8.57.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.57.2.tgz", + "integrity": "sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.18.0 || ^20.9.0 || >=21.1.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz", @@ -4199,25 +4574,25 @@ } }, "node_modules/@verax-attestation-registry/verax-sdk": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@verax-attestation-registry/verax-sdk/-/verax-sdk-5.2.0.tgz", - "integrity": "sha512-TI06e9v5COJdBtTuB8WJbRF+yYeRSlTVpfoXTBZWiVI+tlF5tST8vzJYQOnapb/cN1ad8wVaPksxd+L+6YabLQ==", - "license": "MIT", - "dependencies": { - "@graphql-mesh/cache-inmemory-lru": "^0.8.20", - "@graphql-mesh/cross-helpers": "^0.4.11", - "@graphql-mesh/graphql": "^0.104.20", - "@graphql-mesh/http": "^0.106.20", - "@graphql-mesh/merger-bare": "^0.105.20", - "@graphql-mesh/runtime": "^0.106.19", - "@graphql-mesh/store": "^0.104.20", - "@graphql-mesh/types": "^0.104.18", - "@graphql-mesh/utils": "^0.104.18", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@verax-attestation-registry/verax-sdk/-/verax-sdk-5.4.0.tgz", + "integrity": "sha512-Ms/1GWdHppWS0jJbz+rmgYeqe/owdMsjk+Zratg3UScGyTsv8IrP1UhwnPL5Dmw/MomyBf1yve+/VFYnXkUVFQ==", + "license": "MIT", + "dependencies": { + "@graphql-mesh/cache-inmemory-lru": "^0.8.32", + "@graphql-mesh/cross-helpers": "^0.4.12", + "@graphql-mesh/graphql": "^0.104.33", + "@graphql-mesh/http": "^0.106.35", + "@graphql-mesh/merger-bare": "^0.105.33", + "@graphql-mesh/runtime": "^0.106.33", + "@graphql-mesh/store": "^0.104.33", + "@graphql-mesh/types": "^0.104.25", + "@graphql-mesh/utils": "^0.104.31", "@graphql-typed-document-node/core": "^3.2.0", - "@graphql-yoga/plugin-persisted-operations": "^3.18.0", + "@graphql-yoga/plugin-persisted-operations": "^3.18.1", "@whatwg-node/fetch": "^0.10.13", - "axios": "^1.13.2", - "graphql": "16.12.0" + "axios": "^1.13.6", + "graphql": "16.13.2" }, "peerDependencies": { "viem": "^2.0.0" @@ -5322,14 +5697,14 @@ } }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", + "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/axios-retry": { @@ -7263,9 +7638,9 @@ } }, "node_modules/graphql": { - "version": "16.12.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz", - "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.2.tgz", + "integrity": "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" @@ -7289,9 +7664,9 @@ } }, "node_modules/graphql-ws": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.7.tgz", - "integrity": "sha512-yoLRW+KRlDmnnROdAu7sX77VNLC0bsFoZyGQJLy1cF+X/SkLg/fWkRGrEEYQK8o2cafJ2wmEaMqMEZB3U3DYDg==", + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/graphql-ws/-/graphql-ws-6.0.8.tgz", + "integrity": "sha512-m3EOaNsUBXwAnkBWbzPfe0Nq8pXUfxsWnolC54sru3FzHvhTZL0Ouf/BoQsaGAXqM+YPerXOJ47BUnmgmoupCw==", "license": "MIT", "engines": { "node": ">=20" @@ -7315,12 +7690,12 @@ } }, "node_modules/graphql-yoga": { - "version": "5.18.0", - "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.18.0.tgz", - "integrity": "sha512-xFt1DVXS1BZ3AvjnawAGc5OYieSe56WuQuyk3iEpBwJ3QDZJWQGLmU9z/L5NUZ+pUcyprsz/bOwkYIV96fXt/g==", + "version": "5.21.0", + "resolved": "https://registry.npmjs.org/graphql-yoga/-/graphql-yoga-5.21.0.tgz", + "integrity": "sha512-PS37UoDihx8209RRl1ogttzWevNYDnGvP7beHkwHzUpUdfZTHsVRTVe1ysGXre1EjwUAePbpez302YSrq70Ngw==", "license": "MIT", "dependencies": { - "@envelop/core": "^5.3.0", + "@envelop/core": "^5.5.1", "@envelop/instrumentation": "^1.0.0", "@graphql-tools/executor": "^1.5.0", "@graphql-tools/schema": "^10.0.11", @@ -9146,10 +9521,13 @@ "license": "MIT" }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/punycode": { "version": "2.3.1", @@ -10098,12 +10476,12 @@ } }, "node_modules/tiny-lru": { - "version": "11.4.7", - "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-11.4.7.tgz", - "integrity": "sha512-w/Te7uMUVeH0CR8vZIjr+XiN41V+30lkDdK+NRIDCUYKKuL9VcmaUEmaPISuwGhLlrTGh5yu18lENtR9axSxYw==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/tiny-lru/-/tiny-lru-13.0.0.tgz", + "integrity": "sha512-xDHxKKS1FdF0Tv2P+QT7IeSEg74K/8cEDzbv3Tv6UyHHUgBOjOiQiBp818MGj66dhurQus/IBcoAbwIKtSGc6Q==", "license": "BSD-3-Clause", "engines": { - "node": ">=12" + "node": ">=14" } }, "node_modules/tinyglobby": { @@ -10129,9 +10507,9 @@ "license": "MIT" }, "node_modules/ts-api-utils": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.4.0.tgz", - "integrity": "sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz", + "integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==", "dev": true, "license": "MIT", "engines": { @@ -10703,13 +11081,13 @@ } }, "node_modules/wagmi": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/wagmi/-/wagmi-3.5.0.tgz", - "integrity": "sha512-39uiY6Vkc28NiAHrxJzVTodoRgSVGG97EewwUxRf+jcFMTe8toAnaM8pJZA3Zw/6snMg4tSgWLJAtMnOacLe7w==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/wagmi/-/wagmi-3.6.0.tgz", + "integrity": "sha512-PIpihH3N4tDbtiJNmH4uExPjE4nwL7zU+y+DlUBoSGPw92bXl11mU6NXlruSCx+JKG+/ThAYeJivh+ByTpPQrw==", "license": "MIT", "dependencies": { - "@wagmi/connectors": "7.2.1", - "@wagmi/core": "3.4.0", + "@wagmi/connectors": "8.0.0", + "@wagmi/core": "3.4.1", "use-sync-external-store": "1.4.0" }, "funding": { @@ -10728,9 +11106,9 @@ } }, "node_modules/wagmi/node_modules/@wagmi/connectors": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@wagmi/connectors/-/connectors-7.2.1.tgz", - "integrity": "sha512-/tyDepUMDM8eNzNX3ofjqHNRFZ6XcZ3u0+cQp5x0/LHCpMA8tRh7A1/e7dTrYiIJeL7iLgHzfHUXCsU02OKMLQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@wagmi/connectors/-/connectors-8.0.0.tgz", + "integrity": "sha512-Uvo1Y75o7/5ShuVJdmNPpAreGKHTLongAn2CO1pwPhVvaInt9FqR8bHjIraUp8aHjE1Xk81drc7K62khKVMg+Q==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/wevm" @@ -10738,10 +11116,10 @@ "peerDependencies": { "@base-org/account": "^2.5.1", "@coinbase/wallet-sdk": "^4.3.6", - "@metamask/sdk": "~0.33.1", + "@metamask/connect-evm": "~0.9.0", "@safe-global/safe-apps-provider": "~0.18.6", "@safe-global/safe-apps-sdk": "^9.1.0", - "@wagmi/core": "3.4.0", + "@wagmi/core": "3.4.1", "@walletconnect/ethereum-provider": "^2.21.1", "porto": "~0.2.35", "typescript": ">=5.7.3", @@ -10754,7 +11132,7 @@ "@coinbase/wallet-sdk": { "optional": true }, - "@metamask/sdk": { + "@metamask/connect-evm": { "optional": true }, "@safe-global/safe-apps-provider": { @@ -10775,9 +11153,9 @@ } }, "node_modules/wagmi/node_modules/@wagmi/core": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-3.4.0.tgz", - "integrity": "sha512-EU5gDsUp5t7+cuLv12/L8hfyWfCIKsBNiiBqpOqxZJxvAcAiQk4xFe2jMgaQPqApc3Omvxrk032M8AQ4N0cQeg==", + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@wagmi/core/-/core-3.4.1.tgz", + "integrity": "sha512-sEiwTERUmmxYwcvTEmKfN8ERDftt7JwutSAwa8RRAjmtJblUNBJp5VcPEzgQ+NPfnSO9Kq05OBSKSiocLNhhOQ==", "license": "MIT", "dependencies": { "eventemitter3": "5.0.1", @@ -11004,9 +11382,9 @@ } }, "node_modules/ws": { - "version": "8.19.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz", - "integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==", + "version": "8.20.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz", + "integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==", "license": "MIT", "engines": { "node": ">=10.0.0" diff --git a/package.json b/package.json index deae77c..b22a9d0 100644 --- a/package.json +++ b/package.json @@ -19,21 +19,21 @@ "@fortawesome/react-fontawesome": "^3.3.0", "@reown/appkit": "^1.8.19", "@reown/appkit-adapter-wagmi": "^1.8.19", - "@tanstack/react-query": "^5.95.0", - "@verax-attestation-registry/verax-sdk": "^5.2.0", + "@tanstack/react-query": "^5.95.2", + "@verax-attestation-registry/verax-sdk": "^5.4.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-json-view-lite": "^2.5.0", "viem": "^2.47.6", "vite": "^7.3.1", "vite-plugin-radar": "^0.10.1", - "wagmi": "^3.5.0" + "wagmi": "^3.6.0" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", - "@typescript-eslint/eslint-plugin": "^8.57.1", + "@typescript-eslint/eslint-plugin": "^8.57.2", "@typescript-eslint/parser": "^8.55.0", "@vitejs/plugin-react": "^5.1.4", "eslint": "^9.39.2",