From 7c6e92eedeb620fc77d128b8afd4a5d4b96d117b Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Wed, 31 May 2023 21:12:37 +0200 Subject: [PATCH] Update react-hook-form, zod and zod-resolver --- .changeset/loud-adults-lie.md | 13 + apps/cms/package.json | 6 +- apps/crm/package.json | 4 +- apps/data-importer/package.json | 2 +- apps/emails-and-messages/package.json | 8 +- apps/invoices/package.json | 6 +- apps/monitoring/package.json | 2 +- apps/products-feed/package.json | 6 +- apps/search/package.json | 6 +- apps/taxes/package.json | 6 +- pnpm-lock.yaml | 1172 ++++++++++++++++--------- 11 files changed, 776 insertions(+), 455 deletions(-) create mode 100644 .changeset/loud-adults-lie.md diff --git a/.changeset/loud-adults-lie.md b/.changeset/loud-adults-lie.md new file mode 100644 index 0000000..9ecf51d --- /dev/null +++ b/.changeset/loud-adults-lie.md @@ -0,0 +1,13 @@ +--- +"saleor-app-emails-and-messages": patch +"saleor-app-data-importer": patch +"saleor-app-products-feed": patch +"saleor-app-monitoring": patch +"saleor-app-invoices": patch +"saleor-app-search": patch +"saleor-app-taxes": patch +"saleor-app-cms": patch +"saleor-app-crm": patch +--- + +Updated dependencies - react-hook-form, zod and zod resolver for react-hook-form diff --git a/apps/cms/package.json b/apps/cms/package.json index c65ef71..d8bf38a 100644 --- a/apps/cms/package.json +++ b/apps/cms/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@datocms/cma-client-node": "^1.2.4", - "@hookform/resolvers": "^2.9.10", + "@hookform/resolvers": "3.1.0", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "4.0.0-alpha.61", @@ -34,13 +34,13 @@ "pino-pretty": "^10.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.39.1", + "react-hook-form": "7.44.2", "react-markdown": "^8.0.5", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", "uuid": "^9.0.0", "vite": "^4.3.1", - "zod": "^3.19.1" + "zod": "3.21.4" }, "devDependencies": { "@graphql-codegen/cli": "2.13.3", diff --git a/apps/crm/package.json b/apps/crm/package.json index 28ec575..32dd54b 100644 --- a/apps/crm/package.json +++ b/apps/crm/package.json @@ -38,13 +38,13 @@ "pino-pretty": "^10.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.43.0", + "react-hook-form": "7.44.2", "react-is": "^18.2.0", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", "vite": "^4.3.1", "vitest": "^0.30.1", - "zod": "^3.20.2" + "zod": "3.21.4" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/data-importer/package.json b/apps/data-importer/package.json index 913c980..71f5333 100644 --- a/apps/data-importer/package.json +++ b/apps/data-importer/package.json @@ -41,7 +41,7 @@ "usehooks-ts": "^2.9.1", "vite": "^4.3.1", "vitest": "^0.30.1", - "zod": "^3.20.2" + "zod": "3.21.4" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/emails-and-messages/package.json b/apps/emails-and-messages/package.json index 855570b..5945bd3 100644 --- a/apps/emails-and-messages/package.json +++ b/apps/emails-and-messages/package.json @@ -16,13 +16,13 @@ "schemaVersion": "3.11.7" }, "dependencies": { - "@hookform/resolvers": "^3.1.0", + "@hookform/resolvers": "3.1.0", "@monaco-editor/react": "^4.4.6", "@saleor/app-sdk": "0.39.1", "@saleor/apps-shared": "workspace:*", "@saleor/apps-ui": "workspace:*", - "@saleor/react-hook-form-macaw": "workspace:*", "@saleor/macaw-ui": "0.8.0-pre.84", + "@saleor/react-hook-form-macaw": "workspace:*", "@sendgrid/client": "^7.7.0", "@sendgrid/mail": "^7.7.0", "@sentry/nextjs": "^7.52.1", @@ -47,14 +47,14 @@ "pino-pretty": "^10.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.43.9", + "react-hook-form": "7.44.2", "react-is": "^18.2.0", "react-query": "^3.39.3", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", "vite": "^4.3.8", "vitest": "^0.31.1", - "zod": "^3.20.2" + "zod": "3.21.4" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/invoices/package.json b/apps/invoices/package.json index dd061ab..73302f0 100644 --- a/apps/invoices/package.json +++ b/apps/invoices/package.json @@ -16,7 +16,7 @@ "schemaVersion": "3.10" }, "dependencies": { - "@hookform/resolvers": "^3.1.0", + "@hookform/resolvers": "3.1.0", "@saleor/app-sdk": "0.39.1", "@saleor/apps-shared": "workspace:*", "@saleor/macaw-ui": "0.8.0-pre.84", @@ -38,11 +38,11 @@ "pino-pretty": "^10.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.41.0", + "react-hook-form": "7.44.2", "tiny-invariant": "^1.3.1", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", - "zod": "^3.20.2" + "zod": "3.21.4" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/monitoring/package.json b/apps/monitoring/package.json index 33fde43..a853bad 100644 --- a/apps/monitoring/package.json +++ b/apps/monitoring/package.json @@ -32,7 +32,7 @@ "pino-pretty": "^10.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.42.1", + "react-hook-form": "7.44.2", "urql": "^3.0.3", "vite": "^4.3.1", "vitest": "^0.30.1" diff --git a/apps/products-feed/package.json b/apps/products-feed/package.json index 3b39733..3706eec 100644 --- a/apps/products-feed/package.json +++ b/apps/products-feed/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@aws-sdk/client-s3": "^3.332.0", - "@hookform/resolvers": "^2.9.10", + "@hookform/resolvers": "3.1.0", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "4.0.0-alpha.61", @@ -43,13 +43,13 @@ "pino-pretty": "^10.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.43.0", + "react-hook-form": "7.44.2", "react-is": "^18.2.0", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", "vite": "^4.3.1", "vitest": "^0.30.1", - "zod": "^3.20.2" + "zod": "3.21.4" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/search/package.json b/apps/search/package.json index 0b4d054..883fabc 100644 --- a/apps/search/package.json +++ b/apps/search/package.json @@ -16,7 +16,7 @@ "schemaVersion": "3.7" }, "dependencies": { - "@hookform/resolvers": "^3.1.0", + "@hookform/resolvers": "3.1.0", "@saleor/app-sdk": "0.39.1", "@saleor/apps-shared": "workspace:*", "@saleor/apps-ui": "workspace:*", @@ -37,10 +37,10 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-helmet": "^6.1.0", - "react-hook-form": "^7.43.9", + "react-hook-form": "7.44.2", "react-query": "^3.39.3", "urql": "^3.0.3", - "zod": "^3.21.4" + "zod": "3.21.4" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/taxes/package.json b/apps/taxes/package.json index bab28fe..de857b9 100644 --- a/apps/taxes/package.json +++ b/apps/taxes/package.json @@ -16,7 +16,7 @@ "schemaVersion": "3.10" }, "dependencies": { - "@hookform/resolvers": "^2.9.10", + "@hookform/resolvers": "3.1.0", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "4.0.0-alpha.61", @@ -43,13 +43,13 @@ "pino-pretty": "^10.0.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.42.1", + "react-hook-form": "7.44.2", "taxjar": "^4.0.1", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", "vite": "^4.3.1", "vitest": "^0.30.1", - "zod": "^3.20.2" + "zod": "3.21.4" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 574e3e3..5e23713 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,7 +21,7 @@ importers: version: 13.1.2 next: specifier: ^13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) prettier: specifier: ^2.8.4 version: 2.8.4 @@ -35,8 +35,8 @@ importers: specifier: ^1.2.4 version: 1.2.9 '@hookform/resolvers': - specifier: ^2.9.10 - version: 2.9.11(react-hook-form@7.43.1) + specifier: 3.1.0 + version: 3.1.0(react-hook-form@7.44.2) '@material-ui/core': specifier: ^4.12.4 version: 4.12.4(@types/react@18.0.27)(react-dom@18.2.0)(react@18.2.0) @@ -72,7 +72,7 @@ importers: version: 2.12.6(graphql@16.6.0) next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) pino: specifier: ^8.14.1 version: 8.14.1 @@ -86,8 +86,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.39.1 - version: 7.43.1(react@18.2.0) + specifier: 7.44.2 + version: 7.44.2(react@18.2.0) react-markdown: specifier: ^8.0.5 version: 8.0.5(@types/react@18.0.27)(react@18.2.0) @@ -104,12 +104,12 @@ importers: specifier: ^4.3.1 version: 4.3.1(@types/node@18.13.0) zod: - specifier: ^3.19.1 - version: 3.20.2 + specifier: 3.21.4 + version: 3.21.4 devDependencies: '@graphql-codegen/cli': specifier: 2.13.3 - version: 2.13.3(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 2.13.3(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 2.2.1 version: 2.2.1(graphql@16.6.0) @@ -223,7 +223,7 @@ importers: version: 20.0.3 next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) next-urql: specifier: ^4.0.2 version: 4.0.3(react@18.2.0)(urql@3.0.3) @@ -240,8 +240,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.43.0 - version: 7.43.1(react@18.2.0) + specifier: 7.44.2 + version: 7.44.2(react@18.2.0) react-is: specifier: ^18.2.0 version: 18.2.0 @@ -258,12 +258,12 @@ importers: specifier: ^0.30.1 version: 0.30.1(jsdom@20.0.3) zod: - specifier: ^3.20.2 - version: 3.20.2 + specifier: 3.21.4 + version: 3.21.4 devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -374,10 +374,10 @@ importers: version: 20.0.3 next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) nuvo-react: specifier: ^1.22.1 - version: 1.22.1(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 1.22.1(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) pino: specifier: ^8.14.1 version: 8.14.1 @@ -403,12 +403,12 @@ importers: specifier: ^0.30.1 version: 0.30.1(jsdom@20.0.3) zod: - specifier: ^3.20.2 - version: 3.20.2 + specifier: 3.21.4 + version: 3.21.4 devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -467,8 +467,8 @@ importers: apps/emails-and-messages: dependencies: '@hookform/resolvers': - specifier: ^3.1.0 - version: 3.1.0(react-hook-form@7.43.9) + specifier: 3.1.0 + version: 3.1.0(react-hook-form@7.44.2) '@monaco-editor/react': specifier: ^4.4.6 version: 4.4.6(monaco-editor@0.38.0)(react-dom@18.2.0)(react@18.2.0) @@ -540,7 +540,7 @@ importers: version: 4.13.0 next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) next-urql: specifier: ^4.0.3 version: 4.0.3(react@18.2.0)(urql@3.0.3) @@ -560,8 +560,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.43.9 - version: 7.43.9(react@18.2.0) + specifier: 7.44.2 + version: 7.44.2(react@18.2.0) react-is: specifier: ^18.2.0 version: 18.2.0 @@ -581,12 +581,12 @@ importers: specifier: ^0.31.1 version: 0.31.1(jsdom@20.0.3) zod: - specifier: ^3.20.2 - version: 3.20.2 + specifier: 3.21.4 + version: 3.21.4 devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -657,8 +657,8 @@ importers: apps/invoices: dependencies: '@hookform/resolvers': - specifier: ^3.1.0 - version: 3.1.0(react-hook-form@7.43.1) + specifier: 3.1.0 + version: 3.1.0(react-hook-form@7.44.2) '@saleor/app-sdk': specifier: 0.39.1 version: 0.39.1(next@13.3.0)(react-dom@18.2.0)(react@18.2.0) @@ -709,7 +709,7 @@ importers: version: 1.0.6 next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) pino: specifier: ^8.14.1 version: 8.14.1 @@ -723,8 +723,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.41.0 - version: 7.43.1(react@18.2.0) + specifier: 7.44.2 + version: 7.44.2(react@18.2.0) tiny-invariant: specifier: ^1.3.1 version: 1.3.1 @@ -735,12 +735,12 @@ importers: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) zod: - specifier: ^3.20.2 - version: 3.20.2 + specifier: 3.21.4 + version: 3.21.4 devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -842,7 +842,7 @@ importers: version: 2.12.6(graphql@16.6.0) next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) node-fetch: specifier: ^3.2.6 version: 3.3.0 @@ -873,7 +873,7 @@ importers: devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.0.1)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.0.1)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -975,7 +975,7 @@ importers: version: 20.0.3 next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) pino: specifier: ^8.14.1 version: 8.14.1 @@ -989,8 +989,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.42.1 - version: 7.43.1(react@18.2.0) + specifier: 7.44.2 + version: 7.44.2(react@18.2.0) urql: specifier: ^3.0.3 version: 3.0.3(graphql@16.6.0)(react@18.2.0) @@ -1003,7 +1003,7 @@ importers: devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -1068,8 +1068,8 @@ importers: specifier: ^3.332.0 version: 3.332.0 '@hookform/resolvers': - specifier: ^2.9.10 - version: 2.9.11(react-hook-form@7.43.1) + specifier: 3.1.0 + version: 3.1.0(react-hook-form@7.44.2) '@material-ui/core': specifier: ^4.12.4 version: 4.12.4(@types/react@18.0.27)(react-dom@18.2.0)(react@18.2.0) @@ -1129,7 +1129,7 @@ importers: version: 20.0.3 next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) next-urql: specifier: ^4.0.2 version: 4.0.3(react@18.2.0)(urql@3.0.3) @@ -1146,8 +1146,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.43.0 - version: 7.43.1(react@18.2.0) + specifier: 7.44.2 + version: 7.44.2(react@18.2.0) react-is: specifier: ^18.2.0 version: 18.2.0 @@ -1164,12 +1164,12 @@ importers: specifier: ^0.30.1 version: 0.30.1(jsdom@20.0.3) zod: - specifier: ^3.20.2 - version: 3.20.2 + specifier: 3.21.4 + version: 3.21.4 devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -1231,8 +1231,8 @@ importers: apps/search: dependencies: '@hookform/resolvers': - specifier: ^3.1.0 - version: 3.1.0(react-hook-form@7.43.9) + specifier: 3.1.0 + version: 3.1.0(react-hook-form@7.44.2) '@saleor/app-sdk': specifier: 0.39.1 version: 0.39.1(next@13.3.0)(react-dom@18.2.0)(react@18.2.0) @@ -1274,7 +1274,7 @@ importers: version: 2.12.6(graphql@16.6.0) next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) next-urql: specifier: 4.0.0 version: 4.0.0(react@18.2.0)(urql@3.0.3) @@ -1294,8 +1294,8 @@ importers: specifier: ^6.1.0 version: 6.1.0(react@18.2.0) react-hook-form: - specifier: ^7.43.9 - version: 7.43.9(react@18.2.0) + specifier: 7.44.2 + version: 7.44.2(react@18.2.0) react-query: specifier: ^3.39.3 version: 3.39.3(react-dom@18.2.0)(react@18.2.0) @@ -1303,12 +1303,12 @@ importers: specifier: ^3.0.3 version: 3.0.3(graphql@16.6.0)(react@18.2.0) zod: - specifier: ^3.21.4 + specifier: 3.21.4 version: 3.21.4 devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -1413,7 +1413,7 @@ importers: version: 4.11.4 next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) pino: specifier: ^8.14.1 version: 8.14.1 @@ -1444,7 +1444,7 @@ importers: devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -1480,10 +1480,10 @@ importers: version: 18.0.10 '@typescript-eslint/eslint-plugin': specifier: ^5.36.2 - version: 5.51.0(@typescript-eslint/parser@5.51.0)(eslint@8.35.0)(typescript@4.8.3) + version: 5.51.0(@typescript-eslint/parser@5.51.0)(eslint@8.41.0)(typescript@4.8.3) '@typescript-eslint/parser': specifier: ^5.36.2 - version: 5.51.0(eslint@8.35.0)(typescript@4.8.3) + version: 5.51.0(eslint@8.41.0)(typescript@4.8.3) autoprefixer: specifier: ^10.4.7 version: 10.4.13(postcss@8.4.21) @@ -1498,7 +1498,7 @@ importers: version: 8.4.21 pretty-quick: specifier: ^3.1.3 - version: 3.1.3(prettier@2.8.4) + version: 3.1.3(prettier@2.8.8) typescript: specifier: 4.8.3 version: 4.8.3 @@ -1506,8 +1506,8 @@ importers: apps/taxes: dependencies: '@hookform/resolvers': - specifier: ^2.9.10 - version: 2.9.11(react-hook-form@7.43.1) + specifier: 3.1.0 + version: 3.1.0(react-hook-form@7.44.2) '@material-ui/core': specifier: ^4.12.4 version: 4.12.4(@types/react@18.0.27)(react-dom@18.2.0)(react@18.2.0) @@ -1573,7 +1573,7 @@ importers: version: 20.0.3 next: specifier: 13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) pino: specifier: ^8.14.1 version: 8.14.1 @@ -1587,8 +1587,8 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: ^7.42.1 - version: 7.43.1(react@18.2.0) + specifier: 7.44.2 + version: 7.44.2(react@18.2.0) taxjar: specifier: ^4.0.1 version: 4.0.1 @@ -1605,12 +1605,12 @@ importers: specifier: ^0.30.1 version: 0.30.1(jsdom@20.0.3) zod: - specifier: ^3.20.2 - version: 3.20.2 + specifier: 3.21.4 + version: 3.21.4 devDependencies: '@graphql-codegen/cli': specifier: 3.2.2 - version: 3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + version: 3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-codegen/introspection': specifier: 3.0.1 version: 3.0.1(graphql@16.6.0) @@ -1695,7 +1695,7 @@ importers: devDependencies: next: specifier: ^13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) packages/react-hook-form-macaw: devDependencies: @@ -1807,7 +1807,7 @@ importers: version: link:../eslint-config-saleor next: specifier: ^13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -1840,7 +1840,7 @@ importers: version: link:../eslint-config-saleor next: specifier: ^13.3.0 - version: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + version: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: specifier: ^18.2.0 version: 18.2.0 @@ -1962,6 +1962,13 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.17 + /@ampproject/remapping@2.2.1: + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + /@ardatan/relay-compiler@12.0.0(graphql@16.6.0): resolution: {integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==} hasBin: true @@ -1971,7 +1978,7 @@ packages: '@babel/core': 7.21.8 '@babel/generator': 7.21.9 '@babel/parser': 7.21.9 - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 babel-preset-fbjs: 3.4.0(@babel/core@7.21.8) @@ -2081,13 +2088,13 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/chunked-blob-reader@3.310.0: resolution: {integrity: sha512-CrJS3exo4mWaLnWxfCH+w88Ou0IcAZSIkk4QbmxiHl/5Dq705OLoxf4385MVyExpqpeVJYOYQ2WaD8i/pQZ2fg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/client-s3@3.332.0: @@ -2188,7 +2195,7 @@ packages: '@aws-sdk/util-user-agent-browser': 3.329.0 '@aws-sdk/util-user-agent-node': 3.329.0 '@aws-sdk/util-utf8': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - aws-crt dev: false @@ -2228,7 +2235,7 @@ packages: '@aws-sdk/util-user-agent-browser': 3.329.0 '@aws-sdk/util-user-agent-node': 3.329.0 '@aws-sdk/util-utf8': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - aws-crt dev: false @@ -2272,7 +2279,7 @@ packages: '@aws-sdk/util-user-agent-node': 3.329.0 '@aws-sdk/util-utf8': 3.310.0 fast-xml-parser: 4.1.2 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - aws-crt dev: false @@ -2284,7 +2291,7 @@ packages: '@aws-sdk/types': 3.329.0 '@aws-sdk/util-config-provider': 3.310.0 '@aws-sdk/util-middleware': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/credential-provider-env@3.329.0: @@ -2293,7 +2300,7 @@ packages: dependencies: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/credential-provider-imds@3.329.0: @@ -2304,7 +2311,7 @@ packages: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/types': 3.329.0 '@aws-sdk/url-parser': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/credential-provider-ini@3.332.0: @@ -2319,7 +2326,7 @@ packages: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/shared-ini-file-loader': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - aws-crt dev: false @@ -2337,7 +2344,7 @@ packages: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/shared-ini-file-loader': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - aws-crt dev: false @@ -2349,7 +2356,7 @@ packages: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/shared-ini-file-loader': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/credential-provider-sso@3.332.0: @@ -2361,7 +2368,7 @@ packages: '@aws-sdk/shared-ini-file-loader': 3.329.0 '@aws-sdk/token-providers': 3.332.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - aws-crt dev: false @@ -2372,7 +2379,7 @@ packages: dependencies: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/eventstream-codec@3.329.0: @@ -2381,7 +2388,7 @@ packages: '@aws-crypto/crc32': 3.0.0 '@aws-sdk/types': 3.329.0 '@aws-sdk/util-hex-encoding': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/eventstream-serde-browser@3.329.0: @@ -2390,7 +2397,7 @@ packages: dependencies: '@aws-sdk/eventstream-serde-universal': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/eventstream-serde-config-resolver@3.329.0: @@ -2398,7 +2405,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/eventstream-serde-node@3.329.0: @@ -2407,7 +2414,7 @@ packages: dependencies: '@aws-sdk/eventstream-serde-universal': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/eventstream-serde-universal@3.329.0: @@ -2416,7 +2423,7 @@ packages: dependencies: '@aws-sdk/eventstream-codec': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/fetch-http-handler@3.329.0: @@ -2426,7 +2433,7 @@ packages: '@aws-sdk/querystring-builder': 3.329.0 '@aws-sdk/types': 3.329.0 '@aws-sdk/util-base64': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/hash-blob-browser@3.329.0: @@ -2434,7 +2441,7 @@ packages: dependencies: '@aws-sdk/chunked-blob-reader': 3.310.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/hash-node@3.329.0: @@ -2444,7 +2451,7 @@ packages: '@aws-sdk/types': 3.329.0 '@aws-sdk/util-buffer-from': 3.310.0 '@aws-sdk/util-utf8': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/hash-stream-node@3.329.0: @@ -2453,21 +2460,21 @@ packages: dependencies: '@aws-sdk/types': 3.329.0 '@aws-sdk/util-utf8': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/invalid-dependency@3.329.0: resolution: {integrity: sha512-UXynGusDxN/HxLma5ByJ7u+XnuMd47NbHOjJgYsaAjb1CVZT7hEPXOB+mcZ+Ku7To5SCOKu2QbRn7m4bGespBg==} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/is-array-buffer@3.310.0: resolution: {integrity: sha512-urnbcCR+h9NWUnmOtet/s4ghvzsidFmspfhYaHAmSRdy9yDjdjBJMFjjsn85A1ODUktztm+cVncXjQ38WCMjMQ==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/md5-js@3.329.0: @@ -2475,7 +2482,7 @@ packages: dependencies: '@aws-sdk/types': 3.329.0 '@aws-sdk/util-utf8': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-bucket-endpoint@3.329.0: @@ -2486,7 +2493,7 @@ packages: '@aws-sdk/types': 3.329.0 '@aws-sdk/util-arn-parser': 3.310.0 '@aws-sdk/util-config-provider': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-content-length@3.329.0: @@ -2495,7 +2502,7 @@ packages: dependencies: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-endpoint@3.329.0: @@ -2506,7 +2513,7 @@ packages: '@aws-sdk/types': 3.329.0 '@aws-sdk/url-parser': 3.329.0 '@aws-sdk/util-middleware': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-expect-continue@3.329.0: @@ -2515,7 +2522,7 @@ packages: dependencies: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-flexible-checksums@3.331.0: @@ -2528,7 +2535,7 @@ packages: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/types': 3.329.0 '@aws-sdk/util-utf8': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-host-header@3.329.0: @@ -2537,7 +2544,7 @@ packages: dependencies: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-location-constraint@3.329.0: @@ -2545,7 +2552,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-logger@3.329.0: @@ -2553,7 +2560,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-recursion-detection@3.329.0: @@ -2562,7 +2569,7 @@ packages: dependencies: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-retry@3.329.0: @@ -2574,7 +2581,7 @@ packages: '@aws-sdk/types': 3.329.0 '@aws-sdk/util-middleware': 3.329.0 '@aws-sdk/util-retry': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 uuid: 8.3.2 dev: false @@ -2585,7 +2592,7 @@ packages: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/types': 3.329.0 '@aws-sdk/util-arn-parser': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-sdk-sts@3.329.0: @@ -2594,7 +2601,7 @@ packages: dependencies: '@aws-sdk/middleware-signing': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-serde@3.329.0: @@ -2602,7 +2609,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-signing@3.329.0: @@ -2614,7 +2621,7 @@ packages: '@aws-sdk/signature-v4': 3.329.0 '@aws-sdk/types': 3.329.0 '@aws-sdk/util-middleware': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-ssec@3.329.0: @@ -2622,14 +2629,14 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-stack@3.329.0: resolution: {integrity: sha512-2huFLhJ45td2nuiIOjpc9JKJbFNn5CYmw9U8YDITTcydpteRN62CzCpeqroDvF89VOLWxh0ZFtuLCGUr7liSWQ==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/middleware-user-agent@3.332.0: @@ -2639,7 +2646,7 @@ packages: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/types': 3.329.0 '@aws-sdk/util-endpoints': 3.332.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/node-config-provider@3.329.0: @@ -2649,7 +2656,7 @@ packages: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/shared-ini-file-loader': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/node-http-handler@3.329.0: @@ -2660,7 +2667,7 @@ packages: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/querystring-builder': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/property-provider@3.329.0: @@ -2668,7 +2675,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/protocol-http@3.329.0: @@ -2676,7 +2683,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/querystring-builder@3.329.0: @@ -2685,7 +2692,7 @@ packages: dependencies: '@aws-sdk/types': 3.329.0 '@aws-sdk/util-uri-escape': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/querystring-parser@3.329.0: @@ -2693,7 +2700,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/service-error-classification@3.329.0: @@ -2706,7 +2713,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/signature-v4-multi-region@3.329.0: @@ -2721,7 +2728,7 @@ packages: '@aws-sdk/protocol-http': 3.329.0 '@aws-sdk/signature-v4': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/signature-v4@3.329.0: @@ -2734,7 +2741,7 @@ packages: '@aws-sdk/util-middleware': 3.329.0 '@aws-sdk/util-uri-escape': 3.310.0 '@aws-sdk/util-utf8': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/smithy-client@3.329.0: @@ -2743,7 +2750,7 @@ packages: dependencies: '@aws-sdk/middleware-stack': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/token-providers@3.332.0: @@ -2754,7 +2761,7 @@ packages: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/shared-ini-file-loader': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - aws-crt dev: false @@ -2763,7 +2770,7 @@ packages: resolution: {integrity: sha512-wFBW4yciDfzQBSFmWNaEvHShnSGLMxSu9Lls6EUf6xDMavxSB36bsrVRX6CyAo/W0NeIIyEOW1LclGPgJV1okg==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/url-parser@3.329.0: @@ -2771,14 +2778,14 @@ packages: dependencies: '@aws-sdk/querystring-parser': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-arn-parser@3.310.0: resolution: {integrity: sha512-jL8509owp/xB9+Or0pvn3Fe+b94qfklc2yPowZZIFAkFcCSIdkIglz18cPDWnYAcy9JGewpMS1COXKIUhZkJsA==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-base64@3.310.0: @@ -2786,20 +2793,20 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/util-buffer-from': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-body-length-browser@3.310.0: resolution: {integrity: sha512-sxsC3lPBGfpHtNTUoGXMQXLwjmR0zVpx0rSvzTPAuoVILVsp5AU/w5FphNPxD5OVIjNbZv9KsKTuvNTiZjDp9g==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-body-length-node@3.310.0: resolution: {integrity: sha512-2tqGXdyKhyA6w4zz7UPoS8Ip+7sayOg9BwHNidiGm2ikbDxm1YrCfYXvCBdwaJxa4hJfRVz+aL9e+d3GqPI9pQ==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-buffer-from@3.310.0: @@ -2807,14 +2814,14 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/is-array-buffer': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-config-provider@3.310.0: resolution: {integrity: sha512-xIBaYo8dwiojCw8vnUcIL4Z5tyfb1v3yjqyJKJWV/dqKUFOOS0U591plmXbM+M/QkXyML3ypon1f8+BoaDExrg==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-defaults-mode-browser@3.329.0: @@ -2824,7 +2831,7 @@ packages: '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/types': 3.329.0 bowser: 2.11.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-defaults-mode-node@3.329.0: @@ -2836,7 +2843,7 @@ packages: '@aws-sdk/node-config-provider': 3.329.0 '@aws-sdk/property-provider': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-endpoints@3.332.0: @@ -2844,28 +2851,28 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-hex-encoding@3.310.0: resolution: {integrity: sha512-sVN7mcCCDSJ67pI1ZMtk84SKGqyix6/0A1Ab163YKn+lFBQRMKexleZzpYzNGxYzmQS6VanP/cfU7NiLQOaSfA==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-locate-window@3.310.0: resolution: {integrity: sha512-qo2t/vBTnoXpjKxlsC2e1gBrRm80M3bId27r0BRB2VniSSe7bL1mmzM+/HFtujm0iAxtPM+aLEflLJlJeDPg0w==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-middleware@3.329.0: resolution: {integrity: sha512-RhBOBaxzkTUghi4MSqr8S5qeeBCjgJ0XPJ6jIYkVkj1saCmqkuZCgl3zFaYdyhdxxPV6nflkFer+1HUoqT+Fqw==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-retry@3.329.0: @@ -2873,7 +2880,7 @@ packages: engines: {node: '>= 14.0.0'} dependencies: '@aws-sdk/service-error-classification': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-stream-browser@3.329.0: @@ -2884,7 +2891,7 @@ packages: '@aws-sdk/util-base64': 3.310.0 '@aws-sdk/util-hex-encoding': 3.310.0 '@aws-sdk/util-utf8': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-stream-node@3.331.0: @@ -2894,14 +2901,14 @@ packages: '@aws-sdk/node-http-handler': 3.329.0 '@aws-sdk/types': 3.329.0 '@aws-sdk/util-buffer-from': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-uri-escape@3.310.0: resolution: {integrity: sha512-drzt+aB2qo2LgtDoiy/3sVG8w63cgLkqFIa2NFlGpUgHFWTXkqtbgf4L5QdjRGKWhmZsnqkbtL7vkSWEcYDJ4Q==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-user-agent-browser@3.329.0: @@ -2909,7 +2916,7 @@ packages: dependencies: '@aws-sdk/types': 3.329.0 bowser: 2.11.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-user-agent-node@3.329.0: @@ -2923,13 +2930,13 @@ packages: dependencies: '@aws-sdk/node-config-provider': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-utf8-browser@3.259.0: resolution: {integrity: sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-utf8@3.310.0: @@ -2937,7 +2944,7 @@ packages: engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/util-buffer-from': 3.310.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/util-waiter@3.329.0: @@ -2946,14 +2953,14 @@ packages: dependencies: '@aws-sdk/abort-controller': 3.329.0 '@aws-sdk/types': 3.329.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@aws-sdk/xml-builder@3.310.0: resolution: {integrity: sha512-TqELu4mOuSIKQCqj63fGVs86Yh+vBx5nHRpWKNUNhB2nPTpfbziTs5c1X358be3peVWA4wPxW7Nt53KIg1tnNw==} engines: {node: '>=14.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@babel/code-frame@7.18.6: @@ -2972,6 +2979,10 @@ packages: resolution: {integrity: sha512-FUGed8kfhyWvbYug/Un/VPJD41rDIgoVVcR+FuzhzOYyRz5uED+Gd3SLZml0Uw2l2aHFb7ZgdW5mGA3G2cCCnQ==} engines: {node: '>=6.9.0'} + /@babel/compat-data@7.22.3: + resolution: {integrity: sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==} + engines: {node: '>=6.9.0'} + /@babel/core@7.20.12: resolution: {integrity: sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==} engines: {node: '>=6.9.0'} @@ -3016,6 +3027,28 @@ packages: transitivePeerDependencies: - supports-color + /@babel/core@7.22.1: + resolution: {integrity: sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.22.3 + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) + '@babel/helper-module-transforms': 7.22.1 + '@babel/helpers': 7.22.3 + '@babel/parser': 7.22.4 + '@babel/template': 7.21.9 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 + convert-source-map: 1.9.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + /@babel/generator@7.20.14: resolution: {integrity: sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==} engines: {node: '>=6.9.0'} @@ -3034,6 +3067,15 @@ packages: '@jridgewell/trace-mapping': 0.3.17 jsesc: 2.5.2 + /@babel/generator@7.22.3: + resolution: {integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.4 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + jsesc: 2.5.2 + /@babel/helper-annotate-as-pure@7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} @@ -3074,6 +3116,19 @@ packages: lru-cache: 5.1.1 semver: 6.3.0 + /@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1): + resolution: {integrity: sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.22.3 + '@babel/core': 7.22.1 + '@babel/helper-validator-option': 7.21.0 + browserslist: 4.21.7 + lru-cache: 5.1.1 + semver: 6.3.0 + /@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.21.8): resolution: {integrity: sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==} engines: {node: '>=6.9.0'} @@ -3145,6 +3200,10 @@ packages: resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} engines: {node: '>=6.9.0'} + /@babel/helper-environment-visitor@7.22.1: + resolution: {integrity: sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==} + engines: {node: '>=6.9.0'} + /@babel/helper-function-name@7.21.0: resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} engines: {node: '>=6.9.0'} @@ -3193,6 +3252,21 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helper-module-transforms@7.22.1: + resolution: {integrity: sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-module-imports': 7.21.4 + '@babel/helper-simple-access': 7.21.5 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.21.9 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 + transitivePeerDependencies: + - supports-color + /@babel/helper-optimise-call-expression@7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} @@ -3304,6 +3378,16 @@ packages: transitivePeerDependencies: - supports-color + /@babel/helpers@7.22.3: + resolution: {integrity: sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.21.9 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 + transitivePeerDependencies: + - supports-color + /@babel/highlight@7.18.6: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} @@ -3326,6 +3410,13 @@ packages: dependencies: '@babel/types': 7.21.5 + /@babel/parser@7.22.4: + resolution: {integrity: sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.4 + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} @@ -3598,6 +3689,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.1): + resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: @@ -3624,6 +3725,17 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.22.1): + resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-plugin-utils': 7.21.5 + dev: false /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} @@ -4329,6 +4441,12 @@ packages: dependencies: regenerator-runtime: 0.13.11 + /@babel/runtime@7.22.3: + resolution: {integrity: sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.11 + /@babel/template@7.20.7: resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} @@ -4337,6 +4455,14 @@ packages: '@babel/parser': 7.20.15 '@babel/types': 7.20.7 + /@babel/template@7.21.9: + resolution: {integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.21.4 + '@babel/parser': 7.22.4 + '@babel/types': 7.22.4 + /@babel/traverse@7.21.5: resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} engines: {node: '>=6.9.0'} @@ -4354,6 +4480,23 @@ packages: transitivePeerDependencies: - supports-color + /@babel/traverse@7.22.4: + resolution: {integrity: sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.22.3 + '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.22.4 + '@babel/types': 7.22.4 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + /@babel/types@7.20.7: resolution: {integrity: sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==} engines: {node: '>=6.9.0'} @@ -4370,6 +4513,14 @@ packages: '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 + /@babel/types@7.22.4: + resolution: {integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.21.5 + '@babel/helper-validator-identifier': 7.19.1 + to-fast-properties: 2.0.0 + /@base2/pretty-print-object@1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} dev: true @@ -4597,15 +4748,15 @@ packages: engines: {node: '>=10.0.0'} dev: true - /@emotion/babel-plugin@11.10.5(@babel/core@7.21.8): + /@emotion/babel-plugin@11.10.5(@babel/core@7.22.1): resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-module-imports': 7.21.4 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.8) - '@babel/runtime': 7.20.13 + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.22.1) + '@babel/runtime': 7.22.3 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 '@emotion/serialize': 1.1.1 @@ -4627,7 +4778,7 @@ packages: stylis: 4.1.3 dev: false - /@emotion/css@11.10.0(@babel/core@7.21.8): + /@emotion/css@11.10.0(@babel/core@7.22.1): resolution: {integrity: sha512-dH9f+kSCucc8ilMg0MUA1AemabcyzYpe5EKX24F528PJjD7HyIY/VBNJHxfUdc8l400h2ncAjR6yEDu+DBj2cg==} peerDependencies: '@babel/core': ^7.0.0 @@ -4635,8 +4786,8 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.21.8 - '@emotion/babel-plugin': 11.10.5(@babel/core@7.21.8) + '@babel/core': 7.22.1 + '@emotion/babel-plugin': 11.10.5(@babel/core@7.22.1) '@emotion/cache': 11.10.5 '@emotion/serialize': 1.1.1 '@emotion/sheet': 1.2.1 @@ -5061,6 +5212,21 @@ packages: dev: true optional: true + /@eslint-community/eslint-utils@4.4.0(eslint@8.41.0): + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + dependencies: + eslint: 8.41.0 + eslint-visitor-keys: 3.4.1 + dev: true + + /@eslint-community/regexpp@4.5.1: + resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + dev: true + /@eslint/eslintrc@1.4.1: resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -5094,11 +5260,33 @@ packages: - supports-color dev: true + /@eslint/eslintrc@2.0.3: + resolution: {integrity: sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 9.5.2 + globals: 13.20.0 + ignore: 5.2.4 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + dev: true + /@eslint/js@8.35.0: resolution: {integrity: sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true + /@eslint/js@8.41.0: + resolution: {integrity: sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /@fal-works/esbuild-plugin-global-externals@2.1.2: resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==} dev: true @@ -5211,7 +5399,7 @@ packages: transitivePeerDependencies: - '@types/react' - /@graphql-codegen/cli@2.13.3(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0): + /@graphql-codegen/cli@2.13.3(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0): resolution: {integrity: sha512-nhSPc79Ieov7qz4XDgGzkxmAv2EQY+KxeBzcOL2HhnfbVZZLXa/B0TGE4B9lAbz/HAYwWzwv0YX7zg8UFkhzig==} hasBin: true peerDependencies: @@ -5223,9 +5411,9 @@ packages: '@graphql-codegen/core': 2.6.2(graphql@16.6.0) '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.6.0) '@graphql-tools/apollo-engine-loader': 7.3.25(@types/node@18.13.0)(graphql@16.6.0) - '@graphql-tools/code-file-loader': 7.3.20(@babel/core@7.21.8)(graphql@16.6.0) - '@graphql-tools/git-loader': 7.2.19(@babel/core@7.21.8)(graphql@16.6.0) - '@graphql-tools/github-loader': 7.3.26(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + '@graphql-tools/code-file-loader': 7.3.20(@babel/core@7.22.1)(graphql@16.6.0) + '@graphql-tools/git-loader': 7.2.19(@babel/core@7.22.1)(graphql@16.6.0) + '@graphql-tools/github-loader': 7.3.26(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-tools/graphql-file-loader': 7.5.16(graphql@16.6.0) '@graphql-tools/json-file-loader': 7.4.17(graphql@16.6.0) '@graphql-tools/load': 7.8.12(graphql@16.6.0) @@ -5264,7 +5452,7 @@ packages: - utf-8-validate dev: true - /@graphql-codegen/cli@3.2.2(@babel/core@7.21.8)(@types/node@18.0.1)(graphql@16.6.0): + /@graphql-codegen/cli@3.2.2(@babel/core@7.22.1)(@types/node@18.0.1)(graphql@16.6.0): resolution: {integrity: sha512-u+dm/SW1heLnUL4Tyf5Uv0AxOFhTCmUPHKwRLq2yE8MPhv7+Ti4vxxUP/XGoaMNRuHlN37wLI7tpFLV1Hhm22Q==} hasBin: true peerDependencies: @@ -5276,9 +5464,9 @@ packages: '@graphql-codegen/core': 3.1.0(graphql@16.6.0) '@graphql-codegen/plugin-helpers': 4.1.0(graphql@16.6.0) '@graphql-tools/apollo-engine-loader': 7.3.25(@types/node@18.0.1)(graphql@16.6.0) - '@graphql-tools/code-file-loader': 7.3.20(@babel/core@7.21.8)(graphql@16.6.0) - '@graphql-tools/git-loader': 7.2.19(@babel/core@7.21.8)(graphql@16.6.0) - '@graphql-tools/github-loader': 7.3.26(@babel/core@7.21.8)(@types/node@18.0.1)(graphql@16.6.0) + '@graphql-tools/code-file-loader': 7.3.20(@babel/core@7.22.1)(graphql@16.6.0) + '@graphql-tools/git-loader': 7.2.19(@babel/core@7.22.1)(graphql@16.6.0) + '@graphql-tools/github-loader': 7.3.26(@babel/core@7.22.1)(@types/node@18.0.1)(graphql@16.6.0) '@graphql-tools/graphql-file-loader': 7.5.16(graphql@16.6.0) '@graphql-tools/json-file-loader': 7.4.17(graphql@16.6.0) '@graphql-tools/load': 7.8.12(graphql@16.6.0) @@ -5317,7 +5505,7 @@ packages: - utf-8-validate dev: true - /@graphql-codegen/cli@3.2.2(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0): + /@graphql-codegen/cli@3.2.2(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0): resolution: {integrity: sha512-u+dm/SW1heLnUL4Tyf5Uv0AxOFhTCmUPHKwRLq2yE8MPhv7+Ti4vxxUP/XGoaMNRuHlN37wLI7tpFLV1Hhm22Q==} hasBin: true peerDependencies: @@ -5329,9 +5517,9 @@ packages: '@graphql-codegen/core': 3.1.0(graphql@16.6.0) '@graphql-codegen/plugin-helpers': 4.1.0(graphql@16.6.0) '@graphql-tools/apollo-engine-loader': 7.3.25(@types/node@18.13.0)(graphql@16.6.0) - '@graphql-tools/code-file-loader': 7.3.20(@babel/core@7.21.8)(graphql@16.6.0) - '@graphql-tools/git-loader': 7.2.19(@babel/core@7.21.8)(graphql@16.6.0) - '@graphql-tools/github-loader': 7.3.26(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0) + '@graphql-tools/code-file-loader': 7.3.20(@babel/core@7.22.1)(graphql@16.6.0) + '@graphql-tools/git-loader': 7.2.19(@babel/core@7.22.1)(graphql@16.6.0) + '@graphql-tools/github-loader': 7.3.26(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0) '@graphql-tools/graphql-file-loader': 7.5.16(graphql@16.6.0) '@graphql-tools/json-file-loader': 7.4.17(graphql@16.6.0) '@graphql-tools/load': 7.8.12(graphql@16.6.0) @@ -5391,7 +5579,7 @@ packages: '@graphql-tools/schema': 9.0.16(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@graphql-codegen/introspection@2.2.1(graphql@16.6.0): @@ -5461,7 +5649,7 @@ packages: graphql: 16.6.0 import-from: 4.0.0 lodash: 4.17.21 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@graphql-codegen/schema-ast@2.6.1(graphql@16.6.0): @@ -5703,7 +5891,7 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) '@whatwg-node/fetch': 0.7.0(@types/node@18.0.1) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - '@types/node' - encoding @@ -5718,7 +5906,7 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) '@whatwg-node/fetch': 0.7.0(@types/node@18.13.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - '@types/node' - encoding @@ -5732,20 +5920,20 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) dataloader: 2.2.1 graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 dev: true - /@graphql-tools/code-file-loader@7.3.20(@babel/core@7.21.8)(graphql@16.6.0): + /@graphql-tools/code-file-loader@7.3.20(@babel/core@7.22.1)(graphql@16.6.0): resolution: {integrity: sha512-htwylU+/if5j5rgrd/i2xgM22cWC2RGgUGO7K+nxZU+l7iCimJUdDQnqCW9G3eVHbLpVOhyza9bBUNMPzh3sxg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.4.6(@babel/core@7.21.8)(graphql@16.6.0) + '@graphql-tools/graphql-tag-pluck': 7.4.6(@babel/core@7.22.1)(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) globby: 11.1.0 graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 unixify: 1.0.0 transitivePeerDependencies: - '@babel/core' @@ -5763,7 +5951,7 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) dataloader: 2.2.1 graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 dev: true @@ -5778,7 +5966,7 @@ packages: graphql: 16.6.0 graphql-ws: 5.11.3(graphql@16.6.0) isomorphic-ws: 5.0.0(ws@8.12.0) - tslib: 2.5.0 + tslib: 2.5.2 ws: 8.12.0 transitivePeerDependencies: - bufferutil @@ -5797,7 +5985,7 @@ packages: extract-files: 11.0.0 graphql: 16.6.0 meros: 1.2.1(@types/node@18.0.1) - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' @@ -5815,7 +6003,7 @@ packages: extract-files: 11.0.0 graphql: 16.6.0 meros: 1.2.1(@types/node@18.13.0) - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' @@ -5830,7 +6018,7 @@ packages: '@types/ws': 8.5.4 graphql: 16.6.0 isomorphic-ws: 5.0.0(ws@8.12.0) - tslib: 2.5.0 + tslib: 2.5.2 ws: 8.12.0 transitivePeerDependencies: - bufferutil @@ -5846,38 +6034,38 @@ packages: '@graphql-typed-document-node/core': 3.1.1(graphql@16.6.0) '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 dev: true - /@graphql-tools/git-loader@7.2.19(@babel/core@7.21.8)(graphql@16.6.0): + /@graphql-tools/git-loader@7.2.19(@babel/core@7.22.1)(graphql@16.6.0): resolution: {integrity: sha512-F94PqVdBXbOETg7x081rJec+2egi/4TgXQWlvHdQ8jjrNd+C/EU+Dxq0ccmfnhUKdcVyKJpMpLUIUyY7uwX6gw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.4.6(@babel/core@7.21.8)(graphql@16.6.0) + '@graphql-tools/graphql-tag-pluck': 7.4.6(@babel/core@7.22.1)(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 is-glob: 4.0.3 micromatch: 4.0.5 - tslib: 2.5.0 + tslib: 2.5.2 unixify: 1.0.0 transitivePeerDependencies: - '@babel/core' - supports-color dev: true - /@graphql-tools/github-loader@7.3.26(@babel/core@7.21.8)(@types/node@18.0.1)(graphql@16.6.0): + /@graphql-tools/github-loader@7.3.26(@babel/core@7.22.1)(@types/node@18.0.1)(graphql@16.6.0): resolution: {integrity: sha512-fly5zI4H+2nQfpj3OENVq95cS/5qJZsBWy9zgTT6WucRmdzvxodhXh4Q4tkznCR0mWdROze/2/vb6tgkcddQ6Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/graphql-tag-pluck': 7.4.6(@babel/core@7.21.8)(graphql@16.6.0) + '@graphql-tools/graphql-tag-pluck': 7.4.6(@babel/core@7.22.1)(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) '@whatwg-node/fetch': 0.7.0(@types/node@18.0.1) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - '@babel/core' - '@types/node' @@ -5885,17 +6073,17 @@ packages: - supports-color dev: true - /@graphql-tools/github-loader@7.3.26(@babel/core@7.21.8)(@types/node@18.13.0)(graphql@16.6.0): + /@graphql-tools/github-loader@7.3.26(@babel/core@7.22.1)(@types/node@18.13.0)(graphql@16.6.0): resolution: {integrity: sha512-fly5zI4H+2nQfpj3OENVq95cS/5qJZsBWy9zgTT6WucRmdzvxodhXh4Q4tkznCR0mWdROze/2/vb6tgkcddQ6Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/graphql-tag-pluck': 7.4.6(@babel/core@7.21.8)(graphql@16.6.0) + '@graphql-tools/graphql-tag-pluck': 7.4.6(@babel/core@7.22.1)(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) '@whatwg-node/fetch': 0.7.0(@types/node@18.13.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - '@babel/core' - '@types/node' @@ -5912,22 +6100,22 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) globby: 11.1.0 graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 unixify: 1.0.0 dev: true - /@graphql-tools/graphql-tag-pluck@7.4.6(@babel/core@7.21.8)(graphql@16.6.0): + /@graphql-tools/graphql-tag-pluck@7.4.6(@babel/core@7.22.1)(graphql@16.6.0): resolution: {integrity: sha512-KPlkrC+WtJAg/Sv93rPiDHZDsgQDIZEy9ViHqz80KdRvq0aeQN9TGp26mQCyD7zo1Ib2paT16IVwTNQf02yxpQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@babel/parser': 7.21.9 - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.8) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.1) '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - '@babel/core' - supports-color @@ -5941,7 +6129,7 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 resolve-from: 5.0.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@graphql-tools/json-file-loader@7.4.17(graphql@16.6.0): @@ -5952,7 +6140,7 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) globby: 11.1.0 graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 unixify: 1.0.0 dev: true @@ -5965,7 +6153,7 @@ packages: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 p-limit: 3.1.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@graphql-tools/merge@8.3.18(graphql@16.6.0): @@ -5975,7 +6163,7 @@ packages: dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@graphql-tools/optimize@1.3.1(graphql@16.6.0): @@ -5984,7 +6172,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@graphql-tools/prisma-loader@7.2.62(@types/node@18.0.1)(graphql@16.6.0): @@ -6010,7 +6198,7 @@ packages: jsonwebtoken: 9.0.0 lodash: 4.17.21 scuid: 1.1.0 - tslib: 2.5.0 + tslib: 2.5.2 yaml-ast-parser: 0.0.43 transitivePeerDependencies: - '@types/node' @@ -6043,7 +6231,7 @@ packages: jsonwebtoken: 9.0.0 lodash: 4.17.21 scuid: 1.1.0 - tslib: 2.5.0 + tslib: 2.5.2 yaml-ast-parser: 0.0.43 transitivePeerDependencies: - '@types/node' @@ -6061,7 +6249,7 @@ packages: '@ardatan/relay-compiler': 12.0.0(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - encoding - supports-color @@ -6075,7 +6263,7 @@ packages: '@graphql-tools/merge': 8.3.18(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 dev: true @@ -6095,7 +6283,7 @@ packages: '@whatwg-node/fetch': 0.7.0(@types/node@18.0.1) graphql: 16.6.0 isomorphic-ws: 5.0.0(ws@8.12.0) - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 ws: 8.12.0 transitivePeerDependencies: @@ -6121,7 +6309,7 @@ packages: '@whatwg-node/fetch': 0.7.0(@types/node@18.13.0) graphql: 16.6.0 isomorphic-ws: 5.0.0(ws@8.12.0) - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 ws: 8.12.0 transitivePeerDependencies: @@ -6137,7 +6325,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@graphql-tools/utils@9.2.1(graphql@16.6.0): @@ -6147,7 +6335,7 @@ packages: dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.6.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@graphql-tools/wrap@9.3.5(graphql@16.6.0): @@ -6159,7 +6347,7 @@ packages: '@graphql-tools/schema': 9.0.16(graphql@16.6.0) '@graphql-tools/utils': 9.2.1(graphql@16.6.0) graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.5.2 value-or-promise: 1.0.12 dev: true @@ -6215,28 +6403,12 @@ packages: react: 18.2.0 dev: false - /@hookform/resolvers@2.9.11(react-hook-form@7.43.1): - resolution: {integrity: sha512-bA3aZ79UgcHj7tFV7RlgThzwSSHZgvfbt2wprldRkYBcMopdMvHyO17Wwp/twcJasNFischFfS7oz8Katz8DdQ==} - peerDependencies: - react-hook-form: ^7.0.0 - dependencies: - react-hook-form: 7.43.1(react@18.2.0) - dev: false - - /@hookform/resolvers@3.1.0(react-hook-form@7.43.1): + /@hookform/resolvers@3.1.0(react-hook-form@7.44.2): resolution: {integrity: sha512-z0A8K+Nxq+f83Whm/ajlwE6VtQlp/yPHZnXw7XWVPIGm1Vx0QV8KThU3BpbBRfAZ7/dYqCKKBNnQh85BkmBKkA==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.43.1(react@18.2.0) - dev: false - - /@hookform/resolvers@3.1.0(react-hook-form@7.43.9): - resolution: {integrity: sha512-z0A8K+Nxq+f83Whm/ajlwE6VtQlp/yPHZnXw7XWVPIGm1Vx0QV8KThU3BpbBRfAZ7/dYqCKKBNnQh85BkmBKkA==} - peerDependencies: - react-hook-form: ^7.0.0 - dependencies: - react-hook-form: 7.43.9(react@18.2.0) + react-hook-form: 7.44.2(react@18.2.0) dev: false /@humanwhocodes/config-array@0.10.7: @@ -6379,6 +6551,14 @@ packages: '@jridgewell/sourcemap-codec': 1.4.14 '@jridgewell/trace-mapping': 0.3.17 + /@jridgewell/gen-mapping@0.3.3: + resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 + /@jridgewell/resolve-uri@3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} @@ -6397,12 +6577,21 @@ packages: /@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + /@jridgewell/sourcemap-codec@1.4.15: + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + /@jridgewell/trace-mapping@0.3.17: resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 + /@jridgewell/trace-mapping@0.3.18: + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 + /@juggle/resize-observer@3.4.0: resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} @@ -6419,7 +6608,7 @@ packages: /@manypkg/find-root@1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -6887,13 +7076,13 @@ packages: dependencies: asn1js: 3.0.5 pvtsutils: 1.3.2 - tslib: 2.5.0 + tslib: 2.5.2 /@peculiar/json-schema@1.1.12: resolution: {integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==} engines: {node: '>=8.0.0'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 /@peculiar/webcrypto@1.4.1: resolution: {integrity: sha512-eK4C6WTNYxoI7JOabMoZICiyqRRtJB220bh0Mbj5RwRycleZf9BPyZoxsTvpP0FpmVS2aS13NKOuh5/tN3sIRw==} @@ -6902,7 +7091,7 @@ packages: '@peculiar/asn1-schema': 2.3.3 '@peculiar/json-schema': 1.1.12 pvtsutils: 1.3.2 - tslib: 2.5.0 + tslib: 2.5.2 webcrypto-core: 1.7.5 /@pkgr/utils@2.3.1: @@ -6914,7 +7103,7 @@ packages: open: 8.4.0 picocolors: 1.0.0 tiny-glob: 0.2.9 - tslib: 2.5.0 + tslib: 2.5.2 /@popperjs/core@2.11.6: resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==} @@ -6923,12 +7112,12 @@ packages: /@radix-ui/number@1.0.0: resolution: {integrity: sha512-Ofwh/1HX69ZfJRiRBMTy7rgjAzHmwe4kW9C9Y99HTRUcYLUuVT0KESFj15rPjRgKJs20GPq8Bm5aEDJ8DuA3vA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 /@radix-ui/primitive@1.0.0: resolution: {integrity: sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 /@radix-ui/react-accordion@1.1.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-TQtyyRubYe8DD6DYCovNLTjd2D+TFrNCpr99T5M3cYUbR7BsRxWsxfInjbQ1nHsdy2uPTcnJS5npyXPVfP0piw==} @@ -6955,7 +7144,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -6984,7 +7173,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/primitive': 1.0.0 '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) '@radix-ui/react-context': 1.0.0(react@18.2.0) @@ -7002,7 +7191,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) '@radix-ui/react-context': 1.0.0(react@18.2.0) '@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0) @@ -7015,7 +7204,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 react: 18.2.0 /@radix-ui/react-context@1.0.0(react@18.2.0): @@ -7023,7 +7212,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 react: 18.2.0 /@radix-ui/react-dialog@1.0.3(@types/react@18.0.27)(react-dom@18.2.0)(react@18.2.0): @@ -7084,7 +7273,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 react: 18.2.0 /@radix-ui/react-dismissable-layer@1.0.3(react-dom@18.2.0)(react@18.2.0): @@ -7093,7 +7282,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/primitive': 1.0.0 '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) '@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0) @@ -7146,7 +7335,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 react: 18.2.0 /@radix-ui/react-focus-scope@1.0.2(react-dom@18.2.0)(react@18.2.0): @@ -7155,7 +7344,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) '@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0) @@ -7167,7 +7356,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-use-layout-effect': 1.0.0(react@18.2.0) react: 18.2.0 @@ -7177,7 +7366,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/primitive': 1.0.0 '@radix-ui/react-collection': 1.0.2(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) @@ -7208,7 +7397,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/primitive': 1.0.0 '@radix-ui/react-collection': 1.0.2(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) @@ -7293,7 +7482,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@floating-ui/react-dom': 0.7.2(@types/react@18.0.27)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-arrow': 1.0.2(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) @@ -7316,7 +7505,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@floating-ui/react-dom': 0.7.2(@types/react@18.0.38)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-arrow': 1.0.2(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) @@ -7349,7 +7538,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) '@radix-ui/react-use-layout-effect': 1.0.0(react@18.2.0) react: 18.2.0 @@ -7361,7 +7550,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-slot': 1.0.1(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -7392,7 +7581,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/primitive': 1.0.0 '@radix-ui/react-collection': 1.0.2(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) @@ -7477,7 +7666,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) react: 18.2.0 @@ -7548,7 +7737,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 react: 18.2.0 /@radix-ui/react-use-controllable-state@1.0.0(react@18.2.0): @@ -7556,7 +7745,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0) react: 18.2.0 @@ -7565,7 +7754,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0) react: 18.2.0 @@ -7574,7 +7763,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 react: 18.2.0 /@radix-ui/react-use-previous@1.0.0(react@18.2.0): @@ -7582,7 +7771,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 react: 18.2.0 /@radix-ui/react-use-rect@1.0.0(react@18.2.0): @@ -7590,7 +7779,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/rect': 1.0.0 react: 18.2.0 @@ -7599,7 +7788,7 @@ packages: peerDependencies: react: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-use-layout-effect': 1.0.0(react@18.2.0) react: 18.2.0 @@ -7609,7 +7798,7 @@ packages: react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@radix-ui/react-primitive': 1.0.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -7617,7 +7806,7 @@ packages: /@radix-ui/rect@1.0.0: resolution: {integrity: sha512-d0O68AYy/9oeEy1DdC07bz1/ZXX+DqCskRd3i4JzLSTXwefzaepQrKjXC7aNM8lTHjFLDO0pDgaEiQ7jEk+HVg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 /@remix-run/router@1.3.2: resolution: {integrity: sha512-t54ONhl/h75X94SWsHGQ4G/ZrCEguKSRQr7DrjTciJXW0YU1QhlwYeycvK5JgkzlxmvrK7wq1NB/PLtHxoiDcA==} @@ -7684,7 +7873,7 @@ packages: fast-glob: 3.2.12 graphql: 16.6.0 jose: 4.11.4 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) raw-body: 2.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -8095,7 +8284,7 @@ packages: '@sentry/utils': 7.36.0 '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 rollup: 2.78.0 tslib: 1.14.1 @@ -8125,7 +8314,7 @@ packages: '@sentry/utils': 7.39.0 '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 rollup: 2.78.0 tslib: 1.14.1 @@ -8155,7 +8344,7 @@ packages: '@sentry/utils': 7.43.0 '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 rollup: 2.78.0 stacktrace-parser: 0.1.10 @@ -8185,7 +8374,7 @@ packages: '@sentry/utils': 7.45.0 '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 rollup: 2.78.0 stacktrace-parser: 0.1.10 @@ -8215,7 +8404,7 @@ packages: '@sentry/utils': 7.46.0 '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 rollup: 2.78.0 stacktrace-parser: 0.1.10 @@ -8245,7 +8434,7 @@ packages: '@sentry/utils': 7.52.1 '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 rollup: 2.78.0 stacktrace-parser: 0.1.10 @@ -9658,7 +9847,7 @@ packages: /@swc/helpers@0.3.17: resolution: {integrity: sha512-tb7Iu+oZ+zWJZ3HJqwx8oNwSDIU440hmVMDPhpACWQWnrZHK99Bxs70gT1L2dnr5Hg50ZRWEFkQCAnOVVV0z1Q==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /@swc/helpers@0.4.14: @@ -9774,7 +9963,7 @@ packages: peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@testing-library/dom': 8.20.0 dev: true @@ -9821,7 +10010,7 @@ packages: '@trpc/client': 10.10.0(@trpc/server@10.10.0) '@trpc/react-query': 10.10.0(@tanstack/react-query@4.24.4)(@trpc/client@10.10.0)(@trpc/server@10.10.0)(react-dom@18.2.0)(react@18.2.0) '@trpc/server': 10.10.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-ssr-prepass: 1.5.0(react@18.2.0) @@ -9842,7 +10031,7 @@ packages: '@trpc/client': 10.14.0(@trpc/server@10.14.0) '@trpc/react-query': 10.14.0(@tanstack/react-query@4.24.4)(@trpc/client@10.14.0)(@trpc/server@10.14.0)(react-dom@18.2.0)(react@18.2.0) '@trpc/server': 10.14.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-ssr-prepass: 1.5.0(react@18.2.0) @@ -9863,7 +10052,7 @@ packages: '@trpc/client': 10.18.0(@trpc/server@10.18.0) '@trpc/react-query': 10.18.0(@tanstack/react-query@4.28.0)(@trpc/client@10.18.0)(@trpc/server@10.18.0)(react-dom@18.2.0)(react@18.2.0) '@trpc/server': 10.18.0 - next: 13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0) + next: 13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-ssr-prepass: 1.5.0(react@18.2.0) @@ -10368,7 +10557,7 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin@5.51.0(@typescript-eslint/parser@5.51.0)(eslint@8.35.0)(typescript@4.8.3): + /@typescript-eslint/eslint-plugin@5.51.0(@typescript-eslint/parser@5.51.0)(eslint@8.41.0)(typescript@4.8.3): resolution: {integrity: sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -10379,12 +10568,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.51.0(eslint@8.35.0)(typescript@4.8.3) + '@typescript-eslint/parser': 5.51.0(eslint@8.41.0)(typescript@4.8.3) '@typescript-eslint/scope-manager': 5.51.0 - '@typescript-eslint/type-utils': 5.51.0(eslint@8.35.0)(typescript@4.8.3) - '@typescript-eslint/utils': 5.51.0(eslint@8.35.0)(typescript@4.8.3) + '@typescript-eslint/type-utils': 5.51.0(eslint@8.41.0)(typescript@4.8.3) + '@typescript-eslint/utils': 5.51.0(eslint@8.41.0)(typescript@4.8.3) debug: 4.3.4 - eslint: 8.35.0 + eslint: 8.41.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -10515,7 +10704,7 @@ packages: transitivePeerDependencies: - supports-color - /@typescript-eslint/parser@5.51.0(eslint@8.35.0)(typescript@4.8.3): + /@typescript-eslint/parser@5.51.0(eslint@8.41.0)(typescript@4.8.3): resolution: {integrity: sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -10529,7 +10718,7 @@ packages: '@typescript-eslint/types': 5.51.0 '@typescript-eslint/typescript-estree': 5.51.0(typescript@4.8.3) debug: 4.3.4 - eslint: 8.35.0 + eslint: 8.41.0 typescript: 4.8.3 transitivePeerDependencies: - supports-color @@ -10542,7 +10731,7 @@ packages: '@typescript-eslint/types': 5.51.0 '@typescript-eslint/visitor-keys': 5.51.0 - /@typescript-eslint/type-utils@5.51.0(eslint@8.35.0)(typescript@4.8.3): + /@typescript-eslint/type-utils@5.51.0(eslint@8.41.0)(typescript@4.8.3): resolution: {integrity: sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -10553,9 +10742,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.51.0(typescript@4.8.3) - '@typescript-eslint/utils': 5.51.0(eslint@8.35.0)(typescript@4.8.3) + '@typescript-eslint/utils': 5.51.0(eslint@8.41.0)(typescript@4.8.3) debug: 4.3.4 - eslint: 8.35.0 + eslint: 8.41.0 tsutils: 3.21.0(typescript@4.8.3) typescript: 4.8.3 transitivePeerDependencies: @@ -10670,7 +10859,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@5.51.0(eslint@8.35.0)(typescript@4.8.3): + /@typescript-eslint/utils@5.51.0(eslint@8.41.0)(typescript@4.8.3): resolution: {integrity: sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -10681,9 +10870,9 @@ packages: '@typescript-eslint/scope-manager': 5.51.0 '@typescript-eslint/types': 5.51.0 '@typescript-eslint/typescript-estree': 5.51.0(typescript@4.8.3) - eslint: 8.35.0 + eslint: 8.41.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0(eslint@8.35.0) + eslint-utils: 3.0.0(eslint@8.41.0) semver: 7.5.1 transitivePeerDependencies: - supports-color @@ -11216,7 +11405,7 @@ packages: '@types/node': 18.0.1 '@whatwg-node/events': 0.0.2 busboy: 1.6.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@whatwg-node/node-fetch@0.0.6(@types/node@18.13.0): @@ -11227,7 +11416,7 @@ packages: '@types/node': 18.13.0 '@whatwg-node/events': 0.0.2 busboy: 1.6.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@whatwg-node/node-fetch@0.3.2(@types/node@18.0.1): @@ -11240,7 +11429,7 @@ packages: busboy: 1.6.0 fast-querystring: 1.1.1 fast-url-parser: 1.1.3 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@whatwg-node/node-fetch@0.3.2(@types/node@18.13.0): @@ -11253,7 +11442,7 @@ packages: busboy: 1.6.0 fast-querystring: 1.1.1 fast-url-parser: 1.1.3 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@xobotyi/scrollbar-width@1.9.5: @@ -11275,7 +11464,7 @@ packages: esbuild: '>=0.10.0' dependencies: esbuild: 0.17.17 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /@zxing/text-encoding@0.9.0: @@ -11554,7 +11743,7 @@ packages: dependencies: '@types/react': 18.0.14 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /aria-hidden@1.2.2(@types/react@18.0.27)(react@18.2.0): @@ -11569,7 +11758,7 @@ packages: dependencies: '@types/react': 18.0.27 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 /aria-hidden@1.2.2(@types/react@18.0.38)(react@18.2.0): resolution: {integrity: sha512-6y/ogyDTk/7YAe91T3E2PR1ALVKyM2QbTio5HwM+N1Q6CMlCKhvClyIjkckBswa0f2xJhjsfzIGa1yVSe1UMVA==} @@ -11583,7 +11772,7 @@ packages: dependencies: '@types/react': 18.0.38 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 /aria-query@5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} @@ -11665,7 +11854,7 @@ packages: dependencies: pvtsutils: 1.3.2 pvutils: 1.1.3 - tslib: 2.5.0 + tslib: 2.5.2 /assert-plus@1.0.0: resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} @@ -11691,21 +11880,21 @@ packages: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /ast-types@0.15.2: resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} engines: {node: '>=4'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /ast-types@0.16.1: resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==} engines: {node: '>=4'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /astral-regex@2.0.0: @@ -11827,7 +12016,7 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 cosmiconfig: 7.1.0 resolve: 1.22.1 dev: false @@ -12054,7 +12243,7 @@ packages: /broadcast-channel@3.7.0: resolution: {integrity: sha512-cIAKJXAxGJceNZGTZSBzMxzyOn72cVgPnKx4dc6LRjQgbaJUQqhy5rzL3zbMxkMWsGKkv2hSFkPRMEXfoMZ2Mg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 detect-node: 2.1.0 js-sha3: 0.8.0 microseconds: 0.2.0 @@ -12090,6 +12279,16 @@ packages: node-releases: 2.0.10 update-browserslist-db: 1.0.10(browserslist@4.21.5) + /browserslist@4.21.7: + resolution: {integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001492 + electron-to-chromium: 1.4.414 + node-releases: 2.0.12 + update-browserslist-db: 1.0.11(browserslist@4.21.7) + /bser@2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: @@ -12207,7 +12406,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /camelcase-keys@6.2.2: @@ -12238,11 +12437,14 @@ packages: /caniuse-lite@1.0.30001464: resolution: {integrity: sha512-oww27MtUmusatpRpCGSOneQk2/l5czXANDSFvsc7VuOQ86s3ANhZetpwXNf1zY/zdfP63Xvjz325DAdAoES13g==} + /caniuse-lite@1.0.30001492: + resolution: {integrity: sha512-2efF8SAZwgAX1FJr87KWhvuJxnGJKOnctQa8xLOskAXNXq8oiuqgl6u1kk3fFpsp3GgvzlRjiK1sl63hNtFADw==} + /capital-case@1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 upper-case-first: 2.0.2 dev: true @@ -12342,7 +12544,7 @@ packages: path-case: 3.0.4 sentence-case: 3.0.4 snake-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /character-entities@2.0.2: @@ -12375,7 +12577,7 @@ packages: htmlparser2: 6.1.0 parse5: 6.0.1 parse5-htmlparser2-tree-adapter: 6.0.1 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /chevrotain@6.5.0: @@ -12710,7 +12912,7 @@ packages: resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 upper-case: 2.0.2 dev: true @@ -12879,7 +13081,7 @@ packages: /css-vendor@2.0.8: resolution: {integrity: sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 is-in-browser: 1.1.3 /css-what@5.1.0: @@ -13233,7 +13435,7 @@ packages: /dom-helpers@5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 csstype: 3.1.1 /dom-serializer@1.4.1: @@ -13307,7 +13509,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /dot-object@2.1.4: @@ -13350,12 +13552,12 @@ packages: peerDependencies: react: '>=16.12.0' dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 compute-scroll-into-view: 2.0.4 prop-types: 15.8.1 react: 18.2.0 react-is: 17.0.2 - tslib: 2.5.0 + tslib: 2.5.2 /dset@3.1.2: resolution: {integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==} @@ -13419,6 +13621,9 @@ packages: /electron-to-chromium@1.4.288: resolution: {integrity: sha512-8s9aJf3YiokIrR+HOQzNOGmEHFXVUQzXM/JaViVvKdCkNUjS+lEa/uT7xw3nDVG/IgfxiIwUGkwJ6AR1pTpYsQ==} + /electron-to-chromium@1.4.414: + resolution: {integrity: sha512-RRuCvP6ekngVh2SAJaOKT/hxqc9JAsK+Pe0hP5tGQIfonU2Zy9gMGdJ+mBdyl/vNucMG6gkXYtuM4H/1giws5w==} + /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -14018,7 +14223,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 aria-query: 5.1.3 array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 @@ -14043,7 +14248,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 aria-query: 5.1.3 array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 @@ -14068,7 +14273,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 aria-query: 5.1.3 array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 @@ -14093,7 +14298,7 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 aria-query: 5.1.3 array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 @@ -14267,6 +14472,14 @@ packages: esrecurse: 4.3.0 estraverse: 5.3.0 + /eslint-scope@7.2.0: + resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + dev: true + /eslint-utils@3.0.0(eslint@8.15.0): resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} @@ -14326,6 +14539,16 @@ packages: eslint-visitor-keys: 2.1.0 dev: true + /eslint-utils@3.0.0(eslint@8.41.0): + resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} + engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} + peerDependencies: + eslint: '>=5' + dependencies: + eslint: 8.41.0 + eslint-visitor-keys: 2.1.0 + dev: true + /eslint-visitor-keys@2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} @@ -14334,6 +14557,11 @@ packages: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /eslint-visitor-keys@3.4.1: + resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + /eslint@8.15.0: resolution: {integrity: sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -14617,6 +14845,54 @@ packages: - supports-color dev: true + /eslint@8.41.0: + resolution: {integrity: sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + hasBin: true + dependencies: + '@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0) + '@eslint-community/regexpp': 4.5.1 + '@eslint/eslintrc': 2.0.3 + '@eslint/js': 8.41.0 + '@humanwhocodes/config-array': 0.11.8 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.4 + doctrine: 3.0.0 + escape-string-regexp: 4.0.0 + eslint-scope: 7.2.0 + eslint-visitor-keys: 3.4.1 + espree: 9.5.2 + esquery: 1.5.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + find-up: 5.0.0 + glob-parent: 6.0.2 + globals: 13.20.0 + graphemer: 1.4.0 + ignore: 5.2.4 + import-fresh: 3.3.0 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + js-yaml: 4.1.0 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.1 + strip-ansi: 6.0.1 + strip-json-comments: 3.1.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + dev: true + /espree@9.4.1: resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -14625,6 +14901,15 @@ packages: acorn-jsx: 5.3.2(acorn@8.8.2) eslint-visitor-keys: 3.3.0 + /espree@9.5.2: + resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.8.2 + acorn-jsx: 5.3.2(acorn@8.8.2) + eslint-visitor-keys: 3.4.1 + dev: true + /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -14980,7 +15265,7 @@ packages: resolution: {integrity: sha512-s8KNnmIDTBoD0p9uJ9uD0XY38SCeBOtj0UMXyQSLg1Ypfrfj8+dAvwsLjYQkQ2GjhVtp2HrnF5cJzMhBjfD8HA==} engines: {node: '>= 10'} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /file-system-cache@2.3.0: @@ -15013,7 +15298,7 @@ packages: /final-form@4.20.9: resolution: {integrity: sha512-shA1X/7v8RmukWMNRHx0l7+Bm41hOivY78IvOiBrPVHjyWFIyqqIEMCz7yTVRc9Ea+EU4WkZ5r4MH6whSo5taw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 dev: false /finalhandler@1.2.0: @@ -15524,6 +15809,10 @@ packages: /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} + /graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + dev: true + /graphql-config@4.5.0(@types/node@18.0.1)(graphql@16.6.0): resolution: {integrity: sha512-x6D0/cftpLUJ0Ch1e5sj1TZn6Wcxx4oMfmhaG9shM0DKajA9iR+j1z86GSTQ19fShbGvrSSvbIQsHku6aQ6BBw==} engines: {node: '>= 10.0.0'} @@ -15545,7 +15834,7 @@ packages: jiti: 1.17.1 minimatch: 4.2.3 string-env-interpolation: 1.0.1 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - '@types/node' - bufferutil @@ -15574,7 +15863,7 @@ packages: jiti: 1.17.1 minimatch: 4.2.3 string-env-interpolation: 1.0.1 - tslib: 2.5.0 + tslib: 2.5.2 transitivePeerDependencies: - '@types/node' - bufferutil @@ -15657,7 +15946,7 @@ packages: numbro: 2.1.2 pikaday: 1.8.2 optionalDependencies: - hyperformula: 2.3.0 + hyperformula: 2.5.0 dev: false /har-schema@2.0.0: @@ -15730,7 +16019,7 @@ packages: resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} dependencies: capital-case: 1.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /help-me@4.2.0: @@ -15905,8 +16194,8 @@ packages: hasBin: true dev: true - /hyperformula@2.3.0: - resolution: {integrity: sha512-23hP3/+jq8PzEqcu94JYRugaPU2VGSg2OOuYKeVTiPh7c6JYw71wWteXr2Q3CbSiccmtjfF3EqaA8NrmkJyA1w==} + /hyperformula@2.5.0: + resolution: {integrity: sha512-HkP7JZAmG7EQFF5XAhB3aGtTHvafblSRITTMYUsVoT9czIvYY7CvMQFfK1JNHJUVS844t8bnJpKEOqwcgBcHZg==} requiresBuild: true dependencies: chevrotain: 6.5.0 @@ -15921,7 +16210,7 @@ packages: /i18next@21.10.0: resolution: {integrity: sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 dev: false /iconv-lite@0.4.24: @@ -16175,7 +16464,7 @@ packages: /is-lower-case@2.0.2: resolution: {integrity: sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /is-map@2.0.2: @@ -16325,7 +16614,7 @@ packages: /is-upper-case@2.0.2: resolution: {integrity: sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /is-utf8@0.2.1: @@ -16762,53 +17051,53 @@ packages: /jss-plugin-camel-case@10.9.2: resolution: {integrity: sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 hyphenate-style-name: 1.0.4 jss: 10.9.2 /jss-plugin-default-unit@10.9.2: resolution: {integrity: sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 jss: 10.9.2 /jss-plugin-global@10.9.2: resolution: {integrity: sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 jss: 10.9.2 /jss-plugin-nested@10.9.2: resolution: {integrity: sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 jss: 10.9.2 tiny-warning: 1.0.3 /jss-plugin-props-sort@10.9.2: resolution: {integrity: sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 jss: 10.9.2 /jss-plugin-rule-value-function@10.9.2: resolution: {integrity: sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 jss: 10.9.2 tiny-warning: 1.0.3 /jss-plugin-vendor-prefixer@10.9.2: resolution: {integrity: sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 css-vendor: 2.0.8 jss: 10.9.2 /jss@10.9.2: resolution: {integrity: sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 csstype: 3.1.1 is-in-browser: 1.1.3 tiny-warning: 1.0.3 @@ -17189,7 +17478,7 @@ packages: /lower-case-first@2.0.2: resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /lower-case@1.1.4: @@ -17199,7 +17488,7 @@ packages: /lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /lowercase-keys@2.0.0: @@ -17295,7 +17584,7 @@ packages: /match-sorter@6.3.1: resolution: {integrity: sha512-mxybbo3pPNuA+ZuCUhm5bwNkXrJTbsk5VWbR5wiwz/GC6LIiegBGn2w3O08UG/jdbYLinw51fSQ5xNU1U3MgBw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 remove-accents: 0.4.2 dev: false @@ -17374,7 +17663,7 @@ packages: /media-query-parser@2.0.2: resolution: {integrity: sha512-1N4qp+jE0pL5Xv4uEcwVUhIkwdUO3S/9gML90nqKA7v7FcOS5vUtatfzok9S9U1EJU8dHWlcv95WLnKmmxZI9w==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 dev: true /media-typer@0.3.0: @@ -17748,7 +18037,7 @@ packages: /mjml-accordion@4.13.0: resolution: {integrity: sha512-E3yihZW5Oq2p+sWOcr8kWeRTROmiTYOGxB4IOxW/jTycdY07N3FX3e6vuh7Fv3rryHEUaydUQYto3ICVyctI7w==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17758,7 +18047,7 @@ packages: /mjml-body@4.13.0: resolution: {integrity: sha512-S4HgwAuO9dEsyX9sr6WBf9/xr+H2ASVaLn22aurJm1S2Lvc1wifLPYBQgFmNdCjaesTCNtOMUDpG+Rbnavyaqg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17768,7 +18057,7 @@ packages: /mjml-button@4.13.0: resolution: {integrity: sha512-3y8IAHCCxh7ESHh1aOOqobZKUgyNxOKAGQ9TlJoyaLpsKUFzkN8nmrD0KXF0ADSuzvhMZ1CdRIJuZ5mjv2TwWQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17778,7 +18067,7 @@ packages: /mjml-carousel@4.13.0: resolution: {integrity: sha512-ORSY5bEYlMlrWSIKI/lN0Tz3uGltWAjG8DQl2Yr3pwjwOaIzGE+kozrDf+T9xItfiIIbvKajef1dg7B7XgP0zg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17789,7 +18078,7 @@ packages: resolution: {integrity: sha512-kAZxpH0QqlTF/CcLzELgKw1ljKRxrmWJ310CJQhbPAxHvwQ/nIb+q82U+zRJAelRPPKjnOb+hSrMRqTgk9rH3w==} hasBin: true dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 chokidar: 3.5.3 glob: 7.2.3 html-minifier: 4.0.0 @@ -17807,7 +18096,7 @@ packages: /mjml-column@4.13.0: resolution: {integrity: sha512-O8FrWKK/bCy9XpKxrKRYWNdgWNaVd4TK4RqMeVI/I70IbnYnc1uf15jnsPMxCBSbT+NyXyk8k7fn099797uwpw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17817,7 +18106,7 @@ packages: /mjml-core@4.13.0: resolution: {integrity: sha512-kU5AoVTlZaXR/EDi3ix66xpzUe+kScYus71lBH/wo/B+LZW70GHE1AYWtsog5oJp1MuTHpMFTNuBD/wePeEgWg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 cheerio: 1.0.0-rc.10 detect-node: 2.0.4 html-minifier: 4.0.0 @@ -17834,7 +18123,7 @@ packages: /mjml-divider@4.13.0: resolution: {integrity: sha512-ooPCwfmxEC+wJduqObYezMp7W5UCHjL9Y1LPB5FGna2FrOejgfd6Ix3ij8Wrmycmlol7E2N4D7c5NDH5DbRCJg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17844,7 +18133,7 @@ packages: /mjml-group@4.13.0: resolution: {integrity: sha512-U7E8m8aaoAE/dMqjqXPjjrKcwO36B4cquAy9ASldECrIZJBcpFYO6eYf5yLXrNCUM2P0id8pgVjrUq23s00L7Q==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17854,7 +18143,7 @@ packages: /mjml-head-attributes@4.13.0: resolution: {integrity: sha512-haggCafno+0lQylxJStkINCVCPMwfTpwE6yjCHeGOpQl/TkoNmjNkDr7DEEbNTZbt4Ekg070lQFn7clDy38EoA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17864,7 +18153,7 @@ packages: /mjml-head-breakpoint@4.13.0: resolution: {integrity: sha512-D2iPDeUKQK1+rYSNa2HGOvgfPxZhNyndTG0iBEb/FxdGge2hbeDCZEN0mwDYE3wWB+qSBqlCuMI+Vr4pEjZbKg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17874,7 +18163,7 @@ packages: /mjml-head-font@4.13.0: resolution: {integrity: sha512-mYn8aWnbrEap5vX2b4662hkUv6WifcYzYn++Yi6OHrJQi55LpzcU+myAGpfQEXXrpU8vGwExMTFKsJq5n2Kaow==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17884,7 +18173,7 @@ packages: /mjml-head-html-attributes@4.13.0: resolution: {integrity: sha512-m30Oro297+18Zou/1qYjagtmCOWtYXeoS38OABQ5zOSzMItE3TcZI9JNcOueIIWIyFCETe8StrTAKcQ2GHwsDw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17894,7 +18183,7 @@ packages: /mjml-head-preview@4.13.0: resolution: {integrity: sha512-v0K/NocjFCbaoF/0IMVNmiqov91HxqT07vNTEl0Bt9lKFrTKVC01m1S4K7AB78T/bEeJ/HwmNjr1+TMtVNGGow==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17904,7 +18193,7 @@ packages: /mjml-head-style@4.13.0: resolution: {integrity: sha512-tBa33GL9Atn5bAM2UwE+uxv4rI29WgX/e5lXX+5GWlsb4thmiN6rxpFTNqBqWbBNRbZk4UEZF78M7Da8xC1ZGQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17914,7 +18203,7 @@ packages: /mjml-head-title@4.13.0: resolution: {integrity: sha512-Mq0bjuZXJlwxfVcjuYihQcigZSDTKeQaG3nORR1D0jsOH2BXU4XgUK1UOcTXn2qCBIfRoIMq7rfzYs+L0CRhdw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17924,7 +18213,7 @@ packages: /mjml-head@4.13.0: resolution: {integrity: sha512-sL2qQuoVALXBCiemu4DPo9geDr8DuUdXVJxm+4nd6k5jpLCfSDmFlNhgSsLPzsYn7VEac3/sxsjLtomQ+6/BHg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17934,7 +18223,7 @@ packages: /mjml-hero@4.13.0: resolution: {integrity: sha512-aWEOScdrhyjwdKBWG4XQaElRHP8LU5PtktkpMeBXa4yxrxNs25qRnDqMNkjSrnnmFKWZmQ166tfboY6RBNf0UA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17944,7 +18233,7 @@ packages: /mjml-image@4.13.0: resolution: {integrity: sha512-agMmm2wRZTIrKwrUnYFlnAbtrKYSP0R2en+Vf92HPspAwmaw3/AeOW/QxmSiMhfGf+xsEJyzVvR/nd33jbT3sg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17955,7 +18244,7 @@ packages: resolution: {integrity: sha512-I1euHiAyNpaz+B5vH+Z4T+hg/YtI5p3PqQ3/zTLv8gi24V6BILjTaftWhH5+3R/gQkQhH0NUaWNnRmds+Mq5DQ==} hasBin: true dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 js-beautify: 1.14.7 lodash: 4.17.21 mjml-core: 4.13.0 @@ -17968,7 +18257,7 @@ packages: /mjml-navbar@4.13.0: resolution: {integrity: sha512-0Oqyyk+OdtXfsjswRb/7Ql1UOjN4MbqFPKoyltJqtj+11MRpF5+Wjd74Dj9H7l81GFwkIB9OaP+ZMiD+TPECgg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -17978,7 +18267,7 @@ packages: /mjml-parser-xml@4.13.0: resolution: {integrity: sha512-phljtI8DaW++q0aybR/Ykv9zCyP/jCFypxVNo26r2IQo//VYXyc7JuLZZT8N/LAI8lZcwbTVxQPBzJTmZ5IfwQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 detect-node: 2.0.4 htmlparser2: 4.1.0 lodash: 4.17.21 @@ -17987,7 +18276,7 @@ packages: /mjml-preset-core@4.13.0: resolution: {integrity: sha512-gxzYaKkvUrHuzT1oqjEPSDtdmgEnN99Hf5f1r2CR5aMOB1x66EA3T8ATvF1o7qrBTVV4KMVlQem3IubMSYJZRw==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 mjml-accordion: 4.13.0 mjml-body: 4.13.0 mjml-button: 4.13.0 @@ -18020,7 +18309,7 @@ packages: /mjml-raw@4.13.0: resolution: {integrity: sha512-JbBYxwX1a/zbqnCrlDCRNqov2xqUrMCaEdTHfqE2athj479aQXvLKFM20LilTMaClp/dR0yfvFLfFVrC5ej4FQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -18030,7 +18319,7 @@ packages: /mjml-section@4.13.0: resolution: {integrity: sha512-BLcqlhavtRakKtzDQPLv6Ae4Jt4imYWq/P0jo+Sjk7tP4QifgVA2KEQOirPK5ZUqw/lvK7Afhcths5rXZ2ItnQ==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -18040,7 +18329,7 @@ packages: /mjml-social@4.13.0: resolution: {integrity: sha512-zL2a7Wwsk8OXF0Bqu+1B3La1UPwdTMcEXptO8zdh2V5LL6Xb7Gfyvx6w0CmmBtG5IjyCtqaKy5wtrcpG9Hvjfg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -18050,7 +18339,7 @@ packages: /mjml-spacer@4.13.0: resolution: {integrity: sha512-Acw4QJ0MJ38W4IewXuMX7hLaW1BZaln+gEEuTfrv0xwPdTxX1ILqz4r+s9mYMxYkIDLWMCjBvXyQK6aWlid13A==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -18060,7 +18349,7 @@ packages: /mjml-table@4.13.0: resolution: {integrity: sha512-UAWPVMaGReQhf776DFdiwdcJTIHTek3zzQ1pb+E7VlypEYgIpFvdUJ39UIiiflhqtdBATmHwKBOtePwU0MzFMg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -18070,7 +18359,7 @@ packages: /mjml-text@4.13.0: resolution: {integrity: sha512-uDuraaQFdu+6xfuigCimbeznnOnJfwRdcCL1lTBTusTuEvW/5Va6m2D3mnMeEpl+bp4+cxesXIz9st6A9pcg5A==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 transitivePeerDependencies: @@ -18080,13 +18369,13 @@ packages: /mjml-validator@4.13.0: resolution: {integrity: sha512-uURYfyQYtHJ6Qz/1A7/+E9ezfcoISoLZhYK3olsxKRViwaA2Mm8gy/J3yggZXnsUXWUns7Qymycm5LglLEIiQg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 dev: false /mjml-wrapper@4.13.0: resolution: {integrity: sha512-p/44JvHg04rAFR7QDImg8nZucEokIjFH6KJMHxsO0frJtLZ+IuakctzlZAADHsqiR52BwocDsXSa+o9SE2l6Ng==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 lodash: 4.17.21 mjml-core: 4.13.0 mjml-section: 4.13.0 @@ -18248,7 +18537,7 @@ packages: urql: 3.0.3(graphql@16.6.0)(react@18.2.0) dev: false - /next@13.3.0(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0): + /next@13.3.0(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-OVTw8MpIPa12+DCUkPqRGPS3thlJPcwae2ZL4xti3iBff27goH024xy4q2lhlsdoYiKOi8Kz6uJoLW/GXwgfOA==} engines: {node: '>=14.6.0'} hasBin: true @@ -18276,7 +18565,7 @@ packages: postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.21.8)(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.22.1)(react@18.2.0) optionalDependencies: '@next/swc-darwin-arm64': 13.3.0 '@next/swc-darwin-x64': 13.3.0 @@ -18301,7 +18590,7 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /node-addon-api@3.2.1: @@ -18383,6 +18672,9 @@ packages: /node-releases@2.0.10: resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} + /node-releases@2.0.12: + resolution: {integrity: sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==} + /nodemailer@6.9.1: resolution: {integrity: sha512-qHw7dOiU5UKNnQpXktdgQ1d3OFgRAekuvbJLcdG5dnEo/GtcTHRYM7+UfJARdOFU9WUQO8OiIamgWPmiSFHYAA==} engines: {node: '>=6.0.0'} @@ -18482,14 +18774,14 @@ packages: resolution: {integrity: sha512-qaKRmtYPZ5qdw4jWJD6bxEf1FJEqllJrwxCLIm0sQU/A7v2/czigzOb+C2uSiFsa9lBUzeH7M1oK+Q+OLxL3kA==} dev: false - /nuvo-react@1.22.1(@babel/core@7.21.8)(react-dom@18.2.0)(react@18.2.0): + /nuvo-react@1.22.1(@babel/core@7.22.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-osN6dCQupiqBr3W8qDUDnkV2noKWVGEb3fTShLFzOaXMFrSm1ocQfBrgyuSmDDmsldUoT18i+I4nTb67oXPMEQ==} peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: 20-exceljs: 4.5.16 - '@emotion/css': 11.10.0(@babel/core@7.21.8) + '@emotion/css': 11.10.0(@babel/core@7.22.1) '@handsontable/react': 12.1.2(handsontable@12.1.2) '@headlessui/react': 1.7.10(react-dom@18.2.0)(react@18.2.0) '@heroicons/react': 1.0.6(react@18.2.0) @@ -18787,7 +19079,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /parent-module@1.0.1: @@ -18845,14 +19137,14 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /path-case@3.0.4: resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} dependencies: dot-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /path-exists@3.0.0: @@ -19044,7 +19336,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 dev: true /popper.js@1.16.1-lts: @@ -19123,6 +19415,12 @@ packages: engines: {node: '>=10.13.0'} hasBin: true + /prettier@2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} + engines: {node: '>=10.13.0'} + hasBin: true + dev: true + /pretty-format@27.5.1: resolution: {integrity: sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -19152,7 +19450,7 @@ packages: prettier: 2.8.3 dev: true - /pretty-quick@3.1.3(prettier@2.8.4): + /pretty-quick@3.1.3(prettier@2.8.8): resolution: {integrity: sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==} engines: {node: '>=10.13'} hasBin: true @@ -19165,7 +19463,7 @@ packages: ignore: 5.2.4 mri: 1.2.0 multimatch: 4.0.0 - prettier: 2.8.4 + prettier: 2.8.8 dev: true /process-nextick-args@2.0.1: @@ -19285,7 +19583,7 @@ packages: /pvtsutils@1.3.2: resolution: {integrity: sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 /pvutils@1.1.3: resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==} @@ -19461,7 +19759,7 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-final-form: ^6.2.1 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 final-form: 4.20.9 final-form-arrays: 3.1.0(final-form@4.20.9) react: 18.2.0 @@ -19474,7 +19772,7 @@ packages: final-form: ^4.20.4 react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 final-form: 4.20.9 react: 18.2.0 dev: false @@ -19497,15 +19795,6 @@ packages: react-fast-compare: 3.2.0 react-side-effect: 2.1.2(react@18.2.0) - /react-hook-form@7.43.1(react@18.2.0): - resolution: {integrity: sha512-+s3+s8LLytRMriwwuSqeLStVjRXFGxgjjx2jED7Z+wz1J/88vpxieRQGvJVvzrzVxshZ0BRuocFERb779m2kNg==} - engines: {node: '>=12.22.0'} - peerDependencies: - react: ^16.8.0 || ^17 || ^18 - dependencies: - react: 18.2.0 - dev: false - /react-hook-form@7.43.9(react@18.2.0): resolution: {integrity: sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==} engines: {node: '>=12.22.0'} @@ -19513,6 +19802,16 @@ packages: react: ^16.8.0 || ^17 || ^18 dependencies: react: 18.2.0 + dev: true + + /react-hook-form@7.44.2(react@18.2.0): + resolution: {integrity: sha512-IyihmIbCwzDI/iqlecTRa7+4BCnzNx40upSlGvIU7qwENhTf6APatm4bmL9ANtWKPYlD67SIlxfls7GwCUe+Lg==} + engines: {node: '>=12.22.0'} + peerDependencies: + react: ^16.8.0 || ^17 || ^18 + dependencies: + react: 18.2.0 + dev: false /react-i18next@11.18.6(i18next@21.10.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-yHb2F9BiT0lqoQDt8loZ5gWP331GwctHz9tYQ8A2EIEUu+CcEdjBLQWli1USG3RdWQt3W+jqQLg/d4rrQR96LA==} @@ -19527,7 +19826,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 html-parse-stringify: 3.0.1 i18next: 21.10.0 react: 18.2.0 @@ -19661,7 +19960,7 @@ packages: '@types/react': 18.0.27 react: 18.2.0 react-style-singleton: 2.2.1(@types/react@18.0.27)(react@18.2.0) - tslib: 2.5.0 + tslib: 2.5.2 dev: false /react-remove-scroll-bar@2.3.4(@types/react@18.0.38)(react@18.2.0): @@ -19677,7 +19976,7 @@ packages: '@types/react': 18.0.38 react: 18.2.0 react-style-singleton: 2.2.1(@types/react@18.0.38)(react@18.2.0) - tslib: 2.5.0 + tslib: 2.5.2 /react-remove-scroll@2.5.5(@types/react@18.0.27)(react@18.2.0): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} @@ -19693,7 +19992,7 @@ packages: react: 18.2.0 react-remove-scroll-bar: 2.3.4(@types/react@18.0.27)(react@18.2.0) react-style-singleton: 2.2.1(@types/react@18.0.27)(react@18.2.0) - tslib: 2.5.0 + tslib: 2.5.2 use-callback-ref: 1.3.0(@types/react@18.0.27)(react@18.2.0) use-sidecar: 1.1.2(@types/react@18.0.27)(react@18.2.0) dev: false @@ -19712,7 +20011,7 @@ packages: react: 18.2.0 react-remove-scroll-bar: 2.3.4(@types/react@18.0.38)(react@18.2.0) react-style-singleton: 2.2.1(@types/react@18.0.38)(react@18.2.0) - tslib: 2.5.0 + tslib: 2.5.2 use-callback-ref: 1.3.0(@types/react@18.0.38)(react@18.2.0) use-sidecar: 1.1.2(@types/react@18.0.38)(react@18.2.0) @@ -19781,7 +20080,7 @@ packages: get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /react-style-singleton@2.2.1(@types/react@18.0.38)(react@18.2.0): @@ -19798,7 +20097,7 @@ packages: get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 /react-transition-group@4.4.5(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} @@ -19825,14 +20124,14 @@ packages: resize-observer-polyfill: 1.5.1 dev: false - /react-universal-interface@0.6.2(react@18.2.0)(tslib@2.5.0): + /react-universal-interface@0.6.2(react@18.2.0)(tslib@2.5.2): resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==} peerDependencies: react: '*' tslib: '*' dependencies: react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /react-use@17.4.0(react-dom@18.2.0)(react@18.2.0): @@ -19850,13 +20149,13 @@ packages: nano-css: 5.3.5(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-universal-interface: 0.6.2(react@18.2.0)(tslib@2.5.0) + react-universal-interface: 0.6.2(react@18.2.0)(tslib@2.5.2) resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 set-harmonic-interval: 1.0.1 throttle-debounce: 3.0.1 ts-easing: 0.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /react-virtualized-auto-sizer@1.0.7(react-dom@18.2.0)(react@18.2.0): @@ -19877,7 +20176,7 @@ packages: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 memoize-one: 5.2.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -19968,7 +20267,7 @@ packages: ast-types: 0.15.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /recast@0.23.2: @@ -19979,7 +20278,7 @@ packages: ast-types: 0.16.1 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /rechoir@0.6.2: @@ -20013,7 +20312,7 @@ packages: /regenerator-transform@0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 dev: true /regexp-to-ast@0.4.0: @@ -20060,7 +20359,7 @@ packages: /relay-runtime@12.0.0: resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 fbjs: 3.0.4 invariant: 2.2.4 transitivePeerDependencies: @@ -20292,7 +20591,7 @@ packages: /rtl-css-js@1.16.1: resolution: {integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 dev: false /run-async@2.4.1: @@ -20308,7 +20607,7 @@ packages: /rxjs@7.8.0: resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 /sade@1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} @@ -20441,7 +20740,7 @@ packages: resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 upper-case-first: 2.0.2 dev: true @@ -20642,7 +20941,7 @@ packages: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} dependencies: dot-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.2 dev: true /sonic-boom@3.2.1: @@ -20721,7 +21020,7 @@ packages: /sponge-case@1.0.1: resolution: {integrity: sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /sprintf-js@1.0.3: @@ -20973,7 +21272,7 @@ packages: inline-style-parser: 0.1.1 dev: false - /styled-jsx@5.1.1(@babel/core@7.21.8)(react@18.2.0): + /styled-jsx@5.1.1(@babel/core@7.22.1)(react@18.2.0): resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -20986,7 +21285,7 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 client-only: 0.0.1 react: 18.2.0 @@ -21039,7 +21338,7 @@ packages: /swap-case@2.0.2: resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /symbol-tree@3.2.4: @@ -21054,7 +21353,7 @@ packages: engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@pkgr/utils': 2.3.1 - tslib: 2.5.0 + tslib: 2.5.2 /tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} @@ -21261,7 +21560,7 @@ packages: /title-case@3.0.3: resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /tmp-promise@3.0.3: @@ -21390,6 +21689,9 @@ packages: /tslib@2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tslib@2.5.2: + resolution: {integrity: sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==} + /tsutils@3.21.0(typescript@4.8.3): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} @@ -21797,7 +22099,7 @@ packages: /unload@2.2.0: resolution: {integrity: sha512-B60uB5TNBLtN6/LsgAf3udH9saB5p7gqJwcFfbOEZ8BcBHnGwCf6G/TGiEqkRAxX7zAFIUtzdrXQSdL3Q/wqNA==} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 detect-node: 2.1.0 dev: false @@ -21850,10 +22152,20 @@ packages: escalade: 3.1.1 picocolors: 1.0.0 + /update-browserslist-db@1.0.11(browserslist@4.21.7): + resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.21.7 + escalade: 3.1.1 + picocolors: 1.0.0 + /upper-case-first@2.0.2: resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /upper-case@1.1.3: @@ -21863,7 +22175,7 @@ packages: /upper-case@2.0.2: resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /uri-js@4.4.1: @@ -21912,7 +22224,7 @@ packages: dependencies: '@types/react': 18.0.27 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /use-callback-ref@1.3.0(@types/react@18.0.38)(react@18.2.0): @@ -21927,7 +22239,7 @@ packages: dependencies: '@types/react': 18.0.38 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 /use-isomorphic-layout-effect@1.1.2(@types/react@18.0.14)(react@18.2.0): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} @@ -21990,7 +22302,7 @@ packages: '@types/react': 18.0.27 detect-node-es: 1.1.0 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /use-sidecar@1.1.2(@types/react@18.0.38)(react@18.2.0): @@ -22006,7 +22318,7 @@ packages: '@types/react': 18.0.38 detect-node-es: 1.1.0 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 /use-sync-external-store@1.2.0(react@18.2.0): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} @@ -22604,7 +22916,7 @@ packages: '@peculiar/json-schema': 1.1.12 asn1js: 3.0.5 pvtsutils: 1.3.2 - tslib: 2.5.0 + tslib: 2.5.2 /webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} @@ -22974,7 +23286,7 @@ packages: resolution: {integrity: sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.20.13 + '@babel/runtime': 7.22.3 '@types/lodash': 4.14.191 lodash: 4.17.21 lodash-es: 4.17.21 @@ -22992,9 +23304,5 @@ packages: readable-stream: 3.6.0 dev: false - /zod@3.20.2: - resolution: {integrity: sha512-1MzNQdAvO+54H+EaK5YpyEy0T+Ejo/7YLHS93G3RnYWh5gaotGHwGeN/ZO687qEDU2y4CdStQYXVHIgrUl5UVQ==} - dev: false - /zod@3.21.4: resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}