From 0c2fc65ac65140b59d08e8d3a9713bb30afe3e3d Mon Sep 17 00:00:00 2001 From: Lukasz Ostrowski Date: Thu, 1 Jun 2023 10:36:20 +0200 Subject: [PATCH] Update Vite and Vitest across packages (#524) * Update Vite and Vitest across packages * Add changeset --- .changeset/beige-hairs-teach.md | 17 + apps/cms/package.json | 6 +- apps/crm/package.json | 6 +- apps/data-importer/package.json | 6 +- apps/emails-and-messages/package.json | 8 +- apps/invoices/package.json | 6 +- apps/klaviyo/package.json | 4 +- apps/monitoring/package.json | 6 +- .../queries/FetchProductDataForFeed.graphql | 2 +- apps/products-feed/package.json | 6 +- apps/search/package.json | 6 +- apps/slack/package.json | 4 +- apps/taxes/package.json | 6 +- packages/react-hook-form-macaw/package.json | 2 +- packages/shared/package.json | 8 +- pnpm-lock.yaml | 2339 ++++++++++------- 16 files changed, 1393 insertions(+), 1039 deletions(-) create mode 100644 .changeset/beige-hairs-teach.md diff --git a/.changeset/beige-hairs-teach.md b/.changeset/beige-hairs-teach.md new file mode 100644 index 0000000..57dd1e4 --- /dev/null +++ b/.changeset/beige-hairs-teach.md @@ -0,0 +1,17 @@ +--- +"@saleor/react-hook-form-macaw": patch +"saleor-app-emails-and-messages": patch +"saleor-app-data-importer": patch +"saleor-app-products-feed": patch +"saleor-app-monitoring": patch +"@saleor/apps-shared": patch +"saleor-app-invoices": patch +"saleor-app-klaviyo": patch +"saleor-app-search": patch +"saleor-app-slack": patch +"saleor-app-taxes": patch +"saleor-app-cms": patch +"saleor-app-crm": patch +--- + +Update dev dependencies - Vite and Vitest. These changes will not affect runtime Apps, but can affect tests and builds diff --git a/apps/cms/package.json b/apps/cms/package.json index c65ef71..9a38aaf 100644 --- a/apps/cms/package.json +++ b/apps/cms/package.json @@ -39,7 +39,7 @@ "urql": "^3.0.3", "usehooks-ts": "^2.9.1", "uuid": "^9.0.0", - "vite": "^4.3.1", + "vite": "4.3.9", "zod": "^3.19.1" }, "devDependencies": { @@ -56,13 +56,13 @@ "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/uuid": "^8.3.4", - "@vitejs/plugin-react": "^3.1.0", + "@vitejs/plugin-react": "4.0.0", "eslint": "8.25.0", "eslint-config-next": "12.3.1", "eslint-config-prettier": "^8.5.0", "jsdom": "^20.0.3", "prettier": "^2.7.1", "typescript": "5.0.4", - "vitest": "^0.30.1" + "vitest": "0.31.3" } } diff --git a/apps/crm/package.json b/apps/crm/package.json index 28ec575..df5609d 100644 --- a/apps/crm/package.json +++ b/apps/crm/package.json @@ -27,7 +27,7 @@ "@trpc/react-query": "^10.18.0", "@trpc/server": "^10.18.0", "@urql/exchange-auth": "^1.0.0", - "@vitejs/plugin-react": "^3.0.1", + "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", "graphql": "^16.6.0", "graphql-tag": "^2.12.6", @@ -42,8 +42,8 @@ "react-is": "^18.2.0", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", - "vite": "^4.3.1", - "vitest": "^0.30.1", + "vite": "4.3.9", + "vitest": "0.31.3", "zod": "^3.20.2" }, "devDependencies": { diff --git a/apps/data-importer/package.json b/apps/data-importer/package.json index 913c980..86ea83b 100644 --- a/apps/data-importer/package.json +++ b/apps/data-importer/package.json @@ -24,7 +24,7 @@ "@saleor/macaw-ui": "^0.7.2", "@sentry/nextjs": "^7.39.0", "@urql/exchange-auth": "^1.0.0", - "@vitejs/plugin-react": "^3.1.0", + "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", "dot-object": "^2.1.4", "graphql": "^16.6.0", @@ -39,8 +39,8 @@ "react-dom": "18.2.0", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", - "vite": "^4.3.1", - "vitest": "^0.30.1", + "vite": "4.3.9", + "vitest": "0.31.3", "zod": "^3.20.2" }, "devDependencies": { diff --git a/apps/emails-and-messages/package.json b/apps/emails-and-messages/package.json index 855570b..d8a864e 100644 --- a/apps/emails-and-messages/package.json +++ b/apps/emails-and-messages/package.json @@ -21,8 +21,8 @@ "@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", @@ -32,7 +32,7 @@ "@trpc/react-query": "^10.13.0", "@trpc/server": "^10.13.0", "@urql/exchange-auth": "^1.0.0", - "@vitejs/plugin-react": "^4.0.0", + "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", "graphql": "^16.6.0", "graphql-tag": "^2.12.6", @@ -52,8 +52,8 @@ "react-query": "^3.39.3", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", - "vite": "^4.3.8", - "vitest": "^0.31.1", + "vite": "4.3.9", + "vitest": "0.31.3", "zod": "^3.20.2" }, "devDependencies": { diff --git a/apps/invoices/package.json b/apps/invoices/package.json index dd061ab..48487db 100644 --- a/apps/invoices/package.json +++ b/apps/invoices/package.json @@ -58,14 +58,14 @@ "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@types/rimraf": "^3.0.2", - "@vitejs/plugin-react": "^3.0.0", + "@vitejs/plugin-react": "4.0.0", "@vitest/coverage-c8": "^0.28.4", "dotenv": "^16.0.3", "eslint-config-saleor": "workspace:*", "jsdom": "^20.0.3", "rimraf": "^3.0.2", "typescript": "4.9.5", - "vite": "^4.3.1", - "vitest": "^0.30.1" + "vite": "4.3.9", + "vitest": "0.31.3" } } diff --git a/apps/klaviyo/package.json b/apps/klaviyo/package.json index db0feed..1314608 100644 --- a/apps/klaviyo/package.json +++ b/apps/klaviyo/package.json @@ -34,8 +34,8 @@ "react-dom": "18.2.0", "react-helmet": "^6.1.0", "urql": "^3.0.3", - "vite": "4.3.1", - "vitest": "0.30.1" + "vite": "4.3.9", + "vitest": "0.31.3" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/monitoring/package.json b/apps/monitoring/package.json index 33fde43..0985d11 100644 --- a/apps/monitoring/package.json +++ b/apps/monitoring/package.json @@ -22,7 +22,7 @@ "@saleor/apps-shared": "workspace:*", "@saleor/macaw-ui": "^0.7.2", "@urql/exchange-auth": "^1.0.0", - "@vitejs/plugin-react": "^3.0.1", + "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", "graphql": "^16.6.0", "graphql-tag": "^2.12.6", @@ -34,8 +34,8 @@ "react-dom": "18.2.0", "react-hook-form": "^7.42.1", "urql": "^3.0.3", - "vite": "^4.3.1", - "vitest": "^0.30.1" + "vite": "4.3.9", + "vitest": "0.31.3" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/products-feed/graphql/queries/FetchProductDataForFeed.graphql b/apps/products-feed/graphql/queries/FetchProductDataForFeed.graphql index d23be3a..a336ba0 100644 --- a/apps/products-feed/graphql/queries/FetchProductDataForFeed.graphql +++ b/apps/products-feed/graphql/queries/FetchProductDataForFeed.graphql @@ -1,4 +1,4 @@ -query FetchProductDataForFeed($first:Int!, $after: String, $channel: String!, $language: String!){ +query FetchProductDataForFeed($first:Int!, $after: String, $channel: String!){ productVariants(first:$first, after: $after, channel: $channel){ pageInfo{ hasNextPage diff --git a/apps/products-feed/package.json b/apps/products-feed/package.json index 3b39733..3940b18 100644 --- a/apps/products-feed/package.json +++ b/apps/products-feed/package.json @@ -31,7 +31,7 @@ "@trpc/react-query": "^10.9.0", "@trpc/server": "^10.9.0", "@urql/exchange-auth": "^1.0.0", - "@vitejs/plugin-react": "^3.0.1", + "@vitejs/plugin-react": "4.0.0", "clsx": "^1.2.1", "fast-xml-parser": "^4.0.15", "graphql": "^16.6.0", @@ -47,8 +47,8 @@ "react-is": "^18.2.0", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", - "vite": "^4.3.1", - "vitest": "^0.30.1", + "vite": "4.3.9", + "vitest": "0.31.3", "zod": "^3.20.2" }, "devDependencies": { diff --git a/apps/search/package.json b/apps/search/package.json index 0b4d054..27405cf 100644 --- a/apps/search/package.json +++ b/apps/search/package.json @@ -55,7 +55,7 @@ "@types/node": "^18.11.9", "@types/react": "~18.0.38", "@types/react-dom": "^18.0.8", - "@vitejs/plugin-react": "^4.0.0", + "@vitejs/plugin-react": "4.0.0", "eslint": "8.27.0", "eslint-config-next": "13.0.2", "eslint-config-prettier": "^8.5.0", @@ -63,7 +63,7 @@ "node-mocks-http": "^1.12.2", "prettier": "^2.7.1", "typescript": "4.8.4", - "vite": "^4.3.1", - "vitest": "^0.30.1" + "vite": "4.3.9", + "vitest": "0.31.3" } } diff --git a/apps/slack/package.json b/apps/slack/package.json index 9b7a8ad..f424d17 100644 --- a/apps/slack/package.json +++ b/apps/slack/package.json @@ -35,8 +35,8 @@ "react-helmet": "^6.1.0", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", - "vite": "4.3.1", - "vitest": "0.30.1" + "vite": "4.3.9", + "vitest": "0.31.3" }, "devDependencies": { "@graphql-codegen/cli": "3.2.2", diff --git a/apps/taxes/package.json b/apps/taxes/package.json index bab28fe..0530308 100644 --- a/apps/taxes/package.json +++ b/apps/taxes/package.json @@ -47,8 +47,8 @@ "taxjar": "^4.0.1", "urql": "^3.0.3", "usehooks-ts": "^2.9.1", - "vite": "^4.3.1", - "vitest": "^0.30.1", + "vite": "4.3.9", + "vitest": "0.31.3", "zod": "^3.20.2" }, "devDependencies": { @@ -66,7 +66,7 @@ "@types/node": "^18.8.1", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", - "@vitejs/plugin-react": "^3.1.0", + "@vitejs/plugin-react": "4.0.0", "eslint": "8.25.0", "eslint-config-next": "12.3.1", "eslint-config-prettier": "^8.5.0", diff --git a/packages/react-hook-form-macaw/package.json b/packages/react-hook-form-macaw/package.json index 70948b1..bba1af4 100644 --- a/packages/react-hook-form-macaw/package.json +++ b/packages/react-hook-form-macaw/package.json @@ -21,7 +21,7 @@ "react-hook-form": "^7.43.9", "storybook": "^7.0.12", "typescript": "^5.0.4", - "vite": "^4.3.6", + "vite": "4.3.9", "webpack": "^5.82.1" }, "peerDependencies": { diff --git a/packages/shared/package.json b/packages/shared/package.json index c3fab23..9bd5a2d 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -20,16 +20,16 @@ "next": "^13.3.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "vite": "^4.3.1", - "vitest": "^0.30.1" + "vite": "4.3.9", + "vitest": "0.31.3" }, "peerDependencies": { + "@saleor/app-sdk": "0.39.1", "next": "^13.3.0", "pino": "^8.14.1", "pino-pretty": "^10.0.0", "react": "^18.2.0", - "react-dom": "^18.2.0", - "@saleor/app-sdk": "0.39.1" + "react-dom": "^18.2.0" }, "scripts": { "lint:fix": "eslint --fix ." diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index edc0b0e..1dc47a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,7 +25,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 @@ -76,7 +76,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 @@ -105,15 +105,15 @@ importers: specifier: ^9.0.0 version: 9.0.0 vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) zod: specifier: ^3.19.1 version: 3.20.2 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) @@ -151,8 +151,8 @@ importers: specifier: ^8.3.4 version: 8.3.4 '@vitejs/plugin-react': - specifier: ^3.1.0 - version: 3.1.0(vite@4.3.1) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) eslint: specifier: 8.25.0 version: 8.25.0 @@ -172,8 +172,8 @@ importers: specifier: 5.0.4 version: 5.0.4 vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) apps/crm: dependencies: @@ -211,8 +211,8 @@ importers: specifier: ^1.0.0 version: 1.0.0(graphql@16.6.0) '@vitejs/plugin-react': - specifier: ^3.0.1 - version: 3.1.0(vite@4.3.1) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) clsx: specifier: ^1.2.1 version: 1.2.1 @@ -227,7 +227,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) @@ -256,18 +256,18 @@ importers: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) zod: specifier: ^3.20.2 version: 3.20.2 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) @@ -356,8 +356,8 @@ importers: specifier: ^1.0.0 version: 1.0.0(graphql@16.6.0) '@vitejs/plugin-react': - specifier: ^3.1.0 - version: 3.1.0(vite@4.3.1) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) clsx: specifier: ^1.2.1 version: 1.2.1 @@ -378,10 +378,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 @@ -401,18 +401,18 @@ importers: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) zod: specifier: ^3.20.2 version: 3.20.2 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) @@ -519,8 +519,8 @@ importers: specifier: ^1.0.0 version: 1.0.0(graphql@16.6.0) '@vitejs/plugin-react': - specifier: ^4.0.0 - version: 4.0.0(vite@4.3.8) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) clsx: specifier: ^1.2.1 version: 1.2.1 @@ -544,7 +544,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) @@ -579,18 +579,18 @@ importers: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) vite: - specifier: ^4.3.8 - version: 4.3.8(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: ^0.31.1 - version: 0.31.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) zod: specifier: ^3.20.2 version: 3.20.2 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) @@ -713,7 +713,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 @@ -744,7 +744,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) @@ -782,8 +782,8 @@ importers: specifier: ^3.0.2 version: 3.0.2 '@vitejs/plugin-react': - specifier: ^3.0.0 - version: 3.1.0(vite@4.3.1) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) '@vitest/coverage-c8': specifier: ^0.28.4 version: 0.28.4(jsdom@20.0.3) @@ -803,11 +803,11 @@ importers: specifier: 4.9.5 version: 4.9.5 vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) apps/klaviyo: dependencies: @@ -846,7 +846,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 @@ -869,15 +869,15 @@ importers: specifier: ^3.0.3 version: 3.0.3(graphql@16.6.0)(react@18.2.0) vite: - specifier: 4.3.1 - version: 4.3.1(@types/node@18.0.1) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.0.1) vitest: - specifier: 0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) 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) @@ -963,8 +963,8 @@ importers: specifier: ^1.0.0 version: 1.0.0(graphql@16.6.0) '@vitejs/plugin-react': - specifier: ^3.0.1 - version: 3.1.0(vite@4.3.1) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) clsx: specifier: ^1.2.1 version: 1.2.1 @@ -979,7 +979,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 @@ -999,15 +999,15 @@ importers: specifier: ^3.0.3 version: 3.0.3(graphql@16.6.0)(react@18.2.0) vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) 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) @@ -1114,8 +1114,8 @@ importers: specifier: ^1.0.0 version: 1.0.0(graphql@16.6.0) '@vitejs/plugin-react': - specifier: ^3.0.1 - version: 3.1.0(vite@4.3.1) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) clsx: specifier: ^1.2.1 version: 1.2.1 @@ -1133,7 +1133,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) @@ -1162,18 +1162,18 @@ importers: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) zod: specifier: ^3.20.2 version: 3.20.2 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) @@ -1278,7 +1278,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) @@ -1312,7 +1312,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) @@ -1347,8 +1347,8 @@ importers: specifier: ^18.0.8 version: 18.0.10 '@vitejs/plugin-react': - specifier: ^4.0.0 - version: 4.0.0(vite@4.3.1) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) eslint: specifier: 8.27.0 version: 8.27.0 @@ -1371,11 +1371,11 @@ importers: specifier: 4.8.4 version: 4.8.4 vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) apps/slack: dependencies: @@ -1417,7 +1417,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 @@ -1440,15 +1440,15 @@ importers: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) vite: - specifier: 4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: 0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) 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) @@ -1484,10 +1484,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) @@ -1502,7 +1502,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 @@ -1577,7 +1577,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 @@ -1603,18 +1603,18 @@ importers: specifier: ^2.9.1 version: 2.9.1(react-dom@18.2.0)(react@18.2.0) vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.13.0) vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) zod: specifier: ^3.20.2 version: 3.20.2 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) @@ -1655,8 +1655,8 @@ importers: specifier: ^18.0.6 version: 18.0.10 '@vitejs/plugin-react': - specifier: ^3.1.0 - version: 3.1.0(vite@4.3.1) + specifier: 4.0.0 + version: 4.0.0(vite@4.3.9) eslint: specifier: 8.25.0 version: 8.25.0 @@ -1699,7 +1699,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: @@ -1729,7 +1729,7 @@ importers: version: 7.0.12(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.4) '@storybook/react-vite': specifier: ^7.0.12 - version: 7.0.12(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.4)(vite@4.3.6) + version: 7.0.12(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.4)(vite@4.3.9) '@storybook/testing-library': specifier: ^0.0.14-next.2 version: 0.0.14-next.2 @@ -1741,7 +1741,7 @@ importers: version: 18.0.10 '@vanilla-extract/vite-plugin': specifier: ^3.8.1 - version: 3.8.1(vite@4.3.6) + version: 3.8.1(vite@4.3.9) eslint-config-saleor: specifier: workspace:* version: link:../eslint-config-saleor @@ -1761,8 +1761,8 @@ importers: specifier: ^5.0.4 version: 5.0.4 vite: - specifier: ^4.3.6 - version: 4.3.6(@types/node@18.13.0) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.0.1) webpack: specifier: ^5.82.1 version: 5.82.1(esbuild@0.17.17) @@ -1811,7 +1811,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 @@ -1819,11 +1819,11 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) vite: - specifier: ^4.3.1 - version: 4.3.1(@types/node@18.0.1) + specifier: 4.3.9 + version: 4.3.9(@types/node@18.0.1) vitest: - specifier: ^0.30.1 - version: 0.30.1(jsdom@20.0.3) + specifier: 0.31.3 + version: 0.31.3(jsdom@20.0.3) packages/ui: devDependencies: @@ -1844,7 +1844,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 @@ -1964,7 +1964,15 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.1.1 - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/trace-mapping': 0.3.18 + dev: true + + /@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==} @@ -1972,13 +1980,13 @@ packages: peerDependencies: graphql: '*' dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.9 - '@babel/parser': 7.21.9 - '@babel/runtime': 7.20.13 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 - babel-preset-fbjs: 3.4.0(@babel/core@7.21.8) + '@babel/core': 7.22.1 + '@babel/generator': 7.22.3 + '@babel/parser': 7.22.4 + '@babel/runtime': 7.22.3 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 + babel-preset-fbjs: 3.4.0(@babel/core@7.22.1) chalk: 4.1.2 fb-watchman: 2.0.2 fbjs: 3.0.4 @@ -2085,13 +2093,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: @@ -2192,7 +2200,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 @@ -2232,7 +2240,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 @@ -2276,7 +2284,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 @@ -2288,7 +2296,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: @@ -2297,7 +2305,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: @@ -2308,7 +2316,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: @@ -2323,7 +2331,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 @@ -2341,7 +2349,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 @@ -2353,7 +2361,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: @@ -2365,7 +2373,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 @@ -2376,7 +2384,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: @@ -2385,7 +2393,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: @@ -2394,7 +2402,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: @@ -2402,7 +2410,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: @@ -2411,7 +2419,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: @@ -2420,7 +2428,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: @@ -2430,7 +2438,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: @@ -2438,7 +2446,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: @@ -2448,7 +2456,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: @@ -2457,21 +2465,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: @@ -2479,7 +2487,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: @@ -2490,7 +2498,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: @@ -2499,7 +2507,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: @@ -2510,7 +2518,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: @@ -2519,7 +2527,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: @@ -2532,7 +2540,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: @@ -2541,7 +2549,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: @@ -2549,7 +2557,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: @@ -2557,7 +2565,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: @@ -2566,7 +2574,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: @@ -2578,7 +2586,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 @@ -2589,7 +2597,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: @@ -2598,7 +2606,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: @@ -2606,7 +2614,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: @@ -2618,7 +2626,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: @@ -2626,14 +2634,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: @@ -2643,7 +2651,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: @@ -2653,7 +2661,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: @@ -2664,7 +2672,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: @@ -2672,7 +2680,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: @@ -2680,7 +2688,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: @@ -2689,7 +2697,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: @@ -2697,7 +2705,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: @@ -2710,7 +2718,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: @@ -2725,7 +2733,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: @@ -2738,7 +2746,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: @@ -2747,7 +2755,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: @@ -2758,7 +2766,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 @@ -2767,7 +2775,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: @@ -2775,14 +2783,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: @@ -2790,20 +2798,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: @@ -2811,14 +2819,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: @@ -2828,7 +2836,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: @@ -2840,7 +2848,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: @@ -2848,28 +2856,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: @@ -2877,7 +2885,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: @@ -2888,7 +2896,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: @@ -2898,14 +2906,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: @@ -2913,7 +2921,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: @@ -2927,13 +2935,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: @@ -2941,7 +2949,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: @@ -2950,54 +2958,26 @@ 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: - resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.18.6 - /@babel/code-frame@7.21.4: resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data@7.21.9: - resolution: {integrity: sha512-FUGed8kfhyWvbYug/Un/VPJD41rDIgoVVcR+FuzhzOYyRz5uED+Gd3SLZml0Uw2l2aHFb7ZgdW5mGA3G2cCCnQ==} + /@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'} - dependencies: - '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.9 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.20.12) - '@babel/helper-module-transforms': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.9 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 - 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/core@7.21.8: resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==} engines: {node: '>=6.9.0'} @@ -3019,12 +2999,35 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: true + + /@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'} dependencies: - '@babel/types': 7.20.7 + '@babel/types': 7.22.4 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 dev: true @@ -3033,48 +3036,73 @@ packages: resolution: {integrity: sha512-F3fZga2uv09wFdEjEQIJxXALXfz0+JaOb7SabvVMmjHxeVTuGW8wgE8Vp1Hd7O+zMTYtcfEISGRzPkeiaPPsvg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 + '@babel/types': 7.22.4 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + jsesc: 2.5.2 + dev: true + + /@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'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.21.5: resolution: {integrity: sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 dev: true - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.20.12): - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.21.9 - '@babel/core': 7.20.12 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 - lru-cache: 5.1.1 - semver: 6.3.0 - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.9 + '@babel/compat-data': 7.22.3 '@babel/core': 7.21.8 '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 + browserslist: 4.21.7 + lru-cache: 5.1.1 + semver: 6.3.0 + dev: true + + /@babel/helper-compilation-targets@7.22.1(@babel/core@7.21.8): + 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.21.8 + '@babel/helper-validator-option': 7.21.0 + browserslist: 4.21.7 + lru-cache: 5.1.1 + semver: 6.3.0 + dev: true + + /@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 @@ -3086,7 +3114,26 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-member-expression-to-functions': 7.20.7 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-split-export-declaration': 7.18.6 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.22.1): + resolution: {integrity: sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-function-name': 7.21.0 '@babel/helper-member-expression-to-functions': 7.20.7 '@babel/helper-optimise-call-expression': 7.18.6 @@ -3105,7 +3152,27 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-member-expression-to-functions': 7.21.5 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-replace-supers': 7.21.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-split-export-declaration': 7.18.6 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.22.1): + resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-function-name': 7.21.0 '@babel/helper-member-expression-to-functions': 7.21.5 '@babel/helper-optimise-call-expression': 7.18.6 @@ -3135,7 +3202,7 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -3145,55 +3212,71 @@ packages: - supports-color dev: true - /@babel/helper-environment-visitor@7.21.5: - resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} + /@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'} dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.21.5 + '@babel/template': 7.21.9 + '@babel/types': 7.22.4 /@babel/helper-hoist-variables@7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 /@babel/helper-member-expression-to-functions@7.20.7: resolution: {integrity: sha512-9J0CxJLq315fEdi4s7xK5TQaNYjZw+nDVpVqr1axNGKzdrdwYBD5b4uKv3n75aABG0rCCTK8Im8Ww7eYfMrZgw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 dev: true /@babel/helper-member-expression-to-functions@7.21.5: resolution: {integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 dev: true /@babel/helper-module-imports@7.21.4: resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 /@babel/helper-module-transforms@7.21.5: resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.21.5 + '@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.20.7 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 + '@babel/template': 7.21.9 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@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 @@ -3201,7 +3284,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 dev: true /@babel/helper-plugin-utils@7.21.5: @@ -3216,9 +3299,9 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 transitivePeerDependencies: - supports-color dev: true @@ -3227,12 +3310,12 @@ packages: resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-member-expression-to-functions': 7.20.7 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 + '@babel/template': 7.21.9 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 transitivePeerDependencies: - supports-color dev: true @@ -3241,12 +3324,12 @@ packages: resolution: {integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-member-expression-to-functions': 7.21.5 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 + '@babel/template': 7.21.9 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 transitivePeerDependencies: - supports-color dev: true @@ -3255,24 +3338,25 @@ packages: resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 /@babel/helper-skip-transparent-expression-wrappers@7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 dev: true /@babel/helper-split-export-declaration@7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 /@babel/helper-string-parser@7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-string-parser@7.21.5: resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} @@ -3291,9 +3375,9 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.21.0 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 + '@babel/template': 7.21.9 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 transitivePeerDependencies: - supports-color dev: true @@ -3302,9 +3386,20 @@ packages: resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 + '@babel/template': 7.21.9 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 + transitivePeerDependencies: + - supports-color + dev: true + + /@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 @@ -3316,19 +3411,20 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.20.15: - resolution: {integrity: sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.21.5 - /@babel/parser@7.21.9: resolution: {integrity: sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 + dev: true + + /@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==} @@ -3359,7 +3455,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) @@ -3380,6 +3476,19 @@ packages: - supports-color dev: true + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.1): + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-create-class-features-plugin': 7.20.12(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.21.5 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} @@ -3449,6 +3558,17 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) dev: true + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.1): + resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.1) + dev: true + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} @@ -3466,14 +3586,28 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.9 + '@babel/compat-data': 7.22.3 '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) dev: true + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.1): + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.3 + '@babel/core': 7.22.1 + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.22.1) + dev: true + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} @@ -3497,6 +3631,18 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) dev: true + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.1): + resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} + 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 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.1) + dev: true + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} @@ -3554,6 +3700,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.1): + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + 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-class-static-block@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} @@ -3582,13 +3737,13 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.21.8): + /@babel/plugin-syntax-flow@7.18.6(@babel/core@7.22.1): resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 dev: true @@ -3602,6 +3757,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: @@ -3620,22 +3785,22 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-jsx@7.18.6(@babel/core@7.21.8): + /@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.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.8): + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.22.1): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 dev: true @@ -3657,6 +3822,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.1): + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + 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-numeric-separator@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: @@ -3675,6 +3849,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.1): + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + 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-optional-catch-binding@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: @@ -3693,6 +3876,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.1): + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + 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-private-property-in-object@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} @@ -3713,13 +3905,13 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.8): + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.22.1): resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 dev: true @@ -3733,6 +3925,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.22.1): + resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} + 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-transform-async-to-generator@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} @@ -3757,6 +3959,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.1): + resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + 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-transform-block-scoping@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} @@ -3767,6 +3979,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.1): + resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + 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-transform-classes@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} @@ -3775,8 +3997,28 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) - '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.21.8) + '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-split-export-declaration': 7.18.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.1): + resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) + '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.21.5 @@ -3795,7 +4037,18 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 + dev: true + + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.22.1): + resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} + 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 + '@babel/template': 7.21.9 dev: true /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.8): @@ -3808,6 +4061,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.22.1): + resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} + 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-transform-dotall-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} @@ -3840,26 +4103,26 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-flow-strip-types@7.19.0(@babel/core@7.21.8): + /@babel/plugin-transform-flow-strip-types@7.19.0(@babel/core@7.22.1): resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.22.1) dev: true - /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.8): + /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.22.1): resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.22.1) dev: true /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.21.8): @@ -3872,6 +4135,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.22.1): + resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} + 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-transform-function-name@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} @@ -3879,7 +4152,19 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.21.8) + '@babel/helper-function-name': 7.21.0 + '@babel/helper-plugin-utils': 7.21.5 + dev: true + + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.1): + resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.21.5 dev: true @@ -3894,6 +4179,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.1): + resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + 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-transform-member-expression-literals@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} @@ -3904,6 +4199,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.1): + resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} + 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-transform-modules-amd@7.20.11(@babel/core@7.21.8): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} @@ -3911,7 +4216,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-module-transforms': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color @@ -3924,7 +4229,21 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-module-transforms': 7.22.1 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-simple-access': 7.21.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.22.1): + resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.1 + '@babel/helper-module-transforms': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-simple-access': 7.21.5 transitivePeerDependencies: @@ -3939,7 +4258,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-module-transforms': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: @@ -3953,7 +4272,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-module-transforms': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color @@ -3993,6 +4312,19 @@ packages: - supports-color dev: true + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.1): + resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + 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 + '@babel/helper-replace-supers': 7.20.7 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} @@ -4003,6 +4335,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.22.1): + resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + 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-transform-property-literals@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} @@ -4013,64 +4355,56 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.8): + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.1): + resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} + 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-transform-react-display-name@7.18.6(@babel/core@7.22.1): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-self@7.18.6(@babel/core@7.20.12): - resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.20.12 - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.21.8): + /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.22.1): resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.20.12): + /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.22.1): resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.21.8): - resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-react-jsx@7.20.13(@babel/core@7.21.8): + /@babel/plugin-transform-react-jsx@7.20.13(@babel/core@7.22.1): resolution: {integrity: sha512-MmTZx/bkUrfJhhYAYt3Urjm+h8DQGrPrnKQ94jLo7NLuOU+T89a7IByhKmrb8SKhrIYIQ0FN0CHMbnFRen4qNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.21.8) - '@babel/types': 7.21.5 + '@babel/plugin-syntax-jsx': 7.18.6(@babel/core@7.22.1) + '@babel/types': 7.22.4 dev: true /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.21.8): @@ -4104,6 +4438,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.1): + resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + 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-transform-spread@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} @@ -4115,6 +4459,17 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.22.1): + resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + 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 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + dev: true + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} @@ -4135,6 +4490,16 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.1): + resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + 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-transform-typeof-symbol@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} @@ -4145,17 +4510,17 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.8): + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.22.1): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.22.1) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.22.1) transitivePeerDependencies: - supports-color dev: true @@ -4187,9 +4552,9 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.9 + '@babel/compat-data': 7.22.3 '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) + '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.8) @@ -4258,7 +4623,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.21.8) '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.8) '@babel/preset-modules': 0.1.5(@babel/core@7.21.8) - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8) babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8) @@ -4268,16 +4633,16 @@ packages: - supports-color dev: true - /@babel/preset-flow@7.21.4(@babel/core@7.21.8): + /@babel/preset-flow@7.21.4(@babel/core@7.22.1): resolution: {integrity: sha512-F24cSq4DIBmhq4OzK3dE63NHagb27OPE3eWR+HLekt4Z3Y5MzIIUGF3LlLgV0gN8vzbDViSY7HnrReNVCJXTeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.22.1) dev: true /@babel/preset-modules@0.1.5(@babel/core@7.21.8): @@ -4289,33 +4654,33 @@ packages: '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8) '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8) - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 esutils: 2.0.3 dev: true - /@babel/preset-typescript@7.21.5(@babel/core@7.21.8): + /@babel/preset-typescript@7.21.5(@babel/core@7.22.1): resolution: {integrity: sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.1) + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.22.1) transitivePeerDependencies: - supports-color dev: true - /@babel/register@7.21.0(@babel/core@7.21.8): + /@babel/register@7.21.0(@babel/core@7.22.1): resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -4333,26 +4698,59 @@ 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'} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.15 - '@babel/types': 7.20.7 + '@babel/code-frame': 7.21.4 + '@babel/parser': 7.22.4 + '@babel/types': 7.22.4 + dev: true + + /@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'} dependencies: '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.9 - '@babel/helper-environment-visitor': 7.21.5 + '@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.21.9 - '@babel/types': 7.21.5 + '@babel/parser': 7.22.4 + '@babel/types': 7.22.4 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@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: @@ -4365,6 +4763,7 @@ packages: '@babel/helper-string-parser': 7.19.4 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 + dev: true /@babel/types@7.21.5: resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==} @@ -4373,6 +4772,15 @@ packages: '@babel/helper-string-parser': 7.21.5 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 + dev: true + + /@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==} @@ -4601,15 +5009,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 @@ -4631,7 +5039,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 @@ -4639,8 +5047,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 @@ -5065,6 +5473,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} @@ -5098,11 +5521,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 @@ -5215,7 +5660,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: @@ -5227,9 +5672,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) @@ -5268,7 +5713,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: @@ -5280,9 +5725,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) @@ -5321,7 +5766,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: @@ -5333,9 +5778,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) @@ -5395,7 +5840,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): @@ -5465,7 +5910,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): @@ -5707,7 +6152,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 @@ -5736,16 +6181,16 @@ 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 @@ -5767,7 +6212,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 @@ -5782,7 +6227,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 @@ -5801,7 +6246,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' @@ -5819,7 +6264,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' @@ -5834,7 +6279,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 @@ -5850,16 +6295,16 @@ 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 @@ -5871,17 +6316,17 @@ packages: - 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' @@ -5889,13 +6334,13 @@ 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 @@ -5920,18 +6365,18 @@ packages: 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/traverse': 7.21.5 - '@babel/types': 7.21.5 + '@babel/parser': 7.22.4 + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.1) + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 '@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 @@ -5945,7 +6390,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): @@ -5979,7 +6424,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): @@ -5988,7 +6433,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): @@ -6014,7 +6459,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' @@ -6065,7 +6510,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 @@ -6079,7 +6524,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 @@ -6099,7 +6544,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: @@ -6125,7 +6570,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: @@ -6141,7 +6586,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.4.1 dev: true /@graphql-tools/utils@9.2.1(graphql@16.6.0): @@ -6151,7 +6596,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): @@ -6163,7 +6608,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 @@ -6309,9 +6754,9 @@ packages: resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@jest/types': 29.5.0 - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/trace-mapping': 0.3.18 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 @@ -6351,7 +6796,7 @@ packages: chalk: 4.1.2 dev: true - /@joshwooding/vite-plugin-react-docgen-typescript@0.2.1(typescript@5.0.4)(vite@4.3.6): + /@joshwooding/vite-plugin-react-docgen-typescript@0.2.1(typescript@5.0.4)(vite@4.3.9): resolution: {integrity: sha512-ou4ZJSXMMWHqGS4g8uNRbC5TiTWxAgQZiVucoUrOCWuPrTbkpJbmVyIi9jU72SBry7gQtuMEDp4YR8EEXAg7VQ==} peerDependencies: typescript: '>= 4.3.x' @@ -6365,7 +6810,7 @@ packages: magic-string: 0.27.0 react-docgen-typescript: 2.2.2(typescript@5.0.4) typescript: 5.0.4 - vite: 4.3.6(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.0.1) dev: true /@jridgewell/gen-mapping@0.1.1: @@ -6373,15 +6818,25 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 + dev: true /@jridgewell/gen-mapping@0.3.2: resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.14 - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 + dev: true + + /@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==} @@ -6394,15 +6849,18 @@ packages: /@jridgewell/source-map@0.3.3: resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==} dependencies: - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 dev: true /@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - /@jridgewell/trace-mapping@0.3.17: - resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} + /@jridgewell/sourcemap-codec@1.4.15: + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + + /@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 @@ -6423,7 +6881,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 @@ -6891,13 +7349,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==} @@ -6906,7 +7364,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: @@ -6918,7 +7376,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==} @@ -6927,12 +7385,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==} @@ -6959,7 +7417,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) @@ -6988,7 +7446,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) @@ -7006,7 +7464,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) @@ -7019,7 +7477,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): @@ -7027,7 +7485,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): @@ -7088,7 +7546,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): @@ -7097,7 +7555,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) @@ -7150,7 +7608,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): @@ -7159,7 +7617,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) @@ -7171,7 +7629,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 @@ -7181,7 +7639,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) @@ -7212,7 +7670,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) @@ -7297,7 +7755,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) @@ -7320,7 +7778,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) @@ -7353,7 +7811,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 @@ -7365,7 +7823,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) @@ -7396,7 +7854,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) @@ -7481,7 +7939,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 @@ -7552,7 +8010,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): @@ -7560,7 +8018,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 @@ -7569,7 +8027,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 @@ -7578,7 +8036,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): @@ -7586,7 +8044,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): @@ -7594,7 +8052,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 @@ -7603,7 +8061,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 @@ -7613,7 +8071,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) @@ -7621,7 +8079,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==} @@ -7688,7 +8146,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) @@ -8099,7 +8557,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 @@ -8129,7 +8587,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 @@ -8159,7 +8617,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 @@ -8189,7 +8647,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 @@ -8219,7 +8677,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 @@ -8249,7 +8707,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 @@ -8708,8 +9166,8 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-transform-react-jsx': 7.20.13(@babel/core@7.21.8) + '@babel/core': 7.22.1 + '@babel/plugin-transform-react-jsx': 7.20.13(@babel/core@7.22.1) '@jest/transform': 29.5.0 '@mdx-js/react': 2.3.0(react@18.2.0) '@storybook/blocks': 7.0.12(react-dom@18.2.0)(react@18.2.0) @@ -8970,7 +9428,7 @@ packages: - supports-color dev: true - /@storybook/builder-vite@7.0.12(typescript@5.0.4)(vite@4.3.6): + /@storybook/builder-vite@7.0.12(typescript@5.0.4)(vite@4.3.9): resolution: {integrity: sha512-6FJNXis+dYs/KrhfRQgz8HcRw/Oq4FaEghCwsjngQDy4PcpQuxkDbvGJKlBaSr92vUL36FWSPq8u5+VGCHjh5Q==} peerDependencies: '@preact/preset-vite': '*' @@ -9006,7 +9464,7 @@ packages: remark-slug: 6.1.0 rollup: 3.23.0 typescript: 5.0.4 - vite: 4.3.6(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.0.1) transitivePeerDependencies: - supports-color dev: true @@ -9054,7 +9512,7 @@ packages: resolution: {integrity: sha512-OABCRIujxsszIJ0CCpKg8Uj4C1UlAwBpBQhv2aMX3lA/pur6Od524syv2ypWu6J2FyvK/ooeyMbjoP7330cIuA==} hasBin: true dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@babel/preset-env': 7.21.5(@babel/core@7.21.8) '@ndelangen/get-tarball': 3.0.7 '@storybook/codemod': 7.0.12 @@ -9280,7 +9738,7 @@ packages: /@storybook/docs-tools@7.0.12: resolution: {integrity: sha512-+HykeQLgjyDyF9G7HqY0FHXlX7X5YpQcmNjftJzBrc/GO1EeO0M78d54avcOPyyTfuWOh7oZtSJ0MzjA1qrqaQ==} dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 '@storybook/core-common': 7.0.12 '@storybook/preview-api': 7.0.12 '@storybook/types': 7.0.12 @@ -9415,7 +9873,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/react-vite@7.0.12(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.4)(vite@4.3.6): + /@storybook/react-vite@7.0.12(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.4)(vite@4.3.9): resolution: {integrity: sha512-SIszevqIKOW+5TwzNposDI+3giSZNVZ7HSu7u2JEpu0Iw/CWyYI06rUgH2ft8Xluhb8vEorZKiZjsdiQDVo64w==} engines: {node: '>=16'} peerDependencies: @@ -9423,17 +9881,17 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 vite: ^3.0.0 || ^4.0.0 dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.2.1(typescript@5.0.4)(vite@4.3.6) + '@joshwooding/vite-plugin-react-docgen-typescript': 0.2.1(typescript@5.0.4)(vite@4.3.9) '@rollup/pluginutils': 4.2.1 - '@storybook/builder-vite': 7.0.12(typescript@5.0.4)(vite@4.3.6) + '@storybook/builder-vite': 7.0.12(typescript@5.0.4)(vite@4.3.9) '@storybook/react': 7.0.12(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.4) - '@vitejs/plugin-react': 3.1.0(vite@4.3.6) + '@vitejs/plugin-react': 3.1.0(vite@4.3.9) ast-types: 0.14.2 magic-string: 0.27.0 react: 18.2.0 react-docgen: 6.0.0-alpha.3 react-dom: 18.2.0(react@18.2.0) - vite: 4.3.6(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.0.1) transitivePeerDependencies: - '@preact/preset-vite' - supports-color @@ -9662,7 +10120,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: @@ -9778,7 +10236,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 @@ -9825,7 +10283,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) @@ -9846,7 +10304,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) @@ -9867,7 +10325,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) @@ -9940,8 +10398,8 @@ packages: /@types/babel__core@7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - '@babel/parser': 7.21.9 - '@babel/types': 7.21.5 + '@babel/parser': 7.22.4 + '@babel/types': 7.22.4 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.5 @@ -9950,20 +10408,20 @@ packages: /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 dev: true /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.21.9 - '@babel/types': 7.21.5 + '@babel/parser': 7.22.4 + '@babel/types': 7.22.4 dev: true /@types/babel__traverse@7.18.5: resolution: {integrity: sha512-enCvTL8m/EHS/zIvJno9nE+ndYPh1/oNFzRYRmtUqJICG2VnCSBzMLW5VN2KCQU91f23tsNKR8v7VJJQMatl7Q==} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.4 dev: true /@types/body-parser@1.19.2: @@ -9987,9 +10445,6 @@ packages: dependencies: '@types/chai': 4.3.5 - /@types/chai@4.3.4: - resolution: {integrity: sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==} - /@types/chai@4.3.5: resolution: {integrity: sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==} @@ -10372,7 +10827,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: @@ -10383,12 +10838,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 @@ -10519,7 +10974,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: @@ -10533,7 +10988,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 @@ -10546,7 +11001,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: @@ -10557,9 +11012,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: @@ -10674,7 +11129,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: @@ -10685,9 +11140,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 @@ -10742,7 +11197,7 @@ packages: /@vanilla-extract/babel-plugin-debug-ids@1.0.3: resolution: {integrity: sha512-vm4jYu1xhSa6ofQ9AhIpR3DkAp4c+eoR1Rpm8/TQI4DmWbmGbOjYRcqV0aWsfaIlNhN4kFuxFMKBNN9oG6iRzA==} dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 transitivePeerDependencies: - supports-color dev: true @@ -10769,8 +11224,8 @@ packages: /@vanilla-extract/integration@6.2.1: resolution: {integrity: sha512-+xYJz07G7TFAMZGrOqArOsURG+xcYvqctujEkANjw2McCBvGEK505RxQqOuNiA9Mi9hgGdNp2JedSa94f3eoLg==} dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) + '@babel/core': 7.22.1 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.22.1) '@vanilla-extract/babel-plugin-debug-ids': 1.0.3 '@vanilla-extract/css': 1.11.0 esbuild: 0.17.6 @@ -10778,9 +11233,9 @@ packages: find-up: 5.0.0 javascript-stringify: 2.1.0 lodash: 4.17.21 - mlly: 1.2.0 + mlly: 1.3.0 outdent: 0.8.0 - vite: 4.3.8(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.0.1) vite-node: 0.28.5 transitivePeerDependencies: - '@types/node' @@ -10796,7 +11251,7 @@ packages: resolution: {integrity: sha512-17kVyLq3ePTKOkveHxXuIJZtGYs+cSoev7BlP+Lf4916qfDhk/HBjvlYDe8egrea7LNPHKwSZJK/bzZC+Q6AwQ==} dev: true - /@vanilla-extract/vite-plugin@3.8.1(vite@4.3.6): + /@vanilla-extract/vite-plugin@3.8.1(vite@4.3.9): resolution: {integrity: sha512-Ruw0we95/ugcgidBVOh/jy/LsspsRz4WFHPPnydOgyPOu7h3Vo3BqDA4K0fQ+WmKKfyY8rEasJdbyFYqz8XxnQ==} peerDependencies: vite: ^2.2.3 || ^3.0.0 || ^4.0.3 @@ -10805,7 +11260,7 @@ packages: outdent: 0.8.0 postcss: 8.4.21 postcss-load-config: 3.1.4(postcss@8.4.21) - vite: 4.3.6(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.0.1) transitivePeerDependencies: - '@types/node' - less @@ -10817,66 +11272,35 @@ packages: - ts-node dev: true - /@vitejs/plugin-react@3.1.0(vite@4.3.1): + /@vitejs/plugin-react@3.1.0(vite@4.3.9): resolution: {integrity: sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.1.0-beta.0 dependencies: - '@babel/core': 7.20.12 - '@babel/plugin-transform-react-jsx-self': 7.18.6(@babel/core@7.20.12) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.20.12) + '@babel/core': 7.22.1 + '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.22.1) + '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.22.1) magic-string: 0.27.0 react-refresh: 0.14.0 - vite: 4.3.1(@types/node@18.13.0) - transitivePeerDependencies: - - supports-color - - /@vitejs/plugin-react@3.1.0(vite@4.3.6): - resolution: {integrity: sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==} - engines: {node: ^14.18.0 || >=16.0.0} - peerDependencies: - vite: ^4.1.0-beta.0 - dependencies: - '@babel/core': 7.20.12 - '@babel/plugin-transform-react-jsx-self': 7.18.6(@babel/core@7.20.12) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.20.12) - magic-string: 0.27.0 - react-refresh: 0.14.0 - vite: 4.3.6(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.0.1) transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-react@4.0.0(vite@4.3.1): + /@vitejs/plugin-react@4.0.0(vite@4.3.9): resolution: {integrity: sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.2.0 dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.21.8) + '@babel/core': 7.22.1 + '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.22.1) + '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.22.1) react-refresh: 0.14.0 - vite: 4.3.1(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.13.0) transitivePeerDependencies: - supports-color - dev: true - - /@vitejs/plugin-react@4.0.0(vite@4.3.8): - resolution: {integrity: sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ==} - engines: {node: ^14.18.0 || >=16.0.0} - peerDependencies: - vite: ^4.2.0 - dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.21.8) - react-refresh: 0.14.0 - vite: 4.3.8(@types/node@18.13.0) - transitivePeerDependencies: - - supports-color - dev: false /@vitest/coverage-c8@0.28.4(jsdom@20.0.3): resolution: {integrity: sha512-btelLBxaWhHnywXRQxDlrvPhGdnuIaD3XulsxcZRIcnpLPbFu39dNTT0IYu2QWP2ZZrV0AmNtdLIfD4c77zMAg==} @@ -10907,21 +11331,13 @@ packages: chai: 4.3.7 dev: true - /@vitest/expect@0.30.1: - resolution: {integrity: sha512-c3kbEtN8XXJSeN81iDGq29bUzSjQhjES2WR3aColsS4lPGbivwLtas4DNUe0jD9gg/FYGIteqOenfU95EFituw==} + /@vitest/expect@0.31.3: + resolution: {integrity: sha512-J+npV64YwKRJN7hA8KVnuyGi5k5mIaq4XmqIxKbRUX0BRBkU1xZ7gZeTwQ4S4dBTcvSvcoxceBNfMTnOdTlg3g==} dependencies: - '@vitest/spy': 0.30.1 - '@vitest/utils': 0.30.1 + '@vitest/spy': 0.31.3 + '@vitest/utils': 0.31.3 chai: 4.3.7 - /@vitest/expect@0.31.1: - resolution: {integrity: sha512-BV1LyNvhnX+eNYzJxlHIGPWZpwJFZaCcOIzp2CNG0P+bbetenTupk6EO0LANm4QFt0TTit+yqx7Rxd1qxi/SQA==} - dependencies: - '@vitest/spy': 0.31.1 - '@vitest/utils': 0.31.1 - chai: 4.3.7 - dev: false - /@vitest/runner@0.28.4: resolution: {integrity: sha512-Q8UV6GjDvBSTfUoq0QXVCNpNOUrWu4P2qvRq7ssJWzn0+S0ojbVOxEjMt+8a32X6SdkhF8ak+2nkppsqV0JyNQ==} dependencies: @@ -10930,54 +11346,31 @@ packages: pathe: 1.1.0 dev: true - /@vitest/runner@0.30.1: - resolution: {integrity: sha512-W62kT/8i0TF1UBCNMRtRMOBWJKRnNyv9RrjIgdUryEe0wNpGZvvwPDLuzYdxvgSckzjp54DSpv1xUbv4BQ0qVA==} + /@vitest/runner@0.31.3: + resolution: {integrity: sha512-89Fic1IRu4yNqnks/KJEncqZsmQpxq9RSnMVwV0RZeI9RWv/FYh9Nuoz8ld73YKOh6NiF4f9EE3COfNwX8aRpw==} dependencies: - '@vitest/utils': 0.30.1 + '@vitest/utils': 0.31.3 concordance: 5.0.4 p-limit: 4.0.0 pathe: 1.1.0 - /@vitest/runner@0.31.1: - resolution: {integrity: sha512-imWuc82ngOtxdCUpXwtEzZIuc1KMr+VlQ3Ondph45VhWoQWit5yvG/fFcldbnCi8DUuFi+NmNx5ehMUw/cGLUw==} - dependencies: - '@vitest/utils': 0.31.1 - concordance: 5.0.4 - p-limit: 4.0.0 - pathe: 1.1.0 - dev: false - - /@vitest/snapshot@0.30.1: - resolution: {integrity: sha512-fJZqKrE99zo27uoZA/azgWyWbFvM1rw2APS05yB0JaLwUIg9aUtvvnBf4q7JWhEcAHmSwbrxKFgyBUga6tq9Tw==} + /@vitest/snapshot@0.31.3: + resolution: {integrity: sha512-CgcmlZyP083oPUgd83rwLZ+qoT4KdvLNsyWRiJNgHoJjR0r7StVY+LlLAfdC9qA70G8O+hJeug+Yn1u4H51OzA==} dependencies: magic-string: 0.30.0 pathe: 1.1.0 pretty-format: 27.5.1 - /@vitest/snapshot@0.31.1: - resolution: {integrity: sha512-L3w5uU9bMe6asrNzJ8WZzN+jUTX4KSgCinEJPXyny0o90fG4FPQMV0OWsq7vrCWfQlAilMjDnOF9nP8lidsJ+g==} - dependencies: - magic-string: 0.30.0 - pathe: 1.1.0 - pretty-format: 27.5.1 - dev: false - /@vitest/spy@0.28.4: resolution: {integrity: sha512-8WuhfXLlvCXpNXEGJW6Gc+IKWI32435fQJLh43u70HnZ1otJOa2Cmg2Wy2Aym47ZnNCP4NolF+8cUPwd0MigKQ==} dependencies: tinyspy: 1.1.1 dev: true - /@vitest/spy@0.30.1: - resolution: {integrity: sha512-YfJeIf37GvTZe04ZKxzJfnNNuNSmTEGnla2OdL60C8od16f3zOfv9q9K0nNii0NfjDJRt/CVN/POuY5/zTS+BA==} + /@vitest/spy@0.31.3: + resolution: {integrity: sha512-tXGIYPdqjBXLhOWSUhWV/eBWBllfD8f6ppQXR0YMBt95bZrCNV7pM29pkam2M/3GAlg7hS+I8wnKZVkIxgXz9A==} dependencies: - tinyspy: 2.1.0 - - /@vitest/spy@0.31.1: - resolution: {integrity: sha512-1cTpt2m9mdo3hRLDyCG2hDQvRrePTDgEJBFQQNz1ydHHZy03EiA6EpFxY+7ODaY7vMRCie+WlFZBZ0/dQWyssQ==} - dependencies: - tinyspy: 2.1.0 - dev: false + tinyspy: 2.1.1 /@vitest/utils@0.28.4: resolution: {integrity: sha512-l2QztOLdc2LkR+w/lP52RGh8hW+Ul4KESmCAgVE8q737I7e7bQoAfkARKpkPJ4JQtGpwW4deqlj1732VZD7TFw==} @@ -10989,21 +11382,13 @@ packages: pretty-format: 27.5.1 dev: true - /@vitest/utils@0.30.1: - resolution: {integrity: sha512-/c8Xv2zUVc+rnNt84QF0Y0zkfxnaGhp87K2dYJMLtLOIckPzuxLVzAtFCicGFdB4NeBHNzTRr1tNn7rCtQcWFA==} + /@vitest/utils@0.31.3: + resolution: {integrity: sha512-aLxfilR38ARSw6U/E9hl5bkn2TNeWLK7rZaIWZQUpT6BBilbehwJbSVGENubW5Pb9cawqchZZ7IQMW99t0Ww3A==} dependencies: concordance: 5.0.4 loupe: 2.3.6 pretty-format: 27.5.1 - /@vitest/utils@0.31.1: - resolution: {integrity: sha512-yFyRD5ilwojsZfo3E0BnH72pSVSuLg2356cN1tCEe/0RtDzxTPYwOomIC+eQbot7m6DRy4tPZw+09mB7NkbMmA==} - dependencies: - concordance: 5.0.4 - loupe: 2.3.6 - pretty-format: 27.5.1 - dev: false - /@web-std/blob@3.0.4: resolution: {integrity: sha512-+dibyiw+uHYK4dX5cJ7HA+gtDAaUUe6JsOryp2ZpAC7h4ICsh49E34JwHoEKPlPvP0llCrNzz45vvD+xX5QDBg==} dependencies: @@ -11220,7 +11605,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): @@ -11231,7 +11616,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): @@ -11244,7 +11629,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): @@ -11257,7 +11642,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: @@ -11279,7 +11664,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: @@ -11558,7 +11943,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): @@ -11573,7 +11958,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==} @@ -11587,7 +11972,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==} @@ -11669,7 +12054,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==} @@ -11695,21 +12080,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: @@ -11806,12 +12191,12 @@ packages: resolution: {integrity: sha512-L3nSu8GgF4iEyNYakCQSfL2F5GI5aCXcot9mNTf+4N0/BMhpxqqHyOb6jIR24iq2xLjQZLG8FOt3gnUcV+9NVg==} dev: false - /babel-core@7.0.0-bridge.0(@babel/core@7.21.8): + /babel-core@7.0.0-bridge.0(@babel/core@7.22.1): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.1 dev: true /babel-plugin-istanbul@6.1.1: @@ -11831,7 +12216,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 @@ -11841,7 +12226,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.9 + '@babel/compat-data': 7.22.3 '@babel/core': 7.21.8 '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) semver: 6.3.0 @@ -11876,38 +12261,38 @@ packages: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} dev: true - /babel-preset-fbjs@3.4.0(@babel/core@7.21.8): + /babel-preset-fbjs@3.4.0(@babel/core@7.22.1): resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) - '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-flow-strip-types': 7.19.0(@babel/core@7.21.8) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx': 7.20.13(@babel/core@7.21.8) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8) + '@babel/core': 7.22.1 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.1) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.1) + '@babel/plugin-syntax-flow': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.22.1) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.22.1) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.22.1) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.22.1) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.22.1) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.22.1) + '@babel/plugin-transform-flow-strip-types': 7.19.0(@babel/core@7.22.1) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.22.1) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.1) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.1) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.1) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.22.1) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-transform-react-jsx': 7.20.13(@babel/core@7.22.1) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.22.1) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.1) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color @@ -12058,7 +12443,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 @@ -12089,10 +12474,21 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001464 - electron-to-chromium: 1.4.288 - node-releases: 2.0.10 - update-browserslist-db: 1.0.10(browserslist@4.21.5) + caniuse-lite: 1.0.30001492 + electron-to-chromium: 1.4.416 + node-releases: 2.0.12 + update-browserslist-db: 1.0.11(browserslist@4.21.5) + dev: true + + /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.416 + 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==} @@ -12211,7 +12607,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: @@ -12242,11 +12638,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 @@ -12346,7 +12745,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: @@ -12379,7 +12778,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: @@ -12719,7 +13118,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 @@ -12769,7 +13168,7 @@ packages: /core-js-compat@3.30.2: resolution: {integrity: sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.7 dev: true /core-js@3.27.2: @@ -12898,7 +13297,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: @@ -13252,7 +13651,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: @@ -13326,7 +13725,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: @@ -13369,12 +13768,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==} @@ -13435,8 +13834,8 @@ packages: jake: 10.8.6 dev: true - /electron-to-chromium@1.4.288: - resolution: {integrity: sha512-8s9aJf3YiokIrR+HOQzNOGmEHFXVUQzXM/JaViVvKdCkNUjS+lEa/uT7xw3nDVG/IgfxiIwUGkwJ6AR1pTpYsQ==} + /electron-to-chromium@1.4.416: + resolution: {integrity: sha512-AUYh0XDTb2vrj0rj82jb3P9hHSyzQNdTPYWZIhPdCOui7/vpme7+HTE07BE5jwuqg/34TZ8ktlRz6GImJ4IXjA==} /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -14062,7 +14461,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 @@ -14087,7 +14486,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 @@ -14112,7 +14511,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 @@ -14286,6 +14685,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} @@ -14345,6 +14752,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'} @@ -14353,6 +14770,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} @@ -14636,6 +15058,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} @@ -14644,6 +15114,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'} @@ -14681,8 +15160,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 + '@babel/traverse': 7.22.4 + '@babel/types': 7.22.4 c8: 7.12.0 transitivePeerDependencies: - supports-color @@ -14999,7 +15478,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: @@ -15032,7 +15511,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: @@ -15542,6 +16021,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'} @@ -15563,7 +16046,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 @@ -15675,7 +16158,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: @@ -15748,7 +16231,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: @@ -15923,8 +16406,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 @@ -15939,7 +16422,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: @@ -16193,7 +16676,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: @@ -16343,7 +16826,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: @@ -16427,8 +16910,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.8 - '@babel/parser': 7.21.9 + '@babel/core': 7.22.1 + '@babel/parser': 7.22.4 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -16613,17 +17096,17 @@ packages: peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.21.8 - '@babel/parser': 7.21.9 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/core': 7.22.1 + '@babel/parser': 7.22.4 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.1) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.1) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.1) '@babel/preset-env': 7.21.5(@babel/core@7.21.8) - '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) - '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - '@babel/register': 7.21.0(@babel/core@7.21.8) - babel-core: 7.0.0-bridge.0(@babel/core@7.21.8) + '@babel/preset-flow': 7.21.4(@babel/core@7.22.1) + '@babel/preset-typescript': 7.21.5(@babel/core@7.22.1) + '@babel/register': 7.21.0(@babel/core@7.22.1) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.1) chalk: 4.1.2 flow-parser: 0.206.0 graceful-fs: 4.2.10 @@ -16779,53 +17262,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 @@ -17206,7 +17689,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: @@ -17216,7 +17699,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: @@ -17254,13 +17737,13 @@ packages: resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==} engines: {node: '>=12'} dependencies: - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 /magic-string@0.30.0: resolution: {integrity: sha512-LA+31JYDJLs82r2ScLrlz1GjSgu66ZV518eyWT+S8VhyQn/JL0u9MeBOvQMGYiPk1DBiSN9DDMOcXvigJZaViQ==} engines: {node: '>=12'} dependencies: - '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/sourcemap-codec': 1.4.15 /make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} @@ -17312,7 +17795,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 @@ -17391,7 +17874,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: @@ -17772,7 +18255,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: @@ -17782,7 +18265,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: @@ -17792,7 +18275,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: @@ -17802,7 +18285,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: @@ -17813,7 +18296,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 @@ -17831,7 +18314,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: @@ -17841,7 +18324,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 @@ -17858,7 +18341,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: @@ -17868,7 +18351,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: @@ -17878,7 +18361,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: @@ -17888,7 +18371,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: @@ -17898,7 +18381,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: @@ -17908,7 +18391,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: @@ -17918,7 +18401,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: @@ -17928,7 +18411,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: @@ -17938,7 +18421,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: @@ -17948,7 +18431,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: @@ -17958,7 +18441,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: @@ -17968,7 +18451,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: @@ -17979,7 +18462,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 @@ -17992,7 +18475,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: @@ -18002,7 +18485,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 @@ -18011,7 +18494,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 @@ -18044,7 +18527,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: @@ -18054,7 +18537,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: @@ -18064,7 +18547,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: @@ -18074,7 +18557,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: @@ -18084,7 +18567,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: @@ -18094,7 +18577,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: @@ -18104,13 +18587,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 @@ -18148,13 +18631,13 @@ packages: hasBin: true dev: true - /mlly@1.2.0: - resolution: {integrity: sha512-+c7A3CV0KGdKcylsI6khWyts/CYrGTrRVo4R/I7u/cUsy0Conxa6LUhiEzVKIw14lc2L5aiO4+SeVe4TeGRKww==} + /mlly@1.3.0: + resolution: {integrity: sha512-HT5mcgIQKkOrZecOjOX3DJorTikWXwsBfpcr/MGBkhfWcjiqvnaL/9ppxvIUXfjT6xt4DVIAsN9fMUz1ev4bIw==} dependencies: acorn: 8.8.2 pathe: 1.1.0 - pkg-types: 1.0.2 - ufo: 1.1.1 + pkg-types: 1.0.3 + ufo: 1.1.2 /moment@2.29.4: resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==} @@ -18229,6 +18712,7 @@ packages: resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true + dev: true /nanoid@3.3.6: resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} @@ -18272,7 +18756,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 @@ -18300,7 +18784,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 @@ -18325,7 +18809,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: @@ -18404,8 +18888,8 @@ packages: type-is: 1.6.18 dev: true - /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==} @@ -18506,14 +18990,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) @@ -18811,7 +19295,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: @@ -18869,14 +19353,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: @@ -19053,11 +19537,11 @@ packages: find-up: 5.0.0 dev: true - /pkg-types@1.0.2: - resolution: {integrity: sha512-hM58GKXOcj8WTqUXnsQyJYXdeAPbythQgEF3nTcEo+nkD49chjQ9IKm/QJy9xf6JakXptz86h7ecP2024rrLaQ==} + /pkg-types@1.0.3: + resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: jsonc-parser: 3.2.0 - mlly: 1.2.0 + mlly: 1.3.0 pathe: 1.1.0 /png-js@1.0.0: @@ -19068,7 +19552,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: @@ -19110,9 +19594,10 @@ packages: nanoid: 3.3.4 picocolors: 1.0.0 source-map-js: 1.0.2 + dev: true - /postcss@8.4.23: - resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==} + /postcss@8.4.24: + resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 @@ -19147,6 +19632,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} @@ -19176,7 +19667,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 @@ -19189,7 +19680,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: @@ -19309,7 +19800,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==} @@ -19416,8 +19907,8 @@ packages: engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.9 + '@babel/core': 7.22.1 + '@babel/generator': 7.22.3 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -19485,7 +19976,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 @@ -19498,7 +19989,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 @@ -19551,7 +20042,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 @@ -19685,7 +20176,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): @@ -19701,7 +20192,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==} @@ -19717,7 +20208,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 @@ -19736,7 +20227,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) @@ -19805,7 +20296,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): @@ -19822,7 +20313,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==} @@ -19849,14 +20340,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): @@ -19874,13 +20365,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): @@ -19901,7 +20392,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) @@ -20000,7 +20491,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: @@ -20011,7 +20502,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: @@ -20045,7 +20536,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: @@ -20092,7 +20583,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: @@ -20307,13 +20798,6 @@ packages: fsevents: 2.3.2 dev: false - /rollup@3.20.5: - resolution: {integrity: sha512-Mx6NE3nLPIP6a9ReV4dTPOYYmDiyarJNtSbc37Jx0jvh8SHySoFPgyZAp9aDP3LnYvaJOrz+fclcwq3oZDzlnA==} - engines: {node: '>=14.18.0', npm: '>=8.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - /rollup@3.23.0: resolution: {integrity: sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} @@ -20324,7 +20808,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: @@ -20340,7 +20824,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==} @@ -20481,7 +20965,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 @@ -20682,7 +21166,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: @@ -20761,7 +21245,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: @@ -21018,7 +21502,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: @@ -21031,7 +21515,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 @@ -21084,7 +21568,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: @@ -21099,7 +21583,7 @@ packages: engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@pkgr/utils': 2.3.1 - tslib: 2.5.0 + tslib: 2.5.2 /syncpack@10.1.0: resolution: {integrity: sha512-3SMPf49tpxw170ZokyurKuJc7G45xZLtzgH6W87+7OsbRQLc+oc9UfoelVf1CuYglZsMwFott4zEShCY8o+R1Q==} @@ -21210,7 +21694,7 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/trace-mapping': 0.3.18 esbuild: 0.17.17 jest-worker: 27.5.1 schema-utils: 3.1.2 @@ -21295,40 +21779,31 @@ packages: /tiny-warning@1.0.3: resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} - /tinybench@2.4.0: - resolution: {integrity: sha512-iyziEiyFxX4kyxSp+MtY1oCH/lvjH3PxFN8PGCDeqcZWAJ/i+9y+nL85w99PxVzrIvew/GSkSbDYtiGVa85Afg==} - /tinybench@2.5.0: resolution: {integrity: sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==} - dev: false /tinypool@0.3.1: resolution: {integrity: sha512-zLA1ZXlstbU2rlpA4CIeVaqvWq41MTWqLY3FfsAXgC8+f7Pk7zroaJQxDgxn1xNudKW6Kmj4808rPFShUlIRmQ==} engines: {node: '>=14.0.0'} dev: true - /tinypool@0.4.0: - resolution: {integrity: sha512-2ksntHOKf893wSAH4z/+JbPpi92esw8Gn9N2deXX+B0EO92hexAVI9GIZZPx7P5aYo5KULfeOSt3kMOmSOy6uA==} - engines: {node: '>=14.0.0'} - /tinypool@0.5.0: resolution: {integrity: sha512-paHQtnrlS1QZYKF/GnLoOM/DN9fqaGOFbCbxzAhwniySnzl9Ebk8w73/dd34DAhe/obUbPAOldTyYXQZxnPBPQ==} engines: {node: '>=14.0.0'} - dev: false /tinyspy@1.1.1: resolution: {integrity: sha512-UVq5AXt/gQlti7oxoIg5oi/9r0WpF7DGEVwXgqWSMmyN16+e3tl5lIvTaOpJ3TAtu5xFzWccFRM4R5NaWHF+4g==} engines: {node: '>=14.0.0'} dev: true - /tinyspy@2.1.0: - resolution: {integrity: sha512-7eORpyqImoOvkQJCSkL0d0mB4NHHIFAy4b1u8PHdDa7SjGS2njzl6/lyGoZLm+eyYEtlUmFGE0rFj66SWxZgQQ==} + /tinyspy@2.1.1: + resolution: {integrity: sha512-XPJL2uSzcOyBMky6OFrusqWlzfFrXtE0hPuMgW8A2HmaqrPo4ZQHRN/V0QXN3FSjKxpsbRrFc5LI7KOwBsT1/w==} engines: {node: '>=14.0.0'} /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: @@ -21461,6 +21936,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'} @@ -21702,8 +22180,8 @@ packages: resolution: {integrity: sha512-RqshF7TPTE0XLYAqmjlu5cLLuGdKrNu9O1KLA/qp39QtbZwuzwv1dT46DZSopoUMsYgXpB3Cv8a03FI8b74oFQ==} dev: false - /ufo@1.1.1: - resolution: {integrity: sha512-MvlCc4GHrmZdAllBc0iUDowff36Q9Ndw/UzqmEKyrfSzokTd9ZCy1i+IIk5hrYKkjoYVQyNbrw7/F8XJ2rEwTg==} + /ufo@1.1.2: + resolution: {integrity: sha512-TrY6DsjTQQgyS3E3dBaOXf0TpPD8u9FVrVYmKVegJuFw51n/YB9XPt+U6ydzFG5ZIN7+DIjPbNmXoBj9esYhgQ==} /uglify-js@3.17.4: resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} @@ -21867,7 +22345,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 @@ -21910,8 +22388,8 @@ packages: setimmediate: 1.0.5 dev: false - /update-browserslist-db@1.0.10(browserslist@4.21.5): - resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} + /update-browserslist-db@1.0.11(browserslist@4.21.5): + resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -21919,11 +22397,22 @@ packages: browserslist: 4.21.5 escalade: 3.1.1 picocolors: 1.0.0 + dev: true + + /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: @@ -21933,7 +22422,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: @@ -21982,7 +22471,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): @@ -21997,7 +22486,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==} @@ -22060,7 +22549,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): @@ -22076,7 +22565,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==} @@ -22147,7 +22636,7 @@ packages: resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/trace-mapping': 0.3.18 '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.9.0 dev: true @@ -22205,12 +22694,12 @@ packages: dependencies: cac: 6.7.14 debug: 4.3.4 - mlly: 1.2.0 + mlly: 1.3.0 pathe: 1.1.0 picocolors: 1.0.0 source-map: 0.6.1 source-map-support: 0.5.21 - vite: 4.3.8(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.13.0) transitivePeerDependencies: - '@types/node' - less @@ -22228,12 +22717,12 @@ packages: dependencies: cac: 6.7.14 debug: 4.3.4 - mlly: 1.2.0 + mlly: 1.3.0 pathe: 1.1.0 picocolors: 1.0.0 source-map: 0.6.1 source-map-support: 0.5.21 - vite: 4.3.8(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.0.1) transitivePeerDependencies: - '@types/node' - less @@ -22244,17 +22733,17 @@ packages: - terser dev: true - /vite-node@0.30.1(@types/node@18.13.0): - resolution: {integrity: sha512-vTikpU/J7e6LU/8iM3dzBo8ZhEiKZEKRznEMm+mJh95XhWaPrJQraT/QsT2NWmuEf+zgAoMe64PKT7hfZ1Njmg==} + /vite-node@0.31.3(@types/node@18.13.0): + resolution: {integrity: sha512-KGdemamy6imPlmTycADRs5yMX/CoxPq9vJwTAOgSfabzneJmyexmRBBVEX8Mesb3mleIXTBIVR6z0fmtoRTcww==} engines: {node: '>=v14.18.0'} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.4 - mlly: 1.2.0 + mlly: 1.3.0 pathe: 1.1.0 picocolors: 1.0.0 - vite: 4.3.8(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.13.0) transitivePeerDependencies: - '@types/node' - less @@ -22264,29 +22753,8 @@ packages: - supports-color - terser - /vite-node@0.31.1(@types/node@18.13.0): - resolution: {integrity: sha512-BajE/IsNQ6JyizPzu9zRgHrBwczkAs0erQf/JRpgTIESpKvNj9/Gd0vxX905klLkb0I0SJVCKbdrl5c6FnqYKA==} - engines: {node: '>=v14.18.0'} - hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.3.4 - mlly: 1.2.0 - pathe: 1.1.0 - picocolors: 1.0.0 - vite: 4.3.8(@types/node@18.13.0) - transitivePeerDependencies: - - '@types/node' - - less - - sass - - stylus - - sugarss - - supports-color - - terser - dev: false - - /vite@4.3.1(@types/node@18.0.1): - resolution: {integrity: sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==} + /vite@4.3.9(@types/node@18.0.1): + resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -22312,77 +22780,13 @@ packages: dependencies: '@types/node': 18.0.1 esbuild: 0.17.17 - postcss: 8.4.21 - rollup: 3.20.5 - optionalDependencies: - fsevents: 2.3.2 - - /vite@4.3.1(@types/node@18.13.0): - resolution: {integrity: sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==} - engines: {node: ^14.18.0 || >=16.0.0} - hasBin: true - peerDependencies: - '@types/node': '>= 14' - less: '*' - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 18.13.0 - esbuild: 0.17.17 - postcss: 8.4.21 - rollup: 3.20.5 - optionalDependencies: - fsevents: 2.3.2 - - /vite@4.3.6(@types/node@18.13.0): - resolution: {integrity: sha512-cqIyLSbA6gornMS659AXTVKF7cvSHMdKmJJwQ9DXq3lwsT1uZSdktuBRlpHQ8VnOWx0QHtjDwxPpGtyo9Fh/Qg==} - engines: {node: ^14.18.0 || >=16.0.0} - hasBin: true - peerDependencies: - '@types/node': '>= 14' - less: '*' - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - '@types/node': 18.13.0 - esbuild: 0.17.17 - postcss: 8.4.23 + postcss: 8.4.24 rollup: 3.23.0 optionalDependencies: fsevents: 2.3.2 - /vite@4.3.8(@types/node@18.13.0): - resolution: {integrity: sha512-uYB8PwN7hbMrf4j1xzGDk/lqjsZvCDbt/JC5dyfxc19Pg8kRm14LinK/uq+HSLNswZEoKmweGdtpbnxRtrAXiQ==} + /vite@4.3.9(@types/node@18.13.0): + resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -22408,7 +22812,7 @@ packages: dependencies: '@types/node': 18.13.0 esbuild: 0.17.17 - postcss: 8.4.23 + postcss: 8.4.24 rollup: 3.23.0 optionalDependencies: fsevents: 2.3.2 @@ -22435,7 +22839,7 @@ packages: jsdom: optional: true dependencies: - '@types/chai': 4.3.4 + '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 '@types/node': 18.13.0 '@vitest/expect': 0.28.4 @@ -22454,10 +22858,10 @@ packages: source-map: 0.6.1 std-env: 3.3.2 strip-literal: 1.0.1 - tinybench: 2.4.0 + tinybench: 2.5.0 tinypool: 0.3.1 tinyspy: 1.1.1 - vite: 4.3.8(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.13.0) vite-node: 0.28.4(@types/node@18.13.0) why-is-node-running: 2.2.2 transitivePeerDependencies: @@ -22469,74 +22873,8 @@ packages: - terser dev: true - /vitest@0.30.1(jsdom@20.0.3): - resolution: {integrity: sha512-y35WTrSTlTxfMLttgQk4rHcaDkbHQwDP++SNwPb+7H8yb13Q3cu2EixrtHzF27iZ8v0XCciSsLg00RkPAzB/aA==} - engines: {node: '>=v14.18.0'} - hasBin: true - peerDependencies: - '@edge-runtime/vm': '*' - '@vitest/browser': '*' - '@vitest/ui': '*' - happy-dom: '*' - jsdom: '*' - playwright: '*' - safaridriver: '*' - webdriverio: '*' - peerDependenciesMeta: - '@edge-runtime/vm': - optional: true - '@vitest/browser': - optional: true - '@vitest/ui': - optional: true - happy-dom: - optional: true - jsdom: - optional: true - playwright: - optional: true - safaridriver: - optional: true - webdriverio: - optional: true - dependencies: - '@types/chai': 4.3.4 - '@types/chai-subset': 1.3.3 - '@types/node': 18.13.0 - '@vitest/expect': 0.30.1 - '@vitest/runner': 0.30.1 - '@vitest/snapshot': 0.30.1 - '@vitest/spy': 0.30.1 - '@vitest/utils': 0.30.1 - acorn: 8.8.2 - acorn-walk: 8.2.0 - cac: 6.7.14 - chai: 4.3.7 - concordance: 5.0.4 - debug: 4.3.4 - jsdom: 20.0.3 - local-pkg: 0.4.3 - magic-string: 0.30.0 - pathe: 1.1.0 - picocolors: 1.0.0 - source-map: 0.6.1 - std-env: 3.3.2 - strip-literal: 1.0.1 - tinybench: 2.4.0 - tinypool: 0.4.0 - vite: 4.3.6(@types/node@18.13.0) - vite-node: 0.30.1(@types/node@18.13.0) - why-is-node-running: 2.2.2 - transitivePeerDependencies: - - less - - sass - - stylus - - sugarss - - supports-color - - terser - - /vitest@0.31.1(jsdom@20.0.3): - resolution: {integrity: sha512-/dOoOgzoFk/5pTvg1E65WVaobknWREN15+HF+0ucudo3dDG/vCZoXTQrjIfEaWvQXmqScwkRodrTbM/ScMpRcQ==} + /vitest@0.31.3(jsdom@20.0.3): + resolution: {integrity: sha512-LMXIKXfI7tDClf6HIR5GjCSHZQdlmfCWWPaJwWcLF+M11V766Tzefb8LD9mLcHmX/zR0xtlfcokpg3JxEDLfeA==} engines: {node: '>=v14.18.0'} hasBin: true peerDependencies: @@ -22569,11 +22907,11 @@ packages: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 '@types/node': 18.13.0 - '@vitest/expect': 0.31.1 - '@vitest/runner': 0.31.1 - '@vitest/snapshot': 0.31.1 - '@vitest/spy': 0.31.1 - '@vitest/utils': 0.31.1 + '@vitest/expect': 0.31.3 + '@vitest/runner': 0.31.3 + '@vitest/snapshot': 0.31.3 + '@vitest/spy': 0.31.3 + '@vitest/utils': 0.31.3 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -22589,8 +22927,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.5.0 - vite: 4.3.8(@types/node@18.13.0) - vite-node: 0.31.1(@types/node@18.13.0) + vite: 4.3.9(@types/node@18.13.0) + vite-node: 0.31.3(@types/node@18.13.0) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -22599,7 +22937,6 @@ packages: - sugarss - supports-color - terser - dev: false /void-elements@3.1.0: resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==} @@ -22674,7 +23011,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==} @@ -23044,7 +23381,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