diff --git a/.remarkrc.cjs b/.remarkrc.mjs similarity index 93% rename from .remarkrc.cjs rename to .remarkrc.mjs index b5b908449b25..08a7ca39f102 100644 --- a/.remarkrc.cjs +++ b/.remarkrc.mjs @@ -1,4 +1,4 @@ -module.exports = { +export default { plugins: [ 'frontmatter', // should be defined ['remark-lint-first-heading-level', 2], diff --git a/Dockerfile b/Dockerfile index fa894361370f..f3e2e7551821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV ENVIRONMENT=$ENVIRONMENT ENV PNPM_HOME="/usr/bin" RUN apk add --no-cache git -RUN npm install -g pnpm@9.2.0 +RUN npm install -g pnpm@9.4.0 WORKDIR /app diff --git a/package.json b/package.json index fbe2a3bdaa77..0671a2ce4c7e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "the-graph-docs-monorepo", "private": true, - "packageManager": "pnpm@9.2.0", + "packageManager": "pnpm@9.4.0", "scripts": { "build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build", "check": "pnpm typecheck && pnpm lint && pnpm prettier:check", @@ -29,6 +29,6 @@ "remark-lint-no-heading-punctuation": "^3.1.2", "remark-lint-restrict-elements": "workspace:*", "turbo": "^1.13.4", - "typescript": "^5.4.5" + "typescript": "^5.5.2" } } diff --git a/packages/nextra-theme/package.json b/packages/nextra-theme/package.json index d084c67e7024..6f4986ea07be 100644 --- a/packages/nextra-theme/package.json +++ b/packages/nextra-theme/package.json @@ -36,17 +36,17 @@ }, "dependencies": { "@docsearch/react": "^3.6.0", - "@radix-ui/react-collapsible": "^1.0.3", - "@radix-ui/react-visually-hidden": "^1.0.3", + "@radix-ui/react-collapsible": "^1.1.0", + "@radix-ui/react-visually-hidden": "^1.1.0", "lodash": "^4.17.21", "react-intersection-observer": "^9.10.3", "react-use": "^17.5.0" }, "devDependencies": { - "@edgeandnode/gds": "^5.17.0", - "@edgeandnode/go": "^6.25.0", + "@edgeandnode/gds": "^5.21.0", + "@edgeandnode/go": "^6.31.0", "@emotion/react": "^11.11.4", - "@types/lodash": "^4.17.5", + "@types/lodash": "^4.17.6", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "next": "^14.2.4", diff --git a/packages/og-image/package.json b/packages/og-image/package.json index dbcdcf29d035..8fd077148fd3 100644 --- a/packages/og-image/package.json +++ b/packages/og-image/package.json @@ -16,12 +16,12 @@ "yoga-wasm-web": "0.3.3" }, "devDependencies": { - "@cloudflare/workers-types": "^4.20240614.0", + "@cloudflare/workers-types": "^4.20240620.0", "@types/react": "^18.3.3", "jest-image-snapshot": "^6.4.0", - "tsx": "^4.15.6", - "typescript": "^5.4.5", + "tsx": "^4.15.7", + "typescript": "^5.5.2", "vitest": "^1.6.0", - "wrangler": "^3.60.3" + "wrangler": "^3.62.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 11cdee3bf400..bc71214df7d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: devDependencies: '@edgeandnode/eslint-config': specifier: ^2.0.3 - version: 2.0.3(eslint@8.57.0)(typescript@5.4.5) + version: 2.0.3(eslint@8.57.0)(typescript@5.5.2) eslint: specifier: ^8.57.0 version: 8.57.0 @@ -42,20 +42,20 @@ importers: specifier: ^1.13.4 version: 1.13.4 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 packages/nextra-theme: dependencies: '@docsearch/react': specifier: ^3.6.0 - version: 3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.14.0) + version: 3.6.0(@algolia/client-search@4.24.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.14.0) '@radix-ui/react-collapsible': - specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.1.0 + version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-visually-hidden': - specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^1.1.0 + version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) lodash: specifier: ^4.17.21 version: 4.17.21 @@ -67,17 +67,17 @@ importers: version: 17.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) devDependencies: '@edgeandnode/gds': - specifier: ^5.17.0 - version: 5.17.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)) + specifier: ^5.21.0 + version: 5.21.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)) '@edgeandnode/go': - specifier: ^6.25.0 - version: 6.25.0(@edgeandnode/common@6.11.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.17.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)) + specifier: ^6.31.0 + version: 6.31.0(ack2eianknhbrrwbh3exv23dhi) '@emotion/react': specifier: ^11.11.4 version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@types/lodash': - specifier: ^4.17.5 - version: 4.17.5 + specifier: ^4.17.6 + version: 4.17.6 '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -104,7 +104,7 @@ importers: version: 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) tsup: specifier: ^8.1.0 - version: 8.1.0(postcss@8.4.38)(ts-node@10.9.2(typescript@5.4.5))(typescript@5.4.5) + version: 8.1.0(postcss@8.4.38)(ts-node@10.9.2(typescript@5.5.2))(typescript@5.5.2) packages/og-image: dependencies: @@ -122,8 +122,8 @@ importers: version: 0.3.3 devDependencies: '@cloudflare/workers-types': - specifier: ^4.20240614.0 - version: 4.20240614.0 + specifier: ^4.20240620.0 + version: 4.20240620.0 '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -131,17 +131,17 @@ importers: specifier: ^6.4.0 version: 6.4.0 tsx: - specifier: ^4.15.6 - version: 4.15.6 + specifier: ^4.15.7 + version: 4.15.7 typescript: - specifier: ^5.4.5 - version: 5.4.5 + specifier: ^5.5.2 + version: 5.5.2 vitest: specifier: ^1.6.0 - version: 1.6.0(@types/node@20.14.2) + version: 1.6.0(@types/node@20.14.9) wrangler: - specifier: ^3.60.3 - version: 3.60.3(@cloudflare/workers-types@4.20240614.0) + specifier: ^3.62.0 + version: 3.62.0(@cloudflare/workers-types@4.20240620.0) packages/remark-lint-restrict-elements: dependencies: @@ -155,20 +155,20 @@ importers: website: dependencies: '@edgeandnode/common': - specifier: ^6.11.0 - version: 6.11.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) + specifier: ^6.13.0 + version: 6.13.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) '@edgeandnode/gds': - specifier: ^5.17.0 - version: 5.17.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)) + specifier: ^5.21.0 + version: 5.21.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)) '@edgeandnode/go': - specifier: ^6.25.0 - version: 6.25.0(@edgeandnode/common@6.11.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.17.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)) + specifier: ^6.31.0 + version: 6.31.0(ack2eianknhbrrwbh3exv23dhi) '@emotion/react': specifier: ^11.11.4 version: 11.11.4(@types/react@18.3.3)(react@18.3.1) '@graphprotocol/contracts': specifier: 6.2.1 - version: 6.2.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5) + version: 6.2.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2) '@graphprotocol/nextra-theme': specifier: workspace:* version: link:../packages/nextra-theme @@ -176,8 +176,8 @@ importers: specifier: ^2.1.6 version: 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) mixpanel-browser: - specifier: ^2.52.0 - version: 2.52.0 + specifier: ^2.53.0 + version: 2.53.0 next: specifier: ^14.2.4 version: 14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -208,7 +208,7 @@ importers: devDependencies: '@graphprotocol/client-cli': specifier: 3.0.1 - version: 3.0.1(@envelop/core@4.0.3)(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(@graphql-tools/merge@9.0.4(graphql@16.8.2))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(@graphql-tools/wrap@10.0.5(graphql@16.8.2))(@types/node@20.14.2)(graphql-tag@2.12.6(graphql@16.8.2))(graphql-yoga@5.3.1(graphql@16.8.2))(graphql@16.8.2) + version: 3.0.1(kwfkozhb3mrd42tdhhtdxd5uqm) '@types/mdast': specifier: ^4.0.4 version: 4.0.4 @@ -228,20 +228,20 @@ importers: specifier: ^4.4.0 version: 4.4.0 graphql: - specifier: ^16.8.2 - version: 16.8.2 + specifier: ^16.9.0 + version: 16.9.0 postcss: specifier: ^8.4.38 version: 8.4.38 tailwindcss: specifier: ^3.4.4 - version: 3.4.4(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5)) + version: 3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2)) tsx: - specifier: ^4.15.6 - version: 4.15.6 + specifier: ^4.15.7 + version: 4.15.7 unified: - specifier: ^11.0.4 - version: 11.0.4 + specifier: ^11.0.5 + version: 11.0.5 packages: @@ -265,50 +265,50 @@ packages: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' - '@algolia/cache-browser-local-storage@4.23.3': - resolution: {integrity: sha512-vRHXYCpPlTDE7i6UOy2xE03zHF2C8MEFjPN2v7fRbqVpcOvAUQK81x3Kc21xyb5aSIpYCjWCZbYZuz8Glyzyyg==} + '@algolia/cache-browser-local-storage@4.24.0': + resolution: {integrity: sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==} - '@algolia/cache-common@4.23.3': - resolution: {integrity: sha512-h9XcNI6lxYStaw32pHpB1TMm0RuxphF+Ik4o7tcQiodEdpKK+wKufY6QXtba7t3k8eseirEMVB83uFFF3Nu54A==} + '@algolia/cache-common@4.24.0': + resolution: {integrity: sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==} - '@algolia/cache-in-memory@4.23.3': - resolution: {integrity: sha512-yvpbuUXg/+0rbcagxNT7un0eo3czx2Uf0y4eiR4z4SD7SiptwYTpbuS0IHxcLHG3lq22ukx1T6Kjtk/rT+mqNg==} + '@algolia/cache-in-memory@4.24.0': + resolution: {integrity: sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==} - '@algolia/client-account@4.23.3': - resolution: {integrity: sha512-hpa6S5d7iQmretHHF40QGq6hz0anWEHGlULcTIT9tbUssWUriN9AUXIFQ8Ei4w9azD0hc1rUok9/DeQQobhQMA==} + '@algolia/client-account@4.24.0': + resolution: {integrity: sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==} - '@algolia/client-analytics@4.23.3': - resolution: {integrity: sha512-LBsEARGS9cj8VkTAVEZphjxTjMVCci+zIIiRhpFun9jGDUlS1XmhCW7CTrnaWeIuCQS/2iPyRqSy1nXPjcBLRA==} + '@algolia/client-analytics@4.24.0': + resolution: {integrity: sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==} - '@algolia/client-common@4.23.3': - resolution: {integrity: sha512-l6EiPxdAlg8CYhroqS5ybfIczsGUIAC47slLPOMDeKSVXYG1n0qGiz4RjAHLw2aD0xzh2EXZ7aRguPfz7UKDKw==} + '@algolia/client-common@4.24.0': + resolution: {integrity: sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==} - '@algolia/client-personalization@4.23.3': - resolution: {integrity: sha512-3E3yF3Ocr1tB/xOZiuC3doHQBQ2zu2MPTYZ0d4lpfWads2WTKG7ZzmGnsHmm63RflvDeLK/UVx7j2b3QuwKQ2g==} + '@algolia/client-personalization@4.24.0': + resolution: {integrity: sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==} - '@algolia/client-search@4.23.3': - resolution: {integrity: sha512-P4VAKFHqU0wx9O+q29Q8YVuaowaZ5EM77rxfmGnkHUJggh28useXQdopokgwMeYw2XUht49WX5RcTQ40rZIabw==} + '@algolia/client-search@4.24.0': + resolution: {integrity: sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==} - '@algolia/logger-common@4.23.3': - resolution: {integrity: sha512-y9kBtmJwiZ9ZZ+1Ek66P0M68mHQzKRxkW5kAAXYN/rdzgDN0d2COsViEFufxJ0pb45K4FRcfC7+33YB4BLrZ+g==} + '@algolia/logger-common@4.24.0': + resolution: {integrity: sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==} - '@algolia/logger-console@4.23.3': - resolution: {integrity: sha512-8xoiseoWDKuCVnWP8jHthgaeobDLolh00KJAdMe9XPrWPuf1by732jSpgy2BlsLTaT9m32pHI8CRfrOqQzHv3A==} + '@algolia/logger-console@4.24.0': + resolution: {integrity: sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==} - '@algolia/recommend@4.23.3': - resolution: {integrity: sha512-9fK4nXZF0bFkdcLBRDexsnGzVmu4TSYZqxdpgBW2tEyfuSSY54D4qSRkLmNkrrz4YFvdh2GM1gA8vSsnZPR73w==} + '@algolia/recommend@4.24.0': + resolution: {integrity: sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==} - '@algolia/requester-browser-xhr@4.23.3': - resolution: {integrity: sha512-jDWGIQ96BhXbmONAQsasIpTYWslyjkiGu0Quydjlowe+ciqySpiDUrJHERIRfELE5+wFc7hc1Q5hqjGoV7yghw==} + '@algolia/requester-browser-xhr@4.24.0': + resolution: {integrity: sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==} - '@algolia/requester-common@4.23.3': - resolution: {integrity: sha512-xloIdr/bedtYEGcXCiF2muajyvRhwop4cMZo+K2qzNht0CMzlRkm8YsDdj5IaBhshqfgmBb3rTg4sL4/PpvLYw==} + '@algolia/requester-common@4.24.0': + resolution: {integrity: sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==} - '@algolia/requester-node-http@4.23.3': - resolution: {integrity: sha512-zgu++8Uj03IWDEJM3fuNl34s746JnZOWn1Uz5taV1dFyJhVM/kTNw9Ik7YJWiUNHJQXcaD8IXD1eCb0nq/aByA==} + '@algolia/requester-node-http@4.24.0': + resolution: {integrity: sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==} - '@algolia/transporter@4.23.3': - resolution: {integrity: sha512-Wjl5gttqnf/gQKJA+dafnD0Y6Yw97yvfY8R9h0dQltX1GXTgNs1zWgvtWW0tHl1EgMdhAyw189uWiZMnL3QebQ==} + '@algolia/transporter@4.24.0': + resolution: {integrity: sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==} '@alloc/quick-lru@5.2.0': resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==} @@ -318,8 +318,26 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@arbitrum/sdk@3.5.1': - resolution: {integrity: sha512-UQ5nUSmvFzEYpAbf1CKkYZmGGq9WysRASOWEAimc63EYVwkOV31hU5m8Dnj6JiJtLcO8mFYnTlVsJGex5oxntw==} + '@apollo/client@3.10.8': + resolution: {integrity: sha512-UaaFEitRrPRWV836wY2L7bd3HRCfbMie1jlYMcmazFAK23MVhz/Uq7VG1nwbotPb5xzFsw5RF4Wnp2G3dWPM3g==} + peerDependencies: + graphql: ^15.0.0 || ^16.0.0 + graphql-ws: ^5.5.5 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + subscriptions-transport-ws: ^0.9.0 || ^0.11.0 + peerDependenciesMeta: + graphql-ws: + optional: true + react: + optional: true + react-dom: + optional: true + subscriptions-transport-ws: + optional: true + + '@arbitrum/sdk@3.6.0': + resolution: {integrity: sha512-FR4Xsq9our03P409YT6g65KuJJ1UheoYoPYow02+y7REVPQvYfVIutEdF/m92mZXVBI1fhvHIOSC+7vxF2F6uw==} engines: {node: '>=v11', npm: please-use-yarn, yarn: '>= 1.0.0'} '@ardatan/relay-compiler@12.0.0': @@ -635,42 +653,42 @@ packages: '@chainsafe/ssz@0.9.4': resolution: {integrity: sha512-77Qtg2N1ayqs4Bg/wvnWfg5Bta7iy7IRh8XqXh7oNMeP2HBbBwx8m6yTpA8p0EHItWPEBkgZd5S5/LSlp3GXuQ==} - '@cloudflare/kv-asset-handler@0.3.2': - resolution: {integrity: sha512-EeEjMobfuJrwoctj7FA1y1KEbM0+Q1xSjobIEyie9k4haVEBB7vkDvsasw1pM3rO39mL2akxIAzLMUAtrMHZhA==} + '@cloudflare/kv-asset-handler@0.3.4': + resolution: {integrity: sha512-YLPHc8yASwjNkmcDMQMY35yiWjoKAKnhUbPRszBRS0YgH+IXtsMp61j+yTcnCE3oO2DgP0U3iejLC8FTtKDC8Q==} engines: {node: '>=16.13'} - '@cloudflare/workerd-darwin-64@1.20240610.1': - resolution: {integrity: sha512-YanZ1iXgMGaUWlleB5cswSE6qbzyjQ8O7ENWZcPAcZZ6BfuL7q3CWi0t9iM1cv2qx92rRztsRTyjcfq099++XQ==} + '@cloudflare/workerd-darwin-64@1.20240620.1': + resolution: {integrity: sha512-YWeS2aE8jAzDefuus/3GmZcFGu3Ef94uCAoxsQuaEXNsiGM9NeAhPpKC1BJAlcv168U/Q1J+6hckcGtipf6ZcQ==} engines: {node: '>=16'} cpu: [x64] os: [darwin] - '@cloudflare/workerd-darwin-arm64@1.20240610.1': - resolution: {integrity: sha512-bRe/y/LKjIgp3L2EHjc+CvoCzfHhf4aFTtOBkv2zW+VToNJ4KlXridndf7LvR9urfsFRRo9r4TXCssuKaU+ypQ==} + '@cloudflare/workerd-darwin-arm64@1.20240620.1': + resolution: {integrity: sha512-3rdND+EHpmCrwYX6hvxIBSBJ0f40tRNxond1Vfw7GiR1MJVi3gragiBx75UDFHCxfRw3J0GZ1qVlkRce2/Xbsg==} engines: {node: '>=16'} cpu: [arm64] os: [darwin] - '@cloudflare/workerd-linux-64@1.20240610.1': - resolution: {integrity: sha512-2zDcadR7+Gs9SjcMXmwsMji2Xs+yASGNA2cEHDuFc4NMUup+eL1mkzxc/QzvFjyBck98e92rBjMZt2dVscpGKg==} + '@cloudflare/workerd-linux-64@1.20240620.1': + resolution: {integrity: sha512-tURcTrXGeSbYqeM5ISVcofY20StKbVIcdxjJvNYNZ+qmSV9Fvn+zr7rRE+q64pEloVZfhsEPAlUCnFso5VV4XQ==} engines: {node: '>=16'} cpu: [x64] os: [linux] - '@cloudflare/workerd-linux-arm64@1.20240610.1': - resolution: {integrity: sha512-7y41rPi5xmIYJN8CY+t3RHnjLL0xx/WYmaTd/j552k1qSr02eTE2o/TGyWZmGUC+lWnwdPQJla0mXbvdqgRdQg==} + '@cloudflare/workerd-linux-arm64@1.20240620.1': + resolution: {integrity: sha512-TThvkwNxaZFKhHZnNjOGqIYCOk05DDWgO+wYMuXg15ymN/KZPnCicRAkuyqiM+R1Fgc4kwe/pehjP8pbmcf6sg==} engines: {node: '>=16'} cpu: [arm64] os: [linux] - '@cloudflare/workerd-windows-64@1.20240610.1': - resolution: {integrity: sha512-B0LyT3DB6rXHWNptnntYHPaoJIy0rXnGfeDBM3nEVV8JIsQrx8MEFn2F2jYioH1FkUVavsaqKO/zUosY3tZXVA==} + '@cloudflare/workerd-windows-64@1.20240620.1': + resolution: {integrity: sha512-Y/BA9Yj0r7Al1HK3nDHcfISgFllw6NR3XMMPChev57vrVT9C9D4erBL3sUBfofHU+2U9L+ShLsl6obBpe3vvUw==} engines: {node: '>=16'} cpu: [x64] os: [win32] - '@cloudflare/workers-types@4.20240614.0': - resolution: {integrity: sha512-fnV3uXD1Hpq5EWnY7XYb+smPcjzIoUFiZpTSV/Tk8qKL3H+w6IqcngZwXQBZ/2U/DwYkDilXHW3FfPhnyD7FZA==} + '@cloudflare/workers-types@4.20240620.0': + resolution: {integrity: sha512-CQD8YS6evRob7LChvIX3gE3zYo0KVgaLDOu1SwNP1BVIS2Sa0b+FC8S1e1hhrNN8/E4chYlVN+FDAgA4KRDUEQ==} '@corex/deepmerge@4.0.43': resolution: {integrity: sha512-N8uEMrMPL0cu/bdboEWpQYb/0i2K5Qn8eCsxzOmxSggJbbQte7ljMRoXm917AbntqTGOzdTu+vP3KOOzoC70HQ==} @@ -699,8 +717,8 @@ packages: search-insights: optional: true - '@edgeandnode/common@6.11.0': - resolution: {integrity: sha512-66ZEiNtjN0h6M7RXfoLU+kc5Z4qj4mEN+f/UVttmMKM8dkRsTgDLKLXZo/+O95u6W64cKU+mCaIB+rqbz7Qc7Q==} + '@edgeandnode/common@6.13.0': + resolution: {integrity: sha512-yPFCA59yXG+Fc0q6Zb/NX41VXQXTpy5dgdTTUw5NeRzKwcLvCFyfYKOoEYi2H4PUE/7dilzAniihUcYWJIZ7YQ==} '@edgeandnode/eslint-config@2.0.3': resolution: {integrity: sha512-I89EK3cJNmJqJH1zLwyoKFFP6lrOWnPnZDgo8/Ew7BpOOA1Qhqcu0ek6erAo+mDt/4/4hlEu0Agrewr80NcImA==} @@ -711,8 +729,8 @@ packages: typescript: optional: true - '@edgeandnode/gds@5.17.0': - resolution: {integrity: sha512-u4vks+StwBI04j4kwUNadRYAk631CMAIb/WcpM0ymqiwv+/OsPzjlVyc82R7+g89NGTU4fR5FsGpY5jlG/oU3Q==} + '@edgeandnode/gds@5.21.0': + resolution: {integrity: sha512-nJbVsCvBHxidlm8w3dlGV/CXoqNFVWSgamPwvQ/+G+zNItyMu9hsuOnFAXOjV+hnu27QQS1bq73/ZjHBJ3l5gQ==} peerDependencies: '@emotion/react': ^11 dayjs: ^1.11 @@ -724,11 +742,11 @@ packages: next: optional: true - '@edgeandnode/go@6.25.0': - resolution: {integrity: sha512-r4uoH5n/iJ/zWQYNjUeuz6cDDodXpzSQh3Lz0tlr1nsgvpnpkFsdI8uIq+oZXI39KFxMuCcAtABw81LMtl/zQw==} + '@edgeandnode/go@6.31.0': + resolution: {integrity: sha512-CffF81jisUuBXsRyRCvCNr33mAvcd3Yc6GzUh7PMGwMz8HcpQJV1oeunW525bhH4Iyoq6IueY6LSioi+VjksnA==} peerDependencies: - '@edgeandnode/common': ^6.11.0 - '@edgeandnode/gds': ^5.17.0 + '@edgeandnode/common': ^6.13.0 + '@edgeandnode/gds': ^5.21.0 '@emotion/react': ^11.11 next: ^13 react: ^18 @@ -1232,26 +1250,26 @@ packages: '@fastify/merge-json-schemas@0.1.1': resolution: {integrity: sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==} - '@floating-ui/core@1.6.2': - resolution: {integrity: sha512-+2XpQV9LLZeanU4ZevzRnGFg2neDeKHgFLjP6YLW+tly0IvrhqT4u8enLGjLH3qeh85g19xY5rsAusfwTdn5lg==} + '@floating-ui/core@1.6.3': + resolution: {integrity: sha512-1ZpCvYf788/ZXOhRQGFxnYQOVgeU+pi0i+d0Ow34La7qjIXETi6RNswGVKkA6KcDO8/+Ysu2E/CeUmmeEBDvTg==} - '@floating-ui/dom@1.6.5': - resolution: {integrity: sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==} + '@floating-ui/dom@1.6.6': + resolution: {integrity: sha512-qiTYajAnh3P+38kECeffMSQgbvXty2VB6rS+42iWR4FPIlZjLK84E9qtLnMTLIpPz2znD/TaFqaiavMUrS+Hcw==} - '@floating-ui/react-dom@2.1.0': - resolution: {integrity: sha512-lNzj5EQmEKn5FFKc04+zasr09h/uX8RtJRNj5gUXsSQIXHVWTVh+hVAg1vOMCexkX8EgvemMvIFpQfkosnVNyA==} + '@floating-ui/react-dom@2.1.1': + resolution: {integrity: sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/react@0.26.17': - resolution: {integrity: sha512-ESD+jYWwqwVzaIgIhExrArdsCL1rOAzryG/Sjlu8yaD3Mtqi3uVyhbE2V7jD58Mo52qbzKz2eUY/Xgh5I86FCQ==} + '@floating-ui/react@0.26.18': + resolution: {integrity: sha512-enDDX09Jpi3kmhcXXpvs+fvRXOfBj1jUV2KF6uDMf5HjS+SOZJzNTFUW71lKbFcxz0BkmQqwbvqdmHIxMq/fyQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/utils@0.2.2': - resolution: {integrity: sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==} + '@floating-ui/utils@0.2.3': + resolution: {integrity: sha512-XGndio0l5/Gvd6CLIABvsav9HHezgDFFhDfHk1bvLfr9ni8dojqLSvBbotJEjmIwNHL7vK4QzBJTdBRoB+c1ww==} '@formatjs/ecma402-abstract@2.0.0': resolution: {integrity: sha512-rRqXOqdFmk7RYvj4khklyqzcfQl9vEL/usogncBHRZfZBDOwMGuSRNFl02fu5KGHXdbinju+YXyuR+Nk8xlr/g==} @@ -1437,8 +1455,8 @@ packages: '@graphql-tools/utils': ^10.2.1 graphql: '*' - '@graphql-mesh/fusion-runtime@0.3.8': - resolution: {integrity: sha512-KIrtvFCd95E7XZ9Vi/vsiTzFOHTrQIBrENnUxuz6YjuiuuUv9ravLyMHPi9hto6ffwV0VVB7enl89NW7ik8wng==} + '@graphql-mesh/fusion-runtime@0.3.10': + resolution: {integrity: sha512-ZSCExOZUiFQRNiaihEJGcg2hAAJ5w3T1ni44z/J566VonT3pbDfltyI6RXkEaX5/gklM414omq1MGAc75EUSug==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1498,13 +1516,13 @@ packages: graphql: '*' tslib: ^2.4.0 - '@graphql-mesh/runtime@0.99.8': - resolution: {integrity: sha512-MjfpWNnwowRFw/Zv9I97ZKjT+utUCzsy8lJmh9JJEwOKvdG+Vi7qABCuH3crYR3/TJKg2lVHB5RQoPrXxUX7Hg==} + '@graphql-mesh/runtime@0.99.11': + resolution: {integrity: sha512-hD+e4sTJLp25ev4acysQ2MX9jXNTmQ3iublNyvMIPvjr3yFkYKTP24xBbXSBf7bOdO3MAmo2RE4800y7puKShg==} engines: {node: '>=16.0.0'} peerDependencies: '@graphql-mesh/cross-helpers': ^0.4.3 - '@graphql-mesh/types': ^0.98.7 - '@graphql-mesh/utils': ^0.98.7 + '@graphql-mesh/types': ^0.98.9 + '@graphql-mesh/utils': ^0.98.9 '@graphql-tools/utils': ^10.2.1 graphql: '*' tslib: ^2.4.0 @@ -1527,20 +1545,20 @@ packages: graphql: '*' tslib: ^2.4.0 - '@graphql-mesh/transform-type-merging@0.98.7': - resolution: {integrity: sha512-kbEY1Sxudz0L92dIAMcyNtQJYdJHLAWra2g5DGaXxzMbDfNMX4ObCuXZNZX+DDHCvCqivaPIHOVEYxsIJOUiwQ==} + '@graphql-mesh/transform-type-merging@0.98.9': + resolution: {integrity: sha512-7y8XbpOd8uR2yP0B157+QVw2W0nFEcGrTe0SUDiy1bh66u37hLvoRbRo9Ngav1dL8FVZCr4X7yqBtYT/dj/c8Q==} engines: {node: '>=16.0.0'} peerDependencies: - '@graphql-mesh/types': ^0.98.7 - '@graphql-mesh/utils': ^0.98.7 + '@graphql-mesh/types': ^0.98.9 + '@graphql-mesh/utils': ^0.98.9 graphql: '*' tslib: ^2.4.0 - '@graphql-mesh/transport-common@0.2.7': - resolution: {integrity: sha512-hSyg8Y9UNVF0yGklFZPOQxt4sxMnLlDlETkZ4PNvBALQhI92QKK2mDsx16HBhwH6gtYAgjc/wXPQzVyZqqFRrQ==} + '@graphql-mesh/transport-common@0.2.8': + resolution: {integrity: sha512-fBBvcMc/W+aN6/FkWsAlZo9JTlQv15oIDwzPisMGuXx/30gnmitoK+DmnGWy5Q1J04wIRRh9PfzIbJiwmC89/Q==} engines: {node: '>=16.0.0'} peerDependencies: - '@graphql-mesh/types': ^0.98.7 + '@graphql-mesh/types': ^0.98.8 graphql: '*' tslib: ^2.4.0 @@ -1553,11 +1571,11 @@ packages: graphql: '*' tslib: ^2.4.0 - '@graphql-mesh/types@0.98.7': - resolution: {integrity: sha512-vfVj6CkDl+m+BfYL6eg1QA60rJylTwd+1NGalR6+JmVEqaxc60FEHswwHlBWTKV5ZmqD6UtSedFcIal0vRo3hQ==} + '@graphql-mesh/types@0.98.9': + resolution: {integrity: sha512-FMbHH+72JtuL3luPiXuilO2oyn+F8V5fTxy2+wyM9bJTYU/QrCYddriWaXvIPs07fAEyCrXSCyQ3CU3qCDDtvQ==} engines: {node: '>=16.0.0'} peerDependencies: - '@graphql-mesh/store': ^0.98.7 + '@graphql-mesh/store': ^0.98.9 '@graphql-tools/utils': ^10.2.1 graphql: '*' tslib: ^2.4.0 @@ -1572,12 +1590,12 @@ packages: graphql: '*' tslib: ^2.4.0 - '@graphql-mesh/utils@0.98.7': - resolution: {integrity: sha512-KvOkr/4BN/InCktBucSJyXBXL3/v0RC5NXjqWMLlT6tfVFw800GqvfX58+b9cxxOIInbElpnfv4rT+gjOv7itA==} + '@graphql-mesh/utils@0.98.9': + resolution: {integrity: sha512-CydEoeDq9xeVXkP1zri5Igt85OjMWF8jsjGKhZNvvOk8Qyat82bRUVB0R1pL7Ru+XI9dIrP7VqjmihbpdeWVTw==} engines: {node: '>=16.0.0'} peerDependencies: '@graphql-mesh/cross-helpers': ^0.4.3 - '@graphql-mesh/types': ^0.98.7 + '@graphql-mesh/types': ^0.98.9 '@graphql-tools/utils': ^10.2.1 graphql: '*' tslib: ^2.4.0 @@ -1624,8 +1642,14 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - '@graphql-tools/executor@1.2.6': - resolution: {integrity: sha512-+1kjfqzM5T2R+dCw7F4vdJ3CqG+fY/LYJyhNiWEFtq0ToLwYzR/KKyD8YuzTirEjSxWTVlcBh7endkx5n5F6ew==} + '@graphql-tools/executor@1.2.7': + resolution: {integrity: sha512-oyIw69QA+PuS/g7ttZZeEpIPS5CCGiIYitGtNxaChuiK7NPb7FD1dwOEXyekQt9/2FOEqZoYNpRY0NFfx/tO9Q==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + + '@graphql-tools/federation@2.1.0': + resolution: {integrity: sha512-vy+Y/9F4IJ4LyPsvJxiKThAgJo2DTSI8ck79x0vmuaxQLFE5qjuVw0LWoo9ygVMgXfiZ/G+hzdfMdpog9eY0rg==} engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 @@ -1759,8 +1783,8 @@ packages: resolution: {integrity: sha512-0qsN/BPPZNMoC2CZ8i+P6PgiJyHh1H35aKDt37qARBDaIOKDQuvEOq7+4txUKElcmXi7DYFo109FkhSQoEajrg==} engines: {node: '>=16.0.0'} - '@graphql-yoga/subscription@5.0.0': - resolution: {integrity: sha512-Ri7sK8hmxd/kwaEa0YT8uqQUb2wOLsmBMxI90QDyf96lzOMJRgBuNYoEkU1pSgsgmW2glceZ96sRYfaXqwVxUw==} + '@graphql-yoga/subscription@5.0.1': + resolution: {integrity: sha512-1wCB1DfAnaLzS+IdoOzELGGnx1ODEg9nzQXFh4u2j02vAnne6d+v4A7HIH9EqzVdPLoAaMKXCZUUdKs+j3z1fg==} engines: {node: '>=18.0.0'} '@graphql-yoga/typed-event-target@2.0.0': @@ -1781,8 +1805,8 @@ packages: react: ^16 || ^17 || ^18 react-dom: ^16 || ^17 || ^18 - '@headlessui/react@2.0.4': - resolution: {integrity: sha512-16d/rOLeYsFsmPlRmXGu8DCBzrWD0zV1Ccx3n73wN87yFu8Y9+X04zflv8EJEt9TAYRyLKOmQXUnOnqQl6NgpA==} + '@headlessui/react@2.1.1': + resolution: {integrity: sha512-808gVNUbRDbDR3GMNPHy+ON0uvR8b9H7IA+Q2UbhOsNCIjgwuwb2Iuv8VPT/1AW0UzLX8g10tN6LhF15GaUJCQ==} engines: {node: '>=10'} peerDependencies: react: ^18 @@ -2127,430 +2151,430 @@ packages: resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - '@radix-ui/number@1.0.1': - resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==} + '@radix-ui/number@1.1.0': + resolution: {integrity: sha512-V3gRzhVNU1ldS5XhAPTom1fOIo4ccrjjJgmE+LI2h/WaFpHmx0MQApT+KZHnx8abG6Avtfcz4WoEciMnpFT3HQ==} - '@radix-ui/primitive@1.0.1': - resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==} + '@radix-ui/primitive@1.1.0': + resolution: {integrity: sha512-4Z8dn6Upk0qk4P74xBhZ6Hd/w0mPEzOOLxy4xiPXOXqjF7jZS0VAKk7/x/H6FyY2zCkYJqePf1G5KmkmNJ4RBA==} - '@radix-ui/react-accordion@1.1.2': - resolution: {integrity: sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==} + '@radix-ui/react-accordion@1.2.0': + resolution: {integrity: sha512-HJOzSX8dQqtsp/3jVxCU3CXEONF7/2jlGAB28oX8TTw1Dz8JYbEI1UcL8355PuLBE41/IRRMvCw7VkiK/jcUOQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-alert-dialog@1.0.5': - resolution: {integrity: sha512-OrVIOcZL0tl6xibeuGt5/+UxoT2N27KCFOPjFyfXMnchxSHZ/OW7cCX2nGlIYJrbHK/fczPcFzAwvNBB6XBNMA==} + '@radix-ui/react-alert-dialog@1.1.1': + resolution: {integrity: sha512-wmCoJwj7byuVuiLKqDLlX7ClSUU0vd9sdCeM+2Ls+uf13+cpSJoMgwysHq1SGVVkJj5Xn0XWi1NoRCdkMpr6Mw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-arrow@1.0.3': - resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} + '@radix-ui/react-arrow@1.1.0': + resolution: {integrity: sha512-FmlW1rCg7hBpEBwFbjHwCW6AmWLQM6g/v0Sn8XbP9NvmSZ2San1FpQeyPtufzOMSIx7Y4dzjlHoifhp+7NkZhw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-collapsible@1.0.3': - resolution: {integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==} + '@radix-ui/react-collapsible@1.1.0': + resolution: {integrity: sha512-zQY7Epa8sTL0mq4ajSJpjgn2YmCgyrG7RsQgLp3C0LQVkG7+Tf6Pv1CeNWZLyqMjhdPkBa5Lx7wYBeSu7uCSTA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-collection@1.0.3': - resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} + '@radix-ui/react-collection@1.1.0': + resolution: {integrity: sha512-GZsZslMJEyo1VKm5L1ZJY8tGDxZNPAoUeQUIbKeJfoi7Q4kmig5AsgLMYYuyYbfjd8fBmFORAIwYAkXMnXZgZw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-compose-refs@1.0.1': - resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} + '@radix-ui/react-compose-refs@1.1.0': + resolution: {integrity: sha512-b4inOtiaOnYf9KWyO3jAeeCG6FeyfY6ldiEPanbUjWd+xIk5wZeHa8yVwmrJ2vderhu/BQvzCrJI0lHd+wIiqw==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-context@1.0.1': - resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} + '@radix-ui/react-context@1.1.0': + resolution: {integrity: sha512-OKrckBy+sMEgYM/sMmqmErVn0kZqrHPJze+Ql3DzYsDDp0hl0L62nx/2122/Bvps1qz645jlcu2tD9lrRSdf8A==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-dialog@1.0.5': - resolution: {integrity: sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==} + '@radix-ui/react-dialog@1.1.1': + resolution: {integrity: sha512-zysS+iU4YP3STKNS6USvFVqI4qqx8EpiwmT5TuCApVEBca+eRCbONi4EgzfNSuVnOXvC5UPHHMjs8RXO6DH9Bg==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-direction@1.0.1': - resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} + '@radix-ui/react-direction@1.1.0': + resolution: {integrity: sha512-BUuBvgThEiAXh2DWu93XsT+a3aWrGqolGlqqw5VU1kG7p/ZH2cuDlM1sRLNnY3QcBS69UIz2mcKhMxDsdewhjg==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-dismissable-layer@1.0.5': - resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} + '@radix-ui/react-dismissable-layer@1.1.0': + resolution: {integrity: sha512-/UovfmmXGptwGcBQawLzvn2jOfM0t4z3/uKffoBlj724+n3FvBbZ7M0aaBOmkp6pqFYpO4yx8tSVJjx3Fl2jig==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-dropdown-menu@2.0.6': - resolution: {integrity: sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA==} + '@radix-ui/react-dropdown-menu@2.1.1': + resolution: {integrity: sha512-y8E+x9fBq9qvteD2Zwa4397pUVhYsh9iq44b5RD5qu1GMJWBCBuVg1hMyItbc6+zH00TxGRqd9Iot4wzf3OoBQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-focus-guards@1.0.1': - resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} + '@radix-ui/react-focus-guards@1.1.0': + resolution: {integrity: sha512-w6XZNUPVv6xCpZUqb/yN9DL6auvpGX3C/ee6Hdi16v2UUy25HV2Q5bcflsiDyT/g5RwbPQ/GIT1vLkeRb+ITBw==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-focus-scope@1.0.4': - resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==} + '@radix-ui/react-focus-scope@1.1.0': + resolution: {integrity: sha512-200UD8zylvEyL8Bx+z76RJnASR2gRMuxlgFCPAe/Q/679a/r0eK3MBVYMb7vZODZcffZBdob1EGnky78xmVvcA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-id@1.0.1': - resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} + '@radix-ui/react-id@1.1.0': + resolution: {integrity: sha512-EJUrI8yYh7WOjNOqpoJaf1jlFIH2LvtgAl+YcFqNCa+4hj64ZXmPkAKOFs/ukjz3byN6bdb/AVUqHkI8/uWWMA==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-label@2.0.2': - resolution: {integrity: sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==} + '@radix-ui/react-label@2.1.0': + resolution: {integrity: sha512-peLblDlFw/ngk3UWq0VnYaOLy6agTZZ+MUO/WhVfm14vJGML+xH4FAl2XQGLqdefjNb7ApRg6Yn7U42ZhmYXdw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-menu@2.0.6': - resolution: {integrity: sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA==} + '@radix-ui/react-menu@2.1.1': + resolution: {integrity: sha512-oa3mXRRVjHi6DZu/ghuzdylyjaMXLymx83irM7hTxutQbD+7IhPKdMdRHD26Rm+kHRrWcrUkkRPv5pd47a2xFQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-navigation-menu@1.1.4': - resolution: {integrity: sha512-Cc+seCS3PmWmjI51ufGG7zp1cAAIRqHVw7C9LOA2TZ+R4hG6rDvHcTqIsEEFLmZO3zNVH72jOOE7kKNy8W+RtA==} + '@radix-ui/react-navigation-menu@1.2.0': + resolution: {integrity: sha512-OQ8tcwAOR0DhPlSY3e4VMXeHiol7la4PPdJWhhwJiJA+NLX0SaCaonOkRnI3gCDHoZ7Fo7bb/G6q25fRM2Y+3Q==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-popover@1.0.7': - resolution: {integrity: sha512-shtvVnlsxT6faMnK/a7n0wptwBD23xc1Z5mdrtKLwVEfsEMXodS0r5s0/g5P0hX//EKYZS2sxUjqfzlg52ZSnQ==} + '@radix-ui/react-popover@1.1.1': + resolution: {integrity: sha512-3y1A3isulwnWhvTTwmIreiB8CF4L+qRjZnK1wYLO7pplddzXKby/GnZ2M7OZY3qgnl6p9AodUIHRYGXNah8Y7g==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-popper@1.1.3': - resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==} + '@radix-ui/react-popper@1.2.0': + resolution: {integrity: sha512-ZnRMshKF43aBxVWPWvbj21+7TQCvhuULWJ4gNIKYpRlQt5xGRhLx66tMp8pya2UkGHTSlhpXwmjqltDYHhw7Vg==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-portal@1.0.4': - resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==} + '@radix-ui/react-portal@1.1.1': + resolution: {integrity: sha512-A3UtLk85UtqhzFqtoC8Q0KvR2GbXF3mtPgACSazajqq6A41mEQgo53iPzY4i6BwDxlIFqWIhiQ2G729n+2aw/g==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-presence@1.0.1': - resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} + '@radix-ui/react-presence@1.1.0': + resolution: {integrity: sha512-Gq6wuRN/asf9H/E/VzdKoUtT8GC9PQc9z40/vEr0VCJ4u5XvvhWIrSsCB6vD2/cH7ugTdSfYq9fLJCcM00acrQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-primitive@1.0.3': - resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} + '@radix-ui/react-primitive@2.0.0': + resolution: {integrity: sha512-ZSpFm0/uHa8zTvKBDjLFWLo8dkr4MBsiDLz0g3gMUwqgLHz9rTaRRGYDgvZPtBJgYCBKXkS9fzmoySgr8CO6Cw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-roving-focus@1.0.4': - resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} + '@radix-ui/react-roving-focus@1.1.0': + resolution: {integrity: sha512-EA6AMGeq9AEeQDeSH0aZgG198qkfHSbvWTf1HvoDmOB5bBG/qTxjYMWUKMnYiV6J/iP/J8MEFSuB2zRU2n7ODA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-slider@1.1.2': - resolution: {integrity: sha512-NKs15MJylfzVsCagVSWKhGGLNR1W9qWs+HtgbmjjVUB3B9+lb3PYoXxVju3kOrpf0VKyVCtZp+iTwVoqpa1Chw==} + '@radix-ui/react-slider@1.2.0': + resolution: {integrity: sha512-dAHCDA4/ySXROEPaRtaMV5WHL8+JB/DbtyTbJjYkY0RXmKMO2Ln8DFZhywG5/mVQ4WqHDBc8smc14yPXPqZHYA==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-slot@1.0.2': - resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} + '@radix-ui/react-slot@1.1.0': + resolution: {integrity: sha512-FUCf5XMfmW4dtYl69pdS4DbxKy8nj4M7SafBgPllysxmdachynNflAdp/gCsnYWNDnge6tI9onzMp5ARYc1KNw==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-switch@1.0.3': - resolution: {integrity: sha512-mxm87F88HyHztsI7N+ZUmEoARGkC22YVW5CaC+Byc+HRpuvCrOBPTAnXgf+tZ/7i0Sg/eOePGdMhUKhPaQEqow==} + '@radix-ui/react-switch@1.1.0': + resolution: {integrity: sha512-OBzy5WAj641k0AOSpKQtreDMe+isX0MQJ1IVyF03ucdF3DunOnROVrjWs8zsXUxC3zfZ6JL9HFVCUlMghz9dJw==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-toast@1.1.5': - resolution: {integrity: sha512-fRLn227WHIBRSzuRzGJ8W+5YALxofH23y0MlPLddaIpLpCDqdE0NZlS2NRQDRiptfxDeeCjgFIpexB1/zkxDlw==} + '@radix-ui/react-toast@1.2.1': + resolution: {integrity: sha512-5trl7piMXcZiCq7MW6r8YYmu0bK5qDpTWz+FdEPdKyft2UixkspheYbjbrLXVN5NGKHFbOP7lm8eD0biiSqZqg==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-tooltip@1.0.7': - resolution: {integrity: sha512-lPh5iKNFVQ/jav/j6ZrWq3blfDJ0OH9R6FlNUHPMqdLuQ9vwDgFsRxvl8b7Asuy5c8xmoojHUxKHQSOAvMHxyw==} + '@radix-ui/react-tooltip@1.1.1': + resolution: {integrity: sha512-LLE8nzNE4MzPMw3O2zlVlkLFid3y9hMUs7uCbSHyKSo+tCN4yMCf+ZCCcfrYgsOC0TiHBPQ1mtpJ2liY3ZT3SQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/react-use-callback-ref@1.0.1': - resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} + '@radix-ui/react-use-callback-ref@1.1.0': + resolution: {integrity: sha512-CasTfvsy+frcFkbXtSJ2Zu9JHpN8TYKxkgJGWbjiZhFivxaeW7rMeZt7QELGVLaYVfFMsKHjb7Ak0nMEe+2Vfw==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-use-controllable-state@1.0.1': - resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} + '@radix-ui/react-use-controllable-state@1.1.0': + resolution: {integrity: sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-use-escape-keydown@1.0.3': - resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} + '@radix-ui/react-use-escape-keydown@1.1.0': + resolution: {integrity: sha512-L7vwWlR1kTTQ3oh7g1O0CBF3YCyyTj8NmhLR+phShpyA50HCfBFKVJTpshm9PzLiKmehsrQzTYTpX9HvmC9rhw==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-use-layout-effect@1.0.1': - resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} + '@radix-ui/react-use-layout-effect@1.1.0': + resolution: {integrity: sha512-+FPE0rOdziWSrH9athwI1R0HDVbWlEhd+FR+aSDk4uWGmSJ9Z54sdZVDQPZAinJhJXwfT+qnj969mCsT2gfm5w==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-use-previous@1.0.1': - resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} + '@radix-ui/react-use-previous@1.1.0': + resolution: {integrity: sha512-Z/e78qg2YFnnXcW88A4JmTtm4ADckLno6F7OXotmkQfeuCVaKuYzqAATPhVzl3delXE7CxIV8shofPn3jPc5Og==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-use-rect@1.0.1': - resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} + '@radix-ui/react-use-rect@1.1.0': + resolution: {integrity: sha512-0Fmkebhr6PiseyZlYAOtLS+nb7jLmpqTrJyv61Pe68MKYW6OWdRE2kI70TaYY27u7H0lajqM3hSMMLFq18Z7nQ==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-use-size@1.0.1': - resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} + '@radix-ui/react-use-size@1.1.0': + resolution: {integrity: sha512-XW3/vWuIXHa+2Uwcc2ABSfcCledmXhhQPlGbfcRXbiUQI5Icjcg19BGCZVKKInYbvUCut/ufbbLLPFC5cbb1hw==} peerDependencies: '@types/react': '*' - react: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true - '@radix-ui/react-visually-hidden@1.0.3': - resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} + '@radix-ui/react-visually-hidden@1.1.0': + resolution: {integrity: sha512-N8MDZqtgCgG5S3aV60INAB475osJousYpZ4cTJ2cFbMpdHS5Y6loLTH8LPtkj2QN0x93J30HT/M3qJXM0+lyeQ==} peerDependencies: '@types/react': '*' '@types/react-dom': '*' - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 + react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc + react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc peerDependenciesMeta: '@types/react': optional: true '@types/react-dom': optional: true - '@radix-ui/rect@1.0.1': - resolution: {integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==} + '@radix-ui/rect@1.1.0': + resolution: {integrity: sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==} '@react-aria/breadcrumbs@3.5.13': resolution: {integrity: sha512-G1Gqf/P6kVdfs94ovwP18fTWuIxadIQgHsXS08JEVcFVYMjb9YjqnEBaohUxD1tq2WldMbYw53ahQblT4NTG+g==} @@ -3103,8 +3127,8 @@ packages: cpu: [x64] os: [win32] - '@rrweb/types@2.0.0-alpha.15': - resolution: {integrity: sha512-NsD2D8oFYT+XZidklW3T/waqDyaUqu+GqBNMZRJ5UQ7hbwtlx0lmt6ZCvKa29cT/6GfEwNYxAQqelodAwRnHTw==} + '@rrweb/types@2.0.0-alpha.16': + resolution: {integrity: sha512-E6cACNVsm+NUhn7dzocQoKyXI7BHrHRRm5Ab23yrAzEQ2caWocCEYJhqDlc4KRVJBkQfXZfyWm8+2d0uggFuZg==} '@rushstack/eslint-patch@1.10.3': resolution: {integrity: sha512-qC/xYId4NMebE6w/V33Fh9gWxLgURiNYgVNObbJl2LZv0GUUItCcCqC5axQSwRaAgaxl2mELq1rMzlswaQ0Zxg==} @@ -3146,6 +3170,9 @@ packages: resolution: {integrity: sha512-zaYmoH0NWWtvnJjC9/CBseXMtKHm/tm40sz3YfJRxeQjyzRqNQPgivpd9R/oDJCYj999mzdW382p/qi2ypjLww==} engines: {node: '>=6'} + '@shikijs/core@1.9.1': + resolution: {integrity: sha512-EmUful2MQtY8KgCF1OkBtOuMcvaZEvmdubhW0UHCGXi21O9dRLeADVCj+k6ZS+de7Mz9d2qixOXJ+GLhcK3pXg==} + '@shuding/opentype.js@1.4.0-beta.0': resolution: {integrity: sha512-3NgmNyH3l/Hv6EvsWJbsvpcpUba6R8IREQ83nH83cyakCw7uM1arZKNfHwv1Wz6jgqrF/j4x5ELvR6PnK9nTcA==} engines: {node: '>= 8.0.0'} @@ -3225,8 +3252,8 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - '@tanstack/react-virtual@3.5.1': - resolution: {integrity: sha512-jIsuhfgy8GqA67PdWqg73ZB2LFE+HD9hjWL1L6ifEIZVyZVAKpYmgUG4WsKQ005aEyImJmbuimPiEvc57IY0Aw==} + '@tanstack/react-virtual@3.7.0': + resolution: {integrity: sha512-3RtOwEU1HKS4iFBoTcCrV3Szqt4KoERMhZr8v57dvnh5o70sR9GAdF+0aE/qhiOmePrKujGwAayFNJSr/8Dbqw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3234,8 +3261,8 @@ packages: '@tanstack/virtual-core@3.5.0': resolution: {integrity: sha512-KnPRCkQTyqhanNC0K63GBG3wA8I+D1fQuVnAvcBF8f13akOKeQp1gSbu6f77zCxhEk727iV5oQnbHLYzHrECLg==} - '@tanstack/virtual-core@3.5.1': - resolution: {integrity: sha512-046+AUSiDru/V9pajE1du8WayvBKeCvJ2NmKPy/mR8/SbKKrqmSbj7LJBfXE+nSq4f5TBXvnCzu0kcYebI9WdQ==} + '@tanstack/virtual-core@3.7.0': + resolution: {integrity: sha512-p0CWuqn+n8iZmsL7/l0Xg7kbyIKnHNqkEJkMDOkg4x3Ni3LohszmnJY8FPhTgG7Ad9ZFGcdKmn1R1mKUGEh9Xg==} '@theguild/remark-mermaid@0.0.5': resolution: {integrity: sha512-e+ZIyJkEv9jabI4m7q29wZtZv+2iwPGsXJ2d46Zi7e+QcFudiyuqhLhHG/3gX3ZEB+hxTch+fpItyMS8jwbIcw==} @@ -3381,8 +3408,8 @@ packages: '@types/katex@0.16.7': resolution: {integrity: sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==} - '@types/lodash@4.17.5': - resolution: {integrity: sha512-MBIOHVZqVqgfro1euRDWX7OO0fBVUUMrN6Pwm8LQsz8cWhEpihlvR70ENj3f40j58TNxZaWv2ndSkInykNBBJw==} + '@types/lodash@4.17.6': + resolution: {integrity: sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA==} '@types/lru-cache@5.1.1': resolution: {integrity: sha512-ssE3Vlrys7sdIzs5LOxCzTVMsU7i9oa/IaW92wF32JFb3CVczqOkru2xspuKczHEbG3nvmPY7IFqVmGGHdNbYw==} @@ -3405,11 +3432,11 @@ packages: '@types/node-forge@1.3.11': resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} - '@types/node@18.19.34': - resolution: {integrity: sha512-eXF4pfBNV5DAMKGbI02NnDtWrQ40hAN558/2vvS4gMpMIxaf6JmD7YjnZbq0Q9TDSSkKBamime8ewRoomHdt4g==} + '@types/node@18.19.39': + resolution: {integrity: sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==} - '@types/node@20.14.2': - resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==} + '@types/node@20.14.9': + resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} '@types/parse-json@4.0.2': resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} @@ -3525,8 +3552,8 @@ packages: resolution: {integrity: sha512-ERVYKa5ENPwDA6/UZ45H1D5xIqTFcvDYpLxcncOzX8vRXuCAupMUoFFH5s/xx8IMcstONsAOPR1h4vRCzUkSsA==} engines: {node: '>=10'} - '@uniswap/sdk-core@5.3.0': - resolution: {integrity: sha512-wbMzSY3wbByOkoirZXyeomof4a7goueT4bOa4YqoXDWqIftqrT70UuCgjk98nIBu3UqPxRNMptXusppxZVvwWA==} + '@uniswap/sdk-core@5.3.1': + resolution: {integrity: sha512-XLJY8PcMZnKYBGLABJnLXcr3EgWql3mmnmpHyV1/MmEh9pLJLHYz4HLwVHb8pGDCqpOFX0e+Ei44/qhC7Q5Dsg==} engines: {node: '>=10'} '@uniswap/swap-router-contracts@1.3.1': @@ -3549,8 +3576,8 @@ packages: resolution: {integrity: sha512-S4+m+wh8HbWSO3DKk4LwUCPZJTpCugIsHrWR86m/OrUyvSqGDTXKFfc2sMuGXCZrD1ZqO3rhQsKgdWg3Hbb2Kw==} engines: {node: '>=10'} - '@uniswap/v3-sdk@3.13.0': - resolution: {integrity: sha512-Jz8aEU7RrDK4LfFNLClXFr2hkBE08QANLEBTofmu+ueCCKoNoRd/OTR4q04HhIeMyXtzsSOzi32a5yS7OY9glg==} + '@uniswap/v3-sdk@3.13.1': + resolution: {integrity: sha512-MCc96HrUZy17DINwrGnMtCvr+yXQlWUJJVaIiRRKe1DQzSuv97/G4lzM+zAaSymrxbR2qnHHWL5vMFjmwzCN9Q==} engines: {node: '>=10'} '@uniswap/v3-staker@1.0.0': @@ -3595,10 +3622,30 @@ packages: resolution: {integrity: sha512-LS8tSomZa3YHnntpWt3PP43iFEEl6YeIsvDakczHBKlay5LdkXFr8w7v8H6akpG5nRrzydyB0k1iE2eoL6aKIQ==} engines: {node: '>=16.0.0'} - '@whatwg-node/server@0.9.34': - resolution: {integrity: sha512-1sHRjqUtZIyTR2m2dS/dJpzS5OcNDpPuUSVDa2PoEgzYVKr4GsqJaYtRaEXXFohvvyh6PkouYCc1rE7jMDWVCA==} + '@whatwg-node/server@0.9.36': + resolution: {integrity: sha512-KT9qKLmbuWSuFv0Vg4JyK2vN2+vSuQPeEa25xpndYFROAIZntYe7e2BlWAk9l7IrgnV+M4bCVhjrAwwRsaCeiA==} engines: {node: '>=16.0.0'} + '@wry/caches@1.0.1': + resolution: {integrity: sha512-bXuaUNLVVkD20wcGBWRyo7j9N3TxePEWFZj2Y+r9OoUzfqmavM84+mFykRicNsBqatba5JLay1t48wxaXaWnlA==} + engines: {node: '>=8'} + + '@wry/context@0.7.4': + resolution: {integrity: sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==} + engines: {node: '>=8'} + + '@wry/equality@0.5.7': + resolution: {integrity: sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==} + engines: {node: '>=8'} + + '@wry/trie@0.4.3': + resolution: {integrity: sha512-I6bHwH0fSf6RqQcnnXLJKhkSXG45MFral3GxPaY4uAl0LYDZM+YDVDAiU9bYwjTuysy1S0IeecWtmq1SZA3M1w==} + engines: {node: '>=8'} + + '@wry/trie@0.5.0': + resolution: {integrity: sha512-FNoYzHawTMk/6KMQoEG5O4PuioX19UbwdQKF44yw0nLfOypfQdjtfZzo/UIJWAJ23sNIFbD1Ug9lbaDGMwbqQA==} + engines: {node: '>=8'} + '@xobotyi/scrollbar-width@1.9.5': resolution: {integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==} @@ -3676,8 +3723,8 @@ packages: ajv@8.16.0: resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==} - algoliasearch@4.23.3: - resolution: {integrity: sha512-Le/3YgNvjW9zxIQMRhUHuhiUjAlKY/zsdZpfq4dlLqg6mEm0nL6yk+7f2hDOtLpxsgE4jSzDmvHL7nXdBp5feg==} + algoliasearch@4.24.0: + resolution: {integrity: sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==} ansi-colors@4.1.1: resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} @@ -3751,8 +3798,8 @@ packages: resolution: {integrity: sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==} engines: {node: '>=10'} - aria-query@5.3.0: - resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} + aria-query@5.1.3: + resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} array-buffer-byte-length@1.0.1: resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} @@ -3838,12 +3885,12 @@ packages: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} - axe-core@4.7.0: - resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} + axe-core@4.9.1: + resolution: {integrity: sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==} engines: {node: '>=4'} - axobject-query@3.2.1: - resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} + axobject-query@3.1.1: + resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} babel-plugin-macros@3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} @@ -4026,8 +4073,8 @@ packages: camelize@1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} - caniuse-lite@1.0.30001636: - resolution: {integrity: sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==} + caniuse-lite@1.0.30001638: + resolution: {integrity: sha512-5SuJUJ7cZnhPpeLHaH0c/HPAnAHZvS6ElWyHK9GSIbVOQABLzowiI2pjmpvZ1WEbkyz46iFd4UXlOHR5SqgfMQ==} capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -4101,10 +4148,6 @@ packages: check-error@1.0.3: resolution: {integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==} - chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} - engines: {node: '>= 8.10.0'} - chokidar@3.6.0: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} @@ -4226,8 +4269,8 @@ packages: resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} engines: {node: ^14.18.0 || >=16.10.0} - console-table-printer@2.12.0: - resolution: {integrity: sha512-Q/Ax+UOpZw0oPZGmv8bH8/W5NpC2rAYy6cX20BVLGQ45v944oL+srmLTZAse/5a3vWDl0MXR/0GTEdsz2dDTbg==} + console-table-printer@2.12.1: + resolution: {integrity: sha512-wKGOQRRvdnd89pCeH96e2Fn4wkbenSP6LMHfjfyNLMbGuHEFbMqQNuxXqd0oXG9caIOQ1FTvc5Uijp9/4jujnQ==} constant-case@3.0.4: resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} @@ -4351,8 +4394,8 @@ packages: peerDependencies: cytoscape: ^3.2.0 - cytoscape@3.29.2: - resolution: {integrity: sha512-2G1ycU28Nh7OHT9rkXRLpCDP30MKH1dXJORZuBhtEhEW7pKwgPi77ImqlCWinouyE1PNepIOGZBOrE84DG7LyQ==} + cytoscape@3.30.0: + resolution: {integrity: sha512-l590mjTHT6/Cbxp13dGPC2Y7VXdgc+rUeF8AnF/JPzhjNevbDJfObnJgaSjlldOgBQZbue+X6IUZ7r5GAgvauQ==} engines: {node: '>=0.10'} d3-array@2.12.1: @@ -4518,6 +4561,9 @@ packages: dataloader@2.2.2: resolution: {integrity: sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==} + date-fns@3.6.0: + resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==} + dayjs@1.11.11: resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==} @@ -4576,6 +4622,10 @@ packages: resolution: {integrity: sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==} engines: {node: '>=6'} + deep-equal@2.2.3: + resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} + engines: {node: '>= 0.4'} + deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} @@ -4645,6 +4695,10 @@ packages: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} + disposablestack@1.1.6: + resolution: {integrity: sha512-bah1d3fXuUrtjWEkS627JTKLejcozm69OVcHgjKBbnwmN2WkHlqVeH3caFmkaEZ6+lIEsIXmz9NLPK+coJFO5w==} + engines: {node: '>= 0.4'} + dlv@1.1.3: resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} @@ -4692,8 +4746,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - electron-to-chromium@1.4.803: - resolution: {integrity: sha512-61H9mLzGOCLLVsnLiRzCbc63uldP0AniRYPV3hbGVtONA1pI7qSGILdbofR7A8TMbOypDocEAjH/e+9k1QIe3g==} + electron-to-chromium@1.4.812: + resolution: {integrity: sha512-7L8fC2Ey/b6SePDFKR2zHAy4mbdp1/38Yk5TsARO66W3hC5KEaeKMMHoxwtuH+jcu2AYLSn9QX04i95t6Fl1Hg==} elkjs@0.9.3: resolution: {integrity: sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==} @@ -4754,6 +4808,9 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} + es-get-iterator@1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + es-iterator-helpers@1.0.19: resolution: {integrity: sha512-zoMwbCcH5hwUkKJkT8kDIBZSz9I6mVG//+lDCinLCGov4+r7NIy0ld8o03M0cJxl2spVf6ESYVS6/gpIfq1FFw==} engines: {node: '>= 0.4'} @@ -4849,8 +4906,8 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-jsx-a11y@6.8.0: - resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==} + eslint-plugin-jsx-a11y@6.9.0: + resolution: {integrity: sha512-nOFOCaJG2pYqORjK19lqPqxMO/JpvdCZdPtNdxY3kvom3jTvkAbOvQvD8wuD0G8BYR0IGAGYDlzqWJOh/ybn2g==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -4873,8 +4930,8 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react@7.34.2: - resolution: {integrity: sha512-2HCmrU+/JNigDN6tg55cRDKCQWicYAPB38JGSFDQt95jDm8rrvSUo7YPkOIm5l6ts1j1zCvysNcasvfTMQzUOw==} + eslint-plugin-react@7.34.3: + resolution: {integrity: sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -5048,8 +5105,8 @@ packages: fast-json-stringify@1.21.0: resolution: {integrity: sha512-xY6gyjmHN3AK1Y15BCbMpeO9+dea5ePVsp3BouHCdukcx0hOHbXwFhRodhcI0NpZIgDChSeAKkHW9YjKvhwKBA==} - fast-json-stringify@5.16.0: - resolution: {integrity: sha512-A4bg6E15QrkuVO3f0SwIASgzMzR6XC4qTyTqhf3hYXy0iazbAdZKwkE+ox4WgzKyzM6ygvbdq3r134UjOaaAnA==} + fast-json-stringify@5.16.1: + resolution: {integrity: sha512-KAdnLvy1yu/XrRtP+LJnxbBGrhN+xXu+gt3EUvZhYGKCr3lFHq/7UFJHHFgmJKoqlh6B40bZLEv7w46B0mqn1g==} fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} @@ -5181,8 +5238,8 @@ packages: fraction.js@4.3.7: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} - framer-motion@11.2.10: - resolution: {integrity: sha512-/gr3PLZUVFCc86a9MqCUboVrALscrdluzTb3yew+2/qKBU8CX6nzs918/SRBRCqaPbx0TZP10CB6yFgK2C5cYQ==} + framer-motion@11.2.12: + resolution: {integrity: sha512-lCjkV4nA9rWOy2bhR4RZzkp2xpB++kFmUZ6D44V9VQaxk+JDmbDd5lq+u58DjJIIllE8AZEXp9OG/TyDN4FB/w==} peerDependencies: '@emotion/is-prop-valid': '*' react: ^18.0.0 @@ -5289,8 +5346,8 @@ packages: glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - glob@10.4.1: - resolution: {integrity: sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==} + glob@10.4.2: + resolution: {integrity: sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==} engines: {node: '>=16 || 14 >=14.18'} hasBin: true @@ -5372,8 +5429,8 @@ packages: peerDependencies: graphql: ^15.2.0 || ^16.0.0 - graphql-yoga@5.3.1: - resolution: {integrity: sha512-n918QV6TF7xTjb9ASnozgsr4ydMc08c+x4eRAWKxxWVwSnzdP2xeN2zw1ljIzRD0ccSCNoBajGDKwcZkJDitPA==} + graphql-yoga@5.4.0: + resolution: {integrity: sha512-o91DJjjAMwhb7PFJFA9yb/K55oCbT+0oFKqbwg5RHWAiy7YMgKMVgmbQFmtGPgkKdfbnJCVdYkX5OF30FTq46g==} engines: {node: '>=18.0.0'} peerDependencies: graphql: ^15.2.0 || ^16.0.0 @@ -5382,8 +5439,8 @@ packages: resolution: {integrity: sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - graphql@16.8.2: - resolution: {integrity: sha512-cvVIBILwuoSyD54U4cF/UXDh5yAobhNV/tPygI4lZhgOIJQE/WLWC4waBRb4I6bDVYb3OVx3lfHbaQOEoUD5sg==} + graphql@16.9.0: + resolution: {integrity: sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} gray-matter@4.0.3: @@ -5648,6 +5705,10 @@ packages: is-alphanumerical@2.0.1: resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} + is-arguments@1.1.1: + resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} + engines: {node: '>= 0.4'} + is-array-buffer@3.0.4: resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} engines: {node: '>= 0.4'} @@ -5684,8 +5745,9 @@ packages: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} - is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + is-core-module@2.14.0: + resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==} + engines: {node: '>= 0.4'} is-data-view@1.0.1: resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} @@ -5967,8 +6029,8 @@ packages: engines: {node: '>=6'} hasBin: true - jsonc-parser@3.2.1: - resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} + jsonc-parser@3.3.1: + resolution: {integrity: sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==} jsonfile@2.4.0: resolution: {integrity: sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==} @@ -6497,8 +6559,8 @@ packages: resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} engines: {node: '>=12'} - miniflare@3.20240610.0: - resolution: {integrity: sha512-J6aXmkII5gcq+kC4TurxKiR4rC++apPST/K8P/YjqoQQgrJ+NRPacBhf6iVh8R3ujnXYXaq+Ae+gm+LM0XHK/w==} + miniflare@3.20240620.0: + resolution: {integrity: sha512-NBMzqUE2mMlh/hIdt6U5MP+aFhEjKDq3l8CAajXAQa1WkndJdciWvzB2mfLETwoVFhMl/lphaVzyEN2AgwJpbQ==} engines: {node: '>=16.13'} hasBin: true @@ -6523,8 +6585,8 @@ packages: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} engines: {node: '>=16 || 14 >=14.17'} - minimatch@9.0.4: - resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} engines: {node: '>=16 || 14 >=14.17'} minimist@1.2.8: @@ -6537,8 +6599,8 @@ packages: mitt@3.0.1: resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} - mixpanel-browser@2.52.0: - resolution: {integrity: sha512-aWrL477cOqcmgEakZUsw9ZEyrsdekGVbvHQZGFycgBtueG40DzenMD9Drhx7T/PR4agFkU/TEBPmRKoSKqkyEw==} + mixpanel-browser@2.53.0: + resolution: {integrity: sha512-8U7zCTT82yCIH2vfdCvs0ZRWlCgyHMuU4jtC6yOAiNUR4HhnQYk7re/o2GnhfdvYtkPxdda60/3eH1igUlIXuw==} mkdirp@3.0.1: resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==} @@ -6551,8 +6613,8 @@ packages: mnemonist@0.38.5: resolution: {integrity: sha512-bZTFT5rrPKtPJxj8KSV0WkPyNxl72vQepqqVUAW2ARUpUSF2qXMB6jZj7hW5/k7C1rtpzqbD/IIbJwLXUjCHeg==} - mocha@10.4.0: - resolution: {integrity: sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==} + mocha@10.5.2: + resolution: {integrity: sha512-9btlN3JKCefPf+vKd/kcKz2SXxi12z6JswkGfaAF0saQvnsqLJk504ZmbxhSoENge08E9dsymozKgFMTl5PQsA==} engines: {node: '>= 14.0.0'} hasBin: true @@ -6754,8 +6816,13 @@ packages: object-inspect@1.12.3: resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} - object-inspect@1.13.1: - resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + object-inspect@1.13.2: + resolution: {integrity: sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==} + engines: {node: '>= 0.4'} + + object-is@1.1.6: + resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} + engines: {node: '>= 0.4'} object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} @@ -6818,6 +6885,9 @@ packages: resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==} engines: {node: '>=8'} + optimism@0.18.0: + resolution: {integrity: sha512-tGn8+REwLRNFnb9WmcY5IfpOqeX2kpaYJ1s6Ae3mn12AeydLkR3j+jSCmVQFoXqU8D41PAJ1RG1rCRNWmNZVmQ==} + optionator@0.9.4: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} @@ -6874,6 +6944,9 @@ packages: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} + package-json-from-dist@1.0.0: + resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==} + packet-reader@1.0.0: resolution: {integrity: sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==} @@ -7339,8 +7412,8 @@ packages: '@types/react': optional: true - react-remove-scroll@2.5.5: - resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} + react-remove-scroll@2.5.7: + resolution: {integrity: sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==} engines: {node: '>=10'} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -7430,6 +7503,17 @@ packages: resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} engines: {node: '>= 0.4'} + rehackt@0.1.0: + resolution: {integrity: sha512-7kRDOuLHB87D/JESKxQoRwv4DzbIdwkAGQ7p6QKGdVlY1IZheUnVhlk/4UZlNUVxdAXpyxikE3URsG067ybVzw==} + peerDependencies: + '@types/react': '*' + react: '*' + peerDependenciesMeta: + '@types/react': + optional: true + react: + optional: true + rehype-katex@7.0.0: resolution: {integrity: sha512-h8FPkGE00r2XKU+/acgqwWUlyzve1IiOKwsEkg4pDL3k48PiE0Pt+/uLtVHDVkN1yA4iurZN6UES8ivHVEQV6Q==} @@ -7521,6 +7605,10 @@ packages: resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} hasBin: true + response-iterator@0.2.6: + resolution: {integrity: sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==} + engines: {node: '>=0.8'} + restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -7575,11 +7663,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true - rrdom@2.0.0-alpha.15: - resolution: {integrity: sha512-c7BMmqJf6u9cm5G1wx7Mgnc5pyNog4CLaGTDUZCDGZAIfRIFOWwu7A4f2z9IPiEeokgc5wq8R/8/dKp6xpg8Ug==} + rrdom@2.0.0-alpha.16: + resolution: {integrity: sha512-m8aoeORWUz7AFdEb7hES7wPeL6fl/oP23RoAlzLXyA/f2+NqCDM7KEyCXY4sHu6CChN3OAUP2BaUGEXn0zynlw==} - rrweb-snapshot@2.0.0-alpha.15: - resolution: {integrity: sha512-U5lOYoMt6YsmxKcnWVhX1ller6B8/OICQqLWqvylajTYv5oRHgAk68AFDTAXxLsjMSTQjtr1Vp+REFSmnhWrIg==} + rrweb-snapshot@2.0.0-alpha.16: + resolution: {integrity: sha512-p81OrzUiCmUMZzJu4fGHeLB00PIbVIqsV/zhqzr2pitHTUXpMYcyOvDWt0vHdla0vnowEPaHq3Wsu6cUc732/w==} rrweb@2.0.0-alpha.13: resolution: {integrity: sha512-a8GXOCnzWHNaVZPa7hsrLZtNZ3CGjiL+YrkpLo0TfmxGLhjNZbWY2r7pE06p+FcjFNlgUVTmFrSJbK3kO7yxvw==} @@ -7768,6 +7856,9 @@ packages: shiki@0.14.7: resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} + shiki@1.9.1: + resolution: {integrity: sha512-8PDkgb5ja3nfujTjvC4VytL6wGOGCtFAClUb2r3QROevYXxcq+/shVJK5s6gy0HZnjaJgFxd6BpPqpRfqne5rA==} + side-channel@1.0.6: resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} engines: {node: '>= 0.4'} @@ -7889,6 +7980,10 @@ packages: std-env@3.7.0: resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} + stop-iteration-iterator@1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} + stoppable@1.1.0: resolution: {integrity: sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==} engines: {node: '>=4', npm: '>=6'} @@ -7915,6 +8010,9 @@ packages: string.prototype.codepointat@0.2.1: resolution: {integrity: sha512-2cBVCj6I4IOvEnjgO/hWqXjqBGsY+zwPmHl12Srk9IXSZ56Jwwmy+66XO5Iut/oQVR7t5ihYdLB0GMa4alEUcg==} + string.prototype.includes@2.0.0: + resolution: {integrity: sha512-E34CkBgyeqNDcrbU76cDjL5JLcVrtSdYq0MEh/B10r17pRP4ciHLwTgnuLV8Ay6cgEMLkcBkFCKyFZ43YldYzg==} + string.prototype.matchall@4.0.11: resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} engines: {node: '>= 0.4'} @@ -8036,9 +8134,17 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} + suppressed-error@1.0.3: + resolution: {integrity: sha512-6+ZiCVUmDLFRyYRswTrDTYWaM/IT01W/cqQBLnnyg8T0njVrWj3tP+EXFevXk6qK61yDXnmZsOFVzFfYoUy/KA==} + engines: {node: '>= 0.4'} + swap-case@2.0.2: resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==} + symbol-observable@4.0.0: + resolution: {integrity: sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==} + engines: {node: '>=0.10'} + synckit@0.9.0: resolution: {integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==} engines: {node: ^14.18.0 || >=16.0.0} @@ -8182,6 +8288,10 @@ packages: ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + ts-invariant@0.10.3: + resolution: {integrity: sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==} + engines: {node: '>=8'} + ts-node@10.9.2: resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true @@ -8237,8 +8347,8 @@ packages: typescript: optional: true - tsx@4.15.6: - resolution: {integrity: sha512-is0VQQlfNZRHEuSSTKA6m4xw74IU4AizmuB6lAYLRt9XtuyeQnyJYexhNZOPCB59SqC4JzmSzPnHGBXxf3k0hA==} + tsx@4.15.7: + resolution: {integrity: sha512-u3H0iSFDZM3za+VxkZ1kywdCeHCn+8/qHQS1MNoO2sONDgD95HlWtt8aB23OzeTmFP9IU4/8bZUdg58Uu5J4cg==} engines: {node: '>=18.0.0'} hasBin: true @@ -8329,8 +8439,8 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + typescript@5.5.2: + resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} engines: {node: '>=14.17'} hasBin: true @@ -8379,8 +8489,8 @@ packages: unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} - unified@11.0.4: - resolution: {integrity: sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==} + unified@11.0.5: + resolution: {integrity: sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==} unist-util-find-after@5.0.0: resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} @@ -8579,8 +8689,8 @@ packages: engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - vite@5.3.1: - resolution: {integrity: sha512-XBmSKRLXLxiaPYamLv3/hnP/KXDai1NDexN0FpkTaZXTfycHvkRHoenpgl/fvuK/kPbB6xAgoyiryAhQNxYmAQ==} + vite@5.3.2: + resolution: {integrity: sha512-6lA7OBHBlXUxiJxbO5aAY2fsHHzDr1q7DvXYnyZycRs2Dz+dXBWuhpWHvmljTRTpQC2uvGmUFFkSHF2vGo90MA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -8704,20 +8814,20 @@ packages: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'} - workerd@1.20240610.1: - resolution: {integrity: sha512-Rtut5GrsODQMh6YU43b9WZ980Wd05Ov1/ds88pT/SoetmXFBvkBzdRfiHiATv+azmGX8KveE0i/Eqzk/yI01ug==} + workerd@1.20240620.1: + resolution: {integrity: sha512-Qoq+RrFNk4pvEO+kpJVn8uJ5TRE9YJx5jX5pC5LjdKlw1XeD8EdXt5k0TbByvWunZ4qgYIcF9lnVxhcDFo203g==} engines: {node: '>=16'} hasBin: true workerpool@6.2.1: resolution: {integrity: sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==} - wrangler@3.60.3: - resolution: {integrity: sha512-a6zn/KFnYaYp3nxJR/aP0TeaBvJDkrrfI89KoxUtx28H7zpya/5/VLu3CxQ3PRspEojJGF0s6f3/pddRy3F+BQ==} + wrangler@3.62.0: + resolution: {integrity: sha512-TM1Bd8+GzxFw/JzwsC3i/Oss4LTWvIEWXXo1vZhx+7PHcsxdbnQGBBwPurHNJDSu2Pw22+2pCZiUGKexmgJksw==} engines: {node: '>=16.17.0'} hasBin: true peerDependencies: - '@cloudflare/workers-types': ^4.20240605.0 + '@cloudflare/workers-types': ^4.20240620.0 peerDependenciesMeta: '@cloudflare/workers-types': optional: true @@ -8851,6 +8961,12 @@ packages: youch@3.3.3: resolution: {integrity: sha512-qSFXUk3UZBLfggAW3dJKg0BMblG5biqSF8M34E06o5CSsZtH92u9Hqmj2RzGiHDi64fhe83+4tENFP2DB6t6ZA==} + zen-observable-ts@1.2.5: + resolution: {integrity: sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==} + + zen-observable@0.8.15: + resolution: {integrity: sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==} + zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} @@ -8859,109 +8975,109 @@ packages: snapshots: - '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.14.0)': + '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.14.0)': dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.14.0) - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.14.0) + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0) transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - search-insights - '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.14.0)': + '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.14.0)': dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0) search-insights: 2.14.0 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)': + '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)': dependencies: - '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) - '@algolia/client-search': 4.23.3 - algoliasearch: 4.23.3 + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0) + '@algolia/client-search': 4.24.0 + algoliasearch: 4.24.0 - '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)': + '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)': dependencies: - '@algolia/client-search': 4.23.3 - algoliasearch: 4.23.3 + '@algolia/client-search': 4.24.0 + algoliasearch: 4.24.0 - '@algolia/cache-browser-local-storage@4.23.3': + '@algolia/cache-browser-local-storage@4.24.0': dependencies: - '@algolia/cache-common': 4.23.3 + '@algolia/cache-common': 4.24.0 - '@algolia/cache-common@4.23.3': {} + '@algolia/cache-common@4.24.0': {} - '@algolia/cache-in-memory@4.23.3': + '@algolia/cache-in-memory@4.24.0': dependencies: - '@algolia/cache-common': 4.23.3 + '@algolia/cache-common': 4.24.0 - '@algolia/client-account@4.23.3': + '@algolia/client-account@4.24.0': dependencies: - '@algolia/client-common': 4.23.3 - '@algolia/client-search': 4.23.3 - '@algolia/transporter': 4.23.3 + '@algolia/client-common': 4.24.0 + '@algolia/client-search': 4.24.0 + '@algolia/transporter': 4.24.0 - '@algolia/client-analytics@4.23.3': + '@algolia/client-analytics@4.24.0': dependencies: - '@algolia/client-common': 4.23.3 - '@algolia/client-search': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/transporter': 4.23.3 + '@algolia/client-common': 4.24.0 + '@algolia/client-search': 4.24.0 + '@algolia/requester-common': 4.24.0 + '@algolia/transporter': 4.24.0 - '@algolia/client-common@4.23.3': + '@algolia/client-common@4.24.0': dependencies: - '@algolia/requester-common': 4.23.3 - '@algolia/transporter': 4.23.3 + '@algolia/requester-common': 4.24.0 + '@algolia/transporter': 4.24.0 - '@algolia/client-personalization@4.23.3': + '@algolia/client-personalization@4.24.0': dependencies: - '@algolia/client-common': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/transporter': 4.23.3 + '@algolia/client-common': 4.24.0 + '@algolia/requester-common': 4.24.0 + '@algolia/transporter': 4.24.0 - '@algolia/client-search@4.23.3': + '@algolia/client-search@4.24.0': dependencies: - '@algolia/client-common': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/transporter': 4.23.3 + '@algolia/client-common': 4.24.0 + '@algolia/requester-common': 4.24.0 + '@algolia/transporter': 4.24.0 - '@algolia/logger-common@4.23.3': {} + '@algolia/logger-common@4.24.0': {} - '@algolia/logger-console@4.23.3': + '@algolia/logger-console@4.24.0': dependencies: - '@algolia/logger-common': 4.23.3 + '@algolia/logger-common': 4.24.0 - '@algolia/recommend@4.23.3': + '@algolia/recommend@4.24.0': dependencies: - '@algolia/cache-browser-local-storage': 4.23.3 - '@algolia/cache-common': 4.23.3 - '@algolia/cache-in-memory': 4.23.3 - '@algolia/client-common': 4.23.3 - '@algolia/client-search': 4.23.3 - '@algolia/logger-common': 4.23.3 - '@algolia/logger-console': 4.23.3 - '@algolia/requester-browser-xhr': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/requester-node-http': 4.23.3 - '@algolia/transporter': 4.23.3 + '@algolia/cache-browser-local-storage': 4.24.0 + '@algolia/cache-common': 4.24.0 + '@algolia/cache-in-memory': 4.24.0 + '@algolia/client-common': 4.24.0 + '@algolia/client-search': 4.24.0 + '@algolia/logger-common': 4.24.0 + '@algolia/logger-console': 4.24.0 + '@algolia/requester-browser-xhr': 4.24.0 + '@algolia/requester-common': 4.24.0 + '@algolia/requester-node-http': 4.24.0 + '@algolia/transporter': 4.24.0 - '@algolia/requester-browser-xhr@4.23.3': + '@algolia/requester-browser-xhr@4.24.0': dependencies: - '@algolia/requester-common': 4.23.3 + '@algolia/requester-common': 4.24.0 - '@algolia/requester-common@4.23.3': {} + '@algolia/requester-common@4.24.0': {} - '@algolia/requester-node-http@4.23.3': + '@algolia/requester-node-http@4.24.0': dependencies: - '@algolia/requester-common': 4.23.3 + '@algolia/requester-common': 4.24.0 - '@algolia/transporter@4.23.3': + '@algolia/transporter@4.24.0': dependencies: - '@algolia/cache-common': 4.23.3 - '@algolia/logger-common': 4.23.3 - '@algolia/requester-common': 4.23.3 + '@algolia/cache-common': 4.24.0 + '@algolia/logger-common': 4.24.0 + '@algolia/requester-common': 4.24.0 '@alloc/quick-lru@5.2.0': {} @@ -8970,7 +9086,32 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@arbitrum/sdk@3.5.1': + '@apollo/client@3.10.8(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + '@wry/caches': 1.0.1 + '@wry/equality': 0.5.7 + '@wry/trie': 0.5.0 + graphql: 16.9.0 + graphql-tag: 2.12.6(graphql@16.9.0) + hoist-non-react-statics: 3.3.2 + optimism: 0.18.0 + prop-types: 15.8.1 + rehackt: 0.1.0(@types/react@18.3.3)(react@18.3.1) + response-iterator: 0.2.6 + symbol-observable: 4.0.0 + ts-invariant: 0.10.3 + tslib: 2.6.3 + zen-observable-ts: 1.2.5 + optionalDependencies: + graphql-ws: 5.16.0(graphql@16.9.0) + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + transitivePeerDependencies: + - '@types/react' + optional: true + + '@arbitrum/sdk@3.6.0': dependencies: '@ethersproject/address': 5.7.0 '@ethersproject/bignumber': 5.7.0 @@ -8981,7 +9122,7 @@ snapshots: - bufferutil - utf-8-validate - '@ardatan/relay-compiler@12.0.0(graphql@16.8.2)': + '@ardatan/relay-compiler@12.0.0(graphql@16.9.0)': dependencies: '@babel/core': 7.24.7 '@babel/generator': 7.24.7 @@ -8994,7 +9135,7 @@ snapshots: fb-watchman: 2.0.2 fbjs: 3.0.5 glob: 7.2.3 - graphql: 16.8.2 + graphql: 16.9.0 immutable: 3.7.6 invariant: 2.2.4 nullthrows: 1.1.1 @@ -9393,26 +9534,26 @@ snapshots: '@chainsafe/persistent-merkle-tree': 0.4.2 case: 1.6.3 - '@cloudflare/kv-asset-handler@0.3.2': + '@cloudflare/kv-asset-handler@0.3.4': dependencies: mime: 3.0.0 - '@cloudflare/workerd-darwin-64@1.20240610.1': + '@cloudflare/workerd-darwin-64@1.20240620.1': optional: true - '@cloudflare/workerd-darwin-arm64@1.20240610.1': + '@cloudflare/workerd-darwin-arm64@1.20240620.1': optional: true - '@cloudflare/workerd-linux-64@1.20240610.1': + '@cloudflare/workerd-linux-64@1.20240620.1': optional: true - '@cloudflare/workerd-linux-arm64@1.20240610.1': + '@cloudflare/workerd-linux-arm64@1.20240620.1': optional: true - '@cloudflare/workerd-windows-64@1.20240610.1': + '@cloudflare/workerd-windows-64@1.20240620.1': optional: true - '@cloudflare/workers-types@4.20240614.0': {} + '@cloudflare/workers-types@4.20240620.0': {} '@corex/deepmerge@4.0.43': {} @@ -9422,12 +9563,12 @@ snapshots: '@docsearch/css@3.6.0': {} - '@docsearch/react@3.6.0(@algolia/client-search@4.23.3)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.14.0)': + '@docsearch/react@3.6.0(@algolia/client-search@4.24.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.14.0)': dependencies: - '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.14.0) - '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) + '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.14.0) + '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0) '@docsearch/css': 3.6.0 - algoliasearch: 4.23.3 + algoliasearch: 4.24.0 optionalDependencies: '@types/react': 18.3.3 react: 18.3.1 @@ -9436,18 +9577,18 @@ snapshots: transitivePeerDependencies: - '@algolia/client-search' - '@edgeandnode/common@6.11.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))': + '@edgeandnode/common@6.13.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))': dependencies: '@ethersproject/providers': 5.7.2 '@uniswap/sdk-core': 3.2.3 '@uniswap/v3-core': 1.0.1 - '@uniswap/v3-sdk': 3.13.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) + '@uniswap/v3-sdk': 3.13.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) dataloader: 2.2.2 dayjs: 1.11.11 decimal.js: 10.4.3 ethers: 5.7.2 - graphql: 16.8.2 - graphql-tag: 2.12.6(graphql@16.8.2) + graphql: 16.9.0 + graphql-tag: 2.12.6(graphql@16.9.0) numeral: 2.0.6 pluralize: 8.0.0 transitivePeerDependencies: @@ -9455,47 +9596,47 @@ snapshots: - hardhat - utf-8-validate - '@edgeandnode/eslint-config@2.0.3(eslint@8.57.0)(typescript@5.4.5)': + '@edgeandnode/eslint-config@2.0.3(eslint@8.57.0)(typescript@5.5.2)': dependencies: '@hasparus/eslint-plugin': 1.0.0 '@next/eslint-plugin-next': 13.4.9 '@rushstack/eslint-patch': 1.10.3 - '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.2) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) - eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0) - eslint-plugin-react: 7.34.2(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-plugin-jsx-a11y: 6.9.0(eslint@8.57.0) + eslint-plugin-react: 7.34.3(eslint@8.57.0) eslint-plugin-react-hooks: 4.6.2(eslint@8.57.0) eslint-plugin-simple-import-sort: 10.0.0(eslint@8.57.0) eslint-plugin-sonarjs: 0.19.0(eslint@8.57.0) optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color - '@edgeandnode/gds@5.17.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))': + '@edgeandnode/gds@5.21.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))': dependencies: - '@edgeandnode/common': 6.11.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) + '@edgeandnode/common': 6.13.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) - '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@headlessui/react': 2.0.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@headlessui/react': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@phosphor-icons/react': 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-accordion': 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-alert-dialog': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-dropdown-menu': 2.0.6(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-label': 2.0.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-popover': 1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slider': 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-switch': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-toast': 1.1.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-tooltip': 1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-accordion': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-alert-dialog': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dialog': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-direction': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dropdown-menu': 2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-label': 2.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-popover': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slider': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-switch': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-toast': 1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tooltip': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/utils': 3.24.1(react@18.3.1) '@tanem/react-nprogress': 5.0.51(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@theme-ui/css': 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1)) @@ -9504,8 +9645,9 @@ snapshots: classnames: 2.5.1 color: 4.2.3 dayjs: 1.11.11 + escape-string-regexp: 5.0.0 ethers: 5.7.2 - framer-motion: 11.2.10(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + framer-motion: 11.2.12(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) lodash: 4.17.21 md5: 2.3.0 numeral: 2.0.6 @@ -9519,6 +9661,7 @@ snapshots: react-keyed-flatten-children: 3.0.0(react@18.3.1) react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1) recharts: 2.12.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + shiki: 1.9.1 theme-ui: 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) typy: 3.3.0 universal-cookie: 7.1.4 @@ -9535,20 +9678,20 @@ snapshots: - hardhat - utf-8-validate - ? '@edgeandnode/go@6.25.0(@edgeandnode/common@6.11.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)))(@edgeandnode/gds@5.17.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)))(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))' - : dependencies: - '@edgeandnode/common': 6.11.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) - '@edgeandnode/gds': 5.17.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)) + '@edgeandnode/go@6.31.0(ack2eianknhbrrwbh3exv23dhi)': + dependencies: + '@edgeandnode/common': 6.13.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) + '@edgeandnode/gds': 5.21.0(@emotion/is-prop-valid@0.8.8)(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(@theme-ui/core@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1))(@types/react-dom@18.3.0)(@types/react@18.3.3)(dayjs@1.11.11)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))(next@14.2.4(@babel/core@7.24.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(theme-ui@0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1)) '@emotion/react': 11.11.4(@types/react@18.3.3)(react@18.3.1) '@phosphor-icons/react': 2.1.6(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-navigation-menu': 1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collapsible': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-dialog': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-navigation-menu': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@sindresorhus/slugify': 2.2.1 classnames: 2.5.1 escape-string-regexp: 5.0.0 - framer-motion: 11.2.10(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + framer-motion: 11.2.12(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) theme-ui: 0.16.2(@emotion/react@11.11.4(@types/react@18.3.3)(react@18.3.1))(react@18.3.1) @@ -9641,25 +9784,25 @@ snapshots: '@envelop/types': 5.0.0 tslib: 2.6.3 - '@envelop/extended-validation@3.0.3(@envelop/core@4.0.3)(graphql@16.8.2)': + '@envelop/extended-validation@3.0.3(@envelop/core@4.0.3)(graphql@16.9.0)': dependencies: '@envelop/core': 4.0.3 - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@envelop/extended-validation@4.0.0(@envelop/core@5.0.1)(graphql@16.8.2)': + '@envelop/extended-validation@4.0.0(@envelop/core@5.0.1)(graphql@16.9.0)': dependencies: '@envelop/core': 5.0.1 - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@envelop/graphql-jit@8.0.3(@envelop/core@5.0.1)(graphql@16.8.2)': + '@envelop/graphql-jit@8.0.3(@envelop/core@5.0.1)(graphql@16.9.0)': dependencies: '@envelop/core': 5.0.1 - graphql: 16.8.2 - graphql-jit: 0.8.6(graphql@16.8.2) + graphql: 16.9.0 + graphql-jit: 0.8.6(graphql@16.9.0) tslib: 2.6.3 value-or-promise: 1.0.12 @@ -10147,30 +10290,30 @@ snapshots: dependencies: fast-deep-equal: 3.1.3 - '@floating-ui/core@1.6.2': + '@floating-ui/core@1.6.3': dependencies: - '@floating-ui/utils': 0.2.2 + '@floating-ui/utils': 0.2.3 - '@floating-ui/dom@1.6.5': + '@floating-ui/dom@1.6.6': dependencies: - '@floating-ui/core': 1.6.2 - '@floating-ui/utils': 0.2.2 + '@floating-ui/core': 1.6.3 + '@floating-ui/utils': 0.2.3 - '@floating-ui/react-dom@2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@floating-ui/react-dom@2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@floating-ui/dom': 1.6.5 + '@floating-ui/dom': 1.6.6 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@floating-ui/react@0.26.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@floating-ui/react@0.26.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@floating-ui/utils': 0.2.2 + '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@floating-ui/utils': 0.2.3 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) tabbable: 6.2.0 - '@floating-ui/utils@0.2.2': {} + '@floating-ui/utils@0.2.3': {} '@formatjs/ecma402-abstract@2.0.0': dependencies: @@ -10196,57 +10339,63 @@ snapshots: dependencies: tslib: 2.6.3 - '@graphprotocol/client-add-source-name@2.0.3(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(@graphql-tools/wrap@10.0.5(graphql@16.8.2))(graphql@16.8.2)': + '@graphprotocol/client-add-source-name@2.0.3(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.9.0))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(@graphql-tools/wrap@10.0.5(graphql@16.9.0))(graphql@16.9.0)': dependencies: - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-tools/wrap': 10.0.5(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) + graphql: 16.9.0 lodash: 4.17.21 tslib: 2.6.3 - '@graphprotocol/client-auto-pagination@2.0.3(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(@graphql-tools/wrap@10.0.5(graphql@16.8.2))(graphql@16.8.2)': + '@graphprotocol/client-auto-pagination@2.0.3(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.9.0))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(@graphql-tools/wrap@10.0.5(graphql@16.9.0))(graphql@16.9.0)': dependencies: - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-tools/wrap': 10.0.5(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) + graphql: 16.9.0 lodash: 4.17.21 tslib: 2.6.3 - '@graphprotocol/client-auto-type-merging@2.0.3(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(graphql@16.8.2)': + '@graphprotocol/client-auto-type-merging@2.0.3(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.9.0))(graphql@16.9.0)': dependencies: - '@graphql-mesh/transform-type-merging': 0.98.7(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/transform-type-merging': 0.98.9(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - '@graphql-mesh/utils' - '@graphprotocol/client-block-tracking@2.0.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(graphql@16.8.2)': + '@graphprotocol/client-block-tracking@2.0.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.9.0))(@types/node@20.14.9)(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@graphql-mesh/fusion-runtime': 0.3.8(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/fusion-runtime': 0.3.10(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@types/node@20.14.9)(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - '@graphql-mesh/cross-helpers' - '@graphql-mesh/store' - - ? '@graphprotocol/client-cli@3.0.1(@envelop/core@4.0.3)(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(@graphql-tools/merge@9.0.4(graphql@16.8.2))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(@graphql-tools/wrap@10.0.5(graphql@16.8.2))(@types/node@20.14.2)(graphql-tag@2.12.6(graphql@16.8.2))(graphql-yoga@5.3.1(graphql@16.8.2))(graphql@16.8.2)' - : dependencies: - '@graphprotocol/client-add-source-name': 2.0.3(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(@graphql-tools/wrap@10.0.5(graphql@16.8.2))(graphql@16.8.2) - '@graphprotocol/client-auto-pagination': 2.0.3(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(@graphql-tools/wrap@10.0.5(graphql@16.8.2))(graphql@16.8.2) - '@graphprotocol/client-auto-type-merging': 2.0.3(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(graphql@16.8.2) - '@graphprotocol/client-block-tracking': 2.0.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.8.2))(graphql@16.8.2) - '@graphprotocol/client-polling-live': 2.0.1(@envelop/core@4.0.3)(@graphql-tools/merge@9.0.4(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/cli': 0.84.0(@types/node@20.14.2)(graphql-tag@2.12.6(graphql@16.8.2))(graphql-yoga@5.3.1(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/graphql': 0.94.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(@types/node@20.14.2)(graphql@16.8.2)(tslib@2.6.3) - graphql: 16.8.2 + - '@types/node' + - '@types/react' + - graphql-ws + - react + - react-dom + - subscriptions-transport-ws + + '@graphprotocol/client-cli@3.0.1(kwfkozhb3mrd42tdhhtdxd5uqm)': + dependencies: + '@graphprotocol/client-add-source-name': 2.0.3(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.9.0))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(@graphql-tools/wrap@10.0.5(graphql@16.9.0))(graphql@16.9.0) + '@graphprotocol/client-auto-pagination': 2.0.3(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.9.0))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(@graphql-tools/wrap@10.0.5(graphql@16.9.0))(graphql@16.9.0) + '@graphprotocol/client-auto-type-merging': 2.0.3(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.9.0))(graphql@16.9.0) + '@graphprotocol/client-block-tracking': 2.0.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/delegate@10.0.11(graphql@16.9.0))(@types/node@20.14.9)(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@graphprotocol/client-polling-live': 2.0.1(@envelop/core@5.0.1)(@graphql-tools/merge@9.0.4(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/cli': 0.84.0(@types/node@20.14.9)(graphql-tag@2.12.6(graphql@16.9.0))(graphql-yoga@5.4.0(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/graphql': 0.94.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(@types/node@20.14.9)(graphql@16.9.0)(tslib@2.6.3) + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - '@envelop/core' @@ -10261,19 +10410,24 @@ snapshots: - '@swc/core' - '@swc/wasm' - '@types/node' + - '@types/react' - bufferutil - encoding - graphql-tag + - graphql-ws - graphql-yoga + - react + - react-dom + - subscriptions-transport-ws - supports-color - utf-8-validate - '@graphprotocol/client-polling-live@2.0.1(@envelop/core@4.0.3)(@graphql-tools/merge@9.0.4(graphql@16.8.2))(graphql@16.8.2)': + '@graphprotocol/client-polling-live@2.0.1(@envelop/core@5.0.1)(@graphql-tools/merge@9.0.4(graphql@16.9.0))(graphql@16.9.0)': dependencies: - '@envelop/core': 4.0.3 - '@graphql-tools/merge': 9.0.4(graphql@16.8.2) + '@envelop/core': 5.0.1 + '@graphql-tools/merge': 9.0.4(graphql@16.9.0) '@repeaterjs/repeater': 3.0.6 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 '@graphprotocol/common-ts@2.0.9': @@ -10315,16 +10469,16 @@ snapshots: '@graphprotocol/contracts@5.3.3': dependencies: - console-table-printer: 2.12.0 + console-table-printer: 2.12.1 ethers: 5.7.2 transitivePeerDependencies: - bufferutil - utf-8-validate - '@graphprotocol/contracts@6.2.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)': + '@graphprotocol/contracts@6.2.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)': dependencies: - '@graphprotocol/sdk': 0.5.0(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5) - console-table-printer: 2.12.0 + '@graphprotocol/sdk': 0.5.0(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2) + console-table-printer: 2.12.1 transitivePeerDependencies: - bufferutil - encoding @@ -10350,18 +10504,18 @@ snapshots: transitivePeerDependencies: - supports-color - '@graphprotocol/sdk@0.5.0(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)': + '@graphprotocol/sdk@0.5.0(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)': dependencies: - '@arbitrum/sdk': 3.5.1 + '@arbitrum/sdk': 3.6.0 '@ethersproject/experimental': 5.7.0 '@graphprotocol/common-ts': 2.0.9 - '@graphprotocol/contracts': 6.2.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5) - '@nomicfoundation/hardhat-network-helpers': 1.0.11(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) - '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) + '@graphprotocol/contracts': 6.2.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2) + '@nomicfoundation/hardhat-network-helpers': 1.0.11(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) + '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) debug: 4.3.5 ethers: 5.7.2 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5) - hardhat-secure-accounts: 0.0.6(@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)))(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2) + hardhat-secure-accounts: 0.0.6(@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)))(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) inquirer: 8.2.6 lodash: 4.17.21 yaml: 1.10.2 @@ -10381,195 +10535,195 @@ snapshots: - typescript - utf-8-validate - '@graphql-codegen/core@4.0.2(graphql@16.8.2)': + '@graphql-codegen/core@4.0.2(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2) - '@graphql-tools/schema': 10.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0) + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-codegen/plugin-helpers@2.7.2(graphql@16.8.2)': + '@graphql-codegen/plugin-helpers@2.7.2(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 8.13.1(graphql@16.8.2) + '@graphql-tools/utils': 8.13.1(graphql@16.9.0) change-case-all: 1.0.14 common-tags: 1.8.2 - graphql: 16.8.2 + graphql: 16.9.0 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.4.1 - '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.8.2)': + '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.2) + '@graphql-tools/utils': 9.2.1(graphql@16.9.0) change-case-all: 1.0.15 common-tags: 1.8.2 - graphql: 16.8.2 + graphql: 16.9.0 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.4.1 - '@graphql-codegen/plugin-helpers@5.0.4(graphql@16.8.2)': + '@graphql-codegen/plugin-helpers@5.0.4(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) change-case-all: 1.0.15 common-tags: 1.8.2 - graphql: 16.8.2 + graphql: 16.9.0 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.6.3 - '@graphql-codegen/schema-ast@4.0.2(graphql@16.8.2)': + '@graphql-codegen/schema-ast@4.0.2(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-codegen/typed-document-node@5.0.7(graphql@16.8.2)': + '@graphql-codegen/typed-document-node@5.0.7(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2) - '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0) + '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.9.0) auto-bind: 4.0.0 change-case-all: 1.0.15 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - supports-color - '@graphql-codegen/typescript-generic-sdk@3.1.0(graphql-tag@2.12.6(graphql@16.8.2))(graphql@16.8.2)': + '@graphql-codegen/typescript-generic-sdk@3.1.0(graphql-tag@2.12.6(graphql@16.9.0))(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.2) - '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.8.2) + '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.9.0) + '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.9.0) auto-bind: 4.0.0 - graphql: 16.8.2 - graphql-tag: 2.12.6(graphql@16.8.2) + graphql: 16.9.0 + graphql-tag: 2.12.6(graphql@16.9.0) tslib: 2.4.1 transitivePeerDependencies: - encoding - supports-color - '@graphql-codegen/typescript-operations@4.2.1(graphql@16.8.2)': + '@graphql-codegen/typescript-operations@4.2.1(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2) - '@graphql-codegen/typescript': 4.0.7(graphql@16.8.2) - '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0) + '@graphql-codegen/typescript': 4.0.7(graphql@16.9.0) + '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.9.0) auto-bind: 4.0.0 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - supports-color - '@graphql-codegen/typescript-resolvers@4.1.0(graphql@16.8.2)': + '@graphql-codegen/typescript-resolvers@4.1.0(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2) - '@graphql-codegen/typescript': 4.0.7(graphql@16.8.2) - '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0) + '@graphql-codegen/typescript': 4.0.7(graphql@16.9.0) + '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) auto-bind: 4.0.0 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - supports-color - '@graphql-codegen/typescript@4.0.7(graphql@16.8.2)': + '@graphql-codegen/typescript@4.0.7(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2) - '@graphql-codegen/schema-ast': 4.0.2(graphql@16.8.2) - '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.8.2) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0) + '@graphql-codegen/schema-ast': 4.0.2(graphql@16.9.0) + '@graphql-codegen/visitor-plugin-common': 5.2.0(graphql@16.9.0) auto-bind: 4.0.0 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - supports-color - '@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.8.2)': + '@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.2) - '@graphql-tools/optimize': 1.4.0(graphql@16.8.2) - '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.8.2) - '@graphql-tools/utils': 8.13.1(graphql@16.8.2) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.9.0) + '@graphql-tools/optimize': 1.4.0(graphql@16.9.0) + '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.9.0) + '@graphql-tools/utils': 8.13.1(graphql@16.9.0) auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 - graphql: 16.8.2 - graphql-tag: 2.12.6(graphql@16.8.2) + graphql: 16.9.0 + graphql-tag: 2.12.6(graphql@16.9.0) parse-filepath: 1.0.2 tslib: 2.4.1 transitivePeerDependencies: - encoding - supports-color - '@graphql-codegen/visitor-plugin-common@5.2.0(graphql@16.8.2)': + '@graphql-codegen/visitor-plugin-common@5.2.0(graphql@16.9.0)': dependencies: - '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.8.2) - '@graphql-tools/optimize': 2.0.0(graphql@16.8.2) - '@graphql-tools/relay-operation-optimizer': 7.0.1(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-codegen/plugin-helpers': 5.0.4(graphql@16.9.0) + '@graphql-tools/optimize': 2.0.0(graphql@16.9.0) + '@graphql-tools/relay-operation-optimizer': 7.0.1(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 - graphql: 16.8.2 - graphql-tag: 2.12.6(graphql@16.8.2) + graphql: 16.9.0 + graphql-tag: 2.12.6(graphql@16.9.0) parse-filepath: 1.0.2 tslib: 2.6.3 transitivePeerDependencies: - encoding - supports-color - '@graphql-inspector/core@5.0.1(graphql@16.8.2)': + '@graphql-inspector/core@5.0.1(graphql@16.9.0)': dependencies: dependency-graph: 0.11.0 - graphql: 16.8.2 + graphql: 16.9.0 object-inspect: 1.12.3 tslib: 2.6.0 - '@graphql-mesh/cache-localforage@0.94.6(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/cache-localforage@0.94.6(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - graphql: 16.8.2 + '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + graphql: 16.9.0 localforage: 1.10.0 tslib: 2.6.3 - '@graphql-mesh/cli@0.84.0(@types/node@20.14.2)(graphql-tag@2.12.6(graphql@16.8.2))(graphql-yoga@5.3.1(graphql@16.8.2))(graphql@16.8.2)': - dependencies: - '@graphql-codegen/core': 4.0.2(graphql@16.8.2) - '@graphql-codegen/typed-document-node': 5.0.7(graphql@16.8.2) - '@graphql-codegen/typescript': 4.0.7(graphql@16.8.2) - '@graphql-codegen/typescript-generic-sdk': 3.1.0(graphql-tag@2.12.6(graphql@16.8.2))(graphql@16.8.2) - '@graphql-codegen/typescript-operations': 4.2.1(graphql@16.8.2) - '@graphql-codegen/typescript-resolvers': 4.1.0(graphql@16.8.2) - '@graphql-mesh/config': 0.95.0(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/runtime@0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql-yoga@5.3.1(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/http': 0.94.5(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/runtime@0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/runtime': 0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-mesh/cli@0.84.0(@types/node@20.14.9)(graphql-tag@2.12.6(graphql@16.9.0))(graphql-yoga@5.4.0(graphql@16.9.0))(graphql@16.9.0)': + dependencies: + '@graphql-codegen/core': 4.0.2(graphql@16.9.0) + '@graphql-codegen/typed-document-node': 5.0.7(graphql@16.9.0) + '@graphql-codegen/typescript': 4.0.7(graphql@16.9.0) + '@graphql-codegen/typescript-generic-sdk': 3.1.0(graphql-tag@2.12.6(graphql@16.9.0))(graphql@16.9.0) + '@graphql-codegen/typescript-operations': 4.2.1(graphql@16.9.0) + '@graphql-codegen/typescript-resolvers': 4.1.0(graphql@16.9.0) + '@graphql-mesh/config': 0.95.0(7t2ror4wi3fo3o4vtozqk2zcsm) + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/http': 0.94.5(ihvx4gchewuruw4wm2kmo52aja) + '@graphql-mesh/runtime': 0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-mesh/utils@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) ajv: 8.16.0 change-case: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.4.5) + cosmiconfig: 8.3.6(typescript@5.5.2) dnscache: 1.0.2 dotenv: 16.4.5 - graphql: 16.8.2 - graphql-import-node: 0.0.5(graphql@16.8.2) - graphql-ws: 5.16.0(graphql@16.8.2) + graphql: 16.9.0 + graphql-import-node: 0.0.5(graphql@16.9.0) + graphql-ws: 5.16.0(graphql@16.9.0) json-bigint-patch: 0.0.8 json5: 2.2.3 mkdirp: 3.0.1 open: 7.4.2 pascal-case: 3.1.2 rimraf: 5.0.7 - ts-node: 10.9.2(@types/node@20.14.2)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@20.14.9)(typescript@5.5.2) tsconfig-paths: 4.2.0 tslib: 2.6.3 - typescript: 5.4.5 + typescript: 5.5.2 uWebSockets.js: https://codeload.github.com/uNetworking/uWebSockets.js/tar.gz/d39d4181daf5b670d44cbc1b18f8c28c85fd4142 yargs: 17.7.2 transitivePeerDependencies: @@ -10581,25 +10735,25 @@ snapshots: - graphql-yoga - supports-color - ? '@graphql-mesh/config@0.95.0(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/runtime@0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql-yoga@5.3.1(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)' - : dependencies: + '@graphql-mesh/config@0.95.0(7t2ror4wi3fo3o4vtozqk2zcsm)': + dependencies: '@envelop/core': 4.0.3 - '@graphql-mesh/cache-localforage': 0.94.6(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/merger-bare': 0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/merger-stitching': 0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/runtime': 0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/code-file-loader': 8.1.2(graphql@16.8.2) - '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.8.2) - '@graphql-tools/load': 8.0.2(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-yoga/plugin-persisted-operations': 2.0.5(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql-yoga@5.3.1(graphql@16.8.2))(graphql@16.8.2) + '@graphql-mesh/cache-localforage': 0.94.6(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/merger-bare': 0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/merger-stitching': 0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/runtime': 0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-mesh/utils@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/code-file-loader': 8.1.2(graphql@16.9.0) + '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.9.0) + '@graphql-tools/load': 8.0.2(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-yoga/plugin-persisted-operations': 2.0.5(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql-yoga@5.4.0(graphql@16.9.0))(graphql@16.9.0) '@whatwg-node/fetch': 0.9.18 camel-case: 4.1.2 - graphql: 16.8.2 + graphql: 16.9.0 param-case: 3.0.4 pascal-case: 3.1.2 tslib: 2.6.3 @@ -10607,42 +10761,52 @@ snapshots: - graphql-yoga - supports-color - '@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)': + '@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 path-browserify: 1.0.1 - '@graphql-mesh/fusion-runtime@0.3.8(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)': - dependencies: - '@graphql-mesh/runtime': 0.99.8(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.98.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/transport-common': 0.2.7(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.98.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/stitch': 9.2.9(graphql@16.8.2) - '@graphql-tools/stitching-directives': 3.0.2(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-tools/wrap': 10.0.5(graphql@16.8.2) - graphql: 16.8.2 - graphql-yoga: 5.3.1(graphql@16.8.2) + '@graphql-mesh/fusion-runtime@0.3.10(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@types/node@20.14.9)(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@envelop/core': 5.0.1 + '@graphql-mesh/runtime': 0.99.11(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/transport-common': 0.2.8(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/executor': 1.2.7(graphql@16.9.0) + '@graphql-tools/federation': 2.1.0(@types/node@20.14.9)(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@graphql-tools/stitch': 9.2.9(graphql@16.9.0) + '@graphql-tools/stitching-directives': 3.0.2(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) + disposablestack: 1.1.6 + graphql: 16.9.0 + graphql-yoga: 5.4.0(graphql@16.9.0) tslib: 2.6.3 transitivePeerDependencies: - '@graphql-mesh/cross-helpers' - '@graphql-mesh/store' - - '@graphql-mesh/graphql@0.94.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(@types/node@20.14.2)(graphql@16.8.2)(tslib@2.6.3)': - dependencies: - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/url-loader': 8.0.2(@types/node@20.14.2)(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-tools/wrap': 10.0.5(graphql@16.8.2) - graphql: 16.8.2 + - '@types/node' + - '@types/react' + - graphql-ws + - react + - react-dom + - subscriptions-transport-ws + + '@graphql-mesh/graphql@0.94.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(@types/node@20.14.9)(graphql@16.9.0)(tslib@2.6.3)': + dependencies: + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-mesh/utils@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.14.9)(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) + graphql: 16.9.0 lodash.get: 4.4.2 tslib: 2.6.3 transitivePeerDependencies: @@ -10651,208 +10815,209 @@ snapshots: - encoding - utf-8-validate - ? '@graphql-mesh/http@0.94.5(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/runtime@0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)(tslib@2.6.3)' - : dependencies: - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/runtime': 0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@whatwg-node/server': 0.9.34 - graphql: 16.8.2 - graphql-yoga: 4.0.5(graphql@16.8.2) + '@graphql-mesh/http@0.94.5(ihvx4gchewuruw4wm2kmo52aja)': + dependencies: + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/runtime': 0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@whatwg-node/server': 0.9.36 + graphql: 16.9.0 + graphql-yoga: 4.0.5(graphql@16.9.0) tslib: 2.6.3 - '@graphql-mesh/merger-bare@0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/merger-bare@0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-mesh/merger-stitching': 0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/schema': 10.0.0(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/merger-stitching': 0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/schema': 10.0.0(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - '@graphql-mesh/store' - '@graphql-mesh/merger-stitching@0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)': - dependencies: - '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/schema': 10.0.4(graphql@16.8.2) - '@graphql-tools/stitch': 9.2.9(graphql@16.8.2) - '@graphql-tools/stitching-directives': 3.0.2(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/merger-stitching@0.94.6(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': + dependencies: + '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-mesh/utils@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/stitch': 9.2.9(graphql@16.9.0) + '@graphql-tools/stitching-directives': 3.0.2(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-mesh/runtime@0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/runtime@0.94.2(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': dependencies: '@envelop/core': 4.0.3 - '@envelop/extended-validation': 3.0.3(@envelop/core@4.0.3)(graphql@16.8.2) - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/batch-delegate': 9.0.3(graphql@16.8.2) - '@graphql-tools/batch-execute': 9.0.4(graphql@16.8.2) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-tools/wrap': 10.0.5(graphql@16.8.2) + '@envelop/extended-validation': 3.0.3(@envelop/core@4.0.3)(graphql@16.9.0) + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/batch-delegate': 9.0.3(graphql@16.9.0) + '@graphql-tools/batch-execute': 9.0.4(graphql@16.9.0) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) '@whatwg-node/fetch': 0.9.18 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 - ? '@graphql-mesh/runtime@0.99.8(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.98.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)' - : dependencies: + '@graphql-mesh/runtime@0.99.11(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': + dependencies: '@envelop/core': 5.0.1 - '@envelop/extended-validation': 4.0.0(@envelop/core@5.0.1)(graphql@16.8.2) - '@envelop/graphql-jit': 8.0.3(@envelop/core@5.0.1)(graphql@16.8.2) - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.98.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/batch-delegate': 9.0.3(graphql@16.8.2) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/executor': 1.2.6(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-tools/wrap': 10.0.5(graphql@16.8.2) + '@envelop/extended-validation': 4.0.0(@envelop/core@5.0.1)(graphql@16.9.0) + '@envelop/graphql-jit': 8.0.3(@envelop/core@5.0.1)(graphql@16.9.0) + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/batch-delegate': 9.0.3(graphql@16.9.0) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/executor': 1.2.7(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) '@whatwg-node/fetch': 0.9.18 - graphql: 16.8.2 - graphql-jit: 0.8.2(graphql@16.8.2) + graphql: 16.9.0 + graphql-jit: 0.8.2(graphql@16.9.0) tslib: 2.6.3 - '@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-mesh/utils@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-inspector/core': 5.0.1(graphql@16.8.2) - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-inspector/core': 5.0.1(graphql@16.9.0) + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-mesh/string-interpolation@0.5.4(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/string-interpolation@0.5.4(graphql@16.9.0)(tslib@2.6.3)': dependencies: dayjs: 1.11.11 - graphql: 16.8.2 + graphql: 16.9.0 json-pointer: 0.6.2 lodash.get: 4.4.2 tslib: 2.6.3 - '@graphql-mesh/transform-type-merging@0.98.7(@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/transform-type-merging@0.98.9(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/utils': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/stitching-directives': 3.0.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/utils': 0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/stitching-directives': 3.0.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-mesh/transport-common@0.2.7(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/transport-common@0.2.8(@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-mesh/types': 0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/types@0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/batch-delegate': 9.0.3(graphql@16.8.2) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-mesh/utils@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/batch-delegate': 9.0.3(graphql@16.9.0) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/types@0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/batch-delegate': 9.0.3(graphql@16.8.2) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-mesh/store': 0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-mesh/utils@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/batch-delegate': 9.0.3(graphql@16.9.0) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/utils@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.94.6(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) dset: 3.1.3 - graphql: 16.8.2 + graphql: 16.9.0 js-yaml: 4.1.0 lodash.get: 4.4.2 lodash.topath: 4.5.2 tiny-lru: 11.2.6 tslib: 2.6.3 - '@graphql-mesh/utils@0.98.7(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3)': + '@graphql-mesh/utils@0.98.9(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0))(@graphql-mesh/types@0.98.9)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3)': dependencies: - '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2) - '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.8.2)(tslib@2.6.3) - '@graphql-mesh/types': 0.98.7(@graphql-mesh/store@0.94.6(@graphql-mesh/cross-helpers@0.4.3(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2))(@graphql-mesh/types@0.94.6)(@graphql-mesh/utils@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3))(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql@16.8.2)(tslib@2.6.3) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-mesh/cross-helpers': 0.4.3(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0) + '@graphql-mesh/string-interpolation': 0.5.4(graphql@16.9.0)(tslib@2.6.3) + '@graphql-mesh/types': 0.98.9(@graphql-mesh/store@0.94.6)(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql@16.9.0)(tslib@2.6.3) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) '@whatwg-node/fetch': 0.9.18 + disposablestack: 1.1.6 dset: 3.1.3 - graphql: 16.8.2 + graphql: 16.9.0 js-yaml: 4.1.0 lodash.get: 4.4.2 lodash.topath: 4.5.2 tiny-lru: 11.2.6 tslib: 2.6.3 - '@graphql-tools/batch-delegate@9.0.3(graphql@16.8.2)': + '@graphql-tools/batch-delegate@9.0.3(graphql@16.9.0)': dependencies: - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) dataloader: 2.2.2 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 value-or-promise: 1.0.12 - '@graphql-tools/batch-execute@9.0.4(graphql@16.8.2)': + '@graphql-tools/batch-execute@9.0.4(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) dataloader: 2.2.2 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 value-or-promise: 1.0.12 - '@graphql-tools/code-file-loader@8.1.2(graphql@16.8.2)': + '@graphql-tools/code-file-loader@8.1.2(graphql@16.9.0)': dependencies: - '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/graphql-tag-pluck': 8.3.1(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) globby: 11.1.0 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 unixify: 1.0.0 transitivePeerDependencies: - supports-color - '@graphql-tools/delegate@10.0.11(graphql@16.8.2)': + '@graphql-tools/delegate@10.0.11(graphql@16.9.0)': dependencies: - '@graphql-tools/batch-execute': 9.0.4(graphql@16.8.2) - '@graphql-tools/executor': 1.2.6(graphql@16.8.2) - '@graphql-tools/schema': 10.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/batch-execute': 9.0.4(graphql@16.9.0) + '@graphql-tools/executor': 1.2.7(graphql@16.9.0) + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) dataloader: 2.2.2 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-tools/executor-graphql-ws@1.1.2(graphql@16.8.2)': + '@graphql-tools/executor-graphql-ws@1.1.2(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) '@types/ws': 8.5.10 - graphql: 16.8.2 - graphql-ws: 5.16.0(graphql@16.8.2) + graphql: 16.9.0 + graphql-ws: 5.16.0(graphql@16.9.0) isomorphic-ws: 5.0.0(ws@8.17.1) tslib: 2.6.3 ws: 8.17.1 @@ -10860,24 +11025,24 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor-http@1.0.9(@types/node@20.14.2)(graphql@16.8.2)': + '@graphql-tools/executor-http@1.0.9(@types/node@20.14.9)(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) '@repeaterjs/repeater': 3.0.6 '@whatwg-node/fetch': 0.9.18 extract-files: 11.0.0 - graphql: 16.8.2 - meros: 1.3.0(@types/node@20.14.2) + graphql: 16.9.0 + meros: 1.3.0(@types/node@20.14.9) tslib: 2.6.3 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' - '@graphql-tools/executor-legacy-ws@1.0.6(graphql@16.8.2)': + '@graphql-tools/executor-legacy-ws@1.0.6(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) '@types/ws': 8.5.10 - graphql: 16.8.2 + graphql: 16.9.0 isomorphic-ws: 5.0.0(ws@8.17.1) tslib: 2.6.3 ws: 8.17.1 @@ -10885,136 +11050,159 @@ snapshots: - bufferutil - utf-8-validate - '@graphql-tools/executor@1.2.6(graphql@16.8.2)': + '@graphql-tools/executor@1.2.7(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) '@repeaterjs/repeater': 3.0.6 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 value-or-promise: 1.0.12 - '@graphql-tools/graphql-file-loader@8.0.1(graphql@16.8.2)': + '@graphql-tools/federation@2.1.0(@types/node@20.14.9)(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@graphql-tools/import': 7.0.1(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.14.9)(graphql@16.9.0) + '@graphql-tools/merge': 9.0.4(graphql@16.9.0) + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/stitch': 9.2.9(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) + '@whatwg-node/fetch': 0.9.18 + graphql: 16.9.0 + tslib: 2.6.3 + value-or-promise: 1.0.12 + optionalDependencies: + '@apollo/client': 3.10.8(@types/react@18.3.3)(graphql-ws@5.16.0(graphql@16.9.0))(graphql@16.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + transitivePeerDependencies: + - '@types/node' + - '@types/react' + - graphql-ws + - react + - react-dom + - subscriptions-transport-ws + + '@graphql-tools/graphql-file-loader@8.0.1(graphql@16.9.0)': + dependencies: + '@graphql-tools/import': 7.0.1(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) globby: 11.1.0 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 unixify: 1.0.0 - '@graphql-tools/graphql-tag-pluck@8.3.1(graphql@16.8.2)': + '@graphql-tools/graphql-tag-pluck@8.3.1(graphql@16.9.0)': dependencies: '@babel/core': 7.24.7 '@babel/parser': 7.24.7 '@babel/plugin-syntax-import-assertions': 7.24.7(@babel/core@7.24.7) '@babel/traverse': 7.24.7 '@babel/types': 7.24.7 - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - supports-color - '@graphql-tools/import@7.0.1(graphql@16.8.2)': + '@graphql-tools/import@7.0.1(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 resolve-from: 5.0.0 tslib: 2.6.3 - '@graphql-tools/load@8.0.2(graphql@16.8.2)': + '@graphql-tools/load@8.0.2(graphql@16.9.0)': dependencies: - '@graphql-tools/schema': 10.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 p-limit: 3.1.0 tslib: 2.6.3 - '@graphql-tools/merge@9.0.4(graphql@16.8.2)': + '@graphql-tools/merge@9.0.4(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-tools/optimize@1.4.0(graphql@16.8.2)': + '@graphql-tools/optimize@1.4.0(graphql@16.9.0)': dependencies: - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-tools/optimize@2.0.0(graphql@16.8.2)': + '@graphql-tools/optimize@2.0.0(graphql@16.9.0)': dependencies: - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.8.2)': + '@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.9.0)': dependencies: - '@ardatan/relay-compiler': 12.0.0(graphql@16.8.2) - '@graphql-tools/utils': 9.2.1(graphql@16.8.2) - graphql: 16.8.2 + '@ardatan/relay-compiler': 12.0.0(graphql@16.9.0) + '@graphql-tools/utils': 9.2.1(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - supports-color - '@graphql-tools/relay-operation-optimizer@7.0.1(graphql@16.8.2)': + '@graphql-tools/relay-operation-optimizer@7.0.1(graphql@16.9.0)': dependencies: - '@ardatan/relay-compiler': 12.0.0(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@ardatan/relay-compiler': 12.0.0(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 transitivePeerDependencies: - encoding - supports-color - '@graphql-tools/schema@10.0.0(graphql@16.8.2)': + '@graphql-tools/schema@10.0.0(graphql@16.9.0)': dependencies: - '@graphql-tools/merge': 9.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/merge': 9.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 value-or-promise: 1.0.12 - '@graphql-tools/schema@10.0.4(graphql@16.8.2)': + '@graphql-tools/schema@10.0.4(graphql@16.9.0)': dependencies: - '@graphql-tools/merge': 9.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/merge': 9.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 value-or-promise: 1.0.12 - '@graphql-tools/stitch@9.2.9(graphql@16.8.2)': + '@graphql-tools/stitch@9.2.9(graphql@16.9.0)': dependencies: - '@graphql-tools/batch-delegate': 9.0.3(graphql@16.8.2) - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/executor': 1.2.6(graphql@16.8.2) - '@graphql-tools/merge': 9.0.4(graphql@16.8.2) - '@graphql-tools/schema': 10.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-tools/wrap': 10.0.5(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/batch-delegate': 9.0.3(graphql@16.9.0) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/executor': 1.2.7(graphql@16.9.0) + '@graphql-tools/merge': 9.0.4(graphql@16.9.0) + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 value-or-promise: 1.0.12 - '@graphql-tools/stitching-directives@3.0.2(graphql@16.8.2)': + '@graphql-tools/stitching-directives@3.0.2(graphql@16.9.0)': dependencies: - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-tools/url-loader@8.0.2(@types/node@20.14.2)(graphql@16.8.2)': + '@graphql-tools/url-loader@8.0.2(@types/node@20.14.9)(graphql@16.9.0)': dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/executor-graphql-ws': 1.1.2(graphql@16.8.2) - '@graphql-tools/executor-http': 1.0.9(@types/node@20.14.2)(graphql@16.8.2) - '@graphql-tools/executor-legacy-ws': 1.0.6(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - '@graphql-tools/wrap': 10.0.5(graphql@16.8.2) + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/executor-graphql-ws': 1.1.2(graphql@16.9.0) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.14.9)(graphql@16.9.0) + '@graphql-tools/executor-legacy-ws': 1.0.6(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + '@graphql-tools/wrap': 10.0.5(graphql@16.9.0) '@types/ws': 8.5.10 '@whatwg-node/fetch': 0.9.18 - graphql: 16.8.2 + graphql: 16.9.0 isomorphic-ws: 5.0.0(ws@8.17.1) tslib: 2.6.3 value-or-promise: 1.0.12 @@ -11025,31 +11213,31 @@ snapshots: - encoding - utf-8-validate - '@graphql-tools/utils@10.2.2(graphql@16.8.2)': + '@graphql-tools/utils@10.2.2(graphql@16.9.0)': dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) cross-inspect: 1.0.0 dset: 3.1.3 - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-tools/utils@8.13.1(graphql@16.8.2)': + '@graphql-tools/utils@8.13.1(graphql@16.9.0)': dependencies: - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-tools/utils@9.2.1(graphql@16.8.2)': + '@graphql-tools/utils@9.2.1(graphql@16.9.0)': dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 - '@graphql-tools/wrap@10.0.5(graphql@16.8.2)': + '@graphql-tools/wrap@10.0.5(graphql@16.9.0)': dependencies: - '@graphql-tools/delegate': 10.0.11(graphql@16.8.2) - '@graphql-tools/schema': 10.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 + '@graphql-tools/delegate': 10.0.11(graphql@16.9.0) + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 tslib: 2.6.3 value-or-promise: 1.0.12 @@ -11057,9 +11245,9 @@ snapshots: dependencies: graphql: 16.8.0 - '@graphql-typed-document-node/core@3.2.0(graphql@16.8.2)': + '@graphql-typed-document-node/core@3.2.0(graphql@16.9.0)': dependencies: - graphql: 16.8.2 + graphql: 16.9.0 '@graphql-yoga/logger@1.0.0': dependencies: @@ -11069,11 +11257,11 @@ snapshots: dependencies: tslib: 2.6.3 - '@graphql-yoga/plugin-persisted-operations@2.0.5(@graphql-tools/utils@10.2.2(graphql@16.8.2))(graphql-yoga@5.3.1(graphql@16.8.2))(graphql@16.8.2)': + '@graphql-yoga/plugin-persisted-operations@2.0.5(@graphql-tools/utils@10.2.2(graphql@16.9.0))(graphql-yoga@5.4.0(graphql@16.9.0))(graphql@16.9.0)': dependencies: - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) - graphql: 16.8.2 - graphql-yoga: 5.3.1(graphql@16.8.2) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) + graphql: 16.9.0 + graphql-yoga: 5.4.0(graphql@16.9.0) '@graphql-yoga/subscription@4.0.0': dependencies: @@ -11082,7 +11270,7 @@ snapshots: '@whatwg-node/events': 0.1.1 tslib: 2.6.3 - '@graphql-yoga/subscription@5.0.0': + '@graphql-yoga/subscription@5.0.1': dependencies: '@graphql-yoga/typed-event-target': 3.0.0 '@repeaterjs/repeater': 3.0.6 @@ -11101,18 +11289,18 @@ snapshots: '@hasparus/eslint-plugin@1.0.0': dependencies: - typescript: 5.4.5 + typescript: 5.5.2 '@headlessui/react@1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@tanstack/react-virtual': 3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@tanstack/react-virtual': 3.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) client-only: 0.0.1 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@headlessui/react@2.0.4(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@headlessui/react@2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@floating-ui/react': 0.26.17(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@floating-ui/react': 0.26.18(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@react-aria/focus': 3.17.1(react@18.3.1) '@react-aria/interactions': 3.21.3(react@18.3.1) '@tanstack/react-virtual': 3.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -11445,10 +11633,10 @@ snapshots: - supports-color - utf-8-validate - '@nomicfoundation/hardhat-network-helpers@1.0.11(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))': + '@nomicfoundation/hardhat-network-helpers@1.0.11(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))': dependencies: ethereumjs-util: 7.1.5 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2) '@nomicfoundation/solidity-analyzer-darwin-arm64@0.1.2': optional: true @@ -11481,10 +11669,10 @@ snapshots: '@nomicfoundation/solidity-analyzer-linux-x64-musl': 0.1.2 '@nomicfoundation/solidity-analyzer-win32-x64-msvc': 0.1.2 - '@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))': + '@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))': dependencies: ethers: 5.7.2 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2) '@npmcli/config@6.4.1': dependencies: @@ -11500,8 +11688,8 @@ snapshots: '@npmcli/map-workspaces@3.0.6': dependencies: '@npmcli/name-from-folder': 2.0.0 - glob: 10.4.1 - minimatch: 9.0.4 + glob: 10.4.2 + minimatch: 9.0.5 read-package-json-fast: 3.0.2 '@npmcli/name-from-folder@2.0.0': {} @@ -11520,492 +11708,451 @@ snapshots: '@pkgr/core@0.1.1': {} - '@radix-ui/number@1.0.1': - dependencies: - '@babel/runtime': 7.24.7 + '@radix-ui/number@1.1.0': {} - '@radix-ui/primitive@1.0.1': - dependencies: - '@babel/runtime': 7.24.7 + '@radix-ui/primitive@1.1.0': {} - '@radix-ui/react-accordion@1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-accordion@1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-collapsible': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-direction': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-alert-dialog@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dialog': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-arrow@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-arrow@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-collapsible@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-collection@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-collection@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-compose-refs@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-context@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-context@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-dialog@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dialog@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) aria-hidden: 1.2.4 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.5(@types/react@18.3.3)(react@18.3.1) + react-remove-scroll: 2.5.7(@types/react@18.3.3)(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-direction@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-direction@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dismissable-layer@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-escape-keydown': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-dropdown-menu@2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-menu': 2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-focus-guards@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-focus-scope@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-id@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-id@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-label@2.0.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-label@2.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-menu@2.0.6(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-menu@2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-direction': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-roving-focus': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) aria-hidden: 1.2.4 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.5(@types/react@18.3.3)(react@18.3.1) + react-remove-scroll: 2.5.7(@types/react@18.3.3)(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-navigation-menu@1.1.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-navigation-menu@1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-direction': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-previous': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-popover@1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-popover@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-focus-guards': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-focus-scope': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) aria-hidden: 1.2.4 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-remove-scroll: 2.5.5(@types/react@18.3.3)(react@18.3.1) + react-remove-scroll: 2.5.7(@types/react@18.3.3)(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-popper@1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@floating-ui/react-dom': 2.1.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-rect': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/rect': 1.0.1 + '@radix-ui/react-popper@1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@floating-ui/react-dom': 2.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-arrow': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-rect': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-size': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/rect': 1.1.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-portal@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-portal@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-presence@1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-presence@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-primitive@2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-roving-focus@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-direction': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-slider@1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/number': 1.0.1 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-direction': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-slider@1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/number': 1.1.0 + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-direction': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-previous': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-size': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-slot@1.0.2(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-slot@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-switch@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-switch@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-previous': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-size': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-toast@1.1.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-toast@1.2.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-collection': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-id': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-tooltip@1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@radix-ui/primitive': 1.1.0 + '@radix-ui/react-compose-refs': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-context': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-dismissable-layer': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-id': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-popper': 1.2.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-portal': 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-presence': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-slot': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-controllable-state': 1.1.0(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-visually-hidden': 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-use-callback-ref@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-use-controllable-state@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-use-escape-keydown@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-callback-ref': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-use-layout-effect@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-use-previous@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-use-previous@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-use-rect@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-use-rect@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/rect': 1.0.1 + '@radix-ui/rect': 1.1.0 react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-use-size@1.0.1(@types/react@18.3.3)(react@18.3.1)': + '@radix-ui/react-use-size@1.1.0(@types/react@18.3.3)(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1) + '@radix-ui/react-use-layout-effect': 1.1.0(@types/react@18.3.3)(react@18.3.1) react: 18.3.1 optionalDependencies: '@types/react': 18.3.3 - '@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@radix-ui/react-visually-hidden@1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.24.7 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@radix-ui/react-primitive': 2.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) optionalDependencies: '@types/react': 18.3.3 '@types/react-dom': 18.3.0 - '@radix-ui/rect@1.0.1': - dependencies: - '@babel/runtime': 7.24.7 + '@radix-ui/rect@1.1.0': {} '@react-aria/breadcrumbs@3.5.13(react@18.3.1)': dependencies: @@ -12896,9 +13043,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.18.0': optional: true - '@rrweb/types@2.0.0-alpha.15': + '@rrweb/types@2.0.0-alpha.16': dependencies: - rrweb-snapshot: 2.0.0-alpha.15 + rrweb-snapshot: 2.0.0-alpha.16 '@rushstack/eslint-patch@1.10.3': {} @@ -12964,6 +13111,8 @@ snapshots: '@sentry/types': 5.30.0 tslib: 1.14.1 + '@shikijs/core@1.9.1': {} + '@shuding/opentype.js@1.4.0-beta.0': dependencies: fflate: 0.7.4 @@ -13061,15 +13210,15 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - '@tanstack/react-virtual@3.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@tanstack/react-virtual@3.7.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@tanstack/virtual-core': 3.5.1 + '@tanstack/virtual-core': 3.7.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) '@tanstack/virtual-core@3.5.0': {} - '@tanstack/virtual-core@3.5.1': {} + '@tanstack/virtual-core@3.7.0': {} '@theguild/remark-mermaid@0.0.5(react@18.3.1)': dependencies: @@ -13151,15 +13300,15 @@ snapshots: '@types/bn.js@4.11.6': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 '@types/bn.js@5.1.5': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 '@types/concat-stream@2.0.3': dependencies: - '@types/node': 18.19.34 + '@types/node': 18.19.39 '@types/cookie@0.6.0': {} @@ -13221,7 +13370,7 @@ snapshots: '@types/katex@0.16.7': {} - '@types/lodash@4.17.5': {} + '@types/lodash@4.17.6': {} '@types/lru-cache@5.1.1': {} @@ -13241,13 +13390,13 @@ snapshots: '@types/node-forge@1.3.11': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 - '@types/node@18.19.34': + '@types/node@18.19.39': dependencies: undici-types: 5.26.5 - '@types/node@20.14.2': + '@types/node@20.14.9': dependencies: undici-types: 5.26.5 @@ -13255,7 +13404,7 @@ snapshots: '@types/pbkdf2@3.1.2': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 '@types/prismjs@1.26.4': {} @@ -13272,12 +13421,12 @@ snapshots: '@types/readable-stream@2.3.15': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 safe-buffer: 5.1.2 '@types/secp256k1@4.0.6': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 '@types/semver@7.5.8': {} @@ -13295,15 +13444,15 @@ snapshots: '@types/ws@8.5.10': dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 - '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint@8.57.0)(typescript@5.5.2)': dependencies: '@eslint-community/regexpp': 4.10.1 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.2) '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.5.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.5.2) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.5 eslint: 8.57.0 @@ -13311,22 +13460,22 @@ snapshots: ignore: 5.3.1 natural-compare: 1.4.0 semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.5.2) optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.5 eslint: 8.57.0 optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color @@ -13335,21 +13484,21 @@ snapshots: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.5.2)': dependencies: - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.5.2) debug: 4.3.5 eslint: 8.57.0 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.5.2) optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color '@typescript-eslint/types@6.21.0': {} - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5)': + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.2)': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 @@ -13358,20 +13507,20 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.5.2) optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.5)': + '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.5.2)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2) eslint: 8.57.0 semver: 7.6.2 transitivePeerDependencies: @@ -13396,7 +13545,7 @@ snapshots: tiny-invariant: 1.3.3 toformat: 2.0.0 - '@uniswap/sdk-core@5.3.0': + '@uniswap/sdk-core@5.3.1': dependencies: '@ethersproject/address': 5.7.0 '@ethersproject/bytes': 5.7.0 @@ -13408,14 +13557,14 @@ snapshots: tiny-invariant: 1.3.3 toformat: 2.0.0 - '@uniswap/swap-router-contracts@1.3.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))': + '@uniswap/swap-router-contracts@1.3.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))': dependencies: '@openzeppelin/contracts': 3.4.2-solc-0.7 '@uniswap/v2-core': 1.0.1 '@uniswap/v3-core': 1.0.1 '@uniswap/v3-periphery': 1.4.4 dotenv: 14.3.2 - hardhat-watcher: 2.5.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) + hardhat-watcher: 2.5.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) transitivePeerDependencies: - hardhat @@ -13433,12 +13582,12 @@ snapshots: '@uniswap/v3-core': 1.0.1 base64-sol: 1.0.1 - '@uniswap/v3-sdk@3.13.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5))': + '@uniswap/v3-sdk@3.13.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2))': dependencies: '@ethersproject/abi': 5.7.0 '@ethersproject/solidity': 5.7.0 - '@uniswap/sdk-core': 5.3.0 - '@uniswap/swap-router-contracts': 1.3.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) + '@uniswap/sdk-core': 5.3.1 + '@uniswap/swap-router-contracts': 1.3.1(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) '@uniswap/v3-periphery': 1.4.4 '@uniswap/v3-staker': 1.0.0 tiny-invariant: 1.3.3 @@ -13508,11 +13657,36 @@ snapshots: fast-querystring: 1.1.2 tslib: 2.6.3 - '@whatwg-node/server@0.9.34': + '@whatwg-node/server@0.9.36': dependencies: '@whatwg-node/fetch': 0.9.18 tslib: 2.6.3 + '@wry/caches@1.0.1': + dependencies: + tslib: 2.6.3 + optional: true + + '@wry/context@0.7.4': + dependencies: + tslib: 2.6.3 + optional: true + + '@wry/equality@0.5.7': + dependencies: + tslib: 2.6.3 + optional: true + + '@wry/trie@0.4.3': + dependencies: + tslib: 2.6.3 + optional: true + + '@wry/trie@0.5.0': + dependencies: + tslib: 2.6.3 + optional: true + '@xobotyi/scrollbar-width@1.9.5': {} '@xstate/fsm@1.6.5': {} @@ -13591,23 +13765,23 @@ snapshots: require-from-string: 2.0.2 uri-js: 4.4.1 - algoliasearch@4.23.3: - dependencies: - '@algolia/cache-browser-local-storage': 4.23.3 - '@algolia/cache-common': 4.23.3 - '@algolia/cache-in-memory': 4.23.3 - '@algolia/client-account': 4.23.3 - '@algolia/client-analytics': 4.23.3 - '@algolia/client-common': 4.23.3 - '@algolia/client-personalization': 4.23.3 - '@algolia/client-search': 4.23.3 - '@algolia/logger-common': 4.23.3 - '@algolia/logger-console': 4.23.3 - '@algolia/recommend': 4.23.3 - '@algolia/requester-browser-xhr': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/requester-node-http': 4.23.3 - '@algolia/transporter': 4.23.3 + algoliasearch@4.24.0: + dependencies: + '@algolia/cache-browser-local-storage': 4.24.0 + '@algolia/cache-common': 4.24.0 + '@algolia/cache-in-memory': 4.24.0 + '@algolia/client-account': 4.24.0 + '@algolia/client-analytics': 4.24.0 + '@algolia/client-common': 4.24.0 + '@algolia/client-personalization': 4.24.0 + '@algolia/client-search': 4.24.0 + '@algolia/logger-common': 4.24.0 + '@algolia/logger-console': 4.24.0 + '@algolia/recommend': 4.24.0 + '@algolia/requester-browser-xhr': 4.24.0 + '@algolia/requester-common': 4.24.0 + '@algolia/requester-node-http': 4.24.0 + '@algolia/transporter': 4.24.0 ansi-colors@4.1.1: {} @@ -13662,9 +13836,9 @@ snapshots: dependencies: tslib: 2.6.3 - aria-query@5.3.0: + aria-query@5.1.3: dependencies: - dequal: 2.0.3 + deep-equal: 2.2.3 array-buffer-byte-length@1.0.1: dependencies: @@ -13767,7 +13941,7 @@ snapshots: autoprefixer@10.4.19(postcss@8.4.38): dependencies: browserslist: 4.23.1 - caniuse-lite: 1.0.30001636 + caniuse-lite: 1.0.30001638 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.1 @@ -13778,11 +13952,11 @@ snapshots: dependencies: possible-typed-array-names: 1.0.0 - axe-core@4.7.0: {} + axe-core@4.9.1: {} - axobject-query@3.2.1: + axobject-query@3.1.1: dependencies: - dequal: 2.0.3 + deep-equal: 2.2.3 babel-plugin-macros@3.1.0: dependencies: @@ -13940,8 +14114,8 @@ snapshots: browserslist@4.23.1: dependencies: - caniuse-lite: 1.0.30001636 - electron-to-chromium: 1.4.803 + caniuse-lite: 1.0.30001638 + electron-to-chromium: 1.4.812 node-releases: 2.0.14 update-browserslist-db: 1.0.16(browserslist@4.23.1) @@ -14015,7 +14189,7 @@ snapshots: camelize@1.0.1: {} - caniuse-lite@1.0.30001636: {} + caniuse-lite@1.0.30001638: {} capital-case@1.0.4: dependencies: @@ -14126,18 +14300,6 @@ snapshots: dependencies: get-func-name: 2.0.2 - chokidar@3.5.3: - dependencies: - anymatch: 3.1.3 - braces: 3.0.3 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.3 - chokidar@3.6.0: dependencies: anymatch: 3.1.3 @@ -14257,7 +14419,7 @@ snapshots: consola@3.2.3: {} - console-table-printer@2.12.0: + console-table-printer@2.12.1: dependencies: simple-wcswidth: 1.0.1 @@ -14306,14 +14468,14 @@ snapshots: path-type: 4.0.0 yaml: 1.10.2 - cosmiconfig@8.3.6(typescript@5.4.5): + cosmiconfig@8.3.6(typescript@5.5.2): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 optionalDependencies: - typescript: 5.4.5 + typescript: 5.5.2 crc-32@1.2.2: {} @@ -14391,12 +14553,12 @@ snapshots: csstype@3.1.3: {} - cytoscape-cose-bilkent@4.1.0(cytoscape@3.29.2): + cytoscape-cose-bilkent@4.1.0(cytoscape@3.30.0): dependencies: cose-base: 1.0.3 - cytoscape: 3.29.2 + cytoscape: 3.30.0 - cytoscape@3.29.2: {} + cytoscape@3.30.0: {} d3-array@2.12.1: dependencies: @@ -14594,6 +14756,8 @@ snapshots: dataloader@2.2.2: {} + date-fns@3.6.0: {} + dayjs@1.11.11: {} debug@2.6.9: @@ -14630,6 +14794,27 @@ snapshots: dependencies: type-detect: 4.0.8 + deep-equal@2.2.3: + dependencies: + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.4 + is-arguments: 1.1.1 + is-array-buffer: 3.0.4 + is-date-object: 1.0.5 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.3 + isarray: 2.0.5 + object-is: 1.1.6 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.2 + side-channel: 1.0.6 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.2 + which-typed-array: 1.1.15 + deep-is@0.1.4: {} deepmerge@4.3.1: {} @@ -14684,6 +14869,20 @@ snapshots: dependencies: path-type: 4.0.0 + disposablestack@1.1.6: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-set-tostringtag: 2.0.3 + get-intrinsic: 1.2.4 + globalthis: 1.0.4 + has-symbols: 1.0.3 + hasown: 2.0.2 + internal-slot: 1.0.7 + suppressed-error: 1.0.3 + dlv@1.1.3: {} dnscache@1.0.2: @@ -14730,7 +14929,7 @@ snapshots: ee-first@1.1.1: {} - electron-to-chromium@1.4.803: {} + electron-to-chromium@1.4.812: {} elkjs@0.9.3: {} @@ -14821,7 +15020,7 @@ snapshots: is-string: 1.0.7 is-typed-array: 1.1.13 is-weakref: 1.0.2 - object-inspect: 1.13.1 + object-inspect: 1.13.2 object-keys: 1.1.1 object.assign: 4.1.5 regexp.prototype.flags: 1.5.2 @@ -14843,6 +15042,18 @@ snapshots: es-errors@1.3.0: {} + es-get-iterator@1.1.3: + dependencies: + call-bind: 1.0.7 + get-intrinsic: 1.2.4 + has-symbols: 1.0.3 + is-arguments: 1.1.1 + is-map: 2.0.3 + is-set: 2.0.3 + is-string: 1.0.7 + isarray: 2.0.5 + stop-iteration-iterator: 1.0.0 + es-iterator-helpers@1.0.19: dependencies: call-bind: 1.0.7 @@ -14944,21 +15155,21 @@ snapshots: eslint-import-resolver-node@0.3.9: dependencies: debug: 3.2.7 - is-core-module: 2.13.1 + is-core-module: 2.14.0 resolve: 1.22.8 transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0): dependencies: debug: 4.3.5 enhanced-resolve: 5.17.0 eslint: 8.57.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) fast-glob: 3.3.2 get-tsconfig: 4.7.5 - is-core-module: 2.13.1 + is-core-module: 2.14.0 is-glob: 4.0.3 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -14986,18 +15197,18 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.2) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -15007,9 +15218,9 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@8.57.0))(eslint@8.57.0) hasown: 2.0.2 - is-core-module: 2.13.1 + is-core-module: 2.14.0 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.8 @@ -15018,21 +15229,20 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.5.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0): + eslint-plugin-jsx-a11y@6.9.0(eslint@8.57.0): dependencies: - '@babel/runtime': 7.24.7 - aria-query: 5.3.0 + aria-query: 5.1.3 array-includes: 3.1.8 array.prototype.flatmap: 1.3.2 ast-types-flow: 0.0.8 - axe-core: 4.7.0 - axobject-query: 3.2.1 + axe-core: 4.9.1 + axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 es-iterator-helpers: 1.0.19 @@ -15041,8 +15251,9 @@ snapshots: jsx-ast-utils: 3.3.5 language-tags: 1.0.9 minimatch: 3.1.2 - object.entries: 1.1.8 object.fromentries: 2.0.8 + safe-regex-test: 1.0.3 + string.prototype.includes: 2.0.0 eslint-plugin-markdown@3.0.1(eslint@8.57.0): dependencies: @@ -15069,7 +15280,7 @@ snapshots: dependencies: eslint: 8.57.0 - eslint-plugin-react@7.34.2(eslint@8.57.0): + eslint-plugin-react@7.34.3(eslint@8.57.0): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 @@ -15446,7 +15657,7 @@ snapshots: deepmerge: 4.3.1 string-similarity: 4.0.4 - fast-json-stringify@5.16.0: + fast-json-stringify@5.16.1: dependencies: '@fastify/merge-json-schemas': 0.1.1 ajv: 8.16.0 @@ -15585,7 +15796,7 @@ snapshots: fraction.js@4.3.7: {} - framer-motion@11.2.10(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + framer-motion@11.2.12(@emotion/is-prop-valid@0.8.8)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: tslib: 2.6.3 optionalDependencies: @@ -15682,12 +15893,13 @@ snapshots: glob-to-regexp@0.4.1: {} - glob@10.4.1: + glob@10.4.2: dependencies: foreground-child: 3.2.1 jackspeak: 3.4.0 - minimatch: 9.0.4 + minimatch: 9.0.5 minipass: 7.1.2 + package-json-from-dist: 1.0.0 path-scurry: 1.11.1 glob@7.1.7: @@ -15755,27 +15967,27 @@ snapshots: graphemer@1.4.0: {} - graphql-import-node@0.0.5(graphql@16.8.2): + graphql-import-node@0.0.5(graphql@16.9.0): dependencies: - graphql: 16.8.2 + graphql: 16.9.0 - graphql-jit@0.8.2(graphql@16.8.2): + graphql-jit@0.8.2(graphql@16.9.0): dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) fast-json-stringify: 1.21.0 generate-function: 2.3.1 - graphql: 16.8.2 + graphql: 16.9.0 json-schema: 0.4.0 lodash.memoize: 4.1.2 lodash.merge: 4.6.2 lodash.mergewith: 4.6.2 - graphql-jit@0.8.6(graphql@16.8.2): + graphql-jit@0.8.6(graphql@16.9.0): dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.2) - fast-json-stringify: 5.16.0 + '@graphql-typed-document-node/core': 3.2.0(graphql@16.9.0) + fast-json-stringify: 5.16.1 generate-function: 2.3.1 - graphql: 16.8.2 + graphql: 16.9.0 lodash.memoize: 4.1.2 lodash.merge: 4.6.2 lodash.mergewith: 4.6.2 @@ -15785,48 +15997,48 @@ snapshots: graphql: 16.8.0 tslib: 2.6.3 - graphql-tag@2.12.6(graphql@16.8.2): + graphql-tag@2.12.6(graphql@16.9.0): dependencies: - graphql: 16.8.2 + graphql: 16.9.0 tslib: 2.6.3 - graphql-ws@5.16.0(graphql@16.8.2): + graphql-ws@5.16.0(graphql@16.9.0): dependencies: - graphql: 16.8.2 + graphql: 16.9.0 - graphql-yoga@4.0.5(graphql@16.8.2): + graphql-yoga@4.0.5(graphql@16.9.0): dependencies: '@envelop/core': 4.0.3 - '@graphql-tools/executor': 1.2.6(graphql@16.8.2) - '@graphql-tools/schema': 10.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/executor': 1.2.7(graphql@16.9.0) + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) '@graphql-yoga/logger': 1.0.0 '@graphql-yoga/subscription': 4.0.0 '@whatwg-node/fetch': 0.9.18 - '@whatwg-node/server': 0.9.34 + '@whatwg-node/server': 0.9.36 dset: 3.1.3 - graphql: 16.8.2 + graphql: 16.9.0 lru-cache: 10.2.2 tslib: 2.6.3 - graphql-yoga@5.3.1(graphql@16.8.2): + graphql-yoga@5.4.0(graphql@16.9.0): dependencies: '@envelop/core': 5.0.1 - '@graphql-tools/executor': 1.2.6(graphql@16.8.2) - '@graphql-tools/schema': 10.0.4(graphql@16.8.2) - '@graphql-tools/utils': 10.2.2(graphql@16.8.2) + '@graphql-tools/executor': 1.2.7(graphql@16.9.0) + '@graphql-tools/schema': 10.0.4(graphql@16.9.0) + '@graphql-tools/utils': 10.2.2(graphql@16.9.0) '@graphql-yoga/logger': 2.0.0 - '@graphql-yoga/subscription': 5.0.0 + '@graphql-yoga/subscription': 5.0.1 '@whatwg-node/fetch': 0.9.18 - '@whatwg-node/server': 0.9.34 + '@whatwg-node/server': 0.9.36 dset: 3.1.3 - graphql: 16.8.2 + graphql: 16.9.0 lru-cache: 10.2.2 tslib: 2.6.3 graphql@16.8.0: {} - graphql@16.8.2: {} + graphql@16.9.0: {} gray-matter@4.0.3: dependencies: @@ -15835,24 +16047,24 @@ snapshots: section-matter: 1.0.0 strip-bom-string: 1.0.0 - hardhat-secure-accounts@0.0.6(@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)))(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)): + hardhat-secure-accounts@0.0.6(@nomiclabs/hardhat-ethers@2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)))(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)): dependencies: - '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)) + '@nomiclabs/hardhat-ethers': 2.2.3(ethers@5.7.2)(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)) debug: 4.3.5 enquirer: 2.4.1 ethers: 5.7.2 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2) lodash.clonedeep: 4.5.0 prompt-sync: 4.2.0 transitivePeerDependencies: - supports-color - hardhat-watcher@2.5.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5)): + hardhat-watcher@2.5.0(hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2)): dependencies: chokidar: 3.6.0 - hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5) + hardhat: 2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2) - hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5))(typescript@5.4.5): + hardhat@2.14.1(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2))(typescript@5.5.2): dependencies: '@ethersproject/abi': 5.7.0 '@metamask/eth-sig-util': 4.0.1 @@ -15891,7 +16103,7 @@ snapshots: keccak: 3.0.4 lodash: 4.17.21 mnemonist: 0.38.5 - mocha: 10.4.0 + mocha: 10.5.2 p-map: 4.0.0 qs: 6.12.1 raw-body: 2.5.2 @@ -15905,8 +16117,8 @@ snapshots: uuid: 8.3.2 ws: 7.5.10 optionalDependencies: - ts-node: 10.9.2(@types/node@20.14.2)(typescript@5.4.5) - typescript: 5.4.5 + ts-node: 10.9.2(@types/node@20.14.9)(typescript@5.5.2) + typescript: 5.5.2 transitivePeerDependencies: - bufferutil - supports-color @@ -16214,6 +16426,11 @@ snapshots: is-alphabetical: 2.0.1 is-decimal: 2.0.1 + is-arguments@1.1.1: + dependencies: + call-bind: 1.0.7 + has-tostringtag: 1.0.2 + is-array-buffer@3.0.4: dependencies: call-bind: 1.0.7 @@ -16246,7 +16463,7 @@ snapshots: is-callable@1.2.7: {} - is-core-module@2.13.1: + is-core-module@2.14.0: dependencies: hasown: 2.0.2 @@ -16472,7 +16689,7 @@ snapshots: json5@2.2.3: {} - jsonc-parser@3.2.1: {} + jsonc-parser@3.3.1: {} jsonfile@2.4.0: optionalDependencies: @@ -16924,8 +17141,8 @@ snapshots: '@braintree/sanitize-url': 6.0.4 '@types/d3-scale': 4.0.8 '@types/d3-scale-chromatic': 3.0.3 - cytoscape: 3.29.2 - cytoscape-cose-bilkent: 4.1.0(cytoscape@3.29.2) + cytoscape: 3.30.0 + cytoscape-cose-bilkent: 4.1.0(cytoscape@3.30.0) d3: 7.9.0 d3-sankey: 0.12.3 dagre-d3-es: 7.0.10 @@ -16944,9 +17161,9 @@ snapshots: transitivePeerDependencies: - supports-color - meros@1.3.0(@types/node@20.14.2): + meros@1.3.0(@types/node@20.14.9): optionalDependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 methods@1.1.2: {} @@ -17390,7 +17607,7 @@ snapshots: mimic-fn@4.0.0: {} - miniflare@3.20240610.0: + miniflare@3.20240620.0: dependencies: '@cspotcode/source-map-support': 0.8.1 acorn: 8.12.0 @@ -17400,7 +17617,7 @@ snapshots: glob-to-regexp: 0.4.1 stoppable: 1.1.0 undici: 5.28.4 - workerd: 1.20240610.1 + workerd: 1.20240620.1 ws: 8.17.1 youch: 3.3.3 zod: 3.23.8 @@ -17429,7 +17646,7 @@ snapshots: dependencies: brace-expansion: 2.0.1 - minimatch@9.0.4: + minimatch@9.0.5: dependencies: brace-expansion: 2.0.1 @@ -17439,7 +17656,7 @@ snapshots: mitt@3.0.1: {} - mixpanel-browser@2.52.0: + mixpanel-browser@2.53.0: dependencies: rrweb: 2.0.0-alpha.13 @@ -17456,11 +17673,11 @@ snapshots: dependencies: obliterator: 2.0.4 - mocha@10.4.0: + mocha@10.5.2: dependencies: ansi-colors: 4.1.1 browser-stdout: 1.3.1 - chokidar: 3.5.3 + chokidar: 3.6.0 debug: 4.3.4(supports-color@8.1.1) diff: 5.0.0 escape-string-regexp: 4.0.0 @@ -17566,7 +17783,7 @@ snapshots: '@next/env': 14.2.4 '@swc/helpers': 0.5.5 busboy: 1.6.0 - caniuse-lite: 1.0.30001636 + caniuse-lite: 1.0.30001638 graceful-fs: 4.2.11 postcss: 8.4.31 react: 18.3.1 @@ -17683,7 +17900,12 @@ snapshots: object-inspect@1.12.3: {} - object-inspect@1.13.1: {} + object-inspect@1.13.2: {} + + object-is@1.1.6: + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 object-keys@1.1.1: {} @@ -17756,6 +17978,14 @@ snapshots: is-docker: 2.2.1 is-wsl: 2.2.0 + optimism@0.18.0: + dependencies: + '@wry/caches': 1.0.1 + '@wry/context': 0.7.4 + '@wry/trie': 0.4.3 + tslib: 2.6.3 + optional: true + optionator@0.9.4: dependencies: deep-is: 0.1.4 @@ -17817,6 +18047,8 @@ snapshots: p-try@2.2.0: {} + package-json-from-dist@1.0.0: {} + packet-reader@1.0.0: {} pako@0.2.9: {} @@ -18047,13 +18279,13 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.4.38 - postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5)): + postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2)): dependencies: lilconfig: 3.1.2 yaml: 2.4.5 optionalDependencies: postcss: 8.4.38 - ts-node: 10.9.2(@types/node@20.14.2)(typescript@5.4.5) + ts-node: 10.9.2(@types/node@20.14.9)(typescript@5.5.2) postcss-nested@6.0.1(postcss@8.4.38): dependencies: @@ -18273,7 +18505,7 @@ snapshots: optionalDependencies: '@types/react': 18.3.3 - react-remove-scroll@2.5.5(@types/react@18.3.3)(react@18.3.1): + react-remove-scroll@2.5.7(@types/react@18.3.3)(react@18.3.1): dependencies: react: 18.3.1 react-remove-scroll-bar: 2.3.6(@types/react@18.3.3)(react@18.3.1) @@ -18397,6 +18629,12 @@ snapshots: es-errors: 1.3.0 set-function-name: 2.0.2 + rehackt@0.1.0(@types/react@18.3.3)(react@18.3.1): + optionalDependencies: + '@types/react': 18.3.3 + react: 18.3.1 + optional: true + rehype-katex@7.0.0: dependencies: '@types/hast': 3.0.4 @@ -18433,7 +18671,7 @@ snapshots: '@types/mdast': 4.0.4 mdast-util-frontmatter: 2.0.1 micromark-extension-frontmatter: 2.0.0 - unified: 11.0.4 + unified: 11.0.5 transitivePeerDependencies: - supports-color @@ -18537,16 +18775,19 @@ snapshots: resolve@1.22.8: dependencies: - is-core-module: 2.13.1 + is-core-module: 2.14.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 resolve@2.0.0-next.5: dependencies: - is-core-module: 2.13.1 + is-core-module: 2.14.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 + response-iterator@0.2.6: + optional: true + restore-cursor@3.1.0: dependencies: onetime: 5.1.2 @@ -18568,7 +18809,7 @@ snapshots: rimraf@5.0.7: dependencies: - glob: 10.4.1 + glob: 10.4.2 ripemd160@2.0.2: dependencies: @@ -18617,22 +18858,22 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.18.0 fsevents: 2.3.3 - rrdom@2.0.0-alpha.15: + rrdom@2.0.0-alpha.16: dependencies: - rrweb-snapshot: 2.0.0-alpha.15 + rrweb-snapshot: 2.0.0-alpha.16 - rrweb-snapshot@2.0.0-alpha.15: {} + rrweb-snapshot@2.0.0-alpha.16: {} rrweb@2.0.0-alpha.13: dependencies: - '@rrweb/types': 2.0.0-alpha.15 + '@rrweb/types': 2.0.0-alpha.16 '@types/css-font-loading-module': 0.0.7 '@xstate/fsm': 1.6.5 base64-arraybuffer: 1.0.2 fflate: 0.4.8 mitt: 3.0.1 - rrdom: 2.0.0-alpha.15 - rrweb-snapshot: 2.0.0-alpha.15 + rrdom: 2.0.0-alpha.16 + rrweb-snapshot: 2.0.0-alpha.16 rtl-css-js@1.16.1: dependencies: @@ -18833,16 +19074,20 @@ snapshots: shiki@0.14.7: dependencies: ansi-sequence-parser: 1.1.1 - jsonc-parser: 3.2.1 + jsonc-parser: 3.3.1 vscode-oniguruma: 1.7.0 vscode-textmate: 8.0.0 + shiki@1.9.1: + dependencies: + '@shikijs/core': 1.9.1 + side-channel@1.0.6: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 get-intrinsic: 1.2.4 - object-inspect: 1.13.1 + object-inspect: 1.13.2 siginfo@2.0.0: {} @@ -18956,6 +19201,10 @@ snapshots: std-env@3.7.0: {} + stop-iteration-iterator@1.0.0: + dependencies: + internal-slot: 1.0.7 + stoppable@1.1.0: {} stream-shift@1.0.3: {} @@ -18978,6 +19227,11 @@ snapshots: string.prototype.codepointat@0.2.1: {} + string.prototype.includes@2.0.0: + dependencies: + define-properties: 1.2.1 + es-abstract: 1.23.3 + string.prototype.matchall@4.0.11: dependencies: call-bind: 1.0.7 @@ -19090,7 +19344,7 @@ snapshots: dependencies: '@jridgewell/gen-mapping': 0.3.5 commander: 4.1.1 - glob: 10.4.1 + glob: 10.4.2 lines-and-columns: 1.2.4 mz: 2.7.0 pirates: 4.0.6 @@ -19116,10 +19370,24 @@ snapshots: supports-preserve-symlinks-flag@1.0.0: {} + suppressed-error@1.0.3: + dependencies: + define-data-property: 1.1.4 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + function-bind: 1.1.2 + globalthis: 1.0.4 + has-property-descriptors: 1.0.2 + set-function-name: 2.0.2 + swap-case@2.0.2: dependencies: tslib: 2.6.3 + symbol-observable@4.0.0: + optional: true + synckit@0.9.0: dependencies: '@pkgr/core': 0.1.1 @@ -19127,7 +19395,7 @@ snapshots: tabbable@6.2.0: {} - tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5)): + tailwindcss@3.4.4(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2)): dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -19146,7 +19414,7 @@ snapshots: postcss: 8.4.38 postcss-import: 15.1.0(postcss@8.4.38) postcss-js: 4.0.1(postcss@8.4.38) - postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5)) + postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2)) postcss-nested: 6.0.1(postcss@8.4.38) postcss-selector-parser: 6.1.0 resolve: 1.22.8 @@ -19256,9 +19524,9 @@ snapshots: trough@2.2.0: {} - ts-api-utils@1.3.0(typescript@5.4.5): + ts-api-utils@1.3.0(typescript@5.5.2): dependencies: - typescript: 5.4.5 + typescript: 5.5.2 ts-dedent@2.2.0: {} @@ -19266,21 +19534,26 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5): + ts-invariant@0.10.3: + dependencies: + tslib: 2.6.3 + optional: true + + ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.14.2 + '@types/node': 20.14.9 acorn: 8.12.0 acorn-walk: 8.3.3 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.4.5 + typescript: 5.5.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -19307,7 +19580,7 @@ snapshots: tsort@0.0.1: {} - tsup@8.1.0(postcss@8.4.38)(ts-node@10.9.2(typescript@5.4.5))(typescript@5.4.5): + tsup@8.1.0(postcss@8.4.38)(ts-node@10.9.2(typescript@5.5.2))(typescript@5.5.2): dependencies: bundle-require: 4.2.1(esbuild@0.21.5) cac: 6.7.14 @@ -19317,7 +19590,7 @@ snapshots: execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 - postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.2)(typescript@5.4.5)) + postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@types/node@20.14.9)(typescript@5.5.2)) resolve-from: 5.0.0 rollup: 4.18.0 source-map: 0.8.0-beta.0 @@ -19325,12 +19598,12 @@ snapshots: tree-kill: 1.2.2 optionalDependencies: postcss: 8.4.38 - typescript: 5.4.5 + typescript: 5.5.2 transitivePeerDependencies: - supports-color - ts-node - tsx@4.15.6: + tsx@4.15.7: dependencies: esbuild: 0.21.5 get-tsconfig: 4.7.5 @@ -19421,7 +19694,7 @@ snapshots: typedarray@0.0.6: {} - typescript@5.4.5: {} + typescript@5.5.2: {} typy@3.3.0: {} @@ -19467,7 +19740,7 @@ snapshots: '@types/concat-stream': 2.0.3 '@types/debug': 4.1.12 '@types/is-empty': 1.2.3 - '@types/node': 18.19.34 + '@types/node': 18.19.39 '@types/unist': 2.0.10 concat-stream: 2.0.0 debug: 4.3.5 @@ -19506,7 +19779,7 @@ snapshots: trough: 2.2.0 vfile: 5.3.7 - unified@11.0.4: + unified@11.0.5: dependencies: '@types/unist': 3.0.2 bail: 2.0.2 @@ -19761,13 +20034,13 @@ snapshots: d3-time: 3.1.0 d3-timer: 3.0.1 - vite-node@1.6.0(@types/node@20.14.2): + vite-node@1.6.0(@types/node@20.14.9): dependencies: cac: 6.7.14 debug: 4.3.5 pathe: 1.1.2 picocolors: 1.0.1 - vite: 5.3.1(@types/node@20.14.2) + vite: 5.3.2(@types/node@20.14.9) transitivePeerDependencies: - '@types/node' - less @@ -19778,16 +20051,16 @@ snapshots: - supports-color - terser - vite@5.3.1(@types/node@20.14.2): + vite@5.3.2(@types/node@20.14.9): dependencies: esbuild: 0.21.5 postcss: 8.4.38 rollup: 4.18.0 optionalDependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 fsevents: 2.3.3 - vitest@1.6.0(@types/node@20.14.2): + vitest@1.6.0(@types/node@20.14.9): dependencies: '@vitest/expect': 1.6.0 '@vitest/runner': 1.6.0 @@ -19806,11 +20079,11 @@ snapshots: strip-literal: 2.1.0 tinybench: 2.8.0 tinypool: 0.8.4 - vite: 5.3.1(@types/node@20.14.2) - vite-node: 1.6.0(@types/node@20.14.2) + vite: 5.3.2(@types/node@20.14.9) + vite-node: 1.6.0(@types/node@20.14.9) why-is-node-running: 2.2.2 optionalDependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 transitivePeerDependencies: - less - lightningcss @@ -19904,31 +20177,32 @@ snapshots: wkx@0.5.0: dependencies: - '@types/node': 20.14.2 + '@types/node': 20.14.9 wonka@4.0.15: {} word-wrap@1.2.5: {} - workerd@1.20240610.1: + workerd@1.20240620.1: optionalDependencies: - '@cloudflare/workerd-darwin-64': 1.20240610.1 - '@cloudflare/workerd-darwin-arm64': 1.20240610.1 - '@cloudflare/workerd-linux-64': 1.20240610.1 - '@cloudflare/workerd-linux-arm64': 1.20240610.1 - '@cloudflare/workerd-windows-64': 1.20240610.1 + '@cloudflare/workerd-darwin-64': 1.20240620.1 + '@cloudflare/workerd-darwin-arm64': 1.20240620.1 + '@cloudflare/workerd-linux-64': 1.20240620.1 + '@cloudflare/workerd-linux-arm64': 1.20240620.1 + '@cloudflare/workerd-windows-64': 1.20240620.1 workerpool@6.2.1: {} - wrangler@3.60.3(@cloudflare/workers-types@4.20240614.0): + wrangler@3.62.0(@cloudflare/workers-types@4.20240620.0): dependencies: - '@cloudflare/kv-asset-handler': 0.3.2 + '@cloudflare/kv-asset-handler': 0.3.4 '@esbuild-plugins/node-globals-polyfill': 0.2.3(esbuild@0.17.19) '@esbuild-plugins/node-modules-polyfill': 0.2.2(esbuild@0.17.19) blake3-wasm: 2.1.5 chokidar: 3.6.0 + date-fns: 3.6.0 esbuild: 0.17.19 - miniflare: 3.20240610.0 + miniflare: 3.20240620.0 nanoid: 3.3.7 path-to-regexp: 6.2.2 resolve: 1.22.8 @@ -19938,7 +20212,7 @@ snapshots: unenv: unenv-nightly@1.10.0-1717606461.a117952 xxhash-wasm: 1.0.2 optionalDependencies: - '@cloudflare/workers-types': 4.20240614.0 + '@cloudflare/workers-types': 4.20240620.0 fsevents: 2.3.3 transitivePeerDependencies: - bufferutil @@ -20053,6 +20327,14 @@ snapshots: mustache: 4.2.0 stacktracey: 2.1.8 + zen-observable-ts@1.2.5: + dependencies: + zen-observable: 0.8.15 + optional: true + + zen-observable@0.8.15: + optional: true + zod@3.23.8: {} zwitch@2.0.4: {} diff --git a/prettier.config.js b/prettier.config.mjs similarity index 86% rename from prettier.config.js rename to prettier.config.mjs index 0eb46fb9b0f0..f7483261f8b4 100644 --- a/prettier.config.js +++ b/prettier.config.mjs @@ -1,11 +1,11 @@ /** @type {import('prettier').Options} */ -module.exports = { +export default { singleQuote: true, semi: false, printWidth: 120, proseWrap: 'never', plugins: ['prettier-plugin-tailwindcss'], - tailwindConfig: './website/tailwind.config.ts', + tailwindConfig: './website/tailwind.config.mjs', tailwindPreserveWhitespace: true, tailwindFunctions: ['classNames'], overrides: [ diff --git a/website/next-sitemap.config.cjs b/website/next-sitemap.config.mjs similarity index 85% rename from website/next-sitemap.config.cjs rename to website/next-sitemap.config.mjs index 9ae51ca1335a..69d72751cb5f 100644 --- a/website/next-sitemap.config.cjs +++ b/website/next-sitemap.config.mjs @@ -1,5 +1,5 @@ /** @type {import('next-sitemap').IConfig} */ -module.exports = { +export default { siteUrl: process.env.SITE_URL, generateIndexSitemap: false, } diff --git a/website/next.config.js b/website/next.config.js index defe8be0b158..163824afa80f 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -37,9 +37,7 @@ export const getStaticProps = async context => ({ }, }) -/** - * @type {import('next').NextConfig} - */ +/** @type {import('next').NextConfig} */ export default withNextra({ env, output: 'export', diff --git a/website/package.json b/website/package.json index d99f0992e3bc..d6248477aeb5 100644 --- a/website/package.json +++ b/website/package.json @@ -7,20 +7,20 @@ "build": "rm -rf .next && rm -rf out && next build", "dev": "next", "fetch-remote-filepaths": "tsx scripts/fetch-remote-filepaths.ts", - "postbuild": "next-sitemap --config next-sitemap.config.cjs && node scripts/sitemap-ci.js", + "postbuild": "next-sitemap --config next-sitemap.config.mjs && node scripts/sitemap-ci.js", "prebuild": "pnpm fetch-remote-filepaths", "predev": "pnpm fetch-remote-filepaths", "typecheck": "tsc --noEmit" }, "dependencies": { - "@edgeandnode/common": "^6.11.0", - "@edgeandnode/gds": "^5.17.0", - "@edgeandnode/go": "^6.25.0", + "@edgeandnode/common": "^6.13.0", + "@edgeandnode/gds": "^5.21.0", + "@edgeandnode/go": "^6.31.0", "@emotion/react": "^11.11.4", "@graphprotocol/contracts": "6.2.1", "@graphprotocol/nextra-theme": "workspace:*", "@phosphor-icons/react": "^2.1.6", - "mixpanel-browser": "^2.52.0", + "mixpanel-browser": "^2.53.0", "next": "^14.2.4", "next-seo": "^6.5.0", "next-sitemap": "^4.2.3", @@ -39,11 +39,11 @@ "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.19", "fast-xml-parser": "^4.4.0", - "graphql": "^16.8.2", + "graphql": "^16.9.0", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", - "tsx": "^4.15.6", - "unified": "^11.0.4" + "tsx": "^4.15.7", + "unified": "^11.0.5" }, "nextBundleAnalysis": { "budget": 358400, diff --git a/website/postcss.config.cjs b/website/postcss.config.mjs similarity index 76% rename from website/postcss.config.cjs rename to website/postcss.config.mjs index 33ad091d26d8..2e7af2b7f1a6 100644 --- a/website/postcss.config.cjs +++ b/website/postcss.config.mjs @@ -1,4 +1,4 @@ -module.exports = { +export default { plugins: { tailwindcss: {}, autoprefixer: {}, diff --git a/website/route-lockfile.txt b/website/route-lockfile.txt index ea0026096a0b..2cf4aac2fa40 100644 --- a/website/route-lockfile.txt +++ b/website/route-lockfile.txt @@ -57,6 +57,7 @@ /ar/release-notes/graphql-validations-migration-guide/ /ar/substreams/ /ar/sunrise/ +/ar/supported-network-requirements/ /ar/tokenomics/ /cs/ /cs/404/ @@ -116,6 +117,7 @@ /cs/release-notes/graphql-validations-migration-guide/ /cs/substreams/ /cs/sunrise/ +/cs/supported-network-requirements/ /cs/tokenomics/ /de/about/ /de/arbitrum/arbitrum-faq/ @@ -173,6 +175,7 @@ /de/release-notes/graphql-validations-migration-guide/ /de/substreams/ /de/sunrise/ +/de/supported-network-requirements/ /de/tokenomics/ /en/ /en/404/ @@ -248,6 +251,7 @@ /en/release-notes/graphql-validations-migration-guide/ /en/substreams/ /en/sunrise/ +/en/supported-network-requirements/ /en/tokenomics/ /es/ /es/404/ @@ -307,6 +311,7 @@ /es/release-notes/graphql-validations-migration-guide/ /es/substreams/ /es/sunrise/ +/es/supported-network-requirements/ /es/tokenomics/ /fr/ /fr/404/ @@ -366,6 +371,7 @@ /fr/release-notes/graphql-validations-migration-guide/ /fr/substreams/ /fr/sunrise/ +/fr/supported-network-requirements/ /fr/tokenomics/ /ha/about/ /ha/arbitrum/arbitrum-faq/ @@ -423,6 +429,7 @@ /ha/release-notes/graphql-validations-migration-guide/ /ha/substreams/ /ha/sunrise/ +/ha/supported-network-requirements/ /ha/tokenomics/ /hi/ /hi/404/ @@ -482,6 +489,7 @@ /hi/release-notes/graphql-validations-migration-guide/ /hi/substreams/ /hi/sunrise/ +/hi/supported-network-requirements/ /hi/tokenomics/ /it/ /it/404/ @@ -541,6 +549,7 @@ /it/release-notes/graphql-validations-migration-guide/ /it/substreams/ /it/sunrise/ +/it/supported-network-requirements/ /it/tokenomics/ /ja/ /ja/404/ @@ -600,6 +609,7 @@ /ja/release-notes/graphql-validations-migration-guide/ /ja/substreams/ /ja/sunrise/ +/ja/supported-network-requirements/ /ja/tokenomics/ /ko/about/ /ko/arbitrum/arbitrum-faq/ @@ -657,6 +667,7 @@ /ko/release-notes/graphql-validations-migration-guide/ /ko/substreams/ /ko/sunrise/ +/ko/supported-network-requirements/ /ko/tokenomics/ /mr/ /mr/404/ @@ -716,6 +727,7 @@ /mr/release-notes/graphql-validations-migration-guide/ /mr/substreams/ /mr/sunrise/ +/mr/supported-network-requirements/ /mr/tokenomics/ /nl/about/ /nl/arbitrum/arbitrum-faq/ @@ -773,6 +785,7 @@ /nl/release-notes/graphql-validations-migration-guide/ /nl/substreams/ /nl/sunrise/ +/nl/supported-network-requirements/ /nl/tokenomics/ /pl/about/ /pl/arbitrum/arbitrum-faq/ @@ -830,6 +843,7 @@ /pl/release-notes/graphql-validations-migration-guide/ /pl/substreams/ /pl/sunrise/ +/pl/supported-network-requirements/ /pl/tokenomics/ /pt/ /pt/404/ @@ -889,6 +903,7 @@ /pt/release-notes/graphql-validations-migration-guide/ /pt/substreams/ /pt/sunrise/ +/pt/supported-network-requirements/ /pt/tokenomics/ /ro/about/ /ro/arbitrum/arbitrum-faq/ @@ -946,6 +961,7 @@ /ro/release-notes/graphql-validations-migration-guide/ /ro/substreams/ /ro/sunrise/ +/ro/supported-network-requirements/ /ro/tokenomics/ /ru/ /ru/404/ @@ -1005,6 +1021,7 @@ /ru/release-notes/graphql-validations-migration-guide/ /ru/substreams/ /ru/sunrise/ +/ru/supported-network-requirements/ /ru/tokenomics/ /sv/ /sv/404/ @@ -1064,6 +1081,7 @@ /sv/release-notes/graphql-validations-migration-guide/ /sv/substreams/ /sv/sunrise/ +/sv/supported-network-requirements/ /sv/tokenomics/ /tr/ /tr/404/ @@ -1123,6 +1141,7 @@ /tr/release-notes/graphql-validations-migration-guide/ /tr/substreams/ /tr/sunrise/ +/tr/supported-network-requirements/ /tr/tokenomics/ /uk/about/ /uk/arbitrum/arbitrum-faq/ @@ -1180,6 +1199,7 @@ /uk/release-notes/graphql-validations-migration-guide/ /uk/substreams/ /uk/sunrise/ +/uk/supported-network-requirements/ /uk/tokenomics/ /ur/ /ur/404/ @@ -1239,6 +1259,7 @@ /ur/release-notes/graphql-validations-migration-guide/ /ur/substreams/ /ur/sunrise/ +/ur/supported-network-requirements/ /ur/tokenomics/ /vi/about/ /vi/arbitrum/arbitrum-faq/ @@ -1296,6 +1317,7 @@ /vi/release-notes/graphql-validations-migration-guide/ /vi/substreams/ /vi/sunrise/ +/vi/supported-network-requirements/ /vi/tokenomics/ /yo/about/ /yo/arbitrum/arbitrum-faq/ @@ -1353,6 +1375,7 @@ /yo/release-notes/graphql-validations-migration-guide/ /yo/substreams/ /yo/sunrise/ +/yo/supported-network-requirements/ /yo/tokenomics/ /zh/ /zh/404/ @@ -1412,4 +1435,5 @@ /zh/release-notes/graphql-validations-migration-guide/ /zh/substreams/ /zh/sunrise/ +/zh/supported-network-requirements/ /zh/tokenomics/ diff --git a/website/src/_app.tsx b/website/src/_app.tsx index d349ad58afdd..abd5153cb9cd 100644 --- a/website/src/_app.tsx +++ b/website/src/_app.tsx @@ -15,7 +15,7 @@ import { Link, type NestedStrings, } from '@edgeandnode/gds' -import { CookieBanner, GlobalFooter, GlobalHeader, SunriseCountdownBanner } from '@edgeandnode/go' +import { CookieBanner, GlobalFooter, GlobalHeader } from '@edgeandnode/go' import { supportedLocales, translations, useI18n } from '@/i18n' @@ -152,7 +152,6 @@ function MyAppWithLocale({ Component, router, pageProps }: AppProps) { /> } header={