From d60e008daee0494b1973e9c0546359f6795d22e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:14:56 +0000 Subject: [PATCH 1/2] fix(deps): update all patch dependencies --- package.json | 8 +- packages/client/package.json | 22 +- packages/etana-scraper/package.json | 2 +- packages/etherscan-scraper/package.json | 2 +- packages/green-invoice-graphql/package.json | 16 +- packages/hashavshevet-mesh/package.json | 18 +- packages/kraken-scraper/package.json | 2 +- packages/mcp-server/package.json | 4 +- packages/migrations/package.json | 2 +- packages/modern-poalim-scraper/package.json | 4 +- packages/payper-mesh/package.json | 18 +- packages/scraper-app/package.json | 8 +- packages/server/package.json | 14 +- .../package.json | 2 +- packages/shaam6111-generator/package.json | 2 +- yarn.lock | 1248 +++++++---------- 16 files changed, 544 insertions(+), 828 deletions(-) diff --git a/package.json b/package.json index 9b738f426b..5ce24ac9b7 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "validate:demo": "tsx packages/server/src/demo-fixtures/validate-demo-data.ts" }, "devDependencies": { - "@0no-co/graphqlsp": "1.17.3", + "@0no-co/graphqlsp": "1.17.5", "@changesets/changelog-github": "1.0.0", "@changesets/cli": "2.31.1", "@eslint/compat": "2.1.0", @@ -74,9 +74,9 @@ "@types/pg": "8.23.1", "@typescript-eslint/eslint-plugin": "8.67.0", "@typescript-eslint/parser": "8.67.0", - "@vitest/coverage-v8": "4.1.10", + "@vitest/coverage-v8": "4.1.11", "bob-the-bundler": "7.0.1", - "concurrently": "10.0.4", + "concurrently": "10.0.5", "dotenv": "17.4.2", "eslint": "10.9.1", "eslint-config-flat-gitignore": "2.3.0", @@ -102,7 +102,7 @@ "tsx": "4.23.12", "typescript": "6.0.3", "vite-tsconfig-paths": "6.1.1", - "vitest": "4.1.10" + "vitest": "4.1.11" }, "resolutions": { "@slonik/pg-driver@npm:^49.10.9": "patch:@slonik/pg-driver@npm%3A49.10.9#~/.yarn/patches/@slonik-pg-driver-npm-49.10.9-8d2c0c21df.patch", diff --git a/packages/client/package.json b/packages/client/package.json index 891aa5f4e6..a9daf7a0b0 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -28,10 +28,10 @@ "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "3.0.0", "@atlaskit/pragmatic-drag-and-drop-hitbox": "2.1.0", - "@auth0/auth0-react": "2.24.0", + "@auth0/auth0-react": "2.24.1", "@emotion/react": "11.14.0", "@emotion/styled": "11.14.1", - "@hookform/resolvers": "5.9.0", + "@hookform/resolvers": "5.9.1", "@mantine/carousel": "6.0.22", "@mantine/core": "6.0.22", "@mantine/dates": "6.0.22", @@ -39,8 +39,8 @@ "@mantine/hooks": "6.0.22", "@minoru/react-dnd-treeview": "3.5.4", "@mui/material": "9.3.1", - "@mui/x-charts": "8.29.2", - "@tanstack/react-query": "5.102.0", + "@mui/x-charts": "8.29.3", + "@tanstack/react-query": "5.102.3", "@tanstack/react-table": "9.1.2", "@urql/exchange-auth": "3.0.0", "chart.js": "4.5.1", @@ -49,7 +49,7 @@ "cmdk": "1.1.1", "csv-parse": "7.0.2", "date-fns": "4.4.0", - "dayjs": "1.11.21", + "dayjs": "1.11.23", "decimal.js": "10.6.0", "deep-equal": "2.2.3", "dotenv": "17.4.2", @@ -67,7 +67,7 @@ "react-day-picker": "10.0.1", "react-dnd": "16.0.1", "react-dom": "19.2.8", - "react-error-boundary": "6.1.2", + "react-error-boundary": "6.1.3", "react-hook-form": "7.86.0", "react-number-format": "5.4.5", "react-router-dom": "7.18.2", @@ -81,20 +81,20 @@ "zustand": "5.0.15" }, "devDependencies": { - "@storybook/react-vite": "10.5.7", + "@storybook/react-vite": "10.5.10", "@tailwindcss/vite": "4.3.3", "@types/chart.js": "4.0.1", "@types/deep-equal": "1.0.4", "@types/react": "19.2.18", - "@types/react-dom": "19.2.4", + "@types/react-dom": "19.2.5", "@vitejs/plugin-react": "6.1.0", "autoprefixer": "10.5.4", - "happy-dom": "20.11.2", - "storybook": "10.5.7", + "happy-dom": "20.11.6", + "storybook": "10.5.10", "tailwindcss": "4.3.3", "tailwindcss-animate": "1.0.7", "typescript": "6.0.3", - "vite": "8.2.1", + "vite": "8.2.2", "vite-plugin-node-polyfills": "0.28.0" }, "overrides": { diff --git a/packages/etana-scraper/package.json b/packages/etana-scraper/package.json index 55bda219aa..d568721810 100644 --- a/packages/etana-scraper/package.json +++ b/packages/etana-scraper/package.json @@ -14,7 +14,7 @@ "csv-parse": "7.0.2", "diary": "0.4.5", "dotenv": "17.4.2", - "pg-promise": "12.7.0" + "pg-promise": "12.7.1" }, "devDependencies": { "tsup": "8.5.1" diff --git a/packages/etherscan-scraper/package.json b/packages/etherscan-scraper/package.json index ad266b382f..5502d7120f 100644 --- a/packages/etherscan-scraper/package.json +++ b/packages/etherscan-scraper/package.json @@ -13,7 +13,7 @@ "@whatwg-node/fetch": "0.10.13", "diary": "0.4.5", "dotenv": "17.4.2", - "pg-promise": "12.7.0" + "pg-promise": "12.7.1" }, "devDependencies": { "tsup": "8.5.1" diff --git a/packages/green-invoice-graphql/package.json b/packages/green-invoice-graphql/package.json index 3f2ddfaf12..92c853b5cd 100644 --- a/packages/green-invoice-graphql/package.json +++ b/packages/green-invoice-graphql/package.json @@ -55,19 +55,19 @@ "test": "node --import ../../scripts/register-esm.js ./dist/esm/dev-tests/e2e.js" }, "dependencies": { - "@graphql-mesh/config": "0.111.0", + "@graphql-mesh/config": "0.111.1", "@graphql-mesh/cross-helpers": "0.4.16", - "@graphql-mesh/http": "0.109.0", - "@graphql-mesh/json-schema": "0.112.0", - "@graphql-mesh/runtime": "0.109.0", - "@graphql-mesh/store": "0.107.0", - "@graphql-mesh/types": "0.107.0", - "@graphql-mesh/utils": "0.107.0", + "@graphql-mesh/http": "0.109.1", + "@graphql-mesh/json-schema": "0.112.3", + "@graphql-mesh/runtime": "0.109.1", + "@graphql-mesh/store": "0.107.1", + "@graphql-mesh/types": "0.107.1", + "@graphql-mesh/utils": "0.107.1", "graphql": "16.14.2", "path": "0.12.7" }, "devDependencies": { - "@graphql-mesh/cli": "0.103.0", + "@graphql-mesh/cli": "0.103.2", "@types/mime-types": "3.0.1", "bob-the-bundler": "7.0.1", "mime-types": "3.0.2", diff --git a/packages/hashavshevet-mesh/package.json b/packages/hashavshevet-mesh/package.json index e812ea76df..4f6d9a34b6 100644 --- a/packages/hashavshevet-mesh/package.json +++ b/packages/hashavshevet-mesh/package.json @@ -54,19 +54,19 @@ "test": "node --import ../../scripts/register-esm.js ./src/dev-tests/e2e.ts" }, "dependencies": { - "@graphql-mesh/config": "0.111.0", + "@graphql-mesh/config": "0.111.1", "@graphql-mesh/cross-helpers": "0.4.16", - "@graphql-mesh/http": "0.109.0", - "@graphql-mesh/json-schema": "0.112.0", - "@graphql-mesh/runtime": "0.109.0", - "@graphql-mesh/store": "0.107.0", - "@graphql-mesh/transform-resolvers-composition": "0.107.0", - "@graphql-mesh/types": "0.107.0", - "@graphql-mesh/utils": "0.107.0", + "@graphql-mesh/http": "0.109.1", + "@graphql-mesh/json-schema": "0.112.3", + "@graphql-mesh/runtime": "0.109.1", + "@graphql-mesh/store": "0.107.1", + "@graphql-mesh/transform-resolvers-composition": "0.107.1", + "@graphql-mesh/types": "0.107.1", + "@graphql-mesh/utils": "0.107.1", "graphql": "16.14.2" }, "devDependencies": { - "@graphql-mesh/cli": "0.103.0", + "@graphql-mesh/cli": "0.103.2", "tsup": "8.5.1" }, "publishConfig": { diff --git a/packages/kraken-scraper/package.json b/packages/kraken-scraper/package.json index f80881e56d..d8f60cb0ed 100644 --- a/packages/kraken-scraper/package.json +++ b/packages/kraken-scraper/package.json @@ -14,7 +14,7 @@ "diary": "0.4.5", "dotenv": "17.4.2", "node-kraken-api": "2.2.2", - "pg-promise": "12.7.0" + "pg-promise": "12.7.1" }, "devDependencies": { "tsup": "8.5.1" diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index eef6f17c32..0cdb397fcd 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -47,13 +47,13 @@ "@opentelemetry/sdk-node": "0.221.0", "@opentelemetry/semantic-conventions": "1.43.0", "dotenv": "17.4.2", - "jose": "6.2.8", + "jose": "6.2.10", "zod": "4.4.3" }, "devDependencies": { "@types/node": "25.9.5", "tsx": "4.23.12", "typescript": "6.0.3", - "vitest": "4.1.10" + "vitest": "4.1.11" } } diff --git a/packages/migrations/package.json b/packages/migrations/package.json index f898012be2..b57a832f6f 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@slonik/pg-driver": "patch:@slonik/pg-driver@npm%3A49.10.9#~/.yarn/patches/@slonik-pg-driver-npm-49.10.9-8d2c0c21df.patch", "@types/pg": "8.23.1", - "pg-promise": "12.7.0", + "pg-promise": "12.7.1", "slonik": "49.10.9", "tslib": "2.8.1", "zod": "4.4.3" diff --git a/packages/modern-poalim-scraper/package.json b/packages/modern-poalim-scraper/package.json index 725114a613..15908ead61 100644 --- a/packages/modern-poalim-scraper/package.json +++ b/packages/modern-poalim-scraper/package.json @@ -34,13 +34,13 @@ "puppeteer": "25.8.0", "puppeteer-extra": "3.3.6", "puppeteer-extra-plugin-stealth": "2.11.2", - "uuid": "14.0.1", + "uuid": "14.0.2", "zod": "4.4.3" }, "devDependencies": { "@types/node-fetch": "2.6.13", "@types/uuid": "11.0.0", - "concurrently": "10.0.4", + "concurrently": "10.0.5", "nodemon": "3.1.14", "typescript": "6.0.3" }, diff --git a/packages/payper-mesh/package.json b/packages/payper-mesh/package.json index e1e7e2ba82..2dfc7a6a82 100644 --- a/packages/payper-mesh/package.json +++ b/packages/payper-mesh/package.json @@ -53,20 +53,20 @@ "test": "DEBUG=1 node --import ../../scripts/register-esm.js ./dist/esm/dev-tests/e2e.js" }, "dependencies": { - "@graphql-mesh/config": "0.111.0", + "@graphql-mesh/config": "0.111.1", "@graphql-mesh/cross-helpers": "0.4.16", - "@graphql-mesh/http": "0.109.0", - "@graphql-mesh/json-schema": "0.112.0", - "@graphql-mesh/runtime": "0.109.0", - "@graphql-mesh/store": "0.107.0", - "@graphql-mesh/transform-rename": "0.108.0", - "@graphql-mesh/types": "0.107.0", - "@graphql-mesh/utils": "0.107.0", + "@graphql-mesh/http": "0.109.1", + "@graphql-mesh/json-schema": "0.112.3", + "@graphql-mesh/runtime": "0.109.1", + "@graphql-mesh/store": "0.107.1", + "@graphql-mesh/transform-rename": "0.108.1", + "@graphql-mesh/types": "0.107.1", + "@graphql-mesh/utils": "0.107.1", "graphql": "16.14.2", "path": "0.12.7" }, "devDependencies": { - "@graphql-mesh/cli": "0.103.0" + "@graphql-mesh/cli": "0.103.2" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/scraper-app/package.json b/packages/scraper-app/package.json index 0f99ae966a..a704c07e07 100644 --- a/packages/scraper-app/package.json +++ b/packages/scraper-app/package.json @@ -32,7 +32,7 @@ "@fastify/websocket": "11.3.0", "date-fns": "4.4.0", "fast-xml-parser": "5.11.0", - "fastify": "5.12.0", + "fastify": "5.12.1", "graphql-request": "7.4.0", "msw": "2.15.0", "react": "19.2.8", @@ -43,12 +43,12 @@ "devDependencies": { "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.2", - "@testing-library/user-event": "14.6.4", + "@testing-library/user-event": "14.6.6", "@vitejs/plugin-react": "6.1.0", "tsup": "8.5.1", "typescript": "6.0.3", - "vite": "8.2.1", - "vitest": "4.1.10" + "vite": "8.2.2", + "vitest": "4.1.11" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/server/package.json b/packages/server/package.json index fc65fe83ea..09442b25f0 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -38,12 +38,12 @@ "@accounter/pcn874-generator": "workspace:^", "@accounter/shaam-uniform-format-generator": "workspace:^", "@accounter/shaam6111-generator": "workspace:^", - "@ai-sdk/anthropic": "4.0.38", + "@ai-sdk/anthropic": "4.0.42", "@envelop/core": "5.6.0", "@envelop/generic-auth": "11.2.0", "@envelop/graphql-modules": "9.2.0", - "@google-cloud/pubsub": "6.0.0", - "@graphql-hive/yoga": "0.49.1", + "@google-cloud/pubsub": "6.0.1", + "@graphql-hive/yoga": "0.49.4", "@graphql-tools/utils": "12.0.0", "@graphql-yoga/plugin-defer-stream": "3.22.0", "@opentelemetry/api": "1.9.1", @@ -55,12 +55,12 @@ "@pgtyped/cli": "2.4.3", "@pgtyped/runtime": "2.4.2", "@whatwg-node/fetch": "0.10.13", - "ai": "7.0.64", + "ai": "7.0.79", "async-mutex": "0.5.0", "auth0": "6.3.0", "basic-auth": "3.0.0", "bcrypt": "6.0.0", - "cloudinary": "2.10.0", + "cloudinary": "2.10.1", "dataloader": "2.2.3", "date-fns": "4.4.0", "dotenv": "17.4.2", @@ -72,7 +72,7 @@ "graphql-yoga": "5.22.0", "iconv-lite": "0.7.3", "inline-css": "4.0.3", - "jose": "6.2.8", + "jose": "6.2.10", "json-bigint-patch": "0.0.9", "node-cache": "5.1.2", "node-xlsx": "0.24.0", @@ -93,7 +93,7 @@ "pino-pretty": "13.1.3", "rimraf": "6.1.3", "slonik": "49.10.9", - "tsc-alias": "1.9.0", + "tsc-alias": "1.9.2", "tsx": "4.23.12", "typescript": "6.0.3" }, diff --git a/packages/shaam-uniform-format-generator/package.json b/packages/shaam-uniform-format-generator/package.json index 3675b54e1c..0998d3cb4f 100644 --- a/packages/shaam-uniform-format-generator/package.json +++ b/packages/shaam-uniform-format-generator/package.json @@ -64,7 +64,7 @@ "devDependencies": { "bob-the-bundler": "7.0.1", "eslint": "10.9.1", - "vitest": "4.1.10" + "vitest": "4.1.11" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/packages/shaam6111-generator/package.json b/packages/shaam6111-generator/package.json index 4dfed5bfaf..38343cec28 100644 --- a/packages/shaam6111-generator/package.json +++ b/packages/shaam6111-generator/package.json @@ -60,7 +60,7 @@ "devDependencies": { "bob-the-bundler": "7.0.1", "eslint": "10.9.1", - "vitest": "4.1.10" + "vitest": "4.1.11" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/yarn.lock b/yarn.lock index ad2d91158b..8451245785 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17,16 +17,16 @@ __metadata: languageName: node linkType: hard -"@0no-co/graphqlsp@npm:1.17.3": - version: 1.17.3 - resolution: "@0no-co/graphqlsp@npm:1.17.3" +"@0no-co/graphqlsp@npm:1.17.5": + version: 1.17.5 + resolution: "@0no-co/graphqlsp@npm:1.17.5" dependencies: - "@gql.tada/internal": "npm:^1.2.0" + "@gql.tada/internal": "npm:^1.2.1" graphql: "npm:^15.5.0 || ^16.0.0 || ^17.0.0" peerDependencies: graphql: ^15.5.0 || ^16.0.0 || ^17.0.0 typescript: ^5.0.0 || ^6.0.0 - checksum: 10c0/fa0f2d74275827e1c8aee36e07aaa0d86138b9f450e3e06e51be05cd507a95c1f7e7f603eaf611f6defdb2634f19acd0c2be16c222eff4802c67916ca77d4d7d + checksum: 10c0/6b40d666ce9b237d0aebb13d17770c009e4416e8955c6636acaef49174b1bde5d612c7a6d7656a3053518cbbfbb85f9d039df78b595233c365878d2091987ed2 languageName: node linkType: hard @@ -36,7 +36,7 @@ __metadata: dependencies: "@slonik/pg-driver": "patch:@slonik/pg-driver@npm%3A49.10.9#~/.yarn/patches/@slonik-pg-driver-npm-49.10.9-8d2c0c21df.patch" "@types/pg": "npm:8.23.1" - pg-promise: "npm:12.7.0" + pg-promise: "npm:12.7.1" slonik: "npm:49.10.9" tslib: "npm:2.8.1" zod: "npm:4.4.3" @@ -69,10 +69,10 @@ __metadata: dependencies: "@atlaskit/pragmatic-drag-and-drop": "npm:3.0.0" "@atlaskit/pragmatic-drag-and-drop-hitbox": "npm:2.1.0" - "@auth0/auth0-react": "npm:2.24.0" + "@auth0/auth0-react": "npm:2.24.1" "@emotion/react": "npm:11.14.0" "@emotion/styled": "npm:11.14.1" - "@hookform/resolvers": "npm:5.9.0" + "@hookform/resolvers": "npm:5.9.1" "@mantine/carousel": "npm:6.0.22" "@mantine/core": "npm:6.0.22" "@mantine/dates": "npm:6.0.22" @@ -80,15 +80,15 @@ __metadata: "@mantine/hooks": "npm:6.0.22" "@minoru/react-dnd-treeview": "npm:3.5.4" "@mui/material": "npm:9.3.1" - "@mui/x-charts": "npm:8.29.2" - "@storybook/react-vite": "npm:10.5.7" + "@mui/x-charts": "npm:8.29.3" + "@storybook/react-vite": "npm:10.5.10" "@tailwindcss/vite": "npm:4.3.3" - "@tanstack/react-query": "npm:5.102.0" + "@tanstack/react-query": "npm:5.102.3" "@tanstack/react-table": "npm:9.1.2" "@types/chart.js": "npm:4.0.1" "@types/deep-equal": "npm:1.0.4" "@types/react": "npm:19.2.18" - "@types/react-dom": "npm:19.2.4" + "@types/react-dom": "npm:19.2.5" "@urql/exchange-auth": "npm:3.0.0" "@vitejs/plugin-react": "npm:6.1.0" autoprefixer: "npm:10.5.4" @@ -98,14 +98,14 @@ __metadata: cmdk: "npm:1.1.1" csv-parse: "npm:7.0.2" date-fns: "npm:4.4.0" - dayjs: "npm:1.11.21" + dayjs: "npm:1.11.23" decimal.js: "npm:10.6.0" deep-equal: "npm:2.2.3" dotenv: "npm:17.4.2" embla-carousel-react: "npm:8.6.0" fast-myers-diff: "npm:3.2.0" graphql: "npm:16.14.2" - happy-dom: "npm:20.11.2" + happy-dom: "npm:20.11.6" html2canvas-pro: "npm:2.4.0" iconv-lite: "npm:0.7.3" json-bigint-patch: "npm:0.0.9" @@ -117,21 +117,21 @@ __metadata: react-day-picker: "npm:10.0.1" react-dnd: "npm:16.0.1" react-dom: "npm:19.2.8" - react-error-boundary: "npm:6.1.2" + react-error-boundary: "npm:6.1.3" react-hook-form: "npm:7.86.0" react-number-format: "npm:5.4.5" react-router-dom: "npm:7.18.2" react-to-pdf: "npm:3.2.2" recharts: "npm:3.10.1" sonner: "npm:2.0.8" - storybook: "npm:10.5.7" + storybook: "npm:10.5.10" tailwind-merge: "npm:3.6.0" tailwindcss: "npm:4.3.3" tailwindcss-animate: "npm:1.0.7" typescript: "npm:6.0.3" urql: "npm:5.0.4" vaul: "npm:1.1.2" - vite: "npm:8.2.1" + vite: "npm:8.2.2" vite-plugin-node-polyfills: "npm:0.28.0" zod: "npm:4.4.3" zustand: "npm:5.0.15" @@ -165,7 +165,7 @@ __metadata: csv-parse: "npm:7.0.2" diary: "npm:0.4.5" dotenv: "npm:17.4.2" - pg-promise: "npm:12.7.0" + pg-promise: "npm:12.7.1" tsup: "npm:8.5.1" languageName: unknown linkType: soft @@ -177,7 +177,7 @@ __metadata: "@whatwg-node/fetch": "npm:0.10.13" diary: "npm:0.4.5" dotenv: "npm:17.4.2" - pg-promise: "npm:12.7.0" + pg-promise: "npm:12.7.1" tsup: "npm:8.5.1" languageName: unknown linkType: soft @@ -205,15 +205,15 @@ __metadata: version: 0.0.0-use.local resolution: "@accounter/green-invoice-graphql@workspace:packages/green-invoice-graphql" dependencies: - "@graphql-mesh/cli": "npm:0.103.0" - "@graphql-mesh/config": "npm:0.111.0" + "@graphql-mesh/cli": "npm:0.103.2" + "@graphql-mesh/config": "npm:0.111.1" "@graphql-mesh/cross-helpers": "npm:0.4.16" - "@graphql-mesh/http": "npm:0.109.0" - "@graphql-mesh/json-schema": "npm:0.112.0" - "@graphql-mesh/runtime": "npm:0.109.0" - "@graphql-mesh/store": "npm:0.107.0" - "@graphql-mesh/types": "npm:0.107.0" - "@graphql-mesh/utils": "npm:0.107.0" + "@graphql-mesh/http": "npm:0.109.1" + "@graphql-mesh/json-schema": "npm:0.112.3" + "@graphql-mesh/runtime": "npm:0.109.1" + "@graphql-mesh/store": "npm:0.107.1" + "@graphql-mesh/types": "npm:0.107.1" + "@graphql-mesh/utils": "npm:0.107.1" "@types/mime-types": "npm:3.0.1" bob-the-bundler: "npm:7.0.1" graphql: "npm:16.14.2" @@ -227,16 +227,16 @@ __metadata: version: 0.0.0-use.local resolution: "@accounter/hashavshevet-mesh@workspace:packages/hashavshevet-mesh" dependencies: - "@graphql-mesh/cli": "npm:0.103.0" - "@graphql-mesh/config": "npm:0.111.0" + "@graphql-mesh/cli": "npm:0.103.2" + "@graphql-mesh/config": "npm:0.111.1" "@graphql-mesh/cross-helpers": "npm:0.4.16" - "@graphql-mesh/http": "npm:0.109.0" - "@graphql-mesh/json-schema": "npm:0.112.0" - "@graphql-mesh/runtime": "npm:0.109.0" - "@graphql-mesh/store": "npm:0.107.0" - "@graphql-mesh/transform-resolvers-composition": "npm:0.107.0" - "@graphql-mesh/types": "npm:0.107.0" - "@graphql-mesh/utils": "npm:0.107.0" + "@graphql-mesh/http": "npm:0.109.1" + "@graphql-mesh/json-schema": "npm:0.112.3" + "@graphql-mesh/runtime": "npm:0.109.1" + "@graphql-mesh/store": "npm:0.107.1" + "@graphql-mesh/transform-resolvers-composition": "npm:0.107.1" + "@graphql-mesh/types": "npm:0.107.1" + "@graphql-mesh/utils": "npm:0.107.1" graphql: "npm:16.14.2" tsup: "npm:8.5.1" languageName: unknown @@ -261,7 +261,7 @@ __metadata: diary: "npm:0.4.5" dotenv: "npm:17.4.2" node-kraken-api: "npm:2.2.2" - pg-promise: "npm:12.7.0" + pg-promise: "npm:12.7.1" tsup: "npm:8.5.1" languageName: unknown linkType: soft @@ -278,10 +278,10 @@ __metadata: "@opentelemetry/semantic-conventions": "npm:1.43.0" "@types/node": "npm:25.9.5" dotenv: "npm:17.4.2" - jose: "npm:6.2.8" + jose: "npm:6.2.10" tsx: "npm:4.23.12" typescript: "npm:6.0.3" - vitest: "npm:4.1.10" + vitest: "npm:4.1.11" zod: "npm:4.4.3" languageName: unknown linkType: soft @@ -292,7 +292,7 @@ __metadata: dependencies: "@types/node-fetch": "npm:2.6.13" "@types/uuid": "npm:11.0.0" - concurrently: "npm:10.0.4" + concurrently: "npm:10.0.5" date-fns: "npm:4.4.0" node-fetch: "npm:3.3.2" node-xlsx: "npm:0.24.0" @@ -302,7 +302,7 @@ __metadata: puppeteer-extra: "npm:3.3.6" puppeteer-extra-plugin-stealth: "npm:2.11.2" typescript: "npm:6.0.3" - uuid: "npm:14.0.1" + uuid: "npm:14.0.2" zod: "npm:4.4.3" languageName: unknown linkType: soft @@ -311,16 +311,16 @@ __metadata: version: 0.0.0-use.local resolution: "@accounter/payper-mesh@workspace:packages/payper-mesh" dependencies: - "@graphql-mesh/cli": "npm:0.103.0" - "@graphql-mesh/config": "npm:0.111.0" + "@graphql-mesh/cli": "npm:0.103.2" + "@graphql-mesh/config": "npm:0.111.1" "@graphql-mesh/cross-helpers": "npm:0.4.16" - "@graphql-mesh/http": "npm:0.109.0" - "@graphql-mesh/json-schema": "npm:0.112.0" - "@graphql-mesh/runtime": "npm:0.109.0" - "@graphql-mesh/store": "npm:0.107.0" - "@graphql-mesh/transform-rename": "npm:0.108.0" - "@graphql-mesh/types": "npm:0.107.0" - "@graphql-mesh/utils": "npm:0.107.0" + "@graphql-mesh/http": "npm:0.109.1" + "@graphql-mesh/json-schema": "npm:0.112.3" + "@graphql-mesh/runtime": "npm:0.109.1" + "@graphql-mesh/store": "npm:0.107.1" + "@graphql-mesh/transform-rename": "npm:0.108.1" + "@graphql-mesh/types": "npm:0.107.1" + "@graphql-mesh/utils": "npm:0.107.1" graphql: "npm:16.14.2" path: "npm:0.12.7" languageName: unknown @@ -345,19 +345,19 @@ __metadata: "@fastify/websocket": "npm:11.3.0" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.2" - "@testing-library/user-event": "npm:14.6.4" + "@testing-library/user-event": "npm:14.6.6" "@vitejs/plugin-react": "npm:6.1.0" date-fns: "npm:4.4.0" fast-xml-parser: "npm:5.11.0" - fastify: "npm:5.12.0" + fastify: "npm:5.12.1" graphql-request: "npm:7.4.0" msw: "npm:2.15.0" react: "npm:19.2.8" react-dom: "npm:19.2.8" tsup: "npm:8.5.1" typescript: "npm:6.0.3" - vite: "npm:8.2.1" - vitest: "npm:4.1.10" + vite: "npm:8.2.2" + vitest: "npm:4.1.11" ws: "npm:8.21.3" zod: "npm:4.4.3" languageName: unknown @@ -371,12 +371,12 @@ __metadata: "@accounter/pcn874-generator": "workspace:^" "@accounter/shaam-uniform-format-generator": "workspace:^" "@accounter/shaam6111-generator": "workspace:^" - "@ai-sdk/anthropic": "npm:4.0.38" + "@ai-sdk/anthropic": "npm:4.0.42" "@envelop/core": "npm:5.6.0" "@envelop/generic-auth": "npm:11.2.0" "@envelop/graphql-modules": "npm:9.2.0" - "@google-cloud/pubsub": "npm:6.0.0" - "@graphql-hive/yoga": "npm:0.49.1" + "@google-cloud/pubsub": "npm:6.0.1" + "@graphql-hive/yoga": "npm:0.49.4" "@graphql-tools/utils": "npm:12.0.0" "@graphql-yoga/plugin-defer-stream": "npm:3.22.0" "@opentelemetry/api": "npm:1.9.1" @@ -394,12 +394,12 @@ __metadata: "@types/node": "npm:25.9.5" "@types/pg": "npm:8.23.1" "@whatwg-node/fetch": "npm:0.10.13" - ai: "npm:7.0.64" + ai: "npm:7.0.79" async-mutex: "npm:0.5.0" auth0: "npm:6.3.0" basic-auth: "npm:3.0.0" bcrypt: "npm:6.0.0" - cloudinary: "npm:2.10.0" + cloudinary: "npm:2.10.1" dataloader: "npm:2.2.3" date-fns: "npm:4.4.0" dotenv: "npm:17.4.2" @@ -411,7 +411,7 @@ __metadata: graphql-yoga: "npm:5.22.0" iconv-lite: "npm:0.7.3" inline-css: "npm:4.0.3" - jose: "npm:6.2.8" + jose: "npm:6.2.10" json-bigint-patch: "npm:0.0.9" node-cache: "npm:5.1.2" node-xlsx: "npm:0.24.0" @@ -423,7 +423,7 @@ __metadata: rimraf: "npm:6.1.3" slonik: "npm:49.10.9" strip-indent: "npm:4.1.1" - tsc-alias: "npm:1.9.0" + tsc-alias: "npm:1.9.2" tsx: "npm:4.23.12" typescript: "npm:6.0.3" zod: "npm:4.4.3" @@ -437,7 +437,7 @@ __metadata: bob-the-bundler: "npm:7.0.1" eslint: "npm:10.9.1" iconv-lite: "npm:0.7.3" - vitest: "npm:4.1.10" + vitest: "npm:4.1.11" zod: "npm:4.4.3" languageName: unknown linkType: soft @@ -449,7 +449,7 @@ __metadata: bob-the-bundler: "npm:7.0.1" eslint: "npm:10.9.1" iconv-lite: "npm:0.7.3" - vitest: "npm:4.1.10" + vitest: "npm:4.1.11" zod: "npm:4.4.3" languageName: unknown linkType: soft @@ -461,52 +461,52 @@ __metadata: languageName: node linkType: hard -"@ai-sdk/anthropic@npm:4.0.38": - version: 4.0.38 - resolution: "@ai-sdk/anthropic@npm:4.0.38" +"@ai-sdk/anthropic@npm:4.0.42": + version: 4.0.42 + resolution: "@ai-sdk/anthropic@npm:4.0.42" dependencies: - "@ai-sdk/provider": "npm:4.0.7" - "@ai-sdk/provider-utils": "npm:5.0.27" + "@ai-sdk/provider": "npm:4.0.8" + "@ai-sdk/provider-utils": "npm:5.0.30" peerDependencies: zod: ^3.25.76 || ^4.1.8 - checksum: 10c0/cf2a6763ae850c2b7826f31f528b4d02f8a2d6fda20fc902fab853315093a111eb9c4156ec89aa7d6697a597fe5740f6b5bd61f3613581a5934317a69de788aa + checksum: 10c0/bd340cc85daacb2bb77068edfa2fdc21aa3660a6b71aa1d3da48e3204220f1f947bd86b88f3c08abb76fb871c24e482b4dbcd9fc01cc544894daca29f2bea7e7 languageName: node linkType: hard -"@ai-sdk/gateway@npm:4.0.51": - version: 4.0.51 - resolution: "@ai-sdk/gateway@npm:4.0.51" +"@ai-sdk/gateway@npm:4.0.64": + version: 4.0.64 + resolution: "@ai-sdk/gateway@npm:4.0.64" dependencies: - "@ai-sdk/provider": "npm:4.0.7" - "@ai-sdk/provider-utils": "npm:5.0.27" + "@ai-sdk/provider": "npm:4.0.8" + "@ai-sdk/provider-utils": "npm:5.0.30" "@vercel/oidc": "npm:3.2.0" peerDependencies: zod: ^3.25.76 || ^4.1.8 - checksum: 10c0/a8abd0b34430dc3b90300c031a857917916c892ebef78bcb472690ae7612f895749e0114be0d4e181f98695bbca81ebea6d6c8ef1652004d52a1dbb7e85b0a23 + checksum: 10c0/60cc91273f645e804780505f1d19816e7771a8f7a0e3712a6f676f4647d093dc8d570bce350a6d11b94d2f7340016341607bc80bbc6a12f9bbd48c8635908eb0 languageName: node linkType: hard -"@ai-sdk/provider-utils@npm:5.0.27": - version: 5.0.27 - resolution: "@ai-sdk/provider-utils@npm:5.0.27" +"@ai-sdk/provider-utils@npm:5.0.30": + version: 5.0.30 + resolution: "@ai-sdk/provider-utils@npm:5.0.30" dependencies: - "@ai-sdk/provider": "npm:4.0.7" + "@ai-sdk/provider": "npm:4.0.8" "@standard-schema/spec": "npm:^1.1.0" "@workflow/serde": "npm:4.1.0" eventsource-parser: "npm:^3.0.8" undici: "npm:^7.28.0" peerDependencies: zod: ^3.25.76 || ^4.1.8 - checksum: 10c0/48c75a3c41078a430d6a363d3dcb262a00a03a628d0222a2c1be82bec09ead2fd5a9f788b2836441b6f6d0ac787508423b73ed6b330bd72640296e20bfcc9bc8 + checksum: 10c0/0364eac8cd2341cba24bab6c002ae65423ed1ee77895f8885aaee953dccd2c1aebf57f5c604fa3c0bdc0267c56d7c35602d70cc68f3a83a3ee8fc9719f2a73b0 languageName: node linkType: hard -"@ai-sdk/provider@npm:4.0.7": - version: 4.0.7 - resolution: "@ai-sdk/provider@npm:4.0.7" +"@ai-sdk/provider@npm:4.0.8": + version: 4.0.8 + resolution: "@ai-sdk/provider@npm:4.0.8" dependencies: json-schema: "npm:^0.4.0" - checksum: 10c0/6b7e5f76ae6b4f25e782c66f4343059e08bd5caf8f1a92434e1de452b296c63db9f53b844b0a4872ed92a4112e61b4a44a99d7ea90586fa8f228d567f1ea9740 + checksum: 10c0/a003aa2e1d6dd74f61150ca5c79d022c03183994ea99c0d1cd7e23bece91308788f49cb01e06dfeed2f707d4ad11eaf20c72877df4daeedd1deca4037ef2635b languageName: node linkType: hard @@ -564,15 +564,15 @@ __metadata: languageName: node linkType: hard -"@auth0/auth0-react@npm:2.24.0": - version: 2.24.0 - resolution: "@auth0/auth0-react@npm:2.24.0" +"@auth0/auth0-react@npm:2.24.1": + version: 2.24.1 + resolution: "@auth0/auth0-react@npm:2.24.1" dependencies: "@auth0/auth0-spa-js": "npm:^2.24.1" peerDependencies: react: ^16.11.0 || ^17 || ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1 react-dom: ^16.11.0 || ^17 || ^18 || ~19.0.1 || ~19.1.2 || ^19.2.1 - checksum: 10c0/f096271ed279f8b63c8b82e4acc666392cfd891a2a8e47302b39170bad5fab41cd192d664602fbae066a4e5ad8793dffb8fa2fdd166793ed90937b7802135dff + checksum: 10c0/3d855db892eaffa05b98b8eaf33058c13757aef2f1c78100c26e80032f8a5ef587f7e43ea6876f1043f3722317dfe6fe678289063de358fe370f0099d98a798f languageName: node linkType: hard @@ -1139,13 +1139,13 @@ __metadata: languageName: node linkType: hard -"@emnapi/core@npm:1.11.2": - version: 1.11.2 - resolution: "@emnapi/core@npm:1.11.2" +"@emnapi/core@npm:1.11.0": + version: 1.11.0 + resolution: "@emnapi/core@npm:1.11.0" dependencies: "@emnapi/wasi-threads": "npm:1.2.2" tslib: "npm:^2.4.0" - checksum: 10c0/424ca1607f498e524eb58db1095e6cc2082986edfd84a74b116d4e2c6e43b5e9d557ea7f0d7b9adf7f6d5023e25ac2ed6bd08caf0043d3d8602598d79579c2cd + checksum: 10c0/268498d6ea42ff1e51d543725c7c9c3ce01d39be19a5790d1587ebe98dcfb9329666f0ce9864bb23e067caa064199a45ec2c63c4050b5e42166c1d7d40750135 languageName: node linkType: hard @@ -1169,12 +1169,12 @@ __metadata: languageName: node linkType: hard -"@emnapi/runtime@npm:1.11.2": - version: 1.11.2 - resolution: "@emnapi/runtime@npm:1.11.2" +"@emnapi/runtime@npm:1.11.0": + version: 1.11.0 + resolution: "@emnapi/runtime@npm:1.11.0" dependencies: tslib: "npm:^2.4.0" - checksum: 10c0/d8d500059fe9c0864571c79ce29439c1b6fb44d7ec4ac865a2aaaa7469194e5d91ebdc820cabd37c3d373478b725a8b60771733e4743cfef41fc86d9a1f2eab0 + checksum: 10c0/6c09d93934e4cf036d2a57672c1c932aee7b00063fc5851c0c6d2e65775adb5ec484e1e12b4ed3614d62e785e2472160d3b368fbdb50e49b566e631f7046e7db languageName: node linkType: hard @@ -2306,15 +2306,6 @@ __metadata: languageName: node linkType: hard -"@google-cloud/paginator@npm:^6.0.0": - version: 6.1.0 - resolution: "@google-cloud/paginator@npm:6.1.0" - dependencies: - extend: "npm:^3.0.2" - checksum: 10c0/0b16cd5a8f13290bebde960aed43f1eaadc6817b52d4ee57cbcafdfd567863d1c8f63e5f93c30cf3871bc71aa24e041f1903b1de014deeb35b341f364955ac8c - languageName: node - linkType: hard - "@google-cloud/paginator@npm:^7.0.0": version: 7.0.1 resolution: "@google-cloud/paginator@npm:7.0.1" @@ -2324,13 +2315,6 @@ __metadata: languageName: node linkType: hard -"@google-cloud/precise-date@npm:^5.0.0": - version: 5.2.0 - resolution: "@google-cloud/precise-date@npm:5.2.0" - checksum: 10c0/c61912caa220b4487d7b0863bbce296f8ee42c84b10ec8aa4d1faef648d2b32ea790bc8408d59841b530194b64f3f48d0ae143007852beea57a3fd9eb74517ad - languageName: node - linkType: hard - "@google-cloud/precise-date@npm:^6.0.0": version: 6.0.0 resolution: "@google-cloud/precise-date@npm:6.0.0" @@ -2338,13 +2322,6 @@ __metadata: languageName: node linkType: hard -"@google-cloud/projectify@npm:^5.0.0": - version: 5.2.0 - resolution: "@google-cloud/projectify@npm:5.2.0" - checksum: 10c0/77fa431a8b68ba88e5ce17e5d50a5db99b1d6b1b26c9f83196038c39ba8d35aad0dcf6788d78ef1bba6cb802c37ecbec83c2a2151ab5687c491a485c54f85674 - languageName: node - linkType: hard - "@google-cloud/projectify@npm:^6.0.0": version: 6.0.1 resolution: "@google-cloud/projectify@npm:6.0.1" @@ -2352,13 +2329,6 @@ __metadata: languageName: node linkType: hard -"@google-cloud/promisify@npm:^5.0.0": - version: 5.1.0 - resolution: "@google-cloud/promisify@npm:5.1.0" - checksum: 10c0/ed60e724efcd47e35c2a47dd226ea9791b0afcedd963a70f0ac072bbd9e82b72fd06e528242fd505d2de9743178aca76e11e2bea42bd435b020fa8d0f44ee5c2 - languageName: node - linkType: hard - "@google-cloud/promisify@npm:^6.0.0": version: 6.0.1 resolution: "@google-cloud/promisify@npm:6.0.1" @@ -2366,15 +2336,6 @@ __metadata: languageName: node linkType: hard -"@google-cloud/pubsub-api@npm:^0.2.1": - version: 0.2.1 - resolution: "@google-cloud/pubsub-api@npm:0.2.1" - dependencies: - google-gax: "npm:^5.0.7" - checksum: 10c0/d7591f35c0793467dc4c3773b30f2165dddfe74e14b5d263ba20b997bb2431b759f3527bf1dad63783fd0698701ce6f11200b636696e2f234c3f920507ed1622 - languageName: node - linkType: hard - "@google-cloud/pubsub-api@npm:^0.3.0": version: 0.3.0 resolution: "@google-cloud/pubsub-api@npm:0.3.0" @@ -2384,32 +2345,6 @@ __metadata: languageName: node linkType: hard -"@google-cloud/pubsub@npm:6.0.0": - version: 6.0.0 - resolution: "@google-cloud/pubsub@npm:6.0.0" - dependencies: - "@google-cloud/paginator": "npm:^6.0.0" - "@google-cloud/precise-date": "npm:^5.0.0" - "@google-cloud/projectify": "npm:^5.0.0" - "@google-cloud/promisify": "npm:^5.0.0" - "@google-cloud/pubsub-api": "npm:^0.2.1" - "@opentelemetry/api": "npm:~1.9.0" - "@opentelemetry/core": "npm:^1.30.1" - "@opentelemetry/semantic-conventions": "npm:~1.39.0" - arrify: "npm:^2.0.0" - extend: "npm:^3.0.2" - google-auth-library: "npm:^10.5.0" - google-gax: "npm:^5.0.5" - google-logging-utils: "npm:^1.1.3" - heap-js: "npm:^2.6.0" - is-stream-ended: "npm:^0.1.4" - lodash.snakecase: "npm:^4.1.1" - long: "npm:^5.3.1" - p-defer: "npm:^3.0.0" - checksum: 10c0/6051fd0eb0f10a580d20a96383e0cf668bcaa76ab433b40954eb2f3433bea8d244d3728b7204ed808192dca8512659fbbff5ad778bd75ab1f20044b6b3bbd5b1 - languageName: node - linkType: hard - "@google-cloud/pubsub@npm:6.0.1": version: 6.0.1 resolution: "@google-cloud/pubsub@npm:6.0.1" @@ -2436,7 +2371,7 @@ __metadata: languageName: node linkType: hard -"@gql.tada/internal@npm:^1.2.0": +"@gql.tada/internal@npm:^1.2.1": version: 1.2.2 resolution: "@gql.tada/internal@npm:1.2.2" dependencies: @@ -2908,25 +2843,6 @@ __metadata: languageName: node linkType: hard -"@graphql-hive/core@npm:0.22.1": - version: 0.22.1 - resolution: "@graphql-hive/core@npm:0.22.1" - dependencies: - "@graphql-hive/logger": "npm:^1.1.0" - "@graphql-hive/signal": "npm:^2.0.0" - "@graphql-tools/utils": "npm:^10.0.0" - "@whatwg-node/fetch": "npm:^0.10.13" - async-retry: "npm:^1.3.3" - events: "npm:^3.3.0" - js-md5: "npm:0.8.3" - lodash.sortby: "npm:^4.7.0" - tiny-lru: "npm:^11.4.7" - peerDependencies: - graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - checksum: 10c0/27dd876df2a12b06f090370f940aceb2adbb166d33445f0a03b48ab5aaf1b892c60778cd278228ada11ed5dc3c79910e2fab5bf924e25213154dbe3bb975dcdd - languageName: node - linkType: hard - "@graphql-hive/core@npm:0.22.3": version: 0.22.3 resolution: "@graphql-hive/core@npm:0.22.3" @@ -3000,17 +2916,17 @@ __metadata: languageName: node linkType: hard -"@graphql-hive/yoga@npm:0.49.1": - version: 0.49.1 - resolution: "@graphql-hive/yoga@npm:0.49.1" +"@graphql-hive/yoga@npm:0.49.4": + version: 0.49.4 + resolution: "@graphql-hive/yoga@npm:0.49.4" dependencies: - "@graphql-hive/core": "npm:0.22.1" + "@graphql-hive/core": "npm:0.22.3" "@graphql-hive/logger": "npm:^1.1.0" "@graphql-yoga/plugin-persisted-operations": "npm:^3.9.0" peerDependencies: graphql: ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-yoga: ^5.10.8 - checksum: 10c0/d202dc2cc67a16ffa290f6a99961c1893775d863b4c2934b739eae95d1a8cb27359c885b3c9756ed4f46786885a59b9a1cafaa6fd3f7f5e6f068a570a8a38f43 + checksum: 10c0/7e9250bbb8a27c7ed6e78af326e798ae353fec08e5b051806ad9f255d3070b8206808eae09fd1e1e327ca5c0b4accbbb60018c77a1f20bf4107c671882f3832d languageName: node linkType: hard @@ -3313,38 +3229,38 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/cache-inmemory-lru@npm:^0.11.0": - version: 0.11.0 - resolution: "@graphql-mesh/cache-inmemory-lru@npm:0.11.0" +"@graphql-mesh/cache-inmemory-lru@npm:^0.11.1": + version: 0.11.1 + resolution: "@graphql-mesh/cache-inmemory-lru@npm:0.11.1" dependencies: - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@whatwg-node/disposablestack": "npm:^0.0.6" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/4de96221f40374989440bb87d68fcdedee6ca33c22c4bb4fc1f9ed5d135537e9ca3b108cfe2ee7f11a0d318f56eba902fd3caef99b96a3093ec1414a0287ca9e + checksum: 10c0/5f954422419facd0229df4b794004c453ac2ff2d0ecadc8f37601aa5739e3c2c1abcb3c7469eb29b4e48d1fecc4759d00e411d574e4a020840d99d385905a635 languageName: node linkType: hard -"@graphql-mesh/cache-localforage@npm:^0.108.0": - version: 0.108.0 - resolution: "@graphql-mesh/cache-localforage@npm:0.108.0" +"@graphql-mesh/cache-localforage@npm:^0.108.1": + version: 0.108.1 + resolution: "@graphql-mesh/cache-localforage@npm:0.108.1" dependencies: - "@graphql-mesh/cache-inmemory-lru": "npm:^0.11.0" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/cache-inmemory-lru": "npm:^0.11.1" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" localforage: "npm:1.10.0" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/e0fed56e9548978100101ee91518a0ad5be49fba3178efae4dfce13a8f5fc1658332fc783c76bd64b89a33a74998972c8c177ac626b7ffde04771bd76248c5a9 + checksum: 10c0/08145ec90d0f2af9ab28d80928d585dd42ac3d7ec4605b364883db4859539393cf7ccf1967f7ceec1faaa4dd2d267e6a7c9f4e449e21d11b7bca99f9e9799ad3 languageName: node linkType: hard -"@graphql-mesh/cli@npm:0.103.0": - version: 0.103.0 - resolution: "@graphql-mesh/cli@npm:0.103.0" +"@graphql-mesh/cli@npm:0.103.2": + version: 0.103.2 + resolution: "@graphql-mesh/cli@npm:0.103.2" dependencies: "@graphql-codegen/core": "npm:^6.2.0" "@graphql-codegen/typed-document-node": "npm:^6.1.8" @@ -3352,14 +3268,14 @@ __metadata: "@graphql-codegen/typescript-generic-sdk": "npm:^5.0.1" "@graphql-codegen/typescript-operations": "npm:^5.1.0" "@graphql-codegen/typescript-resolvers": "npm:^5.1.8" - "@graphql-mesh/config": "npm:^0.111.0" + "@graphql-mesh/config": "npm:^0.111.1" "@graphql-mesh/cross-helpers": "npm:^0.4.16" - "@graphql-mesh/http": "npm:^0.109.0" - "@graphql-mesh/incontext-sdk-codegen": "npm:^0.3.0" - "@graphql-mesh/runtime": "npm:^0.109.0" - "@graphql-mesh/store": "npm:^0.107.0" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/http": "npm:^0.109.1" + "@graphql-mesh/incontext-sdk-codegen": "npm:^0.3.1" + "@graphql-mesh/runtime": "npm:^0.109.1" + "@graphql-mesh/store": "npm:^0.107.1" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/utils": "npm:^11.2.2" "@graphql-yoga/render-graphiql": "npm:^5.21.2" "@whatwg-node/promise-helpers": "npm:^1.0.0" @@ -3389,23 +3305,23 @@ __metadata: graphql-mesh: cjs/bin.js graphql-mesh-esm: esm/bin.js mesh: cjs/bin.js - checksum: 10c0/d7038843d2256e2c4bf3444017cc7e874c5b441035cf59c186d5bb339515d9bf5549735c63ea7375eae42eafd03a1ea286f53f3638a47ca899d611e3b4e44984 + checksum: 10c0/db3ec746075639e00896c56ec03ff04e2df049c064ac4f5e4d70dcd1f902e20619d661a3751e25ea4d4b6841cec59db432f495c6638d10fd98b6f80554ad3ccb languageName: node linkType: hard -"@graphql-mesh/config@npm:0.111.0, @graphql-mesh/config@npm:^0.111.0": - version: 0.111.0 - resolution: "@graphql-mesh/config@npm:0.111.0" +"@graphql-mesh/config@npm:0.111.1, @graphql-mesh/config@npm:^0.111.1": + version: 0.111.1 + resolution: "@graphql-mesh/config@npm:0.111.1" dependencies: "@envelop/core": "npm:^5.5.1" - "@graphql-mesh/cache-localforage": "npm:^0.108.0" + "@graphql-mesh/cache-localforage": "npm:^0.108.1" "@graphql-mesh/cross-helpers": "npm:^0.4.16" - "@graphql-mesh/merger-bare": "npm:^0.108.0" - "@graphql-mesh/merger-stitching": "npm:^0.108.0" - "@graphql-mesh/runtime": "npm:^0.109.0" - "@graphql-mesh/store": "npm:^0.107.0" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/merger-bare": "npm:^0.108.1" + "@graphql-mesh/merger-stitching": "npm:^0.108.1" + "@graphql-mesh/runtime": "npm:^0.109.1" + "@graphql-mesh/store": "npm:^0.107.1" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/code-file-loader": "npm:^8.1.36" "@graphql-tools/graphql-file-loader": "npm:^8.1.18" "@graphql-tools/load": "npm:^8.1.15" @@ -3419,7 +3335,7 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/a5148e62d7f29c8558fff5ecb1a007a34aeaf44f1516ea4fa2766a9dac42602e2cf23dadc63cca1ff132c586a1c879ea984460124f683f65b9db0557e6e3c3b9 + checksum: 10c0/a50f61cc00c85e55122507688765dee5df35f85884274b74dab6146149a0f2b793a9c6895721d0bfa901e7a03dd0110932c2fde00f11448b88ee58cbb6312343 languageName: node linkType: hard @@ -3465,14 +3381,14 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/http@npm:0.109.0, @graphql-mesh/http@npm:^0.109.0": - version: 0.109.0 - resolution: "@graphql-mesh/http@npm:0.109.0" +"@graphql-mesh/http@npm:0.109.1, @graphql-mesh/http@npm:^0.109.1": + version: 0.109.1 + resolution: "@graphql-mesh/http@npm:0.109.1" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.16" - "@graphql-mesh/runtime": "npm:^0.109.0" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/runtime": "npm:^0.109.1" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/utils": "npm:^11.2.2" "@whatwg-node/promise-helpers": "npm:^1.3.2" "@whatwg-node/server": "npm:^0.11.0" @@ -3480,13 +3396,13 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/67797649923a69a98374bbfb21024a5d2fd51f317a8d9194e42fd43da92e88914a62d7e915e074a3f5a8cecb49ef14f8897632472e810d79ad3bd7cd26173d99 + checksum: 10c0/4cf908c6045fa68d1665ccae7f0a6e537cec043745bea5b1f54ab22fccea05f3fe8b2d14b3290e9ae6c5b3e86975ebc4243a80296d773719ef1ec242b2a269d7 languageName: node linkType: hard -"@graphql-mesh/incontext-sdk-codegen@npm:^0.3.0": - version: 0.3.0 - resolution: "@graphql-mesh/incontext-sdk-codegen@npm:0.3.0" +"@graphql-mesh/incontext-sdk-codegen@npm:^0.3.1": + version: 0.3.1 + resolution: "@graphql-mesh/incontext-sdk-codegen@npm:0.3.1" dependencies: "@graphql-codegen/core": "npm:^6.2.0" "@graphql-codegen/plugin-helpers": "npm:^6.3.0" @@ -3494,8 +3410,8 @@ __metadata: "@graphql-mesh/cross-helpers": "npm:^0.4.16" "@graphql-mesh/fusion-runtime": "npm:^1.11.6" "@graphql-mesh/transport-common": "npm:^1.0.20" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/utils": "npm:^11.2.2" "@graphql-tools/wrap": "npm:^11.1.21" graphql-scalars: "npm:^1.25.0" @@ -3503,53 +3419,53 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/27764ea23ef67da0e04ddc911d309d17470fa2e9d78f6cce567abb88d20b49f2c8ff35d0cb0ba0d0afbb0a5fb0e9964f4ee770571d35668880bd59abb49b04a9 + checksum: 10c0/2bc8c7d041db8c71b167712ec4cf68c6d5574927f3f7bc686da0aa5e225cf55c371b48a727cdcc1471697d12f920e7b5a07897d2a0202ce66beb40a5fc94ccb7 languageName: node linkType: hard -"@graphql-mesh/json-schema@npm:0.112.0": - version: 0.112.0 - resolution: "@graphql-mesh/json-schema@npm:0.112.0" +"@graphql-mesh/json-schema@npm:0.112.3": + version: 0.112.3 + resolution: "@graphql-mesh/json-schema@npm:0.112.3" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.16" - "@graphql-mesh/store": "npm:^0.107.0" + "@graphql-mesh/store": "npm:^0.107.1" "@graphql-mesh/string-interpolation": "npm:^0.5.18" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@json-schema-tools/meta-schema": "npm:^1.7.5" - "@omnigraph/json-schema": "npm:^0.112.0" + "@omnigraph/json-schema": "npm:^0.112.3" graphql-compose: "npm:^9.1.0" - json-machete: "npm:^0.97.7" + json-machete: "npm:^0.97.8" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/9e584035ac616cba991957efd9bec2dba1c4b6942ac5f27355503b6fdf3731996c7c4db327942f9fa45929226a873246884d35d8ae4f56d5be7d3fcec6012312 + checksum: 10c0/1e16c0c95ac7d08c8b25639481f88a362d4b4083bdf8d218d783ae7199a5f3de446f6612b8268183a404ed6d92d8f9cb3cc9addddc545fe8225698123f5fd901 languageName: node linkType: hard -"@graphql-mesh/merger-bare@npm:^0.108.0": - version: 0.108.0 - resolution: "@graphql-mesh/merger-bare@npm:0.108.0" +"@graphql-mesh/merger-bare@npm:^0.108.1": + version: 0.108.1 + resolution: "@graphql-mesh/merger-bare@npm:0.108.1" dependencies: - "@graphql-mesh/merger-stitching": "npm:^0.108.0" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/merger-stitching": "npm:^0.108.1" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/schema": "npm:^10.0.38" "@graphql-tools/utils": "npm:^11.2.2" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/605f0c2fac5576def7acf4edbe79363dc061a08914785376bbc626d7a21dcf0dbb200fbbb9f72a17e73c66ccb7f903870973e8425c54f6fffdfc1adcd5508aef + checksum: 10c0/28173f343f47eb226e1bd15391dde049b9e08c0e8c35c7b9f1cf00b0a07491a7ba1d3ae99363e8ba56ec5b481772e426d9d60886b934eead5cad49a0bf54853a languageName: node linkType: hard -"@graphql-mesh/merger-stitching@npm:^0.108.0": - version: 0.108.0 - resolution: "@graphql-mesh/merger-stitching@npm:0.108.0" +"@graphql-mesh/merger-stitching@npm:^0.108.1": + version: 0.108.1 + resolution: "@graphql-mesh/merger-stitching@npm:0.108.1" dependencies: - "@graphql-mesh/store": "npm:^0.107.0" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/store": "npm:^0.107.1" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/delegate": "npm:^12.1.1" "@graphql-tools/schema": "npm:^10.0.38" "@graphql-tools/stitch": "npm:^10.2.2" @@ -3557,21 +3473,21 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/1c1a841ce37efbff08483cb83698a3074696036e56cfc0e8aa06400ec54e1d1196eed74feb56f2eb4c9ce678e607f1b867f6ffea9f75291a0ed51ce61a24cafd + checksum: 10c0/50640751e536bdf1fae49e8e634e5107ee6cc859de994fd3d7b0b99047d18f9852806e7421d3d3c9dadd9fc14baa88ede719c02ff7bbb1856346ee399e52a2fc languageName: node linkType: hard -"@graphql-mesh/runtime@npm:0.109.0, @graphql-mesh/runtime@npm:^0.109.0": - version: 0.109.0 - resolution: "@graphql-mesh/runtime@npm:0.109.0" +"@graphql-mesh/runtime@npm:0.109.1, @graphql-mesh/runtime@npm:^0.109.1": + version: 0.109.1 + resolution: "@graphql-mesh/runtime@npm:0.109.1" dependencies: "@envelop/core": "npm:^5.5.1" "@envelop/extended-validation": "npm:^7.1.1" "@envelop/graphql-jit": "npm:^11.1.1" "@graphql-mesh/cross-helpers": "npm:^0.4.16" "@graphql-mesh/string-interpolation": "npm:^0.5.18" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/batch-delegate": "npm:^10.0.29" "@graphql-tools/delegate": "npm:^12.1.1" "@graphql-tools/executor": "npm:^1.5.7" @@ -3583,23 +3499,23 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/945bdcd2e765b11b7f27e29fa6956c8618b5da0d0780e3b7e99f4bc50d867b2d6aa45f9bbaf3f7293cfc61635270bdab6eba85f2c81e9355b3bede944f221a9f + checksum: 10c0/00c9b8ea88ea0ec4dd8a7067d249688168ade5790c2bab0516290638d6a0b79426e716cb8d24402dbdca3bed57aa9b980846afcd4bdc760be7ec027556f822d7 languageName: node linkType: hard -"@graphql-mesh/store@npm:0.107.0, @graphql-mesh/store@npm:^0.107.0": - version: 0.107.0 - resolution: "@graphql-mesh/store@npm:0.107.0" +"@graphql-mesh/store@npm:0.107.1, @graphql-mesh/store@npm:^0.107.1": + version: 0.107.1 + resolution: "@graphql-mesh/store@npm:0.107.1" dependencies: "@graphql-inspector/core": "npm:^7.1.3" "@graphql-mesh/cross-helpers": "npm:^0.4.16" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/utils": "npm:^11.2.2" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/e50a348db166f0174c60e58bb985de81ca9157c5af2cecbc08327b3c42c2a2caaff993af6371bac2dfbc019d9f6fa43ce88a0dab0fee0fd293ba30a16aba54d1 + checksum: 10c0/ac4efdfec1c79ab315116c19846bbd1ee9cc01e36568630f7db2d6d03837ef2564d6dc43ed3360a60db8767fd316e090c85b711099130cf9e067d52deebb1f0b languageName: node linkType: hard @@ -3617,12 +3533,12 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/transform-rename@npm:0.108.0": - version: 0.108.0 - resolution: "@graphql-mesh/transform-rename@npm:0.108.0" +"@graphql-mesh/transform-rename@npm:0.108.1": + version: 0.108.1 + resolution: "@graphql-mesh/transform-rename@npm:0.108.1" dependencies: - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/delegate": "npm:^12.1.1" "@graphql-tools/utils": "npm:^11.2.2" "@graphql-tools/wrap": "npm:^11.1.21" @@ -3630,22 +3546,22 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/515601a1fa3ae122e2fc5caa43bc06b44ce21e8eed158def248d718a2de6b34d8623a17f6eda225477ab3c5f56201d98c4eb2870839d792c90f32d451d9d62fe + checksum: 10c0/aa3dc11827666c14a912d30aab93f36d0f0f37553f19e94cc87fb6f1382e5a032e6fc6b6da9115c0d50603b8808847eec7c95b5e4550bbe43ca53925b09e8b74 languageName: node linkType: hard -"@graphql-mesh/transform-resolvers-composition@npm:0.107.0": - version: 0.107.0 - resolution: "@graphql-mesh/transform-resolvers-composition@npm:0.107.0" +"@graphql-mesh/transform-resolvers-composition@npm:0.107.1": + version: 0.107.1 + resolution: "@graphql-mesh/transform-resolvers-composition@npm:0.107.1" dependencies: - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/resolvers-composition": "npm:^7.0.35" "@graphql-tools/schema": "npm:^10.0.38" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/df24867f173dbfc8514f7f62ea6b19a1154014bfb7d6c8253aa3d5ff4f0c9a7a0b11840a051bc430649f0a23c429ef1c1f0311062126a7e0746d1aad3536d293 + checksum: 10c0/d09e6026856defab88e009aa72adf9c65022802c599700efe1d0507191d53f0a695f2a00ac789794ccbfd824e6aaebd54136c8cf4dd025fe974778ef19c03fbb languageName: node linkType: hard @@ -3668,15 +3584,15 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/transport-rest@npm:^0.12.0": - version: 0.12.0 - resolution: "@graphql-mesh/transport-rest@npm:0.12.0" +"@graphql-mesh/transport-rest@npm:^0.12.1": + version: 0.12.1 + resolution: "@graphql-mesh/transport-rest@npm:0.12.1" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.16" "@graphql-mesh/string-interpolation": "npm:^0.5.18" "@graphql-mesh/transport-common": "npm:^1.0.20" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/utils": "npm:^11.2.2" "@whatwg-node/fetch": "npm:^0.10.6" dset: "npm:^3.1.3" @@ -3687,13 +3603,13 @@ __metadata: url-join: "npm:4.0.1" peerDependencies: graphql: "*" - checksum: 10c0/16b7d27e6737eb495306a4779df3d1542c7516db280de3315b504ca043297967b6b98ffc9027758989b487cfbb3f5302fdf985924933ab7828fbacffc30a3310 + checksum: 10c0/232d8297e9ca9b8fb13a8665743c45a9d99998bcfa6486b5e51523b821037671d4cdf88ca68b30aba542521918a7a34c78c0f4316c8edca7f7121883a73264e5 languageName: node linkType: hard -"@graphql-mesh/types@npm:0.107.0, @graphql-mesh/types@npm:^0.107.0": - version: 0.107.0 - resolution: "@graphql-mesh/types@npm:0.107.0" +"@graphql-mesh/types@npm:0.107.1, @graphql-mesh/types@npm:^0.107.1": + version: 0.107.1 + resolution: "@graphql-mesh/types@npm:0.107.1" dependencies: "@graphql-hive/pubsub": "npm:^2.2.1" "@graphql-tools/batch-delegate": "npm:^10.0.29" @@ -3705,7 +3621,7 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/a1947c2012a2124affeb27c0739d9e12b51924787e30e38e026fd09b70d731ecae9fcda73e0b4cfbd0181fc9cb18e990cd32026c3eb5e2f8fafebf42e849da90 + checksum: 10c0/a2bbaa60706bec7030819b8eb91d986412c34459e8512b1cc3b60f0c01ae38cece2d2352f13f833201a1be147493ae7585767a9be386472841561a412b184acd languageName: node linkType: hard @@ -3745,14 +3661,14 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/utils@npm:0.107.0, @graphql-mesh/utils@npm:^0.107.0": - version: 0.107.0 - resolution: "@graphql-mesh/utils@npm:0.107.0" +"@graphql-mesh/utils@npm:0.107.1, @graphql-mesh/utils@npm:^0.107.1": + version: 0.107.1 + resolution: "@graphql-mesh/utils@npm:0.107.1" dependencies: "@envelop/instrumentation": "npm:^1.0.0" "@graphql-mesh/cross-helpers": "npm:^0.4.16" "@graphql-mesh/string-interpolation": "npm:^0.5.18" - "@graphql-mesh/types": "npm:^0.107.0" + "@graphql-mesh/types": "npm:^0.107.1" "@graphql-tools/batch-delegate": "npm:^10.0.29" "@graphql-tools/delegate": "npm:^12.1.1" "@graphql-tools/utils": "npm:^11.2.2" @@ -3768,7 +3684,7 @@ __metadata: tslib: "npm:^2.4.0" peerDependencies: graphql: "*" - checksum: 10c0/535993624249a3132c1e204c919de7fc35b94b97ce4fe711815ac45f5cc517abd5f5ddcc57c69904bf1962fd8aae009a540643e04a1a8704bacb1514a71e3bb3 + checksum: 10c0/5f696246485510ca04c396e7d20feebebbf020afad96e9fd90269f787cddcedf824fbb549b857e978539fa32409b391e71055dfbb1606321443aac263c76f1db languageName: node linkType: hard @@ -4542,9 +4458,9 @@ __metadata: languageName: node linkType: hard -"@hookform/resolvers@npm:5.9.0": - version: 5.9.0 - resolution: "@hookform/resolvers@npm:5.9.0" +"@hookform/resolvers@npm:5.9.1": + version: 5.9.1 + resolution: "@hookform/resolvers@npm:5.9.1" dependencies: "@standard-schema/utils": "npm:^0.3.0" peerDependencies: @@ -4622,7 +4538,7 @@ __metadata: optional: true zod: optional: true - checksum: 10c0/6f579fe35713236e6a483d6afcfa4deea9c7826a9e09ce0da7e7a77af64af11e88ea09269e0f342a12e31ebaf604f917630e3cc6108c50146b60d1fe20d750b5 + checksum: 10c0/08d4e1455a072bea182468d878527e2e99c6d079fe56ffc5297e03a8219fe7544db092afcdf7a950e5421390d4dae3a21398c8ccd0b2c8639d0e0ff9e21410c2 languageName: node linkType: hard @@ -5748,15 +5664,15 @@ __metadata: languageName: node linkType: hard -"@mui/x-charts@npm:8.29.2": - version: 8.29.2 - resolution: "@mui/x-charts@npm:8.29.2" +"@mui/x-charts@npm:8.29.3": + version: 8.29.3 + resolution: "@mui/x-charts@npm:8.29.3" dependencies: "@babel/runtime": "npm:^7.28.4" "@mui/utils": "npm:^7.3.5" "@mui/x-charts-vendor": "npm:8.29.0" "@mui/x-internal-gestures": "npm:0.5.0" - "@mui/x-internals": "npm:8.29.2" + "@mui/x-internals": "npm:8.29.3" bezier-easing: "npm:^2.1.0" clsx: "npm:^2.1.1" prop-types: "npm:^15.8.1" @@ -5774,7 +5690,7 @@ __metadata: optional: true "@emotion/styled": optional: true - checksum: 10c0/09829cc71dc3c61493eeb298ba4ffdd20289ea184c6e56b74c8a851d4b229118b7b30aca8eb7d0477be03f79ffd8c915e0e3ef040939539b9a8c160b06fe3faa + checksum: 10c0/64ec51141c9b7e6865fcf85215bc08c946388d38051d4294be80d11448c7a5a635c26ead739f0f588a773c29b066839435e12c8e2a8dae2448c0b079024e9510 languageName: node linkType: hard @@ -5787,9 +5703,9 @@ __metadata: languageName: node linkType: hard -"@mui/x-internals@npm:8.29.2": - version: 8.29.2 - resolution: "@mui/x-internals@npm:8.29.2" +"@mui/x-internals@npm:8.29.3": + version: 8.29.3 + resolution: "@mui/x-internals@npm:8.29.3" dependencies: "@babel/runtime": "npm:^7.28.4" "@mui/utils": "npm:^7.3.5" @@ -5797,7 +5713,7 @@ __metadata: use-sync-external-store: "npm:^1.6.0" peerDependencies: react: ^17.0.0 || ^18.0.0 || ^19.0.0 - checksum: 10c0/2f43fc4305011b3b232e635de28b596ca259fcd641bc4097f686dd6ce4218413bf609d968f7d164f074547d0845eaf9cc4977543fd3ba86cd6fab12fa48c6370 + checksum: 10c0/62bf51b77ad89436b4f2c742b2e727d71d6acdf07a4aa92d6f1651c47945c2a640ba3224c54b329e504b9175c3dbdf9b47ca5e6bc80d8170b0f9e084d8bc2352 languageName: node linkType: hard @@ -6121,7 +6037,7 @@ __metadata: languageName: node linkType: hard -"@napi-rs/wasm-runtime@npm:^1.1.4, @napi-rs/wasm-runtime@npm:^1.1.6": +"@napi-rs/wasm-runtime@npm:^1.1.4, @napi-rs/wasm-runtime@npm:^1.1.5": version: 1.2.3 resolution: "@napi-rs/wasm-runtime@npm:1.2.3" dependencies: @@ -6350,16 +6266,16 @@ __metadata: languageName: node linkType: hard -"@omnigraph/json-schema@npm:^0.112.0": - version: 0.112.2 - resolution: "@omnigraph/json-schema@npm:0.112.2" +"@omnigraph/json-schema@npm:^0.112.3": + version: 0.112.3 + resolution: "@omnigraph/json-schema@npm:0.112.3" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.16" "@graphql-mesh/string-interpolation": "npm:^0.5.18" "@graphql-mesh/transport-common": "npm:^1.0.20" - "@graphql-mesh/transport-rest": "npm:^0.12.0" - "@graphql-mesh/types": "npm:^0.107.0" - "@graphql-mesh/utils": "npm:^0.107.0" + "@graphql-mesh/transport-rest": "npm:^0.12.1" + "@graphql-mesh/types": "npm:^0.107.1" + "@graphql-mesh/utils": "npm:^0.107.1" "@graphql-tools/delegate": "npm:^12.1.1" "@graphql-tools/utils": "npm:^11.2.2" "@json-schema-tools/meta-schema": "npm:^1.7.5" @@ -6378,7 +6294,7 @@ __metadata: url-join: "npm:4.0.1" peerDependencies: graphql: "*" - checksum: 10c0/7fedd2929d4e5dd6f75212c97bcd6cf9334590da89f17a22ab1d8acdb4ae88f2077807f70308d011f5358ff4c7f92c7301a7aefa930832f749d1e1320d7d0189 + checksum: 10c0/16c498c32699deb42e3f8444930f8efd18c380f3bf3dc03eefe204f01b00810638064d45fca294ae4f362b972aa72a1b721c41709f0ba3c997bda5da7e8f1bf1 languageName: node linkType: hard @@ -6521,17 +6437,6 @@ __metadata: languageName: node linkType: hard -"@opentelemetry/core@npm:^1.30.1": - version: 1.30.1 - resolution: "@opentelemetry/core@npm:1.30.1" - dependencies: - "@opentelemetry/semantic-conventions": "npm:1.28.0" - peerDependencies: - "@opentelemetry/api": ">=1.0.0 <1.10.0" - checksum: 10c0/4c25ba50a6137c2ba9ca563fb269378f3c9ca6fd1b3f15dbb6eff78eebf5656f281997cbb7be8e51c01649fd6ad091083fcd8a42dd9b5dfac907dc06d7cfa092 - languageName: node - linkType: hard - "@opentelemetry/exporter-logs-otlp-grpc@npm:0.221.0": version: 0.221.0 resolution: "@opentelemetry/exporter-logs-otlp-grpc@npm:0.221.0" @@ -7469,13 +7374,6 @@ __metadata: languageName: node linkType: hard -"@opentelemetry/semantic-conventions@npm:1.28.0": - version: 1.28.0 - resolution: "@opentelemetry/semantic-conventions@npm:1.28.0" - checksum: 10c0/deb8a0f744198071e70fea27143cf7c9f7ecb7e4d7b619488c917834ea09b31543c1c2bcea4ec5f3cf68797f0ef3549609c14e859013d9376400ac1499c2b9cb - languageName: node - linkType: hard - "@opentelemetry/semantic-conventions@npm:1.43.0, @opentelemetry/semantic-conventions@npm:^1.24.0, @opentelemetry/semantic-conventions@npm:^1.27.0, @opentelemetry/semantic-conventions@npm:^1.29.0, @opentelemetry/semantic-conventions@npm:^1.30.0, @opentelemetry/semantic-conventions@npm:^1.33.0, @opentelemetry/semantic-conventions@npm:^1.33.1, @opentelemetry/semantic-conventions@npm:^1.34.0, @opentelemetry/semantic-conventions@npm:^1.36.0, @opentelemetry/semantic-conventions@npm:^1.37.0, @opentelemetry/semantic-conventions@npm:^1.41.1": version: 1.43.0 resolution: "@opentelemetry/semantic-conventions@npm:1.43.0" @@ -7659,139 +7557,139 @@ __metadata: languageName: node linkType: hard -"@oxc-resolver/binding-android-arm-eabi@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-android-arm-eabi@npm:11.24.2" +"@oxc-resolver/binding-android-arm-eabi@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-android-arm-eabi@npm:11.21.2" conditions: os=android & cpu=arm languageName: node linkType: hard -"@oxc-resolver/binding-android-arm64@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-android-arm64@npm:11.24.2" +"@oxc-resolver/binding-android-arm64@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-android-arm64@npm:11.21.2" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-darwin-arm64@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-darwin-arm64@npm:11.24.2" +"@oxc-resolver/binding-darwin-arm64@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-darwin-arm64@npm:11.21.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-darwin-x64@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-darwin-x64@npm:11.24.2" +"@oxc-resolver/binding-darwin-x64@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-darwin-x64@npm:11.21.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxc-resolver/binding-freebsd-x64@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-freebsd-x64@npm:11.24.2" +"@oxc-resolver/binding-freebsd-x64@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-freebsd-x64@npm:11.21.2" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.24.2" +"@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-arm-gnueabihf@npm:11.21.2" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm-musleabihf@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-arm-musleabihf@npm:11.24.2" +"@oxc-resolver/binding-linux-arm-musleabihf@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-arm-musleabihf@npm:11.21.2" conditions: os=linux & cpu=arm languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm64-gnu@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:11.24.2" +"@oxc-resolver/binding-linux-arm64-gnu@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-arm64-gnu@npm:11.21.2" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-arm64-musl@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:11.24.2" +"@oxc-resolver/binding-linux-arm64-musl@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-arm64-musl@npm:11.21.2" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxc-resolver/binding-linux-ppc64-gnu@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-ppc64-gnu@npm:11.24.2" +"@oxc-resolver/binding-linux-ppc64-gnu@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-ppc64-gnu@npm:11.21.2" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-riscv64-gnu@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:11.24.2" +"@oxc-resolver/binding-linux-riscv64-gnu@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-riscv64-gnu@npm:11.21.2" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-riscv64-musl@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-riscv64-musl@npm:11.24.2" +"@oxc-resolver/binding-linux-riscv64-musl@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-riscv64-musl@npm:11.21.2" conditions: os=linux & cpu=riscv64 & libc=musl languageName: node linkType: hard -"@oxc-resolver/binding-linux-s390x-gnu@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:11.24.2" +"@oxc-resolver/binding-linux-s390x-gnu@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-s390x-gnu@npm:11.21.2" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-x64-gnu@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:11.24.2" +"@oxc-resolver/binding-linux-x64-gnu@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-x64-gnu@npm:11.21.2" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxc-resolver/binding-linux-x64-musl@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-linux-x64-musl@npm:11.24.2" +"@oxc-resolver/binding-linux-x64-musl@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-linux-x64-musl@npm:11.21.2" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxc-resolver/binding-openharmony-arm64@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-openharmony-arm64@npm:11.24.2" +"@oxc-resolver/binding-openharmony-arm64@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-openharmony-arm64@npm:11.21.2" conditions: os=openharmony & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-wasm32-wasi@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-wasm32-wasi@npm:11.24.2" +"@oxc-resolver/binding-wasm32-wasi@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-wasm32-wasi@npm:11.21.2" dependencies: - "@emnapi/core": "npm:1.11.2" - "@emnapi/runtime": "npm:1.11.2" - "@napi-rs/wasm-runtime": "npm:^1.1.6" + "@emnapi/core": "npm:1.11.0" + "@emnapi/runtime": "npm:1.11.0" + "@napi-rs/wasm-runtime": "npm:^1.1.5" conditions: cpu=wasm32 languageName: node linkType: hard -"@oxc-resolver/binding-win32-arm64-msvc@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:11.24.2" +"@oxc-resolver/binding-win32-arm64-msvc@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-win32-arm64-msvc@npm:11.21.2" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxc-resolver/binding-win32-x64-msvc@npm:11.24.2": - version: 11.24.2 - resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:11.24.2" +"@oxc-resolver/binding-win32-x64-msvc@npm:11.21.2": + version: 11.21.2 + resolution: "@oxc-resolver/binding-win32-x64-msvc@npm:11.21.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -10100,28 +9998,28 @@ __metadata: languageName: node linkType: hard -"@storybook/builder-vite@npm:10.5.7": - version: 10.5.7 - resolution: "@storybook/builder-vite@npm:10.5.7" +"@storybook/builder-vite@npm:10.5.10": + version: 10.5.10 + resolution: "@storybook/builder-vite@npm:10.5.10" dependencies: - "@storybook/csf-plugin": "npm:10.5.7" + "@storybook/csf-plugin": "npm:10.5.10" ts-dedent: "npm:^2.0.0" peerDependencies: - storybook: ^10.5.7 + storybook: ^10.5.10 vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 - checksum: 10c0/b80a3ca236ed8482c712eea2a87b6f7352714283ac195fcf107e20f4e2f1c0a084c13f8ec72578bbc357664c63082f53c6c79d90342eba4bcc40b177234bfdb4 + checksum: 10c0/417cf26d49d3ec925196e3a227577add3ac4760eeee4516dc7d784276639e9c6be379be654df9f1b049420921f1a359076efc9b6a7ff3401b67b796d9fac09d0 languageName: node linkType: hard -"@storybook/csf-plugin@npm:10.5.7": - version: 10.5.7 - resolution: "@storybook/csf-plugin@npm:10.5.7" +"@storybook/csf-plugin@npm:10.5.10": + version: 10.5.10 + resolution: "@storybook/csf-plugin@npm:10.5.10" dependencies: unplugin: "npm:^2.3.5" peerDependencies: esbuild: "*" rollup: "*" - storybook: ^10.5.7 + storybook: ^10.5.10 vite: "*" webpack: "*" peerDependenciesMeta: @@ -10133,7 +10031,7 @@ __metadata: optional: true webpack: optional: true - checksum: 10c0/4810090f209c0615d75d94954bc5a2bac29fbb5a83a1167037569d52a4ba9cd74526dd757a19ede396b3f130b7a85cd8471b0e35e401248338291c48adad1cc0 + checksum: 10c0/7a292742e4277c701734bcb51091b3dcce7ab94ff4dcfabd8b3e38d5cd951d451d443118e22b335d24462516693179248204837454de7fd02220b4cfa37da014 languageName: node linkType: hard @@ -10153,32 +10051,32 @@ __metadata: languageName: node linkType: hard -"@storybook/react-dom-shim@npm:10.5.7": - version: 10.5.7 - resolution: "@storybook/react-dom-shim@npm:10.5.7" +"@storybook/react-dom-shim@npm:10.5.10": + version: 10.5.10 + resolution: "@storybook/react-dom-shim@npm:10.5.10" peerDependencies: "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 "@types/react-dom": ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - storybook: ^10.5.7 + storybook: ^10.5.10 peerDependenciesMeta: "@types/react": optional: true "@types/react-dom": optional: true - checksum: 10c0/587f66a4d54263e6aaa95be1bdd9544359f72e307afd8e9dca7e5356594438a266e52b8700771f3fd6fa43ee86c88f7544823051c9c18e0d92bcb24d1cc055dc + checksum: 10c0/32f0a55edddb33bc8178aa8e3f9e73da34f6632212854d4bc63a31a4999cc4dafdefa0751eb1c3230b59acc9dc19cbc2adc03ab64bbf10ca51c28500fd3e92a5 languageName: node linkType: hard -"@storybook/react-vite@npm:10.5.7": - version: 10.5.7 - resolution: "@storybook/react-vite@npm:10.5.7" +"@storybook/react-vite@npm:10.5.10": + version: 10.5.10 + resolution: "@storybook/react-vite@npm:10.5.10" dependencies: "@joshwooding/vite-plugin-react-docgen-typescript": "npm:^0.7.0" "@rollup/pluginutils": "npm:^5.0.2" - "@storybook/builder-vite": "npm:10.5.7" - "@storybook/react": "npm:10.5.7" + "@storybook/builder-vite": "npm:10.5.10" + "@storybook/react": "npm:10.5.10" empathic: "npm:^2.0.0" magic-string: "npm:^0.30.0" react-docgen: "npm:^8.0.2" @@ -10187,22 +10085,22 @@ __metadata: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - storybook: ^10.5.7 + storybook: ^10.5.10 typescript: ">= 4.9.x" vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 peerDependenciesMeta: typescript: optional: true - checksum: 10c0/c4a7725e55eb0fe6be5fb3c56411bee8d71286f714c14137be7dac279752df5311d0f6455a03b8df5962335332955115000e3b848d019b4e1e10b31fa5656129 + checksum: 10c0/aa8d50b770af17a81a6edffa9be409c816a2b3f11c0741ff60e7f874c3dcf95844816aefbd2a8f2e874372f3eb71a81bdb3336b17547caa3cbcb9a10ddea0df0 languageName: node linkType: hard -"@storybook/react@npm:10.5.7": - version: 10.5.7 - resolution: "@storybook/react@npm:10.5.7" +"@storybook/react@npm:10.5.10": + version: 10.5.10 + resolution: "@storybook/react@npm:10.5.10" dependencies: "@storybook/global": "npm:^5.0.0" - "@storybook/react-dom-shim": "npm:10.5.7" + "@storybook/react-dom-shim": "npm:10.5.10" react-docgen: "npm:^8.0.2" react-docgen-typescript: "npm:^2.2.2" peerDependencies: @@ -10210,7 +10108,7 @@ __metadata: "@types/react-dom": ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 - storybook: ^10.5.7 + storybook: ^10.5.10 typescript: ">= 4.9.x" peerDependenciesMeta: "@types/react": @@ -10219,7 +10117,7 @@ __metadata: optional: true typescript: optional: true - checksum: 10c0/8dbd360365c9c2379a71c2a6ed33acb65512df44c8e62a46e86ebe4c6d32097219d65603f86b3bd1501942bca1f88f347bf09ed307bd2bc59c4b56604bc48a82 + checksum: 10c0/c6942ec157c48136657278dedfdfa5520d0df1e903be697edaf670101271b4cef42ab19f3ec776701f523fd5c90e1673bf54497451c2b56af7911a568c6b2e07 languageName: node linkType: hard @@ -10396,21 +10294,21 @@ __metadata: languageName: node linkType: hard -"@tanstack/query-core@npm:5.102.0": - version: 5.102.0 - resolution: "@tanstack/query-core@npm:5.102.0" - checksum: 10c0/e6146896ace5d55890a8cdb09f550032d1ef86a0fb4ed256c27253ee7a9a799bdd8b18beb9278fe4276cf2d661b26ebd39de43391e47b3701e3fc0c1df29dab7 +"@tanstack/query-core@npm:5.102.3": + version: 5.102.3 + resolution: "@tanstack/query-core@npm:5.102.3" + checksum: 10c0/9d61088808decfc62f1aaacfa4fd29889d8a70bcfda7061790f0fd263388f65d85b1df80d3656ee5f8cd1339432034cd8a488d1efa995a2bfffa07acbce4d508 languageName: node linkType: hard -"@tanstack/react-query@npm:5.102.0": - version: 5.102.0 - resolution: "@tanstack/react-query@npm:5.102.0" +"@tanstack/react-query@npm:5.102.3": + version: 5.102.3 + resolution: "@tanstack/react-query@npm:5.102.3" dependencies: - "@tanstack/query-core": "npm:5.102.0" + "@tanstack/query-core": "npm:5.102.3" peerDependencies: react: ^18 || ^19 - checksum: 10c0/dc1f607230cec3bdbfada3a1e25d7b04479adf379fc659fc90a81af94a023c2ae9e6cdf45b2cf5e9acb53fbdbd8c87e72d1151439d21bc0c07751ebabc049013 + checksum: 10c0/d5f3b1572085a76955044435a0d7733a66c1a1a5363a8dbe4a14a1ccb42d29a679cc60cda35a603fe6464c981f44bc48c26a47891b9557ea3ca13b801cba1f66 languageName: node linkType: hard @@ -10505,16 +10403,7 @@ __metadata: languageName: node linkType: hard -"@testing-library/user-event@npm:14.6.4": - version: 14.6.4 - resolution: "@testing-library/user-event@npm:14.6.4" - peerDependencies: - "@testing-library/dom": ">=7.21.4" - checksum: 10c0/2460efb88c16ce6e56f64e403cc3e1905d8378a95003933924f31e3c724f5a42dd28d6fe51a9881ecd2e3b5b2e0b12363f3c7a816df90845553180b2a219b647 - languageName: node - linkType: hard - -"@testing-library/user-event@npm:^14.6.1": +"@testing-library/user-event@npm:14.6.6, @testing-library/user-event@npm:^14.6.1": version: 14.6.6 resolution: "@testing-library/user-event@npm:14.6.6" peerDependencies: @@ -11108,12 +10997,12 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:19.2.4": - version: 19.2.4 - resolution: "@types/react-dom@npm:19.2.4" +"@types/react-dom@npm:19.2.5": + version: 19.2.5 + resolution: "@types/react-dom@npm:19.2.5" peerDependencies: "@types/react": ^19.2.0 - checksum: 10c0/b7d854ce17bb51a3a067168268a90f0123d10dc490f63f1ff5409f07ac715febeb8f5b7b473404a9d437106571e0312fc2937a945634d590abfc9aa46a14b01b + checksum: 10c0/7a59467b043debf392d109daa1ba672e791f20ce6f24ae81fb54715f890f8119d24967e61e3644b6307428603b695b7d59e69eaf531bd1963a74a6cb462f5f49 languageName: node linkType: hard @@ -11648,12 +11537,12 @@ __metadata: languageName: node linkType: hard -"@vitest/coverage-v8@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/coverage-v8@npm:4.1.10" +"@vitest/coverage-v8@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/coverage-v8@npm:4.1.11" dependencies: "@bcoe/v8-coverage": "npm:^1.0.2" - "@vitest/utils": "npm:4.1.10" + "@vitest/utils": "npm:4.1.11" ast-v8-to-istanbul: "npm:^1.0.0" istanbul-lib-coverage: "npm:^3.2.2" istanbul-lib-report: "npm:^3.0.1" @@ -11663,12 +11552,12 @@ __metadata: std-env: "npm:^4.0.0-rc.1" tinyrainbow: "npm:^3.1.0" peerDependencies: - "@vitest/browser": 4.1.10 - vitest: 4.1.10 + "@vitest/browser": 4.1.11 + vitest: 4.1.11 peerDependenciesMeta: "@vitest/browser": optional: true - checksum: 10c0/f607ab5610ba93ff586d1680bc6d574ee42606ddafd33d5dca14d568e1ff110bf7aea0c82d87b69003b10604d78ccdb535948704e26bbdbfdda6b27edf524486 + checksum: 10c0/91127fd40f445b506cc661c54e26defd75d970fa1983cb83442856dd7f295542f0378e0bca847036a7a5be871b3b17c27167d21f277e47368cf7409eafaa1b40 languageName: node linkType: hard @@ -11685,25 +11574,25 @@ __metadata: languageName: node linkType: hard -"@vitest/expect@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/expect@npm:4.1.10" +"@vitest/expect@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/expect@npm:4.1.11" dependencies: "@standard-schema/spec": "npm:^1.1.0" "@types/chai": "npm:^5.2.2" - "@vitest/spy": "npm:4.1.10" - "@vitest/utils": "npm:4.1.10" + "@vitest/spy": "npm:4.1.11" + "@vitest/utils": "npm:4.1.11" chai: "npm:^6.2.2" tinyrainbow: "npm:^3.1.0" - checksum: 10c0/a817ad0d9bd6a039776a7228d54fb8319c17e4af15917407f5566ac61781a8511f591d302519d6999217399915bc3c0290028189fc73f5c38f80cb01b6f19c8d + checksum: 10c0/0aa5e0973aca93a58cbdc3041c6bfed5897e976124965203b96a23b811f4ca403590c7eb15802c8d8366ec27a1db0682451e8a91c4d06617636de262baf86e4b languageName: node linkType: hard -"@vitest/mocker@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/mocker@npm:4.1.10" +"@vitest/mocker@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/mocker@npm:4.1.11" dependencies: - "@vitest/spy": "npm:4.1.10" + "@vitest/spy": "npm:4.1.11" estree-walker: "npm:^3.0.3" magic-string: "npm:^0.30.21" peerDependencies: @@ -11714,7 +11603,7 @@ __metadata: optional: true vite: optional: true - checksum: 10c0/4aa70b0df58681652e2e28093437fb2e8f4d02a6d03f5619abc266ac1c5ae5f43326148061d13ae6e071e0f6cfcf7634659af63644de8ce098a7c98949a3d1ad + checksum: 10c0/3111ea34bd5046f6c70bbd67cf8b89608ee8c41cb27ab2bd61d42f4b68810e9ea16a9a757a71bc254c105f73b407d00ebb6bab1ab0f7f5cdcc9d7d16602a3933 languageName: node linkType: hard @@ -11727,34 +11616,34 @@ __metadata: languageName: node linkType: hard -"@vitest/pretty-format@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/pretty-format@npm:4.1.10" +"@vitest/pretty-format@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/pretty-format@npm:4.1.11" dependencies: tinyrainbow: "npm:^3.1.0" - checksum: 10c0/1a5daba730ffe23f2000bff484b4b2842f3b178d93663cb487b215516b8d3b62caa3e2bb2a3c63307b61a9fe58fb9bfff38559bc0c5e49d8aa403d6803a1d918 + checksum: 10c0/ad32525c73807c0b72f38dc29bc51fd5a17879dc650f37995a9c5adbb8526e15f787691f76aa8768448ec7ed5bf5ba2b12329eac8fda1428b4d6b8c036390f71 languageName: node linkType: hard -"@vitest/runner@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/runner@npm:4.1.10" +"@vitest/runner@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/runner@npm:4.1.11" dependencies: - "@vitest/utils": "npm:4.1.10" + "@vitest/utils": "npm:4.1.11" pathe: "npm:^2.0.3" - checksum: 10c0/554b72639de9694271b99be8ae273fe12ec793093ec91cce143816cd1187d40b7138a4d9d4de4f456cfca9567de986825bff97e107c05b9eb4abc130e854286d + checksum: 10c0/3c782b055e9e688e1785f7c8937bd1669bad1b0e5758cb8b844f918f30a324b1d21e174d46c941ce80ebf37f2b89b55b6d619a675025914a1ece6377b95909e2 languageName: node linkType: hard -"@vitest/snapshot@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/snapshot@npm:4.1.10" +"@vitest/snapshot@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/snapshot@npm:4.1.11" dependencies: - "@vitest/pretty-format": "npm:4.1.10" - "@vitest/utils": "npm:4.1.10" + "@vitest/pretty-format": "npm:4.1.11" + "@vitest/utils": "npm:4.1.11" magic-string: "npm:^0.30.21" pathe: "npm:^2.0.3" - checksum: 10c0/e71398725f51af5fd0c07bb4b957d0f987daf9b4c564ac24cb2a4d1afde1a6939f535ac17761a32dcc41b0a1e6d4088af66dc44df89fdebebb92aabed1a92b5f + checksum: 10c0/35d82a7c2a3e4b57529c30387d568d9106b6bf960189214e5d8cb1f5288cb042305c2e5c7b0b2f8cb56a2c814973de0310bc56d72deb79427bea272b6224190c languageName: node linkType: hard @@ -11767,10 +11656,10 @@ __metadata: languageName: node linkType: hard -"@vitest/spy@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/spy@npm:4.1.10" - checksum: 10c0/e5c08012560af6727fd66741c5cda25560d7c5442103d0c83e4276a9b0dd90b9da6cdf823a461195229a16c6ff87768ce788a68d0fa29dea73ee285618668178 +"@vitest/spy@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/spy@npm:4.1.11" + checksum: 10c0/06c68247a8efd21006abe7532fee17f30ba83c8cda3e0b952ef89e278d58058f4b1de69b6bbaa2ed614c568bf4f5769fcc76be42802dedf2bcdd9c0aae601740 languageName: node linkType: hard @@ -11785,14 +11674,14 @@ __metadata: languageName: node linkType: hard -"@vitest/utils@npm:4.1.10": - version: 4.1.10 - resolution: "@vitest/utils@npm:4.1.10" +"@vitest/utils@npm:4.1.11": + version: 4.1.11 + resolution: "@vitest/utils@npm:4.1.11" dependencies: - "@vitest/pretty-format": "npm:4.1.10" + "@vitest/pretty-format": "npm:4.1.11" convert-source-map: "npm:^2.0.0" tinyrainbow: "npm:^3.1.0" - checksum: 10c0/05b0ecec6997ec22fc08377e57dbd8fa37992e05961f3a7a916d98b1ab56d15c2a87dbd83d392b628242bdc156b1705e7fa60a3bf0c54bdb51158c153e05fc5d + checksum: 10c0/a2c1ddc64333458c3e031465c1ee0440a7660fd1b298c54ccbf865ef1e5cf3ebdd6c5c75a5ea235d8a672498b394e7121f992b096f021f45014ab25e9abd1b52 languageName: node linkType: hard @@ -11905,7 +11794,7 @@ __metadata: version: 0.0.0-use.local resolution: "accounter-monorepo@workspace:." dependencies: - "@0no-co/graphqlsp": "npm:1.17.3" + "@0no-co/graphqlsp": "npm:1.17.5" "@changesets/changelog-github": "npm:1.0.0" "@changesets/cli": "npm:2.31.1" "@eslint/compat": "npm:2.1.0" @@ -11931,9 +11820,9 @@ __metadata: "@types/pg": "npm:8.23.1" "@typescript-eslint/eslint-plugin": "npm:8.67.0" "@typescript-eslint/parser": "npm:8.67.0" - "@vitest/coverage-v8": "npm:4.1.10" + "@vitest/coverage-v8": "npm:4.1.11" bob-the-bundler: "npm:7.0.1" - concurrently: "npm:10.0.4" + concurrently: "npm:10.0.5" dotenv: "npm:17.4.2" eslint: "npm:10.9.1" eslint-config-flat-gitignore: "npm:2.3.0" @@ -11959,7 +11848,7 @@ __metadata: tsx: "npm:4.23.12" typescript: "npm:6.0.3" vite-tsconfig-paths: "npm:6.1.1" - vitest: "npm:4.1.10" + vitest: "npm:4.1.11" languageName: unknown linkType: soft @@ -11997,16 +11886,16 @@ __metadata: languageName: node linkType: hard -"ai@npm:7.0.64": - version: 7.0.64 - resolution: "ai@npm:7.0.64" +"ai@npm:7.0.79": + version: 7.0.79 + resolution: "ai@npm:7.0.79" dependencies: - "@ai-sdk/gateway": "npm:4.0.51" - "@ai-sdk/provider": "npm:4.0.7" - "@ai-sdk/provider-utils": "npm:5.0.27" + "@ai-sdk/gateway": "npm:4.0.64" + "@ai-sdk/provider": "npm:4.0.8" + "@ai-sdk/provider-utils": "npm:5.0.30" peerDependencies: zod: ^3.25.76 || ^4.1.8 - checksum: 10c0/ffd7cbf3841881ab72c8c7c47578714f3164e0e26d2fa602e6e079ae29375ca65032f7d2a4f5081ad2132b9e240552a694ef05a3495bd25a418ea888864373fa + checksum: 10c0/05004b5ae4acc9feaea3b5f3d194801d37fa0d6e18e69372917e52502c729bfc482cf6729a99f95d8abb0e053ebb37f028f2ad4de310ebbf66fba4f504f631bb languageName: node linkType: hard @@ -13595,12 +13484,12 @@ __metadata: languageName: node linkType: hard -"cloudinary@npm:2.10.0": - version: 2.10.0 - resolution: "cloudinary@npm:2.10.0" +"cloudinary@npm:2.10.1": + version: 2.10.1 + resolution: "cloudinary@npm:2.10.1" dependencies: lodash: "npm:^4.17.23" - checksum: 10c0/88a6c93ee43427657f82225f9970f5ea9b227787f8c02686b9ff39e9cd434fdb38b7553b8cef65ae447a06c879d623a3bbf5282ae51ce8b72eab71a7e61da1ef + checksum: 10c0/87045f366d1fffd09ee6bb3c51e2f262054582460d214571e030a775ba386b5d044e862c87f507e6c3e79d9ede6395e1637b5771183ad6ed98e7f48e9dc1ac5f languageName: node linkType: hard @@ -13755,9 +13644,9 @@ __metadata: languageName: node linkType: hard -"concurrently@npm:10.0.4": - version: 10.0.4 - resolution: "concurrently@npm:10.0.4" +"concurrently@npm:10.0.5": + version: 10.0.5 + resolution: "concurrently@npm:10.0.5" dependencies: chalk: "npm:5.6.2" rxjs: "npm:7.8.2" @@ -13768,7 +13657,7 @@ __metadata: bin: conc: dist/bin/index.js concurrently: dist/bin/index.js - checksum: 10c0/8f4c1380541230425350cba407df59728532728105a1575cba3d9fae97e13621b905cde0f03f22f26be21505544b3b1e10a45080db27330bb1891495c019a8df + checksum: 10c0/2e66ece2f2a016b4f8b175f88f67d84bbedc8eff864310d37fe8c82e58459a40cfe69c5f0fe8ce9fc97f028157d7adb1c71629433e305e95f447a7840e417ad9 languageName: node linkType: hard @@ -14260,14 +14149,7 @@ __metadata: languageName: node linkType: hard -"dayjs@npm:1.11.21": - version: 1.11.21 - resolution: "dayjs@npm:1.11.21" - checksum: 10c0/bd97dfdc4bfea3c66268635690313828b386faa040fbc1f829ff42a2bd748b72c9d9b3c8f9616ce9e61fcb78923f1461a462c969c54b1084458ae1b715898fb0 - languageName: node - linkType: hard - -"dayjs@npm:^1.11.21": +"dayjs@npm:1.11.23, dayjs@npm:^1.11.21": version: 1.11.23 resolution: "dayjs@npm:1.11.23" checksum: 10c0/69ab04bf19c676e44ab50cc2fca223d265f3dafd107151ef3b0f3ad74d360c37caa602abe62f87cb25d90bd9f6bee003698af47df5b0dbf10a998b7b5f3bb3f1 @@ -16538,9 +16420,9 @@ __metadata: languageName: node linkType: hard -"fastify@npm:5.12.0": - version: 5.12.0 - resolution: "fastify@npm:5.12.0" +"fastify@npm:5.12.1": + version: 5.12.1 + resolution: "fastify@npm:5.12.1" dependencies: "@fastify/ajv-compiler": "npm:^4.0.5" "@fastify/error": "npm:^4.0.0" @@ -16557,7 +16439,7 @@ __metadata: secure-json-parse: "npm:^4.0.0" semver: "npm:^7.6.0" toad-cache: "npm:^3.7.0" - checksum: 10c0/abc39c7a630b923fc2e1eb2cdbe279aa6bbb02033d35a62c3388285b66d9395727a2ff7c0cb6f9992d435aae3c34dea74d92bacfa33bb15261f5536aeaeefe51 + checksum: 10c0/07e2219db3d7d522519fe16bfefa1768d3bbcb80a161762131db7315812af3f7a4cd131358985a9aeb84ab24c069a362ec3ef592a3a29eb4fa3446e77bbf6678 languageName: node linkType: hard @@ -17040,17 +16922,6 @@ __metadata: languageName: node linkType: hard -"gcp-metadata@npm:8.1.2": - version: 8.1.2 - resolution: "gcp-metadata@npm:8.1.2" - dependencies: - gaxios: "npm:^7.0.0" - google-logging-utils: "npm:^1.0.0" - json-bigint: "npm:^1.0.0" - checksum: 10c0/15a61231a9410dc11c2828d2c9fdc8b0a939f1af746195c44edc6f2ffea0acab52cef3a7b9828069a36fd5d68bda730f7328a415fe42a01258f6e249dfba6908 - languageName: node - linkType: hard - "gcp-metadata@npm:^8.0.0": version: 8.1.4 resolution: "gcp-metadata@npm:8.1.4" @@ -17348,20 +17219,6 @@ __metadata: languageName: node linkType: hard -"google-auth-library@npm:^10.5.0": - version: 10.9.1 - resolution: "google-auth-library@npm:10.9.1" - dependencies: - base64-js: "npm:^1.3.0" - ecdsa-sig-formatter: "npm:^1.0.11" - gaxios: "npm:^7.1.4" - gcp-metadata: "npm:8.1.2" - google-logging-utils: "npm:1.1.3" - jws: "npm:^4.0.0" - checksum: 10c0/46babe840d295ad94044bdba763bd41b10dc50d60f00e3e7b441465db171dc54c8f33ba44212db40e84aba3a72c23d642fa5a807e778e60049ad7d860d100680 - languageName: node - linkType: hard - "google-auth-library@npm:^11.0.0": version: 11.0.2 resolution: "google-auth-library@npm:11.0.2" @@ -17376,25 +17233,6 @@ __metadata: languageName: node linkType: hard -"google-gax@npm:^5.0.5, google-gax@npm:^5.0.7": - version: 5.0.8 - resolution: "google-gax@npm:5.0.8" - dependencies: - "@grpc/grpc-js": "npm:^1.12.6" - "@grpc/proto-loader": "npm:^0.8.0" - duplexify: "npm:^4.1.3" - google-auth-library: "npm:10.5.0" - google-logging-utils: "npm:1.1.3" - node-fetch: "npm:^3.3.2" - object-hash: "npm:^3.0.0" - proto3-json-serializer: "npm:3.0.4" - protobufjs: "npm:^7.5.4" - retry-request: "npm:^8.0.2" - rimraf: "npm:^5.0.1" - checksum: 10c0/dbeed0a959c7628393888e2b6da19767e265b803b19f92b5c35b3e776c123e359673da8b832387958012c70956c01f5bb8b19468405531cb7e2dd9aa28088fb7 - languageName: node - linkType: hard - "google-gax@npm:^6.0.0": version: 6.0.2 resolution: "google-gax@npm:6.0.2" @@ -17420,7 +17258,7 @@ __metadata: languageName: node linkType: hard -"google-logging-utils@npm:^1.0.0, google-logging-utils@npm:^1.1.3": +"google-logging-utils@npm:^1.0.0": version: 1.2.0 resolution: "google-logging-utils@npm:1.2.0" checksum: 10c0/a5bceaa13ef6ed7e84a4dd96d8acb5ca895c7777a35629921096c53b1740518d3a8aa35d808697488ecf0416f2e72d462148ecbbbec34a805b5eacc136171a53 @@ -17739,9 +17577,9 @@ __metadata: languageName: node linkType: hard -"happy-dom@npm:20.11.2": - version: 20.11.2 - resolution: "happy-dom@npm:20.11.2" +"happy-dom@npm:20.11.6": + version: 20.11.6 + resolution: "happy-dom@npm:20.11.6" dependencies: "@types/node": "npm:>=20.0.0" "@types/whatwg-mimetype": "npm:^3.0.2" @@ -17750,7 +17588,7 @@ __metadata: entities: "npm:^7.0.1" whatwg-mimetype: "npm:^3.0.0" ws: "npm:^8.21.0" - checksum: 10c0/cf59418fff5f2bd8d4b827a986afadfbd892b6c8c3986881bbb4d2db7fcea69483b87505f221110db5b9787f1226174b3600823abf2b2ad38d8397b67515b98e + checksum: 10c0/09711651886849e6dcd0fde1c56685a50569485bf33795ea420598fe22406a17ac56f3b661315829ee6ed14a27c31be77c429ae2aff79a4373b254105ed17749 languageName: node linkType: hard @@ -19142,10 +18980,10 @@ __metadata: languageName: node linkType: hard -"jose@npm:6.2.8": - version: 6.2.8 - resolution: "jose@npm:6.2.8" - checksum: 10c0/fe4c6a7197a1adab2251b000c1eaaa8b40b6cb7cfbef43dbc9e959dacd43bf2532827b2d5e0f4069731da79d26e4d9e4368ccb26559a42a884b3fe036927e6e1 +"jose@npm:6.2.10, jose@npm:^6.0.8, jose@npm:^6.2.8": + version: 6.2.10 + resolution: "jose@npm:6.2.10" + checksum: 10c0/799fd8d3d92fe748ebe1f57dbd3dfd917d2e61d9fb39912c72cc674ae61d69414b7cc0ce773df8a0160e849926fc31853aec9caab88c481563d5a8ab6558e107 languageName: node linkType: hard @@ -19163,13 +19001,6 @@ __metadata: languageName: node linkType: hard -"jose@npm:^6.0.8, jose@npm:^6.2.8": - version: 6.2.10 - resolution: "jose@npm:6.2.10" - checksum: 10c0/799fd8d3d92fe748ebe1f57dbd3dfd917d2e61d9fb39912c72cc674ae61d69414b7cc0ce773df8a0160e849926fc31853aec9caab88c481563d5a8ab6558e107 - languageName: node - linkType: hard - "joycon@npm:^3.1.1": version: 3.1.1 resolution: "joycon@npm:3.1.1" @@ -19262,7 +19093,7 @@ __metadata: languageName: node linkType: hard -"json-machete@npm:^0.97.7, json-machete@npm:^0.97.8": +"json-machete@npm:^0.97.8": version: 0.97.8 resolution: "json-machete@npm:0.97.8" dependencies: @@ -21909,29 +21740,29 @@ __metadata: languageName: node linkType: hard -"oxc-resolver@npm:^11.19.1": - version: 11.24.2 - resolution: "oxc-resolver@npm:11.24.2" - dependencies: - "@oxc-resolver/binding-android-arm-eabi": "npm:11.24.2" - "@oxc-resolver/binding-android-arm64": "npm:11.24.2" - "@oxc-resolver/binding-darwin-arm64": "npm:11.24.2" - "@oxc-resolver/binding-darwin-x64": "npm:11.24.2" - "@oxc-resolver/binding-freebsd-x64": "npm:11.24.2" - "@oxc-resolver/binding-linux-arm-gnueabihf": "npm:11.24.2" - "@oxc-resolver/binding-linux-arm-musleabihf": "npm:11.24.2" - "@oxc-resolver/binding-linux-arm64-gnu": "npm:11.24.2" - "@oxc-resolver/binding-linux-arm64-musl": "npm:11.24.2" - "@oxc-resolver/binding-linux-ppc64-gnu": "npm:11.24.2" - "@oxc-resolver/binding-linux-riscv64-gnu": "npm:11.24.2" - "@oxc-resolver/binding-linux-riscv64-musl": "npm:11.24.2" - "@oxc-resolver/binding-linux-s390x-gnu": "npm:11.24.2" - "@oxc-resolver/binding-linux-x64-gnu": "npm:11.24.2" - "@oxc-resolver/binding-linux-x64-musl": "npm:11.24.2" - "@oxc-resolver/binding-openharmony-arm64": "npm:11.24.2" - "@oxc-resolver/binding-wasm32-wasi": "npm:11.24.2" - "@oxc-resolver/binding-win32-arm64-msvc": "npm:11.24.2" - "@oxc-resolver/binding-win32-x64-msvc": "npm:11.24.2" +"oxc-resolver@npm:11.21.2": + version: 11.21.2 + resolution: "oxc-resolver@npm:11.21.2" + dependencies: + "@oxc-resolver/binding-android-arm-eabi": "npm:11.21.2" + "@oxc-resolver/binding-android-arm64": "npm:11.21.2" + "@oxc-resolver/binding-darwin-arm64": "npm:11.21.2" + "@oxc-resolver/binding-darwin-x64": "npm:11.21.2" + "@oxc-resolver/binding-freebsd-x64": "npm:11.21.2" + "@oxc-resolver/binding-linux-arm-gnueabihf": "npm:11.21.2" + "@oxc-resolver/binding-linux-arm-musleabihf": "npm:11.21.2" + "@oxc-resolver/binding-linux-arm64-gnu": "npm:11.21.2" + "@oxc-resolver/binding-linux-arm64-musl": "npm:11.21.2" + "@oxc-resolver/binding-linux-ppc64-gnu": "npm:11.21.2" + "@oxc-resolver/binding-linux-riscv64-gnu": "npm:11.21.2" + "@oxc-resolver/binding-linux-riscv64-musl": "npm:11.21.2" + "@oxc-resolver/binding-linux-s390x-gnu": "npm:11.21.2" + "@oxc-resolver/binding-linux-x64-gnu": "npm:11.21.2" + "@oxc-resolver/binding-linux-x64-musl": "npm:11.21.2" + "@oxc-resolver/binding-openharmony-arm64": "npm:11.21.2" + "@oxc-resolver/binding-wasm32-wasi": "npm:11.21.2" + "@oxc-resolver/binding-win32-arm64-msvc": "npm:11.21.2" + "@oxc-resolver/binding-win32-x64-msvc": "npm:11.21.2" dependenciesMeta: "@oxc-resolver/binding-android-arm-eabi": optional: true @@ -21971,7 +21802,7 @@ __metadata: optional: true "@oxc-resolver/binding-win32-x64-msvc": optional: true - checksum: 10c0/071454b010192d2d52108813df594532198e8eec3e530370ef55b8bba7e62dcd0cf00f723bbfdca3333284e47437e4b3de009c19beb2ec2d6d4c9bc9dcd7745b + checksum: 10c0/a2af621a37fc6459831b61727dc719ca55de31e4e38fff3392a1a90b1ce552276dab742c8efbad2f016c4c2307a490ecf4c6d5e7c0a0d9fe3cf9c03018f1c1c6 languageName: node linkType: hard @@ -22523,21 +22354,21 @@ __metadata: languageName: node linkType: hard -"pg-promise@npm:12.7.0": - version: 12.7.0 - resolution: "pg-promise@npm:12.7.0" +"pg-promise@npm:12.7.1": + version: 12.7.1 + resolution: "pg-promise@npm:12.7.1" dependencies: assert-options: "npm:0.8.3" - pg: "npm:8.22.0" + pg: "npm:8.23.0" pg-minify: "npm:1.8.0" spex: "npm:4.1.0" peerDependencies: - pg-query-stream: 4.16.0 - checksum: 10c0/2fa6afb3c683b6ff6ecf04e1f833dc4d2a282b263711e6e603bbd3b153f02054f3bad9d60c063671140071e8c75b50b2bf5474eaf8f73151516d5a6a4cbc1247 + pg-query-stream: 4.17.0 + checksum: 10c0/66b181f140b94dac636b626f9bdb871e6ab25fb80bcbb83115ebebdb23ad9a7b6ceb209ffa3577c14549fe4d0d603d643b44e3d75ae803b62c16a16f008d1235 languageName: node linkType: hard -"pg-protocol@npm:*, pg-protocol@npm:^1.15.0, pg-protocol@npm:^1.16.0": +"pg-protocol@npm:*, pg-protocol@npm:^1.16.0": version: 1.16.0 resolution: "pg-protocol@npm:1.16.0" checksum: 10c0/8ea4a8f4970aa0ca1e5bf9a482da0a41a043d7470fbaf7592736971146b09a2a4003d953c0091b72fc30bf7a7994a0b7fdf897bf50cd219787bd22806b3ffb04 @@ -22583,28 +22414,6 @@ __metadata: languageName: node linkType: hard -"pg@npm:8.22.0": - version: 8.22.0 - resolution: "pg@npm:8.22.0" - dependencies: - pg-cloudflare: "npm:^1.4.0" - pg-connection-string: "npm:^2.14.0" - pg-pool: "npm:^3.14.0" - pg-protocol: "npm:^1.15.0" - pg-types: "npm:2.2.0" - pgpass: "npm:1.0.5" - peerDependencies: - pg-native: ">=3.0.1" - dependenciesMeta: - pg-cloudflare: - optional: true - peerDependenciesMeta: - pg-native: - optional: true - checksum: 10c0/f26fe81c8146b802ac58b2a67570ab4f64cbd57d0752d0a6d1b2b1d12168adb241948e6129301b771a359bede6767181c5ac1a584a36bcfcd38ffe955237ee26 - languageName: node - linkType: hard - "pg@npm:8.23.0, pg@npm:^8.22.0": version: 8.23.0 resolution: "pg@npm:8.23.0" @@ -22856,7 +22665,7 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.5.25, postcss@npm:^8.5.26": +"postcss@npm:^8.5.26": version: 8.5.26 resolution: "postcss@npm:8.5.26" dependencies: @@ -23089,15 +22898,6 @@ __metadata: languageName: node linkType: hard -"proto3-json-serializer@npm:3.0.4": - version: 3.0.4 - resolution: "proto3-json-serializer@npm:3.0.4" - dependencies: - protobufjs: "npm:^7.4.0" - checksum: 10c0/59150d5e6b396e00c0374e71eb4ebd6f33acd4212c0ad2acdda12181b08f923b733559d74ad78455085223efe24168d4d42887a8b8f15f7663f20debe5796081 - languageName: node - linkType: hard - "proto3-json-serializer@npm:^4.0.0": version: 4.0.2 resolution: "proto3-json-serializer@npm:4.0.2" @@ -23107,7 +22907,7 @@ __metadata: languageName: node linkType: hard -"protobufjs@npm:^7.4.0, protobufjs@npm:^7.5.4, protobufjs@npm:^7.5.5": +"protobufjs@npm:^7.5.4, protobufjs@npm:^7.5.5": version: 7.6.5 resolution: "protobufjs@npm:7.6.5" dependencies: @@ -23633,12 +23433,16 @@ __metadata: languageName: node linkType: hard -"react-error-boundary@npm:6.1.2": - version: 6.1.2 - resolution: "react-error-boundary@npm:6.1.2" +"react-error-boundary@npm:6.1.3": + version: 6.1.3 + resolution: "react-error-boundary@npm:6.1.3" peerDependencies: + "@types/react": ^18.0.0 || ^19.0.0 react: ^18.0.0 || ^19.0.0 - checksum: 10c0/592205d5bbf6f5bad792c8e5f68ec781775bb4abd2e96585f7b45016b3ed8f2697569d16bb3c0df95e2ef7c334be163c8477af9c511ec91c3984fdfbed9d186d + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10c0/67e75beaf264dd0193a8fcdc2a93d1c9b25a2e1a6ca1aadc09d8526e0b7380aa490a48b6aebd398fe92772fba9521bf25d1734ff4655b716fb7548a573911ccb languageName: node linkType: hard @@ -24385,16 +24189,6 @@ __metadata: languageName: node linkType: hard -"retry-request@npm:^8.0.2": - version: 8.0.4 - resolution: "retry-request@npm:8.0.4" - dependencies: - extend: "npm:^3.0.2" - teeny-request: "npm:^10.0.0" - checksum: 10c0/b215cb986c30e12fccd163f819cd8c185344387ef6c5e55ef1d20e23b72f619dde6506c1cfd89d94b0bbba56658ea621ad6be769acedb43ef11710eeccf7758f - languageName: node - linkType: hard - "retry-request@npm:^9.0.0": version: 9.0.1 resolution: "retry-request@npm:9.0.1" @@ -24502,7 +24296,7 @@ __metadata: languageName: node linkType: hard -"rolldown@npm:~1.2.1, rolldown@npm:~1.2.4": +"rolldown@npm:~1.2.4": version: 1.2.5 resolution: "rolldown@npm:1.2.5" dependencies: @@ -25542,9 +25336,9 @@ __metadata: languageName: node linkType: hard -"storybook@npm:10.5.7": - version: 10.5.7 - resolution: "storybook@npm:10.5.7" +"storybook@npm:10.5.10": + version: 10.5.10 + resolution: "storybook@npm:10.5.10" dependencies: "@storybook/global": "npm:^5.0.0" "@storybook/icons": "npm:^2.0.2" @@ -25558,7 +25352,7 @@ __metadata: jsonc-parser: "npm:^3.3.1" open: "npm:^10.2.0" oxc-parser: "npm:^0.127.0" - oxc-resolver: "npm:^11.19.1" + oxc-resolver: "npm:11.21.2" recast: "npm:^0.23.5" semver: "npm:^7.7.3" use-sync-external-store: "npm:^1.5.0" @@ -25576,7 +25370,7 @@ __metadata: optional: true bin: storybook: ./dist/bin/dispatcher.js - checksum: 10c0/01554ee06435b0404759b7d90b56eaa24cd4b139b80b089a8621a45b4692f56cbca0f24222b9d9a46087891f9e513fe3a333744e2a40dc600cf2cad1d6a35fb3 + checksum: 10c0/057081585c44ad183ddae97e3b1e8aaaa748bd10336667d7c92698108806a687ead7e082b88962e7255e8b2cc0622b9598a653e5f0d84a807f96677ec0340be8 languageName: node linkType: hard @@ -26164,18 +25958,6 @@ __metadata: languageName: node linkType: hard -"teeny-request@npm:^10.0.0": - version: 10.1.4 - resolution: "teeny-request@npm:10.1.4" - dependencies: - http-proxy-agent: "npm:^7.0.0" - https-proxy-agent: "npm:^7.0.1" - node-fetch: "npm:^3.3.2" - stream-events: "npm:^1.0.5" - checksum: 10c0/18b5228feff52a011f601a394bb65f3f2b66e3818618b78de1df80761506e359f4252328f6672763804414041a383ea5a31cc8ccd6dc258c170eb1eaa52c5822 - languageName: node - linkType: hard - "teeny-request@npm:^11.0.0": version: 11.0.1 resolution: "teeny-request@npm:11.0.1" @@ -26491,9 +26273,9 @@ __metadata: languageName: node linkType: hard -"tsc-alias@npm:1.9.0": - version: 1.9.0 - resolution: "tsc-alias@npm:1.9.0" +"tsc-alias@npm:1.9.2": + version: 1.9.2 + resolution: "tsc-alias@npm:1.9.2" dependencies: chokidar: "npm:^3.5.3" commander: "npm:^9.0.0" @@ -26504,7 +26286,7 @@ __metadata: plimit-lit: "npm:^1.2.6" bin: tsc-alias: dist/bin/index.js - checksum: 10c0/229ef236f4ccd3145cbb7a003b805e5c1de7ecfb563ffe88ecccb7c0c596fb4d2baf06706b8ee0b66017141beb3e8505a1e6b5e5b1c8cd7a87a640cf13b40e41 + checksum: 10c0/928acca5ae3a14ff6b54914985df5d4e6c240a771bbd3d68840a3b4c373bbf5dc8c6abd1d5b64f50c51518c4e59cf8dc98f5c3f5ddb3adc0e4b798d4942102f1 languageName: node linkType: hard @@ -27228,7 +27010,7 @@ __metadata: languageName: node linkType: hard -"uuid@npm:*": +"uuid@npm:*, uuid@npm:14.0.2": version: 14.0.2 resolution: "uuid@npm:14.0.2" bin: @@ -27246,15 +27028,6 @@ __metadata: languageName: node linkType: hard -"uuid@npm:14.0.1": - version: 14.0.1 - resolution: "uuid@npm:14.0.1" - bin: - uuid: dist-node/bin/uuid - checksum: 10c0/2d961289097cb68c37d93d1da0b5c3aafc1eb9948a455cca8d0ae53a099b2fe583b8933254a84097f700e6bac2e23033364904df0467c22551d5d9611febcaf6 - languageName: node - linkType: hard - "validate-npm-package-license@npm:^3.0.4": version: 3.0.4 resolution: "validate-npm-package-license@npm:3.0.4" @@ -27387,64 +27160,7 @@ __metadata: languageName: node linkType: hard -"vite@npm:8.2.1": - version: 8.2.1 - resolution: "vite@npm:8.2.1" - dependencies: - fsevents: "npm:~2.3.3" - lightningcss: "npm:^1.33.0" - picomatch: "npm:^4.0.5" - postcss: "npm:^8.5.25" - rolldown: "npm:~1.2.1" - tinyglobby: "npm:^0.2.17" - peerDependencies: - "@types/node": ^20.19.0 || >=22.12.0 - "@vitejs/devtools": ^0.4.0 - esbuild: ^0.27.0 || ^0.28.0 - jiti: ">=1.21.0" - less: ^4.0.0 - sass: ^1.70.0 - sass-embedded: ^1.70.0 - stylus: ">=0.54.8" - sugarss: ^5.0.0 - terser: ^5.16.0 - tsx: ^4.8.1 - yaml: ^2.4.2 - dependenciesMeta: - fsevents: - optional: true - peerDependenciesMeta: - "@types/node": - optional: true - "@vitejs/devtools": - optional: true - esbuild: - optional: true - jiti: - optional: true - less: - optional: true - sass: - optional: true - sass-embedded: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - tsx: - optional: true - yaml: - optional: true - bin: - vite: bin/vite.js - checksum: 10c0/e958dd07502deeb552f04dba59418ff1eb63183add416fd7a3e3badabf5d36edc6834b94c916f9f9233f976bb1671e3e9989d90e869059af07b0d43f7fc078c2 - languageName: node - linkType: hard - -"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0": +"vite@npm:8.2.2, vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0": version: 8.2.2 resolution: "vite@npm:8.2.2" dependencies: @@ -27501,17 +27217,17 @@ __metadata: languageName: node linkType: hard -"vitest@npm:4.1.10": - version: 4.1.10 - resolution: "vitest@npm:4.1.10" +"vitest@npm:4.1.11": + version: 4.1.11 + resolution: "vitest@npm:4.1.11" dependencies: - "@vitest/expect": "npm:4.1.10" - "@vitest/mocker": "npm:4.1.10" - "@vitest/pretty-format": "npm:4.1.10" - "@vitest/runner": "npm:4.1.10" - "@vitest/snapshot": "npm:4.1.10" - "@vitest/spy": "npm:4.1.10" - "@vitest/utils": "npm:4.1.10" + "@vitest/expect": "npm:4.1.11" + "@vitest/mocker": "npm:4.1.11" + "@vitest/pretty-format": "npm:4.1.11" + "@vitest/runner": "npm:4.1.11" + "@vitest/snapshot": "npm:4.1.11" + "@vitest/spy": "npm:4.1.11" + "@vitest/utils": "npm:4.1.11" es-module-lexer: "npm:^2.0.0" expect-type: "npm:^1.3.0" magic-string: "npm:^0.30.21" @@ -27529,12 +27245,12 @@ __metadata: "@edge-runtime/vm": "*" "@opentelemetry/api": ^1.9.0 "@types/node": ^20.0.0 || ^22.0.0 || >=24.0.0 - "@vitest/browser-playwright": 4.1.10 - "@vitest/browser-preview": 4.1.10 - "@vitest/browser-webdriverio": 4.1.10 - "@vitest/coverage-istanbul": 4.1.10 - "@vitest/coverage-v8": 4.1.10 - "@vitest/ui": 4.1.10 + "@vitest/browser-playwright": 4.1.11 + "@vitest/browser-preview": 4.1.11 + "@vitest/browser-webdriverio": 4.1.11 + "@vitest/coverage-istanbul": 4.1.11 + "@vitest/coverage-v8": 4.1.11 + "@vitest/ui": 4.1.11 happy-dom: "*" jsdom: "*" vite: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -27565,7 +27281,7 @@ __metadata: optional: false bin: vitest: ./vitest.mjs - checksum: 10c0/ff07294a57f9c62f3b503f7cf88a52ee0753ed26389a49cda430387a3898f39d80af47180b0af19e27acab5bd11ae95706bd4b44ce8befc97d3ae49af6ca4fc1 + checksum: 10c0/3fa0948cf74adcccc8cbcdb4e6d30ada6933bdfb1816ff99200f3d3b689325b37dc483b22535b57b6d911f7a7b64eaa6a5f8da1606cfe7f2466f48000c21e296 languageName: node linkType: hard From c0ee4d327c44e2bbaf89dba0534760a22ada413d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Aug 2026 13:17:29 +0000 Subject: [PATCH 2/2] chore(dependencies): updated changesets for modified dependencies --- .changeset/@accounter_client-4224-dependencies.md | 10 ++++++++++ ...ounter_green-invoice-graphql-4224-dependencies.md | 11 +++++++++++ ...@accounter_hashavshevet-mesh-4224-dependencies.md | 12 ++++++++++++ ...ounter_modern-poalim-scraper-4224-dependencies.md | 5 +++++ .../@accounter_payper-mesh-4224-dependencies.md | 12 ++++++++++++ .../@accounter_scraper-app-4224-dependencies.md | 5 +++++ .changeset/@accounter_server-4224-dependencies.md | 10 ++++++++++ 7 files changed, 65 insertions(+) create mode 100644 .changeset/@accounter_client-4224-dependencies.md create mode 100644 .changeset/@accounter_green-invoice-graphql-4224-dependencies.md create mode 100644 .changeset/@accounter_hashavshevet-mesh-4224-dependencies.md create mode 100644 .changeset/@accounter_modern-poalim-scraper-4224-dependencies.md create mode 100644 .changeset/@accounter_payper-mesh-4224-dependencies.md create mode 100644 .changeset/@accounter_scraper-app-4224-dependencies.md create mode 100644 .changeset/@accounter_server-4224-dependencies.md diff --git a/.changeset/@accounter_client-4224-dependencies.md b/.changeset/@accounter_client-4224-dependencies.md new file mode 100644 index 0000000000..94e76a3354 --- /dev/null +++ b/.changeset/@accounter_client-4224-dependencies.md @@ -0,0 +1,10 @@ +--- +"@accounter/client": patch +--- +dependencies updates: + - Updated dependency [`@auth0/auth0-react@2.24.1` ↗︎](https://www.npmjs.com/package/@auth0/auth0-react/v/2.24.1) (from `2.24.0`, in `dependencies`) + - Updated dependency [`@hookform/resolvers@5.9.1` ↗︎](https://www.npmjs.com/package/@hookform/resolvers/v/5.9.1) (from `5.9.0`, in `dependencies`) + - Updated dependency [`@mui/x-charts@8.29.3` ↗︎](https://www.npmjs.com/package/@mui/x-charts/v/8.29.3) (from `8.29.2`, in `dependencies`) + - Updated dependency [`@tanstack/react-query@5.102.3` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.102.3) (from `5.102.0`, in `dependencies`) + - Updated dependency [`dayjs@1.11.23` ↗︎](https://www.npmjs.com/package/dayjs/v/1.11.23) (from `1.11.21`, in `dependencies`) + - Updated dependency [`react-error-boundary@6.1.3` ↗︎](https://www.npmjs.com/package/react-error-boundary/v/6.1.3) (from `6.1.2`, in `dependencies`) diff --git a/.changeset/@accounter_green-invoice-graphql-4224-dependencies.md b/.changeset/@accounter_green-invoice-graphql-4224-dependencies.md new file mode 100644 index 0000000000..fea0736072 --- /dev/null +++ b/.changeset/@accounter_green-invoice-graphql-4224-dependencies.md @@ -0,0 +1,11 @@ +--- +"@accounter/green-invoice-graphql": patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/config@0.111.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/config/v/0.111.1) (from `0.111.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/http@0.109.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/http/v/0.109.1) (from `0.109.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/json-schema@0.112.3` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.112.3) (from `0.112.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/runtime@0.109.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/runtime/v/0.109.1) (from `0.109.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/store@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/store/v/0.107.1) (from `0.107.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/types@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.107.1) (from `0.107.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/utils@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.107.1) (from `0.107.0`, in `dependencies`) diff --git a/.changeset/@accounter_hashavshevet-mesh-4224-dependencies.md b/.changeset/@accounter_hashavshevet-mesh-4224-dependencies.md new file mode 100644 index 0000000000..01d92cdcc2 --- /dev/null +++ b/.changeset/@accounter_hashavshevet-mesh-4224-dependencies.md @@ -0,0 +1,12 @@ +--- +"@accounter/hashavshevet-mesh": patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/config@0.111.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/config/v/0.111.1) (from `0.111.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/http@0.109.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/http/v/0.109.1) (from `0.109.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/json-schema@0.112.3` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.112.3) (from `0.112.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/runtime@0.109.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/runtime/v/0.109.1) (from `0.109.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/store@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/store/v/0.107.1) (from `0.107.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/transform-resolvers-composition@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-resolvers-composition/v/0.107.1) (from `0.107.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/types@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.107.1) (from `0.107.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/utils@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.107.1) (from `0.107.0`, in `dependencies`) diff --git a/.changeset/@accounter_modern-poalim-scraper-4224-dependencies.md b/.changeset/@accounter_modern-poalim-scraper-4224-dependencies.md new file mode 100644 index 0000000000..75d61d0170 --- /dev/null +++ b/.changeset/@accounter_modern-poalim-scraper-4224-dependencies.md @@ -0,0 +1,5 @@ +--- +"@accounter/modern-poalim-scraper": patch +--- +dependencies updates: + - Updated dependency [`uuid@14.0.2` ↗︎](https://www.npmjs.com/package/uuid/v/14.0.2) (from `14.0.1`, in `dependencies`) diff --git a/.changeset/@accounter_payper-mesh-4224-dependencies.md b/.changeset/@accounter_payper-mesh-4224-dependencies.md new file mode 100644 index 0000000000..6e9ee92456 --- /dev/null +++ b/.changeset/@accounter_payper-mesh-4224-dependencies.md @@ -0,0 +1,12 @@ +--- +"@accounter/payper-mesh": patch +--- +dependencies updates: + - Updated dependency [`@graphql-mesh/config@0.111.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/config/v/0.111.1) (from `0.111.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/http@0.109.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/http/v/0.109.1) (from `0.109.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/json-schema@0.112.3` ↗︎](https://www.npmjs.com/package/@graphql-mesh/json-schema/v/0.112.3) (from `0.112.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/runtime@0.109.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/runtime/v/0.109.1) (from `0.109.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/store@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/store/v/0.107.1) (from `0.107.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/transform-rename@0.108.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transform-rename/v/0.108.1) (from `0.108.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/types@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.107.1) (from `0.107.0`, in `dependencies`) + - Updated dependency [`@graphql-mesh/utils@0.107.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.107.1) (from `0.107.0`, in `dependencies`) diff --git a/.changeset/@accounter_scraper-app-4224-dependencies.md b/.changeset/@accounter_scraper-app-4224-dependencies.md new file mode 100644 index 0000000000..d017bab6c4 --- /dev/null +++ b/.changeset/@accounter_scraper-app-4224-dependencies.md @@ -0,0 +1,5 @@ +--- +"@accounter/scraper-app": patch +--- +dependencies updates: + - Updated dependency [`fastify@5.12.1` ↗︎](https://www.npmjs.com/package/fastify/v/5.12.1) (from `5.12.0`, in `dependencies`) diff --git a/.changeset/@accounter_server-4224-dependencies.md b/.changeset/@accounter_server-4224-dependencies.md new file mode 100644 index 0000000000..862797847d --- /dev/null +++ b/.changeset/@accounter_server-4224-dependencies.md @@ -0,0 +1,10 @@ +--- +"@accounter/server": patch +--- +dependencies updates: + - Updated dependency [`@ai-sdk/anthropic@4.0.42` ↗︎](https://www.npmjs.com/package/@ai-sdk/anthropic/v/4.0.42) (from `4.0.38`, in `dependencies`) + - Updated dependency [`@google-cloud/pubsub@6.0.1` ↗︎](https://www.npmjs.com/package/@google-cloud/pubsub/v/6.0.1) (from `6.0.0`, in `dependencies`) + - Updated dependency [`@graphql-hive/yoga@0.49.4` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.49.4) (from `0.49.1`, in `dependencies`) + - Updated dependency [`ai@7.0.79` ↗︎](https://www.npmjs.com/package/ai/v/7.0.79) (from `7.0.64`, in `dependencies`) + - Updated dependency [`cloudinary@2.10.1` ↗︎](https://www.npmjs.com/package/cloudinary/v/2.10.1) (from `2.10.0`, in `dependencies`) + - Updated dependency [`jose@6.2.10` ↗︎](https://www.npmjs.com/package/jose/v/6.2.10) (from `6.2.8`, in `dependencies`)