From 2fab86b465d9df9b22ed5ff5ee2d6e4d3b532605 Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Mon, 24 Jul 2023 11:50:44 +0200 Subject: [PATCH] Update graphql codegen related packages (#801) * Update codegen packages * Add changeset --- .changeset/early-bobcats-relax.md | 14 + apps/cms-v2/package.json | 12 +- apps/crm/package.json | 12 +- apps/data-importer/package.json | 14 +- apps/emails-and-messages/package.json | 14 +- apps/invoices/package.json | 14 +- apps/klaviyo/package.json | 14 +- apps/products-feed/package.json | 14 +- apps/search/package.json | 14 +- apps/slack/package.json | 14 +- apps/taxes/package.json | 14 +- pnpm-lock.yaml | 1570 +++++++++++++++---------- 12 files changed, 1041 insertions(+), 679 deletions(-) create mode 100644 .changeset/early-bobcats-relax.md diff --git a/.changeset/early-bobcats-relax.md b/.changeset/early-bobcats-relax.md new file mode 100644 index 0000000..de73e13 --- /dev/null +++ b/.changeset/early-bobcats-relax.md @@ -0,0 +1,14 @@ +--- +"saleor-app-emails-and-messages": patch +"saleor-app-data-importer": patch +"saleor-app-products-feed": patch +"saleor-app-invoices": patch +"saleor-app-klaviyo": patch +"saleor-app-cms-v2": patch +"saleor-app-search": patch +"saleor-app-slack": patch +"saleor-app-taxes": patch +"saleor-app-crm": patch +--- + +Updated graphql package to 16.7.1 and @graphql-codegen related dependencies to the latest version. diff --git a/apps/cms-v2/package.json b/apps/cms-v2/package.json index 1dbd8aa..f4c0d09 100644 --- a/apps/cms-v2/package.json +++ b/apps/cms-v2/package.json @@ -28,7 +28,7 @@ "@urql/exchange-auth": "^2.1.4", "@vitejs/plugin-react": "4.0.0", "contentful-management": "10.38.3", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "jsdom": "^20.0.3", "next": "13.4.8", @@ -47,11 +47,11 @@ "zod": "3.21.4" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@testing-library/react": "^13.4.0", diff --git a/apps/crm/package.json b/apps/crm/package.json index a02204e..0fb7d27 100644 --- a/apps/crm/package.json +++ b/apps/crm/package.json @@ -25,7 +25,7 @@ "@urql/exchange-auth": "^2.1.4", "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "jsdom": "^20.0.3", "next": "13.4.8", @@ -42,11 +42,11 @@ "zod": "3.21.4" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@testing-library/react": "^13.4.0", diff --git a/apps/data-importer/package.json b/apps/data-importer/package.json index 20ced50..830992d 100644 --- a/apps/data-importer/package.json +++ b/apps/data-importer/package.json @@ -23,7 +23,7 @@ "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", "dot-object": "^2.1.4", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "jose": "^4.11.2", "jsdom": "^20.0.3", @@ -40,12 +40,12 @@ "zod": "3.21.4" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/schema-ast": "^3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/schema-ast": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@testing-library/react": "^13.4.0", diff --git a/apps/emails-and-messages/package.json b/apps/emails-and-messages/package.json index 7602dc0..282800f 100644 --- a/apps/emails-and-messages/package.json +++ b/apps/emails-and-messages/package.json @@ -31,7 +31,7 @@ "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", "dotenv": "^16.0.3", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "handlebars": "^4.7.7", "html-to-text": "^9.0.3", @@ -52,12 +52,12 @@ "zod": "3.21.4" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/schema-ast": "^3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/schema-ast": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@testing-library/react": "^13.4.0", diff --git a/apps/invoices/package.json b/apps/invoices/package.json index c672a9a..0f7ff1f 100644 --- a/apps/invoices/package.json +++ b/apps/invoices/package.json @@ -26,7 +26,7 @@ "@web-std/file": "^3.0.2", "clsx": "^1.2.1", "eslint": "8.44.0", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "microinvoice": "^1.0.6", "next": "13.4.8", @@ -41,12 +41,12 @@ "zod": "3.21.4" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/schema-ast": "^3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/schema-ast": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@types/react": "18.2.5", diff --git a/apps/klaviyo/package.json b/apps/klaviyo/package.json index 56df6a3..5040b0c 100644 --- a/apps/klaviyo/package.json +++ b/apps/klaviyo/package.json @@ -20,7 +20,7 @@ "@sentry/nextjs": "7.55.2", "@urql/exchange-auth": "^2.1.4", "clsx": "^1.2.1", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "next": "13.4.8", "node-fetch": "^3.2.6", @@ -35,12 +35,12 @@ "vitest": "0.31.3" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/schema-ast": "^3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/schema-ast": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@types/react": "18.2.5", diff --git a/apps/products-feed/package.json b/apps/products-feed/package.json index 6389ba7..e2a2e8f 100644 --- a/apps/products-feed/package.json +++ b/apps/products-feed/package.json @@ -29,7 +29,7 @@ "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", "fast-xml-parser": "^4.0.15", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "jsdom": "^20.0.3", "next": "13.4.8", @@ -46,12 +46,12 @@ "zod": "3.21.4" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/schema-ast": "^3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/schema-ast": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@testing-library/react": "^13.4.0", diff --git a/apps/search/package.json b/apps/search/package.json index 1d572ba..819d733 100644 --- a/apps/search/package.json +++ b/apps/search/package.json @@ -25,7 +25,7 @@ "algoliasearch": "4.14.2", "clsx": "^1.2.1", "debug": "^4.3.4", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "next": "13.4.8", "pino": "^8.14.1", @@ -38,12 +38,12 @@ "zod": "3.21.4" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/schema-ast": "^3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/schema-ast": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@types/react": "18.2.5", diff --git a/apps/slack/package.json b/apps/slack/package.json index 62ae9f6..ee08003 100644 --- a/apps/slack/package.json +++ b/apps/slack/package.json @@ -23,7 +23,7 @@ "@urql/exchange-auth": "^2.1.4", "clsx": "^1.2.1", "eslint": "8.44.0", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "jose": "^4.11.2", "next": "13.4.8", @@ -38,12 +38,12 @@ "vitest": "0.31.3" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/schema-ast": "^3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/schema-ast": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@types/react": "18.2.5", diff --git a/apps/taxes/package.json b/apps/taxes/package.json index 515d281..38c8eb5 100644 --- a/apps/taxes/package.json +++ b/apps/taxes/package.json @@ -28,7 +28,7 @@ "avatax": "^23.3.2", "clsx": "^1.2.1", "dotenv": "^16.0.3", - "graphql": "16.6.0", + "graphql": "16.7.1", "graphql-tag": "^2.12.6", "jotai": "^2.0.0", "jsdom": "^20.0.3", @@ -46,12 +46,12 @@ "zod": "3.21.4" }, "devDependencies": { - "@graphql-codegen/cli": "3.2.2", - "@graphql-codegen/introspection": "3.0.1", - "@graphql-codegen/schema-ast": "^3.0.1", - "@graphql-codegen/typed-document-node": "3.0.2", - "@graphql-codegen/typescript": "3.0.2", - "@graphql-codegen/typescript-operations": "3.0.2", + "@graphql-codegen/cli": "4.0.1", + "@graphql-codegen/introspection": "4.0.0", + "@graphql-codegen/schema-ast": "4.0.0", + "@graphql-codegen/typed-document-node": "5.0.1", + "@graphql-codegen/typescript": "4.0.1", + "@graphql-codegen/typescript-operations": "4.0.1", "@graphql-codegen/typescript-urql": "3.7.3", "@graphql-typed-document-node/core": "3.2.0", "@testing-library/react": "^13.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b82cf2d..081aaa7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: @@ -78,7 +82,7 @@ importers: version: 10.34.0 '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) '@vitejs/plugin-react': specifier: 4.0.0 version: 4.0.0(vite@4.3.9) @@ -86,11 +90,11 @@ importers: specifier: 10.38.3 version: 10.38.3 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) jsdom: specifier: ^20.0.3 version: 20.0.3 @@ -123,7 +127,7 @@ importers: version: 2.2.0 urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -138,26 +142,26 @@ importers: version: 3.21.4 devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@testing-library/react': specifier: ^13.4.0 version: 13.4.0(react-dom@18.2.0)(react@18.2.0) @@ -217,7 +221,7 @@ importers: version: 10.34.0 '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) '@vitejs/plugin-react': specifier: 4.0.0 version: 4.0.0(vite@4.3.9) @@ -225,11 +229,11 @@ importers: specifier: ^1.2.1 version: 1.2.1 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) jsdom: specifier: ^20.0.3 version: 20.0.3 @@ -256,7 +260,7 @@ importers: version: 18.2.0 urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -271,26 +275,26 @@ importers: version: 3.21.4 devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@testing-library/react': specifier: ^13.4.0 version: 13.4.0(react-dom@18.2.0)(react@18.2.0) @@ -344,7 +348,7 @@ importers: version: 7.55.2(next@13.4.8)(react@18.2.0) '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) '@vitejs/plugin-react': specifier: 4.0.0 version: 4.0.0(vite@4.3.9) @@ -355,11 +359,11 @@ importers: specifier: ^2.1.4 version: 2.1.4 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) jose: specifier: ^4.11.2 version: 4.14.4 @@ -386,7 +390,7 @@ importers: version: 18.2.0(react@18.2.0) urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -401,29 +405,29 @@ importers: version: 3.21.4 devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/schema-ast': - specifier: ^3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@testing-library/react': specifier: ^13.4.0 version: 13.4.0(react-dom@18.2.0)(react@18.2.0) @@ -501,7 +505,7 @@ importers: version: 10.34.0 '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) '@vitejs/plugin-react': specifier: 4.0.0 version: 4.0.0(vite@4.3.9) @@ -512,11 +516,11 @@ importers: specifier: ^16.0.3 version: 16.2.0 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) handlebars: specifier: ^4.7.7 version: 4.7.7 @@ -555,7 +559,7 @@ importers: version: 18.2.0 urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -570,29 +574,29 @@ importers: version: 3.21.4 devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/schema-ast': - specifier: ^3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@testing-library/react': specifier: ^13.4.0 version: 13.4.0(react-dom@18.2.0)(react@18.2.0) @@ -658,7 +662,7 @@ importers: version: 10.34.0 '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) '@web-std/file': specifier: ^3.0.2 version: 3.0.2 @@ -669,11 +673,11 @@ importers: specifier: 8.44.0 version: 8.44.0 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) microinvoice: specifier: ^1.0.6 version: 1.0.6 @@ -700,7 +704,7 @@ importers: version: 1.3.1 urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -709,29 +713,29 @@ importers: version: 3.21.4 devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/schema-ast': - specifier: ^3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@types/react': specifier: 18.2.5 version: 18.2.5 @@ -794,16 +798,16 @@ importers: version: 7.55.2(next@13.4.8)(react@18.2.0) '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) clsx: specifier: ^1.2.1 version: 1.2.1 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) next: specifier: 13.4.8 version: 13.4.8(@babel/core@7.22.8)(react-dom@18.2.0)(react@18.2.0) @@ -827,7 +831,7 @@ importers: version: 6.1.0(react@18.2.0) urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -839,29 +843,29 @@ importers: version: 0.31.3(jsdom@20.0.3) devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/schema-ast': - specifier: ^3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@types/react': specifier: 18.2.5 version: 18.2.5 @@ -933,7 +937,7 @@ importers: version: 10.34.0 '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) '@vitejs/plugin-react': specifier: 4.0.0 version: 4.0.0(vite@4.3.9) @@ -944,11 +948,11 @@ importers: specifier: ^4.0.15 version: 4.0.15 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) jsdom: specifier: ^20.0.3 version: 20.0.3 @@ -975,7 +979,7 @@ importers: version: 18.2.0 urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -990,29 +994,29 @@ importers: version: 3.21.4 devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/schema-ast': - specifier: ^3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@testing-library/react': specifier: ^13.4.0 version: 13.4.0(react-dom@18.2.0)(react@18.2.0) @@ -1066,7 +1070,7 @@ importers: version: 4.1.8 '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) algoliasearch: specifier: 4.14.2 version: 4.14.2 @@ -1077,11 +1081,11 @@ importers: specifier: ^4.3.4 version: 4.3.4 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) next: specifier: 13.4.8 version: 13.4.8(@babel/core@7.22.8)(react-dom@18.2.0)(react@18.2.0) @@ -1105,35 +1109,35 @@ importers: version: 7.44.3(react@18.2.0) urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) zod: specifier: 3.21.4 version: 3.21.4 devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/schema-ast': - specifier: ^3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@types/react': specifier: 18.2.5 version: 18.2.5 @@ -1193,7 +1197,7 @@ importers: version: 7.55.2(next@13.4.8)(react@18.2.0) '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) clsx: specifier: ^1.2.1 version: 1.2.1 @@ -1201,11 +1205,11 @@ importers: specifier: 8.44.0 version: 8.44.0 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) jose: specifier: ^4.11.2 version: 4.14.4 @@ -1229,7 +1233,7 @@ importers: version: 6.1.0(react@18.2.0) urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -1241,29 +1245,29 @@ importers: version: 0.31.3(jsdom@20.0.3) devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/schema-ast': - specifier: ^3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@types/react': specifier: 18.2.5 version: 18.2.5 @@ -1335,7 +1339,7 @@ importers: version: 10.34.0 '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) avatax: specifier: ^23.3.2 version: 23.3.2 @@ -1346,11 +1350,11 @@ importers: specifier: ^16.0.3 version: 16.2.0 graphql: - specifier: 16.6.0 - version: 16.6.0 + specifier: 16.7.1 + version: 16.7.1 graphql-tag: specifier: ^2.12.6 - version: 2.12.6(graphql@16.6.0) + version: 2.12.6(graphql@16.7.1) jotai: specifier: ^2.0.0 version: 2.0.0(react@18.2.0) @@ -1380,7 +1384,7 @@ importers: version: 4.0.1 urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) usehooks-ts: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) @@ -1395,29 +1399,29 @@ importers: version: 3.21.4 devDependencies: '@graphql-codegen/cli': - specifier: 3.2.2 - version: 3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) '@graphql-codegen/introspection': - specifier: 3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/schema-ast': - specifier: ^3.0.1 - version: 3.0.1(graphql@16.6.0) + specifier: 4.0.0 + version: 4.0.0(graphql@16.7.1) '@graphql-codegen/typed-document-node': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 5.0.1 + version: 5.0.1(graphql@16.7.1) '@graphql-codegen/typescript': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-operations': - specifier: 3.0.2 - version: 3.0.2(graphql@16.6.0) + specifier: 4.0.1 + version: 4.0.1(graphql@16.7.1) '@graphql-codegen/typescript-urql': specifier: 3.7.3 - version: 3.7.3(graphql-tag@2.12.6)(graphql@16.6.0) + version: 3.7.3(graphql-tag@2.12.6)(graphql@16.7.1) '@graphql-typed-document-node/core': specifier: 3.2.0 - version: 3.2.0(graphql@16.6.0) + version: 3.2.0(graphql@16.7.1) '@testing-library/react': specifier: ^13.4.0 version: 13.4.0(react-dom@18.2.0)(react@18.2.0) @@ -1559,7 +1563,7 @@ importers: dependencies: '@urql/exchange-auth': specifier: ^2.1.4 - version: 2.1.4(graphql@16.6.0) + version: 2.1.4(graphql@16.7.1) eslint: specifier: 8.44.0 version: 8.44.0 @@ -1577,7 +1581,7 @@ importers: version: 5.1.6 urql: specifier: ^4.0.4 - version: 4.0.4(graphql@16.6.0)(react@18.2.0) + version: 4.0.4(graphql@16.7.1)(react@18.2.0) devDependencies: '@material-ui/core': specifier: ^4.12.4 @@ -1676,7 +1680,7 @@ packages: uuid: 8.3.2 dev: false - /@0no-co/graphql.web@1.0.4(graphql@16.6.0): + /@0no-co/graphql.web@1.0.4(graphql@16.7.1): resolution: {integrity: sha512-W3ezhHGfO0MS1PtGloaTpg0PbaT8aZSmmaerL7idtU5F7oCI+uu25k+MsMS31BVFlp4aMkHSrNRxiD72IlK8TA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -1684,7 +1688,7 @@ packages: graphql: optional: true dependencies: - graphql: 16.6.0 + graphql: 16.7.1 dev: false /@aashutoshrathi/word-wrap@1.2.6: @@ -1788,24 +1792,24 @@ packages: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 - /@ardatan/relay-compiler@12.0.0(graphql@16.6.0): + /@ardatan/relay-compiler@12.0.0(graphql@16.7.1): resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} hasBin: true peerDependencies: graphql: '*' dependencies: - '@babel/core': 7.22.5 - '@babel/generator': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/core': 7.22.8 + '@babel/generator': 7.22.7 + '@babel/parser': 7.22.7 '@babel/runtime': 7.22.6 - '@babel/traverse': 7.22.5 + '@babel/traverse': 7.22.8 '@babel/types': 7.22.5 - babel-preset-fbjs: 3.4.0(@babel/core@7.22.5) + babel-preset-fbjs: 3.4.0(@babel/core@7.22.8) chalk: 4.1.2 fb-watchman: 2.0.2 fbjs: 3.0.5 glob: 7.2.3 - graphql: 16.6.0 + graphql: 16.7.1 immutable: 3.7.6 invariant: 2.2.4 nullthrows: 1.1.1 @@ -2802,13 +2806,13 @@ packages: dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.21.8) + '@babel/generator': 7.22.7 + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.21.8) '@babel/helper-module-transforms': 7.22.5 - '@babel/helpers': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/helpers': 7.22.6 + '@babel/parser': 7.22.7 '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 + '@babel/traverse': 7.22.8 '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4 @@ -2905,20 +2909,6 @@ packages: '@babel/types': 7.22.5 dev: true - /@babel/helper-compilation-targets@7.22.5(@babel/core@7.21.8): - resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.22.5 - '@babel/core': 7.21.8 - '@babel/helper-validator-option': 7.22.5 - browserslist: 4.21.9 - lru-cache: 5.1.1 - semver: 6.3.1 - dev: true - /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} @@ -2932,6 +2922,34 @@ packages: lru-cache: 5.1.1 semver: 6.3.1 + /@babel/helper-compilation-targets@7.22.6(@babel/core@7.21.8): + resolution: {integrity: sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.22.6 + '@babel/core': 7.21.8 + '@babel/helper-validator-option': 7.22.5 + '@nicolo-ribaudo/semver-v6': 6.3.3 + browserslist: 4.21.9 + lru-cache: 5.1.1 + dev: true + + /@babel/helper-compilation-targets@7.22.6(@babel/core@7.22.5): + resolution: {integrity: sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.22.6 + '@babel/core': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@nicolo-ribaudo/semver-v6': 6.3.3 + browserslist: 4.21.9 + lru-cache: 5.1.1 + dev: true + /@babel/helper-compilation-targets@7.22.6(@babel/core@7.22.8): resolution: {integrity: sha512-534sYEqWD9VfUm3IPn2SLcH4Q3P86XL+QvqdC7ZsFrzyyPF3T4XGiVghF6PTYNdWg6pXuoqXxNQAhbYeEInTzA==} engines: {node: '>=6.9.0'} @@ -2959,7 +2977,7 @@ packages: '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-replace-supers': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -2979,7 +2997,27 @@ packages: '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-replace-supers': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -3015,7 +3053,7 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -3031,7 +3069,7 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -3135,7 +3173,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 + '@babel/traverse': 7.22.8 '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color @@ -3184,7 +3222,7 @@ packages: dependencies: '@babel/helper-function-name': 7.22.5 '@babel/template': 7.22.5 - '@babel/traverse': 7.22.5 + '@babel/traverse': 7.22.8 '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color @@ -3312,14 +3350,14 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.5): + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.8): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.8 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.8) '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color @@ -3394,15 +3432,15 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.5): + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.8): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.8) dev: true /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8): @@ -3422,26 +3460,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.5 + '@babel/compat-data': 7.22.6 '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.21.8) dev: true - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.5): + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.8): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.5 - '@babel/core': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/compat-data': 7.22.6 + '@babel/core': 7.22.8 + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.22.8) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) - '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.8) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.8) dev: true /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8): @@ -3467,16 +3505,16 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.5): + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.8): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.8) dev: true /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8): @@ -3574,6 +3612,15 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.8): + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} @@ -3630,13 +3677,13 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.5): + /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.8): resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -3726,6 +3773,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -3762,6 +3819,15 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.8): + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: @@ -3798,6 +3864,15 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.8): + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: @@ -3834,6 +3909,15 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.8): + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} @@ -3884,6 +3968,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} @@ -3915,6 +4009,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-async-generator-functions@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==} engines: {node: '>=6.9.0'} @@ -3978,6 +4082,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} engines: {node: '>=6.9.0'} @@ -3998,6 +4112,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} engines: {node: '>=6.9.0'} @@ -4033,13 +4157,13 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.21.8) '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -4053,13 +4177,33 @@ packages: dependencies: '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.22.5) '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-classes@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.22.8) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -4087,6 +4231,17 @@ packages: '@babel/template': 7.22.5 dev: true + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 + dev: true + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} engines: {node: '>=6.9.0'} @@ -4107,6 +4262,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} @@ -4193,15 +4358,15 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.5): + /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.8): resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.8) dev: true /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.21.8): @@ -4224,6 +4389,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} @@ -4231,7 +4406,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.21.8) '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -4243,7 +4418,19 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.22.5) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.22.8) '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -4279,6 +4466,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} engines: {node: '>=6.9.0'} @@ -4310,6 +4507,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} @@ -4364,6 +4571,20 @@ packages: - supports-color dev: true + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} engines: {node: '>=6.9.0'} @@ -4490,9 +4711,9 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.5 + '@babel/compat-data': 7.22.6 '@babel/core': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) @@ -4524,6 +4745,19 @@ packages: - supports-color dev: true + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} engines: {node: '>=6.9.0'} @@ -4579,6 +4813,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} engines: {node: '>=6.9.0'} @@ -4627,13 +4871,23 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.5): + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.8): resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -4669,6 +4923,20 @@ packages: '@babel/types': 7.22.5 dev: true + /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.8) + '@babel/types': 7.22.5 + dev: true + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} engines: {node: '>=6.9.0'} @@ -4731,6 +4999,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} @@ -4753,6 +5031,17 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: true + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} @@ -4793,6 +5082,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.8): + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.21.8): resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} @@ -4813,17 +5112,17 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.22.5): + /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.22.8): resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.8) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.8) transitivePeerDependencies: - supports-color dev: true @@ -4898,9 +5197,9 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.5 + '@babel/compat-data': 7.22.6 '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.21.8) @@ -4985,9 +5284,9 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.5 + '@babel/compat-data': 7.22.6 '@babel/core': 7.22.5 - '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-compilation-targets': 7.22.6(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.5 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.5) @@ -5070,16 +5369,16 @@ packages: - supports-color dev: true - /@babel/preset-flow@7.22.5(@babel/core@7.22.5): + /@babel/preset-flow@7.22.5(@babel/core@7.22.8): resolution: {integrity: sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.8) dev: true /@babel/preset-modules@0.1.5(@babel/core@7.21.8): @@ -5108,29 +5407,29 @@ packages: esutils: 2.0.3 dev: true - /@babel/preset-typescript@7.22.5(@babel/core@7.22.5): + /@babel/preset-typescript@7.22.5(@babel/core@7.22.8): resolution: {integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.8) transitivePeerDependencies: - supports-color dev: true - /@babel/register@7.22.5(@babel/core@7.22.5): + /@babel/register@7.22.5(@babel/core@7.22.8): resolution: {integrity: sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -5159,7 +5458,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 /@babel/traverse@7.21.5: @@ -5167,12 +5466,12 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.5 + '@babel/generator': 7.22.7 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 debug: 4.3.4 globals: 11.12.0 @@ -5185,12 +5484,12 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.5 - '@babel/generator': 7.22.5 + '@babel/generator': 7.22.7 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 debug: 4.3.4 globals: 11.12.0 @@ -6133,35 +6432,35 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - /@graphql-codegen/cli@3.2.2(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0): - resolution: {integrity: sha512-u+dm/SW1heLnUL4Tyf5Uv0AxOFhTCmUPHKwRLq2yE8MPhv7+Ti4vxxUP/XGoaMNRuHlN37wLI7tpFLV1Hhm22Q==} + /@graphql-codegen/cli@4.0.1(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1): + resolution: {integrity: sha512-/H4imnGOl3hoPXLKmIiGUnXpmBmeIClSZie/YHDzD5N59cZlGGJlIOOrUlOTDpJx5JNU1MTQcRjyTToOYM5IfA==} hasBin: true peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@babel/generator': 7.22.5 + '@babel/generator': 7.22.7 '@babel/template': 7.22.5 '@babel/types': 7.22.5 - '@graphql-codegen/core': 3.1.0(graphql@16.6.0) - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-tools/apollo-engine-loader': 7.3.26(graphql@16.6.0) - '@graphql-tools/code-file-loader': 7.3.23(@babel/core@7.22.8)(graphql@16.6.0) - '@graphql-tools/git-loader': 7.3.0(@babel/core@7.22.8)(graphql@16.6.0) - '@graphql-tools/github-loader': 7.3.28(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0) - '@graphql-tools/graphql-file-loader': 7.5.17(graphql@16.6.0) - '@graphql-tools/json-file-loader': 7.4.18(graphql@16.6.0) - '@graphql-tools/load': 7.8.14(graphql@16.6.0) - '@graphql-tools/prisma-loader': 7.2.72(@types/node@18.15.3)(graphql@16.6.0) - '@graphql-tools/url-loader': 7.17.18(@types/node@18.15.3)(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-codegen/core': 4.0.0(graphql@16.7.1) + '@graphql-codegen/plugin-helpers': 5.0.0(graphql@16.7.1) + '@graphql-tools/apollo-engine-loader': 8.0.0(graphql@16.7.1) + '@graphql-tools/code-file-loader': 8.0.1(@babel/core@7.22.8)(graphql@16.7.1) + '@graphql-tools/git-loader': 8.0.1(@babel/core@7.22.8)(graphql@16.7.1) + '@graphql-tools/github-loader': 8.0.0(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1) + '@graphql-tools/graphql-file-loader': 8.0.0(graphql@16.7.1) + '@graphql-tools/json-file-loader': 8.0.0(graphql@16.7.1) + '@graphql-tools/load': 8.0.0(graphql@16.7.1) + '@graphql-tools/prisma-loader': 8.0.1(@types/node@18.15.3)(graphql@16.7.1) + '@graphql-tools/url-loader': 8.0.0(@types/node@18.15.3)(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) '@parcel/watcher': 2.1.0 '@whatwg-node/fetch': 0.8.8 chalk: 4.1.2 - cosmiconfig: 7.1.0 + cosmiconfig: 8.1.3 debounce: 1.2.1 detect-indent: 6.1.0 - graphql: 16.6.0 - graphql-config: 4.5.0(@types/node@18.15.3)(graphql@16.6.0) + graphql: 16.7.1 + graphql-config: 5.0.2(@types/node@18.15.3)(graphql@16.7.1) inquirer: 8.2.5 is-glob: 4.0.3 jiti: 1.18.2 @@ -6172,7 +6471,7 @@ packages: shell-quote: 1.8.1 string-env-interpolation: 1.0.1 ts-log: 2.2.5 - tslib: 2.5.3 + tslib: 2.6.0 yaml: 1.10.2 yargs: 17.7.2 transitivePeerDependencies: @@ -6186,150 +6485,150 @@ packages: - utf-8-validate dev: true - /@graphql-codegen/core@3.1.0(graphql@16.6.0): - resolution: {integrity: sha512-DH1/yaR7oJE6/B+c6ZF2Tbdh7LixF1K8L+8BoSubjNyQ8pNwR4a70mvc1sv6H7qgp6y1bPQ9tKE+aazRRshysw==} + /@graphql-codegen/core@4.0.0(graphql@16.7.1): + resolution: {integrity: sha512-JAGRn49lEtSsZVxeIlFVIRxts2lWObR+OQo7V2LHDJ7ohYYw3ilv7nJ8pf8P4GTg/w6ptcYdSdVVdkI8kUHB/Q==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-tools/schema': 9.0.19(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-codegen/plugin-helpers': 5.0.0(graphql@16.7.1) + '@graphql-tools/schema': 10.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.5.3 dev: true - /@graphql-codegen/introspection@3.0.1(graphql@16.6.0): - resolution: {integrity: sha512-D6vJQTEL/np4EmeUHm5spLK59cr+AMXEoLRoTI+dagFzlHYDTfXZH6F7uhKaakxcj0SAQhIWKvGMggotUdEtyg==} + /@graphql-codegen/introspection@4.0.0(graphql@16.7.1): + resolution: {integrity: sha512-t9g3AkK99dfHblMWtG4ynUM9+A7JrWq5110zSpNV2wlSnv0+bRKagDW8gozwgXfR5i1IIG8QDjJZ6VgXQVqCZw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-codegen/visitor-plugin-common': 3.1.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-codegen/plugin-helpers': 5.0.0(graphql@16.7.1) + '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.5.3 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/plugin-helpers@2.7.2(graphql@16.6.0): + /@graphql-codegen/plugin-helpers@2.7.2(graphql@16.7.1): resolution: {integrity: sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 8.13.1(graphql@16.6.0) + '@graphql-tools/utils': 8.13.1(graphql@16.7.1) change-case-all: 1.0.14 common-tags: 1.8.2 - graphql: 16.6.0 + graphql: 16.7.1 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.4.1 dev: true - /@graphql-codegen/plugin-helpers@4.2.0(graphql@16.6.0): - resolution: {integrity: sha512-THFTCfg+46PXlXobYJ/OoCX6pzjI+9woQqCjdyKtgoI0tn3Xq2HUUCiidndxUpEYVrXb5pRiRXb7b/ZbMQqD0A==} + /@graphql-codegen/plugin-helpers@5.0.0(graphql@16.7.1): + resolution: {integrity: sha512-suL2ZMkBAU2a4YbBHaZvUPsV1z0q3cW6S96Z/eYYfkRIsJoe2vN+wNZ9Xdzmqx0JLmeeFCBSoBGC0imFyXlkDQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) change-case-all: 1.0.15 common-tags: 1.8.2 - graphql: 16.6.0 + graphql: 16.7.1 import-from: 4.0.0 lodash: 4.17.21 tslib: 2.5.3 dev: true - /@graphql-codegen/schema-ast@3.0.1(graphql@16.6.0): - resolution: {integrity: sha512-rTKTi4XiW4QFZnrEqetpiYEWVsOFNoiR/v3rY9mFSttXFbIwNXPme32EspTiGWmEEdHY8UuTDtZN3vEcs/31zw==} + /@graphql-codegen/schema-ast@4.0.0(graphql@16.7.1): + resolution: {integrity: sha512-WIzkJFa9Gz28FITAPILbt+7A8+yzOyd1NxgwFh7ie+EmO9a5zQK6UQ3U/BviirguXCYnn+AR4dXsoDrSrtRA1g==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-codegen/plugin-helpers': 5.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.5.3 dev: true - /@graphql-codegen/typed-document-node@3.0.2(graphql@16.6.0): - resolution: {integrity: sha512-RqX46y0GoMAcCfXjkUabOWpeSQ7tazpS5WyzWJNakpzXxNACx8NACaghU8zTEM+gjqtIp6YbFY/S92HQ34HbRQ==} + /@graphql-codegen/typed-document-node@5.0.1(graphql@16.7.1): + resolution: {integrity: sha512-VFkhCuJnkgtbbgzoCAwTdJe2G1H6sd3LfCrDqWUrQe53y2ukfSb5Ov1PhAIkCBStKCMQBUY9YgGz9GKR40qQ8g==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-codegen/visitor-plugin-common': 3.0.2(graphql@16.6.0) + '@graphql-codegen/plugin-helpers': 5.0.0(graphql@16.7.1) + '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.7.1) auto-bind: 4.0.0 change-case-all: 1.0.15 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.5.3 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/typescript-operations@3.0.2(graphql@16.6.0): - resolution: {integrity: sha512-FYi5QcOsBZZvBKlzBQ+jpBCUxMo9g3fTYa2v1+rqooG6SiW/lQyk2CNL5tsYAt6TLmH3rws8rzSUil0DWNsflQ==} + /@graphql-codegen/typescript-operations@4.0.1(graphql@16.7.1): + resolution: {integrity: sha512-GpUWWdBVUec/Zqo23aFLBMrXYxN2irypHqDcKjN78JclDPdreasAEPcIpMfqf4MClvpmvDLy4ql+djVAwmkjbw==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-codegen/typescript': 3.0.2(graphql@16.6.0) - '@graphql-codegen/visitor-plugin-common': 3.0.2(graphql@16.6.0) + '@graphql-codegen/plugin-helpers': 5.0.0(graphql@16.7.1) + '@graphql-codegen/typescript': 4.0.1(graphql@16.7.1) + '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.7.1) auto-bind: 4.0.0 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.5.3 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/typescript-urql@3.7.3(graphql-tag@2.12.6)(graphql@16.6.0): + /@graphql-codegen/typescript-urql@3.7.3(graphql-tag@2.12.6)(graphql@16.7.1): resolution: {integrity: sha512-ndb3C/IZeLaZXI24OEQZnJ7OgzZJvBdw1xnU/ohL6/lMcC5xQgxHBpqM10MZgfTc9l9Ip7qZVCVQk3I4cvcGrA==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-tag: ^2.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.6.0) - '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.6.0) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.7.1) + '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.7.1) auto-bind: 4.0.0 - graphql: 16.6.0 - graphql-tag: 2.12.6(graphql@16.6.0) + graphql: 16.7.1 + graphql-tag: 2.12.6(graphql@16.7.1) tslib: 2.4.1 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/typescript@3.0.2(graphql@16.6.0): - resolution: {integrity: sha512-qD6QkTB+2eJmIaZ6Tihv6HRz7daWWLz9uw5vwCmPeZN6XL2RINZGLkR7D8BQzLDlNGMrpQ4SeSM9o3ZALSCIuQ==} + /@graphql-codegen/typescript@4.0.1(graphql@16.7.1): + resolution: {integrity: sha512-3YziQ21dCVdnHb+Us1uDb3pA6eG5Chjv0uTK+bt9dXeMlwYBU8MbtzvQTo4qvzWVC1AxSOKj0rgfNu1xCXqJyA==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-codegen/schema-ast': 3.0.1(graphql@16.6.0) - '@graphql-codegen/visitor-plugin-common': 3.0.2(graphql@16.6.0) + '@graphql-codegen/plugin-helpers': 5.0.0(graphql@16.7.1) + '@graphql-codegen/schema-ast': 4.0.0(graphql@16.7.1) + '@graphql-codegen/visitor-plugin-common': 4.0.1(graphql@16.7.1) auto-bind: 4.0.0 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.5.3 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.6.0): + /@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.7.1): resolution: {integrity: sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.6.0) - '@graphql-tools/optimize': 1.4.0(graphql@16.6.0) - '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.6.0) - '@graphql-tools/utils': 8.13.1(graphql@16.6.0) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.7.1) + '@graphql-tools/optimize': 1.4.0(graphql@16.7.1) + '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.7.1) + '@graphql-tools/utils': 8.13.1(graphql@16.7.1) auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 - graphql: 16.6.0 - graphql-tag: 2.12.6(graphql@16.6.0) + graphql: 16.7.1 + graphql-tag: 2.12.6(graphql@16.7.1) parse-filepath: 1.0.2 tslib: 2.4.1 transitivePeerDependencies: @@ -6337,20 +6636,20 @@ packages: - supports-color dev: true - /@graphql-codegen/visitor-plugin-common@3.0.2(graphql@16.6.0): - resolution: {integrity: sha512-dKblRFrB0Fdl3+nPlzlLBka+TN/EGwr/q09mwry0H58z3j6gXkMbsdPr+dc8MhgOV7w/8egRvSPIvd7m6eFCnw==} + /@graphql-codegen/visitor-plugin-common@4.0.1(graphql@16.7.1): + resolution: {integrity: sha512-Bi/1z0nHg4QMsAqAJhds+ForyLtk7A3HQOlkrZNm3xEkY7lcBzPtiOTLBtvziwopBsXUxqeSwVjOOFPLS5Yw1Q==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-tools/optimize': 1.4.0(graphql@16.6.0) - '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-codegen/plugin-helpers': 5.0.0(graphql@16.7.1) + '@graphql-tools/optimize': 2.0.0(graphql@16.7.1) + '@graphql-tools/relay-operation-optimizer': 7.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 - graphql: 16.6.0 - graphql-tag: 2.12.6(graphql@16.6.0) + graphql: 16.7.1 + graphql-tag: 2.12.6(graphql@16.7.1) parse-filepath: 1.0.2 tslib: 2.5.3 transitivePeerDependencies: @@ -6358,62 +6657,44 @@ packages: - supports-color dev: true - /@graphql-codegen/visitor-plugin-common@3.1.1(graphql@16.6.0): - resolution: {integrity: sha512-uAfp+zu/009R3HUAuTK2AamR1bxIltM6rrYYI6EXSmkM3rFtFsLTuJhjUDj98HcUCszJZrADppz8KKLGRUVlNg==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@graphql-codegen/plugin-helpers': 4.2.0(graphql@16.6.0) - '@graphql-tools/optimize': 1.4.0(graphql@16.6.0) - '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - auto-bind: 4.0.0 - change-case-all: 1.0.15 - dependency-graph: 0.11.0 - graphql: 16.6.0 - graphql-tag: 2.12.6(graphql@16.6.0) - parse-filepath: 1.0.2 - tslib: 2.5.3 - transitivePeerDependencies: - - encoding - - supports-color - dev: true - - /@graphql-tools/apollo-engine-loader@7.3.26(graphql@16.6.0): - resolution: {integrity: sha512-h1vfhdJFjnCYn9b5EY1Z91JTF0KB3hHVJNQIsiUV2mpQXZdeOXQoaWeYEKaiI5R6kwBw5PP9B0fv3jfUIG8LyQ==} + /@graphql-tools/apollo-engine-loader@8.0.0(graphql@16.7.1): + resolution: {integrity: sha512-axQTbN5+Yxs1rJ6cWQBOfw3AEeC+fvIuZSfJLPLLvFJLj4pUm9fhxey/g6oQZAAQJqKPfw+tLDUQvnfvRK8Kmg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - '@whatwg-node/fetch': 0.8.8 - graphql: 16.6.0 + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + '@whatwg-node/fetch': 0.9.9 + graphql: 16.7.1 tslib: 2.6.0 transitivePeerDependencies: - encoding dev: true - /@graphql-tools/batch-execute@8.5.22(graphql@16.6.0): - resolution: {integrity: sha512-hcV1JaY6NJQFQEwCKrYhpfLK8frSXDbtNMoTur98u10Cmecy1zrqNKSqhEyGetpgHxaJRqszGzKeI3RuroDN6A==} + /@graphql-tools/batch-execute@9.0.0(graphql@16.7.1): + resolution: {integrity: sha512-lT9/1XmPSYzBcEybXPLsuA6C5E0t8438PVUELABcqdvwHgZ3VOOx29MLBEqhr2oewOlDChH6PXNkfxoOoAuzRg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) dataloader: 2.2.2 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 value-or-promise: 1.0.12 dev: true - /@graphql-tools/code-file-loader@7.3.23(@babel/core@7.22.8)(graphql@16.6.0): - resolution: {integrity: sha512-8Wt1rTtyTEs0p47uzsPJ1vAtfAx0jmxPifiNdmo9EOCuUPyQGEbMaik/YkqZ7QUFIEYEQu+Vgfo8tElwOPtx5Q==} + /@graphql-tools/code-file-loader@8.0.1(@babel/core@7.22.8)(graphql@16.7.1): + resolution: {integrity: sha512-pmg81lsIXGW3uW+nFSCIG0lFQIxWVbgDjeBkSWlnP8CZsrHTQEkB53DT7t4BHLryoxDS4G4cPxM52yNINDSL8w==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.22.8)(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-tools/graphql-tag-pluck': 8.0.1(@babel/core@7.22.8)(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) globby: 11.1.0 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 unixify: 1.0.0 transitivePeerDependencies: @@ -6421,31 +6702,32 @@ packages: - supports-color dev: true - /@graphql-tools/delegate@9.0.35(graphql@16.6.0): - resolution: {integrity: sha512-jwPu8NJbzRRMqi4Vp/5QX1vIUeUPpWmlQpOkXQD2r1X45YsVceyUUBnktCrlJlDB4jPRVy7JQGwmYo3KFiOBMA==} + /@graphql-tools/delegate@10.0.0(graphql@16.7.1): + resolution: {integrity: sha512-ZW5/7Q0JqUM+guwn8/cM/1Hz16Zvj6WR6r3gnOwoPO7a9bCbe8QTCk4itT/EO+RiGT8RLUPYaunWR9jxfNqqOA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-execute': 8.5.22(graphql@16.6.0) - '@graphql-tools/executor': 0.0.20(graphql@16.6.0) - '@graphql-tools/schema': 9.0.19(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-tools/batch-execute': 9.0.0(graphql@16.7.1) + '@graphql-tools/executor': 1.1.0(graphql@16.7.1) + '@graphql-tools/schema': 10.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) dataloader: 2.2.2 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 value-or-promise: 1.0.12 dev: true - /@graphql-tools/executor-graphql-ws@0.0.14(graphql@16.6.0): - resolution: {integrity: sha512-P2nlkAsPZKLIXImFhj0YTtny5NQVGSsKnhi7PzXiaHSXc6KkzqbWZHKvikD4PObanqg+7IO58rKFpGXP7eeO+w==} + /@graphql-tools/executor-graphql-ws@1.1.0(graphql@16.7.1): + resolution: {integrity: sha512-yM67SzwE8rYRpm4z4AuGtABlOp9mXXVy6sxXnTJRoYIdZrmDbKVfIY+CpZUJCqS0FX3xf2+GoHlsj7Qswaxgcg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - '@repeaterjs/repeater': 3.0.4 + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) '@types/ws': 8.5.5 - graphql: 16.6.0 - graphql-ws: 5.12.1(graphql@16.6.0) + graphql: 16.7.1 + graphql-ws: 5.14.0(graphql@16.7.1) isomorphic-ws: 5.0.0(ws@8.13.0) tslib: 2.6.0 ws: 8.13.0 @@ -6454,17 +6736,17 @@ packages: - utf-8-validate dev: true - /@graphql-tools/executor-http@0.1.10(@types/node@18.15.3)(graphql@16.6.0): - resolution: {integrity: sha512-hnAfbKv0/lb9s31LhWzawQ5hghBfHS+gYWtqxME6Rl0Aufq9GltiiLBcl7OVVOnkLF0KhwgbYP1mB5VKmgTGpg==} + /@graphql-tools/executor-http@1.0.2(@types/node@18.15.3)(graphql@16.7.1): + resolution: {integrity: sha512-JKTB4E3kdQM2/1NEcyrVPyQ8057ZVthCV5dFJiKktqY9IdmF00M8gupFcW3jlbM/Udn78ickeUBsUzA3EouqpA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) '@repeaterjs/repeater': 3.0.4 - '@whatwg-node/fetch': 0.8.8 - dset: 3.1.2 + '@whatwg-node/fetch': 0.9.9 extract-files: 11.0.0 - graphql: 16.6.0 + graphql: 16.7.1 meros: 1.3.0(@types/node@18.15.3) tslib: 2.6.0 value-or-promise: 1.0.12 @@ -6472,14 +6754,15 @@ packages: - '@types/node' dev: true - /@graphql-tools/executor-legacy-ws@0.0.11(graphql@16.6.0): - resolution: {integrity: sha512-4ai+NnxlNfvIQ4c70hWFvOZlSUN8lt7yc+ZsrwtNFbFPH/EroIzFMapAxM9zwyv9bH38AdO3TQxZ5zNxgBdvUw==} + /@graphql-tools/executor-legacy-ws@1.0.1(graphql@16.7.1): + resolution: {integrity: sha512-PQrTJ+ncHMEQspBARc2lhwiQFfRAX/z/CsOdZTFjIljOHgRWGAA1DAx7pEN0j6PflbLCfZ3NensNq2jCBwF46w==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) '@types/ws': 8.5.5 - graphql: 16.6.0 + graphql: 16.7.1 isomorphic-ws: 5.0.0(ws@8.13.0) tslib: 2.6.0 ws: 8.13.0 @@ -6488,27 +6771,29 @@ packages: - utf-8-validate dev: true - /@graphql-tools/executor@0.0.20(graphql@16.6.0): - resolution: {integrity: sha512-GdvNc4vszmfeGvUqlcaH1FjBoguvMYzxAfT6tDd4/LgwymepHhinqLNA5otqwVLW+JETcDaK7xGENzFomuE6TA==} + /@graphql-tools/executor@1.1.0(graphql@16.7.1): + resolution: {integrity: sha512-+1wmnaUHETSYxiK/ELsT60x584Rw3QKBB7F/7fJ83HKPnLifmE2Dm/K9Eyt6L0Ppekf1jNUbWBpmBGb8P5hAeg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.7.1) '@repeaterjs/repeater': 3.0.4 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 value-or-promise: 1.0.12 dev: true - /@graphql-tools/git-loader@7.3.0(@babel/core@7.22.8)(graphql@16.6.0): - resolution: {integrity: sha512-gcGAK+u16eHkwsMYqqghZbmDquh8QaO24Scsxq+cVR+vx1ekRlsEiXvu+yXVDbZdcJ6PBIbeLcQbEu+xhDLmvQ==} + /@graphql-tools/git-loader@8.0.1(@babel/core@7.22.8)(graphql@16.7.1): + resolution: {integrity: sha512-ivNtxD+iEfpPONYKip0kbpZMRdMCNR3HrIui8NCURmUdvBYGaGcbB3VrGMhxwZuzc+ybhs2ralPt1F8Oxq2jLA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.22.8)(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/graphql-tag-pluck': 8.0.1(@babel/core@7.22.8)(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 is-glob: 4.0.3 micromatch: 4.0.5 tslib: 2.6.0 @@ -6518,17 +6803,18 @@ packages: - supports-color dev: true - /@graphql-tools/github-loader@7.3.28(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.6.0): - resolution: {integrity: sha512-OK92Lf9pmxPQvjUNv05b3tnVhw0JRfPqOf15jZjyQ8BfdEUrJoP32b4dRQQem/wyRL24KY4wOfArJNqzpsbwCA==} + /@graphql-tools/github-loader@8.0.0(@babel/core@7.22.8)(@types/node@18.15.3)(graphql@16.7.1): + resolution: {integrity: sha512-VuroArWKcG4yaOWzV0r19ElVIV6iH6UKDQn1MXemND0xu5TzrFme0kf3U9o0YwNo0kUYEk9CyFM0BYg4he17FA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/executor-http': 0.1.10(@types/node@18.15.3)(graphql@16.6.0) - '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.22.8)(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - '@whatwg-node/fetch': 0.8.8 - graphql: 16.6.0 + '@graphql-tools/executor-http': 1.0.2(@types/node@18.15.3)(graphql@16.7.1) + '@graphql-tools/graphql-tag-pluck': 8.0.1(@babel/core@7.22.8)(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + '@whatwg-node/fetch': 0.9.9 + graphql: 16.7.1 tslib: 2.6.0 value-or-promise: 1.0.12 transitivePeerDependencies: @@ -6538,107 +6824,124 @@ packages: - supports-color dev: true - /@graphql-tools/graphql-file-loader@7.5.17(graphql@16.6.0): - resolution: {integrity: sha512-hVwwxPf41zOYgm4gdaZILCYnKB9Zap7Ys9OhY1hbwuAuC4MMNY9GpUjoTU3CQc3zUiPoYStyRtUGkHSJZ3HxBw==} + /@graphql-tools/graphql-file-loader@8.0.0(graphql@16.7.1): + resolution: {integrity: sha512-wRXj9Z1IFL3+zJG1HWEY0S4TXal7+s1vVhbZva96MSp0kbb/3JBF7j0cnJ44Eq0ClccMgGCDFqPFXty4JlpaPg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/import': 6.7.18(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-tools/import': 7.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) globby: 11.1.0 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 unixify: 1.0.0 dev: true - /@graphql-tools/graphql-tag-pluck@7.5.2(@babel/core@7.22.8)(graphql@16.6.0): - resolution: {integrity: sha512-RW+H8FqOOLQw0BPXaahYepVSRjuOHw+7IL8Opaa5G5uYGOBxoXR7DceyQ7BcpMgktAOOmpDNQ2WtcboChOJSRA==} + /@graphql-tools/graphql-tag-pluck@8.0.1(@babel/core@7.22.8)(graphql@16.7.1): + resolution: {integrity: sha512-4sfBJSoXxVB4rRCCp2GTFhAYsUJgAPSKxSV+E3Voc600mK52JO+KsHCCTnPgCeyJFMNR9l94J6+tqxVKmlqKvw==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.8) - '@babel/traverse': 7.22.5 + '@babel/traverse': 7.22.8 '@babel/types': 7.22.5 - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.6.0 transitivePeerDependencies: - '@babel/core' - supports-color dev: true - /@graphql-tools/import@6.7.18(graphql@16.6.0): - resolution: {integrity: sha512-XQDdyZTp+FYmT7as3xRWH/x8dx0QZA2WZqfMF5EWb36a0PiH7WwlRQYIdyYXj8YCLpiWkeBXgBRHmMnwEYR8iQ==} + /@graphql-tools/import@7.0.0(graphql@16.7.1): + resolution: {integrity: sha512-NVZiTO8o1GZs6OXzNfjB+5CtQtqsZZpQOq+Uu0w57kdUkT4RlQKlwhT8T81arEsbV55KpzkpFsOZP7J1wdmhBw==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 resolve-from: 5.0.0 tslib: 2.6.0 dev: true - /@graphql-tools/json-file-loader@7.4.18(graphql@16.6.0): - resolution: {integrity: sha512-AJ1b6Y1wiVgkwsxT5dELXhIVUPs/u3VZ8/0/oOtpcoyO/vAeM5rOvvWegzicOOnQw8G45fgBRMkkRfeuwVt6+w==} + /@graphql-tools/json-file-loader@8.0.0(graphql@16.7.1): + resolution: {integrity: sha512-ki6EF/mobBWJjAAC84xNrFMhNfnUFD6Y0rQMGXekrUgY0NdeYXHU0ZUgHzC9O5+55FslqUmAUHABePDHTyZsLg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) globby: 11.1.0 - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 unixify: 1.0.0 dev: true - /@graphql-tools/load@7.8.14(graphql@16.6.0): - resolution: {integrity: sha512-ASQvP+snHMYm+FhIaLxxFgVdRaM0vrN9wW2BKInQpktwWTXVyk+yP5nQUCEGmn0RTdlPKrffBaigxepkEAJPrg==} + /@graphql-tools/load@8.0.0(graphql@16.7.1): + resolution: {integrity: sha512-Cy874bQJH0FP2Az7ELPM49iDzOljQmK1PPH6IuxsWzLSTxwTqd8dXA09dcVZrI7/LsN26heTY2R8q2aiiv0GxQ==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.19(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/schema': 10.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 p-limit: 3.1.0 tslib: 2.6.0 dev: true - /@graphql-tools/merge@8.4.2(graphql@16.6.0): - resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==} + /@graphql-tools/merge@9.0.0(graphql@16.7.1): + resolution: {integrity: sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.6.0 dev: true - /@graphql-tools/optimize@1.4.0(graphql@16.6.0): + /@graphql-tools/optimize@1.4.0(graphql@16.7.1): resolution: {integrity: sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 dev: true - /@graphql-tools/prisma-loader@7.2.72(@types/node@18.15.3)(graphql@16.6.0): - resolution: {integrity: sha512-0a7uV7Fky6yDqd0tI9+XMuvgIo6GAqiVzzzFV4OSLry4AwiQlI3igYseBV7ZVOGhedOTqj/URxjpiv07hRcwag==} + /@graphql-tools/optimize@2.0.0(graphql@16.7.1): + resolution: {integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/url-loader': 7.17.18(@types/node@18.15.3)(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) + graphql: 16.7.1 + tslib: 2.6.0 + dev: true + + /@graphql-tools/prisma-loader@8.0.1(@types/node@18.15.3)(graphql@16.7.1): + resolution: {integrity: sha512-bl6e5sAYe35Z6fEbgKXNrqRhXlCJYeWKBkarohgYA338/SD9eEhXtg3Cedj7fut3WyRLoQFpHzfiwxKs7XrgXg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/url-loader': 8.0.0(@types/node@18.15.3)(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) '@types/js-yaml': 4.0.5 '@types/json-stable-stringify': 1.0.34 - '@whatwg-node/fetch': 0.8.8 + '@whatwg-node/fetch': 0.9.9 chalk: 4.1.2 debug: 4.3.4 dotenv: 16.3.1 - graphql: 16.6.0 - graphql-request: 6.1.0(graphql@16.6.0) - http-proxy-agent: 6.1.1 - https-proxy-agent: 6.2.1 + graphql: 16.7.1 + graphql-request: 6.1.0(graphql@16.7.1) + http-proxy-agent: 7.0.0 + https-proxy-agent: 7.0.1 jose: 4.14.4 js-yaml: 4.1.0 json-stable-stringify: 1.0.2 @@ -6654,47 +6957,64 @@ packages: - utf-8-validate dev: true - /@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.6.0): + /@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.7.1): resolution: {integrity: sha512-mc5VPyTeV+LwiM+DNvoDQfPqwQYhPV/cl5jOBjTgSniyaq8/86aODfMkrE2OduhQ5E00hqrkuL2Fdrgk0w1QJg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@ardatan/relay-compiler': 12.0.0(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@ardatan/relay-compiler': 12.0.0(graphql@16.7.1) + '@graphql-tools/utils': 9.2.1(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.6.0 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-tools/schema@9.0.19(graphql@16.6.0): - resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} + /@graphql-tools/relay-operation-optimizer@7.0.0(graphql@16.7.1): + resolution: {integrity: sha512-UNlJi5y3JylhVWU4MBpL0Hun4Q7IoJwv9xYtmAz+CgRa066szzY7dcuPfxrA7cIGgG/Q6TVsKsYaiF4OHPs1Fw==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.4.2(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@ardatan/relay-compiler': 12.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 + tslib: 2.6.0 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + + /@graphql-tools/schema@10.0.0(graphql@16.7.1): + resolution: {integrity: sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/merge': 9.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.6.0 value-or-promise: 1.0.12 dev: true - /@graphql-tools/url-loader@7.17.18(@types/node@18.15.3)(graphql@16.6.0): - resolution: {integrity: sha512-ear0CiyTj04jCVAxi7TvgbnGDIN2HgqzXzwsfcqiVg9cvjT40NcMlZ2P1lZDgqMkZ9oyLTV8Bw6j+SyG6A+xPw==} + /@graphql-tools/url-loader@8.0.0(@types/node@18.15.3)(graphql@16.7.1): + resolution: {integrity: sha512-rPc9oDzMnycvz+X+wrN3PLrhMBQkG4+sd8EzaFN6dypcssiefgWKToXtRKI8HHK68n2xEq1PyrOpkjHFJB+GwA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/delegate': 9.0.35(graphql@16.6.0) - '@graphql-tools/executor-graphql-ws': 0.0.14(graphql@16.6.0) - '@graphql-tools/executor-http': 0.1.10(@types/node@18.15.3)(graphql@16.6.0) - '@graphql-tools/executor-legacy-ws': 0.0.11(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - '@graphql-tools/wrap': 9.4.2(graphql@16.6.0) + '@graphql-tools/delegate': 10.0.0(graphql@16.7.1) + '@graphql-tools/executor-graphql-ws': 1.1.0(graphql@16.7.1) + '@graphql-tools/executor-http': 1.0.2(@types/node@18.15.3)(graphql@16.7.1) + '@graphql-tools/executor-legacy-ws': 1.0.1(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + '@graphql-tools/wrap': 10.0.0(graphql@16.7.1) '@types/ws': 8.5.5 - '@whatwg-node/fetch': 0.8.8 - graphql: 16.6.0 + '@whatwg-node/fetch': 0.9.9 + graphql: 16.7.1 isomorphic-ws: 5.0.0(ws@8.13.0) tslib: 2.6.0 value-or-promise: 1.0.12 @@ -6706,44 +7026,57 @@ packages: - utf-8-validate dev: true - /@graphql-tools/utils@8.13.1(graphql@16.6.0): + /@graphql-tools/utils@10.0.4(graphql@16.7.1): + resolution: {integrity: sha512-MF+nZgGROSnFgyOYWhrl2PuJMlIBvaCH48vtnlnDQKSeDc2fUfOzUVloBAQvnYmK9JBmHHks4Pxv25Ybg3r45Q==} + engines: {node: '>=16.0.0'} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-typed-document-node/core': 3.2.0(graphql@16.7.1) + dset: 3.1.2 + graphql: 16.7.1 + tslib: 2.6.0 + dev: true + + /@graphql-tools/utils@8.13.1(graphql@16.7.1): resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 dev: true - /@graphql-tools/utils@9.2.1(graphql@16.6.0): + /@graphql-tools/utils@9.2.1(graphql@16.7.1): resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-typed-document-node/core': 3.2.0(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.6.0 dev: true - /@graphql-tools/wrap@9.4.2(graphql@16.6.0): - resolution: {integrity: sha512-DFcd9r51lmcEKn0JW43CWkkI2D6T9XI1juW/Yo86i04v43O9w2/k4/nx2XTJv4Yv+iXwUw7Ok81PGltwGJSDSA==} + /@graphql-tools/wrap@10.0.0(graphql@16.7.1): + resolution: {integrity: sha512-HDOeUUh6UhpiH0WPJUQl44ODt1x5pnMUbOJZ7GjTdGQ7LK0AgVt3ftaAQ9duxLkiAtYJmu5YkULirfZGj4HzDg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.35(graphql@16.6.0) - '@graphql-tools/schema': 9.0.19(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - graphql: 16.6.0 + '@graphql-tools/delegate': 10.0.0(graphql@16.7.1) + '@graphql-tools/schema': 10.0.0(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + graphql: 16.7.1 tslib: 2.6.0 value-or-promise: 1.0.12 dev: true - /@graphql-typed-document-node/core@3.2.0(graphql@16.6.0): + /@graphql-typed-document-node/core@3.2.0(graphql@16.7.1): resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - graphql: 16.6.0 + graphql: 16.7.1 dev: true /@handsontable/react@12.1.2(handsontable@12.1.2): @@ -6846,7 +7179,7 @@ packages: resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.18 babel-plugin-istanbul: 6.1.1 @@ -8141,7 +8474,7 @@ packages: '@changesets/cli': 2.26.2 debug: 4.3.4 fast-glob: 3.3.0 - graphql: 16.6.0 + graphql: 16.7.1 jose: 4.14.4 next: 13.4.8(@babel/core@7.22.8)(react-dom@18.2.0)(react@18.2.0) raw-body: 2.5.2 @@ -9487,7 +9820,7 @@ packages: /@types/babel__core@7.20.1: resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} dependencies: - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 @@ -9503,7 +9836,7 @@ packages: /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.22.5 + '@babel/parser': 7.22.7 '@babel/types': 7.22.5 dev: true @@ -9759,6 +10092,7 @@ packages: /@types/parse-json@4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} + dev: false /@types/pikaday@1.7.4: resolution: {integrity: sha512-0KsHVyw5pTG829nqG4IRu7m+BFQlFEBdbE/1i3S5182HeKUKv1uEW0gyEmkJVp5i4IV+9pyh23O83+KpRkSQbw==} @@ -10043,19 +10377,19 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@urql/core@4.0.10(graphql@16.6.0): + /@urql/core@4.0.10(graphql@16.7.1): resolution: {integrity: sha512-Vs3nOSAnYftqOCg034Ostp/uSqWlQg5ryLIzcOrm8+O43s4M+Ew4GQAuemIH7ZDB8dek6h61zzWI3ujd8FH3NA==} dependencies: - '@0no-co/graphql.web': 1.0.4(graphql@16.6.0) + '@0no-co/graphql.web': 1.0.4(graphql@16.7.1) wonka: 6.3.2 transitivePeerDependencies: - graphql dev: false - /@urql/exchange-auth@2.1.4(graphql@16.6.0): + /@urql/exchange-auth@2.1.4(graphql@16.7.1): resolution: {integrity: sha512-ijAKSgswusrProxrusX8TcYntCgMptQiirdNHwgy0EcWucxQ+1zgxiRNFKpkaRMpGk5WCFeCpsXTEYtlvuFmDg==} dependencies: - '@urql/core': 4.0.10(graphql@16.6.0) + '@urql/core': 4.0.10(graphql@16.7.1) wonka: 6.3.2 transitivePeerDependencies: - graphql @@ -10064,7 +10398,7 @@ packages: /@vanilla-extract/babel-plugin-debug-ids@1.0.3: resolution: {integrity: sha512-vm4jYu1xhSa6ofQ9AhIpR3DkAp4c+eoR1Rpm8/TQI4DmWbmGbOjYRcqV0aWsfaIlNhN4kFuxFMKBNN9oG6iRzA==} dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 transitivePeerDependencies: - supports-color dev: true @@ -10385,6 +10719,11 @@ packages: resolution: {integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==} dev: true + /@whatwg-node/events@0.1.1: + resolution: {integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==} + engines: {node: '>=16.0.0'} + dev: true + /@whatwg-node/fetch@0.5.4: resolution: {integrity: sha512-dR5PCzvOeS7OaW6dpIlPt+Ou3pak7IEG+ZVAV26ltcaiDB3+IpuvjqRdhsY6FKHcqBo1qD+S99WXY9Z6+9Rwnw==} dependencies: @@ -10410,6 +10749,14 @@ packages: web-streams-polyfill: 3.2.1 dev: true + /@whatwg-node/fetch@0.9.9: + resolution: {integrity: sha512-OTVoDm039CNyAWSRc2WBimMl/N9J4Fk2le21Xzcf+3OiWPNNSIbMnpWKBUyraPh2d9SAEgoBdQxTfVNihXgiUw==} + engines: {node: '>=16.0.0'} + dependencies: + '@whatwg-node/node-fetch': 0.4.11 + urlpattern-polyfill: 9.0.0 + dev: true + /@whatwg-node/node-fetch@0.3.6: resolution: {integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==} dependencies: @@ -10420,6 +10767,17 @@ packages: tslib: 2.6.0 dev: true + /@whatwg-node/node-fetch@0.4.11: + resolution: {integrity: sha512-JRMx/yrBW/PXUH+0EIurUIQtAsEMrHtZBBKv6b+YCK1yG7pMNqtkl5Z39Rynq8ysVc/I6yTtNwkCy9bz5To1vw==} + engines: {node: '>=16.0.0'} + dependencies: + '@whatwg-node/events': 0.1.1 + busboy: 1.6.0 + fast-querystring: 1.1.2 + fast-url-parser: 1.1.3 + tslib: 2.6.0 + dev: true + /@xobotyi/scrollbar-width@1.9.5: resolution: {integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==} dev: false @@ -10958,12 +11316,12 @@ packages: resolution: {integrity: sha512-L3nSu8GgF4iEyNYakCQSfL2F5GI5aCXcot9mNTf+4N0/BMhpxqqHyOb6jIR24iq2xLjQZLG8FOt3gnUcV+9NVg==} dev: false - /babel-core@7.0.0-bridge.0(@babel/core@7.22.5): + /babel-core@7.0.0-bridge.0(@babel/core@7.22.8): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.5 + '@babel/core': 7.22.8 dev: true /babel-plugin-istanbul@6.1.1: @@ -10993,7 +11351,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.5 + '@babel/compat-data': 7.22.6 '@babel/core': 7.21.8 '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) semver: 6.3.1 @@ -11006,7 +11364,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.5 + '@babel/compat-data': 7.22.6 '@babel/core': 7.22.5 '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) semver: 6.3.1 @@ -11064,38 +11422,38 @@ packages: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} dev: true - /babel-preset-fbjs@3.4.0(@babel/core@7.22.5): + /babel-preset-fbjs@3.4.0(@babel/core@7.22.8): resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.5 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5) - '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.5) - '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.8 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.8) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.8) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.8) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.8) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.8) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color @@ -11953,16 +12311,7 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 - - /cosmiconfig@8.0.0: - resolution: {integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==} - engines: {node: '>=14'} - dependencies: - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - path-type: 4.0.0 - dev: true + dev: false /cosmiconfig@8.1.3: resolution: {integrity: sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==} @@ -13164,7 +13513,7 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.22.5 + '@babel/traverse': 7.22.8 '@babel/types': 7.22.5 c8: 7.14.0 transitivePeerDependencies: @@ -14060,9 +14409,9 @@ packages: /graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - /graphql-config@4.5.0(@types/node@18.15.3)(graphql@16.6.0): - resolution: {integrity: sha512-x6D0/cftpLUJ0Ch1e5sj1TZn6Wcxx4oMfmhaG9shM0DKajA9iR+j1z86GSTQ19fShbGvrSSvbIQsHku6aQ6BBw==} - engines: {node: '>= 10.0.0'} + /graphql-config@5.0.2(@types/node@18.15.3)(graphql@16.7.1): + resolution: {integrity: sha512-7TPxOrlbiG0JplSZYCyxn2XQtqVhXomEjXUmWJVSS5ET1nPhOJSsIb/WTwqWhcYX6G0RlHXSj9PLtGTKmxLNGg==} + engines: {node: '>= 16.0.0'} peerDependencies: cosmiconfig-toml-loader: ^1.0.0 graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -14070,15 +14419,15 @@ packages: cosmiconfig-toml-loader: optional: true dependencies: - '@graphql-tools/graphql-file-loader': 7.5.17(graphql@16.6.0) - '@graphql-tools/json-file-loader': 7.4.18(graphql@16.6.0) - '@graphql-tools/load': 7.8.14(graphql@16.6.0) - '@graphql-tools/merge': 8.4.2(graphql@16.6.0) - '@graphql-tools/url-loader': 7.17.18(@types/node@18.15.3)(graphql@16.6.0) - '@graphql-tools/utils': 9.2.1(graphql@16.6.0) - cosmiconfig: 8.0.0 - graphql: 16.6.0 - jiti: 1.17.1 + '@graphql-tools/graphql-file-loader': 8.0.0(graphql@16.7.1) + '@graphql-tools/json-file-loader': 8.0.0(graphql@16.7.1) + '@graphql-tools/load': 8.0.0(graphql@16.7.1) + '@graphql-tools/merge': 9.0.0(graphql@16.7.1) + '@graphql-tools/url-loader': 8.0.0(@types/node@18.15.3)(graphql@16.7.1) + '@graphql-tools/utils': 10.0.4(graphql@16.7.1) + cosmiconfig: 8.1.3 + graphql: 16.7.1 + jiti: 1.18.2 minimatch: 4.2.3 string-env-interpolation: 1.0.1 tslib: 2.6.0 @@ -14089,38 +14438,38 @@ packages: - utf-8-validate dev: true - /graphql-request@6.1.0(graphql@16.6.0): + /graphql-request@6.1.0(graphql@16.7.1): resolution: {integrity: sha512-p+XPfS4q7aIpKVcgmnZKhMNqhltk20hfXtkaIkTfjjmiKMJ5xrt5c743cL03y/K7y1rg3WrIC49xGiEQ4mxdNw==} peerDependencies: graphql: 14 - 16 dependencies: - '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.7.1) cross-fetch: 3.1.6 - graphql: 16.6.0 + graphql: 16.7.1 transitivePeerDependencies: - encoding dev: true - /graphql-tag@2.12.6(graphql@16.6.0): + /graphql-tag@2.12.6(graphql@16.7.1): resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} engines: {node: '>=10'} peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 16.6.0 + graphql: 16.7.1 tslib: 2.6.0 - /graphql-ws@5.12.1(graphql@16.6.0): - resolution: {integrity: sha512-umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg==} + /graphql-ws@5.14.0(graphql@16.7.1): + resolution: {integrity: sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g==} engines: {node: '>=10'} peerDependencies: graphql: '>=0.11 <=16' dependencies: - graphql: 16.6.0 + graphql: 16.7.1 dev: true - /graphql@16.6.0: - resolution: {integrity: sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==} + /graphql@16.7.1: + resolution: {integrity: sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} /gtin@1.0.2: @@ -14343,8 +14692,8 @@ packages: transitivePeerDependencies: - supports-color - /http-proxy-agent@6.1.1: - resolution: {integrity: sha512-JRCz+4Whs6yrrIoIlrH+ZTmhrRwtMnmOHsHn8GFEn9O2sVfSE+DAZ3oyyGIKF8tjJEeSJmP89j7aTjVsSqsU0g==} + /http-proxy-agent@7.0.0: + resolution: {integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 @@ -14381,8 +14730,8 @@ packages: transitivePeerDependencies: - supports-color - /https-proxy-agent@6.2.1: - resolution: {integrity: sha512-ONsE3+yfZF2caH5+bJlcddtWqNI3Gvs5A38+ngvljxaBiRXRswym2c7yf8UAeFpRFKjFNHIFEHqR/OLAWJzyiA==} + /https-proxy-agent@7.0.1: + resolution: {integrity: sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 @@ -14915,8 +15264,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.22.5 - '@babel/parser': 7.22.5 + '@babel/core': 7.22.8 + '@babel/parser': 7.22.7 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 @@ -15028,11 +15377,6 @@ packages: supports-color: 8.1.1 dev: true - /jiti@1.17.1: - resolution: {integrity: sha512-NZIITw8uZQFuzQimqjUxIrIcEdxYDFIe/0xYfIlVXTkiBjjyBEvgasj5bb0/cHtPRD/NziPbT312sFrkI5ALpw==} - hasBin: true - dev: true - /jiti@1.18.2: resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==} hasBin: true @@ -15108,17 +15452,17 @@ packages: peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.22.5 - '@babel/parser': 7.22.5 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.8 + '@babel/parser': 7.22.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.8) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.8) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.8) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.8) '@babel/preset-env': 7.21.5(@babel/core@7.21.8) - '@babel/preset-flow': 7.22.5(@babel/core@7.22.5) - '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5) - '@babel/register': 7.22.5(@babel/core@7.22.5) - babel-core: 7.0.0-bridge.0(@babel/core@7.22.5) + '@babel/preset-flow': 7.22.5(@babel/core@7.22.8) + '@babel/preset-typescript': 7.22.5(@babel/core@7.22.8) + '@babel/register': 7.22.5(@babel/core@7.22.8) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.8) chalk: 4.1.2 flow-parser: 0.209.0 graceful-fs: 4.2.11 @@ -15138,17 +15482,17 @@ packages: peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.22.5 - '@babel/parser': 7.22.5 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5) - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.8 + '@babel/parser': 7.22.7 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.8) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.8) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.8) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.8) '@babel/preset-env': 7.22.5(@babel/core@7.22.5) - '@babel/preset-flow': 7.22.5(@babel/core@7.22.5) - '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5) - '@babel/register': 7.22.5(@babel/core@7.22.5) - babel-core: 7.0.0-bridge.0(@babel/core@7.22.5) + '@babel/preset-flow': 7.22.5(@babel/core@7.22.8) + '@babel/preset-typescript': 7.22.5(@babel/core@7.22.8) + '@babel/register': 7.22.5(@babel/core@7.22.8) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.8) chalk: 4.1.2 flow-parser: 0.209.0 graceful-fs: 4.2.11 @@ -17606,7 +17950,7 @@ packages: hasBin: true dependencies: '@babel/core': 7.22.5 - '@babel/generator': 7.22.5 + '@babel/generator': 7.22.7 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -19894,12 +20238,16 @@ packages: resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==} dev: true - /urql@4.0.4(graphql@16.6.0)(react@18.2.0): + /urlpattern-polyfill@9.0.0: + resolution: {integrity: sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==} + dev: true + + /urql@4.0.4(graphql@16.7.1)(react@18.2.0): resolution: {integrity: sha512-C5P4BMnAsk+rbytCWglit5ijXbIKXsa9wofSGPbuMyJKsDdL+9GfipS362Nff/Caag+eYOK5W+sox8fwEILT6Q==} peerDependencies: react: '>= 16.8.0' dependencies: - '@urql/core': 4.0.10(graphql@16.6.0) + '@urql/core': 4.0.10(graphql@16.7.1) react: 18.2.0 wonka: 6.3.2 transitivePeerDependencies: