From 6f3dde4a16e47e17b037c5312a2f3067a0f1912e Mon Sep 17 00:00:00 2001 From: casperiv <53900565+casperiv0@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:23:28 +0200 Subject: [PATCH] chore: upgrade root deps --- apps/api/package.json | 4 +- apps/client/package.json | 4 +- package.json | 14 +- packages/types/package.json | 2 +- packages/ui/package.json | 4 +- packages/utils/package.json | 2 +- pnpm-lock.yaml | 29071 +++++++++++++++++++--------------- 7 files changed, 16199 insertions(+), 12902 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 89def39f8..1dc6775b9 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -44,13 +44,13 @@ "@prisma/client": "^5.6.0", "@sentry/node": "^7.81.0", "@snailycad/audit-logger": "workspace:*", - "@snailycad/config": "^1.79.1", + "@snailycad/config": "workspace:*", "@snailycad/image-data-uri": "^3.2.0", "@snailycad/permissions": "workspace:*", "@snailycad/prisma-generator-redundant-types": "^2.0.2", "@snailycad/schemas": "workspace:*", "@snailycad/types": "workspace:*", - "@snailycad/utils": "^1.79.1", + "@snailycad/utils": "workspace:*", "@tsed/common": "^7.48.0", "@tsed/components-scan": "^7.48.0", "@tsed/core": "^7.48.0", diff --git a/apps/client/package.json b/apps/client/package.json index dd80f53c2..56bc3dfe4 100644 --- a/apps/client/package.json +++ b/apps/client/package.json @@ -32,12 +32,12 @@ "@sentry/nextjs": "^7.81.1", "@sentry/tracing": "^7.81.1", "@snailycad/audit-logger": "workspace:*", - "@snailycad/config": "^1.79.1", + "@snailycad/config": "workspace:*", "@snailycad/permissions": "workspace:*", "@snailycad/schemas": "workspace:*", "@snailycad/types": "workspace:*", "@snailycad/ui": "workspace:*", - "@snailycad/utils": "^1.79.1", + "@snailycad/utils": "workspace:*", "@tailwindcss/typography": "^0.5.10", "@tanstack/react-query": "^5.8.4", "@tanstack/react-table": "8.10.7", diff --git a/package.json b/package.json index a1a405879..50a9f5d64 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "@casperiv/eslint-config-react": "8.0.0", "eslint": "8.56.0", "eslint-plugin-deprecation": "^2.0.0", - "lerna": "^8.0.1", - "lint-staged": "^15.2.0" + "lerna": "^8.1.3", + "lint-staged": "^15.2.5" }, "lint-staged": { "*.{js,jsx,json,ts,tsx,md,mdx,css,html,yml,yaml,scss,sass}\"": "prettier --write --ignore-path .prettierignore" @@ -33,14 +33,14 @@ "node": ">=18.16.0" }, "dependencies": { - "@faker-js/faker": "^8.3.1", + "@faker-js/faker": "^8.4.1", "colorette": "2.0.20", "concurrently": "^8.2.2", "copy": "^0.3.2", - "dotenv": "^16.3.1", - "husky": "^8.0.3", - "prettier": "3.1.1", - "turbo": "1.10.16" + "dotenv": "^16.4.5", + "husky": "^9.0.11", + "prettier": "3.3.0", + "turbo": "1.13.3" }, "pnpm": { "overrides": { diff --git a/packages/types/package.json b/packages/types/package.json index 4c73ca1a5..2d70d584e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -37,7 +37,7 @@ "prepublish": "pnpm build" }, "dependencies": { - "@snailycad/permissions": "^1.79.1", + "@snailycad/permissions": "workspace:*", "discord-api-types": "0.37.58" }, "devDependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index 664ba3a4b..8b499e09f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -104,9 +104,9 @@ "@react-types/overlays": "^3.8.4", "@react-types/select": "^3.9.0", "@react-types/shared": "^3.22.0", - "@snailycad/config": "^1.79.1", + "@snailycad/config": "workspace:*", "@snailycad/types": "workspace:*", - "@snailycad/utils": "^1.79.1", + "@snailycad/utils": "workspace:*", "@types/react": "18.2.34", "@types/react-dom": "18.2.14", "class-variance-authority": "^0.7.0", diff --git a/packages/utils/package.json b/packages/utils/package.json index a1e4c07c8..c0ca66858 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -99,7 +99,7 @@ }, "sideEffects": false, "dependencies": { - "@snailycad/types": "^1.79.1", + "@snailycad/types": "workspace:*", "date-fns": "^2.30.0", "slate": "0.100.0", "slate-history": "^0.100.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8dd488115..96d53abed 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: "6.0" +lockfileVersion: "9.0" settings: autoInstallPeers: true @@ -15,8 +15,8 @@ importers: .: dependencies: "@faker-js/faker": - specifier: ^8.3.1 - version: 8.3.1 + specifier: ^8.4.1 + version: 8.4.1 colorette: specifier: 2.0.20 version: 2.0.20 @@ -27,24 +27,24 @@ importers: specifier: ^0.3.2 version: 0.3.2 dotenv: - specifier: ^16.3.1 - version: 16.3.1 + specifier: ^16.4.5 + version: 16.4.5 husky: - specifier: ^8.0.3 - version: 8.0.3 + specifier: ^9.0.11 + version: 9.0.11 prettier: - specifier: 3.1.1 - version: 3.1.1 + specifier: 3.3.0 + version: 3.3.0 turbo: - specifier: 1.10.16 - version: 1.10.16 + specifier: 1.13.3 + version: 1.13.3 devDependencies: "@casperiv/eslint-config": specifier: 8.0.0 - version: 8.0.0(eslint@8.56.0)(prettier@3.1.1)(typescript@5.3.2) + version: 8.0.0(eslint@8.56.0)(prettier@3.3.0)(typescript@5.3.2) "@casperiv/eslint-config-next": specifier: 8.0.0 - version: 8.0.0(eslint@8.56.0)(next@14.0.3)(typescript@5.3.2) + version: 8.0.0(eslint@8.56.0)(next@14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5))(typescript@5.3.2) "@casperiv/eslint-config-react": specifier: 8.0.0 version: 8.0.0(eslint@8.56.0) @@ -55,11 +55,11 @@ importers: specifier: ^2.0.0 version: 2.0.0(eslint@8.56.0)(typescript@5.3.2) lerna: - specifier: ^8.0.1 - version: 8.0.1 + specifier: ^8.1.3 + version: 8.1.3(@swc/core@1.3.99)(encoding@0.1.13) lint-staged: - specifier: ^15.2.0 - version: 15.2.0 + specifier: ^15.2.5 + version: 15.2.5 apps/api: dependencies: @@ -79,7 +79,7 @@ importers: specifier: workspace:* version: link:../../packages/audit-logger "@snailycad/config": - specifier: ^1.79.1 + specifier: workspace:* version: link:../../packages/config "@snailycad/image-data-uri": specifier: ^3.2.0 @@ -89,7 +89,7 @@ importers: version: link:../../packages/permissions "@snailycad/prisma-generator-redundant-types": specifier: ^2.0.2 - version: 2.0.2 + version: 2.0.2(encoding@0.1.13) "@snailycad/schemas": specifier: workspace:* version: link:../../packages/schemas @@ -97,11 +97,11 @@ importers: specifier: workspace:* version: link:../../packages/types "@snailycad/utils": - specifier: ^1.79.1 + specifier: workspace:* version: link:../../packages/utils "@tsed/common": specifier: ^7.48.0 - version: 7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2)(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0) + version: 7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2(@tsed/logger@6.6.3))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0) "@tsed/components-scan": specifier: ^7.48.0 version: 7.48.0(@tsed/core@7.48.0) @@ -110,40 +110,40 @@ importers: version: 7.48.0 "@tsed/di": specifier: ^7.48.0 - version: 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) + version: 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) "@tsed/exceptions": specifier: ^7.48.0 version: 7.48.0(@tsed/core@7.48.0) "@tsed/json-mapper": specifier: ^7.48.0 - version: 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0) + version: 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) "@tsed/logger": specifier: ^6.6.3 version: 6.6.3 "@tsed/platform-exceptions": specifier: ^7.48.0 - version: 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/schema@7.48.0) + version: 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) "@tsed/platform-express": specifier: ^7.48.0 - version: 7.48.0(@tsed/common@7.48.0)(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0)(@tsed/schema@7.48.0)(@types/multer@1.4.11)(body-parser@1.20.1)(multer@1.4.5-lts.1) + version: 7.48.0(@tsed/common@7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2(@tsed/logger@6.6.3))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0))(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0)(@tsed/platform-views@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/engines@7.48.0)(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))(@types/multer@1.4.11)(body-parser@1.20.1)(multer@1.4.5-lts.1) "@tsed/platform-middlewares": specifier: ^7.48.0 - version: 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/schema@7.48.0) + version: 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) "@tsed/platform-params": specifier: ^7.48.0 - version: 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/schema@7.48.0) + version: 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) "@tsed/schema": specifier: ^7.48.0 version: 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) "@tsed/socketio": specifier: ^7.48.0 - version: 7.48.0(@tsed/di@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/logger@6.6.3)(@tsed/platform-middlewares@7.48.0)(@tsed/schema@7.48.0)(socket.io@4.7.2) + version: 7.48.0(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/logger@6.6.3)(@tsed/platform-middlewares@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))(socket.io@4.7.2) "@tsed/swagger": specifier: ^7.48.0 - version: 7.48.0(@tsed/common@7.48.0) + version: 7.48.0(@tsed/common@7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2(@tsed/logger@6.6.3))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0)) bcrypt: specifier: ^5.1.1 - version: 5.1.1 + version: 5.1.1(encoding@0.1.13) command-exists: specifier: ^1.2.9 version: 1.2.9 @@ -200,7 +200,7 @@ importers: version: 5.6.0 puppeteer: specifier: ^21.5.2 - version: 21.5.2(typescript@5.3.2) + version: 21.5.2(encoding@0.1.13)(typescript@5.3.2) qrcode: specifier: ^1.5.3 version: 1.5.3 @@ -231,7 +231,7 @@ importers: devDependencies: "@swc/cli": specifier: ^0.1.63 - version: 0.1.63(@swc/core@1.3.99) + version: 0.1.63(@swc/core@1.3.99(@swc/helpers@0.5.3))(chokidar@3.5.3) "@swc/core": specifier: ^1.3.99 version: 1.3.99(@swc/helpers@0.5.3) @@ -297,34 +297,34 @@ importers: version: 5.3.2 vite: specifier: ^5.0.0 - version: 5.0.0(@types/node@20.9.3) + version: 5.0.0(@types/node@20.9.3)(sass@1.69.5) vitest: specifier: ^0.34.6 - version: 0.34.6(sass@1.69.5) + version: 0.34.6(playwright@1.39.0)(sass@1.69.5) apps/client: dependencies: "@casperiv/use-socket.io": specifier: 6.0.1 - version: 6.0.1(@types/react@18.2.34)(postcss@8.4.31)(react@18.2.0)(socket.io-client@4.7.2)(socket.io@4.7.2)(typescript@5.3.2) + version: 6.0.1(@swc/core@1.3.99)(@types/react@18.2.34)(immer@10.0.3)(postcss@8.4.31)(react@18.2.0)(socket.io-client@4.7.2)(socket.io@4.7.2)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2) "@casperiv/useful": specifier: ^3.0.0 - version: 3.0.0(react-dom@18.2.0)(react@18.2.0) + version: 3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@headlessui/react": specifier: ^1.7.17 - version: 1.7.17(react-dom@18.2.0)(react@18.2.0) + version: 1.7.17(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-popover": specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-tabs": specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-toolbar": specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-tooltip": specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/label": specifier: ^3.7.3 version: 3.7.3(react@18.2.0) @@ -339,7 +339,7 @@ importers: version: 7.81.1 "@sentry/nextjs": specifier: ^7.81.1 - version: 7.81.1(next@14.0.3)(react@18.2.0) + version: 7.81.1(encoding@0.1.13)(next@14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5))(react@18.2.0) "@sentry/tracing": specifier: ^7.81.1 version: 7.81.1 @@ -347,7 +347,7 @@ importers: specifier: workspace:* version: link:../../packages/audit-logger "@snailycad/config": - specifier: ^1.79.1 + specifier: workspace:* version: link:../../packages/config "@snailycad/permissions": specifier: workspace:* @@ -362,17 +362,17 @@ importers: specifier: workspace:* version: link:../../packages/ui "@snailycad/utils": - specifier: ^1.79.1 + specifier: workspace:* version: link:../../packages/utils "@tailwindcss/typography": specifier: ^0.5.10 - version: 0.5.10(tailwindcss@3.3.5) + version: 0.5.10(tailwindcss@3.3.5(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2))) "@tanstack/react-query": specifier: ^5.8.4 - version: 5.8.4(react-dom@18.2.0)(react@18.2.0) + version: 5.8.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@tanstack/react-table": specifier: 8.10.7 - version: 8.10.7(react-dom@18.2.0)(react@18.2.0) + version: 8.10.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@types/color": specifier: ^3.0.6 version: 3.0.6 @@ -438,10 +438,10 @@ importers: version: 2.0.0 next: specifier: 14.0.3 - version: 14.0.3(react-dom@18.2.0)(react@18.2.0)(sass@1.69.5) + version: 14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5) next-intl: specifier: 2.22.1 - version: 2.22.1(next@14.0.3)(react@18.2.0) + version: 2.22.1(next@14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5))(react@18.2.0) nookies: specifier: ^2.5.2 version: 2.5.2 @@ -459,7 +459,7 @@ importers: version: 1.10.3(react@18.2.0) react-colorful: specifier: ^5.6.1 - version: 5.6.1(react-dom@18.2.0)(react@18.2.0) + version: 5.6.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-cool-onclickoutside: specifier: ^1.7.0 version: 1.7.0(react@18.2.0) @@ -468,7 +468,7 @@ importers: version: 2.3.3(react@18.2.0) react-diff-viewer-continued: specifier: ^3.3.1 - version: 3.3.1(react-dom@18.2.0)(react@18.2.0) + version: 3.3.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-digit-input: specifier: ^2.1.0 version: 2.1.0 @@ -477,25 +477,25 @@ importers: version: 18.2.0(react@18.2.0) react-google-recaptcha-v3: specifier: ^1.10.1 - version: 1.10.1(react-dom@18.2.0)(react@18.2.0) + version: 1.10.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-hot-toast: specifier: ^2.4.1 - version: 2.4.1(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0) + version: 2.4.1(csstype@3.1.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-leaflet: specifier: ^4.2.1 - version: 4.2.1(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0) + version: 4.2.1(leaflet@1.9.4)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-markdown: specifier: ^9.0.1 version: 9.0.1(@types/react@18.2.34)(react@18.2.0) react-select: specifier: ^5.8.0 - version: 5.8.0(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 5.8.0(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-sortablejs: specifier: ^6.1.4 - version: 6.1.4(@types/sortablejs@1.15.6)(react-dom@18.2.0)(react@18.2.0)(sortablejs@1.15.0) + version: 6.1.4(@types/sortablejs@1.15.6)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sortablejs@1.15.0) react-use: specifier: ^17.4.0 - version: 17.4.0(react-dom@18.2.0)(react@18.2.0) + version: 17.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) remark-emoji: specifier: ^4.0.1 version: 4.0.1 @@ -516,7 +516,7 @@ importers: version: 0.100.0(slate@0.100.0) slate-react: specifier: ^0.101.0 - version: 0.101.0(react-dom@18.2.0)(react@18.2.0)(slate@0.100.0) + version: 0.101.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(slate@0.100.0) socket.io-client: specifier: ^4.7.2 version: 4.7.2 @@ -537,7 +537,7 @@ importers: version: 3.22.4 zustand: specifier: ^4.4.6 - version: 4.4.6(@types/react@18.2.34)(react@18.2.0) + version: 4.4.6(@types/react@18.2.34)(immer@10.0.3)(react@18.2.0) devDependencies: dotenv: specifier: ^16.3.1 @@ -550,7 +550,7 @@ importers: version: 1.69.5 tailwindcss: specifier: ^3.3.5 - version: 3.3.5 + version: 3.3.5(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -559,7 +559,7 @@ importers: version: 5.0.2(@types/node@20.9.3)(sass@1.69.5) vitest: specifier: ^0.34.6 - version: 0.34.6(sass@1.69.5) + version: 0.34.6(playwright@1.39.0)(sass@1.69.5) packages/audit-logger: dependencies: @@ -578,43 +578,43 @@ importers: devDependencies: tsup: specifier: 6.6.2 - version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(typescript@5.3.2) + version: 6.6.2(@swc/core@1.3.99(@swc/helpers@0.5.3))(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 vite: specifier: ^5.0.0 - version: 5.0.0(@types/node@20.9.1) + version: 5.0.0(@types/node@20.9.3)(sass@1.69.5) packages/config: devDependencies: tsup: specifier: 6.6.2 - version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(typescript@5.3.2) + version: 6.6.2(@swc/core@1.3.99(@swc/helpers@0.5.3))(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 vite: specifier: ^5.0.0 - version: 5.0.0(@types/node@20.9.1) + version: 5.0.0(@types/node@20.9.3)(sass@1.69.5) vitest: specifier: ^0.34.6 - version: 0.34.6(sass@1.69.5) + version: 0.34.6(playwright@1.39.0)(sass@1.69.5) packages/permissions: devDependencies: tsup: specifier: 6.6.2 - version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(typescript@5.3.2) + version: 6.6.2(@swc/core@1.3.99(@swc/helpers@0.5.3))(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 vite: specifier: ^5.0.0 - version: 5.0.0(@types/node@20.9.1) + version: 5.0.0(@types/node@20.9.3)(sass@1.69.5) vitest: specifier: ^0.34.6 - version: 0.34.6(sass@1.69.5) + version: 0.34.6(playwright@1.39.0)(sass@1.69.5) packages/schemas: dependencies: @@ -630,7 +630,7 @@ importers: devDependencies: tsup: specifier: 6.6.2 - version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(typescript@5.3.2) + version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.1)(typescript@5.3.2))(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -638,7 +638,7 @@ importers: packages/types: dependencies: "@snailycad/permissions": - specifier: ^1.79.1 + specifier: workspace:* version: link:../permissions discord-api-types: specifier: 0.37.58 @@ -646,7 +646,7 @@ importers: devDependencies: tsup: specifier: 6.6.2 - version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(typescript@5.3.2) + version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.1)(typescript@5.3.2))(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -655,28 +655,28 @@ importers: dependencies: "@casperiv/useful": specifier: ^3.0.0 - version: 3.0.0(react-dom@18.2.0)(react@18.2.0) + version: 3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@internationalized/date": specifier: ^3.5.0 version: 3.5.0 "@monaco-editor/react": specifier: ^4.6.0 - version: 4.6.0(monaco-editor@0.44.0)(react-dom@18.2.0)(react@18.2.0) + version: 4.6.0(monaco-editor@0.44.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-accordion": specifier: ^1.1.2 - version: 1.1.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-context-menu": specifier: ^2.1.5 - version: 2.1.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 2.1.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-dropdown-menu": specifier: ^2.0.6 - version: 2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-hover-card": specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@radix-ui/react-tabs": specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/breadcrumbs": specifier: ^3.5.8 version: 3.5.8(react@18.2.0) @@ -685,19 +685,19 @@ importers: version: 3.9.0(react@18.2.0) "@react-aria/calendar": specifier: ^3.5.3 - version: 3.5.3(react-dom@18.2.0)(react@18.2.0) + version: 3.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/checkbox": specifier: ^3.12.0 version: 3.12.0(react@18.2.0) "@react-aria/combobox": specifier: ^3.8.0 - version: 3.8.0(react-dom@18.2.0)(react@18.2.0) + version: 3.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/datepicker": specifier: ^3.9.0 - version: 3.9.0(react-dom@18.2.0)(react@18.2.0) + version: 3.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/dialog": specifier: ^3.5.8 - version: 3.5.8(react-dom@18.2.0)(react@18.2.0) + version: 3.5.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/focus": specifier: ^3.15.0 version: 3.15.0(react@18.2.0) @@ -712,13 +712,13 @@ importers: version: 3.7.3(react@18.2.0) "@react-aria/listbox": specifier: ^3.11.2 - version: 3.11.2(react-dom@18.2.0)(react@18.2.0) + version: 3.11.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/menu": specifier: ^3.11.2 - version: 3.11.2(react-dom@18.2.0)(react@18.2.0) + version: 3.11.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/overlays": specifier: ^3.19.0 - version: 3.19.0(react-dom@18.2.0)(react@18.2.0) + version: 3.19.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@react-aria/progress": specifier: ^3.4.8 version: 3.4.8(react@18.2.0) @@ -783,13 +783,13 @@ importers: specifier: ^3.22.0 version: 3.22.0(react@18.2.0) "@snailycad/config": - specifier: ^1.79.1 + specifier: workspace:* version: link:../config "@snailycad/types": specifier: workspace:* version: link:../types "@snailycad/utils": - specifier: ^1.79.1 + specifier: workspace:* version: link:../utils "@types/react": specifier: 18.2.34 @@ -811,10 +811,10 @@ importers: version: 2.0.0 next: specifier: "*" - version: 13.4.13(@babel/core@7.22.11)(react-dom@18.2.0)(react@18.2.0) + version: 13.4.13(@babel/core@7.22.11)(@opentelemetry/api@1.4.1)(babel-plugin-macros@3.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5) next-intl: specifier: 2.22.1 - version: 2.22.1(next@13.4.13)(react@18.2.0) + version: 2.22.1(next@13.4.13(@babel/core@7.22.11)(@opentelemetry/api@1.4.1)(babel-plugin-macros@3.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5))(react@18.2.0) react: specifier: ">=18.2.0" version: 18.2.0 @@ -823,7 +823,7 @@ importers: version: 1.10.3(react@18.2.0) react-dnd: specifier: 16.0.1 - version: 16.0.1(@types/react@18.2.34)(react@18.2.0) + version: 16.0.1(@types/hoist-non-react-statics@3.3.2)(@types/node@20.9.3)(@types/react@18.2.34)(react@18.2.0) react-dnd-html5-backend: specifier: 16.0.1 version: 16.0.1 @@ -832,7 +832,7 @@ importers: version: 18.2.0(react@18.2.0) react-use: specifier: ^17.4.0 - version: 17.4.0(react-dom@18.2.0)(react@18.2.0) + version: 17.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -848,34 +848,34 @@ importers: devDependencies: "@storybook/addon-a11y": specifier: ^7.5.3 - version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@storybook/addon-essentials": specifier: ^7.5.3 - version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@storybook/addon-interactions": specifier: ^7.5.3 - version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@storybook/addon-links": specifier: ^7.5.3 - version: 7.5.3(react-dom@18.2.0)(react@18.2.0) + version: 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@storybook/addon-themes": specifier: ^7.5.3 - version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@storybook/blocks": specifier: ^7.5.3 - version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) + version: 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) "@storybook/jest": specifier: ^0.2.3 - version: 0.2.3(jest@29.7.0) + version: 0.2.3(@jest/globals@29.7.0)(jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)))(vitest@0.34.6(sass@1.69.5)) "@storybook/react": specifier: ^7.5.3 - version: 7.5.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2) + version: 7.5.3(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.2) "@storybook/react-vite": specifier: ^7.5.3 - version: 7.5.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2)(vite@5.0.2) + version: 7.5.3(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(rollup@3.28.1)(typescript@5.3.2)(vite@5.0.2(@types/node@20.9.3)(sass@1.69.5)) "@storybook/test-runner": specifier: ^0.15.2 - version: 0.15.2 + version: 0.15.2(@swc/helpers@0.5.3)(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(encoding@0.1.13)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) "@storybook/testing-library": specifier: ^0.2.2 version: 0.2.2 @@ -893,13 +893,13 @@ importers: version: 15.8.1 storybook: specifier: ^7.5.3 - version: 7.5.3 + version: 7.5.3(encoding@0.1.13) tailwindcss: specifier: ^3.3.5 - version: 3.3.5 + version: 3.3.5(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) tsup: specifier: 6.6.2 - version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(typescript@5.3.2) + version: 6.6.2(@swc/core@1.3.99(@swc/helpers@0.5.3))(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 @@ -910,7 +910,7 @@ importers: packages/utils: dependencies: "@snailycad/types": - specifier: ^1.79.1 + specifier: workspace:* version: link:../types date-fns: specifier: ^2.30.0 @@ -923,7 +923,7 @@ importers: version: 0.100.0(slate@0.100.0) slate-react: specifier: ^0.101.0 - version: 0.101.0(react-dom@18.2.0)(react@18.2.0)(slate@0.100.0) + version: 0.101.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(slate@0.100.0) tslib: specifier: ^2.6.2 version: 2.6.2 @@ -939,166 +939,116 @@ importers: version: 8.0.1 tsup: specifier: 6.6.2 - version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(typescript@5.3.2) + version: 6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.1)(typescript@5.3.2))(typescript@5.3.2) typescript: specifier: ^5.3.2 version: 5.3.2 vite: specifier: ^5.0.0 - version: 5.0.0(@types/node@20.9.1) + version: 5.0.0(@types/node@20.9.1)(sass@1.69.5) vitest: specifier: ^0.34.6 - version: 0.34.6(sass@1.69.5) + version: 0.34.6(playwright@1.39.0)(sass@1.69.5) packages: - /@aashutoshrathi/word-wrap@1.2.6: + "@aashutoshrathi/word-wrap@1.2.6": resolution: { integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, } engines: { node: ">=0.10.0" } - /@adobe/css-tools@4.3.1: + "@adobe/css-tools@4.3.1": resolution: { integrity: sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==, } - dev: true - /@alloc/quick-lru@5.2.0: + "@alloc/quick-lru@5.2.0": resolution: { integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==, } engines: { node: ">=10" } - /@ampproject/remapping@2.2.1: + "@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.19 - /@antfu/ni@0.21.5: + "@antfu/ni@0.21.5": resolution: { integrity: sha512-rFmuqZMFa1OTRbxdu3vmfytsy1CtsIUFH0bO85rZ1xdu2uLoioSaEi6iOULDVTQUrnes50jMs+UW355Ndj7Oxg==, } hasBin: true - dev: false - /@aw-web-design/x-default-browser@1.4.126: + "@aw-web-design/x-default-browser@1.4.126": resolution: { integrity: sha512-Xk1sIhyNC/esHGGVjL/niHLowM0csl/kFO5uawBy4IrWwy0o1G8LGt3jP6nmWGz+USxeeqbihAmp/oVZju6wug==, } hasBin: true - dependencies: - default-browser-id: 3.0.0 - dev: true - /@babel/code-frame@7.22.10: + "@babel/code-frame@7.22.10": resolution: { integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/highlight": 7.22.10 - chalk: 2.4.2 - dev: true - /@babel/code-frame@7.22.13: + "@babel/code-frame@7.22.13": resolution: { integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/highlight": 7.22.20 - chalk: 2.4.2 - /@babel/compat-data@7.22.9: + "@babel/compat-data@7.22.9": resolution: { integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==, } engines: { node: ">=6.9.0" } - /@babel/core@7.22.11: + "@babel/core@7.22.11": resolution: { integrity: sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==, } engines: { node: ">=6.9.0" } - dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.22.13 - "@babel/generator": 7.23.0 - "@babel/helper-compilation-targets": 7.22.10 - "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) - "@babel/helpers": 7.22.11 - "@babel/parser": 7.23.0 - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.2 - "@babel/types": 7.23.0 - convert-source-map: 1.9.0 - debug: 4.3.4 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - /@babel/generator@7.23.0: + "@babel/generator@7.23.0": resolution: { integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.19 - jsesc: 2.5.2 - /@babel/helper-annotate-as-pure@7.22.5: + "@babel/helper-annotate-as-pure@7.22.5": resolution: { integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - dev: true - /@babel/helper-builder-binary-assignment-operator-visitor@7.22.10: + "@babel/helper-builder-binary-assignment-operator-visitor@7.22.10": resolution: { integrity: sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - dev: true - /@babel/helper-compilation-targets@7.22.10: + "@babel/helper-compilation-targets@7.22.10": resolution: { integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/compat-data": 7.22.9 - "@babel/helper-validator-option": 7.22.5 - browserslist: 4.21.10 - lru-cache: 5.1.1 - semver: 6.3.1 - /@babel/helper-create-class-features-plugin@7.22.11(@babel/core@7.22.11): + "@babel/helper-create-class-features-plugin@7.22.11": resolution: { integrity: sha512-y1grdYL4WzmUDBRGK0pDbIoFd7UZKoDurDzWEoNMYoj1EL+foGRQNyPWDcC+YyegN5y1DUsFFmzjGijB3nSVAQ==, @@ -1106,20 +1056,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-member-expression-to-functions": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.11) - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - semver: 6.3.1 - dev: true - /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.11): + "@babel/helper-create-regexp-features-plugin@7.22.9": resolution: { integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==, @@ -1127,77 +1065,51 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-annotate-as-pure": 7.22.5 - regexpu-core: 5.3.2 - semver: 6.3.1 - dev: true - /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.11): + "@babel/helper-define-polyfill-provider@0.4.2": resolution: { integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==, } peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-compilation-targets": 7.22.10 - "@babel/helper-plugin-utils": 7.22.5 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-environment-visitor@7.22.20: + "@babel/helper-environment-visitor@7.22.20": resolution: { integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==, } engines: { node: ">=6.9.0" } - /@babel/helper-function-name@7.23.0: + "@babel/helper-function-name@7.23.0": resolution: { integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/template": 7.22.15 - "@babel/types": 7.23.0 - /@babel/helper-hoist-variables@7.22.5: + "@babel/helper-hoist-variables@7.22.5": resolution: { integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - /@babel/helper-member-expression-to-functions@7.22.5: + "@babel/helper-member-expression-to-functions@7.22.5": resolution: { integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - dev: true - /@babel/helper-module-imports@7.22.5: + "@babel/helper-module-imports@7.22.5": resolution: { integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.22.11 - /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11): + "@babel/helper-module-transforms@7.22.9": resolution: { integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==, @@ -1205,33 +1117,22 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.20 - /@babel/helper-optimise-call-expression@7.22.5: + "@babel/helper-optimise-call-expression@7.22.5": resolution: { integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - dev: true - /@babel/helper-plugin-utils@7.22.5: + "@babel/helper-plugin-utils@7.22.5": resolution: { integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, } engines: { node: ">=6.9.0" } - dev: true - /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.11): + "@babel/helper-remap-async-to-generator@7.22.9": resolution: { integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==, @@ -1239,14 +1140,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-wrap-function": 7.22.10 - dev: true - /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.11): + "@babel/helper-replace-supers@7.22.9": resolution: { integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==, @@ -1254,128 +1149,93 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-member-expression-to-functions": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - dev: true - /@babel/helper-simple-access@7.22.5: + "@babel/helper-simple-access@7.22.5": resolution: { integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - /@babel/helper-skip-transparent-expression-wrappers@7.22.5: + "@babel/helper-skip-transparent-expression-wrappers@7.22.5": resolution: { integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - dev: true - /@babel/helper-split-export-declaration@7.22.6: + "@babel/helper-split-export-declaration@7.22.6": resolution: { integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/types": 7.23.0 - /@babel/helper-string-parser@7.22.5: + "@babel/helper-string-parser@7.22.5": resolution: { integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, } engines: { node: ">=6.9.0" } - /@babel/helper-validator-identifier@7.22.20: + "@babel/helper-validator-identifier@7.22.20": resolution: { integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==, } engines: { node: ">=6.9.0" } - /@babel/helper-validator-identifier@7.22.5: + "@babel/helper-validator-identifier@7.22.5": resolution: { integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==, } engines: { node: ">=6.9.0" } - /@babel/helper-validator-option@7.22.5: + "@babel/helper-validator-option@7.22.5": resolution: { integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==, } engines: { node: ">=6.9.0" } - /@babel/helper-wrap-function@7.22.10: + "@babel/helper-wrap-function@7.22.10": resolution: { integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-function-name": 7.23.0 - "@babel/template": 7.22.15 - "@babel/types": 7.23.0 - dev: true - /@babel/helpers@7.22.11: + "@babel/helpers@7.22.11": resolution: { integrity: sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.2 - "@babel/types": 7.23.0 - transitivePeerDependencies: - - supports-color - /@babel/highlight@7.22.10: + "@babel/highlight@7.22.10": resolution: { integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-validator-identifier": 7.22.5 - chalk: 2.4.2 - js-tokens: 4.0.0 - dev: true - /@babel/highlight@7.22.20: + "@babel/highlight@7.22.20": resolution: { integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-validator-identifier": 7.22.20 - chalk: 2.4.2 - js-tokens: 4.0.0 - /@babel/parser@7.23.0: + "@babel/parser@7.23.0": resolution: { integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==, } engines: { node: ">=6.0.0" } hasBin: true - dependencies: - "@babel/types": 7.23.0 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.11): + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5": resolution: { integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==, @@ -1383,12 +1243,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.11): + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5": resolution: { integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==, @@ -1396,14 +1252,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.13.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-transform-optional-chaining": 7.22.11(@babel/core@7.22.11) - dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.11): + "@babel/plugin-proposal-class-properties@7.18.6": resolution: { integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==, @@ -1412,13 +1262,8 @@ packages: deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.11): + "@babel/plugin-proposal-nullish-coalescing-operator@7.18.6": resolution: { integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==, @@ -1427,13 +1272,8 @@ packages: deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.11) - dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.11): + "@babel/plugin-proposal-optional-chaining@7.21.0": resolution: { integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==, @@ -1442,14 +1282,8 @@ packages: deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.11) - dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.11): + "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": resolution: { integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, @@ -1457,47 +1291,32 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.11): + "@babel/plugin-syntax-async-generators@7.8.4": resolution: { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.11): + "@babel/plugin-syntax-bigint@7.8.3": resolution: { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.11): + "@babel/plugin-syntax-class-properties@7.12.13": resolution: { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.11): + "@babel/plugin-syntax-class-static-block@7.14.5": resolution: { integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, @@ -1505,36 +1324,24 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.11): + "@babel/plugin-syntax-dynamic-import@7.8.3": resolution: { integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.11): + "@babel/plugin-syntax-export-namespace-from@7.8.3": resolution: { integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.11): + "@babel/plugin-syntax-flow@7.22.5": resolution: { integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==, @@ -1542,12 +1349,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.11): + "@babel/plugin-syntax-import-assertions@7.22.5": resolution: { integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==, @@ -1555,12 +1358,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.11): + "@babel/plugin-syntax-import-attributes@7.22.5": resolution: { integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==, @@ -1568,36 +1367,24 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.11): + "@babel/plugin-syntax-import-meta@7.10.4": resolution: { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.11): + "@babel/plugin-syntax-json-strings@7.8.3": resolution: { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.11): + "@babel/plugin-syntax-jsx@7.22.5": resolution: { integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==, @@ -1605,84 +1392,56 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.11): + "@babel/plugin-syntax-logical-assignment-operators@7.10.4": resolution: { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.11): + "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3": resolution: { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.11): + "@babel/plugin-syntax-numeric-separator@7.10.4": resolution: { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.11): + "@babel/plugin-syntax-object-rest-spread@7.8.3": resolution: { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.11): + "@babel/plugin-syntax-optional-catch-binding@7.8.3": resolution: { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.11): + "@babel/plugin-syntax-optional-chaining@7.8.3": resolution: { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.11): + "@babel/plugin-syntax-private-property-in-object@7.14.5": resolution: { integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, @@ -1690,12 +1449,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.11): + "@babel/plugin-syntax-top-level-await@7.14.5": resolution: { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, @@ -1703,12 +1458,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.11): + "@babel/plugin-syntax-typescript@7.22.5": resolution: { integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==, @@ -1716,12 +1467,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.11): + "@babel/plugin-syntax-unicode-sets-regex@7.18.6": resolution: { integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, @@ -1729,13 +1476,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-arrow-functions@7.22.5": resolution: { integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==, @@ -1743,12 +1485,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-async-generator-functions@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-async-generator-functions@7.22.11": resolution: { integrity: sha512-0pAlmeRJn6wU84zzZsEOx1JV1Jf8fqO9ok7wofIJwUnplYo247dcd24P+cMJht7ts9xkzdtB0EPHmOb7F+KzXw==, @@ -1756,15 +1494,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.22.11) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-async-to-generator@7.22.5": resolution: { integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==, @@ -1772,14 +1503,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-block-scoped-functions@7.22.5": resolution: { integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==, @@ -1787,12 +1512,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-block-scoping@7.22.10(@babel/core@7.22.11): + "@babel/plugin-transform-block-scoping@7.22.10": resolution: { integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==, @@ -1800,12 +1521,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-class-properties@7.22.5": resolution: { integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==, @@ -1813,13 +1530,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-class-static-block@7.22.11": resolution: { integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==, @@ -1827,14 +1539,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.12.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-classes@7.22.6(@babel/core@7.22.11): + "@babel/plugin-transform-classes@7.22.6": resolution: { integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==, @@ -1842,20 +1548,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.22.10 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.11) - "@babel/helper-split-export-declaration": 7.22.6 - globals: 11.12.0 - dev: true - /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-computed-properties@7.22.5": resolution: { integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==, @@ -1863,13 +1557,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/template": 7.22.15 - dev: true - /@babel/plugin-transform-destructuring@7.22.10(@babel/core@7.22.11): + "@babel/plugin-transform-destructuring@7.22.10": resolution: { integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==, @@ -1877,12 +1566,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-dotall-regex@7.22.5": resolution: { integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==, @@ -1890,13 +1575,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-duplicate-keys@7.22.5": resolution: { integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==, @@ -1904,12 +1584,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-dynamic-import@7.22.11": resolution: { integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==, @@ -1917,13 +1593,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-exponentiation-operator@7.22.5": resolution: { integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==, @@ -1931,13 +1602,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.10 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-export-namespace-from@7.22.11": resolution: { integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==, @@ -1945,13 +1611,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-flow-strip-types@7.22.5": resolution: { integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==, @@ -1959,13 +1620,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-for-of@7.22.5": resolution: { integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==, @@ -1973,12 +1629,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-function-name@7.22.5": resolution: { integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==, @@ -1986,14 +1638,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-compilation-targets": 7.22.10 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-json-strings@7.22.11": resolution: { integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==, @@ -2001,13 +1647,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-literals@7.22.5": resolution: { integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==, @@ -2015,12 +1656,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-logical-assignment-operators@7.22.11": resolution: { integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==, @@ -2028,13 +1665,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-member-expression-literals@7.22.5": resolution: { integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==, @@ -2042,12 +1674,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-modules-amd@7.22.5": resolution: { integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==, @@ -2055,13 +1683,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-modules-commonjs@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-modules-commonjs@7.22.11": resolution: { integrity: sha512-o2+bg7GDS60cJMgz9jWqRUsWkMzLCxp+jFDeDUT5sjRlAxcJWZ2ylNdI7QQ2+CH5hWu7OnN+Cv3htt7AkSf96g==, @@ -2069,14 +1692,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-simple-access": 7.22.5 - dev: true - /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-modules-systemjs@7.22.11": resolution: { integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==, @@ -2084,15 +1701,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-identifier": 7.22.20 - dev: true - /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-modules-umd@7.22.5": resolution: { integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==, @@ -2100,13 +1710,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-named-capturing-groups-regex@7.22.5": resolution: { integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, @@ -2114,13 +1719,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-new-target@7.22.5": resolution: { integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==, @@ -2128,12 +1728,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-nullish-coalescing-operator@7.22.11": resolution: { integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==, @@ -2141,13 +1737,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-numeric-separator@7.22.11": resolution: { integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==, @@ -2155,13 +1746,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-object-rest-spread@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-object-rest-spread@7.22.11": resolution: { integrity: sha512-nX8cPFa6+UmbepISvlf5jhQyaC7ASs/7UxHmMkuJ/k5xSHvDPPaibMo+v3TXwU/Pjqhep/nFNpd3zn4YR59pnw==, @@ -2169,16 +1755,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.22.9 - "@babel/core": 7.22.11 - "@babel/helper-compilation-targets": 7.22.10 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-object-super@7.22.5": resolution: { integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==, @@ -2186,13 +1764,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-optional-catch-binding@7.22.11": resolution: { integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==, @@ -2200,13 +1773,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-optional-chaining@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-optional-chaining@7.22.11": resolution: { integrity: sha512-7X2vGqH2ZKu7Imx0C+o5OysRwtF/wzdCAqmcD1N1v2Ww8CtOSC+p+VoV76skm47DLvBZ8kBFic+egqxM9S/p4g==, @@ -2214,14 +1782,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-parameters@7.22.5": resolution: { integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==, @@ -2229,12 +1791,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-private-methods@7.22.5": resolution: { integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==, @@ -2242,13 +1800,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-private-property-in-object@7.22.11": resolution: { integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==, @@ -2256,15 +1809,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-property-literals@7.22.5": resolution: { integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==, @@ -2272,12 +1818,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-react-jsx-self@7.22.5": resolution: { integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==, @@ -2285,12 +1827,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-react-jsx-source@7.22.5": resolution: { integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==, @@ -2298,12 +1836,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.11): + "@babel/plugin-transform-regenerator@7.22.10": resolution: { integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==, @@ -2311,13 +1845,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - regenerator-transform: 0.15.2 - dev: true - /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-reserved-words@7.22.5": resolution: { integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==, @@ -2325,12 +1854,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-shorthand-properties@7.22.5": resolution: { integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==, @@ -2338,12 +1863,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-spread@7.22.5": resolution: { integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==, @@ -2351,13 +1872,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - dev: true - /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-sticky-regex@7.22.5": resolution: { integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==, @@ -2365,12 +1881,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-template-literals@7.22.5": resolution: { integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==, @@ -2378,12 +1890,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-typeof-symbol@7.22.5": resolution: { integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==, @@ -2391,12 +1899,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-typescript@7.22.11(@babel/core@7.22.11): + "@babel/plugin-transform-typescript@7.22.11": resolution: { integrity: sha512-0E4/L+7gfvHub7wsbTv03oRtD69X31LByy44fGmFzbZScpupFByMcgCJ0VbBTkzyjSJKuRoGN8tcijOWKTmqOA==, @@ -2404,15 +1908,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.11) - dev: true - /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.11): + "@babel/plugin-transform-unicode-escapes@7.22.10": resolution: { integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==, @@ -2420,12 +1917,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-unicode-property-regex@7.22.5": resolution: { integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==, @@ -2433,13 +1926,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-unicode-regex@7.22.5": resolution: { integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==, @@ -2447,13 +1935,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.11): + "@babel/plugin-transform-unicode-sets-regex@7.22.5": resolution: { integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==, @@ -2461,13 +1944,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) - "@babel/helper-plugin-utils": 7.22.5 - dev: true - /@babel/preset-env@7.22.10(@babel/core@7.22.11): + "@babel/preset-env@7.22.10": resolution: { integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==, @@ -2475,93 +1953,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/compat-data": 7.22.9 - "@babel/core": 7.22.11 - "@babel/helper-compilation-targets": 7.22.10 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.11) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.11) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.11) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.11) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-syntax-import-attributes": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.11) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.11) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.11) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.11) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.11) - "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.22.11) - "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-async-generator-functions": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-block-scoping": 7.22.10(@babel/core@7.22.11) - "@babel/plugin-transform-class-properties": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-class-static-block": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-classes": 7.22.6(@babel/core@7.22.11) - "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-destructuring": 7.22.10(@babel/core@7.22.11) - "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-duplicate-keys": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-dynamic-import": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-exponentiation-operator": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-export-namespace-from": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-json-strings": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-logical-assignment-operators": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-modules-amd": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-modules-commonjs": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-modules-systemjs": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-modules-umd": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-new-target": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-nullish-coalescing-operator": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-numeric-separator": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-object-rest-spread": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-optional-catch-binding": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-optional-chaining": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-private-methods": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-private-property-in-object": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-regenerator": 7.22.10(@babel/core@7.22.11) - "@babel/plugin-transform-reserved-words": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-typeof-symbol": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-unicode-escapes": 7.22.10(@babel/core@7.22.11) - "@babel/plugin-transform-unicode-property-regex": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-unicode-sets-regex": 7.22.5(@babel/core@7.22.11) - "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.22.11) - "@babel/types": 7.23.0 - babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.11) - babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.11) - babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.11) - core-js-compat: 3.32.1 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/preset-flow@7.22.5(@babel/core@7.22.11): + "@babel/preset-flow@7.22.5": resolution: { integrity: sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==, @@ -2569,28 +1962,16 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-transform-flow-strip-types": 7.22.5(@babel/core@7.22.11) - dev: true - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.22.11): + "@babel/preset-modules@0.1.6-no-external-plugins": resolution: { integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, } peerDependencies: "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/types": 7.23.0 - esutils: 2.0.3 - dev: true - /@babel/preset-typescript@7.22.11(@babel/core@7.22.11): + "@babel/preset-typescript@7.22.11": resolution: { integrity: sha512-tWY5wyCZYBGY7IlalfKI1rLiGlIfnwsRHZqlky0HVv8qviwQ1Uo/05M6+s+TcTCVa6Bmoo2uJW5TMFX6Wa4qVg==, @@ -2598,16 +1979,8 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-modules-commonjs": 7.22.11(@babel/core@7.22.11) - "@babel/plugin-transform-typescript": 7.22.11(@babel/core@7.22.11) - dev: true - /@babel/register@7.22.5(@babel/core@7.22.11): + "@babel/register@7.22.5": resolution: { integrity: sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==, @@ -2615,108 +1988,68 @@ packages: engines: { node: ">=6.9.0" } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - clone-deep: 4.0.1 - find-cache-dir: 2.1.0 - make-dir: 2.1.0 - pirates: 4.0.6 - source-map-support: 0.5.21 - dev: true - /@babel/regjsgen@0.8.0: + "@babel/regjsgen@0.8.0": resolution: { integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, } - dev: true - /@babel/runtime@7.22.11: + "@babel/runtime@7.22.11": resolution: { integrity: sha512-ee7jVNlWN09+KftVOu9n7S8gQzD/Z6hN/I8VBRXW4P1+Xe7kJGXMwu8vds4aGIMHZnNbdpSWCfZZtinytpcAvA==, } engines: { node: ">=6.9.0" } - dependencies: - regenerator-runtime: 0.14.0 - /@babel/runtime@7.23.2: + "@babel/runtime@7.23.2": resolution: { integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==, } engines: { node: ">=6.9.0" } - dependencies: - regenerator-runtime: 0.14.0 - /@babel/template@7.22.15: + "@babel/template@7.22.15": resolution: { integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/code-frame": 7.22.13 - "@babel/parser": 7.23.0 - "@babel/types": 7.23.0 - /@babel/traverse@7.23.2: + "@babel/traverse@7.23.2": resolution: { integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/code-frame": 7.22.13 - "@babel/generator": 7.23.0 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.23.0 - "@babel/types": 7.23.0 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - /@babel/types@7.22.11: + "@babel/types@7.22.11": resolution: { integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 - to-fast-properties: 2.0.0 - /@babel/types@7.23.0: + "@babel/types@7.23.0": resolution: { integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==, } engines: { node: ">=6.9.0" } - dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.20 - to-fast-properties: 2.0.0 - /@base2/pretty-print-object@1.0.1: + "@base2/pretty-print-object@1.0.1": resolution: { integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==, } - dev: true - /@bcoe/v8-coverage@0.2.3: + "@bcoe/v8-coverage@0.2.3": resolution: { integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==, } - dev: true - /@casperiv/eslint-config-next@8.0.0(eslint@8.56.0)(next@14.0.3)(typescript@5.3.2): + "@casperiv/eslint-config-next@8.0.0": resolution: { integrity: sha512-sCr6MHhIg81DlcvGqzE24qYEUddeFWSpSTUcOJM6tUiUQlBIv0en0YcNzcIbd8Y/TJ1du6GOazXANJxxD1XWdw==, @@ -2724,31 +2057,16 @@ packages: peerDependencies: eslint: ">=8" next: ">=13" - dependencies: - eslint: 8.56.0 - eslint-config-next: 13.5.6(eslint@8.56.0)(typescript@5.3.2) - next: 14.0.3(react-dom@18.2.0)(react@18.2.0)(sass@1.69.5) - transitivePeerDependencies: - - eslint-import-resolver-webpack - - supports-color - - typescript - dev: true - /@casperiv/eslint-config-react@8.0.0(eslint@8.56.0): + "@casperiv/eslint-config-react@8.0.0": resolution: { integrity: sha512-UJekJTbpKKJRdwdqpjjYKH2QXdCbAbn07Hzmk2hWAcxwFrN0JyLp66ICe22rkFxg1HiyWXrZfsTrBRwUZclkyw==, } peerDependencies: eslint: ">=8" - dependencies: - eslint: 8.56.0 - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.56.0) - eslint-plugin-react: 7.33.2(eslint@8.56.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) - dev: true - /@casperiv/eslint-config@8.0.0(eslint@8.56.0)(prettier@3.1.1)(typescript@5.3.2): + "@casperiv/eslint-config@8.0.0": resolution: { integrity: sha512-SQpUAvR/u8iweOjuP/76a7eNSdAXC+rmPdVOfWKiRIoPFRHlOEN6rKFjOJmQAPsUUj6SUjQ0eC07Umqai9uEdQ==, @@ -2756,23 +2074,8 @@ packages: peerDependencies: eslint: ">=8" prettier: ">=3.0.1" - dependencies: - "@typescript-eslint/eslint-plugin": 6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.56.0)(typescript@5.3.2) - "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - eslint: 8.56.0 - eslint-config-prettier: 9.0.0(eslint@8.56.0) - eslint-plugin-json: 3.1.0 - eslint-plugin-prettier: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.56.0)(prettier@3.1.1) - eslint-plugin-promise: 6.1.1(eslint@8.56.0) - eslint-plugin-unicorn: 48.0.1(eslint@8.56.0) - prettier: 3.1.1 - transitivePeerDependencies: - - "@types/eslint" - - supports-color - - typescript - dev: true - /@casperiv/use-socket.io@6.0.1(@types/react@18.2.34)(postcss@8.4.31)(react@18.2.0)(socket.io-client@4.7.2)(socket.io@4.7.2)(typescript@5.3.2): + "@casperiv/use-socket.io@6.0.1": resolution: { integrity: sha512-2MEuOYjHR+BOSmxtqzNQcQTeJLRke7nkeJBPVJjmPahbydeX1jyp2sPd6a0Cn/SD1D7fuJRy9XccvRibcRmakQ==, @@ -2782,23 +2085,8 @@ packages: react: ">=18" socket.io: ">=4.6" socket.io-client: ">=4.6" - dependencies: - react: 18.2.0 - socket.io: 4.7.2 - socket.io-client: 4.7.2 - tsup: 7.2.0(postcss@8.4.31)(typescript@5.3.2) - zustand: 4.4.6(@types/react@18.2.34)(react@18.2.0) - transitivePeerDependencies: - - "@swc/core" - - "@types/react" - - immer - - postcss - - supports-color - - ts-node - - typescript - dev: false - /@casperiv/useful@3.0.0(react-dom@18.2.0)(react@18.2.0): + "@casperiv/useful@3.0.0": resolution: { integrity: sha512-5XooCBEemVCIekxTf12E8LKEZ8wGjEoa8NOI0JHns4MMob8XGzRXhPqiu50DGr9LJXHzZuaIaqn6H7W7k8CKpw==, @@ -2807,133 +2095,80 @@ packages: peerDependencies: react: ">=18.2.0" react-dom: ">=18.2.0" - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@colors/colors@1.5.0: + "@colors/colors@1.5.0": resolution: { integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==, } engines: { node: ">=0.1.90" } - requiresBuild: true - dev: true - optional: true - /@cspotcode/source-map-support@0.8.1: + "@cspotcode/source-map-support@0.8.1": resolution: { integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==, } engines: { node: ">=12" } - dependencies: - "@jridgewell/trace-mapping": 0.3.9 - dev: false - /@discordjs/collection@2.0.0: + "@discordjs/collection@2.0.0": resolution: { integrity: sha512-YTWIXLrf5FsrLMycpMM9Q6vnZoR/lN2AWX23/Cuo8uOOtS8eHB2dyQaaGnaF8aZPYnttf2bkLMcXn/j6JUOi3w==, } engines: { node: ">=18" } - dev: false - /@discordjs/rest@2.2.0: + "@discordjs/rest@2.2.0": resolution: { integrity: sha512-nXm9wT8oqrYFRMEqTXQx9DUTeEtXUDMmnUKIhZn6O2EeDY9VCdwj23XCPq7fkqMPKdF7ldAfeVKyxxFdbZl59A==, } engines: { node: ">=16.11.0" } - dependencies: - "@discordjs/collection": 2.0.0 - "@discordjs/util": 1.0.2 - "@sapphire/async-queue": 1.5.0 - "@sapphire/snowflake": 3.5.1 - "@vladfrangu/async_event_emitter": 2.2.2 - discord-api-types: 0.37.61 - magic-bytes.js: 1.5.0 - tslib: 2.6.2 - undici: 5.27.2 - dev: false - /@discordjs/util@1.0.2: + "@discordjs/util@1.0.2": resolution: { integrity: sha512-IRNbimrmfb75GMNEjyznqM1tkI7HrZOf14njX7tCAAUetyZM1Pr8hX/EK2lxBCOgWDRmigbp24fD1hdMfQK5lw==, } engines: { node: ">=16.11.0" } - dev: false - /@discoveryjs/json-ext@0.5.7: + "@discoveryjs/json-ext@0.5.7": resolution: { integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==, } engines: { node: ">=10.0.0" } - dev: true - /@emotion/babel-plugin@11.11.0: + "@emotion/babel-plugin@11.11.0": resolution: { integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==, } - dependencies: - "@babel/helper-module-imports": 7.22.5 - "@babel/runtime": 7.22.11 - "@emotion/hash": 0.9.1 - "@emotion/memoize": 0.8.1 - "@emotion/serialize": 1.1.2 - babel-plugin-macros: 3.1.0 - convert-source-map: 1.9.0 - escape-string-regexp: 4.0.0 - find-root: 1.1.0 - source-map: 0.5.7 - stylis: 4.2.0 - dev: false - /@emotion/cache@11.11.0: + "@emotion/cache@11.11.0": resolution: { integrity: sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==, } - dependencies: - "@emotion/memoize": 0.8.1 - "@emotion/sheet": 1.2.2 - "@emotion/utils": 1.2.1 - "@emotion/weak-memoize": 0.3.1 - stylis: 4.2.0 - dev: false - /@emotion/css@11.11.2: + "@emotion/css@11.11.2": resolution: { integrity: sha512-VJxe1ucoMYMS7DkiMdC2T7PWNbrEI0a39YRiyDvK2qq4lXwjRbVP/z4lpG+odCsRzadlR+1ywwrTzhdm5HNdew==, } - dependencies: - "@emotion/babel-plugin": 11.11.0 - "@emotion/cache": 11.11.0 - "@emotion/serialize": 1.1.2 - "@emotion/sheet": 1.2.2 - "@emotion/utils": 1.2.1 - dev: false - /@emotion/hash@0.9.1: + "@emotion/hash@0.9.1": resolution: { integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==, } - dev: false - /@emotion/memoize@0.8.1: + "@emotion/memoize@0.8.1": resolution: { integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==, } - dev: false - /@emotion/react@11.11.1(@types/react@18.2.34)(react@18.2.0): + "@emotion/react@11.11.1": resolution: { integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==, @@ -2944,71 +2179,46 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.23.2 - "@emotion/babel-plugin": 11.11.0 - "@emotion/cache": 11.11.0 - "@emotion/serialize": 1.1.2 - "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) - "@emotion/utils": 1.2.1 - "@emotion/weak-memoize": 0.3.1 - "@types/react": 18.2.34 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - dev: false - /@emotion/serialize@1.1.2: + "@emotion/serialize@1.1.2": resolution: { integrity: sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==, } - dependencies: - "@emotion/hash": 0.9.1 - "@emotion/memoize": 0.8.1 - "@emotion/unitless": 0.8.1 - "@emotion/utils": 1.2.1 - csstype: 3.1.2 - dev: false - /@emotion/sheet@1.2.2: + "@emotion/sheet@1.2.2": resolution: { integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==, } - dev: false - /@emotion/unitless@0.8.1: + "@emotion/unitless@0.8.1": resolution: { integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==, } - dev: false - /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0): + "@emotion/use-insertion-effect-with-fallbacks@1.0.1": resolution: { integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==, } peerDependencies: react: ">=16.8.0" - dependencies: - react: 18.2.0 - /@emotion/utils@1.2.1: + "@emotion/utils@1.2.1": resolution: { integrity: sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==, } - dev: false - /@emotion/weak-memoize@0.3.1: + "@emotion/weak-memoize@0.3.1": resolution: { integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==, } - dev: false - /@esbuild/android-arm64@0.17.19: + "@esbuild/android-arm64@0.17.19": resolution: { integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==, @@ -3016,11 +2226,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm64@0.18.20: + "@esbuild/android-arm64@0.18.20": resolution: { integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==, @@ -3028,10 +2235,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [android] - requiresBuild: true - optional: true - /@esbuild/android-arm64@0.19.5: + "@esbuild/android-arm64@0.19.5": resolution: { integrity: sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==, @@ -3039,11 +2244,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.17.19: + "@esbuild/android-arm@0.17.19": resolution: { integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==, @@ -3051,11 +2253,8 @@ packages: engines: { node: ">=12" } cpu: [arm] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.18.20: + "@esbuild/android-arm@0.18.20": resolution: { integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==, @@ -3063,10 +2262,8 @@ packages: engines: { node: ">=12" } cpu: [arm] os: [android] - requiresBuild: true - optional: true - /@esbuild/android-arm@0.19.5: + "@esbuild/android-arm@0.19.5": resolution: { integrity: sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==, @@ -3074,11 +2271,8 @@ packages: engines: { node: ">=12" } cpu: [arm] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.17.19: + "@esbuild/android-x64@0.17.19": resolution: { integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==, @@ -3086,11 +2280,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.18.20: + "@esbuild/android-x64@0.18.20": resolution: { integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==, @@ -3098,10 +2289,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [android] - requiresBuild: true - optional: true - /@esbuild/android-x64@0.19.5: + "@esbuild/android-x64@0.19.5": resolution: { integrity: sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==, @@ -3109,11 +2298,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.17.19: + "@esbuild/darwin-arm64@0.17.19": resolution: { integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==, @@ -3121,11 +2307,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.18.20: + "@esbuild/darwin-arm64@0.18.20": resolution: { integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==, @@ -3133,10 +2316,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [darwin] - requiresBuild: true - optional: true - /@esbuild/darwin-arm64@0.19.5: + "@esbuild/darwin-arm64@0.19.5": resolution: { integrity: sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==, @@ -3144,11 +2325,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.17.19: + "@esbuild/darwin-x64@0.17.19": resolution: { integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==, @@ -3156,11 +2334,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.18.20: + "@esbuild/darwin-x64@0.18.20": resolution: { integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==, @@ -3168,10 +2343,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [darwin] - requiresBuild: true - optional: true - /@esbuild/darwin-x64@0.19.5: + "@esbuild/darwin-x64@0.19.5": resolution: { integrity: sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==, @@ -3179,11 +2352,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.17.19: + "@esbuild/freebsd-arm64@0.17.19": resolution: { integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==, @@ -3191,11 +2361,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.18.20: + "@esbuild/freebsd-arm64@0.18.20": resolution: { integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==, @@ -3203,10 +2370,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [freebsd] - requiresBuild: true - optional: true - /@esbuild/freebsd-arm64@0.19.5: + "@esbuild/freebsd-arm64@0.19.5": resolution: { integrity: sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==, @@ -3214,11 +2379,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.17.19: + "@esbuild/freebsd-x64@0.17.19": resolution: { integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==, @@ -3226,11 +2388,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.18.20: + "@esbuild/freebsd-x64@0.18.20": resolution: { integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==, @@ -3238,10 +2397,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [freebsd] - requiresBuild: true - optional: true - /@esbuild/freebsd-x64@0.19.5: + "@esbuild/freebsd-x64@0.19.5": resolution: { integrity: sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==, @@ -3249,11 +2406,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.17.19: + "@esbuild/linux-arm64@0.17.19": resolution: { integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==, @@ -3261,11 +2415,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.18.20: + "@esbuild/linux-arm64@0.18.20": resolution: { integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==, @@ -3273,10 +2424,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-arm64@0.19.5: + "@esbuild/linux-arm64@0.19.5": resolution: { integrity: sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==, @@ -3284,11 +2433,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.17.19: + "@esbuild/linux-arm@0.17.19": resolution: { integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==, @@ -3296,11 +2442,8 @@ packages: engines: { node: ">=12" } cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.18.20: + "@esbuild/linux-arm@0.18.20": resolution: { integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==, @@ -3308,10 +2451,8 @@ packages: engines: { node: ">=12" } cpu: [arm] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-arm@0.19.5: + "@esbuild/linux-arm@0.19.5": resolution: { integrity: sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==, @@ -3319,11 +2460,8 @@ packages: engines: { node: ">=12" } cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.17.19: + "@esbuild/linux-ia32@0.17.19": resolution: { integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==, @@ -3331,11 +2469,8 @@ packages: engines: { node: ">=12" } cpu: [ia32] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.18.20: + "@esbuild/linux-ia32@0.18.20": resolution: { integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==, @@ -3343,10 +2478,8 @@ packages: engines: { node: ">=12" } cpu: [ia32] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-ia32@0.19.5: + "@esbuild/linux-ia32@0.19.5": resolution: { integrity: sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==, @@ -3354,11 +2487,8 @@ packages: engines: { node: ">=12" } cpu: [ia32] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.17.19: + "@esbuild/linux-loong64@0.17.19": resolution: { integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==, @@ -3366,11 +2496,8 @@ packages: engines: { node: ">=12" } cpu: [loong64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.18.20: + "@esbuild/linux-loong64@0.18.20": resolution: { integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==, @@ -3378,10 +2505,8 @@ packages: engines: { node: ">=12" } cpu: [loong64] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-loong64@0.19.5: + "@esbuild/linux-loong64@0.19.5": resolution: { integrity: sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==, @@ -3389,11 +2514,8 @@ packages: engines: { node: ">=12" } cpu: [loong64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.17.19: + "@esbuild/linux-mips64el@0.17.19": resolution: { integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==, @@ -3401,11 +2523,8 @@ packages: engines: { node: ">=12" } cpu: [mips64el] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.18.20: + "@esbuild/linux-mips64el@0.18.20": resolution: { integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==, @@ -3413,10 +2532,8 @@ packages: engines: { node: ">=12" } cpu: [mips64el] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-mips64el@0.19.5: + "@esbuild/linux-mips64el@0.19.5": resolution: { integrity: sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==, @@ -3424,11 +2541,8 @@ packages: engines: { node: ">=12" } cpu: [mips64el] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ppc64@0.17.19: + "@esbuild/linux-ppc64@0.17.19": resolution: { integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==, @@ -3436,11 +2550,8 @@ packages: engines: { node: ">=12" } cpu: [ppc64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ppc64@0.18.20: + "@esbuild/linux-ppc64@0.18.20": resolution: { integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==, @@ -3448,10 +2559,8 @@ packages: engines: { node: ">=12" } cpu: [ppc64] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-ppc64@0.19.5: + "@esbuild/linux-ppc64@0.19.5": resolution: { integrity: sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==, @@ -3459,11 +2568,8 @@ packages: engines: { node: ">=12" } cpu: [ppc64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-riscv64@0.17.19: + "@esbuild/linux-riscv64@0.17.19": resolution: { integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==, @@ -3471,11 +2577,8 @@ packages: engines: { node: ">=12" } cpu: [riscv64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-riscv64@0.18.20: + "@esbuild/linux-riscv64@0.18.20": resolution: { integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==, @@ -3483,10 +2586,8 @@ packages: engines: { node: ">=12" } cpu: [riscv64] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-riscv64@0.19.5: + "@esbuild/linux-riscv64@0.19.5": resolution: { integrity: sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==, @@ -3494,11 +2595,8 @@ packages: engines: { node: ">=12" } cpu: [riscv64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-s390x@0.17.19: + "@esbuild/linux-s390x@0.17.19": resolution: { integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==, @@ -3506,11 +2604,8 @@ packages: engines: { node: ">=12" } cpu: [s390x] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-s390x@0.18.20: + "@esbuild/linux-s390x@0.18.20": resolution: { integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==, @@ -3518,10 +2613,8 @@ packages: engines: { node: ">=12" } cpu: [s390x] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-s390x@0.19.5: + "@esbuild/linux-s390x@0.19.5": resolution: { integrity: sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==, @@ -3529,11 +2622,8 @@ packages: engines: { node: ">=12" } cpu: [s390x] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-x64@0.17.19: + "@esbuild/linux-x64@0.17.19": resolution: { integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==, @@ -3541,11 +2631,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-x64@0.18.20: + "@esbuild/linux-x64@0.18.20": resolution: { integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==, @@ -3553,10 +2640,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [linux] - requiresBuild: true - optional: true - /@esbuild/linux-x64@0.19.5: + "@esbuild/linux-x64@0.19.5": resolution: { integrity: sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==, @@ -3564,11 +2649,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/netbsd-x64@0.17.19: + "@esbuild/netbsd-x64@0.17.19": resolution: { integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==, @@ -3576,11 +2658,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [netbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/netbsd-x64@0.18.20: + "@esbuild/netbsd-x64@0.18.20": resolution: { integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==, @@ -3588,10 +2667,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [netbsd] - requiresBuild: true - optional: true - /@esbuild/netbsd-x64@0.19.5: + "@esbuild/netbsd-x64@0.19.5": resolution: { integrity: sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==, @@ -3599,11 +2676,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [netbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/openbsd-x64@0.17.19: + "@esbuild/openbsd-x64@0.17.19": resolution: { integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==, @@ -3611,11 +2685,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [openbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/openbsd-x64@0.18.20: + "@esbuild/openbsd-x64@0.18.20": resolution: { integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==, @@ -3623,10 +2694,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [openbsd] - requiresBuild: true - optional: true - /@esbuild/openbsd-x64@0.19.5: + "@esbuild/openbsd-x64@0.19.5": resolution: { integrity: sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==, @@ -3634,11 +2703,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [openbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/sunos-x64@0.17.19: + "@esbuild/sunos-x64@0.17.19": resolution: { integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==, @@ -3646,11 +2712,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [sunos] - requiresBuild: true - dev: true - optional: true - /@esbuild/sunos-x64@0.18.20: + "@esbuild/sunos-x64@0.18.20": resolution: { integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==, @@ -3658,10 +2721,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [sunos] - requiresBuild: true - optional: true - /@esbuild/sunos-x64@0.19.5: + "@esbuild/sunos-x64@0.19.5": resolution: { integrity: sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==, @@ -3669,11 +2730,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [sunos] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-arm64@0.17.19: + "@esbuild/win32-arm64@0.17.19": resolution: { integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==, @@ -3681,11 +2739,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-arm64@0.18.20: + "@esbuild/win32-arm64@0.18.20": resolution: { integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==, @@ -3693,10 +2748,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [win32] - requiresBuild: true - optional: true - /@esbuild/win32-arm64@0.19.5: + "@esbuild/win32-arm64@0.19.5": resolution: { integrity: sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==, @@ -3704,11 +2757,8 @@ packages: engines: { node: ">=12" } cpu: [arm64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-ia32@0.17.19: + "@esbuild/win32-ia32@0.17.19": resolution: { integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==, @@ -3716,11 +2766,8 @@ packages: engines: { node: ">=12" } cpu: [ia32] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-ia32@0.18.20: + "@esbuild/win32-ia32@0.18.20": resolution: { integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==, @@ -3728,10 +2775,8 @@ packages: engines: { node: ">=12" } cpu: [ia32] os: [win32] - requiresBuild: true - optional: true - /@esbuild/win32-ia32@0.19.5: + "@esbuild/win32-ia32@0.19.5": resolution: { integrity: sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==, @@ -3739,11 +2784,8 @@ packages: engines: { node: ">=12" } cpu: [ia32] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-x64@0.17.19: + "@esbuild/win32-x64@0.17.19": resolution: { integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==, @@ -3751,11 +2793,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-x64@0.18.20: + "@esbuild/win32-x64@0.18.20": resolution: { integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==, @@ -3763,10 +2802,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [win32] - requiresBuild: true - optional: true - /@esbuild/win32-x64@0.19.5: + "@esbuild/win32-x64@0.19.5": resolution: { integrity: sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==, @@ -3774,11 +2811,8 @@ packages: engines: { node: ">=12" } cpu: [x64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.56.0): + "@eslint-community/eslint-utils@4.4.0": resolution: { integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, @@ -3786,84 +2820,61 @@ packages: 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.56.0 - eslint-visitor-keys: 3.4.3 - /@eslint-community/regexpp@4.7.0: + "@eslint-community/regexpp@4.7.0": resolution: { integrity: sha512-+HencqxU7CFJnQb7IKtuNBqS6Yx3Tz4kOL8BJXo+JyeiBm5MEX6pO8onXDkjrkCRlfYXS1Axro15ZjVFe9YgsA==, } engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - /@eslint/eslintrc@2.1.4: + "@eslint/eslintrc@2.1.4": resolution: { integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - dependencies: - ajv: 6.12.6 - debug: 4.3.4 - espree: 9.6.1 - globals: 13.21.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 - /@eslint/js@8.56.0: + "@eslint/js@8.56.0": resolution: { integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - /@faker-js/faker@8.3.1: + "@faker-js/faker@8.4.1": resolution: { - integrity: sha512-FdgpFxY6V6rLZE9mmIBb9hM0xpfvQOSNOLnzolzKwsE1DH+gC7lEKV1p1IbR0lAYyvYd5a4u3qWJzowUkw1bIw==, + integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: ">=6.14.13" } - dev: false - /@fal-works/esbuild-plugin-global-externals@2.1.2: + "@fal-works/esbuild-plugin-global-externals@2.1.2": resolution: { integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==, } - dev: true - /@fastify/busboy@2.0.0: + "@fastify/busboy@2.0.0": resolution: { integrity: sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==, } engines: { node: ">=14" } - dev: false - /@floating-ui/core@1.4.1: + "@floating-ui/core@1.4.1": resolution: { integrity: sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==, } - dependencies: - "@floating-ui/utils": 0.1.1 - /@floating-ui/dom@1.5.1: + "@floating-ui/dom@1.5.1": resolution: { integrity: sha512-KwvVcPSXg6mQygvA1TjbN/gh///36kKtllIF8SUm0qpFj8+rvYrpvlYdL1JoA71SHpDqgSSdGOSoQ0Mp3uY5aw==, } - dependencies: - "@floating-ui/core": 1.4.1 - "@floating-ui/utils": 0.1.1 - /@floating-ui/react-dom@2.0.1(react-dom@18.2.0)(react@18.2.0): + "@floating-ui/react-dom@2.0.1": resolution: { integrity: sha512-rZtAmSht4Lry6gdhAJDrCp/6rKN7++JnL1/Anbr/DdeyYXQPxvg/ivrbYvJulbRf4vL8b212suwMM2lxbv+RQA==, @@ -3871,141 +2882,92 @@ packages: peerDependencies: react: ">=16.8.0" react-dom: ">=16.8.0" - dependencies: - "@floating-ui/dom": 1.5.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@floating-ui/utils@0.1.1: + "@floating-ui/utils@0.1.1": resolution: { integrity: sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==, } - /@formatjs/ecma402-abstract@1.11.4: + "@formatjs/ecma402-abstract@1.11.4": resolution: { integrity: sha512-EBikYFp2JCdIfGEb5G9dyCkTGDmC57KSHhRQOC3aYxoPWVZvfWCDjZwkGYHN7Lis/fmuWl906bnNTJifDQ3sXw==, } - dependencies: - "@formatjs/intl-localematcher": 0.2.25 - tslib: 2.6.2 - dev: false - /@formatjs/ecma402-abstract@1.17.0: + "@formatjs/ecma402-abstract@1.17.0": resolution: { integrity: sha512-6ueQTeJZtwKjmh23bdkq/DMqH4l4bmfvtQH98blOSbiXv/OUiyijSW6jU22IT8BNM1ujCaEvJfTtyCYVH38EMQ==, } - dependencies: - "@formatjs/intl-localematcher": 0.4.0 - tslib: 2.6.2 - dev: false - /@formatjs/fast-memoize@1.2.1: + "@formatjs/fast-memoize@1.2.1": resolution: { integrity: sha512-Rg0e76nomkz3vF9IPlKeV+Qynok0r7YZjL6syLz4/urSg0IbjPZCB/iYUMNsYA643gh4mgrX3T7KEIFIxJBQeg==, } - dependencies: - tslib: 2.6.2 - dev: false - /@formatjs/fast-memoize@2.2.0: + "@formatjs/fast-memoize@2.2.0": resolution: { integrity: sha512-hnk/nY8FyrL5YxwP9e4r9dqeM6cAbo8PeU9UjyXojZMNvVad2Z06FAVHyR3Ecw6fza+0GH7vdJgiKIVXTMbSBA==, } - dependencies: - tslib: 2.6.2 - dev: false - /@formatjs/icu-messageformat-parser@2.1.0: + "@formatjs/icu-messageformat-parser@2.1.0": resolution: { integrity: sha512-Qxv/lmCN6hKpBSss2uQ8IROVnta2r9jd3ymUEIjm2UyIkUCHVcbUVRGL/KS/wv7876edvsPe+hjHVJ4z8YuVaw==, } - dependencies: - "@formatjs/ecma402-abstract": 1.11.4 - "@formatjs/icu-skeleton-parser": 1.3.6 - tslib: 2.6.2 - dev: false - /@formatjs/icu-messageformat-parser@2.6.0: + "@formatjs/icu-messageformat-parser@2.6.0": resolution: { integrity: sha512-yT6at0qc0DANw9qM/TU8RZaCtfDXtj4pZM/IC2WnVU80yAcliS3KVDiuUt4jSQAeFL9JS5bc2hARnFmjPdA6qw==, } - dependencies: - "@formatjs/ecma402-abstract": 1.17.0 - "@formatjs/icu-skeleton-parser": 1.6.0 - tslib: 2.6.2 - dev: false - /@formatjs/icu-skeleton-parser@1.3.6: + "@formatjs/icu-skeleton-parser@1.3.6": resolution: { integrity: sha512-I96mOxvml/YLrwU2Txnd4klA7V8fRhb6JG/4hm3VMNmeJo1F03IpV2L3wWt7EweqNLES59SZ4d6hVOPCSf80Bg==, } - dependencies: - "@formatjs/ecma402-abstract": 1.11.4 - tslib: 2.6.2 - dev: false - /@formatjs/icu-skeleton-parser@1.6.0: + "@formatjs/icu-skeleton-parser@1.6.0": resolution: { integrity: sha512-eMmxNpoX/J1IPUjPGSZwo0Wh+7CEvdEMddP2Jxg1gQJXfGfht/FdW2D5XDFj3VMbOTUQlDIdZJY7uC6O6gjPoA==, } - dependencies: - "@formatjs/ecma402-abstract": 1.17.0 - tslib: 2.6.2 - dev: false - /@formatjs/intl-localematcher@0.2.25: + "@formatjs/intl-localematcher@0.2.25": resolution: { integrity: sha512-YmLcX70BxoSopLFdLr1Ds99NdlTI2oWoLbaUW2M406lxOIPzE1KQhRz2fPUkq34xVZQaihCoU29h0KK7An3bhA==, } - dependencies: - tslib: 2.6.2 - dev: false - /@formatjs/intl-localematcher@0.2.32: + "@formatjs/intl-localematcher@0.2.32": resolution: { integrity: sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ==, } - dependencies: - tslib: 2.6.2 - dev: false - /@formatjs/intl-localematcher@0.4.0: + "@formatjs/intl-localematcher@0.4.0": resolution: { integrity: sha512-bRTd+rKomvfdS4QDlVJ6TA/Jx1F2h/TBVO5LjvhQ7QPPHp19oPNMIum7W2CMEReq/zPxpmCeB31F9+5gl/qtvw==, } - dependencies: - tslib: 2.6.2 - dev: false - /@hapi/hoek@9.3.0: + "@hapi/hoek@9.3.0": resolution: { integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==, } - dev: true - /@hapi/topo@5.1.0: + "@hapi/topo@5.1.0": resolution: { integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==, } - dependencies: - "@hapi/hoek": 9.3.0 - dev: true - /@headlessui/react@1.7.17(react-dom@18.2.0)(react@18.2.0): + "@headlessui/react@1.7.17": resolution: { integrity: sha512-4am+tzvkqDSSgiwrsEpGWqgGo9dz8qU5M3znCkC4PgkpY4HcCZzEDEvozltGGGHIKl9jbXbZPSH5TWn4sWJdow==, @@ -4014,135 +2976,87 @@ packages: peerDependencies: react: ^16 || ^17 || ^18 react-dom: ^16 || ^17 || ^18 - dependencies: - client-only: 0.0.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@humanwhocodes/config-array@0.11.13: + "@humanwhocodes/config-array@0.11.13": resolution: { integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==, } engines: { node: ">=10.10.0" } - dependencies: - "@humanwhocodes/object-schema": 2.0.1 - debug: 4.3.4 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - /@humanwhocodes/module-importer@1.0.1: + "@humanwhocodes/module-importer@1.0.1": resolution: { integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, } engines: { node: ">=12.22" } - /@humanwhocodes/object-schema@2.0.1: + "@humanwhocodes/object-schema@2.0.1": resolution: { integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==, } - /@hutson/parse-repository-url@3.0.2: + "@hutson/parse-repository-url@3.0.2": resolution: { integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==, } engines: { node: ">=6.9.0" } - dev: true - /@internationalized/date@3.5.0: + "@internationalized/date@3.5.0": resolution: { integrity: sha512-nw0Q+oRkizBWMioseI8+2TeUPEyopJVz5YxoYVzR0W1v+2YytiYah7s/ot35F149q/xAg4F1gT/6eTd+tsUpFQ==, } - dependencies: - "@swc/helpers": 0.5.3 - dev: false - /@internationalized/message@3.1.1: + "@internationalized/message@3.1.1": resolution: { integrity: sha512-ZgHxf5HAPIaR0th+w0RUD62yF6vxitjlprSxmLJ1tam7FOekqRSDELMg4Cr/DdszG5YLsp5BG3FgHgqquQZbqw==, } - dependencies: - "@swc/helpers": 0.5.3 - intl-messageformat: 10.5.0 - dev: false - /@internationalized/number@3.4.0: + "@internationalized/number@3.4.0": resolution: { integrity: sha512-8TvotW3qVDHC4uv/BVoN6Qx0Dm8clHY1/vpH+dh+XRiPW/9NVpKn1P8d1A+WLphWrMwyqyWXI7uWehJPviaeIw==, } - dependencies: - "@swc/helpers": 0.5.3 - dev: false - /@internationalized/string@3.1.1: + "@internationalized/string@3.1.1": resolution: { integrity: sha512-fvSr6YRoVPgONiVIUhgCmIAlifMVCeej/snPZVzbzRPxGpHl3o1GRe+d/qh92D8KhgOciruDUH8I5mjdfdjzfA==, } - dependencies: - "@swc/helpers": 0.5.3 - dev: false - /@isaacs/cliui@8.0.2: + "@isaacs/cliui@8.0.2": resolution: { integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, } engines: { node: ">=12" } - dependencies: - string-width: 5.1.2 - string-width-cjs: /string-width@4.2.3 - strip-ansi: 7.1.0 - strip-ansi-cjs: /strip-ansi@6.0.1 - wrap-ansi: 8.1.0 - wrap-ansi-cjs: /wrap-ansi@7.0.0 - /@istanbuljs/load-nyc-config@1.1.0: + "@istanbuljs/load-nyc-config@1.1.0": resolution: { integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==, } engines: { node: ">=8" } - dependencies: - camelcase: 5.3.1 - find-up: 4.1.0 - get-package-type: 0.1.0 - js-yaml: 3.14.1 - resolve-from: 5.0.0 - dev: true - /@istanbuljs/schema@0.1.3: + "@istanbuljs/schema@0.1.3": resolution: { integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==, } engines: { node: ">=8" } - dev: true - /@jest/console@29.7.0: + "@jest/console@29.7.0": resolution: { integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - chalk: 4.1.2 - jest-message-util: 29.7.0 - jest-util: 29.7.0 - slash: 3.0.0 - dev: true - /@jest/core@29.7.0: + "@jest/core@29.7.0": resolution: { integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==, @@ -4153,118 +3067,50 @@ packages: peerDependenciesMeta: node-notifier: optional: true - dependencies: - "@jest/console": 29.7.0 - "@jest/reporters": 29.7.0 - "@jest/test-result": 29.7.0 - "@jest/transform": 29.7.0 - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - ci-info: 3.8.0 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.9.3) - jest-haste-map: 29.7.0 - jest-message-util: 29.7.0 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-resolve-dependencies: 29.7.0 - jest-runner: 29.7.0 - jest-runtime: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - jest-watcher: 29.7.0 - micromatch: 4.0.5 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - - ts-node - dev: true - /@jest/create-cache-key-function@27.5.1: + "@jest/create-cache-key-function@27.5.1": resolution: { integrity: sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - dependencies: - "@jest/types": 27.5.1 - dev: true - /@jest/environment@29.7.0: + "@jest/environment@29.7.0": resolution: { integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/fake-timers": 29.7.0 - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - jest-mock: 29.7.0 - dev: true - /@jest/expect-utils@29.7.0: + "@jest/expect-utils@29.7.0": resolution: { integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - jest-get-type: 29.6.3 - dev: true - /@jest/expect@29.7.0: + "@jest/expect@29.7.0": resolution: { integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - expect: 29.7.0 - jest-snapshot: 29.7.0 - transitivePeerDependencies: - - supports-color - dev: true - /@jest/fake-timers@29.7.0: + "@jest/fake-timers@29.7.0": resolution: { integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - "@sinonjs/fake-timers": 10.3.0 - "@types/node": 20.9.3 - jest-message-util: 29.7.0 - jest-mock: 29.7.0 - jest-util: 29.7.0 - dev: true - /@jest/globals@29.7.0: + "@jest/globals@29.7.0": resolution: { integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/environment": 29.7.0 - "@jest/expect": 29.7.0 - "@jest/types": 29.6.3 - jest-mock: 29.7.0 - transitivePeerDependencies: - - supports-color - dev: true - /@jest/reporters@29.7.0: + "@jest/reporters@29.7.0": resolution: { integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==, @@ -4275,175 +3121,71 @@ packages: peerDependenciesMeta: node-notifier: optional: true - dependencies: - "@bcoe/v8-coverage": 0.2.3 - "@jest/console": 29.7.0 - "@jest/test-result": 29.7.0 - "@jest/transform": 29.7.0 - "@jest/types": 29.6.3 - "@jridgewell/trace-mapping": 0.3.19 - "@types/node": 20.9.3 - chalk: 4.1.2 - collect-v8-coverage: 1.0.2 - exit: 0.1.2 - glob: 7.2.3 - graceful-fs: 4.2.11 - istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 6.0.1 - istanbul-lib-report: 3.0.1 - istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.6 - jest-message-util: 29.7.0 - jest-util: 29.7.0 - jest-worker: 29.7.0 - slash: 3.0.0 - string-length: 4.0.2 - strip-ansi: 6.0.1 - v8-to-istanbul: 9.1.0 - transitivePeerDependencies: - - supports-color - dev: true - /@jest/schemas@28.1.3: + "@jest/schemas@28.1.3": resolution: { integrity: sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - dependencies: - "@sinclair/typebox": 0.24.51 - dev: true - /@jest/schemas@29.6.3: + "@jest/schemas@29.6.3": resolution: { integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@sinclair/typebox": 0.27.8 - dev: true - /@jest/source-map@29.6.3: + "@jest/source-map@29.6.3": resolution: { integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jridgewell/trace-mapping": 0.3.19 - callsites: 3.1.0 - graceful-fs: 4.2.11 - dev: true - /@jest/test-result@29.7.0: + "@jest/test-result@29.7.0": resolution: { integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/console": 29.7.0 - "@jest/types": 29.6.3 - "@types/istanbul-lib-coverage": 2.0.4 - collect-v8-coverage: 1.0.2 - dev: true - /@jest/test-sequencer@29.7.0: + "@jest/test-sequencer@29.7.0": resolution: { integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/test-result": 29.7.0 - graceful-fs: 4.2.11 - jest-haste-map: 29.7.0 - slash: 3.0.0 - dev: true - /@jest/transform@29.6.4: + "@jest/transform@29.6.4": resolution: { integrity: sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@babel/core": 7.22.11 - "@jest/types": 29.6.3 - "@jridgewell/trace-mapping": 0.3.19 - babel-plugin-istanbul: 6.1.1 - chalk: 4.1.2 - convert-source-map: 2.0.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 - jest-haste-map: 29.6.4 - jest-regex-util: 29.6.3 - jest-util: 29.7.0 - micromatch: 4.0.5 - pirates: 4.0.6 - slash: 3.0.0 - write-file-atomic: 4.0.2 - transitivePeerDependencies: - - supports-color - dev: true - /@jest/transform@29.7.0: + "@jest/transform@29.7.0": resolution: { integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@babel/core": 7.22.11 - "@jest/types": 29.6.3 - "@jridgewell/trace-mapping": 0.3.19 - babel-plugin-istanbul: 6.1.1 - chalk: 4.1.2 - convert-source-map: 2.0.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 - jest-haste-map: 29.7.0 - jest-regex-util: 29.6.3 - jest-util: 29.7.0 - micromatch: 4.0.5 - pirates: 4.0.6 - slash: 3.0.0 - write-file-atomic: 4.0.2 - transitivePeerDependencies: - - supports-color - dev: true - /@jest/types@27.5.1: + "@jest/types@27.5.1": resolution: { integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - dependencies: - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 20.9.3 - "@types/yargs": 16.0.5 - chalk: 4.1.2 - dev: true - /@jest/types@29.6.3: + "@jest/types@29.6.3": resolution: { integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/schemas": 29.6.3 - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 20.9.3 - "@types/yargs": 17.0.24 - chalk: 4.1.2 - dev: true - /@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.3.2)(vite@5.0.2): + "@joshwooding/vite-plugin-react-docgen-typescript@0.3.0": resolution: { integrity: sha512-2D6y7fNvFmsLmRt6UCOFJPvFoPMJGT0Uh1Wg0RaigUp7kdQPs6yYn8Dmx6GZkOH/NW0yMTwRz/p0SRMMRo50vA==, @@ -4454,216 +3196,90 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - glob: 7.2.3 - glob-promise: 4.2.2(glob@7.2.3) - magic-string: 0.27.0 - react-docgen-typescript: 2.2.2(typescript@5.3.2) - typescript: 5.3.2 - vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) - dev: true - /@jridgewell/gen-mapping@0.3.3: + "@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.19 - /@jridgewell/resolve-uri@3.1.1: + "@jridgewell/resolve-uri@3.1.1": resolution: { integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==, } engines: { node: ">=6.0.0" } - /@jridgewell/set-array@1.1.2: + "@jridgewell/set-array@1.1.2": resolution: { integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, } engines: { node: ">=6.0.0" } - /@jridgewell/sourcemap-codec@1.4.15: + "@jridgewell/sourcemap-codec@1.4.15": resolution: { integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, } - /@jridgewell/trace-mapping@0.3.19: + "@jridgewell/trace-mapping@0.3.19": resolution: { integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==, } - dependencies: - "@jridgewell/resolve-uri": 3.1.1 - "@jridgewell/sourcemap-codec": 1.4.15 - /@jridgewell/trace-mapping@0.3.9: + "@jridgewell/trace-mapping@0.3.9": resolution: { integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==, } - dependencies: - "@jridgewell/resolve-uri": 3.1.1 - "@jridgewell/sourcemap-codec": 1.4.15 - dev: false - /@juggle/resize-observer@3.4.0: + "@juggle/resize-observer@3.4.0": resolution: { integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==, } - /@lerna/create@8.0.1(typescript@5.3.2): + "@lerna/create@8.1.3": resolution: { - integrity: sha512-PDYNUF8Nv5j7DbGvVbizEuYuQbNFZ0+wVOtRPvBQOkC2dMNryi3dJjktEd1QeDX6Wa/JkJWvZ5SMHyr+7H3Rtg==, + integrity: sha512-JFvIYrlvR8Txa8h7VZx8VIQDltukEKOKaZL/muGO7Q/5aE2vjOKHsD/jkWYe/2uFy1xv37ubdx17O1UXQNadPg==, } engines: { node: ">=18.0.0" } - dependencies: - "@npmcli/run-script": 7.0.2 - "@nx/devkit": 17.2.5(nx@17.2.5) - "@octokit/plugin-enterprise-rest": 6.0.1 - "@octokit/rest": 19.0.11 - byte-size: 8.1.1 - chalk: 4.1.0 - clone-deep: 4.0.1 - cmd-shim: 6.0.1 - columnify: 1.6.0 - conventional-changelog-core: 5.0.1 - conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.3.6(typescript@5.3.2) - dedent: 0.7.0 - execa: 5.0.0 - fs-extra: 11.1.1 - get-stream: 6.0.0 - git-url-parse: 13.1.0 - glob-parent: 5.1.2 - globby: 11.1.0 - graceful-fs: 4.2.11 - has-unicode: 2.0.1 - ini: 1.3.8 - init-package-json: 5.0.0 - inquirer: 8.2.6 - is-ci: 3.0.1 - is-stream: 2.0.0 - js-yaml: 4.1.0 - libnpmpublish: 7.3.0 - load-json-file: 6.2.0 - lodash: 4.17.21 - make-dir: 4.0.0 - minimatch: 3.0.5 - multimatch: 5.0.0 - node-fetch: 2.6.7 - npm-package-arg: 8.1.1 - npm-packlist: 5.1.1 - npm-registry-fetch: 14.0.5 - npmlog: 6.0.2 - nx: 17.2.5 - p-map: 4.0.0 - p-map-series: 2.1.0 - p-queue: 6.6.2 - p-reduce: 2.1.0 - pacote: 17.0.5 - pify: 5.0.0 - read-cmd-shim: 4.0.0 - read-package-json: 6.0.4 - resolve-from: 5.0.0 - rimraf: 4.4.1 - semver: 7.5.4 - signal-exit: 3.0.7 - slash: 3.0.0 - ssri: 9.0.1 - strong-log-transformer: 2.1.0 - tar: 6.1.11 - temp-dir: 1.0.0 - upath: 2.0.1 - uuid: 9.0.1 - validate-npm-package-license: 3.0.4 - validate-npm-package-name: 5.0.0 - write-file-atomic: 5.0.1 - write-pkg: 4.0.0 - yargs: 17.7.2 - yargs-parser: 21.1.1 - transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" - - bluebird - - debug - - encoding - - supports-color - - typescript - dev: true - /@mapbox/node-pre-gyp@1.0.11: + "@mapbox/node-pre-gyp@1.0.11": resolution: { integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==, } hasBin: true - dependencies: - detect-libc: 2.0.2 - https-proxy-agent: 5.0.1 - make-dir: 3.1.0 - node-fetch: 2.7.0 - nopt: 5.0.0 - npmlog: 5.0.1 - rimraf: 3.0.2 - semver: 7.5.4 - tar: 6.1.15 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@mdx-js/react@2.3.0(react@18.2.0): + "@mdx-js/react@2.3.0": resolution: { integrity: sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==, } peerDependencies: react: ">=16" - dependencies: - "@types/mdx": 2.0.7 - "@types/react": 18.2.34 - react: 18.2.0 - dev: true - /@mole-inc/bin-wrapper@8.0.1: + "@mole-inc/bin-wrapper@8.0.1": resolution: { integrity: sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dependencies: - bin-check: 4.1.0 - bin-version-check: 5.1.0 - content-disposition: 0.5.4 - ext-name: 5.0.0 - file-type: 17.1.6 - filenamify: 5.1.1 - got: 11.8.6 - os-filter-obj: 2.0.0 - dev: true - /@monaco-editor/loader@1.4.0(monaco-editor@0.44.0): + "@monaco-editor/loader@1.4.0": resolution: { integrity: sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==, } peerDependencies: monaco-editor: ">= 0.21.0 < 1" - dependencies: - monaco-editor: 0.44.0 - state-local: 1.0.7 - dev: false - /@monaco-editor/react@4.6.0(monaco-editor@0.44.0)(react-dom@18.2.0)(react@18.2.0): + "@monaco-editor/react@4.6.0": resolution: { integrity: sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==, @@ -4672,56 +3288,38 @@ packages: monaco-editor: ">= 0.25.0 < 1" react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@monaco-editor/loader": 1.4.0(monaco-editor@0.44.0) - monaco-editor: 0.44.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@ndelangen/get-tarball@3.0.9: + "@ndelangen/get-tarball@3.0.9": resolution: { integrity: sha512-9JKTEik4vq+yGosHYhZ1tiH/3WpUS0Nh0kej4Agndhox8pAdWhEx5knFVRcb/ya9knCRCs1rPxNrSXTDdfVqpA==, } - dependencies: - gunzip-maybe: 1.4.2 - pump: 3.0.0 - tar-fs: 2.1.1 - dev: true - /@next/env@13.4.13: + "@next/env@13.4.13": resolution: { integrity: sha512-fwz2QgVg08v7ZL7KmbQBLF2PubR/6zQdKBgmHEl3BCyWTEDsAQEijjw2gbFhI1tcKfLdOOJUXntz5vZ4S0Polg==, } - dev: false - /@next/env@14.0.3: + "@next/env@14.0.3": resolution: { integrity: sha512-7xRqh9nMvP5xrW4/+L0jgRRX+HoNRGnfJpD+5Wq6/13j3dsdzxO3BCXn7D3hMqsDb+vjZnJq+vI7+EtgrYZTeA==, } - /@next/eslint-plugin-next@13.5.6: + "@next/eslint-plugin-next@13.5.6": resolution: { integrity: sha512-ng7pU/DDsxPgT6ZPvuprxrkeew3XaRf4LAT4FabaEO/hAbvVx4P7wqnqdbTdDn1kgTvsI4tpIgT4Awn/m0bGbg==, } - dependencies: - glob: 7.1.7 - dev: true - /@next/eslint-plugin-next@14.0.3: + "@next/eslint-plugin-next@14.0.3": resolution: { integrity: sha512-j4K0n+DcmQYCVnSAM+UByTVfIHnYQy2ODozfQP+4RdwtRDfobrIvKq1K4Exb2koJ79HSSa7s6B2SA8T/1YR3RA==, } - dependencies: - glob: 7.1.7 - dev: false - /@next/swc-darwin-arm64@13.4.13: + "@next/swc-darwin-arm64@13.4.13": resolution: { integrity: sha512-ZptVhHjzUuivnXMNCJ6lER33HN7lC+rZ01z+PM10Ows21NHFYMvGhi5iXkGtBDk6VmtzsbqnAjnx4Oz5um0FjA==, @@ -4729,11 +3327,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /@next/swc-darwin-arm64@14.0.3: + "@next/swc-darwin-arm64@14.0.3": resolution: { integrity: sha512-64JbSvi3nbbcEtyitNn2LEDS/hcleAFpHdykpcnrstITFlzFgB/bW0ER5/SJJwUPj+ZPY+z3e+1jAfcczRLVGw==, @@ -4741,10 +3336,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [darwin] - requiresBuild: true - optional: true - /@next/swc-darwin-x64@13.4.13: + "@next/swc-darwin-x64@13.4.13": resolution: { integrity: sha512-t9nTiWCLApw8W4G1kqJyYP7y6/7lyal3PftmRturIxAIBlZss9wrtVN8nci50StDHmIlIDxfguYIEGVr9DbFTg==, @@ -4752,11 +3345,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /@next/swc-darwin-x64@14.0.3: + "@next/swc-darwin-x64@14.0.3": resolution: { integrity: sha512-RkTf+KbAD0SgYdVn1XzqE/+sIxYGB7NLMZRn9I4Z24afrhUpVJx6L8hsRnIwxz3ERE2NFURNliPjJ2QNfnWicQ==, @@ -4764,10 +3354,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [darwin] - requiresBuild: true - optional: true - /@next/swc-linux-arm64-gnu@13.4.13: + "@next/swc-linux-arm64-gnu@13.4.13": resolution: { integrity: sha512-xEHUqC8eqR5DHe8SOmMnDU1K3ggrJ28uIKltrQAwqFSSSmzjnN/XMocZkcVhuncuxYrpbri0iMQstRyRVdQVWg==, @@ -4775,11 +3363,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-arm64-gnu@14.0.3: + "@next/swc-linux-arm64-gnu@14.0.3": resolution: { integrity: sha512-3tBWGgz7M9RKLO6sPWC6c4pAw4geujSwQ7q7Si4d6bo0l6cLs4tmO+lnSwFp1Tm3lxwfMk0SgkJT7EdwYSJvcg==, @@ -4787,10 +3372,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] - requiresBuild: true - optional: true - /@next/swc-linux-arm64-musl@13.4.13: + "@next/swc-linux-arm64-musl@13.4.13": resolution: { integrity: sha512-sNf3MnLAm8rquSSAoeD9nVcdaDeRYOeey4stOWOyWIgbBDtP+C93amSgH/LPTDoUV7gNiU6f+ghepTjTjRgIUQ==, @@ -4798,11 +3381,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-arm64-musl@14.0.3: + "@next/swc-linux-arm64-musl@14.0.3": resolution: { integrity: sha512-v0v8Kb8j8T23jvVUWZeA2D8+izWspeyeDGNaT2/mTHWp7+37fiNfL8bmBWiOmeumXkacM/AB0XOUQvEbncSnHA==, @@ -4810,10 +3390,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] - requiresBuild: true - optional: true - /@next/swc-linux-x64-gnu@13.4.13: + "@next/swc-linux-x64-gnu@13.4.13": resolution: { integrity: sha512-WhcRaJJSHyx9OWmKjjz+OWHumiPZWRqmM/09Bt7Up4UqUJFFhGExeztR4trtv3rflvULatu9IH/nTV8fUUgaMA==, @@ -4821,11 +3399,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-x64-gnu@14.0.3: + "@next/swc-linux-x64-gnu@14.0.3": resolution: { integrity: sha512-VM1aE1tJKLBwMGtyBR21yy+STfl0MapMQnNrXkxeyLs0GFv/kZqXS5Jw/TQ3TSUnbv0QPDf/X8sDXuMtSgG6eg==, @@ -4833,10 +3408,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] - requiresBuild: true - optional: true - /@next/swc-linux-x64-musl@13.4.13: + "@next/swc-linux-x64-musl@13.4.13": resolution: { integrity: sha512-+Y4LLhOWWZQIDKVwr2R17lq2KSN0F1c30QVgGIWfnjjHpH8nrIWHEndhqYU+iFuW8It78CiJjQKTw4f51HD7jA==, @@ -4844,11 +3417,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] - requiresBuild: true - dev: false - optional: true - /@next/swc-linux-x64-musl@14.0.3: + "@next/swc-linux-x64-musl@14.0.3": resolution: { integrity: sha512-64EnmKy18MYFL5CzLaSuUn561hbO1Gk16jM/KHznYP3iCIfF9e3yULtHaMy0D8zbHfxset9LTOv6cuYKJgcOxg==, @@ -4856,10 +3426,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] - requiresBuild: true - optional: true - /@next/swc-win32-arm64-msvc@13.4.13: + "@next/swc-win32-arm64-msvc@13.4.13": resolution: { integrity: sha512-rWurdOR20uxjfqd1X9vDAgv0Jb26KjyL8akF9CBeFqX8rVaBAnW/Wf6A2gYEwyYY4Bai3T7p1kro6DFrsvBAAw==, @@ -4867,11 +3435,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [win32] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-arm64-msvc@14.0.3: + "@next/swc-win32-arm64-msvc@14.0.3": resolution: { integrity: sha512-WRDp8QrmsL1bbGtsh5GqQ/KWulmrnMBgbnb+59qNTW1kVi1nG/2ndZLkcbs2GX7NpFLlToLRMWSQXmPzQm4tog==, @@ -4879,10 +3444,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [win32] - requiresBuild: true - optional: true - /@next/swc-win32-ia32-msvc@13.4.13: + "@next/swc-win32-ia32-msvc@13.4.13": resolution: { integrity: sha512-E8bSPwRuY5ibJ3CzLQmJEt8qaWrPYuUTwnrwygPUEWoLzD5YRx9SD37oXRdU81TgGwDzCxpl7z5Nqlfk50xAog==, @@ -4890,11 +3453,8 @@ packages: engines: { node: ">= 10" } cpu: [ia32] os: [win32] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-ia32-msvc@14.0.3: + "@next/swc-win32-ia32-msvc@14.0.3": resolution: { integrity: sha512-EKffQeqCrj+t6qFFhIFTRoqb2QwX1mU7iTOvMyLbYw3QtqTw9sMwjykyiMlZlrfm2a4fA84+/aeW+PMg1MjuTg==, @@ -4902,10 +3462,8 @@ packages: engines: { node: ">= 10" } cpu: [ia32] os: [win32] - requiresBuild: true - optional: true - /@next/swc-win32-x64-msvc@13.4.13: + "@next/swc-win32-x64-msvc@13.4.13": resolution: { integrity: sha512-4KlyC6jWRubPnppgfYsNTPeWfGCxtWLh5vaOAW/kdzAk9widqho8Qb5S4K2vHmal1tsURi7Onk2MMCV1phvyqA==, @@ -4913,11 +3471,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [win32] - requiresBuild: true - dev: false - optional: true - /@next/swc-win32-x64-msvc@14.0.3: + "@next/swc-win32-x64-msvc@14.0.3": resolution: { integrity: sha512-ERhKPSJ1vQrPiwrs15Pjz/rvDHZmkmvbf/BjPN/UCOI++ODftT0GtasDPi0j+y6PPJi5HsXw+dpRaXUaw4vjuQ==, @@ -4925,180 +3480,107 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [win32] - requiresBuild: true - optional: true - /@noble/hashes@1.3.2: + "@noble/hashes@1.3.2": resolution: { integrity: sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==, } engines: { node: ">= 16" } - dev: false - /@nodelib/fs.scandir@2.1.5: + "@nodelib/fs.scandir@2.1.5": resolution: { integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, } engines: { node: ">= 8" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - run-parallel: 1.2.0 - /@nodelib/fs.stat@2.0.5: + "@nodelib/fs.stat@2.0.5": resolution: { integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, } engines: { node: ">= 8" } - /@nodelib/fs.walk@1.2.8: + "@nodelib/fs.walk@1.2.8": resolution: { integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, } engines: { node: ">= 8" } - dependencies: - "@nodelib/fs.scandir": 2.1.5 - fastq: 1.15.0 - /@npmcli/agent@2.2.0: + "@npmcli/agent@2.2.0": resolution: { integrity: sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - agent-base: 7.1.0 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.2 - lru-cache: 10.0.1 - socks-proxy-agent: 8.0.2 - transitivePeerDependencies: - - supports-color - dev: true - /@npmcli/fs@3.1.0: + "@npmcli/fs@3.1.0": resolution: { integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - semver: 7.5.4 - dev: true - /@npmcli/git@5.0.3: + "@npmcli/git@5.0.3": resolution: { integrity: sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@npmcli/promise-spawn": 7.0.0 - lru-cache: 10.0.1 - npm-pick-manifest: 9.0.0 - proc-log: 3.0.0 - promise-inflight: 1.0.1 - promise-retry: 2.0.1 - semver: 7.5.4 - which: 4.0.0 - transitivePeerDependencies: - - bluebird - dev: true - /@npmcli/installed-package-contents@2.0.2: + "@npmcli/installed-package-contents@2.0.2": resolution: { integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true - dependencies: - npm-bundled: 3.0.0 - npm-normalize-package-bin: 3.0.1 - dev: true - /@npmcli/node-gyp@3.0.0: + "@npmcli/node-gyp@3.0.0": resolution: { integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /@npmcli/promise-spawn@7.0.0: + "@npmcli/promise-spawn@7.0.0": resolution: { integrity: sha512-wBqcGsMELZna0jDblGd7UXgOby45TQaMWmbFwWX+SEotk4HV6zG2t6rT9siyLhPk4P6YYqgfL1UO8nMWDBVJXQ==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - which: 4.0.0 - dev: true - /@npmcli/run-script@7.0.2: + "@npmcli/run-script@7.0.2": resolution: { integrity: sha512-Omu0rpA8WXvcGeY6DDzyRoY1i5DkCBkzyJ+m2u7PD6quzb0TvSqdIPOkTn8ZBOj7LbbcbMfZ3c5skwSu6m8y2w==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@npmcli/node-gyp": 3.0.0 - "@npmcli/promise-spawn": 7.0.0 - node-gyp: 10.0.1 - read-package-json-fast: 3.0.2 - which: 4.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /@nrwl/devkit@17.2.5(nx@17.2.5): + "@nrwl/devkit@17.2.5": resolution: { integrity: sha512-rXZDkJMzbViCfxZ19ndLZX9MZhQ50qgQOR6kahYugTcJ6HRV1i/FsKRyKXk1JefMCo8qdw/F5aw9zl0WwOiPdA==, } - dependencies: - "@nx/devkit": 17.2.5(nx@17.2.5) - transitivePeerDependencies: - - nx - dev: true - /@nrwl/tao@17.2.5: + "@nrwl/tao@17.2.5": resolution: { integrity: sha512-hA89BirzFb2MBm26ZPTTJ/RWRjmZ9R39J8321kVEldehStluA4E5zobNd7MJVp77fBK/CCTlIhFeUEP9qmxhZA==, } hasBin: true - dependencies: - nx: 17.2.5 - tslib: 2.6.2 - transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" - - debug - dev: true - /@nx/devkit@17.2.5(nx@17.2.5): + "@nx/devkit@17.2.5": resolution: { integrity: sha512-eOIIziLA1AxRtRiDI+ZNGpXVtIwrYKeVTsGbLljaj3i5Ks753VMH340WNNlzMUXMseWG6XuQ4PkMhURza2tzog==, } peerDependencies: nx: ">= 16 <= 18" - dependencies: - "@nrwl/devkit": 17.2.5(nx@17.2.5) - ejs: 3.1.9 - enquirer: 2.3.6 - ignore: 5.2.4 - nx: 17.2.5 - semver: 7.5.3 - tmp: 0.2.1 - tslib: 2.6.2 - dev: true - /@nx/nx-darwin-arm64@17.2.5: + "@nx/nx-darwin-arm64@17.2.5": resolution: { integrity: sha512-AGF/XnMkXymS8xYMsbeyNKZWKflfU8TTqEJqlcADMHYcr8OD1Jyq1YYHp/vvPBWqEhUL4bx3GPspQn5YiiCrWw==, @@ -5106,11 +3588,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@nx/nx-darwin-x64@17.2.5: + "@nx/nx-darwin-x64@17.2.5": resolution: { integrity: sha512-YQQG+kijDNedE6bwEIeKWtVQOxJD+NHW69z6sb/S+ub8NO293YgNtYXgilet9RwOKBubeSyBqWr+yYbRhOuz+A==, @@ -5118,11 +3597,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@nx/nx-freebsd-x64@17.2.5: + "@nx/nx-freebsd-x64@17.2.5": resolution: { integrity: sha512-AzcYELtNDukSTtO6zTAuu9pUI2634/2ZFLdS15C9cqUrK0XNvBcbj6R1KNGjgaBDUJc9H49+fqU8VnLPpJjBKQ==, @@ -5130,11 +3606,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-arm-gnueabihf@17.2.5: + "@nx/nx-linux-arm-gnueabihf@17.2.5": resolution: { integrity: sha512-24Q5N4krcSV6rbFYGRRgbHTc2eSDoJSWesvAtxAW5Sgh6+wAuqFKVwLwY9ZOn1GQwlySB87YwzH2BMkOfEuorw==, @@ -5142,11 +3615,8 @@ packages: engines: { node: ">= 10" } cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-arm64-gnu@17.2.5: + "@nx/nx-linux-arm64-gnu@17.2.5": resolution: { integrity: sha512-ty08Jnhk/eCVzxdm6o9EaGAZQ4t1WQCO9I/FjriEqtt4e5If6YKJPGjRzu/1OCvppv4d7j0SEN6FiyGkESpBPw==, @@ -5154,11 +3624,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-arm64-musl@17.2.5: + "@nx/nx-linux-arm64-musl@17.2.5": resolution: { integrity: sha512-iW/hOgkpELTTu53UYNYAUvs5dAXDR94P50HZFvTQeTQH6xr8igMdOBFdApYFZIjD7IrKqNBSeAiyl4TyI6vFag==, @@ -5166,11 +3633,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-x64-gnu@17.2.5: + "@nx/nx-linux-x64-gnu@17.2.5": resolution: { integrity: sha512-BJi195AOHSHurMrPzT2mNGslIDn4LVxfKKdiRqVeOvQxT3cZij4fzPTUYxdOFnrWU5YPfW4A9p3ydFz8MDapOg==, @@ -5178,11 +3642,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-x64-musl@17.2.5: + "@nx/nx-linux-x64-musl@17.2.5": resolution: { integrity: sha512-r1TrCFvdAIvogNry3Oy0IrWT2Ed5nZHR0lcuW5ImF0HinMmH/o4Ey7Q4IRo5hB88gxq4AUTWt+WoQbImIvoGPg==, @@ -5190,11 +3651,8 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-win32-arm64-msvc@17.2.5: + "@nx/nx-win32-arm64-msvc@17.2.5": resolution: { integrity: sha512-TyMH8mys+r4Vgq5LYE6zY70LsL2F7JC85O+jHeVPR0vDNGm5Nb/UHobT5Y/PLpLxIx0aIeRuu6VI3j3oh1JhNw==, @@ -5202,11 +3660,8 @@ packages: engines: { node: ">= 10" } cpu: [arm64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@nx/nx-win32-x64-msvc@17.2.5: + "@nx/nx-win32-x64-msvc@17.2.5": resolution: { integrity: sha512-I/LWvNasB+iUEzIeejbuaeeezMCfMjpDBsiPdnS5nfHMVnTOrIbfzQOWLWUr+/7R0fYl1BXTp352iaD+M10Agw==, @@ -5214,77 +3669,48 @@ packages: engines: { node: ">= 10" } cpu: [x64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@octokit/auth-token@3.0.4: + "@octokit/auth-token@3.0.4": resolution: { integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==, } engines: { node: ">= 14" } - dev: true - /@octokit/core@4.2.4: + "@octokit/core@4.2.4": resolution: { integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==, } engines: { node: ">= 14" } - dependencies: - "@octokit/auth-token": 3.0.4 - "@octokit/graphql": 5.0.6 - "@octokit/request": 6.2.8 - "@octokit/request-error": 3.0.3 - "@octokit/types": 9.3.2 - before-after-hook: 2.2.3 - universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - dev: true - /@octokit/endpoint@7.0.6: + "@octokit/endpoint@7.0.6": resolution: { integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==, } engines: { node: ">= 14" } - dependencies: - "@octokit/types": 9.3.2 - is-plain-object: 5.0.0 - universal-user-agent: 6.0.0 - dev: true - /@octokit/graphql@5.0.6: + "@octokit/graphql@5.0.6": resolution: { integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==, } engines: { node: ">= 14" } - dependencies: - "@octokit/request": 6.2.8 - "@octokit/types": 9.3.2 - universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - dev: true - /@octokit/openapi-types@18.0.0: + "@octokit/openapi-types@18.0.0": resolution: { integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==, } - dev: true - /@octokit/plugin-enterprise-rest@6.0.1: + "@octokit/plugin-enterprise-rest@6.0.1": resolution: { integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==, } - dev: true - /@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4): + "@octokit/plugin-paginate-rest@6.1.2": resolution: { integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==, @@ -5292,24 +3718,16 @@ packages: engines: { node: ">= 14" } peerDependencies: "@octokit/core": ">=4" - dependencies: - "@octokit/core": 4.2.4 - "@octokit/tsconfig": 1.0.2 - "@octokit/types": 9.3.2 - dev: true - /@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4): + "@octokit/plugin-request-log@1.0.4": resolution: { integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==, } peerDependencies: "@octokit/core": ">=3" - dependencies: - "@octokit/core": 4.2.4 - dev: true - /@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4): + "@octokit/plugin-rest-endpoint-methods@7.2.3": resolution: { integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==, @@ -5317,381 +3735,190 @@ packages: engines: { node: ">= 14" } peerDependencies: "@octokit/core": ">=3" - dependencies: - "@octokit/core": 4.2.4 - "@octokit/types": 10.0.0 - dev: true - /@octokit/request-error@3.0.3: + "@octokit/request-error@3.0.3": resolution: { integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==, } engines: { node: ">= 14" } - dependencies: - "@octokit/types": 9.3.2 - deprecation: 2.3.1 - once: 1.4.0 - dev: true - /@octokit/request@6.2.8: + "@octokit/request@6.2.8": resolution: { integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==, } engines: { node: ">= 14" } - dependencies: - "@octokit/endpoint": 7.0.6 - "@octokit/request-error": 3.0.3 - "@octokit/types": 9.3.2 - is-plain-object: 5.0.0 - node-fetch: 2.7.0 - universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - dev: true - /@octokit/rest@19.0.11: + "@octokit/rest@19.0.11": resolution: { integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==, } engines: { node: ">= 14" } - dependencies: - "@octokit/core": 4.2.4 - "@octokit/plugin-paginate-rest": 6.1.2(@octokit/core@4.2.4) - "@octokit/plugin-request-log": 1.0.4(@octokit/core@4.2.4) - "@octokit/plugin-rest-endpoint-methods": 7.2.3(@octokit/core@4.2.4) - transitivePeerDependencies: - - encoding - dev: true - /@octokit/tsconfig@1.0.2: + "@octokit/tsconfig@1.0.2": resolution: { integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==, } - dev: true - /@octokit/types@10.0.0: + "@octokit/types@10.0.0": resolution: { integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==, } - dependencies: - "@octokit/openapi-types": 18.0.0 - dev: true - /@octokit/types@9.3.2: + "@octokit/types@9.3.2": resolution: { integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==, } - dependencies: - "@octokit/openapi-types": 18.0.0 - dev: true - /@opentelemetry/api@1.4.1: + "@opentelemetry/api@1.4.1": resolution: { integrity: sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==, } engines: { node: ">=8.0.0" } - dev: false - /@otplib/core@12.0.1: + "@otplib/core@12.0.1": resolution: { integrity: sha512-4sGntwbA/AC+SbPhbsziRiD+jNDdIzsZ3JUyfZwjtKyc/wufl1pnSIaG4Uqx8ymPagujub0o92kgBnB89cuAMA==, } - dev: false - /@otplib/plugin-crypto@12.0.1: + "@otplib/plugin-crypto@12.0.1": resolution: { integrity: sha512-qPuhN3QrT7ZZLcLCyKOSNhuijUi9G5guMRVrxq63r9YNOxxQjPm59gVxLM+7xGnHnM6cimY57tuKsjK7y9LM1g==, } - dependencies: - "@otplib/core": 12.0.1 - dev: false - /@otplib/plugin-thirty-two@12.0.1: + "@otplib/plugin-thirty-two@12.0.1": resolution: { integrity: sha512-MtT+uqRso909UkbrrYpJ6XFjj9D+x2Py7KjTO9JDPhL0bJUYVu5kFP4TFZW4NFAywrAtFRxOVY261u0qwb93gA==, } - dependencies: - "@otplib/core": 12.0.1 - thirty-two: 1.0.2 - dev: false - /@otplib/preset-default@12.0.1: + "@otplib/preset-default@12.0.1": resolution: { integrity: sha512-xf1v9oOJRyXfluBhMdpOkr+bsE+Irt+0D5uHtvg6x1eosfmHCsCC6ej/m7FXiWqdo0+ZUI6xSKDhJwc8yfiOPQ==, } - dependencies: - "@otplib/core": 12.0.1 - "@otplib/plugin-crypto": 12.0.1 - "@otplib/plugin-thirty-two": 12.0.1 - dev: false - /@otplib/preset-v11@12.0.1: + "@otplib/preset-v11@12.0.1": resolution: { integrity: sha512-9hSetMI7ECqbFiKICrNa4w70deTUfArtwXykPUvSHWOdzOlfa9ajglu7mNCntlvxycTiOAXkQGwjQCzzDEMRMg==, } - dependencies: - "@otplib/core": 12.0.1 - "@otplib/plugin-crypto": 12.0.1 - "@otplib/plugin-thirty-two": 12.0.1 - dev: false - /@paralleldrive/cuid2@2.2.2: + "@paralleldrive/cuid2@2.2.2": resolution: { integrity: sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==, } - dependencies: - "@noble/hashes": 1.3.2 - dev: false - /@pkgjs/parseargs@0.11.0: + "@pkgjs/parseargs@0.11.0": resolution: { integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, } engines: { node: ">=14" } - requiresBuild: true - optional: true - /@pkgr/utils@2.4.2: + "@pkgr/utils@2.4.2": resolution: { integrity: sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==, } engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 } - dependencies: - cross-spawn: 7.0.3 - fast-glob: 3.3.1 - is-glob: 4.0.3 - open: 9.1.0 - picocolors: 1.0.0 - tslib: 2.6.2 - dev: true - /@prisma/client@5.6.0(prisma@5.6.0): + "@prisma/client@5.6.0": resolution: { integrity: sha512-mUDefQFa1wWqk4+JhKPYq8BdVoFk9NFMBXUI8jAkBfQTtgx8WPx02U2HB/XbAz3GSUJpeJOKJQtNvaAIDs6sug==, } engines: { node: ">=16.13" } - requiresBuild: true peerDependencies: prisma: "*" peerDependenciesMeta: prisma: optional: true - dependencies: - "@prisma/engines-version": 5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee - prisma: 5.6.0 - dev: false - /@prisma/debug@5.2.0: + "@prisma/debug@5.2.0": resolution: { integrity: sha512-dOrNOA8B65l3dCp2r3gn5A5dbMXNbEixO3JAaMWiS2q03qMU3/R9oNv86H2c1i3GSwQglH5gjwpkA9olp/+h1A==, } - dependencies: - "@types/debug": 4.1.8 - debug: 4.3.4 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - supports-color - dev: false - /@prisma/engines-version@5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee: + "@prisma/engines-version@5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee": resolution: { integrity: sha512-UoFgbV1awGL/3wXuUK3GDaX2SolqczeeJ5b4FVec9tzeGbSWJboPSbT0psSrmgYAKiKnkOPFSLlH6+b+IyOwAw==, } - dev: false - /@prisma/engines@5.2.0: + "@prisma/engines@5.2.0": resolution: { integrity: sha512-dT7FOLUCdZmq+AunLqB1Iz+ZH/IIS1Fz2THmKZQ6aFONrQD/BQ5ecJ7g2wGS2OgyUFf4OaLam6/bxmgdOBDqig==, } - requiresBuild: true - dev: false - /@prisma/engines@5.6.0: + "@prisma/engines@5.6.0": resolution: { integrity: sha512-Mt2q+GNJpU2vFn6kif24oRSBQv1KOkYaterQsi0k2/lA+dLvhRX6Lm26gon6PYHwUM8/h8KRgXIUMU0PCLB6bw==, } - requiresBuild: true - dev: false - /@prisma/fetch-engine@5.2.0: + "@prisma/fetch-engine@5.2.0": resolution: { integrity: sha512-pbTnhrTIFXpYpYzE064jvXQv3B1fnCWENQky1XCfBCUhMWTZvI9VL/Z28Cul/nB1UiTBJiCuR+abDBfpGJbvhQ==, } - dependencies: - "@prisma/debug": 5.2.0 - "@prisma/get-platform": 5.2.0 - execa: 5.1.1 - find-cache-dir: 3.3.2 - fs-extra: 11.1.1 - hasha: 5.2.2 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.1 - kleur: 4.1.5 - node-fetch: 2.6.12 - p-filter: 2.1.0 - p-map: 4.0.0 - p-retry: 4.6.2 - progress: 2.0.3 - rimraf: 3.0.2 - temp-dir: 2.0.0 - tempy: 1.0.1 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@prisma/generator-helper@5.2.0: + "@prisma/generator-helper@5.2.0": resolution: { integrity: sha512-jju+nGe8IgwDhs412sx6PSk5efkuoBqHOJSqbRBb9Y/fMfeDRGLVdwia8Hj+PKmd/YXrqFgBd4NDeFxeCcVVqw==, } - dependencies: - "@prisma/debug": 5.2.0 - "@types/cross-spawn": 6.0.2 - cross-spawn: 7.0.3 - kleur: 4.1.5 - transitivePeerDependencies: - - supports-color - dev: false - /@prisma/get-platform@5.2.0: + "@prisma/get-platform@5.2.0": resolution: { integrity: sha512-6lWJh+c3551KndsI6ia3GzVZg0Gp3jFQ5EG1GMZZVeGJOXeIwqCeADROrujOMdOy48LOckf+zxJXkShXMM/mug==, } - dependencies: - "@prisma/debug": 5.2.0 - escape-string-regexp: 4.0.0 - execa: 5.1.1 - fs-jetpack: 5.1.0 - kleur: 4.1.5 - replace-string: 3.1.0 - strip-ansi: 6.0.1 - tempy: 1.0.1 - terminal-link: 2.1.1 - ts-pattern: 4.3.0 - transitivePeerDependencies: - - supports-color - dev: false - /@prisma/internals@5.2.0: + "@prisma/internals@5.2.0": resolution: { integrity: sha512-S+C3Finh6GjxxkeIiAHviSR5qJg4GPUxd9zMFUTEIigUNCOtY0R6O9ptWmr4mZ/A5PPlnJiJU9oGBnzShTYErQ==, } - dependencies: - "@antfu/ni": 0.21.5 - "@opentelemetry/api": 1.4.1 - "@prisma/debug": 5.2.0 - "@prisma/engines": 5.2.0 - "@prisma/fetch-engine": 5.2.0 - "@prisma/generator-helper": 5.2.0 - "@prisma/get-platform": 5.2.0 - "@prisma/prisma-schema-wasm": 5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f - archiver: 5.3.1 - arg: 5.0.2 - checkpoint-client: 1.1.27 - cli-truncate: 2.1.0 - dotenv: 16.0.3 - escape-string-regexp: 4.0.0 - execa: 5.1.1 - find-up: 5.0.0 - fp-ts: 2.16.1 - fs-extra: 11.1.1 - fs-jetpack: 5.1.0 - global-dirs: 3.0.1 - globby: 11.1.0 - indent-string: 4.0.0 - is-windows: 1.0.2 - is-wsl: 2.2.0 - kleur: 4.1.5 - new-github-issue-url: 0.2.1 - node-fetch: 2.6.12 - npm-packlist: 5.1.3 - open: 7.4.2 - p-map: 4.0.0 - prompts: 2.4.2 - read-pkg-up: 7.0.1 - replace-string: 3.1.0 - resolve: 1.22.4 - string-width: 4.2.3 - strip-ansi: 6.0.1 - strip-indent: 3.0.0 - temp-dir: 2.0.0 - tempy: 1.0.1 - terminal-link: 2.1.1 - tmp: 0.2.1 - ts-pattern: 4.3.0 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@prisma/prisma-schema-wasm@5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f: + "@prisma/prisma-schema-wasm@5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f": resolution: { integrity: sha512-ZxiWSmzhzI0RcQq2/bTCWY659l5JMv+9t/vDXR4WLE/HUXdPtu7ruDMhcQU8P7KHJ53WtGq+lyZpAVXFOOtssA==, } - dev: false - /@puppeteer/browsers@1.8.0: + "@puppeteer/browsers@1.8.0": resolution: { integrity: sha512-TkRHIV6k2D8OlUe8RtG+5jgOF/H98Myx0M6AOafC8DdNVOFiBSFa5cpRDtpm8LXOa9sVwe0+e6Q3FC56X/DZfg==, } engines: { node: ">=16.3.0" } hasBin: true - dependencies: - debug: 4.3.4 - extract-zip: 2.0.1 - progress: 2.0.3 - proxy-agent: 6.3.1 - tar-fs: 3.0.4 - unbzip2-stream: 1.4.3 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - dev: false - /@radix-ui/number@1.0.1: + "@radix-ui/number@1.0.1": resolution: { integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==, } - dependencies: - "@babel/runtime": 7.23.2 - dev: true - /@radix-ui/primitive@1.0.1: + "@radix-ui/primitive@1.0.1": resolution: { integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==, } - dependencies: - "@babel/runtime": 7.22.11 - /@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-accordion@1.1.2": resolution: { integrity: sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==, @@ -5706,24 +3933,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-collapsible": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-collection": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-arrow@1.0.3": resolution: { integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==, @@ -5738,15 +3949,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-collapsible@1.0.3": resolution: { integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==, @@ -5761,23 +3965,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-collection@1.0.3": resolution: { integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==, @@ -5792,18 +3981,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-compose-refs@1.0.1": resolution: { integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==, @@ -5814,12 +3993,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-context-menu@2.1.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-context-menu@2.1.5": resolution: { integrity: sha512-R5XaDj06Xul1KGb+WP8qiOh7tKJNz2durpLBXAGZjSVtctcRFCuEvy2gtMwRJGePwQQE5nV77gs4FwRi8T+r2g==, @@ -5834,21 +4009,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-menu": 2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-context@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-context@1.0.1": resolution: { integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==, @@ -5859,12 +4021,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-direction@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-direction@1.0.1": resolution: { integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==, @@ -5875,12 +4033,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-dismissable-layer@1.0.4": resolution: { integrity: sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==, @@ -5895,20 +4049,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.23.2 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-escape-keydown": 1.0.3(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-dismissable-layer@1.0.5": resolution: { integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==, @@ -5923,20 +4065,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-escape-keydown": 1.0.3(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-dropdown-menu@2.0.6": resolution: { integrity: sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA==, @@ -5951,22 +4081,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-menu": 2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-focus-guards@1.0.1": resolution: { integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==, @@ -5977,12 +4093,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-focus-scope@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-focus-scope@1.0.3": resolution: { integrity: sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==, @@ -5997,18 +4109,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.23.2 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-focus-scope@1.0.4": resolution: { integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==, @@ -6023,18 +4125,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-hover-card@1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-hover-card@1.0.7": resolution: { integrity: sha512-OcUN2FU0YpmajD/qkph3XzMcK/NmSk9hGWnjV68p6QiZMgILugusgQwnLSDs3oFSJYGKf3Y49zgFedhGh04k9A==, @@ -6049,24 +4141,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-popper": 1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-id@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-id@1.0.1": resolution: { integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==, @@ -6077,13 +4153,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-menu@2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-menu@2.0.6": resolution: { integrity: sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA==, @@ -6098,33 +4169,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-collection": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-focus-scope": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-popper": 1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-roving-focus": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - aria-hidden: 1.2.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.34)(react@18.2.0) - dev: false - /@radix-ui/react-popover@1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-popover@1.0.7": resolution: { integrity: sha512-shtvVnlsxT6faMnK/a7n0wptwBD23xc1Z5mdrtKLwVEfsEMXodS0r5s0/g5P0hX//EKYZS2sxUjqfzlg52ZSnQ==, @@ -6139,30 +4185,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-focus-scope": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-popper": 1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - aria-hidden: 1.2.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.34)(react@18.2.0) - dev: false - /@radix-ui/react-popper@1.1.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-popper@1.1.2": resolution: { integrity: sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==, @@ -6177,25 +4201,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.23.2 - "@floating-ui/react-dom": 2.0.1(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-arrow": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-rect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-size": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/rect": 1.0.1 - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@radix-ui/react-popper@1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-popper@1.1.3": resolution: { integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==, @@ -6210,25 +4217,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@floating-ui/react-dom": 2.0.1(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-arrow": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-rect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-size": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/rect": 1.0.1 - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-portal@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-portal@1.0.3": resolution: { integrity: sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==, @@ -6243,16 +4233,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.23.2 - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-portal@1.0.4": resolution: { integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==, @@ -6267,16 +4249,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-presence@1.0.1": resolution: { integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==, @@ -6291,17 +4265,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-primitive@1.0.3": resolution: { integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==, @@ -6316,15 +4281,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-roving-focus@1.0.4": resolution: { integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==, @@ -6339,23 +4297,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-collection": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/react-select@1.2.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-select@1.2.2": resolution: { integrity: sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==, @@ -6370,36 +4313,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.23.2 - "@radix-ui/number": 1.0.1 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-collection": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-dismissable-layer": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-focus-scope": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-popper": 1.1.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-portal": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-previous": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-visually-hidden": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - aria-hidden: 1.2.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.34)(react@18.2.0) - dev: true - /@radix-ui/react-separator@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-separator@1.0.3": resolution: { integrity: sha512-itYmTy/kokS21aiV5+Z56MZB54KrhPgn6eHDKkFeOLR34HMN2s8PaN47qZZAGnvupcjxHaFZnW4pQEh0BvvVuw==, @@ -6414,15 +4329,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/react-slot@1.0.2(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-slot@1.0.2": resolution: { integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==, @@ -6433,13 +4341,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-tabs@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-tabs@1.0.4": resolution: { integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==, @@ -6454,23 +4357,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-roving-focus": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-toggle-group@1.0.4": resolution: { integrity: sha512-Uaj/M/cMyiyT9Bx6fOZO0SAG4Cls0GptBWiBmBxofmDbNVnYYoyRWj/2M/6VCi/7qcXFWnHhRUfdfZFvvkuu8A==, @@ -6485,21 +4373,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-roving-focus": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-toggle": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/react-toggle@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-toggle@1.0.3": resolution: { integrity: sha512-Pkqg3+Bc98ftZGsl60CLANXQBBQ4W3mTFS9EJvNxKMZ7magklKV69/id1mlAlOFDDfHvlCms0fx8fA4CMKDJHg==, @@ -6514,17 +4389,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/react-toolbar@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-toolbar@1.0.4": resolution: { integrity: sha512-tBgmM/O7a07xbaEkYJWYTXkIdU/1pW4/KZORR43toC/4XWyBCURK0ei9kMUdp+gTPPKBgYLxXmRSH1EVcIDp8Q==, @@ -6539,21 +4405,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-roving-focus": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-separator": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-toggle-group": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-tooltip@1.0.7": resolution: { integrity: sha512-lPh5iKNFVQ/jav/j6ZrWq3blfDJ0OH9R6FlNUHPMqdLuQ9vwDgFsRxvl8b7Asuy5c8xmoojHUxKHQSOAvMHxyw==, @@ -6568,27 +4421,8 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-popper": 1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@radix-ui/react-visually-hidden": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-use-callback-ref@1.0.1": resolution: { integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==, @@ -6599,12 +4433,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-use-controllable-state@1.0.1": resolution: { integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==, @@ -6615,13 +4445,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-use-escape-keydown@1.0.3": resolution: { integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==, @@ -6632,13 +4457,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-use-layout-effect@1.0.1": resolution: { integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==, @@ -6649,12 +4469,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-use-previous@1.0.1": resolution: { integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==, @@ -6665,13 +4481,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.23.2 - "@types/react": 18.2.34 - react: 18.2.0 - dev: true - /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-use-rect@1.0.1": resolution: { integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==, @@ -6682,13 +4493,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/rect": 1.0.1 - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-use-size@1.0.1(@types/react@18.2.34)(react@18.2.0): + "@radix-ui/react-use-size@1.0.1": resolution: { integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==, @@ -6699,13 +4505,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) - "@types/react": 18.2.34 - react: 18.2.0 - /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@radix-ui/react-visually-hidden@1.0.3": resolution: { integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==, @@ -6720,58 +4521,30 @@ packages: optional: true "@types/react-dom": optional: true - dependencies: - "@babel/runtime": 7.22.11 - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@types/react": 18.2.34 - "@types/react-dom": 18.2.14 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@radix-ui/rect@1.0.1: + "@radix-ui/rect@1.0.1": resolution: { integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==, } - dependencies: - "@babel/runtime": 7.22.11 - /@react-aria/breadcrumbs@3.5.8(react@18.2.0): + "@react-aria/breadcrumbs@3.5.8": resolution: { integrity: sha512-jeek23igeqXct7S3ShW2jtFUc5g3fS9ZEBZkF64FWBrwfCiaZwb8TcKkK/xFw36/q5mxEt+seNiqnNzvsICJuQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/link": 3.6.2(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/breadcrumbs": 3.7.2(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/button@3.9.0(react@18.2.0): + "@react-aria/button@3.9.0": resolution: { integrity: sha512-Jri4OCN+4YmpJDPNQvk1DJoskKD9sdTxZaWWWJdAwoSIunZk3IEBXVvRfKzsEAVtI+UJN25zC2kyjXbVPS2XAA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/toggle": 3.7.0(react@18.2.0) - "@react-types/button": 3.9.1(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/calendar@3.5.3(react-dom@18.2.0)(react@18.2.0): + "@react-aria/calendar@3.5.3": resolution: { integrity: sha512-jW48jk0TIe0HAJS+z8zqd8M86FEuqrk1qEIjMWnf8rFnA7hPPpjdjUrY9vSIeC95NcbyZbFnr1bHzQjAIzosQw==, @@ -6779,43 +4552,16 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@internationalized/date": 3.5.0 - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/live-announcer": 3.3.1 - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/calendar": 3.4.2(react@18.2.0) - "@react-types/button": 3.9.1(react@18.2.0) - "@react-types/calendar": 3.4.2(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/checkbox@3.12.0(react@18.2.0): + "@react-aria/checkbox@3.12.0": resolution: { integrity: sha512-CyFZoI+z9hhyB3wb7IBsZxE30vXfYO2vSyET16zlkJ4qiFMqMiVLE4ekq034MHltCdpAczgP5yfKgNnJOmj7vQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/form": 3.0.0(react@18.2.0) - "@react-aria/label": 3.7.3(react@18.2.0) - "@react-aria/toggle": 3.9.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/checkbox": 3.6.0(react@18.2.0) - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-stately/toggle": 3.7.0(react@18.2.0) - "@react-types/checkbox": 3.6.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/combobox@3.8.0(react-dom@18.2.0)(react@18.2.0): + "@react-aria/combobox@3.8.0": resolution: { integrity: sha512-lInzzZrH4vFlxmvDpXgQRkkREm7YIx258IRpQqll8Bny2vKMmZoF06zWMbcHP0CjFqYxExQeTjSYx0OTRRxkCQ==, @@ -6823,27 +4569,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/listbox": 3.11.2(react-dom@18.2.0)(react@18.2.0) - "@react-aria/live-announcer": 3.3.1 - "@react-aria/menu": 3.11.2(react-dom@18.2.0)(react@18.2.0) - "@react-aria/overlays": 3.19.0(react-dom@18.2.0)(react@18.2.0) - "@react-aria/selection": 3.17.2(react-dom@18.2.0)(react@18.2.0) - "@react-aria/textfield": 3.13.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/collections": 3.10.3(react@18.2.0) - "@react-stately/combobox": 3.8.0(react@18.2.0) - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-types/button": 3.9.1(react@18.2.0) - "@react-types/combobox": 3.9.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/datepicker@3.9.0(react-dom@18.2.0)(react@18.2.0): + "@react-aria/datepicker@3.9.0": resolution: { integrity: sha512-FIpiJxwBNOM8a6hLOqQJ4JrvRiGL6Zr44E1mHtAWStp2kBEJ6+O2JRm4PQ5Pzvdw6xnCpOBdfESdNdlXN7lVqQ==, @@ -6851,30 +4578,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@internationalized/date": 3.5.0 - "@internationalized/number": 3.4.0 - "@internationalized/string": 3.1.1 - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/form": 3.0.0(react@18.2.0) - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/label": 3.7.3(react@18.2.0) - "@react-aria/spinbutton": 3.6.0(react-dom@18.2.0)(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/datepicker": 3.9.0(react@18.2.0) - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-types/button": 3.9.1(react@18.2.0) - "@react-types/calendar": 3.4.2(react@18.2.0) - "@react-types/datepicker": 3.7.0(react@18.2.0) - "@react-types/dialog": 3.5.7(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/dialog@3.5.8(react-dom@18.2.0)(react@18.2.0): + "@react-aria/dialog@3.5.8": resolution: { integrity: sha512-KIc1FORdHhZ3bWom4qHO0hmlL4e5Hup6N25EY8HP5I7Ftv9EBBGaO5grtxZ2fX8kiCJNI4y+k67ZZ71wKJvMiA==, @@ -6882,115 +4587,56 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/overlays": 3.19.0(react-dom@18.2.0)(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/dialog": 3.5.7(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/focus@3.15.0(react@18.2.0): + "@react-aria/focus@3.15.0": resolution: { integrity: sha512-nnxRyfqHuAjRwdQ4BpQyZPtGFKZmRU6cnaIb3pqWFCqEyJQensV7MA3TJ4Jhadq67cy1Ji5SYSlr1duBwjoYvw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - clsx: 1.2.1 - react: 18.2.0 - dev: false - /@react-aria/form@3.0.0(react@18.2.0): + "@react-aria/form@3.0.0": resolution: { integrity: sha512-APeGph9oTO8nro4ZObuy1hk+0hpF/ji9O3odPGhLkzP/HvW2J7NI9pjKJOINfgtYr2yvVUZf/MbTMxPwtAxhaQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/i18n@3.9.0(react@18.2.0): + "@react-aria/i18n@3.9.0": resolution: { integrity: sha512-ebGP/sVG0ZtNF4RNFzs/W01tl7waYpBManh1kKWgA4roDPFt/odkgkDBzKGl+ggBb7TQRHsfUFHuqKsrsMy9TA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@internationalized/date": 3.5.0 - "@internationalized/message": 3.1.1 - "@internationalized/number": 3.4.0 - "@internationalized/string": 3.1.1 - "@react-aria/ssr": 3.9.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/interactions@3.20.0(react@18.2.0): + "@react-aria/interactions@3.20.0": resolution: { integrity: sha512-JCCEyK2Nb4mEHucrgmqhTHTNAEqhsiM07jJmmY22eikxnCQnsEfdwXyg9cgZLG79D5V7jyqVRqOp2OsG7Qx7kQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/ssr": 3.9.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/label@3.7.3(react@18.2.0): + "@react-aria/label@3.7.3": resolution: { integrity: sha512-v1zuqbpYyYaPjrBWpceGjMpwP4ne6fLoOXdoIZoKLux2jkAcyIF2kIJFiyYoPQYQJWGRNo7q1oSwamxmng4xJw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/link@3.6.2(react@18.2.0): + "@react-aria/link@3.6.2": resolution: { integrity: sha512-v9gXgQ3Gev0JOlg2MAXcubDMgX+0BlJ+hTyFYFMuN/4jVBlAe426WKbjg+6MMzxwukWg9C3Q08JzqdFTi4cBng==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/link": 3.5.2(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/listbox@3.11.2(react-dom@18.2.0)(react@18.2.0): + "@react-aria/listbox@3.11.2": resolution: { integrity: sha512-FXdoqYLUTJn16OxodyS518PIcwzFkCfW5bxQepoy88NDMGtqp6u8fvEPpAoZbomvw/pV9MuEaMAw9qLyfkD4DA==, @@ -6998,30 +4644,14 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/label": 3.7.3(react@18.2.0) - "@react-aria/selection": 3.17.2(react-dom@18.2.0)(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/collections": 3.10.3(react@18.2.0) - "@react-stately/list": 3.10.1(react@18.2.0) - "@react-types/listbox": 3.4.6(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/live-announcer@3.3.1: + "@react-aria/live-announcer@3.3.1": resolution: { integrity: sha512-hsc77U7S16trM86d+peqJCOCQ7/smO1cybgdpOuzXyiwcHQw8RQ4GrXrS37P4Ux/44E9nMZkOwATQRT2aK8+Ew==, } - dependencies: - "@swc/helpers": 0.5.3 - dev: false - /@react-aria/menu@3.11.2(react-dom@18.2.0)(react@18.2.0): + "@react-aria/menu@3.11.2": resolution: { integrity: sha512-I4R5FOvRtwIQW+0naXav5giZBp935X2tXB2xBg/cSAYDXgfLmFPLHkyPbO77hR6FwazfFfJoKdn0pVcRox3lrQ==, @@ -7029,25 +4659,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/overlays": 3.19.0(react-dom@18.2.0)(react@18.2.0) - "@react-aria/selection": 3.17.2(react-dom@18.2.0)(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/collections": 3.10.3(react@18.2.0) - "@react-stately/menu": 3.5.7(react@18.2.0) - "@react-stately/tree": 3.7.4(react@18.2.0) - "@react-types/button": 3.9.1(react@18.2.0) - "@react-types/menu": 3.9.6(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/overlays@3.19.0(react-dom@18.2.0)(react@18.2.0): + "@react-aria/overlays@3.19.0": resolution: { integrity: sha512-VN5GkB8+uZ2cfXljBtkqmrsAhBdGoj4un/agH0Qyihi2dazsMeafczSNnqzbpVgB4Zt2UHPJUkKwihgzXRxJJA==, @@ -7055,61 +4668,24 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/ssr": 3.9.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-aria/visually-hidden": 3.8.7(react@18.2.0) - "@react-stately/overlays": 3.6.4(react@18.2.0) - "@react-types/button": 3.9.1(react@18.2.0) - "@react-types/overlays": 3.8.4(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/progress@3.4.8(react@18.2.0): + "@react-aria/progress@3.4.8": resolution: { integrity: sha512-Nah3aj5BNRa0+urQZimzb0vuKQK7lsc8BrUwJuHTwGRBSWUjCADExrJYdhDIR/nLUV2TCmAQl+GJtTgbEEj0DQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/label": 3.7.3(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/progress": 3.5.1(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/radio@3.9.0(react@18.2.0): + "@react-aria/radio@3.9.0": resolution: { integrity: sha512-kr3+OQ1YU/3mURZfCsYaQmJ/c15qOm8uScaDRC39qz97bLNASakQqMImIaS+GluPKx1PEW3y2ErAgLplH28zZw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/form": 3.0.0(react@18.2.0) - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/label": 3.7.3(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/radio": 3.10.0(react@18.2.0) - "@react-types/radio": 3.6.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/selection@3.17.2(react-dom@18.2.0)(react@18.2.0): + "@react-aria/selection@3.17.2": resolution: { integrity: sha512-AXXY3eOIWnITabMn6c0bpLPXkSX7040LOZU+7pQgtZJwDdZorLuKw4i7WS5i71LcV71ywG4mtqc9mOb/GfhUbg==, @@ -7117,19 +4693,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/selection": 3.14.1(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/spinbutton@3.6.0(react-dom@18.2.0)(react@18.2.0): + "@react-aria/spinbutton@3.6.0": resolution: { integrity: sha512-I7f1gfwVRcjguEXZijk0z5g8njZ2YWnQzVzcwGf8ocLPxfw1CnSivNCzwVj2ChXPX10uXewXVMLWVCz+BRC9uQ==, @@ -7137,18 +4702,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/i18n": 3.9.0(react@18.2.0) - "@react-aria/live-announcer": 3.3.1 - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/button": 3.9.1(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-aria/ssr@3.9.0(react@18.2.0): + "@react-aria/ssr@3.9.0": resolution: { integrity: sha512-Bz6BqP6ZorCme9tSWHZVmmY+s7AU8l6Vl2NUYmBzezD//fVHHfFo4lFBn5tBuAaJEm3AuCLaJQ6H2qhxNSb7zg==, @@ -7156,116 +4711,66 @@ packages: engines: { node: ">= 12" } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/switch@3.5.7(react@18.2.0): + "@react-aria/switch@3.5.7": resolution: { integrity: sha512-zBEsB071zzhQ82RwAA42pFLXHgrpya0OoRAsTO6jHZwiaYMsyqJI2eiXd7F6rqklpgyO6k7jOQklGUuoSJW4pA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/toggle": 3.9.0(react@18.2.0) - "@react-stately/toggle": 3.7.0(react@18.2.0) - "@react-types/switch": 3.5.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/textfield@3.13.0(react@18.2.0): + "@react-aria/textfield@3.13.0": resolution: { integrity: sha512-sUlinDE+k/WhbskyqVOkuffuhiQpjgvp+iGRoralStVgb8Tcb+POxgAlw5jS4tNjdivCb3IjVJemUNJM7xsxxA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/form": 3.0.0(react@18.2.0) - "@react-aria/label": 3.7.3(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@react-types/textfield": 3.9.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/toggle@3.9.0(react@18.2.0): + "@react-aria/toggle@3.9.0": resolution: { integrity: sha512-2YMWYQUEmcoAXtrAE86QXBS9XlmJyV6IFRlMTBNaeLTdH3AmACExgsyU66Tt0sKl6LMDMI376ItMFqAz27BBdQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/focus": 3.15.0(react@18.2.0) - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-stately/toggle": 3.7.0(react@18.2.0) - "@react-types/checkbox": 3.6.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-aria/utils@3.22.0(react@18.2.0): + "@react-aria/utils@3.22.0": resolution: { integrity: sha512-Qi/m65GFFljXA/ayj1m5g3KZdgbZY3jacSSqD5vNUOEGiKsn4OQcsw8RfC2c0SgtLV1hLzsfvFI1OiryPlGCcw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/ssr": 3.9.0(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - clsx: 1.2.1 - react: 18.2.0 - dev: false - /@react-aria/visually-hidden@3.8.7(react@18.2.0): + "@react-aria/visually-hidden@3.8.7": resolution: { integrity: sha512-OuIGMVQIt7GC43h4x35BgkZid8lhoPu7Xz4TQRP8nvOJWb1lH7ehrRRuGdUsK3y90nwpxTdNdg4DILblg+VaLw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-aria/interactions": 3.20.0(react@18.2.0) - "@react-aria/utils": 3.22.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-dnd/asap@5.0.2: + "@react-dnd/asap@5.0.2": resolution: { integrity: sha512-WLyfoHvxhs0V9U+GTsGilGgf2QsPl6ZZ44fnv0/b8T3nQyvzxidxsg/ZltbWssbsRDlYW8UKSQMTGotuTotZ6A==, } - dev: false - /@react-dnd/invariant@4.0.2: + "@react-dnd/invariant@4.0.2": resolution: { integrity: sha512-xKCTqAK/FFauOM9Ta2pswIyT3D8AQlfrYdOi/toTPEhqCuAs1v5tcJ3Y08Izh1cJ5Jchwy9SeAXmMg6zrKs2iw==, } - dev: false - /@react-dnd/shallowequal@4.0.2: + "@react-dnd/shallowequal@4.0.2": resolution: { integrity: sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA==, } - dev: false - /@react-leaflet/core@2.1.0(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0): + "@react-leaflet/core@2.1.0": resolution: { integrity: sha512-Qk7Pfu8BSarKGqILj4x7bCSZ1pjuAPZ+qmRwH5S7mDS91VSbVVsJSrW4qA+GPrro8t69gFYVMWb1Zc4yFmPiVg==, @@ -7274,468 +4779,272 @@ packages: leaflet: ^1.9.0 react: ^18.0.0 react-dom: ^18.0.0 - dependencies: - leaflet: 1.9.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@react-stately/calendar@3.4.2(react@18.2.0): + "@react-stately/calendar@3.4.2": resolution: { integrity: sha512-RfH40rVa2EhUnQgqH3HTZL+YhL+6tZ8T9GbN1K3AbIM5BBEtkb3P8qGhcaI7WpwNy1rlRFFFXGcqFAMUncDg2Q==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@internationalized/date": 3.5.0 - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/calendar": 3.4.2(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/checkbox@3.6.0(react@18.2.0): + "@react-stately/checkbox@3.6.0": resolution: { integrity: sha512-e1ChMwGovcOEDcdizqXDT6eDZixIMiPQOzNV5wPQ91SlGaIry9b0lQnK18tHg3yv2iiS6Ipj96cGBUKLJqQ+cQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/checkbox": 3.6.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/collections@3.10.3(react@18.2.0): + "@react-stately/collections@3.10.3": resolution: { integrity: sha512-fA28HIApAIz9sNGeOVXZJPgV5Kig6M72KI1t9sUbnRUr9Xq9OMJTR6ElDMXNe0iTeZffRFDOPYyqnX9zkxof6Q==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/combobox@3.8.0(react@18.2.0): + "@react-stately/combobox@3.8.0": resolution: { integrity: sha512-F74Avf7+8ruRqEB+3Lh6/C5jXc3ESJbRf9ovUxhmNAzBGeFKesPn5HpEpo87C+3OukGb+/Buvi3Rhib9+HVBKA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/collections": 3.10.3(react@18.2.0) - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-stately/list": 3.10.1(react@18.2.0) - "@react-stately/menu": 3.5.7(react@18.2.0) - "@react-stately/select": 3.6.0(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/combobox": 3.9.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/data@3.11.0(react@18.2.0): + "@react-stately/data@3.11.0": resolution: { integrity: sha512-0BlPT58WrAtUvpiEfUuyvIsGFTzp/9vA5y+pk53kGJhOdc5tqBGHi9cg40pYE/i1vdHJGMpyHGRD9nkQb8wN3Q==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/datepicker@3.9.0(react@18.2.0): + "@react-stately/datepicker@3.9.0": resolution: { integrity: sha512-p6BuxPbDxjIgBZmskdv2dR6XIdPEftCjS7kYe/+iLZxfz1vYiDqpJVb3ascLyBjl84bDDyr4z2vWcKhdDwyhEA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@internationalized/date": 3.5.0 - "@internationalized/string": 3.1.1 - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-stately/overlays": 3.6.4(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/datepicker": 3.7.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/form@3.0.0(react@18.2.0): + "@react-stately/form@3.0.0": resolution: { integrity: sha512-C8wkfFmtx1escizibhdka5JvTy9/Vp173CS9cakjvWTmnjYYC1nOlzwp7BsYWTgerCFbRY/BU/Cf/bJDxPiUKQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/list@3.10.1(react@18.2.0): + "@react-stately/list@3.10.1": resolution: { integrity: sha512-iVarLMd7FmMT0H20dRWsFOHHX5+c4gK51AXP2BSr1VtDSfbL4dgaGgu7IaAMVc/rO0au1e1tPM2hutiIFvPcnA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/collections": 3.10.3(react@18.2.0) - "@react-stately/selection": 3.14.1(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/menu@3.5.7(react@18.2.0): + "@react-stately/menu@3.5.7": resolution: { integrity: sha512-bzTmAqzcMNatvyruWlvOdZSmMhz3+mkdxtqaZzYHq+DpR6ka57lIRj8dBnZWQGwV3RypMZfz+X6aIX4kruGVbw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/overlays": 3.6.4(react@18.2.0) - "@react-types/menu": 3.9.6(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/overlays@3.6.4(react@18.2.0): + "@react-stately/overlays@3.6.4": resolution: { integrity: sha512-tHEaoAGpE9dSnsskqLPVKum59yGteoSqsniTopodM+miQozbpPlSjdiQnzGLroy5Afx5OZYClE616muNHUILXA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/overlays": 3.8.4(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/radio@3.10.0(react@18.2.0): + "@react-stately/radio@3.10.0": resolution: { integrity: sha512-d8IgZtUq/4vhE7YhyBVg1QdVoFS0caIcvPumXqtp/5vlDgpUsVy9jSeWtbk0H4FyUcmJlQhRcTylKB9THXY1YQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/radio": 3.6.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/select@3.6.0(react@18.2.0): + "@react-stately/select@3.6.0": resolution: { integrity: sha512-GvSE4DXmcvdRNUc+ciPU7gedt7LfRO8FFFIzhB/bCQhUlK6/xihUPrGXayzqxLeTQKttMH323LuYFKfwpJRhsA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/form": 3.0.0(react@18.2.0) - "@react-stately/list": 3.10.1(react@18.2.0) - "@react-stately/menu": 3.5.7(react@18.2.0) - "@react-types/select": 3.9.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/selection@3.14.1(react@18.2.0): + "@react-stately/selection@3.14.1": resolution: { integrity: sha512-96/CerrB6yH4Ad9FkzBzyVerSPjcIj1NBTWTFHo1N+oHECvyGsDxZl7Y4LQR++teFK66FhX5KjCJQGae4IZd6A==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/collections": 3.10.3(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/toggle@3.7.0(react@18.2.0): + "@react-stately/toggle@3.7.0": resolution: { integrity: sha512-TRksHkCJk/Xogq4181g3CYgJf+EfsJCqX5UZDSw1Z1Kgpvonjmdf6FAfQfCh9QR2OuXUL6hOLUDVLte5OPI+5g==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/checkbox": 3.6.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/tree@3.7.4(react@18.2.0): + "@react-stately/tree@3.7.4": resolution: { integrity: sha512-0yvVODBS8WnSivLFX5ccEjCl2NA/8lbEt1E48wVcY1xcXgISNpw5MSGK5jC6YrtJPIqVolQIkNSbMreXGBktIg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-stately/collections": 3.10.3(react@18.2.0) - "@react-stately/selection": 3.14.1(react@18.2.0) - "@react-stately/utils": 3.9.0(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-stately/utils@3.9.0(react@18.2.0): + "@react-stately/utils@3.9.0": resolution: { integrity: sha512-yPKFY1F88HxuZ15BG2qwAYxtpE4HnIU0Ofi4CuBE0xC6I8mwo4OQjDzi+DZjxQngM9D6AeTTD6F1V8gkozA0Gw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@swc/helpers": 0.5.3 - react: 18.2.0 - dev: false - /@react-types/breadcrumbs@3.7.2(react@18.2.0): + "@react-types/breadcrumbs@3.7.2": resolution: { integrity: sha512-esl6RucDW2CNMsApJxNYfMtDaUcfLlwKMPH/loYsOBbKxGl2HsgVLMcdpjEkTRs2HCTNCbBXWpeU8AY77t+bsw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/link": 3.5.2(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/button@3.9.1(react@18.2.0): + "@react-types/button@3.9.1": resolution: { integrity: sha512-bf9iTar3PtqnyV9rA+wyFyrskZKhwmOuOd/ifYIjPs56YNVXWH5Wfqj6Dx3xdFBgtKx8mEVQxVhoX+WkHX+rtw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/calendar@3.4.2(react@18.2.0): + "@react-types/calendar@3.4.2": resolution: { integrity: sha512-tCZ21un/8OAhpNtmSXDkOVvS5Pzp+y/JwNr6VGFi8HBC5F/c8SzuwV0jKN8ymsZSWbDQ68xXGNWxFaG43Bw8Pg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@internationalized/date": 3.5.0 - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/checkbox@3.6.0(react@18.2.0): + "@react-types/checkbox@3.6.0": resolution: { integrity: sha512-vgbuJzQpVCNT5AZWV0OozXCnihqrXxoZKfJFIw0xro47pT2sn3t5UC4RA9wfjDGMoK4frw1K/4HQLsQIOsPBkw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/combobox@3.9.0(react@18.2.0): + "@react-types/combobox@3.9.0": resolution: { integrity: sha512-VAQWM2jrIWROgcTKxj4k37WWpK/1zRjj1HfGeuenAQyOQwImqDwCHx5YxQR1GiUEFne4v1yXe2khT0T5Kt2vDg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/datepicker@3.7.0(react@18.2.0): + "@react-types/datepicker@3.7.0": resolution: { integrity: sha512-Uh+p6pZpMFc5ZBOns5TXCBbUvJp1KVROLBn2gk5dMEFVq78Qs1VFuAt4lwr9gQBOJrX5I/l65pRTwwWwAKxYtQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@internationalized/date": 3.5.0 - "@react-types/calendar": 3.4.2(react@18.2.0) - "@react-types/overlays": 3.8.4(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/dialog@3.5.7(react@18.2.0): + "@react-types/dialog@3.5.7": resolution: { integrity: sha512-geYoqAyQaTLG43AaXdMUVqZXYgkSifrD9cF7lR2kPAT0uGFv0YREi6ieU+aui8XJ83EW0xcxP+EPWd2YkN4D4w==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/overlays": 3.8.4(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/link@3.5.2(react@18.2.0): + "@react-types/link@3.5.2": resolution: { integrity: sha512-/s51/WejmpLiyxOgP89s4txgxYoGaPe8pVDItVo1h4+BhU1Puyvgv/Jx8t9dPvo6LUXbraaN+SgKk/QDxaiirw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/listbox@3.4.6(react@18.2.0): + "@react-types/listbox@3.4.6": resolution: { integrity: sha512-XOQvrTqNh5WIPDvKiWiep8T07RAsMfjAXTjDbnjxVlKACUXkcwpts9kFaLnJ9LJRFt6DwItfP+WMkzvmx63/NQ==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/menu@3.9.6(react@18.2.0): + "@react-types/menu@3.9.6": resolution: { integrity: sha512-w/RbFInOf4nNayQDv5c2L8IMJbcFOkBhsT3xvvpTy+CHvJcQdjggwaV1sRiw7eF/PwB81k2CwigmidUzHJhKDg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/overlays": 3.8.4(react@18.2.0) - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/overlays@3.8.4(react@18.2.0): + "@react-types/overlays@3.8.4": resolution: { integrity: sha512-pfgNlQnbF6RB/R2oSxyqAP3Uzz0xE/k5q4n5gUeCDNLjY5qxFHGE8xniZZ503nZYw6VBa9XMN1efDOKQyeiO0w==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/progress@3.5.1(react@18.2.0): + "@react-types/progress@3.5.1": resolution: { integrity: sha512-CqsUjczUK/SfuFzDcajBBaXRTW0D3G9S/yqLDj9e8E0ii+lGDLt1PHj24t1J7E88U2rVYqmM9VL4NHTt8o3IYA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/radio@3.6.0(react@18.2.0): + "@react-types/radio@3.6.0": resolution: { integrity: sha512-VOZzegxxZS55gHRVyWu278Q4y/rEQGiAVQCUqi25GmpbMe4MlHrzg16c76RiZMUK9PPoyv+XNUgAaPmxebkn7g==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/select@3.9.0(react@18.2.0): + "@react-types/select@3.9.0": resolution: { integrity: sha512-0nalGmcoma4jreICLSJae/uKAuMiVyWgqWjGrGiUGGcdDchH4limKVEqNDaBwLvxVT6NB5LLsaipCTCAEEl4Rg==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/shared@3.22.0(react@18.2.0): + "@react-types/shared@3.22.0": resolution: { integrity: sha512-yVOekZWbtSmmiThGEIARbBpnmUIuePFlLyctjvCbgJgGhz8JnEJOipLQ/a4anaWfzAgzSceQP8j/K+VOOePleA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - react: 18.2.0 - dev: false - /@react-types/switch@3.5.0(react@18.2.0): + "@react-types/switch@3.5.0": resolution: { integrity: sha512-/wNmUGjk69bP6t5k2QkAdrNN5Eb9Rz4dOyp0pCPmoeE+5haW6sV5NmtkvWX1NSc4DQz1xL/a5b+A0vxPCP22Jw==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@react-types/textfield@3.9.0(react@18.2.0): + "@react-types/textfield@3.9.0": resolution: { integrity: sha512-D/DiwzsfkwlAg3uv8hoIfwju+zhB/hWDEdTvxQbPkntDr0kmN/QfI17NMSzbOBCInC4ABX87ViXLGxr940ykGA==, } peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 - dependencies: - "@react-types/shared": 3.22.0(react@18.2.0) - react: 18.2.0 - dev: false - /@rollup/plugin-commonjs@24.0.0(rollup@2.78.0): + "@rollup/plugin-commonjs@24.0.0": resolution: { integrity: sha512-0w0wyykzdyRRPHOb0cQt14mIBLujfAv6GgP6g8nvg/iBxEm112t3YPPq+Buqe2+imvElTka+bjNlJ/gB56TD8g==, @@ -7746,17 +5055,8 @@ packages: peerDependenciesMeta: rollup: optional: true - dependencies: - "@rollup/pluginutils": 5.0.3(rollup@2.78.0) - commondir: 1.0.1 - estree-walker: 2.0.2 - glob: 8.1.0 - is-reference: 1.2.1 - magic-string: 0.27.0 - rollup: 2.78.0 - dev: false - /@rollup/pluginutils@5.0.3(rollup@2.78.0): + "@rollup/pluginutils@5.0.3": resolution: { integrity: sha512-hfllNN4a80rwNQ9QCxhxuHCGHMAvabXqxNdaChUSSadMre7t4iEUI6fFAhBOn/eIYTgYVhBv7vCLsAJ4u3lf3g==, @@ -7767,285 +5067,188 @@ packages: peerDependenciesMeta: rollup: optional: true - dependencies: - "@types/estree": 1.0.1 - estree-walker: 2.0.2 - picomatch: 2.3.1 - rollup: 2.78.0 - /@rollup/rollup-android-arm-eabi@4.5.0: + "@rollup/rollup-android-arm-eabi@4.5.0": resolution: { integrity: sha512-OINaBGY+Wc++U0rdr7BLuFClxcoWaVW3vQYqmQq6B3bqQ/2olkaoz+K8+af/Mmka/C2yN5j+L9scBkv4BtKsDA==, } cpu: [arm] os: [android] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-android-arm64@4.5.0: + "@rollup/rollup-android-arm64@4.5.0": resolution: { integrity: sha512-UdMf1pOQc4ZmUA/NTmKhgJTBimbSKnhPS2zJqucqFyBRFPnPDtwA8MzrGNTjDeQbIAWfpJVAlxejw+/lQyBK/w==, } cpu: [arm64] os: [android] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-darwin-arm64@4.5.0: + "@rollup/rollup-darwin-arm64@4.5.0": resolution: { integrity: sha512-L0/CA5p/idVKI+c9PcAPGorH6CwXn6+J0Ys7Gg1axCbTPgI8MeMlhA6fLM9fK+ssFhqogMHFC8HDvZuetOii7w==, } cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-darwin-x64@4.5.0: + "@rollup/rollup-darwin-x64@4.5.0": resolution: { integrity: sha512-QZCbVqU26mNlLn8zi/XDDquNmvcr4ON5FYAHQQsyhrHx8q+sQi/6xduoznYXwk/KmKIXG5dLfR0CvY+NAWpFYQ==, } cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.5.0: + "@rollup/rollup-linux-arm-gnueabihf@4.5.0": resolution: { integrity: sha512-VpSQ+xm93AeV33QbYslgf44wc5eJGYfYitlQzAi3OObu9iwrGXEnmu5S3ilkqE3Pr/FkgOiJKV/2p0ewf4Hrtg==, } cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-arm64-gnu@4.5.0: + "@rollup/rollup-linux-arm64-gnu@4.5.0": resolution: { integrity: sha512-OrEyIfpxSsMal44JpEVx9AEcGpdBQG1ZuWISAanaQTSMeStBW+oHWwOkoqR54bw3x8heP8gBOyoJiGg+fLY8qQ==, } cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-arm64-musl@4.5.0: + "@rollup/rollup-linux-arm64-musl@4.5.0": resolution: { integrity: sha512-1H7wBbQuE6igQdxMSTjtFfD+DGAudcYWhp106z/9zBA8OQhsJRnemO4XGavdzHpGhRtRxbgmUGdO3YQgrWf2RA==, } cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-x64-gnu@4.5.0: + "@rollup/rollup-linux-x64-gnu@4.5.0": resolution: { integrity: sha512-FVyFI13tXw5aE65sZdBpNjPVIi4Q5mARnL/39UIkxvSgRAIqCo5sCpCELk0JtXHGee2owZz5aNLbWNfBHzr71Q==, } cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-linux-x64-musl@4.5.0: + "@rollup/rollup-linux-x64-musl@4.5.0": resolution: { integrity: sha512-eBPYl2sLpH/o8qbSz6vPwWlDyThnQjJfcDOGFbNjmjb44XKC1F5dQfakOsADRVrXCNzM6ZsSIPDG5dc6HHLNFg==, } cpu: [x64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-win32-arm64-msvc@4.5.0: + "@rollup/rollup-win32-arm64-msvc@4.5.0": resolution: { integrity: sha512-xaOHIfLOZypoQ5U2I6rEaugS4IYtTgP030xzvrBf5js7p9WI9wik07iHmsKaej8Z83ZDxN5GyypfoyKV5O5TJA==, } cpu: [arm64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-win32-ia32-msvc@4.5.0: + "@rollup/rollup-win32-ia32-msvc@4.5.0": resolution: { integrity: sha512-Al6quztQUrHwcOoU2TuFblUQ5L+/AmPBXFR6dUvyo4nRj2yQRK0WIUaGMF/uwKulvRcXkpHe3k9A8Vf93VDktA==, } cpu: [ia32] os: [win32] - requiresBuild: true - dev: true - optional: true - /@rollup/rollup-win32-x64-msvc@4.5.0: + "@rollup/rollup-win32-x64-msvc@4.5.0": resolution: { integrity: sha512-8kdW+brNhI/NzJ4fxDufuJUjepzINqJKLGHuxyAtpPG9bMbn8P5mtaCcbOm0EzLJ+atg+kF9dwg8jpclkVqx5w==, } cpu: [x64] os: [win32] - requiresBuild: true - dev: true - optional: true - /@rushstack/eslint-patch@1.3.3: + "@rushstack/eslint-patch@1.3.3": resolution: { integrity: sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==, } - /@sapphire/async-queue@1.5.0: + "@sapphire/async-queue@1.5.0": resolution: { integrity: sha512-JkLdIsP8fPAdh9ZZjrbHWR/+mZj0wvKS5ICibcLrRI1j84UmLMshx5n9QmL8b95d4onJ2xxiyugTgSAX7AalmA==, } engines: { node: ">=v14.0.0", npm: ">=7.0.0" } - dev: false - /@sapphire/snowflake@3.5.1: + "@sapphire/snowflake@3.5.1": resolution: { integrity: sha512-BxcYGzgEsdlG0dKAyOm0ehLGm2CafIrfQTZGWgkfKYbj+pNNsorZ7EotuZukc2MT70E0UbppVbtpBrqpzVzjNA==, } engines: { node: ">=v14.0.0", npm: ">=7.0.0" } - dev: false - /@sentry-internal/tracing@7.72.0: + "@sentry-internal/tracing@7.72.0": resolution: { integrity: sha512-DToryaRSHk9R5RLgN4ktYEXZjQdqncOAWPqyyIurji8lIobXFRfmLtGL1wjoCK6sQNgWsjhSM9kXxwGnva1DNw==, } engines: { node: ">=8" } - dependencies: - "@sentry/core": 7.72.0 - "@sentry/types": 7.72.0 - "@sentry/utils": 7.72.0 - tslib: 2.6.2 - dev: false - /@sentry-internal/tracing@7.81.0: + "@sentry-internal/tracing@7.81.0": resolution: { integrity: sha512-mc3tdOEvAE6kaCvT3BpMwCgfTT2yfXjWpC7g+3N8U/yuQEmQSCDZA/ut7EkzU0DyhG3t8HzT0c+CAG3HtilEAQ==, } engines: { node: ">=8" } - dependencies: - "@sentry/core": 7.81.0 - "@sentry/types": 7.81.0 - "@sentry/utils": 7.81.0 - dev: false - /@sentry-internal/tracing@7.81.1: + "@sentry-internal/tracing@7.81.1": resolution: { integrity: sha512-E5xm27xrLXL10knH2EWDQsQYh5nb4SxxZzJ3sJwDGG9XGKzBdlp20UUhKqx00wixooVX9uCj3e4Jg8SvNB1hKg==, } engines: { node: ">=8" } - dependencies: - "@sentry/core": 7.81.1 - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - dev: false - /@sentry/browser@7.81.1: + "@sentry/browser@7.81.1": resolution: { integrity: sha512-DNtS7bZEnFPKVoGazKs5wHoWC0FwsOFOOMNeDvEfouUqKKbjO7+RDHbr7H6Bo83zX4qmZWRBf8V+3n3YPIiJFw==, } engines: { node: ">=8" } - dependencies: - "@sentry-internal/tracing": 7.81.1 - "@sentry/core": 7.81.1 - "@sentry/replay": 7.81.1 - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - dev: false - /@sentry/cli@1.77.1: + "@sentry/cli@1.77.1": resolution: { integrity: sha512-OtJ7U9LeuPUAY/xow9wwcjM9w42IJIpDtClTKI/RliE685vd/OJUIpiAvebHNthDYpQynvwb/0iuF4fonh+CKw==, } engines: { node: ">= 8" } hasBin: true - requiresBuild: true - dependencies: - https-proxy-agent: 5.0.1 - mkdirp: 0.5.6 - node-fetch: 2.7.0 - progress: 2.0.3 - proxy-from-env: 1.1.0 - which: 2.0.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@sentry/core@7.72.0: + "@sentry/core@7.72.0": resolution: { integrity: sha512-G03JdQ5ZsFNRjcNNi+QvCjqOuBvYqU92Gs1T2iK3GE8dSBTu2khThydMpG4xrKZQLIpHOyiIhlFZiuPtZ66W8w==, } engines: { node: ">=8" } - dependencies: - "@sentry/types": 7.72.0 - "@sentry/utils": 7.72.0 - tslib: 2.6.2 - dev: false - /@sentry/core@7.81.0: + "@sentry/core@7.81.0": resolution: { integrity: sha512-FCAKlqo9Z6fku69bkahw1AN+eBfAgRgOL1RpBLZgyG7YBW12vtSkHb5SDvZZTkm541Fo3hhepUTLtX0qmpA4yw==, } engines: { node: ">=8" } - dependencies: - "@sentry/types": 7.81.0 - "@sentry/utils": 7.81.0 - dev: false - /@sentry/core@7.81.1: + "@sentry/core@7.81.1": resolution: { integrity: sha512-tU37yAmckOGCw/moWKSwekSCWWJP15O6luIq+u7wal22hE88F3Vc5Avo8SeF3upnPR+4ejaOFH+BJTr6bgrs6Q==, } engines: { node: ">=8" } - dependencies: - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - dev: false - /@sentry/integrations@7.81.1: + "@sentry/integrations@7.81.1": resolution: { integrity: sha512-DN5ONn0/LX5HHVPf1EBGHFssIZaZmLgkqUIeMqCNYBpB4DiOrJANnGwTcWKDPphqhdPxjnPv9AGRLaU0PdvvZQ==, } engines: { node: ">=8" } - dependencies: - "@sentry/core": 7.81.1 - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - localforage: 1.10.0 - dev: false - /@sentry/nextjs@7.81.1(next@14.0.3)(react@18.2.0): + "@sentry/nextjs@7.81.1": resolution: { integrity: sha512-Wx0QiZHttf+WJkao4UQ5szOWJVu/pmPdKZKE4FWsJuG+mUu6FviOXgh0T0Iq+NnJrgqzKzGLMN6rIWPzN9PLkg==, @@ -8058,79 +5261,29 @@ packages: peerDependenciesMeta: webpack: optional: true - dependencies: - "@rollup/plugin-commonjs": 24.0.0(rollup@2.78.0) - "@sentry/core": 7.81.1 - "@sentry/integrations": 7.81.1 - "@sentry/node": 7.81.1 - "@sentry/react": 7.81.1(react@18.2.0) - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - "@sentry/vercel-edge": 7.81.1 - "@sentry/webpack-plugin": 1.21.0 - chalk: 3.0.0 - next: 14.0.3(react-dom@18.2.0)(react@18.2.0)(sass@1.69.5) - react: 18.2.0 - resolve: 1.22.8 - rollup: 2.78.0 - stacktrace-parser: 0.1.10 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@sentry/node@7.72.0: + "@sentry/node@7.72.0": resolution: { integrity: sha512-R5kNCIdaDa92EN6oCLiGJehw5wxayOM53WF60Ap6EJHZb5U8dM2BnODmQ6SCRLNB677p+620oSV6CCU286IleQ==, } engines: { node: ">=8" } - dependencies: - "@sentry-internal/tracing": 7.72.0 - "@sentry/core": 7.72.0 - "@sentry/types": 7.72.0 - "@sentry/utils": 7.72.0 - cookie: 0.5.0 - https-proxy-agent: 5.0.1 - lru_map: 0.3.3 - tslib: 2.6.2 - transitivePeerDependencies: - - supports-color - dev: false - /@sentry/node@7.81.0: + "@sentry/node@7.81.0": resolution: { integrity: sha512-hFfDxKGB+JhkhpZtM1ntyZDZoMlS8rMsynCSQcqJS39iYcCgdvgy9zOb34mXrX9kXOJNhWWmoloBZGA+KKFTdg==, } engines: { node: ">=8" } - dependencies: - "@sentry-internal/tracing": 7.81.0 - "@sentry/core": 7.81.0 - "@sentry/types": 7.81.0 - "@sentry/utils": 7.81.0 - https-proxy-agent: 5.0.1 - transitivePeerDependencies: - - supports-color - dev: false - /@sentry/node@7.81.1: + "@sentry/node@7.81.1": resolution: { integrity: sha512-bKS3Mb95bar8AUEZSLKQ/RTSfFXo5sCSPNiBr5dDFuVljDFdkLq6NE3svG5bisrbENqfi0bqWsB4GZ7NHRTPbA==, } engines: { node: ">=8" } - dependencies: - "@sentry-internal/tracing": 7.81.1 - "@sentry/core": 7.81.1 - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - https-proxy-agent: 5.0.1 - transitivePeerDependencies: - - supports-color - dev: false - /@sentry/react@7.81.1(react@18.2.0): + "@sentry/react@7.81.1": resolution: { integrity: sha512-kk0plP/mf8KgVLOiImIpp1liYysmh3Un8uXcVAToomSuHZPGanelFAdP0XhY+0HlWU9KIfxTjhMte1iSwQ8pYw==, @@ -8138,306 +5291,203 @@ packages: engines: { node: ">=8" } peerDependencies: react: 15.x || 16.x || 17.x || 18.x - dependencies: - "@sentry/browser": 7.81.1 - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - dev: false - /@sentry/replay@7.81.1: + "@sentry/replay@7.81.1": resolution: { integrity: sha512-4ueT0C4bYjngN/9p0fEYH10dTMLovHyk9HxJ6zSTgePvGVexhg+cSEHXisoBDwHeRZVnbIvsVM0NA7rmEDXJJw==, } engines: { node: ">=12" } - dependencies: - "@sentry-internal/tracing": 7.81.1 - "@sentry/core": 7.81.1 - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - dev: false - /@sentry/tracing@7.81.1: + "@sentry/tracing@7.81.1": resolution: { integrity: sha512-of9WMu0XgEBl9onTEk8SMaxj4BUadaUvHH96T1OpRMjdyuCM/3u2mjCkh3ekINr3Fu/uT2kJ/kO3goUxfcdXIQ==, } engines: { node: ">=8" } - dependencies: - "@sentry-internal/tracing": 7.81.1 - dev: false - /@sentry/types@7.72.0: + "@sentry/types@7.72.0": resolution: { integrity: sha512-g6u0mk62yGshx02rfFADIfyR/S9VXcf3RG2qQPuvykrWtOfN/BOTrZypF7I+MiqKwRW76r3Pcu2C/AB+6z9XQA==, } engines: { node: ">=8" } - dev: false - /@sentry/types@7.81.0: + "@sentry/types@7.81.0": resolution: { integrity: sha512-rbYNYSSrrnwNndC7S+eVT84GRLEyCZNh9oXUQqzgSD6ngXCZ0xFJW6si75uv/XQBWIw4rkj9xfRcy8DU0Tj4fg==, } engines: { node: ">=8" } - dev: false - /@sentry/types@7.81.1: + "@sentry/types@7.81.1": resolution: { integrity: sha512-dvJvGyctiaPMIQqa46k56Re5IODWMDxiHJ1UjBs/WYDLrmWFPGrEbyJ8w8CYLhYA+7qqrCyIZmHbWSTRIxstHw==, } engines: { node: ">=8" } - dev: false - /@sentry/utils@7.72.0: + "@sentry/utils@7.72.0": resolution: { integrity: sha512-o/MtqI7WJXuswidH0bSgBP40KN2lrnyQEIx5uoyJUJi/QEaboIsqbxU62vaFJpde8SYrbA+rTnP3J3ujF2gUag==, } engines: { node: ">=8" } - dependencies: - "@sentry/types": 7.72.0 - tslib: 2.6.2 - dev: false - /@sentry/utils@7.81.0: + "@sentry/utils@7.81.0": resolution: { integrity: sha512-yC9IvfeVbG4dygi4b+iUUMHp9xeHJfCn6XLbqjJVfq3xjAzBGHgfrpw6fYPNyTljXKb6CTiSXSqaNaQJE4CkPA==, } engines: { node: ">=8" } - dependencies: - "@sentry/types": 7.81.0 - dev: false - /@sentry/utils@7.81.1: + "@sentry/utils@7.81.1": resolution: { integrity: sha512-gq+MDXIirHKxNZ+c9/lVvCXd6y2zaZANujwlFggRH2u9SRiPaIXVilLpvMm4uJqmqBMEcY81ArujExtHvkbCqg==, } engines: { node: ">=8" } - dependencies: - "@sentry/types": 7.81.1 - dev: false - /@sentry/vercel-edge@7.81.1: + "@sentry/vercel-edge@7.81.1": resolution: { integrity: sha512-fO5yV+2rz+024XKvhBSGhUdi502j3S1Vds+fIUJVgpgehpxsx4CQQUA1nQDaqDWEtPCB6LcBupD3XvkhBTS5Mw==, } engines: { node: ">=8" } - dependencies: - "@sentry-internal/tracing": 7.81.1 - "@sentry/core": 7.81.1 - "@sentry/types": 7.81.1 - "@sentry/utils": 7.81.1 - dev: false - /@sentry/webpack-plugin@1.21.0: + "@sentry/webpack-plugin@1.21.0": resolution: { integrity: sha512-x0PYIMWcsTauqxgl7vWUY6sANl+XGKtx7DCVnnY7aOIIlIna0jChTAPANTfA2QrK+VK+4I/4JxatCEZBnXh3Og==, } engines: { node: ">= 8" } - dependencies: - "@sentry/cli": 1.77.1 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@sideway/address@4.1.4: + "@sideway/address@4.1.4": resolution: { integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==, } - dependencies: - "@hapi/hoek": 9.3.0 - dev: true - /@sideway/formula@3.0.1: + "@sideway/formula@3.0.1": resolution: { integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==, } - dev: true - /@sideway/pinpoint@2.0.0: + "@sideway/pinpoint@2.0.0": resolution: { integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==, } - dev: true - /@sigstore/bundle@1.1.0: + "@sigstore/bundle@1.1.0": resolution: { integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - "@sigstore/protobuf-specs": 0.2.1 - dev: true - /@sigstore/bundle@2.1.0: + "@sigstore/bundle@2.1.0": resolution: { integrity: sha512-89uOo6yh/oxaU8AeOUnVrTdVMcGk9Q1hJa7Hkvalc6G3Z3CupWk4Xe9djSgJm9fMkH69s0P0cVHUoKSOemLdng==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@sigstore/protobuf-specs": 0.2.1 - dev: true - /@sigstore/protobuf-specs@0.2.1: + "@sigstore/protobuf-specs@0.2.1": resolution: { integrity: sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /@sigstore/sign@1.0.0: + "@sigstore/sign@1.0.0": resolution: { integrity: sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - "@sigstore/bundle": 1.1.0 - "@sigstore/protobuf-specs": 0.2.1 - make-fetch-happen: 11.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /@sigstore/sign@2.2.0: + "@sigstore/sign@2.2.0": resolution: { integrity: sha512-AAbmnEHDQv6CSfrWA5wXslGtzLPtAtHZleKOgxdQYvx/s76Fk6T6ZVt7w2IGV9j1UrFeBocTTQxaXG2oRrDhYA==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@sigstore/bundle": 2.1.0 - "@sigstore/protobuf-specs": 0.2.1 - make-fetch-happen: 13.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /@sigstore/tuf@1.0.3: + "@sigstore/tuf@1.0.3": resolution: { integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - "@sigstore/protobuf-specs": 0.2.1 - tuf-js: 1.1.7 - transitivePeerDependencies: - - supports-color - dev: true - /@sigstore/tuf@2.2.0: + "@sigstore/tuf@2.2.0": resolution: { integrity: sha512-KKATZ5orWfqd9ZG6MN8PtCIx4eevWSuGRKQvofnWXRpyMyUEpmrzg5M5BrCpjM+NfZ0RbNGOh5tCz/P2uoRqOA==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@sigstore/protobuf-specs": 0.2.1 - tuf-js: 2.1.0 - transitivePeerDependencies: - - supports-color - dev: true - /@sinclair/typebox@0.24.51: + "@sinclair/typebox@0.24.51": resolution: { integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==, } - dev: true - /@sinclair/typebox@0.27.8: + "@sinclair/typebox@0.27.8": resolution: { integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, } - dev: true - /@sindresorhus/is@3.1.2: + "@sindresorhus/is@3.1.2": resolution: { integrity: sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==, } engines: { node: ">=10" } - dev: false - /@sindresorhus/is@4.6.0: + "@sindresorhus/is@4.6.0": resolution: { integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==, } engines: { node: ">=10" } - dev: true - /@sinonjs/commons@3.0.0: + "@sinonjs/commons@3.0.0": resolution: { integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==, } - dependencies: - type-detect: 4.0.8 - dev: true - /@sinonjs/fake-timers@10.3.0: + "@sinonjs/fake-timers@10.3.0": resolution: { integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==, } - dependencies: - "@sinonjs/commons": 3.0.0 - dev: true - /@snailycad/image-data-uri@3.2.0: + "@snailycad/image-data-uri@3.2.0": resolution: { integrity: sha512-ycyCSRadnEqODCIcR/2eihDdAqlg+edR68l5jD5ELuxOEMyLAtqKMT1WQqfHFWaLa+TJs67EhJds2f6ohb2YCw==, } - dependencies: - fs-extra: 10.1.0 - mime-types: 2.1.35 - undici: 5.27.2 - dev: false - /@snailycad/prisma-generator-redundant-types@2.0.2: + "@snailycad/prisma-generator-redundant-types@2.0.2": resolution: { integrity: sha512-Qbr7vjf0WqM7jxm3vqmCgsMIhlFtAHz/06LoDHnwnN2sSmyXw11RUNyT5HVyYuPpStyV0UMJi75Sw12wGg6kWA==, } engines: { node: ">=18.0" } hasBin: true - dependencies: - "@prisma/generator-helper": 5.2.0 - "@prisma/internals": 5.2.0 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /@socket.io/component-emitter@3.1.0: + "@socket.io/component-emitter@3.1.0": resolution: { integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==, } - dev: false - /@storybook/addon-a11y@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-a11y@7.5.3": resolution: { integrity: sha512-Fs6BA4P0xBfsevo8H5E2IhMLLR3Q+FBRWHWAxGzhlkpNeH7ZZd87L5GrrLUmhzbCQvlHdWCVujWkwb21KX7Vsw==, @@ -8450,28 +5500,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/addon-highlight": 7.5.3 - "@storybook/channels": 7.5.3 - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - axe-core: 4.7.2 - lodash: 4.17.21 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-resize-detector: 7.1.2(react-dom@18.2.0)(react@18.2.0) - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/addon-actions@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-actions@7.5.3": resolution: { integrity: sha512-v3yL6Eq/jCiXfA24JjRdbEQUuorms6tmrywaKcd1tAy4Ftgof0KHB4tTcTyiajrI5bh6PVJoRBkE8IDqmNAHkA==, @@ -8484,31 +5514,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - dequal: 2.0.3 - lodash: 4.17.21 - polished: 4.2.2 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-inspector: 6.0.2(react@18.2.0) - telejson: 7.2.0 - ts-dedent: 2.2.0 - uuid: 9.0.1 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/addon-backgrounds@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-backgrounds@7.5.3": resolution: { integrity: sha512-UCOVd4UNIL5FRiwi9nyiWFocn/7ewwS6bIWnq66AaHg/sv92YwsPmgQJn0DMBGDOvUAWpiHdVsZNOTX6nvw4gA==, @@ -8521,25 +5528,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/addon-controls@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-controls@7.5.3": resolution: { integrity: sha512-KEuU4X5Xr6cJI9xrzOUVGEmUf1iHPfK7cj0GACKv0GElsdIsQryv+OZ7gRnvmNax/e2hm2t9cJcFxB24/p6rVg==, @@ -8552,29 +5542,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/blocks": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/node-logger": 7.5.3 - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - lodash: 4.17.21 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - - encoding - - supports-color - dev: true - /@storybook/addon-docs@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-docs@7.5.3": resolution: { integrity: sha512-JVQ6iCXKESij/SbE4Wq47dkSSgBRulvA8SUf8NWL5m9qpiHrg0lPSERHfoTLiB5uC/JwF0OKIlhxoWl+zCmtYg==, @@ -8582,36 +5551,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@jest/transform": 29.6.4 - "@mdx-js/react": 2.3.0(react@18.2.0) - "@storybook/blocks": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/csf-plugin": 7.5.3 - "@storybook/csf-tools": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/mdx2-csf": 1.1.0 - "@storybook/node-logger": 7.5.3 - "@storybook/postinstall": 7.5.3 - "@storybook/preview-api": 7.5.3 - "@storybook/react-dom-shim": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - fs-extra: 11.1.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - remark-external-links: 8.0.0 - remark-slug: 6.1.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - - encoding - - supports-color - dev: true - /@storybook/addon-essentials@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-essentials@7.5.3": resolution: { integrity: sha512-PYj6swEI4nEzIbOTyHJB8u3K8ABYKoaW8XB5emMwsnrzB/TN7auHVhze2bQ/+ax5wyPKZpArPjxbWlSHtSws+A==, @@ -8619,42 +5560,14 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@storybook/addon-actions": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-backgrounds": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-controls": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-docs": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-highlight": 7.5.3 - "@storybook/addon-measure": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-outline": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-toolbars": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/addon-viewport": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.5.3 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/node-logger": 7.5.3 - "@storybook/preview-api": 7.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - - encoding - - supports-color - dev: true - /@storybook/addon-highlight@7.5.3: + "@storybook/addon-highlight@7.5.3": resolution: { integrity: sha512-jb+aNRhj+tFK7EqqTlNCjGkTrkWqWHGdD1ubgnj29v8XhRuCR9YboPS+306KYwBEkuF4kNCHZofLiEBPf6nCJg==, } - dependencies: - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/preview-api": 7.5.3 - dev: true - /@storybook/addon-interactions@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-interactions@7.5.3": resolution: { integrity: sha512-gD3cU8sYSM/mdbA9ooYIb4c689JkDsJbZ17vfYJ5RjNkSmqKehybdpZOfkj27sVIyFtmscSi75t+pzK4Pv4rZw==, @@ -8667,30 +5580,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-common": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/instrumenter": 7.5.3 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - jest-mock: 27.5.1 - polished: 4.2.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - - encoding - - supports-color - dev: true - /@storybook/addon-links@7.5.3(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-links@7.5.3": resolution: { integrity: sha512-NcigW0HX8AllZ/KJ4u1KMiK30QvjqtC+zApI6Yc3tTaa6+BldbLv06fEgHgMY0yC8R+Ly9mUN7S1HiU7LQ7Qxg==, @@ -8703,22 +5594,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/csf": 0.1.1 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/router": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - dev: true - /@storybook/addon-measure@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-measure@7.5.3": resolution: { integrity: sha512-fun9BqUTGXgcMpcbX9wUowGDkjCL8oKasZbjp/MvGM3vPTM6HQdwzHTLJGPBnmJ1xK92NhwFRs0BrQX6uF1yrg==, @@ -8731,23 +5608,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/types": 7.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - tiny-invariant: 1.3.1 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/addon-outline@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-outline@7.5.3": resolution: { integrity: sha512-c9vCi1SCGrtWr8qaOu/1GNWlrlrpl2lg4F9r+xtYf/KopenI3jSMz0YeTfmepZGAl+6Yc2Ywhm60jgpQ6SKciA==, @@ -8760,23 +5622,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/types": 7.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/addon-themes@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-themes@7.5.3": resolution: { integrity: sha512-lwait7l3moPTaFQoG+7Pn5bL1a3tqAmXrMJkbluJn0DZyTXKKWVc1Cwak5o1UD44LLTBhql3BNLGi3BR0fB2fQ==, @@ -8789,23 +5636,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.5.3 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - ts-dedent: 2.2.0 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/addon-toolbars@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-toolbars@7.5.3": resolution: { integrity: sha512-KdLr4sGMJzhtjNTNE2ocfu58yOHHUyZ/cI3BTp7a0gq9YbUpHmC3XTNr26/yOYYrdjkiMD26XusJUjXe+/V2xw==, @@ -8818,20 +5650,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/addon-viewport@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/addon-viewport@7.5.3": resolution: { integrity: sha512-gT2XX0NNBrzSs1nrxadl6LnvcwgN7z2R0LzTK8/hxvx4D0EnXrV3feXLzjewr8ZYjzfEeSpO+W+bQTVNm3fNsg==, @@ -8844,24 +5664,8 @@ packages: optional: true react-dom: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - memoizerific: 1.11.3 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/blocks@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/blocks@7.5.3": resolution: { integrity: sha512-Z8yF820v78clQWkwG5OA5qugbQn7rtutq9XCsd03NDB+IEfDaTFQAZG8gs62ZX2ZaXAJsqJSr/mL9oURzXto2A==, @@ -8869,67 +5673,14 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@storybook/channels": 7.5.3 - "@storybook/client-logger": 7.5.3 - "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/core-events": 7.5.3 - "@storybook/csf": 0.1.1 - "@storybook/docs-tools": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/manager-api": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/preview-api": 7.5.3 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - "@types/lodash": 4.14.200 - color-convert: 2.0.1 - dequal: 2.0.3 - lodash: 4.17.21 - markdown-to-jsx: 7.3.2(react@18.2.0) - memoizerific: 1.11.3 - polished: 4.2.2 - react: 18.2.0 - react-colorful: 5.6.1(react-dom@18.2.0)(react@18.2.0) - react-dom: 18.2.0(react@18.2.0) - telejson: 7.2.0 - tocbot: 4.21.1 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - - encoding - - supports-color - dev: true - /@storybook/builder-manager@7.5.3: + "@storybook/builder-manager@7.5.3": resolution: { integrity: sha512-uf4Vyj8ofHaq94m065SMvFKak1XrrxgI83VZAxc2QjiPcbRwcVOZd+wcKFdZydqqA6FlBDdJrU+k9INA4Qkfcw==, } - dependencies: - "@fal-works/esbuild-plugin-global-externals": 2.1.2 - "@storybook/core-common": 7.5.3 - "@storybook/manager": 7.5.3 - "@storybook/node-logger": 7.5.3 - "@types/ejs": 3.1.5 - "@types/find-cache-dir": 3.2.1 - "@yarnpkg/esbuild-plugin-pnp": 3.0.0-rc.15(esbuild@0.18.20) - browser-assert: 1.2.1 - ejs: 3.1.9 - esbuild: 0.18.20 - esbuild-plugin-alias: 0.2.1 - express: 4.18.2 - find-cache-dir: 3.3.2 - fs-extra: 11.1.1 - process: 0.11.10 - util: 0.12.5 - transitivePeerDependencies: - - encoding - - supports-color - dev: true - /@storybook/builder-vite@7.5.3(typescript@5.3.2)(vite@5.0.2): + "@storybook/builder-vite@7.5.3": resolution: { integrity: sha512-c104V3O75OCVnfZj0Jr70V09g0KSbPGvQK2Zh31omXGvakG8XrhWolYxkmjOcForJmAqsXnKs/nw3F75Gp853g==, @@ -8946,133 +5697,33 @@ packages: optional: true vite-plugin-glimmerx: optional: true - dependencies: - "@storybook/channels": 7.5.3 - "@storybook/client-logger": 7.5.3 - "@storybook/core-common": 7.5.3 - "@storybook/csf-plugin": 7.5.3 - "@storybook/node-logger": 7.5.3 - "@storybook/preview": 7.5.3 - "@storybook/preview-api": 7.5.3 - "@storybook/types": 7.5.3 - "@types/find-cache-dir": 3.2.1 - browser-assert: 1.2.1 - es-module-lexer: 0.9.3 - express: 4.18.2 - find-cache-dir: 3.3.2 - fs-extra: 11.1.1 - magic-string: 0.30.3 - rollup: 3.28.1 - typescript: 5.3.2 - vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) - transitivePeerDependencies: - - encoding - - supports-color - dev: true - /@storybook/channels@7.5.3: + "@storybook/channels@7.5.3": resolution: { integrity: sha512-dhWuV2o2lmxH0RKuzND8jxYzvSQTSmpE13P0IT/k8+I1up/rSNYOBQJT6SalakcNWXFAMXguo/8E7ApmnKKcEw==, } - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - qs: 6.11.2 - telejson: 7.2.0 - tiny-invariant: 1.3.1 - dev: true - /@storybook/cli@7.5.3: + "@storybook/cli@7.5.3": resolution: { integrity: sha512-XysHSnknZTAcTbQ0bQsbfv5J8ifHpOBsmXjk1HCA05E9WGGrn9JrQRCfpDUQJ6O6UWq0bpMqzP8gFLWXFE7hug==, } hasBin: true - dependencies: - "@babel/core": 7.22.11 - "@babel/preset-env": 7.22.10(@babel/core@7.22.11) - "@babel/types": 7.23.0 - "@ndelangen/get-tarball": 3.0.9 - "@storybook/codemod": 7.5.3 - "@storybook/core-common": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/core-server": 7.5.3 - "@storybook/csf-tools": 7.5.3 - "@storybook/node-logger": 7.5.3 - "@storybook/telemetry": 7.5.3 - "@storybook/types": 7.5.3 - "@types/semver": 7.5.0 - "@yarnpkg/fslib": 2.10.3 - "@yarnpkg/libzip": 2.3.0 - chalk: 4.1.2 - commander: 6.2.1 - cross-spawn: 7.0.3 - detect-indent: 6.1.0 - envinfo: 7.10.0 - execa: 5.1.1 - express: 4.18.2 - find-up: 5.0.0 - fs-extra: 11.1.1 - get-npm-tarball-url: 2.0.3 - get-port: 5.1.1 - giget: 1.1.2 - globby: 11.1.0 - jscodeshift: 0.14.0(@babel/preset-env@7.22.10) - leven: 3.1.0 - ora: 5.4.1 - prettier: 2.8.8 - prompts: 2.4.2 - puppeteer-core: 2.1.1 - read-pkg-up: 7.0.1 - semver: 7.5.4 - simple-update-notifier: 2.0.0 - strip-json-comments: 3.1.1 - tempy: 1.0.1 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: true - /@storybook/client-logger@7.5.3: + "@storybook/client-logger@7.5.3": resolution: { integrity: sha512-vUFYALypjix5FoJ5M/XUP6KmyTnQJNW1poHdW7WXUVSg+lBM6E5eAtjTm0hdxNNDH8KSrdy24nCLra5h0X0BWg==, } - dependencies: - "@storybook/global": 5.0.0 - dev: true - /@storybook/codemod@7.5.3: + "@storybook/codemod@7.5.3": resolution: { integrity: sha512-gzycFdqnF4drUjfzMTrLNHqi2jkw1lDeACUzQdug5uWxynZKAvMTHAgU0q9wvoYRR9Xhq8PhfKtXtYCCj2Er4Q==, } - dependencies: - "@babel/core": 7.22.11 - "@babel/preset-env": 7.22.10(@babel/core@7.22.11) - "@babel/types": 7.23.0 - "@storybook/csf": 0.1.1 - "@storybook/csf-tools": 7.5.3 - "@storybook/node-logger": 7.5.3 - "@storybook/types": 7.5.3 - "@types/cross-spawn": 6.0.2 - cross-spawn: 7.0.3 - globby: 11.1.0 - jscodeshift: 0.14.0(@babel/preset-env@7.22.10) - lodash: 4.17.21 - prettier: 2.8.8 - recast: 0.23.4 - transitivePeerDependencies: - - supports-color - dev: true - /@storybook/components@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + "@storybook/components@7.5.3": resolution: { integrity: sha512-M3+cjvEsDGLUx8RvK5wyF6/13LNlUnKbMgiDE8Sxk/v/WPpyhOAIh/B8VmrU1psahS61Jd4MTkFmLf1cWau1vw==, @@ -9080,241 +5731,87 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@radix-ui/react-select": 1.2.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@radix-ui/react-toolbar": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0) - "@storybook/client-logger": 7.5.3 - "@storybook/csf": 0.1.1 - "@storybook/global": 5.0.0 - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - use-resize-observer: 9.1.0(react-dom@18.2.0)(react@18.2.0) - util-deprecate: 1.0.2 - transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" - dev: true - /@storybook/core-client@7.5.3: + "@storybook/core-client@7.5.3": resolution: { integrity: sha512-sIviDytbhos02TVXxU8XLymzty7IAtLs5e16hv49JSdBp47iBajRaNBmBj/l+sgTH+3M+R6gP8yGFMsZSCnU2g==, } - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/preview-api": 7.5.3 - dev: true - /@storybook/core-common@7.5.3: + "@storybook/core-common@7.5.3": resolution: { integrity: sha512-WGMwjtVUxUzFwQz7Mgs0gLuNebIGNV55dCdZgurx2/y6QOkJ2v8D0b3iL+xKMV4B5Nwoc2DsM418Y+Hy3UQd+w==, } - dependencies: - "@storybook/core-events": 7.5.3 - "@storybook/node-logger": 7.5.3 - "@storybook/types": 7.5.3 - "@types/find-cache-dir": 3.2.1 - "@types/node": 18.18.6 - "@types/node-fetch": 2.6.4 - "@types/pretty-hrtime": 1.0.1 - chalk: 4.1.2 - esbuild: 0.18.20 - esbuild-register: 3.5.0(esbuild@0.18.20) - file-system-cache: 2.3.0 - find-cache-dir: 3.3.2 - find-up: 5.0.0 - fs-extra: 11.1.1 - glob: 10.3.10 - handlebars: 4.7.8 - lazy-universal-dotenv: 4.0.0 - node-fetch: 2.7.0 - picomatch: 2.3.1 - pkg-dir: 5.0.0 - pretty-hrtime: 1.0.3 - resolve-from: 5.0.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - encoding - - supports-color - dev: true - /@storybook/core-events@7.5.3: + "@storybook/core-events@7.5.3": resolution: { integrity: sha512-DFOpyQ22JD5C1oeOFzL8wlqSWZzrqgDfDbUGP8xdO4wJu+FVTxnnWN6ZYLdTPB1u27DOhd7TzjQMfLDHLu7kbQ==, } - dependencies: - ts-dedent: 2.2.0 - dev: true - /@storybook/core-server@7.5.3: + "@storybook/core-server@7.5.3": resolution: { integrity: sha512-Gmq1w7ulN/VIeTDboNcb6GNM+S8T0SqhJUqeoHzn0vLGnzxeuYRJ0V3ZJhGZiJfSmCNqYAjC8QUBf6uU1gLipw==, } - dependencies: - "@aw-web-design/x-default-browser": 1.4.126 - "@discoveryjs/json-ext": 0.5.7 - "@storybook/builder-manager": 7.5.3 - "@storybook/channels": 7.5.3 - "@storybook/core-common": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/csf": 0.1.1 - "@storybook/csf-tools": 7.5.3 - "@storybook/docs-mdx": 0.1.0 - "@storybook/global": 5.0.0 - "@storybook/manager": 7.5.3 - "@storybook/node-logger": 7.5.3 - "@storybook/preview-api": 7.5.3 - "@storybook/telemetry": 7.5.3 - "@storybook/types": 7.5.3 - "@types/detect-port": 1.3.3 - "@types/node": 18.18.6 - "@types/pretty-hrtime": 1.0.1 - "@types/semver": 7.5.0 - better-opn: 3.0.2 - chalk: 4.1.2 - cli-table3: 0.6.3 - compression: 1.7.4 - detect-port: 1.5.1 - express: 4.18.2 - fs-extra: 11.1.1 - globby: 11.1.0 - ip: 2.0.0 - lodash: 4.17.21 - open: 8.4.2 - pretty-hrtime: 1.0.3 - prompts: 2.4.2 - read-pkg-up: 7.0.1 - semver: 7.5.4 - telejson: 7.2.0 - tiny-invariant: 1.3.1 - ts-dedent: 2.2.0 - util: 0.12.5 - util-deprecate: 1.0.2 - watchpack: 2.4.0 - ws: 8.14.2 - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: true - /@storybook/csf-plugin@7.5.3: + "@storybook/csf-plugin@7.5.3": resolution: { integrity: sha512-yQ3S/IOT08Y7XTnlc3SPkrJKZ6Xld6liAlHn+ddjge4oZa0hUqwYLb+piXUhFMfL6Ij65cj4hu3vMbw89azIhg==, } - dependencies: - "@storybook/csf-tools": 7.5.3 - unplugin: 1.4.0 - transitivePeerDependencies: - - supports-color - dev: true - /@storybook/csf-tools@7.5.3: + "@storybook/csf-tools@7.5.3": resolution: { integrity: sha512-676C3ISn7FQJKjb3DBWXhjGN2OQEv4s71dx+5D0TlmswDCOOGS8dYFjP8wVx51+mAIE8CROAw7vLHLtVKU7SwQ==, } - dependencies: - "@babel/generator": 7.23.0 - "@babel/parser": 7.23.0 - "@babel/traverse": 7.23.2 - "@babel/types": 7.23.0 - "@storybook/csf": 0.1.1 - "@storybook/types": 7.5.3 - fs-extra: 11.1.1 - recast: 0.23.4 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - supports-color - dev: true - /@storybook/csf@0.1.1: + "@storybook/csf@0.1.1": resolution: { integrity: sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==, } - dependencies: - type-fest: 2.19.0 - dev: true - /@storybook/docs-mdx@0.1.0: + "@storybook/docs-mdx@0.1.0": resolution: { integrity: sha512-JDaBR9lwVY4eSH5W8EGHrhODjygPd6QImRbwjAuJNEnY0Vw4ie3bPkeGfnacB3OBW6u/agqPv2aRlR46JcAQLg==, } - dev: true - /@storybook/docs-tools@7.5.3: + "@storybook/docs-tools@7.5.3": resolution: { integrity: sha512-f20EUQlwamcSPrOFn42fj9gpkZIDNCZkC3N19yGzLYiE4UMyaYQgRl18oLvqd3M6aBm6UW6SCoIIgeaOViBSqg==, } - dependencies: - "@storybook/core-common": 7.5.3 - "@storybook/preview-api": 7.5.3 - "@storybook/types": 7.5.3 - "@types/doctrine": 0.0.3 - doctrine: 3.0.0 - lodash: 4.17.21 - transitivePeerDependencies: - - encoding - - supports-color - dev: true - /@storybook/expect@28.1.3-5: + "@storybook/expect@28.1.3-5": resolution: { integrity: sha512-lS1oJnY1qTAxnH87C765NdfvGhksA6hBcbUVI5CHiSbNsEtr456wtg/z+dT9XlPriq1D5t2SgfNL9dBAoIGyIA==, } - dependencies: - "@types/jest": 28.1.3 - dev: true + deprecated: In Storybook 8, this package functionality has been integrated to a new package called @storybook/test, which uses Vitest APIs for an improved experience. When upgrading to Storybook 8 with 'npx storybook@latest upgrade', you will get prompted and will get an automigration for the new package. Please migrate when you can. - /@storybook/global@5.0.0: + "@storybook/global@5.0.0": resolution: { integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==, } - dev: true - /@storybook/instrumenter@7.5.3: + "@storybook/instrumenter@7.5.3": resolution: { integrity: sha512-p6b+/6ohTCKxWn00bXT8KBqVjXUOxeILnJtLlG83USLQCpI+XVkpmK57HYuydqEwy/1XjG+4S4ntPk9VVz3u7w==, } - dependencies: - "@storybook/channels": 7.5.3 - "@storybook/client-logger": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/preview-api": 7.5.3 - dev: true - /@storybook/jest@0.2.3(jest@29.7.0): + "@storybook/jest@0.2.3": resolution: { integrity: sha512-ov5izrmbAFObzKeh9AOC5MlmFxAcf0o5i6YFGae9sDx6DGh6alXsRM+chIbucVkUwVHVlSzdfbLDEFGY/ShaYw==, } - dependencies: - "@storybook/expect": 28.1.3-5 - "@testing-library/jest-dom": 6.1.4(@types/jest@28.1.3)(jest@29.7.0) - "@types/jest": 28.1.3 - jest-mock: 27.5.1 - transitivePeerDependencies: - - "@jest/globals" - - jest - - vitest - dev: true - /@storybook/manager-api@7.5.3(react-dom@18.2.0)(react@18.2.0): + "@storybook/manager-api@7.5.3": resolution: { integrity: sha512-d8mVLr/5BEG4bAS2ZeqYTy/aX4jPEpZHdcLaWoB4mAM+PAL9wcWsirUyApKtDVYLITJf/hd8bb2Dm2ok6E45gA==, @@ -9322,84 +5819,44 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@storybook/channels": 7.5.3 - "@storybook/client-logger": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/csf": 0.1.1 - "@storybook/global": 5.0.0 - "@storybook/router": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/theming": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - dequal: 2.0.3 - lodash: 4.17.21 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - semver: 7.5.4 - store2: 2.14.2 - telejson: 7.2.0 - ts-dedent: 2.2.0 - dev: true - /@storybook/manager@7.5.3: + "@storybook/manager@7.5.3": resolution: { integrity: sha512-3ZZrHYcXWAQXpDQZBvKyScGgQaAaBc63i+KC2mXqzTdXuJhVDUiylvqLRprBnrEprgePQLFrxGC2JSHUwH7dqg==, } - dev: true - /@storybook/mdx2-csf@1.1.0: + "@storybook/mdx2-csf@1.1.0": resolution: { integrity: sha512-TXJJd5RAKakWx4BtpwvSNdgTDkKM6RkXU8GK34S/LhidQ5Pjz3wcnqb0TxEkfhK/ztbP8nKHqXFwLfa2CYkvQw==, } - dev: true - /@storybook/node-logger@7.5.3: + "@storybook/node-logger@7.5.3": resolution: { integrity: sha512-7ZZDw/q3hakBj1FngsBjaHNIBguYAWojp7R1fFTvwkeunCi21EUzZjRBcqp10kB6BP3/NLX32bIQknsCWD76rQ==, } - dev: true - /@storybook/postinstall@7.5.3: + "@storybook/postinstall@7.5.3": resolution: { integrity: sha512-r+H3xGMu2A9yOSsygc3bDFhku8wpOZF3SqO19B7eAML12viHwUtYfyGL74svw4TMcKukyQ+KPn5QsSG+4bjZMg==, } - dev: true - /@storybook/preview-api@7.5.3: + "@storybook/preview-api@7.5.3": resolution: { integrity: sha512-LNmEf7oBRnZ1wG3bQ+P+TO29+NN5pSDJiAA6FabZBrtIVm+psc2lxBCDQvFYyAFzQSlt60toGKNW8+RfFNdR5Q==, } - dependencies: - "@storybook/channels": 7.5.3 - "@storybook/client-logger": 7.5.3 - "@storybook/core-events": 7.5.3 - "@storybook/csf": 0.1.1 - "@storybook/global": 5.0.0 - "@storybook/types": 7.5.3 - "@types/qs": 6.9.7 - dequal: 2.0.3 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.2 - synchronous-promise: 2.0.17 - ts-dedent: 2.2.0 - util-deprecate: 1.0.2 - dev: true - /@storybook/preview@7.5.3: + "@storybook/preview@7.5.3": resolution: { integrity: sha512-Hf90NlLaSrdMZXPOHDCMPjTywVrQKK0e5CtzqWx/ZQz91JDINxJD+sGj2wZU+wuBtQcTtlsXc9OewlJ+9ETwIw==, } - dev: true - /@storybook/react-dom-shim@7.5.3(react-dom@18.2.0)(react@18.2.0): + "@storybook/react-dom-shim@7.5.3": resolution: { integrity: sha512-9aNcKdhoP36jMrcXgfzE9jVg/SpqPpWnUJM70upYoZXytG2wQSPtawLHHyC6kycvTzwncyfF3rwUnOFBB8zmig==, @@ -9407,12 +5864,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@storybook/react-vite@7.5.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2)(vite@5.0.2): + "@storybook/react-vite@7.5.3": resolution: { integrity: sha512-ArPyHgiPbT5YvcyK4xK/DfqBOpn4R4/EP3kfIGhx8QKJyOtxPEYFdkLIZ5xu3KnPX7/z7GT+4a6Rb+8sk9gliA==, @@ -9422,27 +5875,8 @@ packages: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 vite: ^3.0.0 || ^4.0.0 || ^5.0.0 - dependencies: - "@joshwooding/vite-plugin-react-docgen-typescript": 0.3.0(typescript@5.3.2)(vite@5.0.2) - "@rollup/pluginutils": 5.0.3(rollup@2.78.0) - "@storybook/builder-vite": 7.5.3(typescript@5.3.2)(vite@5.0.2) - "@storybook/react": 7.5.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2) - "@vitejs/plugin-react": 3.1.0(vite@5.0.2) - magic-string: 0.30.3 - react: 18.2.0 - react-docgen: 6.0.4 - react-dom: 18.2.0(react@18.2.0) - vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) - transitivePeerDependencies: - - "@preact/preset-vite" - - encoding - - rollup - - supports-color - - typescript - - vite-plugin-glimmerx - dev: true - /@storybook/react@7.5.3(react-dom@18.2.0)(react@18.2.0)(typescript@5.3.2): + "@storybook/react@7.5.3": resolution: { integrity: sha512-dZILdM36xMFDjdmmy421G5X+sOIncB2qF3IPTooniG1i1Z6v/dVNo57ovdID9lDTNa+AWr2fLB9hANiISMqmjQ==, @@ -9455,37 +5889,8 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/core-client": 7.5.3 - "@storybook/docs-tools": 7.5.3 - "@storybook/global": 5.0.0 - "@storybook/preview-api": 7.5.3 - "@storybook/react-dom-shim": 7.5.3(react-dom@18.2.0)(react@18.2.0) - "@storybook/types": 7.5.3 - "@types/escodegen": 0.0.6 - "@types/estree": 0.0.51 - "@types/node": 18.18.6 - acorn: 7.4.1 - acorn-jsx: 5.3.2(acorn@7.4.1) - acorn-walk: 7.2.0 - escodegen: 2.1.0 - html-tags: 3.3.1 - lodash: 4.17.21 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-element-to-jsx-string: 15.0.0(react-dom@18.2.0)(react@18.2.0) - ts-dedent: 2.2.0 - type-fest: 2.19.0 - typescript: 5.3.2 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: true - /@storybook/router@7.5.3(react-dom@18.2.0)(react@18.2.0): + "@storybook/router@7.5.3": resolution: { integrity: sha512-/iNYCFore7R5n6eFHbBYoB0P2/sybTVpA+uXTNUd3UEt7Ro6CEslTaFTEiH2RVQwOkceBp/NpyWon74xZuXhMg==, @@ -9493,91 +5898,28 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@storybook/client-logger": 7.5.3 - memoizerific: 1.11.3 - qs: 6.11.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@storybook/telemetry@7.5.3: + "@storybook/telemetry@7.5.3": resolution: { integrity: sha512-X6alII3o0jCb5xALuw+qcWmvyrbhlkmPeNZ6ZQXknOfB4DkwponFdWN5y6W7yGvr01xa5QBepJRV79isl97d8g==, } - dependencies: - "@storybook/client-logger": 7.5.3 - "@storybook/core-common": 7.5.3 - "@storybook/csf-tools": 7.5.3 - chalk: 4.1.2 - detect-package-manager: 2.0.1 - fetch-retry: 5.0.6 - fs-extra: 11.1.1 - read-pkg-up: 7.0.1 - transitivePeerDependencies: - - encoding - - supports-color - dev: true - /@storybook/test-runner@0.15.2: + "@storybook/test-runner@0.15.2": resolution: { integrity: sha512-nHwThLvxho9wNAVxtESoAcrQD7UolOAJISwcG9uz3bmtTIm7h5DMlpfX+2DKbJyq5REg8nhcauZv5iFvwBdn1Q==, } engines: { node: ^16.10.0 || ^18.0.0 || >=20.0.0 } hasBin: true - dependencies: - "@babel/core": 7.22.11 - "@babel/generator": 7.23.0 - "@babel/template": 7.22.15 - "@babel/types": 7.23.0 - "@storybook/core-common": 7.5.3 - "@storybook/csf": 0.1.1 - "@storybook/csf-tools": 7.5.3 - "@storybook/preview-api": 7.5.3 - "@swc/core": 1.3.99(@swc/helpers@0.5.3) - "@swc/jest": 0.2.29(@swc/core@1.3.99) - can-bind-to-host: 1.1.2 - commander: 9.5.0 - expect-playwright: 0.8.0 - glob: 10.3.10 - jest: 29.7.0 - jest-circus: 29.7.0 - jest-environment-node: 29.7.0 - jest-junit: 16.0.0 - jest-playwright-preset: 3.0.1(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0) - jest-runner: 29.7.0 - jest-serializer-html: 7.1.0 - jest-watch-typeahead: 2.2.2(jest@29.7.0) - node-fetch: 2.7.0 - playwright: 1.39.0 - read-pkg-up: 7.0.1 - tempy: 1.0.1 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - "@swc/helpers" - - "@types/node" - - babel-plugin-macros - - debug - - encoding - - node-notifier - - supports-color - - ts-node - dev: true - /@storybook/testing-library@0.2.2: + "@storybook/testing-library@0.2.2": resolution: { integrity: sha512-L8sXFJUHmrlyU2BsWWZGuAjv39Jl1uAqUHdxmN42JY15M4+XCMjGlArdCCjDe1wpTSW6USYISA9axjZojgtvnw==, } - dependencies: - "@testing-library/dom": 9.3.1 - "@testing-library/user-event": 14.4.3(@testing-library/dom@9.3.1) - ts-dedent: 2.2.0 - dev: true - /@storybook/theming@7.5.3(react-dom@18.2.0)(react@18.2.0): + "@storybook/theming@7.5.3": resolution: { integrity: sha512-Cjmthe1MAk0z4RKCZ7m72gAD8YD0zTAH97z5ryM1Qv84QXjiCQ143fGOmYz1xEQdNFpOThPcwW6FEccLHTkVcg==, @@ -9585,28 +5927,14 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) - "@storybook/client-logger": 7.5.3 - "@storybook/global": 5.0.0 - memoizerific: 1.11.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /@storybook/types@7.5.3: + "@storybook/types@7.5.3": resolution: { integrity: sha512-iu5W0Kdd6nysN5CPkY4GRl+0BpxRTdSfBIJak7mb6xCIHSB5t1tw4BOuqMQ5EgpikRY3MWJ4gY647QkWBX3MNQ==, } - dependencies: - "@storybook/channels": 7.5.3 - "@types/babel__core": 7.20.1 - "@types/express": 4.17.21 - file-system-cache: 2.3.0 - dev: true - /@swc/cli@0.1.63(@swc/core@1.3.99): + "@swc/cli@0.1.63": resolution: { integrity: sha512-EM9oxxHzmmsprYRbGqsS2M4M/Gr5Gkcl0ROYYIdlUyTkhOiX822EQiRCpPCwdutdnzH2GyaTN7wc6i0Y+CKd3A==, @@ -9619,17 +5947,8 @@ packages: peerDependenciesMeta: chokidar: optional: true - dependencies: - "@mole-inc/bin-wrapper": 8.0.1 - "@swc/core": 1.3.99(@swc/helpers@0.5.3) - commander: 7.2.0 - fast-glob: 3.3.1 - semver: 7.5.4 - slash: 3.0.0 - source-map: 0.7.4 - dev: true - /@swc/core-darwin-arm64@1.3.99: + "@swc/core-darwin-arm64@1.3.99": resolution: { integrity: sha512-Qj7Jct68q3ZKeuJrjPx7k8SxzWN6PqLh+VFxzA+KwLDpQDPzOlKRZwkIMzuFjLhITO4RHgSnXoDk/Syz0ZeN+Q==, @@ -9637,10 +5956,8 @@ packages: engines: { node: ">=10" } cpu: [arm64] os: [darwin] - requiresBuild: true - optional: true - /@swc/core-darwin-x64@1.3.99: + "@swc/core-darwin-x64@1.3.99": resolution: { integrity: sha512-wR7m9QVJjgiBu1PSOHy7s66uJPa45Kf9bZExXUL+JAa9OQxt5y+XVzr+n+F045VXQOwdGWplgPnWjgbUUHEVyw==, @@ -9648,10 +5965,8 @@ packages: engines: { node: ">=10" } cpu: [x64] os: [darwin] - requiresBuild: true - optional: true - /@swc/core-linux-arm64-gnu@1.3.99: + "@swc/core-linux-arm64-gnu@1.3.99": resolution: { integrity: sha512-gcGv1l5t0DScEONmw5OhdVmEI/o49HCe9Ik38zzH0NtDkc+PDYaCcXU5rvfZP2qJFaAAr8cua8iJcOunOSLmnA==, @@ -9659,10 +5974,8 @@ packages: engines: { node: ">=10" } cpu: [arm64] os: [linux] - requiresBuild: true - optional: true - /@swc/core-linux-arm64-musl@1.3.99: + "@swc/core-linux-arm64-musl@1.3.99": resolution: { integrity: sha512-XL1/eUsTO8BiKsWq9i3iWh7H99iPO61+9HYiWVKhSavknfj4Plbn+XyajDpxsauln5o8t+BRGitymtnAWJM4UQ==, @@ -9670,10 +5983,8 @@ packages: engines: { node: ">=10" } cpu: [arm64] os: [linux] - requiresBuild: true - optional: true - /@swc/core-linux-x64-gnu@1.3.99: + "@swc/core-linux-x64-gnu@1.3.99": resolution: { integrity: sha512-fGrXYE6DbTfGNIGQmBefYxSk3rp/1lgbD0nVg4rl4mfFRQPi7CgGhrrqSuqZ/ezXInUIgoCyvYGWFSwjLXt/Qg==, @@ -9681,10 +5992,8 @@ packages: engines: { node: ">=10" } cpu: [x64] os: [linux] - requiresBuild: true - optional: true - /@swc/core-linux-x64-musl@1.3.99: + "@swc/core-linux-x64-musl@1.3.99": resolution: { integrity: sha512-kvgZp/mqf3IJ806gUOL6gN6VU15+DfzM1Zv4Udn8GqgXiUAvbQehrtruid4Snn5pZTLj4PEpSCBbxgxK1jbssA==, @@ -9692,10 +6001,8 @@ packages: engines: { node: ">=10" } cpu: [x64] os: [linux] - requiresBuild: true - optional: true - /@swc/core-win32-arm64-msvc@1.3.99: + "@swc/core-win32-arm64-msvc@1.3.99": resolution: { integrity: sha512-yt8RtZ4W/QgFF+JUemOUQAkVW58cCST7mbfKFZ1v16w3pl3NcWd9OrtppFIXpbjU1rrUX2zp2R7HZZzZ2Zk/aQ==, @@ -9703,10 +6010,8 @@ packages: engines: { node: ">=10" } cpu: [arm64] os: [win32] - requiresBuild: true - optional: true - /@swc/core-win32-ia32-msvc@1.3.99: + "@swc/core-win32-ia32-msvc@1.3.99": resolution: { integrity: sha512-62p5fWnOJR/rlbmbUIpQEVRconICy5KDScWVuJg1v3GPLBrmacjphyHiJC1mp6dYvvoEWCk/77c/jcQwlXrDXw==, @@ -9714,10 +6019,8 @@ packages: engines: { node: ">=10" } cpu: [ia32] os: [win32] - requiresBuild: true - optional: true - /@swc/core-win32-x64-msvc@1.3.99: + "@swc/core-win32-x64-msvc@1.3.99": resolution: { integrity: sha512-PdppWhkoS45VGdMBxvClVgF1hVjqamtvYd82Gab1i4IV45OSym2KinoDCKE1b6j3LwBLOn2J9fvChGSgGfDCHQ==, @@ -9725,68 +6028,44 @@ packages: engines: { node: ">=10" } cpu: [x64] os: [win32] - requiresBuild: true - optional: true - /@swc/core@1.3.99(@swc/helpers@0.5.3): + "@swc/core@1.3.99": resolution: { integrity: sha512-8O996RfuPC4ieb4zbYMfbyCU9k4gSOpyCNnr7qBQ+o7IEmh8JCV6B8wwu+fT/Om/6Lp34KJe1IpJ/24axKS6TQ==, } engines: { node: ">=10" } - requiresBuild: true peerDependencies: "@swc/helpers": ^0.5.0 peerDependenciesMeta: "@swc/helpers": optional: true - dependencies: - "@swc/counter": 0.1.2 - "@swc/helpers": 0.5.3 - "@swc/types": 0.1.5 - optionalDependencies: - "@swc/core-darwin-arm64": 1.3.99 - "@swc/core-darwin-x64": 1.3.99 - "@swc/core-linux-arm64-gnu": 1.3.99 - "@swc/core-linux-arm64-musl": 1.3.99 - "@swc/core-linux-x64-gnu": 1.3.99 - "@swc/core-linux-x64-musl": 1.3.99 - "@swc/core-win32-arm64-msvc": 1.3.99 - "@swc/core-win32-ia32-msvc": 1.3.99 - "@swc/core-win32-x64-msvc": 1.3.99 - /@swc/counter@0.1.2: + "@swc/counter@0.1.2": resolution: { integrity: sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw==, } - /@swc/helpers@0.5.1: + "@swc/helpers@0.5.1": resolution: { integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==, } - dependencies: - tslib: 2.6.2 - dev: false - /@swc/helpers@0.5.2: + "@swc/helpers@0.5.2": resolution: { integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==, } - dependencies: - tslib: 2.6.2 - /@swc/helpers@0.5.3: + "@swc/helpers@0.5.3": resolution: { integrity: sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==, } - dependencies: - tslib: 2.6.2 - /@swc/jest@0.2.29(@swc/core@1.3.99): + "@swc/jest@0.2.29": resolution: { integrity: sha512-8reh5RvHBsSikDC3WGCd5ZTd2BXKkyOdK7QwynrCH58jk2cQFhhHhFBg/jvnWZehUQe/EoOImLENc9/DwbBFow==, @@ -9794,51 +6073,35 @@ packages: engines: { npm: ">= 7.0.0" } peerDependencies: "@swc/core": "*" - dependencies: - "@jest/create-cache-key-function": 27.5.1 - "@swc/core": 1.3.99(@swc/helpers@0.5.3) - jsonc-parser: 3.2.0 - dev: true - /@swc/types@0.1.5: + "@swc/types@0.1.5": resolution: { integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==, } - /@szmarczak/http-timer@4.0.6: + "@szmarczak/http-timer@4.0.6": resolution: { integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==, } engines: { node: ">=10" } - dependencies: - defer-to-connect: 2.0.1 - dev: true - /@tailwindcss/typography@0.5.10(tailwindcss@3.3.5): + "@tailwindcss/typography@0.5.10": resolution: { integrity: sha512-Pe8BuPJQJd3FfRnm6H0ulKIGoMEQS+Vq01R6M5aCrFB/ccR/shT+0kXLjouGC1gFLm9hopTFN+DMP0pfwRWzPw==, } peerDependencies: tailwindcss: ">=3.0.0 || insiders" - dependencies: - lodash.castarray: 4.4.0 - lodash.isplainobject: 4.0.6 - lodash.merge: 4.6.2 - postcss-selector-parser: 6.0.10 - tailwindcss: 3.3.5 - dev: false - /@tanstack/query-core@5.8.3: + "@tanstack/query-core@5.8.3": resolution: { integrity: sha512-SWFMFtcHfttLYif6pevnnMYnBvxKf3C+MHMH7bevyYfpXpTMsLB9O6nNGBdWSoPwnZRXFNyNeVZOw25Wmdasow==, } - dev: false - /@tanstack/react-query@5.8.4(react-dom@18.2.0)(react@18.2.0): + "@tanstack/react-query@5.8.4": resolution: { integrity: sha512-CD+AkXzg8J72JrE6ocmuBEJfGzEzu/bzkD6sFXFDDB5yji9N20JofXZlN6n0+CaPJuIi+e4YLCbGsyPFKkfNQA==, @@ -9852,13 +6115,8 @@ packages: optional: true react-native: optional: true - dependencies: - "@tanstack/query-core": 5.8.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@tanstack/react-table@8.10.7(react-dom@18.2.0)(react@18.2.0): + "@tanstack/react-table@8.10.7": resolution: { integrity: sha512-bXhjA7xsTcsW8JPTTYlUg/FuBpn8MNjiEPhkNhIGCUR6iRQM2+WEco4OBpvDeVcR9SE+bmWLzdfiY7bCbCSVuA==, @@ -9867,38 +6125,22 @@ packages: peerDependencies: react: ">=16" react-dom: ">=16" - dependencies: - "@tanstack/table-core": 8.10.7 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /@tanstack/table-core@8.10.7: + "@tanstack/table-core@8.10.7": resolution: { integrity: sha512-KQk5OMg5OH6rmbHZxuNROvdI+hKDIUxANaHlV+dPlNN7ED3qYQ/WkpY2qlXww1SIdeMlkIhpN/2L00rof0fXFw==, } engines: { node: ">=12" } - dev: false - /@testing-library/dom@9.3.1: + "@testing-library/dom@9.3.1": resolution: { integrity: sha512-0DGPd9AR3+iDTjGoMpxIkAsUihHZ3Ai6CneU6bRRrffXMgzCdlNk43jTrD2/5LT6CBb3MWTP8v510JzYtahD2w==, } engines: { node: ">=14" } - dependencies: - "@babel/code-frame": 7.22.10 - "@babel/runtime": 7.22.11 - "@types/aria-query": 5.0.1 - aria-query: 5.1.3 - chalk: 4.1.2 - dom-accessibility-api: 0.5.16 - lz-string: 1.5.0 - pretty-format: 27.5.1 - dev: true - /@testing-library/jest-dom@6.1.4(@types/jest@28.1.3)(jest@29.7.0): + "@testing-library/jest-dom@6.1.4": resolution: { integrity: sha512-wpoYrCYwSZ5/AxcrjLxJmCU6I5QAJXslEeSiMQqaWmP2Kzpd1LvF/qxmAIW2qposULGWq2gw30GgVNFLSc2Jnw==, @@ -9918,20 +6160,8 @@ packages: optional: true vitest: optional: true - dependencies: - "@adobe/css-tools": 4.3.1 - "@babel/runtime": 7.22.11 - "@types/jest": 28.1.3 - aria-query: 5.3.0 - chalk: 3.0.0 - css.escape: 1.5.1 - dom-accessibility-api: 0.5.16 - jest: 29.7.0 - lodash: 4.17.21 - redent: 3.0.0 - dev: true - /@testing-library/user-event@14.4.3(@testing-library/dom@9.3.1): + "@testing-library/user-event@14.4.3": resolution: { integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==, @@ -9939,61 +6169,51 @@ packages: engines: { node: ">=12", npm: ">=6" } peerDependencies: "@testing-library/dom": ">=7.21.4" - dependencies: - "@testing-library/dom": 9.3.1 - dev: true - /@tokenizer/token@0.3.0: + "@tokenizer/token@0.3.0": resolution: { integrity: sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==, } - dev: true - /@tootallnate/once@2.0.0: + "@tootallnate/once@2.0.0": resolution: { integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==, } engines: { node: ">= 10" } - dev: true - /@tootallnate/quickjs-emscripten@0.23.0: + "@tootallnate/quickjs-emscripten@0.23.0": resolution: { integrity: sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==, } - dev: false - /@tsconfig/node10@1.0.9: + "@tsconfig/node10@1.0.9": resolution: { integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==, } - dev: false - /@tsconfig/node12@1.0.11: + "@tsconfig/node12@1.0.11": resolution: { integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==, } - dev: false - /@tsconfig/node14@1.0.3: + "@tsconfig/node14@1.0.3": resolution: { integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==, } - dev: false - /@tsconfig/node16@1.0.4: + "@tsconfig/node16@1.0.4": resolution: { integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==, } - dev: false - /@tsed/common@7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2)(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0): + "@tsed/common@7.48.0": resolution: { integrity: sha512-UnOFAdmkPrb+rGtNmP2A4UE+oVUXyzcmHJEBcx/xbiPA4xzmltQQWjEUtzfz/Oh7MEqYpF9NdHOMMeSH9ZdFew==, @@ -10001,55 +6221,22 @@ packages: peerDependencies: "@tsed/logger": ">=6.2.2" "@tsed/logger-file": ">=6.2.2" - dependencies: - "@tsed/core": 7.48.0 - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) - "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0) - "@tsed/logger": 6.6.3 - "@tsed/logger-file": 6.6.2(@tsed/logger@6.6.3) - "@tsed/platform-exceptions": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/schema@7.48.0) - "@tsed/platform-log-middleware": 7.48.0(@tsed/di@7.48.0)(@tsed/platform-middlewares@7.48.0)(@tsed/platform-params@7.48.0) - "@tsed/platform-middlewares": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/schema@7.48.0) - "@tsed/platform-params": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/schema@7.48.0) - "@tsed/platform-response-filter": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/schema@7.48.0) - "@tsed/platform-router": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/platform-params@7.48.0)(@tsed/schema@7.48.0) - "@tsed/platform-views": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/engines@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/schema@7.48.0) - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - "@types/json-schema": 7.0.11 - accepts: 1.3.8 - tslib: 2.5.0 - uuid: 8.3.2 - transitivePeerDependencies: - - "@tsed/engines" - - "@tsed/openspec" - dev: false - /@tsed/components-scan@7.48.0(@tsed/core@7.48.0): + "@tsed/components-scan@7.48.0": resolution: { integrity: sha512-4NCrjyLOWcNWQ+dw8e26rAEeWwiM8syIFNJPeHOf2MZ5nFrmB98BqPduTYHZI+22TC55kfWDogbz1bksQUjuGg==, } peerDependencies: "@tsed/core": ">=7.9.0" - dependencies: - "@tsed/core": 7.48.0 - "@tsed/normalize-path": 7.48.0 - globby: 11.0.3 - tslib: 2.5.0 - dev: false - /@tsed/core@7.48.0: + "@tsed/core@7.48.0": resolution: { integrity: sha512-pCpoZY58yhSRpxorwT4i2K9xkaaI4H0KAgRyPHQAPXAuDqXlGI6kC/wit58zfUEjnm5p4/tXYYiowneNkrUfIg==, } - dependencies: - reflect-metadata: 0.1.13 - tslib: 2.5.0 - dev: false - /@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0): + "@tsed/di@7.48.0": resolution: { integrity: sha512-CIt4k3wEw/EX6VEkluR1SxHtDSocpF7bpoHSyVTMHkymqH1Lz4TaAl0UjCQoknEpUuyLafhTNKGsdKZDhh4XWw==, @@ -10058,39 +6245,22 @@ packages: "@tsed/core": ^7.48.0 "@tsed/logger": ">=6.2.2" "@tsed/schema": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - "@tsed/logger": 6.6.3 - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - tslib: 2.5.0 - dev: false - /@tsed/engines@7.48.0: + "@tsed/engines@7.48.0": resolution: { integrity: sha512-GxmeOVwVBCY7p5nVnXjXKHer6f0snlVb8yXEva5XoLOrR4TjRNrcovBDZlbu8rgyrCDtHrbdpXPSKZBXPavUpw==, } - dependencies: - filedirname: 2.7.0 - fs-extra: 11.1.1 - tslib: 2.5.0 - dev: false - /@tsed/exceptions@7.48.0(@tsed/core@7.48.0): + "@tsed/exceptions@7.48.0": resolution: { integrity: sha512-xyci0iwu7R6z69WEGdkLGpnLdpkabXR1re8LEZ4ZK9rfxWPnatlZmkGVchbE1uxAoHtSRTqpYAR1G/wN+A+OgA==, } peerDependencies: "@tsed/core": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - change-case: 4.1.2 - statuses: 2.0.1 - tslib: 2.5.0 - dev: false - /@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0): + "@tsed/json-mapper@7.48.0": resolution: { integrity: sha512-dIxf2ayirEBtAaQ+VkYR6qBn9DUZtLtXZdPOtko+bJV4ZWWWcoVWId6tA5fs1i2pybAYJrMSrW0ghFlbvZRXVQ==, @@ -10098,57 +6268,34 @@ packages: peerDependencies: "@tsed/core": ^7.48.0 "@tsed/schema": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - tslib: 2.5.0 - dev: false - /@tsed/logger-file@6.6.2(@tsed/logger@6.6.3): + "@tsed/logger-file@6.6.2": resolution: { integrity: sha512-UCn+SXTzbI/Y4MQr28CCuXM5D0E9foU3e3Sgv76wwV2s8FLbM9PjtoTappvkvrNfZTbO1d8iKk4F5E82K4QoPQ==, } peerDependencies: "@tsed/logger": 6.6.2 - dependencies: - "@tsed/logger": 6.6.3 - streamroller: 3.1.5 - tslib: 2.3.1 - transitivePeerDependencies: - - supports-color - dev: false - /@tsed/logger@6.6.3: + "@tsed/logger@6.6.3": resolution: { integrity: sha512-TwJDWQ3nnZ++A6Si/pHFdCGDoewRSDdmBpN6vwnFRXRjJrkHqITwCMGMG74ZMVBXl8KMI6ngNma2qbIuhKFUyw==, } - dependencies: - colors: 1.4.0 - date-format: 4.0.14 - semver: 7.5.4 - tslib: 2.3.1 - dev: false - /@tsed/normalize-path@7.48.0: + "@tsed/normalize-path@7.48.0": resolution: { integrity: sha512-wpH2y55EykNxbIjUPUneF41KByaSIu+5o4DkH9AqYtkaNbemdq3sP7JLaBPgUZegOLYcMtMcSky/wF2PaCl7ig==, } - dependencies: - normalize-path: 3.0.0 - tslib: 2.5.0 - dev: false - /@tsed/openspec@7.48.0: + "@tsed/openspec@7.48.0": resolution: { integrity: sha512-izcOEwtN/lqoijhlaOHr5Yr6hIIGuF5hMwtRm3DgSOJgGLSckS+MM9k9l8jNBHwpYVqxBRmg7EXW1L9yfZVifQ==, } - dev: false - /@tsed/platform-exceptions@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/schema@7.48.0): + "@tsed/platform-exceptions@7.48.0": resolution: { integrity: sha512-RUgPk+vhnt6u+5oPkKaGNXk2/hVeVbYCoKNEHorZqVXEkMnVcbkh7mmY1iq53wil529DsYhdt1WjS3SsN51kiw==, @@ -10158,15 +6305,8 @@ packages: "@tsed/di": ^7.48.0 "@tsed/exceptions": ^7.48.0 "@tsed/schema": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - tslib: 2.5.0 - dev: false - /@tsed/platform-express@7.48.0(@tsed/common@7.48.0)(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0)(@tsed/schema@7.48.0)(@types/multer@1.4.11)(body-parser@1.20.1)(multer@1.4.5-lts.1): + "@tsed/platform-express@7.48.0": resolution: { integrity: sha512-XoTGNJKAAkEUUbr0515YeiyQ/b4PTHUQy+rKnzNo/aPV8MpCKQyBCRgFSzj3gxGrJoxy+s9bkC+FagkqSvcQAw==, @@ -10186,24 +6326,8 @@ packages: peerDependenciesMeta: "@tsed/platform-views": optional: true - dependencies: - "@tsed/common": 7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2)(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0) - "@tsed/core": 7.48.0 - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0) - "@tsed/logger": 6.6.3 - "@tsed/openspec": 7.48.0 - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - "@types/multer": 1.4.11 - body-parser: 1.20.1 - express: 4.18.2 - multer: 1.4.5-lts.1 - tslib: 2.5.0 - transitivePeerDependencies: - - supports-color - dev: false - /@tsed/platform-log-middleware@7.48.0(@tsed/di@7.48.0)(@tsed/platform-middlewares@7.48.0)(@tsed/platform-params@7.48.0): + "@tsed/platform-log-middleware@7.48.0": resolution: { integrity: sha512-f/m6iXSmgf53vlmlH2BZiHQskUNhcT7yP0+JmGBzPn60lzsssEMhJ6Hyc0tPz6XPhBM6ZzL/NrayF32DaJ1dCA==, @@ -10212,14 +6336,8 @@ packages: "@tsed/di": ^7.48.0 "@tsed/platform-middlewares": ^7.48.0 "@tsed/platform-params": ^7.48.0 - dependencies: - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/platform-middlewares": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/schema@7.48.0) - "@tsed/platform-params": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/schema@7.48.0) - tslib: 2.5.0 - dev: false - /@tsed/platform-middlewares@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/schema@7.48.0): + "@tsed/platform-middlewares@7.48.0": resolution: { integrity: sha512-pWbSZwsbiD1mjZFMIPGAaKpi3hRFEpGEOs5SvPWYZ53S3Dfi3c8oRE0muLn9jLhjVApe73EFW9IS42XX/n4YLQ==, @@ -10235,14 +6353,8 @@ packages: optional: true "@tsed/schema": optional: true - dependencies: - "@tsed/core": 7.48.0 - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - tslib: 2.5.0 - dev: false - /@tsed/platform-params@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/schema@7.48.0): + "@tsed/platform-params@7.48.0": resolution: { integrity: sha512-cE1EKbJ9BHb/GuSubIvFLA8krCggRbUWYj2QtETuVWcEjb8O3xka28SxwVqTU3kdYD7zIK/K20lPR6dMF8hDwg==, @@ -10253,16 +6365,8 @@ packages: "@tsed/exceptions": ^7.48.0 "@tsed/json-mapper": ^7.48.0 "@tsed/schema": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) - "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0) - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - tslib: 2.5.0 - dev: false - /@tsed/platform-response-filter@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/schema@7.48.0): + "@tsed/platform-response-filter@7.48.0": resolution: { integrity: sha512-EU9vMAXq3JtSvyYAWgfw9qL0lpaHKcbQxY5RuIgTpBUrh/ayxcB1J3B3SbS6boyFoaFRujtwv8+cCteL6eRubg==, @@ -10273,16 +6377,8 @@ packages: "@tsed/exceptions": ^7.48.0 "@tsed/json-mapper": ^7.48.0 "@tsed/schema": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) - "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0) - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - tslib: 2.5.0 - dev: false - /@tsed/platform-router@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/platform-params@7.48.0)(@tsed/schema@7.48.0): + "@tsed/platform-router@7.48.0": resolution: { integrity: sha512-Q9PEdfHLl9FABDOzNJww06F+k/Xn4bgf/V0b+/TlvmGnzA1OZtBjYAS0fGOC2tnEJ/123AaThUIC5t/fo7u2Yw==, @@ -10294,17 +6390,8 @@ packages: "@tsed/json-mapper": ^7.48.0 "@tsed/platform-params": ^7.48.0 "@tsed/schema": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) - "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0) - "@tsed/platform-params": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/schema@7.48.0) - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - tslib: 2.5.0 - dev: false - /@tsed/platform-views@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/engines@7.48.0)(@tsed/exceptions@7.48.0)(@tsed/schema@7.48.0): + "@tsed/platform-views@7.48.0": resolution: { integrity: sha512-Ns6qCZbn32dAQAlQWAw2QXqBEqKrVLGuuoW/QRrQ0w+yLXyDrYuHzY4aYbbBnRtIxvdgQ9M7GPcQMVqNpQGNWw==, @@ -10315,17 +6402,8 @@ packages: "@tsed/engines": ^7.48.0 "@tsed/exceptions": ^7.48.0 "@tsed/schema": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/engines": 7.48.0 - "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - ejs: 3.1.9 - tslib: 2.5.0 - dev: false - /@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0): + "@tsed/schema@7.48.0": resolution: { integrity: sha512-Q2hu+rn3SQm/IErMEy4+sGE9IJNz74O1hp13SGFbnxKrz0hhv+Yrmw7ZY7AmuPtnVLWGj3GAv1mX+AHO+FgxmA==, @@ -10333,18 +6411,8 @@ packages: peerDependencies: "@tsed/core": ^7.48.0 "@tsed/openspec": ^7.48.0 - dependencies: - "@tsed/core": 7.48.0 - "@tsed/openspec": 7.48.0 - change-case: 4.1.2 - fs-extra: 11.1.1 - json-schema: 0.4.0 - picomatch: 2.3.1 - statuses: 2.0.1 - tslib: 2.5.0 - dev: false - /@tsed/socketio@7.48.0(@tsed/di@7.48.0)(@tsed/json-mapper@7.48.0)(@tsed/logger@6.6.3)(@tsed/platform-middlewares@7.48.0)(@tsed/schema@7.48.0)(socket.io@4.7.2): + "@tsed/socketio@7.48.0": resolution: { integrity: sha512-9uniIjxKW5vwyBtXbxTj1rfLfEfKpP0hfyEbxDXEFzVYsVqpkxS/pwE5g0pwK1FZ9XMLvWJnZWkP/2Z+VRO/Cg==, @@ -10356,883 +6424,650 @@ packages: "@tsed/platform-middlewares": ^7.48.0 "@tsed/schema": ^7.48.0 socket.io: ">=4.0.0" - dependencies: - "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0) - "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0) - "@tsed/logger": 6.6.3 - "@tsed/platform-middlewares": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0)(@tsed/schema@7.48.0) - "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) - socket.io: 4.7.2 - tslib: 2.5.0 - dev: false - /@tsed/swagger@7.48.0(@tsed/common@7.48.0): + "@tsed/swagger@7.48.0": resolution: { integrity: sha512-9WFpTI/IW0GIaoY78o8Rr/dzdRmJ1ZjmbpPPjGwm18+03Y9/w5e0R1FUmUNAStpYnwccQZK2trEjW+KHKpBfsQ==, } peerDependencies: "@tsed/common": ^7.48.0 - dependencies: - "@tsed/common": 7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2)(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0) - "@tsed/normalize-path": 7.48.0 - "@tsed/openspec": 7.48.0 - filedirname: 2.7.0 - fs-extra: 11.1.1 - micromatch: 4.0.5 - swagger-ui-dist: 4.19.1 - tslib: 2.5.0 - dev: false - /@tufjs/canonical-json@1.0.0: + "@tufjs/canonical-json@1.0.0": resolution: { integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /@tufjs/canonical-json@2.0.0: + "@tufjs/canonical-json@2.0.0": resolution: { integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==, } engines: { node: ^16.14.0 || >=18.0.0 } - dev: true - /@tufjs/models@1.0.4: + "@tufjs/models@1.0.4": resolution: { integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - "@tufjs/canonical-json": 1.0.0 - minimatch: 9.0.3 - dev: true - /@tufjs/models@2.0.0: + "@tufjs/models@2.0.0": resolution: { integrity: sha512-c8nj8BaOExmZKO2DXhDfegyhSGcG9E/mPN3U13L+/PsoWm1uaGiHHjxqSHQiasDBQwDA3aHuw9+9spYAP1qvvg==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@tufjs/canonical-json": 2.0.0 - minimatch: 9.0.3 - dev: true - /@types/aria-query@5.0.1: + "@types/aria-query@5.0.1": resolution: { integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==, } - dev: true - /@types/babel__core@7.20.1: + "@types/babel__core@7.20.1": resolution: { integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==, } - dependencies: - "@babel/parser": 7.23.0 - "@babel/types": 7.23.0 - "@types/babel__generator": 7.6.4 - "@types/babel__template": 7.4.1 - "@types/babel__traverse": 7.20.1 - dev: true - /@types/babel__generator@7.6.4: + "@types/babel__generator@7.6.4": resolution: { integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==, } - dependencies: - "@babel/types": 7.23.0 - dev: true - /@types/babel__template@7.4.1: + "@types/babel__template@7.4.1": resolution: { integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==, } - dependencies: - "@babel/parser": 7.23.0 - "@babel/types": 7.23.0 - dev: true - /@types/babel__traverse@7.20.1: + "@types/babel__traverse@7.20.1": resolution: { integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==, } - dependencies: - "@babel/types": 7.23.0 - dev: true - /@types/bcrypt@5.0.2: + "@types/bcrypt@5.0.2": resolution: { integrity: sha512-6atioO8Y75fNcbmj0G7UjI9lXN2pQ/IGJ2FWT4a/btd0Lk9lQalHLKhkgKVZ3r+spnmWUKfbMi1GEe9wyHQfNQ==, } - dependencies: - "@types/node": 20.9.3 - dev: true - /@types/body-parser@1.19.2: + "@types/body-parser@1.19.2": resolution: { integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==, } - dependencies: - "@types/connect": 3.4.38 - "@types/node": 20.9.3 - /@types/cacheable-request@6.0.3: + "@types/cacheable-request@6.0.3": resolution: { integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==, } - dependencies: - "@types/http-cache-semantics": 4.0.4 - "@types/keyv": 3.1.4 - "@types/node": 20.9.3 - "@types/responselike": 1.0.3 - dev: true - /@types/chai-subset@1.3.3: + "@types/chai-subset@1.3.3": resolution: { integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==, } - dependencies: - "@types/chai": 4.3.5 - dev: true - /@types/chai@4.3.5: + "@types/chai@4.3.5": resolution: { integrity: sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==, } - dev: true - /@types/color-convert@2.0.0: + "@types/color-convert@2.0.0": resolution: { integrity: sha512-m7GG7IKKGuJUXvkZ1qqG3ChccdIM/qBBo913z+Xft0nKCX4hAU/IxKwZBU4cpRZ7GS5kV4vOblUkILtSShCPXQ==, } - dependencies: - "@types/color-name": 1.1.1 - dev: false - /@types/color-name@1.1.1: + "@types/color-name@1.1.1": resolution: { integrity: sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==, } - dev: false - /@types/color@3.0.6: + "@types/color@3.0.6": resolution: { integrity: sha512-NMiNcZFRUAiUUCCf7zkAelY8eV3aKqfbzyFQlXpPIEeoNDbsEHGpb854V3gzTsGKYj830I5zPuOwU/TP5/cW6A==, } - dependencies: - "@types/color-convert": 2.0.0 - dev: false - /@types/command-exists@1.2.3: + "@types/command-exists@1.2.3": resolution: { integrity: sha512-PpbaE2XWLaWYboXD6k70TcXO/OdOyyRFq5TVpmlUELNxdkkmXU9fkImNosmXU1DtsNrqdUgWd/nJQYXgwmtdXQ==, } - dev: true - /@types/compression@1.7.5: + "@types/compression@1.7.5": resolution: { integrity: sha512-AAQvK5pxMpaT+nDvhHrsBhLSYG5yQdtkaJE1WYieSNY2mVFKAgmU4ks65rkZD5oqnGCFLyQpUr1CqI4DmUMyDg==, } - dependencies: - "@types/express": 4.17.21 - dev: true - /@types/connect@3.4.38: + "@types/connect@3.4.38": resolution: { integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==, } - dependencies: - "@types/node": 20.9.3 - /@types/cookie-parser@1.4.6: + "@types/cookie-parser@1.4.6": resolution: { integrity: sha512-KoooCrD56qlLskXPLGUiJxOMnv5l/8m7cQD2OxJ73NPMhuSz9PmvwRD6EpjDyKBVrdJDdQ4bQK7JFNHnNmax0w==, } - dependencies: - "@types/express": 4.17.21 - dev: true - /@types/cookie@0.4.1: + "@types/cookie@0.4.1": resolution: { integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==, } - dev: false - /@types/cookie@0.5.4: + "@types/cookie@0.5.4": resolution: { integrity: sha512-7z/eR6O859gyWIAjuvBWFzNURmf2oPBmJlfVWkwehU5nzIyjwBsTh7WMmEEV4JFnHuQ3ex4oyTvfKzcyJVDBNA==, } - dev: true - /@types/cors@2.8.17: + "@types/cors@2.8.17": resolution: { integrity: sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==, } - dependencies: - "@types/node": 20.9.3 - /@types/cross-spawn@6.0.2: + "@types/cross-spawn@6.0.2": resolution: { integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==, } - dependencies: - "@types/node": 20.9.3 - /@types/debug@4.1.8: + "@types/debug@4.1.8": resolution: { integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==, } - dependencies: - "@types/ms": 0.7.31 - dev: false - /@types/detect-port@1.3.3: + "@types/detect-port@1.3.3": resolution: { integrity: sha512-bV/jQlAJ/nPY3XqSatkGpu+nGzou+uSwrH1cROhn+jBFg47yaNH+blW4C7p9KhopC7QxCv/6M86s37k8dMk0Yg==, } - dev: true - /@types/doctrine@0.0.3: + "@types/doctrine@0.0.3": resolution: { integrity: sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==, } - dev: true - /@types/doctrine@0.0.6: + "@types/doctrine@0.0.6": resolution: { integrity: sha512-KlEqPtaNBHBJ2/fVA4yLdD0Tc8zw34pKU4K5SHBIEwtLJ8xxumIC1xeG+4S+/9qhVj2MqC7O3Ld8WvDG4HqlgA==, } - dev: true - /@types/ejs@3.1.5: + "@types/ejs@3.1.5": resolution: { integrity: sha512-nv+GSx77ZtXiJzwKdsASqi+YQ5Z7vwHsTP0JY2SiQgjGckkBRKZnk8nIM+7oUZ1VCtuTz0+By4qVR7fqzp/Dfg==, } - dev: true - /@types/emscripten@1.39.7: + "@types/emscripten@1.39.7": resolution: { integrity: sha512-tLqYV94vuqDrXh515F/FOGtBcRMTPGvVV1LzLbtYDcQmmhtpf/gLYf+hikBbQk8MzOHNz37wpFfJbYAuSn8HqA==, } - dev: true - /@types/escodegen@0.0.6: + "@types/escodegen@0.0.6": resolution: { integrity: sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==, } - dev: true - /@types/estree@0.0.51: + "@types/estree@0.0.51": resolution: { integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==, } - dev: true - /@types/estree@1.0.1: + "@types/estree@1.0.1": resolution: { integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==, } - /@types/express-serve-static-core@4.17.36: + "@types/express-serve-static-core@4.17.36": resolution: { integrity: sha512-zbivROJ0ZqLAtMzgzIUC4oNqDG9iF0lSsAqpOD9kbs5xcIM3dTiyuHvBc7R8MtWBp3AAWGaovJa+wzWPjLYW7Q==, } - dependencies: - "@types/node": 20.9.3 - "@types/qs": 6.9.7 - "@types/range-parser": 1.2.4 - "@types/send": 0.17.1 - /@types/express@4.17.21: + "@types/express@4.17.21": resolution: { integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==, } - dependencies: - "@types/body-parser": 1.19.2 - "@types/express-serve-static-core": 4.17.36 - "@types/qs": 6.9.7 - "@types/serve-static": 1.15.2 - /@types/find-cache-dir@3.2.1: + "@types/find-cache-dir@3.2.1": resolution: { integrity: sha512-frsJrz2t/CeGifcu/6uRo4b+SzAwT4NYCVPu1GN8IB9XTzrpPkGuV0tmh9mN+/L0PklAlsC3u5Fxt0ju00LXIw==, } - dev: true - /@types/geojson@7946.0.10: + "@types/geojson@7946.0.10": resolution: { integrity: sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==, } - dev: false - /@types/glob@7.2.0: + "@types/glob@7.2.0": resolution: { integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==, } - dependencies: - "@types/minimatch": 5.1.2 - "@types/node": 20.9.3 - dev: true - /@types/glob@8.1.0: + "@types/glob@8.1.0": resolution: { integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==, } - dependencies: - "@types/minimatch": 5.1.2 - "@types/node": 20.9.3 - dev: true - /@types/graceful-fs@4.1.6: + "@types/graceful-fs@4.1.6": resolution: { integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==, } - dependencies: - "@types/node": 20.9.3 - dev: true - /@types/hast@2.3.6: + "@types/hast@2.3.6": resolution: { integrity: sha512-47rJE80oqPmFdVDCD7IheXBrVdwuBgsYwoczFvKmwfo2Mzsnt+V9OONsYauFmICb6lQPpCuXYJWejBNs4pDJRg==, } - dependencies: - "@types/unist": 2.0.7 - dev: false - /@types/hast@3.0.1: + "@types/hast@3.0.1": resolution: { integrity: sha512-hs/iBJx2aydugBQx5ETV3ZgeSS0oIreQrFJ4bjBl0XvM4wAmDjFEALY7p0rTSLt2eL+ibjRAAs9dTPiCLtmbqQ==, } - dependencies: - "@types/unist": 3.0.0 - dev: false - /@types/hoist-non-react-statics@3.3.2: + "@types/hoist-non-react-statics@3.3.2": resolution: { integrity: sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw==, } - dependencies: - "@types/react": 18.2.34 - hoist-non-react-statics: 3.3.2 - dev: false - /@types/http-cache-semantics@4.0.4: + "@types/http-cache-semantics@4.0.4": resolution: { integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==, } - dev: true - /@types/http-errors@2.0.1: + "@types/http-errors@2.0.1": resolution: { integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==, } - /@types/is-hotkey@0.1.10: + "@types/is-hotkey@0.1.10": resolution: { integrity: sha512-RvC8KMw5BCac1NvRRyaHgMMEtBaZ6wh0pyPTBu7izn4Sj/AX9Y4aXU5c7rX8PnM/knsuUpC1IeoBkANtxBypsQ==, } - dev: false - /@types/istanbul-lib-coverage@2.0.4: + "@types/istanbul-lib-coverage@2.0.4": resolution: { integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==, } - dev: true - /@types/istanbul-lib-report@3.0.0: + "@types/istanbul-lib-report@3.0.0": resolution: { integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==, } - dependencies: - "@types/istanbul-lib-coverage": 2.0.4 - dev: true - /@types/istanbul-reports@3.0.1: + "@types/istanbul-reports@3.0.1": resolution: { integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==, } - dependencies: - "@types/istanbul-lib-report": 3.0.0 - dev: true - /@types/jest@28.1.3: + "@types/jest@28.1.3": resolution: { integrity: sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==, } - dependencies: - jest-matcher-utils: 28.1.3 - pretty-format: 28.1.3 - dev: true - /@types/js-cookie@2.2.7: + "@types/js-cookie@2.2.7": resolution: { integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==, } - dev: false - /@types/json-schema@7.0.11: + "@types/json-schema@7.0.11": resolution: { integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==, } - dev: false - /@types/json-schema@7.0.12: + "@types/json-schema@7.0.12": resolution: { integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==, } - dev: true - /@types/json5@0.0.29: + "@types/json5@0.0.29": resolution: { integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, } - /@types/jsonwebtoken@9.0.5: + "@types/jsonwebtoken@9.0.5": resolution: { integrity: sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==, } - dependencies: - "@types/node": 20.9.3 - dev: true - /@types/keyv@3.1.4: + "@types/keyv@3.1.4": resolution: { integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==, } - dependencies: - "@types/node": 20.9.3 - dev: true - /@types/leaflet@1.9.8: + "@types/leaflet@1.9.8": resolution: { integrity: sha512-EXdsL4EhoUtGm2GC2ZYtXn+Fzc6pluVgagvo2VC1RHWToLGlTRwVYoDpqS/7QXa01rmDyBjJk3Catpf60VMkwg==, } - dependencies: - "@types/geojson": 7946.0.10 - dev: false - /@types/lodash.set@4.3.9: + "@types/lodash.set@4.3.9": resolution: { integrity: sha512-KOxyNkZpbaggVmqbpr82N2tDVTx05/3/j0f50Es1prxrWB0XYf9p3QNxqcbWb7P1Q9wlvsUSlCFnwlPCIJ46PQ==, } - dependencies: - "@types/lodash": 4.14.200 - dev: true - /@types/lodash@4.14.200: + "@types/lodash@4.14.200": resolution: { integrity: sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==, } - /@types/mdast@3.0.13: + "@types/mdast@3.0.13": resolution: { integrity: sha512-HjiGiWedR0DVFkeNljpa6Lv4/IZU1+30VY5d747K7lBudFc3R0Ibr6yJ9lN3BE28VnZyDfLF/VB1Ql1ZIbKrmg==, } - dependencies: - "@types/unist": 2.0.7 - dev: false - /@types/mdast@4.0.0: + "@types/mdast@4.0.0": resolution: { integrity: sha512-YLeG8CujC9adtj/kuDzq1N4tCDYKoZ5l/bnjq8d74+t/3q/tHquJOJKUQXJrLCflOHpKjXgcI/a929gpmLOEng==, } - dependencies: - "@types/unist": 3.0.0 - dev: false - /@types/mdast@4.0.2: + "@types/mdast@4.0.2": resolution: { integrity: sha512-tYR83EignvhYO9iU3kDg8V28M0jqyh9zzp5GV+EO+AYnyUl3P5ltkTeJuTiFZQFz670FSb3EwT/6LQdX+UdKfw==, } - dependencies: - "@types/unist": 3.0.0 - dev: false - /@types/mdx@2.0.7: + "@types/mdx@2.0.7": resolution: { integrity: sha512-BG4tyr+4amr3WsSEmHn/fXPqaCba/AYZ7dsaQTiavihQunHSIxk+uAtqsjvicNpyHN6cm+B9RVrUOtW9VzIKHw==, } - dev: true - /@types/mime-types@2.1.1: + "@types/mime-types@2.1.1": resolution: { integrity: sha512-vXOTGVSLR2jMw440moWTC7H19iUyLtP3Z1YTj7cSsubOICinjMxFeb/V57v9QdyyPGbbWolUFSSmSiRSn94tFw==, } - dev: true - /@types/mime@1.3.2: + "@types/mime@1.3.2": resolution: { integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==, } - /@types/mime@3.0.1: + "@types/mime@3.0.1": resolution: { integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==, } - /@types/minimatch@3.0.5: + "@types/minimatch@3.0.5": resolution: { integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==, } - dev: true - /@types/minimatch@5.1.2: + "@types/minimatch@5.1.2": resolution: { integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==, } - dev: true - /@types/minimist@1.2.2: + "@types/minimist@1.2.2": resolution: { integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==, } - dev: true - /@types/ms@0.7.31: + "@types/ms@0.7.31": resolution: { integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==, } - dev: false - /@types/multer@1.4.11: + "@types/multer@1.4.11": resolution: { integrity: sha512-svK240gr6LVWvv3YGyhLlA+6LRRWA4mnGIU7RcNmgjBYFl6665wcXrRfxGp5tEPVHUNm5FMcmq7too9bxCwX/w==, } - dependencies: - "@types/express": 4.17.21 - /@types/node-fetch@2.6.4: + "@types/node-fetch@2.6.4": resolution: { integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==, } - dependencies: - "@types/node": 20.9.3 - form-data: 3.0.1 - dev: true - /@types/node@18.18.6: + "@types/node@18.18.6": resolution: { integrity: sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==, } - dev: true - /@types/node@20.9.1: + "@types/node@20.9.1": resolution: { integrity: sha512-HhmzZh5LSJNS5O8jQKpJ/3ZcrrlG6L70hpGqMIAoM9YVD0YBRNWYsfwcXq8VnSjlNpCpgLzMXdiPo+dxcvSmiA==, } - dependencies: - undici-types: 5.26.5 - dev: true - /@types/node@20.9.3: + "@types/node@20.9.3": resolution: { integrity: sha512-nk5wXLAXGBKfrhLB0cyHGbSqopS+nz0BUgZkUQqSHSSgdee0kssp1IAqlQOu333bW+gMNs2QREx7iynm19Abxw==, } - dependencies: - undici-types: 5.26.5 - /@types/normalize-package-data@2.4.1: + "@types/normalize-package-data@2.4.1": resolution: { integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==, } - /@types/nprogress@0.2.3: + "@types/nprogress@0.2.3": resolution: { integrity: sha512-k7kRA033QNtC+gLc4VPlfnue58CM1iQLgn1IMAU8VPHGOj7oIHPp9UlhedEnD/Gl8evoCjwkZjlBORtZ3JByUA==, } - dev: false - /@types/parse-json@4.0.0: + "@types/parse-json@4.0.0": resolution: { integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==, } - dev: false - /@types/pretty-hrtime@1.0.1: + "@types/pretty-hrtime@1.0.1": resolution: { integrity: sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==, } - dev: true - /@types/prop-types@15.7.5: + "@types/prop-types@15.7.5": resolution: { integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==, } - /@types/qrcode@1.5.5: + "@types/qrcode@1.5.5": resolution: { integrity: sha512-CdfBi/e3Qk+3Z/fXYShipBT13OJ2fDO2Q2w5CIP5anLTLIndQG9z6P1cnm+8zCWSpm5dnxMFd/uREtb0EXuQzg==, } - dependencies: - "@types/node": 20.9.3 - dev: true - /@types/qs@6.9.7: + "@types/qs@6.9.7": resolution: { integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==, } - /@types/range-parser@1.2.4: + "@types/range-parser@1.2.4": resolution: { integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==, } - /@types/react-dom@18.2.14: + "@types/react-dom@18.2.14": resolution: { integrity: sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==, } - dependencies: - "@types/react": 18.2.34 - /@types/react-transition-group@4.4.6: + "@types/react-transition-group@4.4.6": resolution: { integrity: sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==, } - dependencies: - "@types/react": 18.2.34 - dev: false - /@types/react@18.2.34: + "@types/react@18.2.34": resolution: { integrity: sha512-U6eW/alrRk37FU/MS2RYMjx0Va2JGIVXELTODaTIYgvWGCV4Y4TfTUzG8DdmpDNIT0Xpj/R7GfyHOJJrDttcvg==, } - dependencies: - "@types/prop-types": 15.7.5 - "@types/scheduler": 0.16.3 - csstype: 3.1.2 - /@types/resolve@1.20.4: + "@types/resolve@1.20.4": resolution: { integrity: sha512-BKGK0T1VgB1zD+PwQR4RRf0ais3NyvH1qjLUrHI5SEiccYaJrhLstLuoXFWJ+2Op9whGizSPUMGPJY/Qtb/A2w==, } - dev: true - /@types/responselike@1.0.3: + "@types/responselike@1.0.3": resolution: { integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==, } - dependencies: - "@types/node": 20.9.3 - dev: true - /@types/retry@0.12.0: + "@types/retry@0.12.0": resolution: { integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==, } - dev: false - /@types/scheduler@0.16.3: + "@types/scheduler@0.16.3": resolution: { integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==, } - /@types/semver@7.5.0: + "@types/semver@7.5.0": resolution: { integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==, } - dev: true - /@types/send@0.17.1: + "@types/send@0.17.1": resolution: { integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==, } - dependencies: - "@types/mime": 1.3.2 - "@types/node": 20.9.3 - /@types/serve-static@1.15.2: + "@types/serve-static@1.15.2": resolution: { integrity: sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==, } - dependencies: - "@types/http-errors": 2.0.1 - "@types/mime": 3.0.1 - "@types/node": 20.9.3 - /@types/sharp@0.31.1: + "@types/sharp@0.31.1": resolution: { integrity: sha512-5nWwamN9ZFHXaYEincMSuza8nNfOof8nmO+mcI+Agx1uMUk4/pQnNIcix+9rLPXzKrm1pS34+6WRDbDV0Jn7ag==, } - dependencies: - "@types/node": 20.9.3 - dev: true - /@types/sortablejs@1.15.6: + "@types/sortablejs@1.15.6": resolution: { integrity: sha512-/G23qmK63iBjke89C1KvyFGMC7sooH4OKPuhOhLZUttZJ49dw7y7oimqICFe2PHCdQ4Cfb9tsF/Xy8kYr1/nIg==, } - dev: false - /@types/stack-utils@2.0.2: + "@types/stack-utils@2.0.2": resolution: { integrity: sha512-g7CK9nHdwjK2n0ymT2CW698FuWJRIx+RP6embAzZ2Qi8/ilIrA1Imt2LVSeHUzKvpoi7BhmmQcXz95eS0f2JXw==, } - dev: true - /@types/unist@2.0.7: + "@types/unist@2.0.7": resolution: { integrity: sha512-cputDpIbFgLUaGQn6Vqg3/YsJwxUwHLO13v3i5ouxT4lat0khip9AEWxtERujXV9wxIB1EyF97BSJFt6vpdI8g==, } - /@types/unist@3.0.0: + "@types/unist@3.0.0": resolution: { integrity: sha512-MFETx3tbTjE7Uk6vvnWINA/1iJ7LuMdO4fcq8UfF0pRbj01aGLduVvQcRyswuACJdpnHgg8E3rQLhaRdNEJS0w==, } - dev: false - /@types/uuid@9.0.7: + "@types/uuid@9.0.7": resolution: { integrity: sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==, } - dev: false - /@types/wait-on@5.3.3: + "@types/wait-on@5.3.3": resolution: { integrity: sha512-I8EnhU/DuvV2LODzBcLw85FPFFZ9mBvtgqfsgXbhkbo5IZYfIne5qxPTv4PGbD8d5uDQJG5g/pGwGdpM8lQ6Lg==, } - dependencies: - "@types/node": 20.9.3 - dev: true - /@types/yargs-parser@21.0.0: + "@types/yargs-parser@21.0.0": resolution: { integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==, } - dev: true - /@types/yargs@16.0.5: + "@types/yargs@16.0.5": resolution: { integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==, } - dependencies: - "@types/yargs-parser": 21.0.0 - dev: true - /@types/yargs@17.0.24: + "@types/yargs@17.0.24": resolution: { integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==, } - dependencies: - "@types/yargs-parser": 21.0.0 - dev: true - /@types/yauzl@2.10.0: + "@types/yauzl@2.10.0": resolution: { integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==, } - requiresBuild: true - dependencies: - "@types/node": 20.9.3 - dev: false - optional: true - /@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1)(eslint@8.56.0)(typescript@5.3.2): + "@typescript-eslint/eslint-plugin@6.4.1": resolution: { integrity: sha512-3F5PtBzUW0dYlq77Lcqo13fv+58KDwUib3BddilE8ajPJT+faGgxmI9Sw+I8ZS22BYwoir9ZhNXcLi+S+I2bkw==, @@ -11245,26 +7080,8 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - "@eslint-community/regexpp": 4.7.0 - "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - "@typescript-eslint/scope-manager": 6.4.1 - "@typescript-eslint/type-utils": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - "@typescript-eslint/utils": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - "@typescript-eslint/visitor-keys": 6.4.1 - debug: 4.3.4 - eslint: 8.56.0 - graphemer: 1.4.0 - ignore: 5.2.4 - natural-compare: 1.4.0 - semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.3.2) - typescript: 5.3.2 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2): + "@typescript-eslint/parser@6.4.1": resolution: { integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==, @@ -11276,28 +7093,15 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - "@typescript-eslint/scope-manager": 6.4.1 - "@typescript-eslint/types": 6.4.1 - "@typescript-eslint/typescript-estree": 6.4.1(typescript@5.3.2) - "@typescript-eslint/visitor-keys": 6.4.1 - debug: 4.3.4 - eslint: 8.56.0 - typescript: 5.3.2 - transitivePeerDependencies: - - supports-color - /@typescript-eslint/scope-manager@6.4.1: + "@typescript-eslint/scope-manager@6.4.1": resolution: { integrity: sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==, } engines: { node: ^16.0.0 || >=18.0.0 } - dependencies: - "@typescript-eslint/types": 6.4.1 - "@typescript-eslint/visitor-keys": 6.4.1 - /@typescript-eslint/type-utils@6.4.1(eslint@8.56.0)(typescript@5.3.2): + "@typescript-eslint/type-utils@6.4.1": resolution: { integrity: sha512-7ON8M8NXh73SGZ5XvIqWHjgX2f+vvaOarNliGhjrJnv1vdjG0LVIz+ToYfPirOoBi56jxAKLfsLm40+RvxVVXA==, @@ -11309,25 +7113,15 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - "@typescript-eslint/typescript-estree": 6.4.1(typescript@5.3.2) - "@typescript-eslint/utils": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - debug: 4.3.4 - eslint: 8.56.0 - ts-api-utils: 1.0.2(typescript@5.3.2) - typescript: 5.3.2 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/types@6.4.1: + "@typescript-eslint/types@6.4.1": resolution: { integrity: sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==, } engines: { node: ^16.0.0 || >=18.0.0 } - /@typescript-eslint/typescript-estree@6.4.1(typescript@5.3.2): + "@typescript-eslint/typescript-estree@6.4.1": resolution: { integrity: sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==, @@ -11338,19 +7132,8 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - "@typescript-eslint/types": 6.4.1 - "@typescript-eslint/visitor-keys": 6.4.1 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.3.2) - typescript: 5.3.2 - transitivePeerDependencies: - - supports-color - /@typescript-eslint/utils@6.4.1(eslint@8.56.0)(typescript@5.3.2): + "@typescript-eslint/utils@6.4.1": resolution: { integrity: sha512-F/6r2RieNeorU0zhqZNv89s9bDZSovv3bZQpUNOmmQK1L80/cV4KEu95YUJWi75u5PhboFoKUJBnZ4FQcoqhDw==, @@ -11358,37 +7141,21 @@ packages: engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.56.0) - "@types/json-schema": 7.0.12 - "@types/semver": 7.5.0 - "@typescript-eslint/scope-manager": 6.4.1 - "@typescript-eslint/types": 6.4.1 - "@typescript-eslint/typescript-estree": 6.4.1(typescript@5.3.2) - eslint: 8.56.0 - semver: 7.5.4 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - /@typescript-eslint/visitor-keys@6.4.1: + "@typescript-eslint/visitor-keys@6.4.1": resolution: { integrity: sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==, } engines: { node: ^16.0.0 || >=18.0.0 } - dependencies: - "@typescript-eslint/types": 6.4.1 - eslint-visitor-keys: 3.4.3 - /@ungap/structured-clone@1.2.0: + "@ungap/structured-clone@1.2.0": resolution: { integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, } - /@vitejs/plugin-react@3.1.0(vite@5.0.2): + "@vitejs/plugin-react@3.1.0": resolution: { integrity: sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==, @@ -11396,86 +7163,51 @@ packages: engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: vite: ^4.1.0-beta.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/plugin-transform-react-jsx-self": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-transform-react-jsx-source": 7.22.5(@babel/core@7.22.11) - magic-string: 0.27.0 - react-refresh: 0.14.0 - vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) - transitivePeerDependencies: - - supports-color - dev: true - /@vitest/expect@0.34.6: + "@vitest/expect@0.34.6": resolution: { integrity: sha512-QUzKpUQRc1qC7qdGo7rMK3AkETI7w18gTCUrsNnyjjJKYiuUB9+TQK3QnR1unhCnWRC0AbKv2omLGQDF/mIjOw==, } - dependencies: - "@vitest/spy": 0.34.6 - "@vitest/utils": 0.34.6 - chai: 4.3.10 - dev: true - /@vitest/runner@0.34.6: + "@vitest/runner@0.34.6": resolution: { integrity: sha512-1CUQgtJSLF47NnhN+F9X2ycxUP0kLHQ/JWvNHbeBfwW8CzEGgeskzNnHDyv1ieKTltuR6sdIHV+nmR6kPxQqzQ==, } - dependencies: - "@vitest/utils": 0.34.6 - p-limit: 4.0.0 - pathe: 1.1.1 - dev: true - /@vitest/snapshot@0.34.6: + "@vitest/snapshot@0.34.6": resolution: { integrity: sha512-B3OZqYn6k4VaN011D+ve+AA4whM4QkcwcrwaKwAbyyvS/NB1hCWjFIBQxAQQSQir9/RtyAAGuq+4RJmbn2dH4w==, } - dependencies: - magic-string: 0.30.3 - pathe: 1.1.1 - pretty-format: 29.7.0 - dev: true - /@vitest/spy@0.34.6: + "@vitest/spy@0.34.6": resolution: { integrity: sha512-xaCvneSaeBw/cz8ySmF7ZwGvL0lBjfvqc1LpQ/vcdHEvpLn3Ff1vAvjw+CoGn0802l++5L/pxb7whwcWAw+DUQ==, } - dependencies: - tinyspy: 2.1.1 - dev: true - /@vitest/utils@0.34.6: + "@vitest/utils@0.34.6": resolution: { integrity: sha512-IG5aDD8S6zlvloDsnzHw0Ut5xczlF+kv2BOTo+iXfPr54Yhi5qbVOgGB1hZaVq4iJ4C/MZ2J0y15IlsV/ZcI0A==, } - dependencies: - diff-sequences: 29.6.3 - loupe: 2.3.6 - pretty-format: 29.7.0 - dev: true - /@vladfrangu/async_event_emitter@2.2.2: + "@vladfrangu/async_event_emitter@2.2.2": resolution: { integrity: sha512-HIzRG7sy88UZjBJamssEczH5q7t5+axva19UbZLO6u0ySbYPrwzWiXBcC0WuHyhKKoeCyneH+FvYzKQq/zTtkQ==, } engines: { node: ">=v14.0.0", npm: ">=7.0.0" } - dev: false - /@xobotyi/scrollbar-width@1.9.5: + "@xobotyi/scrollbar-width@1.9.5": resolution: { integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==, } - dev: false - /@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15(esbuild@0.18.20): + "@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15": resolution: { integrity: sha512-kYzDJO5CA9sy+on/s2aIW0411AklfCi8Ck/4QDivOqsMKpStZA2SsR+X27VTggGwpStWaLrjJcDcdDMowtG8MA==, @@ -11483,143 +7215,99 @@ packages: engines: { node: ">=14.15.0" } peerDependencies: esbuild: ">=0.10.0" - dependencies: - esbuild: 0.18.20 - tslib: 2.6.2 - dev: true - /@yarnpkg/fslib@2.10.3: + "@yarnpkg/fslib@2.10.3": resolution: { integrity: sha512-41H+Ga78xT9sHvWLlFOZLIhtU6mTGZ20pZ29EiZa97vnxdohJD2AF42rCoAoWfqUz486xY6fhjMH+DYEM9r14A==, } engines: { node: ">=12 <14 || 14.2 - 14.9 || >14.10.0" } - dependencies: - "@yarnpkg/libzip": 2.3.0 - tslib: 1.14.1 - dev: true - /@yarnpkg/libzip@2.3.0: + "@yarnpkg/libzip@2.3.0": resolution: { integrity: sha512-6xm38yGVIa6mKm/DUCF2zFFJhERh/QWp1ufm4cNUvxsONBmfPg8uZ9pZBdOmF6qFGr/HlT6ABBkCSx/dlEtvWg==, } engines: { node: ">=12 <14 || 14.2 - 14.9 || >14.10.0" } - dependencies: - "@types/emscripten": 1.39.7 - tslib: 1.14.1 - dev: true - /@yarnpkg/lockfile@1.1.0: + "@yarnpkg/lockfile@1.1.0": resolution: { integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==, } - dev: true - /@yarnpkg/parsers@3.0.0-rc.46: + "@yarnpkg/parsers@3.0.0-rc.46": resolution: { integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==, } engines: { node: ">=14.15.0" } - dependencies: - js-yaml: 3.14.1 - tslib: 2.6.2 - dev: true - /@zkochan/js-yaml@0.0.6: + "@zkochan/js-yaml@0.0.6": resolution: { integrity: sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==, } hasBin: true - dependencies: - argparse: 2.0.1 - dev: true - /JSONStream@1.3.5: + JSONStream@1.3.5: resolution: { integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==, } hasBin: true - dependencies: - jsonparse: 1.3.1 - through: 2.3.8 - dev: true - /abbrev@1.1.1: + abbrev@1.1.1: resolution: { integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==, } - dev: false - /abbrev@2.0.0: + abbrev@2.0.0: resolution: { integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /accepts@1.3.8: + accepts@1.3.8: resolution: { integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==, } engines: { node: ">= 0.6" } - dependencies: - mime-types: 2.1.35 - negotiator: 0.6.3 - /acorn-jsx@5.3.2(acorn@7.4.1): + acorn-jsx@5.3.2: resolution: { integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, } peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 7.4.1 - dev: true - /acorn-jsx@5.3.2(acorn@8.10.0): - resolution: - { - integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==, - } - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - acorn: 8.10.0 - - /acorn-walk@7.2.0: + acorn-walk@7.2.0: resolution: { integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==, } engines: { node: ">=0.4.0" } - dev: true - /acorn-walk@8.2.0: + acorn-walk@8.2.0: resolution: { integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==, } engines: { node: ">=0.4.0" } - /acorn@7.4.1: + acorn@7.4.1: resolution: { integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, } engines: { node: ">=0.4.0" } hasBin: true - dev: true - /acorn@8.10.0: + acorn@8.10.0: resolution: { integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==, @@ -11627,588 +7315,437 @@ packages: engines: { node: ">=0.4.0" } hasBin: true - /add-stream@1.0.0: + add-stream@1.0.0: resolution: { integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==, } - dev: true - /address@1.2.2: + address@1.2.2: resolution: { integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==, } engines: { node: ">= 10.0.0" } - dev: true - /agent-base@5.1.1: + agent-base@5.1.1: resolution: { integrity: sha512-TMeqbNl2fMW0nMjTEPOwe3J/PRFP4vqeoNuQMG0HlMrtm5QxKqdvAkZ1pRBQ/ulIyDD5Yq0nJ7YbdD8ey0TO3g==, } engines: { node: ">= 6.0.0" } - dev: true - /agent-base@6.0.2: + agent-base@6.0.2: resolution: { integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==, } engines: { node: ">= 6.0.0" } - dependencies: - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - /agent-base@7.1.0: + agent-base@7.1.0: resolution: { integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==, } engines: { node: ">= 14" } - dependencies: - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - /agentkeepalive@4.5.0: + agentkeepalive@4.5.0: resolution: { integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==, } engines: { node: ">= 8.0.0" } - dependencies: - humanize-ms: 1.2.1 - dev: true - /aggregate-error@3.1.0: + aggregate-error@3.1.0: resolution: { integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==, } engines: { node: ">=8" } - dependencies: - clean-stack: 2.2.0 - indent-string: 4.0.0 - /ajv@6.12.6: + ajv@6.12.6: resolution: { integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==, } - dependencies: - fast-deep-equal: 3.1.3 - fast-json-stable-stringify: 2.1.0 - json-schema-traverse: 0.4.1 - uri-js: 4.4.1 - /ansi-colors@4.1.3: + ansi-colors@4.1.3: resolution: { integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==, } engines: { node: ">=6" } - dev: true - /ansi-escapes@4.3.2: + ansi-escapes@4.3.2: resolution: { integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==, } engines: { node: ">=8" } - dependencies: - type-fest: 0.21.3 - /ansi-escapes@6.2.0: + ansi-escapes@6.2.0: resolution: { integrity: sha512-kzRaCqXnpzWs+3z5ABPQiVke+iq0KXkHo8xiWV4RPTi5Yli0l97BEQuhXV1s7+aSU/fu1kUuxgS4MsQ0fRuygw==, } engines: { node: ">=14.16" } - dependencies: - type-fest: 3.13.1 - dev: true - /ansi-green@0.1.1: + ansi-green@0.1.1: resolution: { integrity: sha512-WJ70OI4jCaMy52vGa/ypFSKFb/TrYNPaQ2xco5nUwE0C5H8piume/uAZNNdXXiMQ6DbRmiE7l8oNBHu05ZKkrw==, } engines: { node: ">=0.10.0" } - dependencies: - ansi-wrap: 0.1.0 - dev: false - /ansi-regex@5.0.1: + ansi-regex@5.0.1: resolution: { integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, } engines: { node: ">=8" } - /ansi-regex@6.0.1: + ansi-regex@6.0.1: resolution: { integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, } engines: { node: ">=12" } - /ansi-styles@3.2.1: + ansi-styles@3.2.1: resolution: { integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, } engines: { node: ">=4" } - dependencies: - color-convert: 1.9.3 - /ansi-styles@4.3.0: + ansi-styles@4.3.0: resolution: { integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, } engines: { node: ">=8" } - dependencies: - color-convert: 2.0.1 - /ansi-styles@5.2.0: + ansi-styles@5.2.0: resolution: { integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==, } engines: { node: ">=10" } - dev: true - /ansi-styles@6.2.1: + ansi-styles@6.2.1: resolution: { integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==, } engines: { node: ">=12" } - /ansi-wrap@0.1.0: + ansi-wrap@0.1.0: resolution: { integrity: sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==, } engines: { node: ">=0.10.0" } - dev: false - /any-promise@1.3.0: + any-promise@1.3.0: resolution: { integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==, } - /anymatch@3.1.3: + anymatch@3.1.3: resolution: { integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, } engines: { node: ">= 8" } - dependencies: - normalize-path: 3.0.0 - picomatch: 2.3.1 - /app-root-dir@1.0.2: + app-root-dir@1.0.2: resolution: { integrity: sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==, } - dev: true - /append-field@1.0.0: + append-field@1.0.0: resolution: { integrity: sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==, } - dev: false - /append-transform@2.0.0: + append-transform@2.0.0: resolution: { integrity: sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==, } engines: { node: ">=8" } - dependencies: - default-require-extensions: 3.0.1 - dev: true - /aproba@2.0.0: + aproba@2.0.0: resolution: { integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==, } - /arch@2.2.0: + arch@2.2.0: resolution: { integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==, } - dev: true - /archiver-utils@2.1.0: + archiver-utils@2.1.0: resolution: { integrity: sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==, } engines: { node: ">= 6" } - dependencies: - glob: 7.2.3 - graceful-fs: 4.2.11 - lazystream: 1.0.1 - lodash.defaults: 4.2.0 - lodash.difference: 4.5.0 - lodash.flatten: 4.4.0 - lodash.isplainobject: 4.0.6 - lodash.union: 4.6.0 - normalize-path: 3.0.0 - readable-stream: 2.3.8 - dev: false - /archiver@5.3.1: + archiver@5.3.1: resolution: { integrity: sha512-8KyabkmbYrH+9ibcTScQ1xCJC/CGcugdVIwB+53f5sZziXgwUh3iXlAlANMxcZyDEfTHMe6+Z5FofV8nopXP7w==, } engines: { node: ">= 10" } - dependencies: - archiver-utils: 2.1.0 - async: 3.2.4 - buffer-crc32: 0.2.13 - readable-stream: 3.6.2 - readdir-glob: 1.1.3 - tar-stream: 2.2.0 - zip-stream: 4.1.0 - dev: false - /archy@1.0.0: + archy@1.0.0: resolution: { integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==, } - dev: true - /are-we-there-yet@2.0.0: + are-we-there-yet@2.0.0: resolution: { integrity: sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==, } engines: { node: ">=10" } - dependencies: - delegates: 1.0.0 - readable-stream: 3.6.2 - dev: false - /are-we-there-yet@3.0.1: + are-we-there-yet@3.0.1: resolution: { integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - dependencies: - delegates: 1.0.0 - readable-stream: 3.6.2 - dev: true + deprecated: This package is no longer supported. - /arg@4.1.3: + arg@4.1.3: resolution: { integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==, } - dev: false - /arg@5.0.2: + arg@5.0.2: resolution: { integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==, } - /argparse@1.0.10: + argparse@1.0.10: resolution: { integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==, } - dependencies: - sprintf-js: 1.0.3 - dev: true - /argparse@2.0.1: + argparse@2.0.1: resolution: { integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==, } - /aria-hidden@1.2.3: + aria-hidden@1.2.3: resolution: { integrity: sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==, } engines: { node: ">=10" } - dependencies: - tslib: 2.6.2 - /aria-query@5.1.3: + aria-query@5.1.3: resolution: { integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==, } - dependencies: - deep-equal: 2.2.2 - dev: true - /aria-query@5.3.0: + aria-query@5.3.0: resolution: { integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==, } - dependencies: - dequal: 2.0.3 - /arr-union@3.1.0: + arr-union@3.1.0: resolution: { integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==, } engines: { node: ">=0.10.0" } - dev: false - /array-buffer-byte-length@1.0.0: + array-buffer-byte-length@1.0.0: resolution: { integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==, } - dependencies: - call-bind: 1.0.2 - is-array-buffer: 3.0.2 - /array-differ@3.0.0: + array-differ@3.0.0: resolution: { integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==, } engines: { node: ">=8" } - dev: true - /array-flatten@1.1.1: + array-flatten@1.1.1: resolution: { integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==, } - /array-ify@1.0.0: + array-ify@1.0.0: resolution: { integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==, } - dev: true - /array-includes@3.1.6: + array-includes@3.1.6: resolution: { integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - get-intrinsic: 1.2.1 - is-string: 1.0.7 - /array-union@2.1.0: + array-union@2.1.0: resolution: { integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==, } engines: { node: ">=8" } - /array.prototype.findlastindex@1.2.2: + array.prototype.findlastindex@1.2.2: resolution: { integrity: sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - es-shim-unscopables: 1.0.0 - get-intrinsic: 1.2.1 - /array.prototype.flat@1.3.1: + array.prototype.flat@1.3.1: resolution: { integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - es-shim-unscopables: 1.0.0 - /array.prototype.flatmap@1.3.1: + array.prototype.flatmap@1.3.1: resolution: { integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - es-shim-unscopables: 1.0.0 - /array.prototype.tosorted@1.1.1: + array.prototype.tosorted@1.1.1: resolution: { integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==, } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - es-shim-unscopables: 1.0.0 - get-intrinsic: 1.2.1 - /arraybuffer.prototype.slice@1.0.1: + arraybuffer.prototype.slice@1.0.1: resolution: { integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==, } engines: { node: ">= 0.4" } - dependencies: - array-buffer-byte-length: 1.0.0 - call-bind: 1.0.2 - define-properties: 1.2.0 - get-intrinsic: 1.2.1 - is-array-buffer: 3.0.2 - is-shared-array-buffer: 1.0.2 - /arrify@1.0.1: + arrify@1.0.1: resolution: { integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==, } engines: { node: ">=0.10.0" } - dev: true - /arrify@2.0.1: + arrify@2.0.1: resolution: { integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==, } engines: { node: ">=8" } - dev: true - /assert@2.0.0: + assert@2.0.0: resolution: { integrity: sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A==, } - dependencies: - es6-object-assign: 1.1.0 - is-nan: 1.3.2 - object-is: 1.1.5 - util: 0.12.5 - dev: true - /assertion-error@1.1.0: + assertion-error@1.1.0: resolution: { integrity: sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==, } - dev: true - /ast-types-flow@0.0.7: + ast-types-flow@0.0.7: resolution: { integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==, } - /ast-types@0.13.4: + ast-types@0.13.4: resolution: { integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==, } engines: { node: ">=4" } - dependencies: - tslib: 2.6.2 - dev: false - /ast-types@0.15.2: + ast-types@0.15.2: resolution: { integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==, } engines: { node: ">=4" } - dependencies: - tslib: 2.6.2 - dev: true - /ast-types@0.16.1: + ast-types@0.16.1: resolution: { integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==, } engines: { node: ">=4" } - dependencies: - tslib: 2.6.2 - dev: true - /astral-regex@2.0.0: + astral-regex@2.0.0: resolution: { integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==, } engines: { node: ">=8" } - dev: false - /async-array-reduce@0.2.1: + async-array-reduce@0.2.1: resolution: { integrity: sha512-/ywTADOcaEnwiAnOEi0UB/rAcIq5bTFfCV9euv3jLYFUMmy6KvKccTQUnLlp8Ensmfj43wHSmbGiPqjsZ6RhNA==, } engines: { node: ">=0.10.0" } - dev: false - /async-each@1.0.6: + async-each@1.0.6: resolution: { integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==, } - dev: false - /async-limiter@1.0.1: + async-limiter@1.0.1: resolution: { integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==, } - dev: true - /async@3.2.4: + async@3.2.4: resolution: { integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==, } - /asynciterator.prototype@1.0.0: + asynciterator.prototype@1.0.0: resolution: { integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==, } - dependencies: - has-symbols: 1.0.3 - /asynckit@0.4.0: + asynckit@0.4.0: resolution: { integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==, } - /autoprefixer@10.4.16(postcss@8.4.31): + autoprefixer@10.4.16: resolution: { integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==, @@ -12216,80 +7753,55 @@ packages: engines: { node: ^10 || ^12 || >=14 } hasBin: true peerDependencies: - postcss: ^8.1.0 - dependencies: - browserslist: 4.21.10 - caniuse-lite: 1.0.30001538 - fraction.js: 4.3.6 - normalize-range: 0.1.2 - picocolors: 1.0.0 - postcss: 8.4.31 - postcss-value-parser: 4.2.0 + postcss: ">=8.4.31" - /available-typed-arrays@1.0.5: + available-typed-arrays@1.0.5: resolution: { integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==, } engines: { node: ">= 0.4" } - /axe-core@4.7.2: + axe-core@4.7.2: resolution: { integrity: sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==, } engines: { node: ">=4" } - /axios@0.21.4: + axios@0.21.4: resolution: { integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==, } - dependencies: - follow-redirects: 1.15.2 - transitivePeerDependencies: - - debug - dev: true - /axios@1.6.2: + axios@1.6.2: resolution: { integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==, } - dependencies: - follow-redirects: 1.15.2 - form-data: 4.0.0 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - /axobject-query@3.2.1: + axobject-query@3.2.1: resolution: { integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==, } - dependencies: - dequal: 2.0.3 - /b4a@1.6.4: + b4a@1.6.4: resolution: { integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==, } - dev: false - /babel-core@7.0.0-bridge.0(@babel/core@7.22.11): + babel-core@7.0.0-bridge.0: resolution: { integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==, } peerDependencies: "@babel/core": ^7.0.0-0 - dependencies: - "@babel/core": 7.22.11 - dev: true - /babel-jest@29.7.0(@babel/core@7.22.11): + babel-jest@29.7.0: resolution: { integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==, @@ -12297,129 +7809,61 @@ packages: engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } peerDependencies: "@babel/core": ^7.8.0 - dependencies: - "@babel/core": 7.22.11 - "@jest/transform": 29.7.0 - "@types/babel__core": 7.20.1 - babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.22.11) - chalk: 4.1.2 - graceful-fs: 4.2.11 - slash: 3.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /babel-plugin-istanbul@6.1.1: + babel-plugin-istanbul@6.1.1: resolution: { integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==, } engines: { node: ">=8" } - dependencies: - "@babel/helper-plugin-utils": 7.22.5 - "@istanbuljs/load-nyc-config": 1.1.0 - "@istanbuljs/schema": 0.1.3 - istanbul-lib-instrument: 5.2.1 - test-exclude: 6.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /babel-plugin-jest-hoist@29.6.3: + babel-plugin-jest-hoist@29.6.3: resolution: { integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@babel/template": 7.22.15 - "@babel/types": 7.23.0 - "@types/babel__core": 7.20.1 - "@types/babel__traverse": 7.20.1 - dev: true - /babel-plugin-macros@3.1.0: + babel-plugin-macros@3.1.0: resolution: { integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==, } engines: { node: ">=10", npm: ">=6" } - dependencies: - "@babel/runtime": 7.22.11 - cosmiconfig: 7.1.0 - resolve: 1.22.8 - dev: false - /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.11): + babel-plugin-polyfill-corejs2@0.4.5: resolution: { integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==, } peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - "@babel/compat-data": 7.22.9 - "@babel/core": 7.22.11 - "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.11) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.11): + babel-plugin-polyfill-corejs3@0.8.3: resolution: { integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==, } peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.11) - core-js-compat: 3.32.1 - transitivePeerDependencies: - - supports-color - dev: true - /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.11): + babel-plugin-polyfill-regenerator@0.5.2: resolution: { integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==, } peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.11) - transitivePeerDependencies: - - supports-color - dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.11): + babel-preset-current-node-syntax@1.0.1: resolution: { integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==, } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.11) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.11) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.11) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.11) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.11) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.11) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.11) - dev: true - /babel-preset-jest@29.6.3(@babel/core@7.22.11): + babel-preset-jest@29.6.3: resolution: { integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==, @@ -12427,324 +7871,229 @@ packages: engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } peerDependencies: "@babel/core": ^7.0.0 - dependencies: - "@babel/core": 7.22.11 - babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.11) - dev: true - /bail@2.0.2: + bail@2.0.2: resolution: { integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==, } - dev: false - /balanced-match@1.0.2: + balanced-match@1.0.2: resolution: { integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, } - /base64-js@1.5.1: + base64-js@1.5.1: resolution: { integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==, } - /base64id@2.0.0: + base64id@2.0.0: resolution: { integrity: sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==, } engines: { node: ^4.5.0 || >= 5.9 } - dev: false - /basic-ftp@5.0.3: + basic-ftp@5.0.3: resolution: { integrity: sha512-QHX8HLlncOLpy54mh+k/sWIFd0ThmRqwe9ZjELybGZK+tZ8rUb9VO0saKJUROTbE+KhzDUT7xziGpGrW8Kmd+g==, } engines: { node: ">=10.0.0" } - dev: false - /bcrypt@5.1.1: + bcrypt@5.1.1: resolution: { integrity: sha512-AGBHOG5hPYZ5Xl9KXzU5iKq9516yEmvCKDg3ecP5kX2aB6UqTeXZxk2ELnDgDm6BQSMlLt9rDB4LoSMx0rYwww==, } engines: { node: ">= 10.0.0" } - requiresBuild: true - dependencies: - "@mapbox/node-pre-gyp": 1.0.11 - node-addon-api: 5.1.0 - transitivePeerDependencies: - - encoding - - supports-color - dev: false - /before-after-hook@2.2.3: + before-after-hook@2.2.3: resolution: { integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==, } - dev: true - /better-opn@3.0.2: + better-opn@3.0.2: resolution: { integrity: sha512-aVNobHnJqLiUelTaHat9DZ1qM2w0C0Eym4LPI/3JxOnSokGVdsl1T1kN7TFvsEAD8G47A6VKQ0TVHqbBnYMJlQ==, } engines: { node: ">=12.0.0" } - dependencies: - open: 8.4.2 - dev: true - /big-integer@1.6.51: + big-integer@1.6.51: resolution: { integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==, } engines: { node: ">=0.6" } - dev: true - /bignumber.js@9.1.2: + bignumber.js@9.1.2: resolution: { integrity: sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==, } - dev: false - /bin-check@4.1.0: + bin-check@4.1.0: resolution: { integrity: sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==, } engines: { node: ">=4" } - dependencies: - execa: 0.7.0 - executable: 4.1.1 - dev: true - /bin-version-check@5.1.0: + bin-version-check@5.1.0: resolution: { integrity: sha512-bYsvMqJ8yNGILLz1KP9zKLzQ6YpljV3ln1gqhuLkUtyfGi3qXKGuK2p+U4NAvjVFzDFiBBtOpCOSFNuYYEGZ5g==, } engines: { node: ">=12" } - dependencies: - bin-version: 6.0.0 - semver: 7.5.4 - semver-truncate: 3.0.0 - dev: true - /bin-version@6.0.0: + bin-version@6.0.0: resolution: { integrity: sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==, } engines: { node: ">=12" } - dependencies: - execa: 5.1.1 - find-versions: 5.1.0 - dev: true - /binary-extensions@2.2.0: + binary-extensions@2.2.0: resolution: { integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, } engines: { node: ">=8" } - /bl@4.1.0: + bl@4.1.0: resolution: { integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==, } - dependencies: - buffer: 5.7.1 - inherits: 2.0.4 - readable-stream: 3.6.2 - /bluebird@3.7.2: + bluebird@3.7.2: resolution: { integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==, } - dev: false - /body-parser@1.20.1: + body-parser@1.20.1: resolution: { integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==, } engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } - dependencies: - bytes: 3.1.2 - content-type: 1.0.5 - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - on-finished: 2.4.1 - qs: 6.11.0 - raw-body: 2.5.1 - type-is: 1.6.18 - unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color - /bplist-parser@0.2.0: + bplist-parser@0.2.0: resolution: { integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==, } engines: { node: ">= 5.10.0" } - dependencies: - big-integer: 1.6.51 - dev: true - /brace-expansion@1.1.11: + brace-expansion@1.1.11: resolution: { integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, } - dependencies: - balanced-match: 1.0.2 - concat-map: 0.0.1 - /brace-expansion@2.0.1: + brace-expansion@2.0.1: resolution: { integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==, } - dependencies: - balanced-match: 1.0.2 - /braces@3.0.2: + braces@3.0.2: resolution: { integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, } engines: { node: ">=8" } - dependencies: - fill-range: 7.0.1 - /browser-assert@1.2.1: + braces@3.0.3: + resolution: + { + integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==, + } + engines: { node: ">=8" } + + browser-assert@1.2.1: resolution: { integrity: sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==, } - dev: true - /browserify-zlib@0.1.4: + browserify-zlib@0.1.4: resolution: { integrity: sha512-19OEpq7vWgsH6WkvkBJQDFvJS1uPcbFOQ4v9CU839dO+ZZXUZO6XpE6hNCqvlIIj+4fZvRiJ6DsAQ382GwiyTQ==, } - dependencies: - pako: 0.2.9 - dev: true - /browserslist@4.21.10: + browserslist@4.21.10: resolution: { integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==, } engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true - dependencies: - caniuse-lite: 1.0.30001538 - electron-to-chromium: 1.4.500 - node-releases: 2.0.13 - update-browserslist-db: 1.0.11(browserslist@4.21.10) - /bser@2.1.1: + bser@2.1.1: resolution: { integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==, } - dependencies: - node-int64: 0.4.0 - dev: true - /buffer-crc32@0.2.13: + buffer-crc32@0.2.13: resolution: { integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==, } - /buffer-equal-constant-time@1.0.1: + buffer-equal-constant-time@1.0.1: resolution: { integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==, } - dev: false - /buffer-from@1.1.2: + buffer-from@1.1.2: resolution: { integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==, } - /buffer@5.7.1: + buffer@5.7.1: resolution: { integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==, } - dependencies: - base64-js: 1.5.1 - ieee754: 1.2.1 - /builtin-modules@3.3.0: + builtin-modules@3.3.0: resolution: { integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==, } engines: { node: ">=6" } - dev: true - /builtins@1.0.3: + builtins@1.0.3: resolution: { integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==, } - dev: true - /builtins@5.0.1: + builtins@5.0.1: resolution: { integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==, } - dependencies: - semver: 7.5.4 - dev: true - /bundle-name@3.0.0: + bundle-name@3.0.0: resolution: { integrity: sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==, } engines: { node: ">=12" } - dependencies: - run-applescript: 5.0.0 - dev: true - - /bundle-require@4.0.1(esbuild@0.17.19): - resolution: - { - integrity: sha512-9NQkRHlNdNpDBGmLpngF3EFDcwodhMUuLz9PaWYciVcQF9SE4LFjM2DB/xV1Li5JiuDMv7ZUWuC3rGbqR0MAXQ==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - peerDependencies: - esbuild: ">=0.17" - dependencies: - esbuild: 0.17.19 - load-tsconfig: 0.2.5 - dev: true - /bundle-require@4.0.1(esbuild@0.18.20): + bundle-require@4.0.1: resolution: { integrity: sha512-9NQkRHlNdNpDBGmLpngF3EFDcwodhMUuLz9PaWYciVcQF9SE4LFjM2DB/xV1Li5JiuDMv7ZUWuC3rGbqR0MAXQ==, @@ -12752,1222 +8101,841 @@ packages: engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } peerDependencies: esbuild: ">=0.17" - dependencies: - esbuild: 0.18.20 - load-tsconfig: 0.2.5 - dev: false - /busboy@1.6.0: + busboy@1.6.0: resolution: { integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==, } engines: { node: ">=10.16.0" } - dependencies: - streamsearch: 1.1.0 - /byte-size@8.1.1: + byte-size@8.1.1: resolution: { integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==, } engines: { node: ">=12.17" } - dev: true - /bytes@3.0.0: + bytes@3.0.0: resolution: { integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==, } engines: { node: ">= 0.8" } - /bytes@3.1.2: + bytes@3.1.2: resolution: { integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==, } engines: { node: ">= 0.8" } - /c8@8.0.1: + c8@8.0.1: resolution: { integrity: sha512-EINpopxZNH1mETuI0DzRA4MZpAUH+IFiRhnmFD3vFr3vdrgxqi3VfE3KL0AIL+zDq8rC9bZqwM/VDmmoe04y7w==, } engines: { node: ">=12" } hasBin: true - dependencies: - "@bcoe/v8-coverage": 0.2.3 - "@istanbuljs/schema": 0.1.3 - find-up: 5.0.0 - foreground-child: 2.0.0 - istanbul-lib-coverage: 3.2.0 - istanbul-lib-report: 3.0.1 - istanbul-reports: 3.1.6 - rimraf: 3.0.2 - test-exclude: 6.0.0 - v8-to-istanbul: 9.1.0 - yargs: 17.7.2 - yargs-parser: 21.1.1 - dev: true - /cac@6.7.14: + cac@6.7.14: resolution: { integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==, } engines: { node: ">=8" } - /cacache@17.1.4: + cacache@17.1.4: resolution: { integrity: sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - "@npmcli/fs": 3.1.0 - fs-minipass: 3.0.3 - glob: 10.3.10 - lru-cache: 7.18.3 - minipass: 7.0.3 - minipass-collect: 1.0.2 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 4.0.0 - ssri: 10.0.5 - tar: 6.1.15 - unique-filename: 3.0.0 - dev: true - /cacache@18.0.1: + cacache@18.0.1: resolution: { integrity: sha512-g4Uf2CFZPaxtJKre6qr4zqLDOOPU7bNVhWjlNhvzc51xaTOx2noMOLhfFkTAqwtrAZAKQUuDfyjitzilpA8WsQ==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@npmcli/fs": 3.1.0 - fs-minipass: 3.0.3 - glob: 10.3.10 - lru-cache: 10.0.1 - minipass: 7.0.3 - minipass-collect: 2.0.1 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - p-map: 4.0.0 - ssri: 10.0.5 - tar: 6.1.15 - unique-filename: 3.0.0 - dev: true - /cacheable-lookup@5.0.4: + cacheable-lookup@5.0.4: resolution: { integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==, } engines: { node: ">=10.6.0" } - dev: true - /cacheable-request@7.0.4: + cacheable-request@7.0.4: resolution: { integrity: sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==, } engines: { node: ">=8" } - dependencies: - clone-response: 1.0.3 - get-stream: 5.2.0 - http-cache-semantics: 4.1.1 - keyv: 4.5.4 - lowercase-keys: 2.0.0 - normalize-url: 6.1.0 - responselike: 2.0.1 - dev: true - /caching-transform@4.0.0: + caching-transform@4.0.0: resolution: { integrity: sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==, } engines: { node: ">=8" } - dependencies: - hasha: 5.2.2 - make-dir: 3.1.0 - package-hash: 4.0.0 - write-file-atomic: 3.0.3 - dev: true - /call-bind@1.0.2: + call-bind@1.0.2: resolution: { integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==, } - dependencies: - function-bind: 1.1.1 - get-intrinsic: 1.2.1 - /callsites@3.1.0: + callsites@3.1.0: resolution: { integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==, } engines: { node: ">=6" } - /camel-case@4.1.2: + camel-case@4.1.2: resolution: { integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==, } - dependencies: - pascal-case: 3.1.2 - tslib: 2.6.2 - dev: false - /camelcase-css@2.0.1: + camelcase-css@2.0.1: resolution: { integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==, } engines: { node: ">= 6" } - /camelcase-keys@6.2.2: + camelcase-keys@6.2.2: resolution: { integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==, } engines: { node: ">=8" } - dependencies: - camelcase: 5.3.1 - map-obj: 4.3.0 - quick-lru: 4.0.1 - dev: true - /camelcase@5.3.1: + camelcase@5.3.1: resolution: { integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==, } engines: { node: ">=6" } - /camelcase@6.3.0: + camelcase@6.3.0: resolution: { integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==, } engines: { node: ">=10" } - dev: true - /can-bind-to-host@1.1.2: + can-bind-to-host@1.1.2: resolution: { integrity: sha512-CqsgmaqiyFRNtP17Ihqa/uHbZxRirntNVNl/kJz31DLKuNRfzvzionkLoUSkElQ6Cz+cpXKA3mhHq4tjbieujA==, } hasBin: true - dev: true - /caniuse-lite@1.0.30001522: + caniuse-lite@1.0.30001522: resolution: { integrity: sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==, } - dev: false - /caniuse-lite@1.0.30001538: + caniuse-lite@1.0.30001538: resolution: { integrity: sha512-HWJnhnID+0YMtGlzcp3T9drmBJUVDchPJ08tpUGFLs9CYlwWPH2uLgpHn8fND5pCgXVtnGS3H4QR9XLMHVNkHw==, } - /capital-case@1.0.4: + capital-case@1.0.4: resolution: { integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==, } - dependencies: - no-case: 3.0.4 - tslib: 2.6.2 - upper-case-first: 2.0.2 - dev: false - /ccount@2.0.1: + ccount@2.0.1: resolution: { integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==, } - dev: false - /chai@4.3.10: + chai@4.3.10: resolution: { integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==, } engines: { node: ">=4" } - dependencies: - assertion-error: 1.1.0 - check-error: 1.0.3 - deep-eql: 4.1.3 - get-func-name: 2.0.2 - loupe: 2.3.6 - pathval: 1.1.1 - type-detect: 4.0.8 - dev: true - /chalk@2.4.2: + chalk@2.4.2: resolution: { integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, } engines: { node: ">=4" } - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - /chalk@3.0.0: + chalk@3.0.0: resolution: { integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==, } engines: { node: ">=8" } - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - /chalk@4.1.0: + chalk@4.1.0: resolution: { integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==, } engines: { node: ">=10" } - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - dev: true - /chalk@4.1.2: + chalk@4.1.2: resolution: { integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, } engines: { node: ">=10" } - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - /chalk@5.3.0: + chalk@5.3.0: resolution: { integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==, } engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 } - dev: true - /change-case@4.1.2: + change-case@4.1.2: resolution: { integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==, } - dependencies: - camel-case: 4.1.2 - capital-case: 1.0.4 - constant-case: 3.0.4 - dot-case: 3.0.4 - header-case: 2.0.4 - no-case: 3.0.4 - param-case: 3.0.4 - pascal-case: 3.1.2 - path-case: 3.0.4 - sentence-case: 3.0.4 - snake-case: 3.0.4 - tslib: 2.6.2 - dev: false - /char-regex@1.0.2: + char-regex@1.0.2: resolution: { integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==, } engines: { node: ">=10" } - /char-regex@2.0.1: + char-regex@2.0.1: resolution: { integrity: sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==, } engines: { node: ">=12.20" } - dev: true - /character-entities@2.0.2: + character-entities@2.0.2: resolution: { integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==, } - dev: false - /chardet@0.7.0: + chardet@0.7.0: resolution: { integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==, } - dev: true - /check-error@1.0.3: + check-error@1.0.3: resolution: { integrity: sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==, } - dependencies: - get-func-name: 2.0.2 - dev: true - /checkpoint-client@1.1.27: + checkpoint-client@1.1.27: resolution: { integrity: sha512-xstymfUalJOv6ZvTtmkwP4ORJN36ikT4PvrIoLe3wstbYf87XIXCcZrSmbFQOjyB0v1qbBnCsAscDpfdZlCkFA==, } - dependencies: - ci-info: 3.8.0 - env-paths: 2.2.1 - make-dir: 4.0.0 - ms: 2.1.3 - node-fetch: 2.6.12 - uuid: 9.0.0 - transitivePeerDependencies: - - encoding - dev: false - /chokidar@3.5.3: + chokidar@3.5.3: resolution: { integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==, } engines: { node: ">= 8.10.0" } - dependencies: - anymatch: 3.1.3 - braces: 3.0.2 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.3 - /chownr@1.1.4: + chownr@1.1.4: resolution: { integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==, } - /chownr@2.0.0: + chownr@2.0.0: resolution: { integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==, } engines: { node: ">=10" } - /chromium-bidi@0.4.33(devtools-protocol@0.0.1203626): + chromium-bidi@0.4.33: resolution: { integrity: sha512-IxoFM5WGQOIAd95qrSXzJUv4eXIrh+RvU3rwwqIiwYuvfE7U/Llj4fejbsJnjJMUYCuGtVQsY2gv7oGl4aTNSQ==, } peerDependencies: devtools-protocol: "*" - dependencies: - devtools-protocol: 0.0.1203626 - mitt: 3.0.1 - urlpattern-polyfill: 9.0.0 - dev: false - /ci-info@3.8.0: + ci-info@3.8.0: resolution: { integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==, } engines: { node: ">=8" } - /cjs-module-lexer@1.2.3: + cjs-module-lexer@1.2.3: resolution: { integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==, } - dev: true - /class-variance-authority@0.7.0: + class-variance-authority@0.7.0: resolution: { integrity: sha512-jFI8IQw4hczaL4ALINxqLEXQbWcNjoSkloa4IaufXCJr6QawJyw7tuRysRsrE8w2p/4gGaxKIt/hX3qz/IbD1A==, } - dependencies: - clsx: 2.0.0 - dev: false - /classnames@2.3.1: + classnames@2.3.1: resolution: { integrity: sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==, } - dev: false - /classnames@2.3.2: + classnames@2.3.2: resolution: { integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==, } - dev: false - /clean-regexp@1.0.0: + clean-regexp@1.0.0: resolution: { integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==, } engines: { node: ">=4" } - dependencies: - escape-string-regexp: 1.0.5 - dev: true - /clean-stack@2.2.0: + clean-stack@2.2.0: resolution: { integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==, } engines: { node: ">=6" } - /cli-cursor@3.1.0: + cli-cursor@3.1.0: resolution: { integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==, } engines: { node: ">=8" } - dependencies: - restore-cursor: 3.1.0 - dev: true - /cli-cursor@4.0.0: + cli-cursor@4.0.0: resolution: { integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dependencies: - restore-cursor: 4.0.0 - dev: true - /cli-spinners@2.6.1: + cli-spinners@2.6.1: resolution: { integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==, } engines: { node: ">=6" } - dev: true - /cli-spinners@2.9.0: + cli-spinners@2.9.0: resolution: { integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==, } engines: { node: ">=6" } - dev: true - /cli-table3@0.6.3: + cli-table3@0.6.3: resolution: { integrity: sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==, } engines: { node: 10.* || >= 12.* } - dependencies: - string-width: 4.2.3 - optionalDependencies: - "@colors/colors": 1.5.0 - dev: true - /cli-truncate@2.1.0: + cli-truncate@2.1.0: resolution: { integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==, } engines: { node: ">=8" } - dependencies: - slice-ansi: 3.0.0 - string-width: 4.2.3 - dev: false - /cli-truncate@4.0.0: + cli-truncate@4.0.0: resolution: { integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==, } engines: { node: ">=18" } - dependencies: - slice-ansi: 5.0.0 - string-width: 7.0.0 - dev: true - /cli-width@3.0.0: + cli-width@3.0.0: resolution: { integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==, } engines: { node: ">= 10" } - dev: true - /client-only@0.0.1: + client-only@0.0.1: resolution: { integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==, } - /cliui@6.0.0: + cliui@6.0.0: resolution: { integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==, } - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 6.2.0 - /cliui@7.0.4: + cliui@7.0.4: resolution: { integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==, } - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - dev: true - /cliui@8.0.1: + cliui@8.0.1: resolution: { integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==, } engines: { node: ">=12" } - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - /clone-deep@4.0.1: + clone-deep@4.0.1: resolution: { integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==, } engines: { node: ">=6" } - dependencies: - is-plain-object: 2.0.4 - kind-of: 6.0.3 - shallow-clone: 3.0.1 - dev: true - /clone-response@1.0.3: + clone-response@1.0.3: resolution: { integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==, } - dependencies: - mimic-response: 1.0.1 - dev: true - /clone-stats@0.0.1: + clone-stats@0.0.1: resolution: { integrity: sha512-dhUqc57gSMCo6TX85FLfe51eC/s+Im2MLkAgJwfaRRexR2tA4dd3eLEW4L6efzHc2iNorrRRXITifnDLlRrhaA==, } - dev: false - /clone@1.0.4: + clone@1.0.4: resolution: { integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==, } engines: { node: ">=0.8" } - /clsx@1.2.1: + clsx@1.2.1: resolution: { integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==, } engines: { node: ">=6" } - dev: false - /clsx@2.0.0: + clsx@2.0.0: resolution: { integrity: sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q==, } engines: { node: ">=6" } - dev: false - /cmd-shim@6.0.1: + cmd-shim@6.0.1: resolution: { integrity: sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /co@4.6.0: + co@4.6.0: resolution: { integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==, } engines: { iojs: ">= 1.0.0", node: ">= 0.12.0" } - dev: true - /collect-v8-coverage@1.0.2: + collect-v8-coverage@1.0.2: resolution: { integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==, } - dev: true - /color-convert@1.9.3: + color-convert@1.9.3: resolution: { integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, } - dependencies: - color-name: 1.1.3 - /color-convert@2.0.1: + color-convert@2.0.1: resolution: { integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, } engines: { node: ">=7.0.0" } - dependencies: - color-name: 1.1.4 - /color-name@1.1.3: + color-name@1.1.3: resolution: { integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==, } - /color-name@1.1.4: + color-name@1.1.4: resolution: { integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, } - /color-string@1.9.1: + color-string@1.9.1: resolution: { integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==, } - dependencies: - color-name: 1.1.4 - simple-swizzle: 0.2.2 - dev: false - /color-support@1.1.3: + color-support@1.1.3: resolution: { integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==, } hasBin: true - /color@4.2.3: + color@4.2.3: resolution: { integrity: sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==, } engines: { node: ">=12.5.0" } - dependencies: - color-convert: 2.0.1 - color-string: 1.9.1 - dev: false - /colorette@2.0.20: + colorette@2.0.20: resolution: { integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==, } - /colors@1.4.0: + colors@1.4.0: resolution: { integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==, } engines: { node: ">=0.1.90" } - dev: false - /columnify@1.6.0: + columnify@1.6.0: resolution: { integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==, } engines: { node: ">=8.0.0" } - dependencies: - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - dev: true - /combined-stream@1.0.8: + combined-stream@1.0.8: resolution: { integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, } engines: { node: ">= 0.8" } - dependencies: - delayed-stream: 1.0.0 - /comma-separated-tokens@2.0.3: + comma-separated-tokens@2.0.3: resolution: { integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==, } - dev: false - /command-exists@1.2.9: + command-exists@1.2.9: resolution: { integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==, } - dev: false - /commander@11.1.0: + commander@12.1.0: resolution: { - integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==, + integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==, } - engines: { node: ">=16" } - dev: true + engines: { node: ">=18" } - /commander@3.0.2: + commander@3.0.2: resolution: { integrity: sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==, } - dev: true - /commander@4.1.1: + commander@4.1.1: resolution: { integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==, } engines: { node: ">= 6" } - /commander@5.1.0: + commander@5.1.0: resolution: { integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==, } engines: { node: ">= 6" } - dev: true - /commander@6.2.1: + commander@6.2.1: resolution: { integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==, } engines: { node: ">= 6" } - dev: true - /commander@7.2.0: + commander@7.2.0: resolution: { integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==, } engines: { node: ">= 10" } - dev: true - /commander@9.5.0: + commander@9.5.0: resolution: { integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==, } engines: { node: ^12.20.0 || >=14 } - dev: true - /commondir@1.0.1: + commondir@1.0.1: resolution: { integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==, } - /compare-func@2.0.0: + compare-func@2.0.0: resolution: { integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==, } - dependencies: - array-ify: 1.0.0 - dot-prop: 5.3.0 - dev: true - /compress-commons@4.1.1: + compress-commons@4.1.1: resolution: { integrity: sha512-QLdDLCKNV2dtoTorqgxngQCMA+gWXkM/Nwu7FpeBhk/RdkzimqC3jueb/FDmaZeXh+uby1jkBqE3xArsLBE5wQ==, } engines: { node: ">= 10" } - dependencies: - buffer-crc32: 0.2.13 - crc32-stream: 4.0.2 - normalize-path: 3.0.0 - readable-stream: 3.6.2 - dev: false - /compressible@2.0.18: + compressible@2.0.18: resolution: { integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==, } engines: { node: ">= 0.6" } - dependencies: - mime-db: 1.52.0 - /compression@1.7.4: + compression@1.7.4: resolution: { integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==, } engines: { node: ">= 0.8.0" } - dependencies: - accepts: 1.3.8 - bytes: 3.0.0 - compressible: 2.0.18 - debug: 2.6.9 - on-headers: 1.0.2 - safe-buffer: 5.1.2 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - /compute-scroll-into-view@3.1.0: + compute-scroll-into-view@3.1.0: resolution: { integrity: sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==, } - dev: false - /concat-map@0.0.1: + concat-map@0.0.1: resolution: { integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, } - /concat-stream@1.6.2: + concat-stream@1.6.2: resolution: { integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==, } engines: { "0": node >= 0.8 } - dependencies: - buffer-from: 1.1.2 - inherits: 2.0.4 - readable-stream: 2.3.8 - typedarray: 0.0.6 - /concat-stream@2.0.0: + concat-stream@2.0.0: resolution: { integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==, } engines: { "0": node >= 6.0 } - dependencies: - buffer-from: 1.1.2 - inherits: 2.0.4 - readable-stream: 3.6.2 - typedarray: 0.0.6 - dev: true - /concurrently@8.2.2: + concurrently@8.2.2: resolution: { integrity: sha512-1dP4gpXFhei8IOtlXRE/T/4H88ElHgTiUzh71YUmtjTEHMSRS2Z/fgOxHSxxusGHogsRfxNq1vyAwxSC+EVyDg==, } engines: { node: ^14.13.0 || >=16.0.0 } hasBin: true - dependencies: - chalk: 4.1.2 - date-fns: 2.30.0 - lodash: 4.17.21 - rxjs: 7.8.1 - shell-quote: 1.8.1 - spawn-command: 0.0.2 - supports-color: 8.1.1 - tree-kill: 1.2.2 - yargs: 17.7.2 - dev: false - /console-control-strings@1.1.0: + console-control-strings@1.1.0: resolution: { integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==, } - /constant-case@3.0.4: + constant-case@3.0.4: resolution: { integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==, } - dependencies: - no-case: 3.0.4 - tslib: 2.6.2 - upper-case: 2.0.2 - dev: false - /content-disposition@0.5.4: + content-disposition@0.5.4: resolution: { integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==, } engines: { node: ">= 0.6" } - dependencies: - safe-buffer: 5.2.1 - /content-type@1.0.5: + content-type@1.0.5: resolution: { integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==, } engines: { node: ">= 0.6" } - /conventional-changelog-angular@7.0.0: + conventional-changelog-angular@7.0.0: resolution: { integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==, } engines: { node: ">=16" } - dependencies: - compare-func: 2.0.0 - dev: true - /conventional-changelog-core@5.0.1: + conventional-changelog-core@5.0.1: resolution: { integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==, } engines: { node: ">=14" } - dependencies: - add-stream: 1.0.0 - conventional-changelog-writer: 6.0.1 - conventional-commits-parser: 4.0.0 - dateformat: 3.0.3 - get-pkg-repo: 4.2.1 - git-raw-commits: 3.0.0 - git-remote-origin-url: 2.0.0 - git-semver-tags: 5.0.1 - normalize-package-data: 3.0.3 - read-pkg: 3.0.0 - read-pkg-up: 3.0.0 - dev: true - /conventional-changelog-preset-loader@3.0.0: + conventional-changelog-preset-loader@3.0.0: resolution: { integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==, } engines: { node: ">=14" } - dev: true - /conventional-changelog-writer@6.0.1: + conventional-changelog-writer@6.0.1: resolution: { integrity: sha512-359t9aHorPw+U+nHzUXHS5ZnPBOizRxfQsWT5ZDHBfvfxQOAik+yfuhKXG66CN5LEWPpMNnIMHUTCKeYNprvHQ==, } engines: { node: ">=14" } hasBin: true - dependencies: - conventional-commits-filter: 3.0.0 - dateformat: 3.0.3 - handlebars: 4.7.8 - json-stringify-safe: 5.0.1 - meow: 8.1.2 - semver: 7.5.4 - split: 1.0.1 - dev: true - /conventional-commits-filter@3.0.0: + conventional-commits-filter@3.0.0: resolution: { integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==, } engines: { node: ">=14" } - dependencies: - lodash.ismatch: 4.4.0 - modify-values: 1.0.1 - dev: true - /conventional-commits-parser@4.0.0: + conventional-commits-parser@4.0.0: resolution: { integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==, } engines: { node: ">=14" } hasBin: true - dependencies: - JSONStream: 1.3.5 - is-text-path: 1.0.1 - meow: 8.1.2 - split2: 3.2.2 - dev: true - /conventional-recommended-bump@7.0.1: + conventional-recommended-bump@7.0.1: resolution: { integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==, } engines: { node: ">=14" } hasBin: true - dependencies: - concat-stream: 2.0.0 - conventional-changelog-preset-loader: 3.0.0 - conventional-commits-filter: 3.0.0 - conventional-commits-parser: 4.0.0 - git-raw-commits: 3.0.0 - git-semver-tags: 5.0.1 - meow: 8.1.2 - dev: true - /convert-source-map@1.9.0: + convert-source-map@1.9.0: resolution: { integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==, } - /convert-source-map@2.0.0: + convert-source-map@2.0.0: resolution: { integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==, } - dev: true - /cookie-parser@1.4.6: + cookie-parser@1.4.6: resolution: { integrity: sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==, } engines: { node: ">= 0.8.0" } - dependencies: - cookie: 0.4.1 - cookie-signature: 1.0.6 - dev: false - /cookie-signature@1.0.6: + cookie-signature@1.0.6: resolution: { integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==, } - /cookie@0.4.1: + cookie@0.4.1: resolution: { integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==, } engines: { node: ">= 0.6" } - dev: false - /cookie@0.4.2: + cookie@0.4.2: resolution: { integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==, } engines: { node: ">= 0.6" } - dev: false - /cookie@0.5.0: + cookie@0.5.0: resolution: { integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==, } engines: { node: ">= 0.6" } - /cookie@0.6.0: + cookie@0.6.0: resolution: { integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==, } engines: { node: ">= 0.6" } - dev: false - /copy-anything@3.0.5: + copy-anything@3.0.5: resolution: { integrity: sha512-yCEafptTtb4bk7GLEQoM8KVJpxAfdBJYaXyzQEgQQQgYrZiDp8SJmGKlYza6CYjEDNstAdNdKA3UuoULlEbS6w==, } engines: { node: ">=12.13" } - dependencies: - is-what: 4.1.15 - dev: false - /copy-to-clipboard@3.3.3: + copy-to-clipboard@3.3.3: resolution: { integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==, } - dependencies: - toggle-selection: 1.0.6 - dev: false - /copy@0.3.2: + copy@0.3.2: resolution: { integrity: sha512-drDFuUZctIuvSuvL9dOF/v5GxrwB1Q8eMIRlYONC0lSMEq+L2xabXP3jme8cQFdDO8cgP8JsuYhQg7JtTwezmg==, } engines: { node: ">=0.10.0" } hasBin: true - dependencies: - async-each: 1.0.6 - bluebird: 3.7.2 - extend-shallow: 2.0.1 - file-contents: 0.3.2 - glob-parent: 6.0.2 - graceful-fs: 4.2.11 - has-glob: 0.1.1 - is-absolute: 0.2.6 - lazy-cache: 2.0.2 - log-ok: 0.1.1 - matched: 0.4.4 - mkdirp: 0.5.6 - resolve-dir: 0.1.1 - to-file: 0.2.0 - dev: false - /core-js-compat@3.32.1: + core-js-compat@3.32.1: resolution: { integrity: sha512-GSvKDv4wE0bPnQtjklV101juQ85g6H3rm5PDP20mqlS5j0kXF3pP97YvAu5hl+uFHqMictp3b2VxOHljWMAtuA==, } - dependencies: - browserslist: 4.21.10 - dev: true - /core-util-is@1.0.3: + core-util-is@1.0.3: resolution: { integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==, } - /cors@2.8.5: + cors@2.8.5: resolution: { integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==, } engines: { node: ">= 0.10" } - dependencies: - object-assign: 4.1.1 - vary: 1.1.2 - dev: false - /cosmiconfig@7.1.0: + cosmiconfig@7.1.0: resolution: { integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==, } engines: { node: ">=10" } - dependencies: - "@types/parse-json": 4.0.0 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - dev: false - /cosmiconfig@8.3.6(typescript@5.3.2): + cosmiconfig@8.3.6: resolution: { integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==, @@ -13978,137 +8946,88 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - path-type: 4.0.0 - typescript: 5.3.2 - /crc-32@1.2.2: + crc-32@1.2.2: resolution: { integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==, } engines: { node: ">=0.8" } hasBin: true - dev: false - /crc32-stream@4.0.2: + crc32-stream@4.0.2: resolution: { integrity: sha512-DxFZ/Hk473b/muq1VJ///PMNLj0ZMnzye9thBpmjpJKCc5eMgB95aK8zCGrGfQ90cWo561Te6HK9D+j4KPdM6w==, } engines: { node: ">= 10" } - dependencies: - crc-32: 1.2.2 - readable-stream: 3.6.2 - dev: false - /create-jest@29.7.0: + create-jest@29.7.0: resolution: { integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } hasBin: true - dependencies: - "@jest/types": 29.6.3 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.9.3) - jest-util: 29.7.0 - prompts: 2.4.2 - transitivePeerDependencies: - - "@types/node" - - babel-plugin-macros - - supports-color - - ts-node - dev: true - /create-require@1.1.1: + create-require@1.1.1: resolution: { integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==, } - dev: false - /cropperjs@1.5.13: + cropperjs@1.5.13: resolution: { integrity: sha512-by7jKAo73y5/Do0K6sxdTKHgndY0NMjG2bEdgeJxycbcmHuCiMXqw8sxy5C5Y5WTOTcDGmbT7Sr5CgKOXR06OA==, } - dev: false - /cross-fetch@4.0.0: + cross-fetch@4.0.0: resolution: { integrity: sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==, } - dependencies: - node-fetch: 2.7.0 - transitivePeerDependencies: - - encoding - dev: false - /cross-spawn@5.1.0: + cross-spawn@5.1.0: resolution: { integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==, } - dependencies: - lru-cache: 4.1.5 - shebang-command: 1.2.0 - which: 1.3.1 - dev: true - /cross-spawn@7.0.3: + cross-spawn@7.0.3: resolution: { integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, } engines: { node: ">= 8" } - dependencies: - path-key: 3.1.1 - shebang-command: 2.0.0 - which: 2.0.2 - /crypto-random-string@2.0.0: + crypto-random-string@2.0.0: resolution: { integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==, } engines: { node: ">=8" } - /css-in-js-utils@3.1.0: + css-in-js-utils@3.1.0: resolution: { integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==, } - dependencies: - hyphenate-style-name: 1.0.4 - dev: false - /css-tree@1.1.3: + css-tree@1.1.3: resolution: { integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==, } engines: { node: ">=8.0.0" } - dependencies: - mdn-data: 2.0.14 - source-map: 0.6.1 - dev: false - /css.escape@1.5.1: + css.escape@1.5.1: resolution: { integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==, } - dev: true - /cssesc@3.0.0: + cssesc@3.0.0: resolution: { integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==, @@ -14116,71 +9035,60 @@ packages: engines: { node: ">=4" } hasBin: true - /csstype@3.1.2: + csstype@3.1.2: resolution: { integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==, } - /cwd@0.10.0: + cwd@0.10.0: resolution: { integrity: sha512-YGZxdTTL9lmLkCUTpg4j0zQ7IhRB5ZmqNBbGCl3Tg6MP/d5/6sY7L5mmTjzbc6JKgVZYiqTQTNhPFsbXNGlRaA==, } engines: { node: ">=0.8" } - dependencies: - find-pkg: 0.1.2 - fs-exists-sync: 0.1.0 - dev: true - /damerau-levenshtein@1.0.8: + damerau-levenshtein@1.0.8: resolution: { integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==, } - /dargs@7.0.0: + dargs@7.0.0: resolution: { integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==, } engines: { node: ">=8" } - dev: true - /data-uri-to-buffer@5.0.1: + data-uri-to-buffer@5.0.1: resolution: { integrity: sha512-a9l6T1qqDogvvnw0nKlfZzqsyikEBZBClF39V3TFoKhDtGBqHu2HkuomJc02j5zft8zrUaXEuoicLeW54RkzPg==, } engines: { node: ">= 14" } - dev: false - /date-fns@2.30.0: + date-fns@2.30.0: resolution: { integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==, } engines: { node: ">=0.11" } - dependencies: - "@babel/runtime": 7.22.11 - dev: false - /date-format@4.0.14: + date-format@4.0.14: resolution: { integrity: sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==, } engines: { node: ">=4.0" } - dev: false - /dateformat@3.0.3: + dateformat@3.0.3: resolution: { integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==, } - dev: true - /debug@2.6.9: + debug@2.6.9: resolution: { integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==, @@ -14190,10 +9098,8 @@ packages: peerDependenciesMeta: supports-color: optional: true - dependencies: - ms: 2.0.0 - /debug@3.2.7(supports-color@5.5.0): + debug@3.2.7: resolution: { integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, @@ -14203,11 +9109,8 @@ packages: peerDependenciesMeta: supports-color: optional: true - dependencies: - ms: 2.1.3 - supports-color: 5.5.0 - /debug@4.3.4: + debug@4.3.4: resolution: { integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, @@ -14218,53 +9121,41 @@ packages: peerDependenciesMeta: supports-color: optional: true - dependencies: - ms: 2.1.2 - /decamelize-keys@1.1.1: + decamelize-keys@1.1.1: resolution: { integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==, } engines: { node: ">=0.10.0" } - dependencies: - decamelize: 1.2.0 - map-obj: 1.0.1 - dev: true - /decamelize@1.2.0: + decamelize@1.2.0: resolution: { integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==, } engines: { node: ">=0.10.0" } - /decode-named-character-reference@1.0.2: + decode-named-character-reference@1.0.2: resolution: { integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==, } - dependencies: - character-entities: 2.0.2 - dev: false - /decompress-response@6.0.0: + decompress-response@6.0.0: resolution: { integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==, } engines: { node: ">=10" } - dependencies: - mimic-response: 3.1.0 - /dedent@0.7.0: + dedent@0.7.0: resolution: { integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==, } - dev: true - /dedent@1.5.1: + dedent@1.5.1: resolution: { integrity: sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==, @@ -14274,1117 +9165,754 @@ packages: peerDependenciesMeta: babel-plugin-macros: optional: true - dev: true - /deep-eql@4.1.3: + deep-eql@4.1.3: resolution: { integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==, } engines: { node: ">=6" } - dependencies: - type-detect: 4.0.8 - dev: true - /deep-equal@2.2.2: + deep-equal@2.2.2: resolution: { integrity: sha512-xjVyBf0w5vH0I42jdAZzOKVldmPgSulmiyPRywoyq7HXC9qdgo17kxJE+rdnif5Tz6+pIrpJI8dCpMNLIGkUiA==, } - dependencies: - array-buffer-byte-length: 1.0.0 - call-bind: 1.0.2 - es-get-iterator: 1.1.3 - get-intrinsic: 1.2.1 - is-arguments: 1.1.1 - is-array-buffer: 3.0.2 - is-date-object: 1.0.5 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 - isarray: 2.0.5 - object-is: 1.1.5 - object-keys: 1.1.1 - object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 - side-channel: 1.0.4 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.1 - which-typed-array: 1.1.11 - dev: true - /deep-extend@0.6.0: + deep-extend@0.6.0: resolution: { integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==, } engines: { node: ">=4.0.0" } - dev: false - /deep-is@0.1.4: + deep-is@0.1.4: resolution: { integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==, } - /deepmerge@2.2.1: + deepmerge@2.2.1: resolution: { integrity: sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==, } engines: { node: ">=0.10.0" } - dev: false - /deepmerge@4.3.1: + deepmerge@4.3.1: resolution: { integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==, } engines: { node: ">=0.10.0" } - dev: true - /default-browser-id@3.0.0: + default-browser-id@3.0.0: resolution: { integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==, } engines: { node: ">=12" } - dependencies: - bplist-parser: 0.2.0 - untildify: 4.0.0 - dev: true - /default-browser@4.0.0: + default-browser@4.0.0: resolution: { integrity: sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==, } engines: { node: ">=14.16" } - dependencies: - bundle-name: 3.0.0 - default-browser-id: 3.0.0 - execa: 7.2.0 - titleize: 3.0.0 - dev: true - /default-require-extensions@3.0.1: + default-require-extensions@3.0.1: resolution: { integrity: sha512-eXTJmRbm2TIt9MgWTsOH1wEuhew6XGZcMeGKCtLedIg/NCsg1iBePXkceTdK4Fii7pzmN9tGsZhKzZ4h7O/fxw==, } engines: { node: ">=8" } - dependencies: - strip-bom: 4.0.0 - dev: true - /defaults@1.0.4: + defaults@1.0.4: resolution: { integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==, } - dependencies: - clone: 1.0.4 - dev: true - /defer-to-connect@2.0.1: + defer-to-connect@2.0.1: resolution: { integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==, } engines: { node: ">=10" } - dev: true - /define-lazy-prop@2.0.0: + define-lazy-prop@2.0.0: resolution: { integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, } engines: { node: ">=8" } - dev: true - /define-lazy-prop@3.0.0: + define-lazy-prop@3.0.0: resolution: { integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==, } engines: { node: ">=12" } - dev: true - /define-properties@1.2.0: + define-properties@1.2.0: resolution: { integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==, } engines: { node: ">= 0.4" } - dependencies: - has-property-descriptors: 1.0.0 - object-keys: 1.1.1 - /define-property@0.2.5: + define-property@0.2.5: resolution: { integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==, } engines: { node: ">=0.10.0" } - dependencies: - is-descriptor: 0.1.6 - dev: false - /defu@6.1.2: + defu@6.1.2: resolution: { integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==, } - dev: true - /degenerator@5.0.1: + degenerator@5.0.1: resolution: { integrity: sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==, } engines: { node: ">= 14" } - dependencies: - ast-types: 0.13.4 - escodegen: 2.1.0 - esprima: 4.0.1 - dev: false - /del@6.1.1: + del@6.1.1: resolution: { integrity: sha512-ua8BhapfP0JUJKC/zV9yHHDW/rDoDxP4Zhn3AkA6/xT6gY7jYXJiaeyBZznYVujhZZET+UgcbZiQ7sN3WqcImg==, } engines: { node: ">=10" } - dependencies: - globby: 11.1.0 - graceful-fs: 4.2.11 - is-glob: 4.0.3 - is-path-cwd: 2.2.0 - is-path-inside: 3.0.3 - p-map: 4.0.0 - rimraf: 3.0.2 - slash: 3.0.0 - /delayed-stream@1.0.0: + delayed-stream@1.0.0: resolution: { integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, } engines: { node: ">=0.4.0" } - /delegates@1.0.0: + delegates@1.0.0: resolution: { integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==, } - /depd@2.0.0: + depd@2.0.0: resolution: { integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==, } engines: { node: ">= 0.8" } - /deprecation@2.3.1: + deprecation@2.3.1: resolution: { integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==, } - dev: true - /dequal@2.0.3: + dequal@2.0.3: resolution: { integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==, } engines: { node: ">=6" } - /destroy@1.2.0: + destroy@1.2.0: resolution: { integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==, } engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } - /detect-indent@5.0.0: + detect-indent@5.0.0: resolution: { integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==, } engines: { node: ">=4" } - dev: true - /detect-indent@6.1.0: + detect-indent@6.1.0: resolution: { integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==, } engines: { node: ">=8" } - dev: true - /detect-libc@2.0.2: + detect-libc@2.0.2: resolution: { integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==, } engines: { node: ">=8" } - dev: false - /detect-newline@3.1.0: + detect-newline@3.1.0: resolution: { integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==, } engines: { node: ">=8" } - dev: true - /detect-node-es@1.1.0: + detect-node-es@1.1.0: resolution: { integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==, } - /detect-package-manager@2.0.1: + detect-package-manager@2.0.1: resolution: { integrity: sha512-j/lJHyoLlWi6G1LDdLgvUtz60Zo5GEj+sVYtTVXnYLDPuzgC3llMxonXym9zIwhhUII8vjdw0LXxavpLqTbl1A==, } engines: { node: ">=12" } - dependencies: - execa: 5.1.1 - dev: true - /detect-port@1.5.1: + detect-port@1.5.1: resolution: { integrity: sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==, } hasBin: true - dependencies: - address: 1.2.2 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: true - /devlop@1.1.0: + devlop@1.1.0: resolution: { integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==, } - dependencies: - dequal: 2.0.3 - dev: false - /devtools-protocol@0.0.1203626: + devtools-protocol@0.0.1203626: resolution: { integrity: sha512-nEzHZteIUZfGCZtTiS1fRpC8UZmsfD1SiyPvaUNvS13dvKf666OAm8YTi0+Ca3n1nLEyu49Cy4+dPWpaHFJk9g==, } - dev: false - /didyoumean@1.2.2: + didyoumean@1.2.2: resolution: { integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==, } - /diff-sequences@28.1.1: + diff-sequences@28.1.1: resolution: { integrity: sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - dev: true - /diff-sequences@29.6.3: + diff-sequences@29.6.3: resolution: { integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dev: true - /diff@4.0.2: + diff@4.0.2: resolution: { integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==, } engines: { node: ">=0.3.1" } - dev: false - /diff@5.1.0: + diff@5.1.0: resolution: { integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==, } engines: { node: ">=0.3.1" } - dev: false - /diffable-html@4.1.0: + diffable-html@4.1.0: resolution: { integrity: sha512-++kyNek+YBLH8cLXS+iTj/Hiy2s5qkRJEJ8kgu/WHbFrVY2vz9xPFUT+fii2zGF0m1CaojDlQJjkfrCt7YWM1g==, } - dependencies: - htmlparser2: 3.10.1 - dev: true - /dijkstrajs@1.0.3: + dijkstrajs@1.0.3: resolution: { integrity: sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==, } - dev: false - /dir-glob@3.0.1: + dir-glob@3.0.1: resolution: { integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==, } engines: { node: ">=8" } - dependencies: - path-type: 4.0.0 - /direction@1.0.4: + direction@1.0.4: resolution: { integrity: sha512-GYqKi1aH7PJXxdhTeZBFrg8vUBeKXi+cNprXsC1kpJcbcVnV9wBsrOu1cQEdG0WeQwlfHiy3XvnKfIrJ2R0NzQ==, } hasBin: true - dev: false - /discord-api-types@0.37.58: + discord-api-types@0.37.58: resolution: { integrity: sha512-LubQHjyrr4nXjotWuao9T5RjzvvDstRztIpf5vamIXreSu75FQD20BJv2FnNc+vqrWLWnQwqg3qPb9P6cE2sUw==, } - dev: false - /discord-api-types@0.37.61: + discord-api-types@0.37.61: resolution: { integrity: sha512-o/dXNFfhBpYHpQFdT6FWzeO7pKc838QeeZ9d91CfVAtpr5XLK4B/zYxQbYgPdoMiTDvJfzcsLW5naXgmHGDNXw==, } - dev: false - /discord-api-types@0.37.64: + discord-api-types@0.37.64: resolution: { integrity: sha512-9aS+QuoNj+4e9d5uDKfds1DCpQLYn/mHx+M8OFHZ/ZZJVadZJEo275uBOaSsw5KGYGsZ4hxMzlOkIxnWirgqKA==, } - dev: false - /dlv@1.1.3: + dlv@1.1.3: resolution: { integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==, } - /dnd-core@16.0.1: + dnd-core@16.0.1: resolution: { integrity: sha512-HK294sl7tbw6F6IeuK16YSBUoorvHpY8RHO+9yFfaJyCDVb6n7PRcezrOEOa2SBCqiYpemh5Jx20ZcjKdFAVng==, } - dependencies: - "@react-dnd/asap": 5.0.2 - "@react-dnd/invariant": 4.0.2 - redux: 4.2.1 - dev: false - /doctrine@2.1.0: + doctrine@2.1.0: resolution: { integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==, } engines: { node: ">=0.10.0" } - dependencies: - esutils: 2.0.3 - /doctrine@3.0.0: + doctrine@3.0.0: resolution: { integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==, } engines: { node: ">=6.0.0" } - dependencies: - esutils: 2.0.3 - /dom-accessibility-api@0.5.16: + dom-accessibility-api@0.5.16: resolution: { integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==, } - dev: true - /dom-helpers@5.2.1: + dom-helpers@5.2.1: resolution: { integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==, } - dependencies: - "@babel/runtime": 7.23.2 - csstype: 3.1.2 - dev: false - /dom-serializer@0.2.2: + dom-serializer@0.2.2: resolution: { integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==, } - dependencies: - domelementtype: 2.3.0 - entities: 2.2.0 - dev: true - /domelementtype@1.3.1: + domelementtype@1.3.1: resolution: { integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==, } - dev: true - /domelementtype@2.3.0: + domelementtype@2.3.0: resolution: { integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==, } - dev: true - /domhandler@2.4.2: + domhandler@2.4.2: resolution: { integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==, } - dependencies: - domelementtype: 1.3.1 - dev: true - /domutils@1.7.0: + domutils@1.7.0: resolution: { integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==, } - dependencies: - dom-serializer: 0.2.2 - domelementtype: 1.3.1 - dev: true - /dot-case@3.0.4: + dot-case@3.0.4: resolution: { integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==, } - dependencies: - no-case: 3.0.4 - tslib: 2.6.2 - dev: false - /dot-prop@5.3.0: + dot-prop@5.3.0: resolution: { integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==, } engines: { node: ">=8" } - dependencies: - is-obj: 2.0.0 - dev: true - /dotenv-expand@10.0.0: + dotenv-expand@10.0.0: resolution: { integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==, } engines: { node: ">=12" } - dev: true - /dotenv@16.0.3: + dotenv@16.0.3: resolution: { integrity: sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==, } engines: { node: ">=12" } - dev: false - /dotenv@16.3.1: + dotenv@16.3.1: resolution: { integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==, } engines: { node: ">=12" } - /duplexer@0.1.2: + dotenv@16.4.5: + resolution: + { + integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==, + } + engines: { node: ">=12" } + + duplexer@0.1.2: resolution: { integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, } - dev: true - /duplexify@3.7.1: + duplexify@3.7.1: resolution: { integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==, } - dependencies: - end-of-stream: 1.4.4 - inherits: 2.0.4 - readable-stream: 2.3.8 - stream-shift: 1.0.1 - dev: true - /eastasianwidth@0.2.0: + eastasianwidth@0.2.0: resolution: { integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==, } - /ecdsa-sig-formatter@1.0.11: + ecdsa-sig-formatter@1.0.11: resolution: { integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==, } - dependencies: - safe-buffer: 5.2.1 - dev: false - /ee-first@1.1.1: + ee-first@1.1.1: resolution: { integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==, } - /ejs@3.1.9: + ejs@3.1.9: resolution: { integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==, } engines: { node: ">=0.10.0" } hasBin: true - dependencies: - jake: 10.8.7 - /electron-to-chromium@1.4.500: + electron-to-chromium@1.4.500: resolution: { integrity: sha512-P38NO8eOuWOKY1sQk5yE0crNtrjgjJj6r3NrbIKtG18KzCHmHE2Bt+aQA7/y0w3uYsHWxDa6icOohzjLJ4vJ4A==, } - /emittery@0.13.1: + emittery@0.13.1: resolution: { integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==, } engines: { node: ">=12" } - dev: true - /emoji-regex@10.3.0: + emoji-regex@10.3.0: resolution: { integrity: sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==, } - dev: true - /emoji-regex@8.0.0: + emoji-regex@8.0.0: resolution: { integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, } - /emoji-regex@9.2.2: + emoji-regex@9.2.2: resolution: { integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, } - /emojilib@2.4.0: + emojilib@2.4.0: resolution: { integrity: sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==, } - dev: false - /emoticon@4.0.1: + emoticon@4.0.1: resolution: { integrity: sha512-dqx7eA9YaqyvYtUhJwT4rC1HIp82j5ybS1/vQ42ur+jBe17dJMwZE4+gvL1XadSFfxaPFFGt3Xsw+Y8akThDlw==, } - dev: false - /encode-utf8@1.0.3: + encode-utf8@1.0.3: resolution: { integrity: sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==, } - dev: false - /encodeurl@1.0.2: + encodeurl@1.0.2: resolution: { integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==, } engines: { node: ">= 0.8" } - /encoding@0.1.13: + encoding@0.1.13: resolution: { integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==, } - requiresBuild: true - dependencies: - iconv-lite: 0.6.3 - dev: true - optional: true - /end-of-stream@1.4.4: + end-of-stream@1.4.4: resolution: { integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==, } - dependencies: - once: 1.4.0 - /engine.io-client@6.5.2: + engine.io-client@6.5.2: resolution: { integrity: sha512-CQZqbrpEYnrpGqC07a9dJDz4gePZUgTPMU3NKJPSeQOyw27Tst4Pl3FemKoFGAlHzgZmKjoRmiJvbWfhCXUlIg==, } - dependencies: - "@socket.io/component-emitter": 3.1.0 - debug: 4.3.4 - engine.io-parser: 5.2.1 - ws: 8.11.0 - xmlhttprequest-ssl: 2.0.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /engine.io-parser@5.2.1: + engine.io-parser@5.2.1: resolution: { integrity: sha512-9JktcM3u18nU9N2Lz3bWeBgxVgOKpw7yhRaoxQA3FUDZzzw+9WlA6p4G4u0RixNkg14fH7EfEc/RhpurtiROTQ==, } engines: { node: ">=10.0.0" } - dev: false - /engine.io@6.5.2: + engine.io@6.5.2: resolution: { integrity: sha512-IXsMcGpw/xRfjra46sVZVHiSWo/nJ/3g1337q9KNXtS6YRzbW5yIzTCb9DjhrBe7r3GZQR0I4+nq+4ODk5g/cA==, } engines: { node: ">=10.2.0" } - dependencies: - "@types/cookie": 0.4.1 - "@types/cors": 2.8.17 - "@types/node": 20.9.3 - accepts: 1.3.8 - base64id: 2.0.0 - cookie: 0.4.2 - cors: 2.8.5 - debug: 4.3.4 - engine.io-parser: 5.2.1 - ws: 8.11.0 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /enhanced-resolve@5.15.0: + enhanced-resolve@5.15.0: resolution: { integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==, } engines: { node: ">=10.13.0" } - dependencies: - graceful-fs: 4.2.11 - tapable: 2.2.1 - /enquirer@2.3.6: + enquirer@2.3.6: resolution: { integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, } engines: { node: ">=8.6" } - dependencies: - ansi-colors: 4.1.3 - dev: true - /entities@1.1.2: + entities@1.1.2: resolution: { integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==, } - dev: true - /entities@2.2.0: + entities@2.2.0: resolution: { integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==, } - dev: true - /env-paths@2.2.1: + env-paths@2.2.1: resolution: { integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==, } engines: { node: ">=6" } - /envinfo@7.10.0: + envinfo@7.10.0: resolution: { integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==, } engines: { node: ">=4" } hasBin: true - dev: true - /envinfo@7.8.1: + envinfo@7.8.1: resolution: { integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==, } engines: { node: ">=4" } hasBin: true - dev: true - /err-code@2.0.3: + err-code@2.0.3: resolution: { integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==, } - dev: true - /error-ex@1.3.2: + error-ex@1.3.2: resolution: { integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==, } - dependencies: - is-arrayish: 0.2.1 - /error-stack-parser@2.1.4: + error-stack-parser@2.1.4: resolution: { integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==, } - dependencies: - stackframe: 1.3.4 - dev: false - /es-abstract@1.22.1: + es-abstract@1.22.1: resolution: { integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==, } engines: { node: ">= 0.4" } - dependencies: - array-buffer-byte-length: 1.0.0 - arraybuffer.prototype.slice: 1.0.1 - available-typed-arrays: 1.0.5 - call-bind: 1.0.2 - es-set-tostringtag: 2.0.1 - es-to-primitive: 1.2.1 - function.prototype.name: 1.1.5 - get-intrinsic: 1.2.1 - get-symbol-description: 1.0.0 - globalthis: 1.0.3 - gopd: 1.0.1 - has: 1.0.3 - has-property-descriptors: 1.0.0 - has-proto: 1.0.1 - has-symbols: 1.0.3 - internal-slot: 1.0.5 - is-array-buffer: 3.0.2 - is-callable: 1.2.7 - is-negative-zero: 2.0.2 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 - is-string: 1.0.7 - is-typed-array: 1.1.12 - is-weakref: 1.0.2 - object-inspect: 1.12.3 - object-keys: 1.1.1 - object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 - safe-array-concat: 1.0.0 - safe-regex-test: 1.0.0 - string.prototype.trim: 1.2.7 - string.prototype.trimend: 1.0.6 - string.prototype.trimstart: 1.0.6 - typed-array-buffer: 1.0.0 - typed-array-byte-length: 1.0.0 - typed-array-byte-offset: 1.0.0 - typed-array-length: 1.0.4 - unbox-primitive: 1.0.2 - which-typed-array: 1.1.11 - /es-get-iterator@1.1.3: + es-get-iterator@1.1.3: resolution: { integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==, } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - has-symbols: 1.0.3 - is-arguments: 1.1.1 - is-map: 2.0.2 - is-set: 2.0.2 - is-string: 1.0.7 - isarray: 2.0.5 - stop-iteration-iterator: 1.0.0 - dev: true - /es-iterator-helpers@1.0.13: + es-iterator-helpers@1.0.13: resolution: { integrity: sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==, } - dependencies: - asynciterator.prototype: 1.0.0 - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - es-set-tostringtag: 2.0.1 - function-bind: 1.1.1 - get-intrinsic: 1.2.1 - globalthis: 1.0.3 - has-property-descriptors: 1.0.0 - has-proto: 1.0.1 - has-symbols: 1.0.3 - internal-slot: 1.0.5 - iterator.prototype: 1.1.0 - safe-array-concat: 1.0.0 - /es-module-lexer@0.9.3: + es-module-lexer@0.9.3: resolution: { integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==, } - dev: true - /es-set-tostringtag@2.0.1: + es-set-tostringtag@2.0.1: resolution: { integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==, } engines: { node: ">= 0.4" } - dependencies: - get-intrinsic: 1.2.1 - has: 1.0.3 - has-tostringtag: 1.0.0 - /es-shim-unscopables@1.0.0: + es-shim-unscopables@1.0.0: resolution: { integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==, } - dependencies: - has: 1.0.3 - /es-to-primitive@1.2.1: + es-to-primitive@1.2.1: resolution: { integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, } engines: { node: ">= 0.4" } - dependencies: - is-callable: 1.2.7 - is-date-object: 1.0.5 - is-symbol: 1.0.4 - /es6-error@4.1.1: + es6-error@4.1.1: resolution: { integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==, } - dev: true - /es6-object-assign@1.1.0: + es6-object-assign@1.1.0: resolution: { integrity: sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==, } - dev: true - /esbuild-plugin-alias@0.2.1: + esbuild-plugin-alias@0.2.1: resolution: { integrity: sha512-jyfL/pwPqaFXyKnj8lP8iLk6Z0m099uXR45aSN8Av1XD4vhvQutxxPzgA2bTcAwQpa1zCXDcWOlhFgyP3GKqhQ==, } - dev: true - /esbuild-register@3.5.0(esbuild@0.18.20): + esbuild-register@3.5.0: resolution: { integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==, } peerDependencies: esbuild: ">=0.12 <1" - dependencies: - debug: 4.3.4 - esbuild: 0.18.20 - transitivePeerDependencies: - - supports-color - dev: true - /esbuild@0.17.19: + esbuild@0.17.19: resolution: { integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==, } engines: { node: ">=12" } hasBin: true - requiresBuild: true - optionalDependencies: - "@esbuild/android-arm": 0.17.19 - "@esbuild/android-arm64": 0.17.19 - "@esbuild/android-x64": 0.17.19 - "@esbuild/darwin-arm64": 0.17.19 - "@esbuild/darwin-x64": 0.17.19 - "@esbuild/freebsd-arm64": 0.17.19 - "@esbuild/freebsd-x64": 0.17.19 - "@esbuild/linux-arm": 0.17.19 - "@esbuild/linux-arm64": 0.17.19 - "@esbuild/linux-ia32": 0.17.19 - "@esbuild/linux-loong64": 0.17.19 - "@esbuild/linux-mips64el": 0.17.19 - "@esbuild/linux-ppc64": 0.17.19 - "@esbuild/linux-riscv64": 0.17.19 - "@esbuild/linux-s390x": 0.17.19 - "@esbuild/linux-x64": 0.17.19 - "@esbuild/netbsd-x64": 0.17.19 - "@esbuild/openbsd-x64": 0.17.19 - "@esbuild/sunos-x64": 0.17.19 - "@esbuild/win32-arm64": 0.17.19 - "@esbuild/win32-ia32": 0.17.19 - "@esbuild/win32-x64": 0.17.19 - dev: true - /esbuild@0.18.20: + esbuild@0.18.20: resolution: { integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==, } engines: { node: ">=12" } hasBin: true - requiresBuild: true - optionalDependencies: - "@esbuild/android-arm": 0.18.20 - "@esbuild/android-arm64": 0.18.20 - "@esbuild/android-x64": 0.18.20 - "@esbuild/darwin-arm64": 0.18.20 - "@esbuild/darwin-x64": 0.18.20 - "@esbuild/freebsd-arm64": 0.18.20 - "@esbuild/freebsd-x64": 0.18.20 - "@esbuild/linux-arm": 0.18.20 - "@esbuild/linux-arm64": 0.18.20 - "@esbuild/linux-ia32": 0.18.20 - "@esbuild/linux-loong64": 0.18.20 - "@esbuild/linux-mips64el": 0.18.20 - "@esbuild/linux-ppc64": 0.18.20 - "@esbuild/linux-riscv64": 0.18.20 - "@esbuild/linux-s390x": 0.18.20 - "@esbuild/linux-x64": 0.18.20 - "@esbuild/netbsd-x64": 0.18.20 - "@esbuild/openbsd-x64": 0.18.20 - "@esbuild/sunos-x64": 0.18.20 - "@esbuild/win32-arm64": 0.18.20 - "@esbuild/win32-ia32": 0.18.20 - "@esbuild/win32-x64": 0.18.20 - /esbuild@0.19.5: + esbuild@0.19.5: resolution: { integrity: sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==, } engines: { node: ">=12" } hasBin: true - requiresBuild: true - optionalDependencies: - "@esbuild/android-arm": 0.19.5 - "@esbuild/android-arm64": 0.19.5 - "@esbuild/android-x64": 0.19.5 - "@esbuild/darwin-arm64": 0.19.5 - "@esbuild/darwin-x64": 0.19.5 - "@esbuild/freebsd-arm64": 0.19.5 - "@esbuild/freebsd-x64": 0.19.5 - "@esbuild/linux-arm": 0.19.5 - "@esbuild/linux-arm64": 0.19.5 - "@esbuild/linux-ia32": 0.19.5 - "@esbuild/linux-loong64": 0.19.5 - "@esbuild/linux-mips64el": 0.19.5 - "@esbuild/linux-ppc64": 0.19.5 - "@esbuild/linux-riscv64": 0.19.5 - "@esbuild/linux-s390x": 0.19.5 - "@esbuild/linux-x64": 0.19.5 - "@esbuild/netbsd-x64": 0.19.5 - "@esbuild/openbsd-x64": 0.19.5 - "@esbuild/sunos-x64": 0.19.5 - "@esbuild/win32-arm64": 0.19.5 - "@esbuild/win32-ia32": 0.19.5 - "@esbuild/win32-x64": 0.19.5 - dev: true - /escalade@3.1.1: + escalade@3.1.1: resolution: { integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, } engines: { node: ">=6" } - /escape-html@1.0.3: + escape-html@1.0.3: resolution: { integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==, } - /escape-string-regexp@1.0.5: + escape-string-regexp@1.0.5: resolution: { integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, } engines: { node: ">=0.8.0" } - /escape-string-regexp@2.0.0: + escape-string-regexp@2.0.0: resolution: { integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==, } engines: { node: ">=8" } - dev: true - /escape-string-regexp@4.0.0: + escape-string-regexp@4.0.0: resolution: { integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, } engines: { node: ">=10" } - /escape-string-regexp@5.0.0: + escape-string-regexp@5.0.0: resolution: { integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==, } engines: { node: ">=12" } - /escodegen@2.1.0: + escodegen@2.1.0: resolution: { integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==, } engines: { node: ">=6.0" } hasBin: true - dependencies: - esprima: 4.0.1 - estraverse: 5.3.0 - esutils: 2.0.3 - optionalDependencies: - source-map: 0.6.1 - /eslint-config-next@13.5.6(eslint@8.56.0)(typescript@5.3.2): + eslint-config-next@13.5.6: resolution: { integrity: sha512-o8pQsUHTo9aHqJ2YiZDym5gQAMRf7O2HndHo/JZeY7TDD+W4hk6Ma8Vw54RHiBeb7OWWO5dPirQB+Is/aVQ7Kg==, @@ -15395,24 +9923,8 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - "@next/eslint-plugin-next": 13.5.6 - "@rushstack/eslint-patch": 1.3.3 - "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - eslint: 8.56.0 - eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.56.0) - eslint-plugin-react: 7.33.2(eslint@8.56.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) - typescript: 5.3.2 - transitivePeerDependencies: - - eslint-import-resolver-webpack - - supports-color - dev: true - /eslint-config-next@14.0.3(eslint@8.56.0)(typescript@5.3.2): + eslint-config-next@14.0.3: resolution: { integrity: sha512-IKPhpLdpSUyKofmsXUfrvBC49JMUTdeaD8ZIH4v9Vk0sC1X6URTuTJCLtA0Vwuj7V/CQh0oISuSTvNn5//Buew==, @@ -15423,24 +9935,8 @@ packages: peerDependenciesMeta: typescript: optional: true - dependencies: - "@next/eslint-plugin-next": 14.0.3 - "@rushstack/eslint-patch": 1.3.3 - "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - eslint: 8.56.0 - eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.56.0) - eslint-plugin-react: 7.33.2(eslint@8.56.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) - typescript: 5.3.2 - transitivePeerDependencies: - - eslint-import-resolver-webpack - - supports-color - dev: false - /eslint-config-prettier@9.0.0(eslint@8.56.0): + eslint-config-prettier@9.0.0: resolution: { integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==, @@ -15448,23 +9944,14 @@ packages: hasBin: true peerDependencies: eslint: ">=7.0.0" - dependencies: - eslint: 8.56.0 - dev: true - /eslint-import-resolver-node@0.3.9: + eslint-import-resolver-node@0.3.9: resolution: { integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==, } - dependencies: - debug: 3.2.7(supports-color@5.5.0) - is-core-module: 2.13.0 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0): + eslint-import-resolver-typescript@3.6.0: resolution: { integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==, @@ -15473,23 +9960,8 @@ packages: peerDependencies: eslint: "*" eslint-plugin-import: "*" - dependencies: - debug: 4.3.4 - enhanced-resolve: 5.15.0 - eslint: 8.56.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0) - fast-glob: 3.3.1 - get-tsconfig: 4.7.0 - is-core-module: 2.13.0 - is-glob: 4.0.3 - transitivePeerDependencies: - - "@typescript-eslint/parser" - - eslint-import-resolver-node - - eslint-import-resolver-webpack - - supports-color - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0): + eslint-module-utils@2.8.0: resolution: { integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, @@ -15512,16 +9984,8 @@ packages: optional: true eslint-import-resolver-webpack: optional: true - dependencies: - "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - debug: 3.2.7(supports-color@5.5.0) - eslint: 8.56.0 - eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0) - transitivePeerDependencies: - - supports-color - /eslint-plugin-deprecation@2.0.0(eslint@8.56.0)(typescript@5.3.2): + eslint-plugin-deprecation@2.0.0: resolution: { integrity: sha512-OAm9Ohzbj11/ZFyICyR5N6LbOIvQMp7ZU2zI7Ej0jIc8kiGUERXPNMfw2QqqHD1ZHtjMub3yPZILovYEYucgoQ==, @@ -15529,17 +9993,8 @@ packages: peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: ^4.2.4 || ^5.0.0 - dependencies: - "@typescript-eslint/utils": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - eslint: 8.56.0 - tslib: 2.6.2 - tsutils: 3.21.0(typescript@5.3.2) - typescript: 5.3.2 - transitivePeerDependencies: - - supports-color - dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0): + eslint-plugin-import@2.28.1: resolution: { integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==, @@ -15551,43 +10006,15 @@ packages: peerDependenciesMeta: "@typescript-eslint/parser": optional: true - dependencies: - "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) - array-includes: 3.1.6 - array.prototype.findlastindex: 1.2.2 - array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 - debug: 3.2.7(supports-color@5.5.0) - doctrine: 2.1.0 - eslint: 8.56.0 - eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0) - has: 1.0.3 - is-core-module: 2.13.0 - is-glob: 4.0.3 - minimatch: 3.1.2 - object.fromentries: 2.0.6 - object.groupby: 1.0.0 - object.values: 1.1.6 - semver: 6.3.1 - tsconfig-paths: 3.14.2 - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - /eslint-plugin-json@3.1.0: + eslint-plugin-json@3.1.0: resolution: { integrity: sha512-MrlG2ynFEHe7wDGwbUuFPsaT2b1uhuEFhJ+W1f1u+1C2EkXmTYJp4B1aAdQQ8M+CC3t//N/oRKiIVw14L2HR1g==, } engines: { node: ">=12.0" } - dependencies: - lodash: 4.17.21 - vscode-json-languageservice: 4.2.1 - dev: true - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.56.0): + eslint-plugin-jsx-a11y@6.7.1: resolution: { integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==, @@ -15595,26 +10022,8 @@ packages: engines: { node: ">=4.0" } peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - "@babel/runtime": 7.23.2 - aria-query: 5.3.0 - array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 - ast-types-flow: 0.0.7 - axe-core: 4.7.2 - axobject-query: 3.2.1 - damerau-levenshtein: 1.0.8 - emoji-regex: 9.2.2 - eslint: 8.56.0 - has: 1.0.3 - jsx-ast-utils: 3.3.5 - language-tags: 1.0.5 - minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 - semver: 6.3.1 - /eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0)(eslint@8.56.0)(prettier@3.1.1): + eslint-plugin-prettier@5.0.0: resolution: { integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==, @@ -15630,15 +10039,8 @@ packages: optional: true eslint-config-prettier: optional: true - dependencies: - eslint: 8.56.0 - eslint-config-prettier: 9.0.0(eslint@8.56.0) - prettier: 3.1.1 - prettier-linter-helpers: 1.0.0 - synckit: 0.8.5 - dev: true - /eslint-plugin-promise@6.1.1(eslint@8.56.0): + eslint-plugin-promise@6.1.1: resolution: { integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==, @@ -15646,11 +10048,8 @@ packages: engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - dependencies: - eslint: 8.56.0 - dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.56.0): + eslint-plugin-react-hooks@4.6.0: resolution: { integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==, @@ -15658,10 +10057,8 @@ packages: engines: { node: ">=10" } peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - dependencies: - eslint: 8.56.0 - /eslint-plugin-react@7.33.2(eslint@8.56.0): + eslint-plugin-react@7.33.2: resolution: { integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==, @@ -15669,26 +10066,8 @@ packages: engines: { node: ">=4" } peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 - array.prototype.tosorted: 1.1.1 - doctrine: 2.1.0 - es-iterator-helpers: 1.0.13 - eslint: 8.56.0 - estraverse: 5.3.0 - jsx-ast-utils: 3.3.5 - minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 - object.hasown: 1.1.2 - object.values: 1.1.6 - prop-types: 15.8.1 - resolve: 2.0.0-next.4 - semver: 6.3.1 - string.prototype.matchall: 4.0.8 - /eslint-plugin-unicorn@48.0.1(eslint@8.56.0): + eslint-plugin-unicorn@48.0.1: resolution: { integrity: sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==, @@ -15696,103 +10075,37 @@ packages: engines: { node: ">=16" } peerDependencies: eslint: ">=8.44.0" - dependencies: - "@babel/helper-validator-identifier": 7.22.5 - "@eslint-community/eslint-utils": 4.4.0(eslint@8.56.0) - ci-info: 3.8.0 - clean-regexp: 1.0.0 - eslint: 8.56.0 - esquery: 1.5.0 - indent-string: 4.0.0 - is-builtin-module: 3.2.1 - jsesc: 3.0.2 - lodash: 4.17.21 - pluralize: 8.0.0 - read-pkg-up: 7.0.1 - regexp-tree: 0.1.27 - regjsparser: 0.10.0 - semver: 7.5.4 - strip-indent: 3.0.0 - dev: true - /eslint-scope@7.2.2: + eslint-scope@7.2.2: resolution: { integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - /eslint-visitor-keys@3.4.3: + eslint-visitor-keys@3.4.3: resolution: { integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - /eslint@8.56.0: + eslint@8.56.0: resolution: { integrity: sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true - dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.56.0) - "@eslint-community/regexpp": 4.7.0 - "@eslint/eslintrc": 2.1.4 - "@eslint/js": 8.56.0 - "@humanwhocodes/config-array": 0.11.13 - "@humanwhocodes/module-importer": 1.0.1 - "@nodelib/fs.walk": 1.2.8 - "@ungap/structured-clone": 1.2.0 - 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.2 - eslint-visitor-keys: 3.4.3 - espree: 9.6.1 - 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.21.0 - graphemer: 1.4.0 - ignore: 5.2.4 - 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.3 - strip-ansi: 6.0.1 - text-table: 0.2.0 - transitivePeerDependencies: - - supports-color - /espree@9.6.1: + espree@9.6.1: resolution: { integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - dependencies: - acorn: 8.10.0 - acorn-jsx: 5.3.2(acorn@8.10.0) - eslint-visitor-keys: 3.4.3 - /esprima@4.0.1: + esprima@4.0.1: resolution: { integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==, @@ -15800,750 +10113,483 @@ packages: engines: { node: ">=4" } hasBin: true - /esquery@1.5.0: + esquery@1.5.0: resolution: { integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==, } engines: { node: ">=0.10" } - dependencies: - estraverse: 5.3.0 - /esrecurse@4.3.0: + esrecurse@4.3.0: resolution: { integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, } engines: { node: ">=4.0" } - dependencies: - estraverse: 5.3.0 - /estraverse@5.3.0: + estraverse@5.3.0: resolution: { integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, } engines: { node: ">=4.0" } - /estree-walker@2.0.2: + estree-walker@2.0.2: resolution: { integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==, } - /esutils@2.0.3: + esutils@2.0.3: resolution: { integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, } engines: { node: ">=0.10.0" } - /etag@1.8.1: + etag@1.8.1: resolution: { integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==, } engines: { node: ">= 0.6" } - /eventemitter3@4.0.7: + eventemitter3@4.0.7: resolution: { integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==, } - dev: true - /eventemitter3@5.0.1: + eventemitter3@5.0.1: resolution: { integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==, } - dev: true - /execa@0.7.0: + execa@0.7.0: resolution: { integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==, } engines: { node: ">=4" } - dependencies: - cross-spawn: 5.1.0 - get-stream: 3.0.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.7 - strip-eof: 1.0.0 - dev: true - /execa@5.0.0: + execa@5.0.0: resolution: { integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==, } engines: { node: ">=10" } - dependencies: - cross-spawn: 7.0.3 - get-stream: 6.0.1 - human-signals: 2.1.0 - is-stream: 2.0.1 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - signal-exit: 3.0.7 - strip-final-newline: 2.0.0 - dev: true - /execa@5.1.1: + execa@5.1.1: resolution: { integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==, } engines: { node: ">=10" } - dependencies: - cross-spawn: 7.0.3 - get-stream: 6.0.1 - human-signals: 2.1.0 - is-stream: 2.0.1 - merge-stream: 2.0.0 - npm-run-path: 4.0.1 - onetime: 5.1.2 - signal-exit: 3.0.7 - strip-final-newline: 2.0.0 - /execa@7.2.0: + execa@7.2.0: resolution: { integrity: sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==, } engines: { node: ^14.18.0 || ^16.14.0 || >=18.0.0 } - dependencies: - cross-spawn: 7.0.3 - get-stream: 6.0.1 - human-signals: 4.3.1 - is-stream: 3.0.0 - merge-stream: 2.0.0 - npm-run-path: 5.1.0 - onetime: 6.0.0 - signal-exit: 3.0.7 - strip-final-newline: 3.0.0 - dev: true - /execa@8.0.1: + execa@8.0.1: resolution: { integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==, } engines: { node: ">=16.17" } - dependencies: - cross-spawn: 7.0.3 - get-stream: 8.0.1 - human-signals: 5.0.0 - is-stream: 3.0.0 - merge-stream: 2.0.0 - npm-run-path: 5.1.0 - onetime: 6.0.0 - signal-exit: 4.1.0 - strip-final-newline: 3.0.0 - dev: true - /executable@4.1.1: + executable@4.1.1: resolution: { integrity: sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==, } engines: { node: ">=4" } - dependencies: - pify: 2.3.0 - dev: true - /exit@0.1.2: + exit@0.1.2: resolution: { integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==, } engines: { node: ">= 0.8.0" } - dev: true - /expand-template@2.0.3: + expand-template@2.0.3: resolution: { integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==, } engines: { node: ">=6" } - dev: false - /expand-tilde@1.2.2: + expand-tilde@1.2.2: resolution: { integrity: sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==, } engines: { node: ">=0.10.0" } - dependencies: - os-homedir: 1.0.2 - /expect-playwright@0.8.0: + expect-playwright@0.8.0: resolution: { integrity: sha512-+kn8561vHAY+dt+0gMqqj1oY+g5xWrsuGMk4QGxotT2WS545nVqqjs37z6hrYfIuucwqthzwJfCJUEYqixyljg==, } - dev: true - /expect@29.7.0: + expect@29.7.0: resolution: { integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/expect-utils": 29.7.0 - jest-get-type: 29.6.3 - jest-matcher-utils: 29.7.0 - jest-message-util: 29.7.0 - jest-util: 29.7.0 - dev: true - /exponential-backoff@3.1.1: + exponential-backoff@3.1.1: resolution: { integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==, } - dev: true - /express@4.18.2: + express@4.18.2: resolution: { integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==, } engines: { node: ">= 0.10.0" } - dependencies: - accepts: 1.3.8 - array-flatten: 1.1.1 - body-parser: 1.20.1 - content-disposition: 0.5.4 - content-type: 1.0.5 - cookie: 0.5.0 - cookie-signature: 1.0.6 - debug: 2.6.9 - depd: 2.0.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - finalhandler: 1.2.0 - fresh: 0.5.2 - http-errors: 2.0.0 - merge-descriptors: 1.0.1 - methods: 1.1.2 - on-finished: 2.4.1 - parseurl: 1.3.3 - path-to-regexp: 0.1.7 - proxy-addr: 2.0.7 - qs: 6.11.0 - range-parser: 1.2.1 - safe-buffer: 5.2.1 - send: 0.18.0 - serve-static: 1.15.0 - setprototypeof: 1.2.0 - statuses: 2.0.1 - type-is: 1.6.18 - utils-merge: 1.0.1 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - /ext-list@2.2.2: + ext-list@2.2.2: resolution: { integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==, } engines: { node: ">=0.10.0" } - dependencies: - mime-db: 1.52.0 - dev: true - /ext-name@5.0.0: + ext-name@5.0.0: resolution: { integrity: sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==, } engines: { node: ">=4" } - dependencies: - ext-list: 2.2.2 - sort-keys-length: 1.0.1 - dev: true - /extend-shallow@2.0.1: + extend-shallow@2.0.1: resolution: { integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==, } engines: { node: ">=0.10.0" } - dependencies: - is-extendable: 0.1.1 - dev: false - /extend@3.0.2: + extend@3.0.2: resolution: { integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==, } - /external-editor@3.1.0: + external-editor@3.1.0: resolution: { integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==, } engines: { node: ">=4" } - dependencies: - chardet: 0.7.0 - iconv-lite: 0.4.24 - tmp: 0.0.33 - dev: true - /extract-zip@1.7.0: + extract-zip@1.7.0: resolution: { integrity: sha512-xoh5G1W/PB0/27lXgMQyIhP5DSY/LhoCsOyZgb+6iMmRtCwVBo55uKaMoEYrDCKQhWvqEip5ZPKAc6eFNyf/MA==, } hasBin: true - dependencies: - concat-stream: 1.6.2 - debug: 2.6.9 - mkdirp: 0.5.6 - yauzl: 2.10.0 - transitivePeerDependencies: - - supports-color - dev: true - /extract-zip@2.0.1: + extract-zip@2.0.1: resolution: { integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==, } engines: { node: ">= 10.17.0" } hasBin: true - dependencies: - debug: 4.3.4 - get-stream: 5.2.0 - yauzl: 2.10.0 - optionalDependencies: - "@types/yauzl": 2.10.0 - transitivePeerDependencies: - - supports-color - dev: false - /fast-deep-equal@3.1.3: + fast-deep-equal@3.1.3: resolution: { integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==, } - /fast-diff@1.3.0: + fast-diff@1.3.0: resolution: { integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==, } - dev: true - /fast-fifo@1.3.2: + fast-fifo@1.3.2: resolution: { integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==, } - dev: false - /fast-glob@3.3.1: + fast-glob@3.3.1: resolution: { integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, } engines: { node: ">=8.6.0" } - dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 - glob-parent: 5.1.2 - merge2: 1.4.1 - micromatch: 4.0.5 - /fast-json-stable-stringify@2.1.0: + fast-json-stable-stringify@2.1.0: resolution: { integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==, } - /fast-levenshtein@2.0.6: + fast-levenshtein@2.0.6: resolution: { integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==, } - /fast-loops@1.1.3: + fast-loops@1.1.3: resolution: { integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==, } - dev: false - /fast-shallow-equal@1.0.0: + fast-shallow-equal@1.0.0: resolution: { integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==, } - dev: false - /fastest-stable-stringify@2.0.2: + fastest-stable-stringify@2.0.2: resolution: { integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==, } - dev: false - /fastq@1.15.0: + fastq@1.15.0: resolution: { integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==, } - dependencies: - reusify: 1.0.4 - /fb-watchman@2.0.2: + fb-watchman@2.0.2: resolution: { integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==, } - dependencies: - bser: 2.1.1 - dev: true - /fd-slicer@1.1.0: + fd-slicer@1.1.0: resolution: { integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==, } - dependencies: - pend: 1.2.0 - /fetch-retry@5.0.6: + fetch-retry@5.0.6: resolution: { integrity: sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==, } - dev: true - /figures@3.2.0: + figures@3.2.0: resolution: { integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==, } engines: { node: ">=8" } - dependencies: - escape-string-regexp: 1.0.5 - dev: true - /file-contents@0.2.4: + file-contents@0.2.4: resolution: { integrity: sha512-PEz7U6YlXr+dvWCtW63DUY1LUTHOVs1rv4s1/I/39dpvvidQqMSTY6JklazQS60MMoI/ztpo5kMlpdvGagvLbA==, } engines: { node: ">=0.10.0" } - dependencies: - extend-shallow: 2.0.1 - file-stat: 0.1.3 - graceful-fs: 4.2.11 - is-buffer: 1.1.6 - is-utf8: 0.2.1 - lazy-cache: 0.2.7 - through2: 2.0.5 - dev: false - /file-contents@0.3.2: + file-contents@0.3.2: resolution: { integrity: sha512-7xaJjA+9eTve2l1FzoagBX26tICgaTwLPAY9vi/FDutEUKNeBR4YYvvQ8bgxuYJb09edaAQoEGIa6Juim88dpQ==, } engines: { node: ">=0.10.0" } - dependencies: - define-property: 0.2.5 - extend-shallow: 2.0.1 - file-stat: 0.2.3 - fs-exists-sync: 0.1.0 - graceful-fs: 4.2.11 - is-buffer: 1.1.6 - isobject: 2.1.0 - lazy-cache: 2.0.2 - strip-bom-buffer: 0.1.1 - strip-bom-string: 0.1.2 - through2: 2.0.5 - vinyl: 1.2.0 - dev: false - /file-entry-cache@6.0.1: + file-entry-cache@6.0.1: resolution: { integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==, } engines: { node: ^10.12.0 || >=12.0.0 } - dependencies: - flat-cache: 3.0.4 - /file-stat@0.1.3: + file-stat@0.1.3: resolution: { integrity: sha512-f72m4132aOd5DVtREdDX8I0Dd7Zf/3PiUYYvn4BFCxfsLqj6r8joBZzrRlfvsNvxhADw+jpEa0AnWPII9H0Fbg==, } engines: { node: ">=0.10.0" } - dependencies: - graceful-fs: 4.2.11 - lazy-cache: 0.2.7 - through2: 2.0.5 - dev: false - /file-stat@0.2.3: + file-stat@0.2.3: resolution: { integrity: sha512-wjHoKZzas90Jl1XOBfLnNGc5gl9JTm7sTceuoO4P3OdadlCz1ELrOxYmiamqLJP4S8+phD7wzW8S1oBj+8vnBQ==, } engines: { node: ">=0.10.0" } - dependencies: - fs-exists-sync: 0.1.0 - graceful-fs: 4.2.11 - lazy-cache: 2.0.2 - through2: 2.0.5 - dev: false - /file-system-cache@2.3.0: + file-system-cache@2.3.0: resolution: { integrity: sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==, } - dependencies: - fs-extra: 11.1.1 - ramda: 0.29.0 - dev: true - /file-type@17.1.6: + file-type@17.1.6: resolution: { integrity: sha512-hlDw5Ev+9e883s0pwUsuuYNu4tD7GgpUnOvykjv1Gya0ZIjuKumthDRua90VUn6/nlRKAjcxLUnHNTIUWwWIiw==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dependencies: - readable-web-to-node-stream: 3.0.2 - strtok3: 7.0.0 - token-types: 5.0.1 - dev: true - /filedirname@2.7.0: + filedirname@2.7.0: resolution: { integrity: sha512-rw4NZ0XCpm4EeBp0NK2b1WUkCm/LSDg6mJR8ywV2JYvIiwe+fimMgwVxjgd94lbmx4rOOmxybeVHsB6SRNeaXQ==, } engines: { node: ">=10" } - dependencies: - get-current-line: 6.6.0 - dev: false - /filelist@1.0.4: + filelist@1.0.4: resolution: { integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==, } - dependencies: - minimatch: 5.1.6 - /filename-reserved-regex@3.0.0: + filename-reserved-regex@3.0.0: resolution: { integrity: sha512-hn4cQfU6GOT/7cFHXBqeBg2TbrMBgdD0kcjLhvSQYYwm3s4B6cjvBfb7nBALJLAXqmU5xajSa7X2NnUud/VCdw==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dev: true - /filenamify@5.1.1: + filenamify@5.1.1: resolution: { integrity: sha512-M45CbrJLGACfrPOkrTp3j2EcO9OBkKUYME0eiqOCa7i2poaklU0jhlIaMlr8ijLorT0uLAzrn3qXOp5684CkfA==, } engines: { node: ">=12.20" } - dependencies: - filename-reserved-regex: 3.0.0 - strip-outer: 2.0.0 - trim-repeated: 2.0.0 - dev: true - /fill-range@7.0.1: + fill-range@7.0.1: resolution: { integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, } engines: { node: ">=8" } - dependencies: - to-regex-range: 5.0.1 - /finalhandler@1.2.0: + fill-range@7.1.1: + resolution: + { + integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==, + } + engines: { node: ">=8" } + + finalhandler@1.2.0: resolution: { integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==, } engines: { node: ">= 0.8" } - dependencies: - debug: 2.6.9 - encodeurl: 1.0.2 - escape-html: 1.0.3 - on-finished: 2.4.1 - parseurl: 1.3.3 - statuses: 2.0.1 - unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color - /find-cache-dir@2.1.0: + find-cache-dir@2.1.0: resolution: { integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==, } engines: { node: ">=6" } - dependencies: - commondir: 1.0.1 - make-dir: 2.1.0 - pkg-dir: 3.0.0 - dev: true - /find-cache-dir@3.3.2: + find-cache-dir@3.3.2: resolution: { integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==, } engines: { node: ">=8" } - dependencies: - commondir: 1.0.1 - make-dir: 3.1.0 - pkg-dir: 4.2.0 - /find-file-up@0.1.3: + find-file-up@0.1.3: resolution: { integrity: sha512-mBxmNbVyjg1LQIIpgO8hN+ybWBgDQK8qjht+EbrTCGmmPV/sc7RF1i9stPTD6bpvXZywBdrwRYxhSdJv867L6A==, } engines: { node: ">=0.10.0" } - dependencies: - fs-exists-sync: 0.1.0 - resolve-dir: 0.1.1 - dev: true - /find-pkg@0.1.2: + find-pkg@0.1.2: resolution: { integrity: sha512-0rnQWcFwZr7eO0513HahrWafsc3CTFioEB7DRiEYCUM/70QXSY8f3mCST17HXLcPvEhzH/Ty/Bxd72ZZsr/yvw==, } engines: { node: ">=0.10.0" } - dependencies: - find-file-up: 0.1.3 - dev: true - /find-process@1.4.7: + find-process@1.4.7: resolution: { integrity: sha512-/U4CYp1214Xrp3u3Fqr9yNynUrr5Le4y0SsJh2lMDDSbpwYSz3M2SMWQC+wqcx79cN8PQtHQIL8KnuY9M66fdg==, } hasBin: true - dependencies: - chalk: 4.1.2 - commander: 5.1.0 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: true - /find-root@1.1.0: + find-root@1.1.0: resolution: { integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==, } - dev: false - /find-up@2.1.0: + find-up@2.1.0: resolution: { integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==, } engines: { node: ">=4" } - dependencies: - locate-path: 2.0.0 - dev: true - /find-up@3.0.0: + find-up@3.0.0: resolution: { integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==, } engines: { node: ">=6" } - dependencies: - locate-path: 3.0.0 - dev: true - /find-up@4.1.0: + find-up@4.1.0: resolution: { integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, } engines: { node: ">=8" } - dependencies: - locate-path: 5.0.0 - path-exists: 4.0.0 - /find-up@5.0.0: + find-up@5.0.0: resolution: { integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, } engines: { node: ">=10" } - dependencies: - locate-path: 6.0.0 - path-exists: 4.0.0 - /find-versions@5.1.0: + find-versions@5.1.0: resolution: { integrity: sha512-+iwzCJ7C5v5KgcBuueqVoNiHVoQpwiUK5XFLjf0affFTep+Wcw93tPvmb8tqujDNmzhBDPddnWV/qgWSXgq+Hg==, } engines: { node: ">=12" } - dependencies: - semver-regex: 4.0.5 - dev: true - /flat-cache@3.0.4: + flat-cache@3.0.4: resolution: { integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==, } engines: { node: ^10.12.0 || >=12.0.0 } - dependencies: - flatted: 3.2.7 - rimraf: 3.0.2 - /flat@5.0.2: + flat@5.0.2: resolution: { integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==, } hasBin: true - dev: true - /flatted@3.2.7: + flatted@3.2.7: resolution: { integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==, } - /flow-parser@0.215.1: + flow-parser@0.215.1: resolution: { integrity: sha512-qq3rdRToqwesrddyXf+Ml8Tuf7TdoJS+EMbJgC6fHAVoBCXjb4mHelNd3J+jD8ts0bSHX81FG3LN7Qn/dcl6pA==, } engines: { node: ">=0.4.0" } - dev: true - /follow-redirects@1.15.2: + follow-redirects@1.15.2: resolution: { integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, @@ -16555,554 +10601,396 @@ packages: debug: optional: true - /for-each@0.3.3: + for-each@0.3.3: resolution: { integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==, } - dependencies: - is-callable: 1.2.7 - /foreground-child@2.0.0: + foreground-child@2.0.0: resolution: { integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==, } engines: { node: ">=8.0.0" } - dependencies: - cross-spawn: 7.0.3 - signal-exit: 3.0.7 - dev: true - /foreground-child@3.1.1: + foreground-child@3.1.1: resolution: { integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==, } engines: { node: ">=14" } - dependencies: - cross-spawn: 7.0.3 - signal-exit: 4.1.0 - /form-data@3.0.1: + form-data@3.0.1: resolution: { integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==, } engines: { node: ">= 6" } - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - dev: true - /form-data@4.0.0: + form-data@4.0.0: resolution: { integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==, } engines: { node: ">= 6" } - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - /formik@2.4.5(react@18.2.0): + formik@2.4.5: resolution: { integrity: sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ==, } peerDependencies: react: ">=16.8.0" - dependencies: - "@types/hoist-non-react-statics": 3.3.2 - deepmerge: 2.2.1 - hoist-non-react-statics: 3.3.2 - lodash: 4.17.21 - lodash-es: 4.17.21 - react: 18.2.0 - react-fast-compare: 2.0.4 - tiny-warning: 1.0.3 - tslib: 2.6.2 - dev: false - /forwarded@0.2.0: + forwarded@0.2.0: resolution: { integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==, } engines: { node: ">= 0.6" } - /fp-ts@2.16.1: + fp-ts@2.16.1: resolution: { integrity: sha512-by7U5W8dkIzcvDofUcO42yl9JbnHTEDBrzu3pt5fKT+Z4Oy85I21K80EYJYdjQGC2qum4Vo55Ag57iiIK4FYuA==, } - dev: false - /fraction.js@4.3.6: + fraction.js@4.3.6: resolution: { integrity: sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==, } - /fresh@0.5.2: + fresh@0.5.2: resolution: { integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==, } engines: { node: ">= 0.6" } - /fromentries@1.3.2: + fromentries@1.3.2: resolution: { integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==, } - dev: true - /fs-constants@1.0.0: + fs-constants@1.0.0: resolution: { integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==, } - /fs-exists-sync@0.1.0: + fs-exists-sync@0.1.0: resolution: { integrity: sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==, } engines: { node: ">=0.10.0" } - /fs-extra@10.1.0: + fs-extra@10.1.0: resolution: { integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==, } engines: { node: ">=12" } - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.1.0 - universalify: 2.0.0 - dev: false - /fs-extra@11.1.1: + fs-extra@11.1.1: resolution: { integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==, } engines: { node: ">=14.14" } - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.1.0 - universalify: 2.0.0 - /fs-extra@8.1.0: + fs-extra@8.1.0: resolution: { integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==, } engines: { node: ">=6 <7 || >=8" } - dependencies: - graceful-fs: 4.2.11 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - /fs-jetpack@5.1.0: + fs-jetpack@5.1.0: resolution: { integrity: sha512-Xn4fDhLydXkuzepZVsr02jakLlmoARPy+YWIclo4kh0GyNGUHnTqeH/w/qIsVn50dFxtp8otPL2t/HcPJBbxUA==, } - dependencies: - minimatch: 5.1.6 - dev: false - /fs-minipass@2.1.0: + fs-minipass@2.1.0: resolution: { integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==, } engines: { node: ">= 8" } - dependencies: - minipass: 3.3.6 - /fs-minipass@3.0.3: + fs-minipass@3.0.3: resolution: { integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - minipass: 7.0.3 - dev: true - /fs.realpath@1.0.0: + fs.realpath@1.0.0: resolution: { integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, } - /fsevents@2.3.2: + fsevents@2.3.2: resolution: { integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==, } engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] - requiresBuild: true - dev: true - optional: true - /fsevents@2.3.3: + fsevents@2.3.3: resolution: { integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==, } engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] - requiresBuild: true - optional: true - /function-bind@1.1.1: + function-bind@1.1.1: resolution: { integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==, } - /function.prototype.name@1.1.5: + function.prototype.name@1.1.5: resolution: { integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - functions-have-names: 1.2.3 - /functions-have-names@1.2.3: + functions-have-names@1.2.3: resolution: { integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==, } - /gauge@3.0.2: + gauge@3.0.2: resolution: { integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==, } engines: { node: ">=10" } - dependencies: - aproba: 2.0.0 - color-support: 1.1.3 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - object-assign: 4.1.1 - signal-exit: 3.0.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wide-align: 1.1.5 - dev: false - /gauge@4.0.4: + gauge@4.0.4: resolution: { integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - dependencies: - aproba: 2.0.0 - color-support: 1.1.3 - console-control-strings: 1.1.0 - has-unicode: 2.0.1 - signal-exit: 3.0.7 - string-width: 4.2.3 - strip-ansi: 6.0.1 - wide-align: 1.1.5 - dev: true + deprecated: This package is no longer supported. - /gensync@1.0.0-beta.2: + gensync@1.0.0-beta.2: resolution: { integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==, } engines: { node: ">=6.9.0" } - /get-caller-file@2.0.5: + get-caller-file@2.0.5: resolution: { integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==, } engines: { node: 6.* || 8.* || >= 10.* } - /get-current-line@6.6.0: + get-current-line@6.6.0: resolution: { integrity: sha512-9q/tqdL4+GMb0P28N/oSFruQE/8Sa1l9ew73AWS4j/KEMY32wD8+5QRB8LSTgt9HUZuLplmi8vc5dFFf5OvROA==, } engines: { node: ">=10" } - dev: false - /get-east-asian-width@1.2.0: + get-east-asian-width@1.2.0: resolution: { integrity: sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==, } engines: { node: ">=18" } - dev: true - /get-func-name@2.0.2: + get-func-name@2.0.2: resolution: { integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==, } - dev: true - /get-intrinsic@1.2.1: + get-intrinsic@1.2.1: resolution: { integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==, } - dependencies: - function-bind: 1.1.1 - has: 1.0.3 - has-proto: 1.0.1 - has-symbols: 1.0.3 - /get-nonce@1.0.1: + get-nonce@1.0.1: resolution: { integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==, } engines: { node: ">=6" } - /get-npm-tarball-url@2.0.3: + get-npm-tarball-url@2.0.3: resolution: { integrity: sha512-R/PW6RqyaBQNWYaSyfrh54/qtcnOp22FHCCiRhSSZj0FP3KQWCsxxt0DzIdVTbwTqe9CtQfvl/FPD4UIPt4pqw==, } engines: { node: ">=12.17" } - dev: true - /get-package-type@0.1.0: + get-package-type@0.1.0: resolution: { integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==, } engines: { node: ">=8.0.0" } - dev: true - /get-pkg-repo@4.2.1: + get-pkg-repo@4.2.1: resolution: { integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==, } engines: { node: ">=6.9.0" } hasBin: true - dependencies: - "@hutson/parse-repository-url": 3.0.2 - hosted-git-info: 4.1.0 - through2: 2.0.5 - yargs: 16.2.0 - dev: true - /get-port@5.1.1: + get-port@5.1.1: resolution: { integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==, } engines: { node: ">=8" } - dev: true - /get-stream@3.0.0: + get-stream@3.0.0: resolution: { integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==, } engines: { node: ">=4" } - dev: true - /get-stream@5.2.0: + get-stream@5.2.0: resolution: { integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==, } engines: { node: ">=8" } - dependencies: - pump: 3.0.0 - /get-stream@6.0.0: + get-stream@6.0.0: resolution: { integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==, } engines: { node: ">=10" } - dev: true - /get-stream@6.0.1: + get-stream@6.0.1: resolution: { integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, } engines: { node: ">=10" } - /get-stream@8.0.1: + get-stream@8.0.1: resolution: { integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==, } engines: { node: ">=16" } - dev: true - /get-symbol-description@1.0.0: + get-symbol-description@1.0.0: resolution: { integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - /get-tsconfig@4.7.0: + get-tsconfig@4.7.0: resolution: { integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==, } - dependencies: - resolve-pkg-maps: 1.0.0 - /get-uri@6.0.1: + get-uri@6.0.1: resolution: { integrity: sha512-7ZqONUVqaabogsYNWlYj0t3YZaL6dhuEueZXGF+/YVmf6dHmaFg8/6psJKqhx9QykIDKzpGcy2cn4oV4YC7V/Q==, } engines: { node: ">= 14" } - dependencies: - basic-ftp: 5.0.3 - data-uri-to-buffer: 5.0.1 - debug: 4.3.4 - fs-extra: 8.1.0 - transitivePeerDependencies: - - supports-color - dev: false - /giget@1.1.2: + giget@1.1.2: resolution: { integrity: sha512-HsLoS07HiQ5oqvObOI+Qb2tyZH4Gj5nYGfF9qQcZNrPw+uEFhdXtgJr01aO2pWadGHucajYDLxxbtQkm97ON2A==, } hasBin: true - dependencies: - colorette: 2.0.20 - defu: 6.1.2 - https-proxy-agent: 5.0.1 - mri: 1.2.0 - node-fetch-native: 1.4.0 - pathe: 1.1.1 - tar: 6.1.15 - transitivePeerDependencies: - - supports-color - dev: true - /git-raw-commits@3.0.0: + git-raw-commits@3.0.0: resolution: { integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==, } engines: { node: ">=14" } hasBin: true - dependencies: - dargs: 7.0.0 - meow: 8.1.2 - split2: 3.2.2 - dev: true - /git-remote-origin-url@2.0.0: + git-remote-origin-url@2.0.0: resolution: { integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==, } engines: { node: ">=4" } - dependencies: - gitconfiglocal: 1.0.0 - pify: 2.3.0 - dev: true - /git-semver-tags@5.0.1: + git-semver-tags@5.0.1: resolution: { integrity: sha512-hIvOeZwRbQ+7YEUmCkHqo8FOLQZCEn18yevLHADlFPZY02KJGsu5FZt9YW/lybfK2uhWFI7Qg/07LekJiTv7iA==, } engines: { node: ">=14" } hasBin: true - dependencies: - meow: 8.1.2 - semver: 7.5.4 - dev: true - /git-up@7.0.0: + git-up@7.0.0: resolution: { integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==, } - dependencies: - is-ssh: 1.4.0 - parse-url: 8.1.0 - dev: true - /git-url-parse@13.1.0: + git-url-parse@13.1.0: resolution: { integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==, } - dependencies: - git-up: 7.0.0 - dev: true - /gitconfiglocal@1.0.0: + gitconfiglocal@1.0.0: resolution: { integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==, } - dependencies: - ini: 1.3.8 - dev: true - /github-from-package@0.0.0: + github-from-package@0.0.0: resolution: { integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==, } - dev: false - /github-slugger@1.5.0: + github-slugger@1.5.0: resolution: { integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==, } - dev: true - /glob-parent@5.1.2: + glob-parent@5.1.2: resolution: { integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, } engines: { node: ">= 6" } - dependencies: - is-glob: 4.0.3 - /glob-parent@6.0.2: + glob-parent@6.0.2: resolution: { integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, } engines: { node: ">=10.13.0" } - dependencies: - is-glob: 4.0.3 - /glob-promise@4.2.2(glob@7.2.3): + glob-promise@4.2.2: resolution: { integrity: sha512-xcUzJ8NWN5bktoTIX7eOclO1Npxd/dyVqUJxlLIDasT4C7KZyqlPIwkdJ0Ypiy3p2ZKahTjK4M9uC3sNSfNMzw==, @@ -17110,1139 +10998,788 @@ packages: engines: { node: ">=12" } peerDependencies: glob: ^7.1.6 - dependencies: - "@types/glob": 7.2.0 - glob: 7.2.3 - dev: true - /glob-to-regexp@0.4.1: + glob-to-regexp@0.4.1: resolution: { integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==, } - /glob@10.3.10: + glob@10.3.10: resolution: { integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==, } engines: { node: ">=16 || 14 >=14.17" } hasBin: true - dependencies: - foreground-child: 3.1.1 - jackspeak: 2.3.6 - minimatch: 9.0.3 - minipass: 7.0.3 - path-scurry: 1.10.1 - /glob@7.1.4: + glob@7.1.4: resolution: { integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==, } - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true + deprecated: Glob versions prior to v9 are no longer supported - /glob@7.1.6: + glob@7.1.6: resolution: { integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==, } - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - /glob@7.1.7: + glob@7.1.7: resolution: { integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==, } - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - /glob@7.2.3: + glob@7.2.3: resolution: { integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, } - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - /glob@8.1.0: + glob@8.1.0: resolution: { integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==, } engines: { node: ">=12" } - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 5.1.6 - once: 1.4.0 - /glob@9.3.5: + glob@9.3.5: resolution: { integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==, } engines: { node: ">=16 || 14 >=14.17" } - dependencies: - fs.realpath: 1.0.0 - minimatch: 8.0.4 - minipass: 4.2.8 - path-scurry: 1.10.1 - dev: true - /global-dirs@3.0.1: + global-dirs@3.0.1: resolution: { integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==, } engines: { node: ">=10" } - dependencies: - ini: 2.0.0 - dev: false - /global-modules@0.2.3: + global-modules@0.2.3: resolution: { integrity: sha512-JeXuCbvYzYXcwE6acL9V2bAOeSIGl4dD+iwLY9iUx2VBJJ80R18HCn+JCwHM9Oegdfya3lEkGCdaRkSyc10hDA==, } engines: { node: ">=0.10.0" } - dependencies: - global-prefix: 0.1.5 - is-windows: 0.2.0 - /global-prefix@0.1.5: + global-prefix@0.1.5: resolution: { integrity: sha512-gOPiyxcD9dJGCEArAhF4Hd0BAqvAe/JzERP7tYumE4yIkmIedPUVXcJFWbV3/p/ovIIvKjkrTk+f1UVkq7vvbw==, } engines: { node: ">=0.10.0" } - dependencies: - homedir-polyfill: 1.0.3 - ini: 1.3.8 - is-windows: 0.2.0 - which: 1.3.1 - /globals@11.12.0: + globals@11.12.0: resolution: { integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, } engines: { node: ">=4" } - /globals@13.21.0: + globals@13.21.0: resolution: { integrity: sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==, } engines: { node: ">=8" } - dependencies: - type-fest: 0.20.2 - /globalthis@1.0.3: + globalthis@1.0.3: resolution: { integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==, } engines: { node: ">= 0.4" } - dependencies: - define-properties: 1.2.0 - /globby@11.0.3: + globby@11.0.3: resolution: { integrity: sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==, } engines: { node: ">=10" } - dependencies: - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.3.1 - ignore: 5.2.4 - merge2: 1.4.1 - slash: 3.0.0 - dev: false - /globby@11.1.0: + globby@11.1.0: resolution: { integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==, } engines: { node: ">=10" } - dependencies: - array-union: 2.1.0 - dir-glob: 3.0.1 - fast-glob: 3.3.1 - ignore: 5.2.4 - merge2: 1.4.1 - slash: 3.0.0 - /goober@2.1.13(csstype@3.1.2): + goober@2.1.13: resolution: { integrity: sha512-jFj3BQeleOoy7t93E9rZ2de+ScC4lQICLwiAQmKMg9F6roKGaLSHoCDYKkWlSafg138jejvq/mTdvmnwDQgqoQ==, } peerDependencies: csstype: ^3.0.10 - dependencies: - csstype: 3.1.2 - dev: false - /gopd@1.0.1: + gopd@1.0.1: resolution: { integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==, } - dependencies: - get-intrinsic: 1.2.1 - /got@11.8.6: + got@11.8.6: resolution: { integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==, } engines: { node: ">=10.19.0" } - dependencies: - "@sindresorhus/is": 4.6.0 - "@szmarczak/http-timer": 4.0.6 - "@types/cacheable-request": 6.0.3 - "@types/responselike": 1.0.3 - cacheable-lookup: 5.0.4 - cacheable-request: 7.0.4 - decompress-response: 6.0.0 - http2-wrapper: 1.0.3 - lowercase-keys: 2.0.0 - p-cancelable: 2.1.1 - responselike: 2.0.1 - dev: true - /graceful-fs@4.2.11: + graceful-fs@4.2.11: resolution: { integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==, } - /graphemer@1.4.0: + graphemer@1.4.0: resolution: { integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==, } - /gunzip-maybe@1.4.2: + gunzip-maybe@1.4.2: resolution: { integrity: sha512-4haO1M4mLO91PW57BMsDFf75UmwoRX0GkdD+Faw+Lr+r/OZrOCS0pIBwOL1xCKQqnQzbNFGgK2V2CpBUPeFNTw==, } hasBin: true - dependencies: - browserify-zlib: 0.1.4 - is-deflate: 1.0.0 - is-gzip: 1.0.0 - peek-stream: 1.1.3 - pumpify: 1.5.1 - through2: 2.0.5 - dev: true - /handlebars@4.7.8: + handlebars@4.7.8: resolution: { integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==, } engines: { node: ">=0.4.7" } hasBin: true - dependencies: - minimist: 1.2.8 - neo-async: 2.6.2 - source-map: 0.6.1 - wordwrap: 1.0.0 - optionalDependencies: - uglify-js: 3.17.4 - dev: true - /hard-rejection@2.1.0: + hard-rejection@2.1.0: resolution: { integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==, } engines: { node: ">=6" } - dev: true - /has-bigints@1.0.2: + has-bigints@1.0.2: resolution: { integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==, } - /has-flag@3.0.0: + has-flag@3.0.0: resolution: { integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, } engines: { node: ">=4" } - /has-flag@4.0.0: + has-flag@4.0.0: resolution: { integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, } engines: { node: ">=8" } - /has-glob@0.1.1: + has-glob@0.1.1: resolution: { integrity: sha512-WMHzb7oCwDcMDngWy0b+viLjED8zvSi5d4/YdBetADHX/rLH+noJaRTytuyN6thTxxM7lK+FloogQHHdOOR+7g==, } engines: { node: ">=0.10.0" } - dependencies: - is-glob: 2.0.1 - dev: false - /has-property-descriptors@1.0.0: + has-property-descriptors@1.0.0: resolution: { integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==, } - dependencies: - get-intrinsic: 1.2.1 - /has-proto@1.0.1: + has-proto@1.0.1: resolution: { integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==, } engines: { node: ">= 0.4" } - /has-symbols@1.0.3: + has-symbols@1.0.3: resolution: { integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, } engines: { node: ">= 0.4" } - /has-tostringtag@1.0.0: + has-tostringtag@1.0.0: resolution: { integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==, } engines: { node: ">= 0.4" } - dependencies: - has-symbols: 1.0.3 - /has-unicode@2.0.1: + has-unicode@2.0.1: resolution: { integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==, } - /has@1.0.3: + has@1.0.3: resolution: { integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==, } engines: { node: ">= 0.4.0" } - dependencies: - function-bind: 1.1.1 - /hasha@5.2.2: + hasha@5.2.2: resolution: { integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==, } engines: { node: ">=8" } - dependencies: - is-stream: 2.0.1 - type-fest: 0.8.1 - /hast-util-to-jsx-runtime@2.2.0: + hast-util-to-jsx-runtime@2.2.0: resolution: { integrity: sha512-wSlp23N45CMjDg/BPW8zvhEi3R+8eRE1qFbjEyAUzMCzu2l1Wzwakq+Tlia9nkCtEl5mDxa7nKHsvYJ6Gfn21A==, } - dependencies: - "@types/hast": 3.0.1 - "@types/unist": 3.0.0 - comma-separated-tokens: 2.0.3 - hast-util-whitespace: 3.0.0 - property-information: 6.2.0 - space-separated-tokens: 2.0.2 - style-to-object: 0.4.2 - unist-util-position: 5.0.0 - vfile-message: 4.0.2 - dev: false - /hast-util-whitespace@3.0.0: + hast-util-whitespace@3.0.0: resolution: { integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==, } - dependencies: - "@types/hast": 3.0.1 - dev: false - /header-case@2.0.4: + header-case@2.0.4: resolution: { integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==, } - dependencies: - capital-case: 1.0.4 - tslib: 2.6.2 - dev: false - /hex-color-regex@1.1.0: + hex-color-regex@1.1.0: resolution: { integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==, } - dev: false - /hoist-non-react-statics@3.3.2: + hoist-non-react-statics@3.3.2: resolution: { integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==, } - dependencies: - react-is: 16.13.1 - dev: false - /homedir-polyfill@1.0.3: + homedir-polyfill@1.0.3: resolution: { integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==, } engines: { node: ">=0.10.0" } - dependencies: - parse-passwd: 1.0.0 - /hosted-git-info@2.8.9: + hosted-git-info@2.8.9: resolution: { integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==, } - /hosted-git-info@3.0.8: + hosted-git-info@3.0.8: resolution: { integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==, } engines: { node: ">=10" } - dependencies: - lru-cache: 6.0.0 - dev: true - /hosted-git-info@4.1.0: + hosted-git-info@4.1.0: resolution: { integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==, } engines: { node: ">=10" } - dependencies: - lru-cache: 6.0.0 - dev: true - /hosted-git-info@6.1.1: + hosted-git-info@6.1.1: resolution: { integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - lru-cache: 7.18.3 - dev: true - /hosted-git-info@7.0.1: + hosted-git-info@7.0.1: resolution: { integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - lru-cache: 10.0.1 - dev: true - /html-escaper@2.0.2: + html-escaper@2.0.2: resolution: { integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==, } - dev: true - /html-tags@3.3.1: + html-tags@3.3.1: resolution: { integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==, } engines: { node: ">=8" } - dev: true - /html-url-attributes@3.0.0: + html-url-attributes@3.0.0: resolution: { integrity: sha512-/sXbVCWayk6GDVg3ctOX6nxaVj7So40FcFAnWlWGNAB1LpYKcV5Cd10APjPjW80O7zYW2MsjBV4zZ7IZO5fVow==, } - dev: false - /htmlparser2@3.10.1: + htmlparser2@3.10.1: resolution: { integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==, } - dependencies: - domelementtype: 1.3.1 - domhandler: 2.4.2 - domutils: 1.7.0 - entities: 1.1.2 - inherits: 2.0.4 - readable-stream: 3.6.2 - dev: true - /http-cache-semantics@4.1.1: + http-cache-semantics@4.1.1: resolution: { integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==, } - dev: true - /http-errors@2.0.0: + http-errors@2.0.0: resolution: { integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==, } engines: { node: ">= 0.8" } - dependencies: - depd: 2.0.0 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 2.0.1 - toidentifier: 1.0.1 - /http-proxy-agent@5.0.0: + http-proxy-agent@5.0.0: resolution: { integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==, } engines: { node: ">= 6" } - dependencies: - "@tootallnate/once": 2.0.0 - agent-base: 6.0.2 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: true - /http-proxy-agent@7.0.0: + http-proxy-agent@7.0.0: resolution: { integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==, } engines: { node: ">= 14" } - dependencies: - agent-base: 7.1.0 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - /http2-wrapper@1.0.3: + http2-wrapper@1.0.3: resolution: { integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==, } engines: { node: ">=10.19.0" } - dependencies: - quick-lru: 5.1.1 - resolve-alpn: 1.2.1 - dev: true - /https-proxy-agent@4.0.0: + https-proxy-agent@4.0.0: resolution: { integrity: sha512-zoDhWrkR3of1l9QAL8/scJZyLu8j/gBkcwcaQOZh7Gyh/+uJQzGVETdgT30akuwkpL8HTRfssqI3BZuV18teDg==, } engines: { node: ">= 6.0.0" } - dependencies: - agent-base: 5.1.1 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: true - /https-proxy-agent@5.0.1: + https-proxy-agent@5.0.1: resolution: { integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==, } engines: { node: ">= 6" } - dependencies: - agent-base: 6.0.2 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - /https-proxy-agent@7.0.1: + https-proxy-agent@7.0.1: resolution: { integrity: sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==, } engines: { node: ">= 14" } - dependencies: - agent-base: 7.1.0 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: false - /https-proxy-agent@7.0.2: + https-proxy-agent@7.0.2: resolution: { integrity: sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==, } engines: { node: ">= 14" } - dependencies: - agent-base: 7.1.0 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - /human-signals@2.1.0: + human-signals@2.1.0: resolution: { integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==, } engines: { node: ">=10.17.0" } - /human-signals@4.3.1: + human-signals@4.3.1: resolution: { integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==, } engines: { node: ">=14.18.0" } - dev: true - /human-signals@5.0.0: + human-signals@5.0.0: resolution: { integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==, } engines: { node: ">=16.17.0" } - dev: true - /humanize-ms@1.2.1: + humanize-ms@1.2.1: resolution: { integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==, } - dependencies: - ms: 2.1.3 - dev: true - /husky@8.0.3: + husky@9.0.11: resolution: { - integrity: sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==, + integrity: sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==, } - engines: { node: ">=14" } + engines: { node: ">=18" } hasBin: true - dev: false - /hyphenate-style-name@1.0.4: + hyphenate-style-name@1.0.4: resolution: { integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==, } - dev: false - /iconv-lite@0.4.24: + iconv-lite@0.4.24: resolution: { integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==, } engines: { node: ">=0.10.0" } - dependencies: - safer-buffer: 2.1.2 - /iconv-lite@0.6.3: + iconv-lite@0.6.3: resolution: { integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==, } engines: { node: ">=0.10.0" } - requiresBuild: true - dependencies: - safer-buffer: 2.1.2 - dev: true - optional: true - /ieee754@1.2.1: + ieee754@1.2.1: resolution: { integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==, } - /ignore-by-default@1.0.1: + ignore-by-default@1.0.1: resolution: { integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==, } - dev: false - /ignore-walk@5.0.1: + ignore-walk@5.0.1: resolution: { integrity: sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - dependencies: - minimatch: 5.1.6 - /ignore-walk@6.0.4: + ignore-walk@6.0.4: resolution: { integrity: sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - minimatch: 9.0.3 - dev: true - /ignore@5.2.4: + ignore@5.2.4: resolution: { integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==, } engines: { node: ">= 4" } - /immediate@3.0.6: + immediate@3.0.6: resolution: { integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==, } - dev: false - /immer@10.0.3: + immer@10.0.3: resolution: { integrity: sha512-pwupu3eWfouuaowscykeckFmVTpqbzW+rXFCX8rQLkZzM9ftBmU/++Ra+o+L27mz03zJTlyV4UUr+fdKNffo4A==, } - dev: false - /immutable@4.3.3: + immutable@4.3.3: resolution: { integrity: sha512-808ZFYMsIRAjLAu5xkKo0TsbY9LBy9H5MazTKIEHerNkg0ymgilGfBPMR/3G7d/ihGmuK2Hw8S1izY2d3kd3wA==, } - /import-fresh@3.3.0: + import-fresh@3.3.0: resolution: { integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, } engines: { node: ">=6" } - dependencies: - parent-module: 1.0.1 - resolve-from: 4.0.0 - /import-local@3.1.0: + import-local@3.1.0: resolution: { integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==, } engines: { node: ">=8" } hasBin: true - dependencies: - pkg-dir: 4.2.0 - resolve-cwd: 3.0.0 - dev: true - /imurmurhash@0.1.4: + imurmurhash@0.1.4: resolution: { integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, } engines: { node: ">=0.8.19" } - /indent-string@4.0.0: + indent-string@4.0.0: resolution: { integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==, } engines: { node: ">=8" } - /inflight@1.0.6: + inflight@1.0.6: resolution: { integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, } - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - /inherits@2.0.4: + inherits@2.0.4: resolution: { integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, } - /ini@1.3.8: + ini@1.3.8: resolution: { integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==, } - /ini@2.0.0: + ini@2.0.0: resolution: { integrity: sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==, } engines: { node: ">=10" } - dev: false - /init-package-json@5.0.0: + init-package-json@5.0.0: resolution: { integrity: sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - npm-package-arg: 10.1.0 - promzard: 1.0.0 - read: 2.1.0 - read-package-json: 6.0.4 - semver: 7.5.4 - validate-npm-package-license: 3.0.4 - validate-npm-package-name: 5.0.0 - dev: true - /inline-style-parser@0.1.1: + inline-style-parser@0.1.1: resolution: { integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==, } - dev: false - /inline-style-prefixer@6.0.4: + inline-style-prefixer@6.0.4: resolution: { integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==, } - dependencies: - css-in-js-utils: 3.1.0 - fast-loops: 1.1.3 - dev: false - /inquirer@8.2.6: + inquirer@8.2.6: resolution: { integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==, } engines: { node: ">=12.0.0" } - dependencies: - ansi-escapes: 4.3.2 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-width: 3.0.0 - external-editor: 3.1.0 - figures: 3.2.0 - lodash: 4.17.21 - mute-stream: 0.0.8 - ora: 5.4.1 - run-async: 2.4.1 - rxjs: 7.8.1 - string-width: 4.2.3 - strip-ansi: 6.0.1 - through: 2.3.8 - wrap-ansi: 6.2.0 - dev: true - /internal-slot@1.0.5: + internal-slot@1.0.5: resolution: { integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==, } engines: { node: ">= 0.4" } - dependencies: - get-intrinsic: 1.2.1 - has: 1.0.3 - side-channel: 1.0.4 - /intl-messageformat@10.5.0: + intl-messageformat@10.5.0: resolution: { integrity: sha512-AvojYuOaRb6r2veOKfTVpxH9TrmjSdc5iR9R5RgBwrDZYSmAAFVT+QLbW3C4V7Qsg0OguMp67Q/EoUkxZzXRGw==, } - dependencies: - "@formatjs/ecma402-abstract": 1.17.0 - "@formatjs/fast-memoize": 2.2.0 - "@formatjs/icu-messageformat-parser": 2.6.0 - tslib: 2.6.2 - dev: false - /intl-messageformat@9.13.0: + intl-messageformat@9.13.0: resolution: { integrity: sha512-7sGC7QnSQGa5LZP7bXLDhVDtQOeKGeBFGHF2Y8LVBwYZoQZCgWeKoPGTa5GMG8g/TzDgeXuYJQis7Ggiw2xTOw==, } - dependencies: - "@formatjs/ecma402-abstract": 1.11.4 - "@formatjs/fast-memoize": 1.2.1 - "@formatjs/icu-messageformat-parser": 2.1.0 - tslib: 2.6.2 - dev: false - /invariant@2.2.4: + invariant@2.2.4: resolution: { integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==, } - dependencies: - loose-envify: 1.4.0 - /ip-regex@4.3.0: + ip-regex@4.3.0: resolution: { integrity: sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q==, } engines: { node: ">=8" } - dev: false - /ip@1.1.8: + ip@1.1.8: resolution: { integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==, } - dev: false - /ip@2.0.0: + ip@2.0.0: resolution: { integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==, } - /ipaddr.js@1.9.1: + ipaddr.js@1.9.1: resolution: { integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==, } engines: { node: ">= 0.10" } - /is-absolute-url@3.0.3: + is-absolute-url@3.0.3: resolution: { integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==, } engines: { node: ">=8" } - dev: true - /is-absolute-url@4.0.1: + is-absolute-url@4.0.1: resolution: { integrity: sha512-/51/TKE88Lmm7Gc4/8btclNXWS+g50wXhYJq8HWIBAGUBnoAdRu1aXeh364t/O7wXDAcTJDP8PNuNKWUDWie+A==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dev: false - /is-absolute@0.2.6: + is-absolute@0.2.6: resolution: { integrity: sha512-7Kr05z5LkcOpoMvxHN1PC11WbPabdNFmMYYo0eZvWu3BfVS0T03yoqYDczoCBx17xqk2x1XAZrcKiFVL88jxlQ==, } engines: { node: ">=0.10.0" } - dependencies: - is-relative: 0.2.1 - is-windows: 0.2.0 - dev: false - /is-accessor-descriptor@0.1.6: + is-accessor-descriptor@0.1.6: resolution: { integrity: sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==, } engines: { node: ">=0.10.0" } - dependencies: - kind-of: 3.2.2 - dev: false - /is-arguments@1.1.1: + is-arguments@1.1.1: resolution: { integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - has-tostringtag: 1.0.0 - dev: true - /is-array-buffer@3.0.2: + is-array-buffer@3.0.2: resolution: { integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==, } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - is-typed-array: 1.1.12 - /is-arrayish@0.2.1: + is-arrayish@0.2.1: resolution: { integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==, } - /is-arrayish@0.3.2: + is-arrayish@0.3.2: resolution: { integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==, } - dev: false - /is-async-function@2.0.0: + is-async-function@2.0.0: resolution: { integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==, } engines: { node: ">= 0.4" } - dependencies: - has-tostringtag: 1.0.0 - /is-bigint@1.0.4: + is-bigint@1.0.4: resolution: { integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==, } - dependencies: - has-bigints: 1.0.2 - /is-binary-path@2.1.0: + is-binary-path@2.1.0: resolution: { integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, } engines: { node: ">=8" } - dependencies: - binary-extensions: 2.2.0 - /is-boolean-object@1.1.2: + is-boolean-object@1.1.2: resolution: { integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - has-tostringtag: 1.0.0 - /is-buffer@1.1.6: + is-buffer@1.1.6: resolution: { integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==, } - dev: false - /is-buffer@2.0.5: + is-buffer@2.0.5: resolution: { integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==, } engines: { node: ">=4" } - dev: false - /is-builtin-module@3.2.1: + is-builtin-module@3.2.1: resolution: { integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==, } engines: { node: ">=6" } - dependencies: - builtin-modules: 3.3.0 - dev: true - /is-callable@1.2.7: + is-callable@1.2.7: resolution: { integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, } engines: { node: ">= 0.4" } - /is-ci@3.0.1: + is-ci@3.0.1: resolution: { integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==, } hasBin: true - dependencies: - ci-info: 3.8.0 - dev: true - /is-core-module@2.13.0: + is-core-module@2.13.0: resolution: { integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==, } - dependencies: - has: 1.0.3 - /is-data-descriptor@0.1.4: + is-data-descriptor@0.1.4: resolution: { integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==, } engines: { node: ">=0.10.0" } - dependencies: - kind-of: 3.2.2 - dev: false - /is-date-object@1.0.5: + is-date-object@1.0.5: resolution: { integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, } engines: { node: ">= 0.4" } - dependencies: - has-tostringtag: 1.0.0 - /is-deflate@1.0.0: + is-deflate@1.0.0: resolution: { integrity: sha512-YDoFpuZWu1VRXlsnlYMzKyVRITXj7Ej/V9gXQ2/pAe7X1J7M/RNOqaIYi6qUn+B7nGyB9pDXrv02dsB58d2ZAQ==, } - dev: true - /is-descriptor@0.1.6: + is-descriptor@0.1.6: resolution: { integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==, } engines: { node: ">=0.10.0" } - dependencies: - is-accessor-descriptor: 0.1.6 - is-data-descriptor: 0.1.4 - kind-of: 5.1.0 - dev: false - /is-docker@2.2.1: + is-docker@2.2.1: resolution: { integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, @@ -18250,709 +11787,525 @@ packages: engines: { node: ">=8" } hasBin: true - /is-docker@3.0.0: + is-docker@3.0.0: resolution: { integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true - dev: true - /is-extendable@0.1.1: + is-extendable@0.1.1: resolution: { integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==, } engines: { node: ">=0.10.0" } - dev: false - /is-extglob@1.0.0: + is-extglob@1.0.0: resolution: { integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==, } engines: { node: ">=0.10.0" } - dev: false - /is-extglob@2.1.1: + is-extglob@2.1.1: resolution: { integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, } engines: { node: ">=0.10.0" } - /is-finalizationregistry@1.0.2: + is-finalizationregistry@1.0.2: resolution: { integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==, } - dependencies: - call-bind: 1.0.2 - /is-fullwidth-code-point@3.0.0: + is-fullwidth-code-point@3.0.0: resolution: { integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, } engines: { node: ">=8" } - /is-fullwidth-code-point@4.0.0: + is-fullwidth-code-point@4.0.0: resolution: { integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==, } engines: { node: ">=12" } - dev: true - /is-fullwidth-code-point@5.0.0: + is-fullwidth-code-point@5.0.0: resolution: { integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==, } engines: { node: ">=18" } - dependencies: - get-east-asian-width: 1.2.0 - dev: true - /is-generator-fn@2.1.0: + is-generator-fn@2.1.0: resolution: { integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==, } engines: { node: ">=6" } - dev: true - /is-generator-function@1.0.10: + is-generator-function@1.0.10: resolution: { integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==, } engines: { node: ">= 0.4" } - dependencies: - has-tostringtag: 1.0.0 - /is-glob@2.0.1: + is-glob@2.0.1: resolution: { integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==, } engines: { node: ">=0.10.0" } - dependencies: - is-extglob: 1.0.0 - dev: false - /is-glob@4.0.3: + is-glob@4.0.3: resolution: { integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, } engines: { node: ">=0.10.0" } - dependencies: - is-extglob: 2.1.1 - /is-gzip@1.0.0: + is-gzip@1.0.0: resolution: { integrity: sha512-rcfALRIb1YewtnksfRIHGcIY93QnK8BIQ/2c9yDYcG/Y6+vRoJuTWBmmSEbyLLYtXm7q35pHOHbZFQBaLrhlWQ==, } engines: { node: ">=0.10.0" } - dev: true - /is-hotkey@0.2.0: + is-hotkey@0.2.0: resolution: { integrity: sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==, } - dev: false - /is-inside-container@1.0.0: + is-inside-container@1.0.0: resolution: { integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==, } engines: { node: ">=14.16" } hasBin: true - dependencies: - is-docker: 3.0.0 - dev: true - /is-interactive@1.0.0: + is-interactive@1.0.0: resolution: { integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==, } engines: { node: ">=8" } - dev: true - /is-ip@3.1.0: + is-ip@3.1.0: resolution: { integrity: sha512-35vd5necO7IitFPjd/YBeqwWnyDWbuLH9ZXQdMfDA8TEo7pv5X8yfrvVO3xbJbLUlERCMvf6X0hTUamQxCYJ9Q==, } engines: { node: ">=8" } - dependencies: - ip-regex: 4.3.0 - dev: false - /is-lambda@1.0.1: + is-lambda@1.0.1: resolution: { integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==, } - dev: true - /is-map@2.0.2: + is-map@2.0.2: resolution: { integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==, } - /is-nan@1.3.2: + is-nan@1.3.2: resolution: { integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - dev: true - /is-negative-zero@2.0.2: + is-negative-zero@2.0.2: resolution: { integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==, } engines: { node: ">= 0.4" } - /is-number-object@1.0.7: + is-number-object@1.0.7: resolution: { integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, } engines: { node: ">= 0.4" } - dependencies: - has-tostringtag: 1.0.0 - /is-number@7.0.0: + is-number@7.0.0: resolution: { integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, } engines: { node: ">=0.12.0" } - /is-obj@2.0.0: + is-obj@2.0.0: resolution: { integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==, } engines: { node: ">=8" } - dev: true - /is-path-cwd@2.2.0: + is-path-cwd@2.2.0: resolution: { integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==, } engines: { node: ">=6" } - /is-path-inside@3.0.3: + is-path-inside@3.0.3: resolution: { integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==, } engines: { node: ">=8" } - /is-plain-obj@1.1.0: + is-plain-obj@1.1.0: resolution: { integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==, } engines: { node: ">=0.10.0" } - dev: true - /is-plain-obj@4.1.0: + is-plain-obj@4.1.0: resolution: { integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==, } engines: { node: ">=12" } - dev: false - /is-plain-object@2.0.4: + is-plain-object@2.0.4: resolution: { integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==, } engines: { node: ">=0.10.0" } - dependencies: - isobject: 3.0.1 - dev: true - /is-plain-object@5.0.0: + is-plain-object@5.0.0: resolution: { integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==, } engines: { node: ">=0.10.0" } - /is-reference@1.2.1: + is-reference@1.2.1: resolution: { integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==, } - dependencies: - "@types/estree": 1.0.1 - dev: false - /is-regex@1.1.4: + is-regex@1.1.4: resolution: { integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - has-tostringtag: 1.0.0 - /is-relative@0.2.1: + is-relative@0.2.1: resolution: { integrity: sha512-9AMzjRmLqcue629b4ezEVSK6kJsYJlUIhMcygmYORUgwUNJiavHcC3HkaGx0XYpyVKQSOqFbMEZmW42cY87sYw==, } engines: { node: ">=0.10.0" } - dependencies: - is-unc-path: 0.1.2 - dev: false - /is-set@2.0.2: + is-set@2.0.2: resolution: { integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==, } - /is-shared-array-buffer@1.0.2: + is-shared-array-buffer@1.0.2: resolution: { integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==, } - dependencies: - call-bind: 1.0.2 - /is-ssh@1.4.0: + is-ssh@1.4.0: resolution: { integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==, } - dependencies: - protocols: 2.0.1 - dev: true - /is-stream@1.1.0: + is-stream@1.1.0: resolution: { integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==, } engines: { node: ">=0.10.0" } - dev: true - /is-stream@2.0.0: + is-stream@2.0.0: resolution: { integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==, } engines: { node: ">=8" } - dev: true - /is-stream@2.0.1: + is-stream@2.0.1: resolution: { integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==, } engines: { node: ">=8" } - /is-stream@3.0.0: + is-stream@3.0.0: resolution: { integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dev: true - /is-string@1.0.7: + is-string@1.0.7: resolution: { integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, } engines: { node: ">= 0.4" } - dependencies: - has-tostringtag: 1.0.0 - /is-symbol@1.0.4: + is-symbol@1.0.4: resolution: { integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, } engines: { node: ">= 0.4" } - dependencies: - has-symbols: 1.0.3 - /is-text-path@1.0.1: + is-text-path@1.0.1: resolution: { integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==, } engines: { node: ">=0.10.0" } - dependencies: - text-extensions: 1.9.0 - dev: true - /is-typed-array@1.1.12: + is-typed-array@1.1.12: resolution: { integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==, } engines: { node: ">= 0.4" } - dependencies: - which-typed-array: 1.1.11 - /is-typedarray@1.0.0: + is-typedarray@1.0.0: resolution: { integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==, } - dev: true - /is-unc-path@0.1.2: + is-unc-path@0.1.2: resolution: { integrity: sha512-HhLc5VDMH4pu3oMtIuunz/DFQUIoR561kMME3U3Afhj8b7vH085vkIkemrz1kLXCEIuoMAmO3yVmafWdSbGW8w==, } engines: { node: ">=0.10.0" } - dependencies: - unc-path-regex: 0.1.2 - dev: false - /is-unicode-supported@0.1.0: + is-unicode-supported@0.1.0: resolution: { integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==, } engines: { node: ">=10" } - dev: true - /is-utf8@0.2.1: + is-utf8@0.2.1: resolution: { integrity: sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==, } - dev: false - /is-valid-glob@0.3.0: + is-valid-glob@0.3.0: resolution: { integrity: sha512-CvG8EtJZ8FyzVOGPzrDorzyN65W1Ld8BVnqshRCah6pFIsprGx3dKgFtjLn/Vw9kGqR4OlR84U7yhT9ZVTyWIQ==, } engines: { node: ">=0.10.0" } - dev: false - /is-weakmap@2.0.1: + is-weakmap@2.0.1: resolution: { integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==, } - /is-weakref@1.0.2: + is-weakref@1.0.2: resolution: { integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==, } - dependencies: - call-bind: 1.0.2 - /is-weakset@2.0.2: + is-weakset@2.0.2: resolution: { integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==, } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - /is-what@4.1.15: + is-what@4.1.15: resolution: { integrity: sha512-uKua1wfy3Yt+YqsD6mTUEa2zSi3G1oPlqTflgaPJ7z63vUGN5pxFpnQfeSLMFnJDEsdvOtkp1rUWkYjB4YfhgA==, } engines: { node: ">=12.13" } - dev: false - /is-windows@0.2.0: + is-windows@0.2.0: resolution: { integrity: sha512-n67eJYmXbniZB7RF4I/FTjK1s6RPOCTxhYrVYLRaCt3lF0mpWZPKr3T2LSZAqyjQsxR2qMmGYXXzK0YWwcPM1Q==, } engines: { node: ">=0.10.0" } - /is-windows@1.0.2: + is-windows@1.0.2: resolution: { integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==, } engines: { node: ">=0.10.0" } - /is-wsl@2.2.0: + is-wsl@2.2.0: resolution: { integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, } engines: { node: ">=8" } - dependencies: - is-docker: 2.2.1 - /isarray@1.0.0: + isarray@1.0.0: resolution: { integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==, } - /isarray@2.0.5: + isarray@2.0.5: resolution: { integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==, } - /isexe@2.0.0: + isexe@2.0.0: resolution: { integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==, } - /isexe@3.1.1: + isexe@3.1.1: resolution: { integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==, } engines: { node: ">=16" } - dev: true - /isobject@2.1.0: + isobject@2.1.0: resolution: { integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==, } engines: { node: ">=0.10.0" } - dependencies: - isarray: 1.0.0 - dev: false - /isobject@3.0.1: + isobject@3.0.1: resolution: { integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==, } engines: { node: ">=0.10.0" } - dev: true - /istanbul-lib-coverage@3.2.0: + istanbul-lib-coverage@3.2.0: resolution: { integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==, } engines: { node: ">=8" } - dev: true - /istanbul-lib-hook@3.0.0: + istanbul-lib-hook@3.0.0: resolution: { integrity: sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==, } engines: { node: ">=8" } - dependencies: - append-transform: 2.0.0 - dev: true - /istanbul-lib-instrument@4.0.3: + istanbul-lib-instrument@4.0.3: resolution: { integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==, } engines: { node: ">=8" } - dependencies: - "@babel/core": 7.22.11 - "@istanbuljs/schema": 0.1.3 - istanbul-lib-coverage: 3.2.0 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - /istanbul-lib-instrument@5.2.1: + istanbul-lib-instrument@5.2.1: resolution: { integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==, } engines: { node: ">=8" } - dependencies: - "@babel/core": 7.22.11 - "@babel/parser": 7.23.0 - "@istanbuljs/schema": 0.1.3 - istanbul-lib-coverage: 3.2.0 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - /istanbul-lib-instrument@6.0.1: + istanbul-lib-instrument@6.0.1: resolution: { integrity: sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==, } engines: { node: ">=10" } - dependencies: - "@babel/core": 7.22.11 - "@babel/parser": 7.23.0 - "@istanbuljs/schema": 0.1.3 - istanbul-lib-coverage: 3.2.0 - semver: 7.5.4 - transitivePeerDependencies: - - supports-color - dev: true - /istanbul-lib-processinfo@2.0.3: + istanbul-lib-processinfo@2.0.3: resolution: { integrity: sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==, } engines: { node: ">=8" } - dependencies: - archy: 1.0.0 - cross-spawn: 7.0.3 - istanbul-lib-coverage: 3.2.0 - p-map: 3.0.0 - rimraf: 3.0.2 - uuid: 8.3.2 - dev: true - /istanbul-lib-report@3.0.1: + istanbul-lib-report@3.0.1: resolution: { integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==, } engines: { node: ">=10" } - dependencies: - istanbul-lib-coverage: 3.2.0 - make-dir: 4.0.0 - supports-color: 7.2.0 - dev: true - /istanbul-lib-source-maps@4.0.1: + istanbul-lib-source-maps@4.0.1: resolution: { integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==, } engines: { node: ">=10" } - dependencies: - debug: 4.3.4 - istanbul-lib-coverage: 3.2.0 - source-map: 0.6.1 - transitivePeerDependencies: - - supports-color - dev: true - /istanbul-reports@3.1.6: + istanbul-reports@3.1.6: resolution: { integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==, } engines: { node: ">=8" } - dependencies: - html-escaper: 2.0.2 - istanbul-lib-report: 3.0.1 - dev: true - /iterator.prototype@1.1.0: + iterator.prototype@1.1.0: resolution: { integrity: sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==, } - dependencies: - define-properties: 1.2.0 - get-intrinsic: 1.2.1 - has-symbols: 1.0.3 - has-tostringtag: 1.0.0 - reflect.getprototypeof: 1.0.3 - /jackspeak@2.3.6: + jackspeak@2.3.6: resolution: { integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==, } engines: { node: ">=14" } - dependencies: - "@isaacs/cliui": 8.0.2 - optionalDependencies: - "@pkgjs/parseargs": 0.11.0 - /jake@10.8.7: + jake@10.8.7: resolution: { integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==, } engines: { node: ">=10" } hasBin: true - dependencies: - async: 3.2.4 - chalk: 4.1.2 - filelist: 1.0.4 - minimatch: 3.1.2 - /jest-changed-files@29.7.0: + jest-changed-files@29.7.0: resolution: { integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - execa: 5.1.1 - jest-util: 29.7.0 - p-limit: 3.1.0 - dev: true - /jest-circus@29.7.0: + jest-circus@29.7.0: resolution: { integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/environment": 29.7.0 - "@jest/expect": 29.7.0 - "@jest/test-result": 29.7.0 - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - chalk: 4.1.2 - co: 4.6.0 - dedent: 1.5.1 - is-generator-fn: 2.1.0 - jest-each: 29.7.0 - jest-matcher-utils: 29.7.0 - jest-message-util: 29.7.0 - jest-runtime: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - p-limit: 3.1.0 - pretty-format: 29.7.0 - pure-rand: 6.0.4 - slash: 3.0.0 - stack-utils: 2.0.6 - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - dev: true - /jest-cli@29.7.0: + jest-cli@29.7.0: resolution: { integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==, @@ -18964,26 +12317,8 @@ packages: peerDependenciesMeta: node-notifier: optional: true - dependencies: - "@jest/core": 29.7.0 - "@jest/test-result": 29.7.0 - "@jest/types": 29.6.3 - chalk: 4.1.2 - create-jest: 29.7.0 - exit: 0.1.2 - import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.9.3) - jest-util: 29.7.0 - jest-validate: 29.7.0 - yargs: 17.7.2 - transitivePeerDependencies: - - "@types/node" - - babel-plugin-macros - - supports-color - - ts-node - dev: true - /jest-config@29.7.0(@types/node@20.9.3): + jest-config@29.7.0: resolution: { integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==, @@ -18997,252 +12332,120 @@ packages: optional: true ts-node: optional: true - dependencies: - "@babel/core": 7.22.11 - "@jest/test-sequencer": 29.7.0 - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - babel-jest: 29.7.0(@babel/core@7.22.11) - chalk: 4.1.2 - ci-info: 3.8.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0 - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - dev: true - /jest-diff@28.1.3: + jest-diff@28.1.3: resolution: { integrity: sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - dependencies: - chalk: 4.1.2 - diff-sequences: 28.1.1 - jest-get-type: 28.0.2 - pretty-format: 28.1.3 - dev: true - /jest-diff@29.7.0: + jest-diff@29.7.0: resolution: { integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - chalk: 4.1.2 - diff-sequences: 29.6.3 - jest-get-type: 29.6.3 - pretty-format: 29.7.0 - dev: true - /jest-docblock@29.7.0: + jest-docblock@29.7.0: resolution: { integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - detect-newline: 3.1.0 - dev: true - /jest-each@29.7.0: + jest-each@29.7.0: resolution: { integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - chalk: 4.1.2 - jest-get-type: 29.6.3 - jest-util: 29.7.0 - pretty-format: 29.7.0 - dev: true - /jest-environment-node@29.7.0: + jest-environment-node@29.7.0: resolution: { integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/environment": 29.7.0 - "@jest/fake-timers": 29.7.0 - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - jest-mock: 29.7.0 - jest-util: 29.7.0 - dev: true - /jest-get-type@28.0.2: + jest-get-type@28.0.2: resolution: { integrity: sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - dev: true - /jest-get-type@29.6.3: + jest-get-type@29.6.3: resolution: { integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dev: true - /jest-haste-map@29.6.4: + jest-haste-map@29.6.4: resolution: { integrity: sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - "@types/graceful-fs": 4.1.6 - "@types/node": 20.9.3 - anymatch: 3.1.3 - fb-watchman: 2.0.2 - graceful-fs: 4.2.11 - jest-regex-util: 29.6.3 - jest-util: 29.7.0 - jest-worker: 29.6.4 - micromatch: 4.0.5 - walker: 1.0.8 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /jest-haste-map@29.7.0: + jest-haste-map@29.7.0: resolution: { integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - "@types/graceful-fs": 4.1.6 - "@types/node": 20.9.3 - anymatch: 3.1.3 - fb-watchman: 2.0.2 - graceful-fs: 4.2.11 - jest-regex-util: 29.6.3 - jest-util: 29.7.0 - jest-worker: 29.7.0 - micromatch: 4.0.5 - walker: 1.0.8 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /jest-junit@16.0.0: + jest-junit@16.0.0: resolution: { integrity: sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==, } engines: { node: ">=10.12.0" } - dependencies: - mkdirp: 1.0.4 - strip-ansi: 6.0.1 - uuid: 8.3.2 - xml: 1.0.1 - dev: true - /jest-leak-detector@29.7.0: + jest-leak-detector@29.7.0: resolution: { integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - jest-get-type: 29.6.3 - pretty-format: 29.7.0 - dev: true - /jest-matcher-utils@28.1.3: + jest-matcher-utils@28.1.3: resolution: { integrity: sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - dependencies: - chalk: 4.1.2 - jest-diff: 28.1.3 - jest-get-type: 28.0.2 - pretty-format: 28.1.3 - dev: true - /jest-matcher-utils@29.7.0: + jest-matcher-utils@29.7.0: resolution: { integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - chalk: 4.1.2 - jest-diff: 29.7.0 - jest-get-type: 29.6.3 - pretty-format: 29.7.0 - dev: true - /jest-message-util@29.7.0: + jest-message-util@29.7.0: resolution: { integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@babel/code-frame": 7.22.13 - "@jest/types": 29.6.3 - "@types/stack-utils": 2.0.2 - chalk: 4.1.2 - graceful-fs: 4.2.11 - micromatch: 4.0.5 - pretty-format: 29.7.0 - slash: 3.0.0 - stack-utils: 2.0.6 - dev: true - /jest-mock@27.5.1: + jest-mock@27.5.1: resolution: { integrity: sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - dependencies: - "@jest/types": 27.5.1 - "@types/node": 20.9.3 - dev: true - /jest-mock@29.7.0: + jest-mock@29.7.0: resolution: { integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - jest-util: 29.7.0 - dev: true - /jest-playwright-preset@3.0.1(jest-circus@29.7.0)(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0): + jest-playwright-preset@3.0.1: resolution: { integrity: sha512-tHqv+JUmheNMZpmH7XyT5CAMHr3ExTUIY9baMPzcJiLYPvCaPTwig9YvuGGnXV2n+Epmch0Ld4429g6py0nq0w==, @@ -19252,23 +12455,8 @@ packages: jest-circus: ^29.3.1 jest-environment-node: ^29.3.1 jest-runner: ^29.3.1 - dependencies: - expect-playwright: 0.8.0 - jest: 29.7.0 - jest-circus: 29.7.0 - jest-environment-node: 29.7.0 - jest-process-manager: 0.3.1 - jest-runner: 29.7.0 - nyc: 15.1.0 - playwright-core: 1.39.0 - rimraf: 3.0.2 - uuid: 8.3.2 - transitivePeerDependencies: - - debug - - supports-color - dev: true - /jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): + jest-pnp-resolver@1.2.3: resolution: { integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==, @@ -19279,206 +12467,76 @@ packages: peerDependenciesMeta: jest-resolve: optional: true - dependencies: - jest-resolve: 29.7.0 - dev: true - /jest-process-manager@0.3.1: + jest-process-manager@0.3.1: resolution: { integrity: sha512-x9W54UgZ7IkzUHgXtnI1x4GKOVjxtwW0CA/7yGbTHtT/YhENO0Lic2yfVyC/gekn7OIEMcQmy0L1r9WLQABfqw==, } - dependencies: - "@types/wait-on": 5.3.3 - chalk: 4.1.2 - cwd: 0.10.0 - exit: 0.1.2 - find-process: 1.4.7 - prompts: 2.4.2 - signal-exit: 3.0.7 - spawnd: 5.0.0 - tree-kill: 1.2.2 - wait-on: 5.3.0 - transitivePeerDependencies: - - debug - - supports-color - dev: true - /jest-regex-util@29.6.3: + jest-regex-util@29.6.3: resolution: { integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dev: true - /jest-resolve-dependencies@29.7.0: + jest-resolve-dependencies@29.7.0: resolution: { integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - jest-regex-util: 29.6.3 - jest-snapshot: 29.7.0 - transitivePeerDependencies: - - supports-color - dev: true - /jest-resolve@29.7.0: + jest-resolve@29.7.0: resolution: { integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - chalk: 4.1.2 - graceful-fs: 4.2.11 - jest-haste-map: 29.7.0 - jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0) - jest-util: 29.7.0 - jest-validate: 29.7.0 - resolve: 1.22.8 - resolve.exports: 2.0.2 - slash: 3.0.0 - dev: true - /jest-runner@29.7.0: + jest-runner@29.7.0: resolution: { integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/console": 29.7.0 - "@jest/environment": 29.7.0 - "@jest/test-result": 29.7.0 - "@jest/transform": 29.7.0 - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - chalk: 4.1.2 - emittery: 0.13.1 - graceful-fs: 4.2.11 - jest-docblock: 29.7.0 - jest-environment-node: 29.7.0 - jest-haste-map: 29.7.0 - jest-leak-detector: 29.7.0 - jest-message-util: 29.7.0 - jest-resolve: 29.7.0 - jest-runtime: 29.7.0 - jest-util: 29.7.0 - jest-watcher: 29.7.0 - jest-worker: 29.7.0 - p-limit: 3.1.0 - source-map-support: 0.5.13 - transitivePeerDependencies: - - supports-color - dev: true - /jest-runtime@29.7.0: + jest-runtime@29.7.0: resolution: { integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/environment": 29.7.0 - "@jest/fake-timers": 29.7.0 - "@jest/globals": 29.7.0 - "@jest/source-map": 29.6.3 - "@jest/test-result": 29.7.0 - "@jest/transform": 29.7.0 - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - chalk: 4.1.2 - cjs-module-lexer: 1.2.3 - collect-v8-coverage: 1.0.2 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-haste-map: 29.7.0 - jest-message-util: 29.7.0 - jest-mock: 29.7.0 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-snapshot: 29.7.0 - jest-util: 29.7.0 - slash: 3.0.0 - strip-bom: 4.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /jest-serializer-html@7.1.0: + jest-serializer-html@7.1.0: resolution: { integrity: sha512-xYL2qC7kmoYHJo8MYqJkzrl/Fdlx+fat4U1AqYg+kafqwcKPiMkOcjWHPKhueuNEgr+uemhGc+jqXYiwCyRyLA==, } - dependencies: - diffable-html: 4.1.0 - dev: true - /jest-snapshot@29.7.0: + jest-snapshot@29.7.0: resolution: { integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@babel/core": 7.22.11 - "@babel/generator": 7.23.0 - "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.11) - "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.11) - "@babel/types": 7.23.0 - "@jest/expect-utils": 29.7.0 - "@jest/transform": 29.7.0 - "@jest/types": 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.11) - chalk: 4.1.2 - expect: 29.7.0 - graceful-fs: 4.2.11 - jest-diff: 29.7.0 - jest-get-type: 29.6.3 - jest-matcher-utils: 29.7.0 - jest-message-util: 29.7.0 - jest-util: 29.7.0 - natural-compare: 1.4.0 - pretty-format: 29.7.0 - semver: 7.5.4 - transitivePeerDependencies: - - supports-color - dev: true - /jest-util@29.7.0: + jest-util@29.7.0: resolution: { integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - chalk: 4.1.2 - ci-info: 3.8.0 - graceful-fs: 4.2.11 - picomatch: 2.3.1 - dev: true - /jest-validate@29.7.0: + jest-validate@29.7.0: resolution: { integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/types": 29.6.3 - camelcase: 6.3.0 - chalk: 4.1.2 - jest-get-type: 29.6.3 - leven: 3.1.0 - pretty-format: 29.7.0 - dev: true - /jest-watch-typeahead@2.2.2(jest@29.7.0): + jest-watch-typeahead@2.2.2: resolution: { integrity: sha512-+QgOFW4o5Xlgd6jGS5X37i08tuuXNW8X0CV9WNFi+3n8ExCIP+E1melYhvYLjv5fE6D0yyzk74vsSO8I6GqtvQ==, @@ -19486,61 +12544,29 @@ packages: engines: { node: ^14.17.0 || ^16.10.0 || >=18.0.0 } peerDependencies: jest: ^27.0.0 || ^28.0.0 || ^29.0.0 - dependencies: - ansi-escapes: 6.2.0 - chalk: 5.3.0 - jest: 29.7.0 - jest-regex-util: 29.6.3 - jest-watcher: 29.7.0 - slash: 5.1.0 - string-length: 5.0.1 - strip-ansi: 7.1.0 - dev: true - /jest-watcher@29.7.0: + jest-watcher@29.7.0: resolution: { integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/test-result": 29.7.0 - "@jest/types": 29.6.3 - "@types/node": 20.9.3 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - emittery: 0.13.1 - jest-util: 29.7.0 - string-length: 4.0.2 - dev: true - /jest-worker@29.6.4: + jest-worker@29.6.4: resolution: { integrity: sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@types/node": 20.9.3 - jest-util: 29.7.0 - merge-stream: 2.0.0 - supports-color: 8.1.1 - dev: true - /jest-worker@29.7.0: + jest-worker@29.7.0: resolution: { integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@types/node": 20.9.3 - jest-util: 29.7.0 - merge-stream: 2.0.0 - supports-color: 8.1.1 - dev: true - /jest@29.7.0: + jest@29.7.0: resolution: { integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==, @@ -19552,79 +12578,54 @@ packages: peerDependenciesMeta: node-notifier: optional: true - dependencies: - "@jest/core": 29.7.0 - "@jest/types": 29.6.3 - import-local: 3.1.0 - jest-cli: 29.7.0 - transitivePeerDependencies: - - "@types/node" - - babel-plugin-macros - - supports-color - - ts-node - dev: true - /jiti@1.19.3: + jiti@1.19.3: resolution: { integrity: sha512-5eEbBDQT/jF1xg6l36P+mWGGoH9Spuy0PCdSr2dtWRDGC6ph/w9ZCL4lmESW8f8F7MwT3XKescfP0wnZWAKL9w==, } hasBin: true - /joi@17.11.0: + joi@17.11.0: resolution: { integrity: sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==, } - dependencies: - "@hapi/hoek": 9.3.0 - "@hapi/topo": 5.1.0 - "@sideway/address": 4.1.4 - "@sideway/formula": 3.0.1 - "@sideway/pinpoint": 2.0.0 - dev: true - /joycon@3.1.1: + joycon@3.1.1: resolution: { integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==, } engines: { node: ">=10" } - /js-cookie@2.2.1: + js-cookie@2.2.1: resolution: { integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==, } - dev: false - /js-tokens@4.0.0: + js-tokens@4.0.0: resolution: { integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, } - /js-yaml@3.14.1: + js-yaml@3.14.1: resolution: { integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==, } hasBin: true - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - dev: true - /js-yaml@4.1.0: + js-yaml@4.1.0: resolution: { integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==, } hasBin: true - dependencies: - argparse: 2.0.1 - /jscodeshift@0.14.0(@babel/preset-env@7.22.10): + jscodeshift@0.14.0: resolution: { integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==, @@ -19632,40 +12633,15 @@ packages: hasBin: true peerDependencies: "@babel/preset-env": ^7.1.6 - dependencies: - "@babel/core": 7.22.11 - "@babel/parser": 7.23.0 - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.11) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.11) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.11) - "@babel/plugin-transform-modules-commonjs": 7.22.11(@babel/core@7.22.11) - "@babel/preset-env": 7.22.10(@babel/core@7.22.11) - "@babel/preset-flow": 7.22.5(@babel/core@7.22.11) - "@babel/preset-typescript": 7.22.11(@babel/core@7.22.11) - "@babel/register": 7.22.5(@babel/core@7.22.11) - babel-core: 7.0.0-bridge.0(@babel/core@7.22.11) - chalk: 4.1.2 - flow-parser: 0.215.1 - graceful-fs: 4.2.11 - micromatch: 4.0.5 - neo-async: 2.6.2 - node-dir: 0.1.17 - recast: 0.21.5 - temp: 0.8.4 - write-file-atomic: 2.4.3 - transitivePeerDependencies: - - supports-color - dev: true - /jsesc@0.5.0: + jsesc@0.5.0: resolution: { integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==, } hasBin: true - dev: true - /jsesc@2.5.2: + jsesc@2.5.2: resolution: { integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, @@ -19673,79 +12649,71 @@ packages: engines: { node: ">=4" } hasBin: true - /jsesc@3.0.2: + jsesc@3.0.2: resolution: { integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==, } engines: { node: ">=6" } hasBin: true - dev: true - /json-buffer@3.0.1: + json-buffer@3.0.1: resolution: { integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==, } - dev: true - /json-parse-better-errors@1.0.2: + json-parse-better-errors@1.0.2: resolution: { integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==, } - dev: true - /json-parse-even-better-errors@2.3.1: + json-parse-even-better-errors@2.3.1: resolution: { integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==, } - /json-parse-even-better-errors@3.0.0: + json-parse-even-better-errors@3.0.0: resolution: { integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /json-schema-traverse@0.4.1: + json-schema-traverse@0.4.1: resolution: { integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==, } - /json-schema@0.4.0: + json-schema@0.4.0: resolution: { integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==, } - dev: false - /json-stable-stringify-without-jsonify@1.0.1: + json-stable-stringify-without-jsonify@1.0.1: resolution: { integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==, } - /json-stringify-safe@5.0.1: + json-stringify-safe@5.0.1: resolution: { integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==, } - dev: true - /json5@1.0.2: + json5@1.0.2: resolution: { integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==, } hasBin: true - dependencies: - minimist: 1.2.8 - /json5@2.2.3: + json5@2.2.3: resolution: { integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, @@ -19753,930 +12721,603 @@ packages: engines: { node: ">=6" } hasBin: true - /jsonc-parser@3.2.0: + jsonc-parser@3.2.0: resolution: { integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==, } - dev: true - /jsonfile@4.0.0: + jsonfile@4.0.0: resolution: { integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==, } - optionalDependencies: - graceful-fs: 4.2.11 - dev: false - /jsonfile@6.1.0: + jsonfile@6.1.0: resolution: { integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==, } - dependencies: - universalify: 2.0.0 - optionalDependencies: - graceful-fs: 4.2.11 - /jsonparse@1.3.1: + jsonparse@1.3.1: resolution: { integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==, } engines: { "0": node >= 0.2.0 } - dev: true - /jsonwebtoken@9.0.2: + jsonwebtoken@9.0.2: resolution: { integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==, } engines: { node: ">=12", npm: ">=6" } - dependencies: - jws: 3.2.2 - lodash.includes: 4.3.0 - lodash.isboolean: 3.0.3 - lodash.isinteger: 4.0.4 - lodash.isnumber: 3.0.3 - lodash.isplainobject: 4.0.6 - lodash.isstring: 4.0.1 - lodash.once: 4.1.1 - ms: 2.1.3 - semver: 7.5.4 - dev: false - /jsx-ast-utils@3.3.5: + jsx-ast-utils@3.3.5: resolution: { integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==, } engines: { node: ">=4.0" } - dependencies: - array-includes: 3.1.6 - array.prototype.flat: 1.3.1 - object.assign: 4.1.4 - object.values: 1.1.6 - /jwa@1.4.1: + jwa@1.4.1: resolution: { integrity: sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==, } - dependencies: - buffer-equal-constant-time: 1.0.1 - ecdsa-sig-formatter: 1.0.11 - safe-buffer: 5.2.1 - dev: false - /jws@3.2.2: + jws@3.2.2: resolution: { integrity: sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==, } - dependencies: - jwa: 1.4.1 - safe-buffer: 5.2.1 - dev: false - /keyv@4.5.4: + keyv@4.5.4: resolution: { integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==, } - dependencies: - json-buffer: 3.0.1 - dev: true - /kind-of@3.2.2: + kind-of@3.2.2: resolution: { integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==, } engines: { node: ">=0.10.0" } - dependencies: - is-buffer: 1.1.6 - dev: false - /kind-of@5.1.0: + kind-of@5.1.0: resolution: { integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==, } engines: { node: ">=0.10.0" } - dev: false - /kind-of@6.0.3: + kind-of@6.0.3: resolution: { integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==, } engines: { node: ">=0.10.0" } - dev: true - /kleur@3.0.3: + kleur@3.0.3: resolution: { integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==, } engines: { node: ">=6" } - /kleur@4.1.5: + kleur@4.1.5: resolution: { integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==, } engines: { node: ">=6" } - dev: false - /language-subtag-registry@0.3.22: + language-subtag-registry@0.3.22: resolution: { integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==, } - /language-tags@1.0.5: + language-tags@1.0.5: resolution: { integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==, } - dependencies: - language-subtag-registry: 0.3.22 - /lazy-cache@0.2.7: + lazy-cache@0.2.7: resolution: { integrity: sha512-gkX52wvU/R8DVMMt78ATVPFMJqfW8FPz1GZ1sVHBVQHmu/WvhIWE4cE1GBzhJNFicDeYhnwp6Rl35BcAIM3YOQ==, } engines: { node: ">=0.10.0" } - dev: false - /lazy-cache@2.0.2: + lazy-cache@2.0.2: resolution: { integrity: sha512-7vp2Acd2+Kz4XkzxGxaB1FWOi8KjWIWsgdfD5MCb86DWvlLqhRPM+d6Pro3iNEL5VT9mstz5hKAlcd+QR6H3aA==, } engines: { node: ">=0.10.0" } - dependencies: - set-getter: 0.1.1 - dev: false - /lazy-universal-dotenv@4.0.0: + lazy-universal-dotenv@4.0.0: resolution: { integrity: sha512-aXpZJRnTkpK6gQ/z4nk+ZBLd/Qdp118cvPruLSIQzQNRhKwEcdXCOzXuF55VDqIiuAaY3UGZ10DJtvZzDcvsxg==, } engines: { node: ">=14.0.0" } - dependencies: - app-root-dir: 1.0.2 - dotenv: 16.3.1 - dotenv-expand: 10.0.0 - dev: true - /lazystream@1.0.1: + lazystream@1.0.1: resolution: { integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==, } engines: { node: ">= 0.6.3" } - dependencies: - readable-stream: 2.3.8 - dev: false - /leaflet@1.9.4: + leaflet@1.9.4: resolution: { integrity: sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==, } - dev: false - /lerna@8.0.1: + lerna@8.1.3: resolution: { - integrity: sha512-ZxFMmOqwkP4e+q6BrMzxkAhixi6n0GVD2jAAnAfDkIFnwumB4/7X5/If6fqTlXXshtB2dQtN5OAtzafqVq8cwA==, + integrity: sha512-Dg/r1dGnRCXKsOUC3lol7o6ggYTA6WWiPQzZJNKqyygn4fzYGuA3Dro2d5677pajaqFnFA72mdCjzSyF16Vi2Q==, } engines: { node: ">=18.0.0" } hasBin: true - dependencies: - "@lerna/create": 8.0.1(typescript@5.3.2) - "@npmcli/run-script": 7.0.2 - "@nx/devkit": 17.2.5(nx@17.2.5) - "@octokit/plugin-enterprise-rest": 6.0.1 - "@octokit/rest": 19.0.11 - byte-size: 8.1.1 - chalk: 4.1.0 - clone-deep: 4.0.1 - cmd-shim: 6.0.1 - columnify: 1.6.0 - conventional-changelog-angular: 7.0.0 - conventional-changelog-core: 5.0.1 - conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.3.6(typescript@5.3.2) - dedent: 0.7.0 - envinfo: 7.8.1 - execa: 5.0.0 - fs-extra: 11.1.1 - get-port: 5.1.1 - get-stream: 6.0.0 - git-url-parse: 13.1.0 - glob-parent: 5.1.2 - globby: 11.1.0 - graceful-fs: 4.2.11 - has-unicode: 2.0.1 - import-local: 3.1.0 - ini: 1.3.8 - init-package-json: 5.0.0 - inquirer: 8.2.6 - is-ci: 3.0.1 - is-stream: 2.0.0 - jest-diff: 29.7.0 - js-yaml: 4.1.0 - libnpmaccess: 7.0.2 - libnpmpublish: 7.3.0 - load-json-file: 6.2.0 - lodash: 4.17.21 - make-dir: 4.0.0 - minimatch: 3.0.5 - multimatch: 5.0.0 - node-fetch: 2.6.7 - npm-package-arg: 8.1.1 - npm-packlist: 5.1.1 - npm-registry-fetch: 14.0.5 - npmlog: 6.0.2 - nx: 17.2.5 - p-map: 4.0.0 - p-map-series: 2.1.0 - p-pipe: 3.1.0 - p-queue: 6.6.2 - p-reduce: 2.1.0 - p-waterfall: 2.1.1 - pacote: 17.0.5 - pify: 5.0.0 - read-cmd-shim: 4.0.0 - read-package-json: 6.0.4 - resolve-from: 5.0.0 - rimraf: 4.4.1 - semver: 7.5.4 - signal-exit: 3.0.7 - slash: 3.0.0 - ssri: 9.0.1 - strong-log-transformer: 2.1.0 - tar: 6.1.11 - temp-dir: 1.0.0 - typescript: 5.3.2 - upath: 2.0.1 - uuid: 9.0.1 - validate-npm-package-license: 3.0.4 - validate-npm-package-name: 5.0.0 - write-file-atomic: 5.0.1 - write-pkg: 4.0.0 - yargs: 17.7.2 - yargs-parser: 21.1.1 - transitivePeerDependencies: - - "@swc-node/register" - - "@swc/core" - - bluebird - - debug - - encoding - - supports-color - dev: true - /leven@3.1.0: + leven@3.1.0: resolution: { integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==, } engines: { node: ">=6" } - dev: true - /levn@0.4.1: + levn@0.4.1: resolution: { integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, } engines: { node: ">= 0.8.0" } - dependencies: - prelude-ls: 1.2.1 - type-check: 0.4.0 - /libnpmaccess@7.0.2: + libnpmaccess@7.0.2: resolution: { integrity: sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - npm-package-arg: 10.1.0 - npm-registry-fetch: 14.0.5 - transitivePeerDependencies: - - supports-color - dev: true - /libnpmpublish@7.3.0: + libnpmpublish@7.3.0: resolution: { integrity: sha512-fHUxw5VJhZCNSls0KLNEG0mCD2PN1i14gH5elGOgiVnU3VgTcRahagYP2LKI1m0tFCJ+XrAm0zVYyF5RCbXzcg==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - ci-info: 3.8.0 - normalize-package-data: 5.0.0 - npm-package-arg: 10.1.0 - npm-registry-fetch: 14.0.5 - proc-log: 3.0.0 - semver: 7.5.4 - sigstore: 1.9.0 - ssri: 10.0.5 - transitivePeerDependencies: - - supports-color - dev: true - /lie@3.1.1: + lie@3.1.1: resolution: { integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==, } - dependencies: - immediate: 3.0.6 - dev: false - /lilconfig@2.1.0: + lilconfig@2.1.0: resolution: { integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==, } engines: { node: ">=10" } - /lilconfig@3.0.0: + lilconfig@3.1.1: resolution: { - integrity: sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==, + integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==, } engines: { node: ">=14" } - dev: true - /lines-and-columns@1.2.4: + lines-and-columns@1.2.4: resolution: { integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==, } - /lines-and-columns@2.0.3: + lines-and-columns@2.0.3: resolution: { integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dev: true - /lint-staged@15.2.0: + lint-staged@15.2.5: resolution: { - integrity: sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==, + integrity: sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==, } engines: { node: ">=18.12.0" } hasBin: true - dependencies: - chalk: 5.3.0 - commander: 11.1.0 - debug: 4.3.4 - execa: 8.0.1 - lilconfig: 3.0.0 - listr2: 8.0.0 - micromatch: 4.0.5 - pidtree: 0.6.0 - string-argv: 0.3.2 - yaml: 2.3.4 - transitivePeerDependencies: - - supports-color - dev: true - /listr2@8.0.0: + listr2@8.2.1: resolution: { - integrity: sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==, + integrity: sha512-irTfvpib/rNiD637xeevjO2l3Z5loZmuaRi0L0YE5LfijwVY96oyVn0DFD3o/teAok7nfobMG1THvvcHh/BP6g==, } engines: { node: ">=18.0.0" } - dependencies: - cli-truncate: 4.0.0 - colorette: 2.0.20 - eventemitter3: 5.0.1 - log-update: 6.0.0 - rfdc: 1.3.0 - wrap-ansi: 9.0.0 - dev: true - /load-json-file@4.0.0: + load-json-file@4.0.0: resolution: { integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==, } engines: { node: ">=4" } - dependencies: - graceful-fs: 4.2.11 - parse-json: 4.0.0 - pify: 3.0.0 - strip-bom: 3.0.0 - dev: true - /load-json-file@6.2.0: + load-json-file@6.2.0: resolution: { integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==, } engines: { node: ">=8" } - dependencies: - graceful-fs: 4.2.11 - parse-json: 5.2.0 - strip-bom: 4.0.0 - type-fest: 0.6.0 - dev: true - /load-tsconfig@0.2.5: + load-tsconfig@0.2.5: resolution: { integrity: sha512-IXO6OCs9yg8tMKzfPZ1YmheJbZCiEsnBdcB03l0OcfK9prKnJb96siuHCr5Fl37/yo9DnKU+TLpxzTUspw9shg==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - /local-pkg@0.4.3: + local-pkg@0.4.3: resolution: { integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==, } engines: { node: ">=14" } - dev: true - /localforage@1.10.0: + localforage@1.10.0: resolution: { integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==, } - dependencies: - lie: 3.1.1 - dev: false - /locate-path@2.0.0: + locate-path@2.0.0: resolution: { integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==, } engines: { node: ">=4" } - dependencies: - p-locate: 2.0.0 - path-exists: 3.0.0 - dev: true - /locate-path@3.0.0: + locate-path@3.0.0: resolution: { integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==, } engines: { node: ">=6" } - dependencies: - p-locate: 3.0.0 - path-exists: 3.0.0 - dev: true - /locate-path@5.0.0: + locate-path@5.0.0: resolution: { integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, } engines: { node: ">=8" } - dependencies: - p-locate: 4.1.0 - /locate-path@6.0.0: + locate-path@6.0.0: resolution: { integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, } engines: { node: ">=10" } - dependencies: - p-locate: 5.0.0 - /lodash-es@4.17.21: + lodash-es@4.17.21: resolution: { integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==, } - dev: false - /lodash.castarray@4.4.0: + lodash.castarray@4.4.0: resolution: { integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==, } - dev: false - /lodash.debounce@4.0.8: + lodash.debounce@4.0.8: resolution: { integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==, } - dev: true - /lodash.defaults@4.2.0: + lodash.defaults@4.2.0: resolution: { integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==, } - dev: false - /lodash.difference@4.5.0: + lodash.difference@4.5.0: resolution: { integrity: sha512-dS2j+W26TQ7taQBGN8Lbbq04ssV3emRw4NY58WErlTO29pIqS0HmoT5aJ9+TUQ1N3G+JOZSji4eugsWwGp9yPA==, } - dev: false - /lodash.flatten@4.4.0: + lodash.flatten@4.4.0: resolution: { integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==, } - dev: false - /lodash.flattendeep@4.4.0: + lodash.flattendeep@4.4.0: resolution: { integrity: sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==, } - dev: true - /lodash.includes@4.3.0: + lodash.includes@4.3.0: resolution: { integrity: sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==, } - dev: false - /lodash.isboolean@3.0.3: + lodash.isboolean@3.0.3: resolution: { integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==, } - dev: false - /lodash.isinteger@4.0.4: + lodash.isinteger@4.0.4: resolution: { integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==, } - dev: false - /lodash.ismatch@4.4.0: + lodash.ismatch@4.4.0: resolution: { integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==, } - dev: true - /lodash.isnumber@3.0.3: + lodash.isnumber@3.0.3: resolution: { integrity: sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==, } - dev: false - /lodash.isplainobject@4.0.6: + lodash.isplainobject@4.0.6: resolution: { integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==, } - dev: false - /lodash.isstring@4.0.1: + lodash.isstring@4.0.1: resolution: { integrity: sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==, } - dev: false - /lodash.merge@4.6.2: + lodash.merge@4.6.2: resolution: { integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==, } - /lodash.once@4.1.1: + lodash.once@4.1.1: resolution: { integrity: sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==, } - dev: false - /lodash.set@4.3.2: + lodash.set@4.3.2: resolution: { integrity: sha512-4hNPN5jlm/N/HLMCO43v8BXKq9Z7QdAGc/VGrRD61w8gN9g/6jF9A4L1pbUgBLCffi0w9VsXfTOij5x8iTyFvg==, } - dev: false - /lodash.sortby@4.7.0: + lodash.sortby@4.7.0: resolution: { integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==, } - /lodash.union@4.6.0: + lodash.union@4.6.0: resolution: { integrity: sha512-c4pB2CdGrGdjMKYLA+XiRDO7Y0PRQbm/Gzg8qMj+QH+pFVAoTp5sBpO0odL3FjoPCGjK96p6qsP+yQoiLoOBcw==, } - dev: false - /lodash@4.17.21: + lodash@4.17.21: resolution: { integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==, } - /log-ok@0.1.1: + log-ok@0.1.1: resolution: { integrity: sha512-cc8VrkS6C+9TFuYAwuHpshrcrGRAv7d0tUJ0GdM72ZBlKXtlgjUZF84O+OhQUdiVHoF7U/nVxwpjOdwUJ8d3Vg==, } engines: { node: ">=0.10.0" } - dependencies: - ansi-green: 0.1.1 - success-symbol: 0.1.0 - dev: false - /log-symbols@4.1.0: + log-symbols@4.1.0: resolution: { integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==, } engines: { node: ">=10" } - dependencies: - chalk: 4.1.2 - is-unicode-supported: 0.1.0 - dev: true - /log-update@6.0.0: + log-update@6.0.0: resolution: { integrity: sha512-niTvB4gqvtof056rRIrTZvjNYE4rCUzO6X/X+kYjd7WFxXeJ0NwEFnRxX6ehkvv3jTwrXnNdtAak5XYZuIyPFw==, } engines: { node: ">=18" } - dependencies: - ansi-escapes: 6.2.0 - cli-cursor: 4.0.0 - slice-ansi: 7.1.0 - strip-ansi: 7.1.0 - wrap-ansi: 9.0.0 - dev: true - /longest-streak@3.1.0: + longest-streak@3.1.0: resolution: { integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==, } - dev: false - /loose-envify@1.4.0: + loose-envify@1.4.0: resolution: { integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==, } hasBin: true - dependencies: - js-tokens: 4.0.0 - /loupe@2.3.6: + loupe@2.3.6: resolution: { integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==, } - dependencies: - get-func-name: 2.0.2 - dev: true - /lower-case@2.0.2: + lower-case@2.0.2: resolution: { integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==, } - dependencies: - tslib: 2.6.2 - dev: false - /lowercase-keys@2.0.0: + lowercase-keys@2.0.0: resolution: { integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==, } engines: { node: ">=8" } - dev: true - /lru-cache@10.0.1: + lru-cache@10.0.1: resolution: { integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==, } engines: { node: 14 || >=16.14 } - /lru-cache@4.1.5: + lru-cache@4.1.5: resolution: { integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==, } - dependencies: - pseudomap: 1.0.2 - yallist: 2.1.2 - dev: true - /lru-cache@5.1.1: + lru-cache@5.1.1: resolution: { integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==, } - dependencies: - yallist: 3.1.1 - /lru-cache@6.0.0: + lru-cache@6.0.0: resolution: { integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==, } engines: { node: ">=10" } - dependencies: - yallist: 4.0.0 - /lru-cache@7.18.3: + lru-cache@7.18.3: resolution: { integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==, } engines: { node: ">=12" } - /lru_map@0.3.3: + lru_map@0.3.3: resolution: { integrity: sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==, } - dev: false - /lz-string@1.5.0: + lz-string@1.5.0: resolution: { integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==, } hasBin: true - dev: true - /magic-bytes.js@1.5.0: + magic-bytes.js@1.5.0: resolution: { integrity: sha512-wJkXvutRbNWcc37tt5j1HyOK1nosspdh3dj6LUYYAvF6JYNqs53IfRvK9oEpcwiDA1NdoIi64yAMfdivPeVAyw==, } - dev: false - /magic-string@0.27.0: + magic-string@0.27.0: resolution: { integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==, } engines: { node: ">=12" } - dependencies: - "@jridgewell/sourcemap-codec": 1.4.15 - /magic-string@0.30.3: + magic-string@0.30.3: resolution: { integrity: sha512-B7xGbll2fG/VjP+SWg4sX3JynwIU0mjoTc6MPpKNuIvftk6u6vqhDnk1R80b8C2GBR6ywqy+1DcKBrevBg+bmw==, } engines: { node: ">=12" } - dependencies: - "@jridgewell/sourcemap-codec": 1.4.15 - dev: true - /make-dir@2.1.0: + make-dir@2.1.0: resolution: { integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==, } engines: { node: ">=6" } - dependencies: - pify: 4.0.1 - semver: 5.7.2 - dev: true - /make-dir@3.1.0: + make-dir@3.1.0: resolution: { integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==, } engines: { node: ">=8" } - dependencies: - semver: 6.3.1 - /make-dir@4.0.0: + make-dir@4.0.0: resolution: { integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==, } engines: { node: ">=10" } - dependencies: - semver: 7.5.4 - /make-error@1.3.6: + make-error@1.3.6: resolution: { integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==, } - dev: false - /make-fetch-happen@11.1.1: + make-fetch-happen@11.1.1: resolution: { integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - agentkeepalive: 4.5.0 - cacache: 17.1.4 - http-cache-semantics: 4.1.1 - http-proxy-agent: 5.0.0 - https-proxy-agent: 5.0.1 - is-lambda: 1.0.1 - lru-cache: 7.18.3 - minipass: 5.0.0 - minipass-fetch: 3.0.4 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 0.6.3 - promise-retry: 2.0.1 - socks-proxy-agent: 7.0.0 - ssri: 10.0.5 - transitivePeerDependencies: - - supports-color - dev: true - /make-fetch-happen@13.0.0: + make-fetch-happen@13.0.0: resolution: { integrity: sha512-7ThobcL8brtGo9CavByQrQi+23aIfgYU++wg4B87AIS8Rb2ZBt/MEaDqzA00Xwv/jUjAjYkLHjVolYuTLKda2A==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@npmcli/agent": 2.2.0 - cacache: 18.0.1 - http-cache-semantics: 4.1.1 - is-lambda: 1.0.1 - minipass: 7.0.3 - minipass-fetch: 3.0.4 - minipass-flush: 1.0.5 - minipass-pipeline: 1.2.4 - negotiator: 0.6.3 - promise-retry: 2.0.1 - ssri: 10.0.5 - transitivePeerDependencies: - - supports-color - dev: true - /makeerror@1.0.12: + makeerror@1.0.12: resolution: { integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==, } - dependencies: - tmpl: 1.0.5 - dev: true - /map-obj@1.0.1: + map-obj@1.0.1: resolution: { integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==, } engines: { node: ">=0.10.0" } - dev: true - /map-obj@4.3.0: + map-obj@4.3.0: resolution: { integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==, } engines: { node: ">=8" } - dev: true - /map-or-similar@1.5.0: + map-or-similar@1.5.0: resolution: { integrity: sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==, } - dev: true - /markdown-table@3.0.3: + markdown-table@3.0.3: resolution: { integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==, } - dev: false - /markdown-to-jsx@7.3.2(react@18.2.0): + markdown-to-jsx@7.3.2: resolution: { integrity: sha512-B+28F5ucp83aQm+OxNrPkS8z0tMKaeHiy0lHJs3LqCyDQFtWuenaIrkaVTgAm1pf1AU85LXltva86hlaT17i8Q==, @@ -20684,661 +13325,359 @@ packages: engines: { node: ">= 10" } peerDependencies: react: ">= 0.14.0" - dependencies: - react: 18.2.0 - dev: true - /matched@0.4.4: + matched@0.4.4: resolution: { integrity: sha512-zpasnbB5vQkvb0nfcKV0zEoGgMtV7atlWR1Vk3E8tEKh6EicMseKtVV+5vc+zsZwvDlcNMKlKK/CVOEeAalYRQ==, } engines: { node: ">= 0.12.0" } - dependencies: - arr-union: 3.1.0 - async-array-reduce: 0.2.1 - extend-shallow: 2.0.1 - fs-exists-sync: 0.1.0 - glob: 7.2.3 - has-glob: 0.1.1 - is-valid-glob: 0.3.0 - lazy-cache: 2.0.2 - resolve-dir: 0.1.1 - dev: false - /mdast-util-definitions@4.0.0: + mdast-util-definitions@4.0.0: resolution: { integrity: sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==, } - dependencies: - unist-util-visit: 2.0.3 - dev: true - /mdast-util-definitions@5.1.2: + mdast-util-definitions@5.1.2: resolution: { integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==, } - dependencies: - "@types/mdast": 3.0.13 - "@types/unist": 2.0.7 - unist-util-visit: 4.1.2 - dev: false - /mdast-util-find-and-replace@3.0.1: + mdast-util-find-and-replace@3.0.1: resolution: { integrity: sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==, } - dependencies: - "@types/mdast": 4.0.0 - escape-string-regexp: 5.0.0 - unist-util-is: 6.0.0 - unist-util-visit-parents: 6.0.1 - dev: false - /mdast-util-from-markdown@2.0.0: + mdast-util-from-markdown@2.0.0: resolution: { integrity: sha512-n7MTOr/z+8NAX/wmhhDji8O3bRvPTV/U0oTCaZJkjhPSKTPhS3xufVhKGF8s1pJ7Ox4QgoIU7KHseh09S+9rTA==, } - dependencies: - "@types/mdast": 4.0.0 - "@types/unist": 3.0.0 - decode-named-character-reference: 1.0.2 - devlop: 1.1.0 - mdast-util-to-string: 4.0.0 - micromark: 4.0.0 - micromark-util-decode-numeric-character-reference: 2.0.0 - micromark-util-decode-string: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - unist-util-stringify-position: 4.0.0 - transitivePeerDependencies: - - supports-color - dev: false - /mdast-util-gfm-autolink-literal@2.0.0: + mdast-util-gfm-autolink-literal@2.0.0: resolution: { integrity: sha512-FyzMsduZZHSc3i0Px3PQcBT4WJY/X/RCtEJKuybiC6sjPqLv7h1yqAkmILZtuxMSsUyaLUWNp71+vQH2zqp5cg==, } - dependencies: - "@types/mdast": 4.0.0 - ccount: 2.0.1 - devlop: 1.1.0 - mdast-util-find-and-replace: 3.0.1 - micromark-util-character: 2.0.1 - dev: false - /mdast-util-gfm-footnote@2.0.0: + mdast-util-gfm-footnote@2.0.0: resolution: { integrity: sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==, } - dependencies: - "@types/mdast": 4.0.0 - devlop: 1.1.0 - mdast-util-from-markdown: 2.0.0 - mdast-util-to-markdown: 2.1.0 - micromark-util-normalize-identifier: 2.0.0 - transitivePeerDependencies: - - supports-color - dev: false - /mdast-util-gfm-strikethrough@2.0.0: + mdast-util-gfm-strikethrough@2.0.0: resolution: { integrity: sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==, } - dependencies: - "@types/mdast": 4.0.0 - mdast-util-from-markdown: 2.0.0 - mdast-util-to-markdown: 2.1.0 - transitivePeerDependencies: - - supports-color - dev: false - /mdast-util-gfm-table@2.0.0: + mdast-util-gfm-table@2.0.0: resolution: { integrity: sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==, } - dependencies: - "@types/mdast": 4.0.0 - devlop: 1.1.0 - markdown-table: 3.0.3 - mdast-util-from-markdown: 2.0.0 - mdast-util-to-markdown: 2.1.0 - transitivePeerDependencies: - - supports-color - dev: false - /mdast-util-gfm-task-list-item@2.0.0: + mdast-util-gfm-task-list-item@2.0.0: resolution: { integrity: sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==, } - dependencies: - "@types/mdast": 4.0.0 - devlop: 1.1.0 - mdast-util-from-markdown: 2.0.0 - mdast-util-to-markdown: 2.1.0 - transitivePeerDependencies: - - supports-color - dev: false - /mdast-util-gfm@3.0.0: + mdast-util-gfm@3.0.0: resolution: { integrity: sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==, } - dependencies: - mdast-util-from-markdown: 2.0.0 - mdast-util-gfm-autolink-literal: 2.0.0 - mdast-util-gfm-footnote: 2.0.0 - mdast-util-gfm-strikethrough: 2.0.0 - mdast-util-gfm-table: 2.0.0 - mdast-util-gfm-task-list-item: 2.0.0 - mdast-util-to-markdown: 2.1.0 - transitivePeerDependencies: - - supports-color - dev: false - /mdast-util-phrasing@4.0.0: + mdast-util-phrasing@4.0.0: resolution: { integrity: sha512-xadSsJayQIucJ9n053dfQwVu1kuXg7jCTdYsMK8rqzKZh52nLfSH/k0sAxE0u+pj/zKZX+o5wB+ML5mRayOxFA==, } - dependencies: - "@types/mdast": 4.0.0 - unist-util-is: 6.0.0 - dev: false - /mdast-util-to-hast@13.0.2: + mdast-util-to-hast@13.0.2: resolution: { integrity: sha512-U5I+500EOOw9e3ZrclN3Is3fRpw8c19SMyNZlZ2IS+7vLsNzb2Om11VpIVOR+/0137GhZsFEF6YiKD5+0Hr2Og==, } - dependencies: - "@types/hast": 3.0.1 - "@types/mdast": 4.0.2 - "@ungap/structured-clone": 1.2.0 - devlop: 1.1.0 - micromark-util-sanitize-uri: 2.0.0 - trim-lines: 3.0.1 - unist-util-position: 5.0.0 - unist-util-visit: 5.0.0 - dev: false - /mdast-util-to-markdown@2.1.0: + mdast-util-to-markdown@2.1.0: resolution: { integrity: sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==, } - dependencies: - "@types/mdast": 4.0.0 - "@types/unist": 3.0.0 - longest-streak: 3.1.0 - mdast-util-phrasing: 4.0.0 - mdast-util-to-string: 4.0.0 - micromark-util-decode-string: 2.0.0 - unist-util-visit: 5.0.0 - zwitch: 2.0.4 - dev: false - /mdast-util-to-string@1.1.0: + mdast-util-to-string@1.1.0: resolution: { integrity: sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==, } - dev: true - /mdast-util-to-string@4.0.0: + mdast-util-to-string@4.0.0: resolution: { integrity: sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==, } - dependencies: - "@types/mdast": 4.0.0 - dev: false - /mdn-data@2.0.14: + mdn-data@2.0.14: resolution: { integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==, } - dev: false - /media-typer@0.3.0: + media-typer@0.3.0: resolution: { integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==, } engines: { node: ">= 0.6" } - /memoize-one@6.0.0: + memoize-one@6.0.0: resolution: { integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==, } - dev: false - /memoizerific@1.11.3: + memoizerific@1.11.3: resolution: { integrity: sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==, } - dependencies: - map-or-similar: 1.5.0 - dev: true - /meow@8.1.2: + meow@8.1.2: resolution: { integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==, } engines: { node: ">=10" } - dependencies: - "@types/minimist": 1.2.2 - camelcase-keys: 6.2.2 - decamelize-keys: 1.1.1 - hard-rejection: 2.1.0 - minimist-options: 4.1.0 - normalize-package-data: 3.0.3 - read-pkg-up: 7.0.1 - redent: 3.0.0 - trim-newlines: 3.0.1 - type-fest: 0.18.1 - yargs-parser: 20.2.9 - dev: true - /merge-descriptors@1.0.1: + merge-descriptors@1.0.1: resolution: { integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==, } - /merge-stream@2.0.0: + merge-stream@2.0.0: resolution: { integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==, } - /merge2@1.4.1: + merge2@1.4.1: resolution: { integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, } engines: { node: ">= 8" } - /methods@1.1.2: + methods@1.1.2: resolution: { integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==, } engines: { node: ">= 0.6" } - /micromark-core-commonmark@2.0.0: + micromark-core-commonmark@2.0.0: resolution: { integrity: sha512-jThOz/pVmAYUtkroV3D5c1osFXAMv9e0ypGDOIZuCeAe91/sD6BoE2Sjzt30yuXtwOYUmySOhMas/PVyh02itA==, } - dependencies: - decode-named-character-reference: 1.0.2 - devlop: 1.1.0 - micromark-factory-destination: 2.0.0 - micromark-factory-label: 2.0.0 - micromark-factory-space: 2.0.0 - micromark-factory-title: 2.0.0 - micromark-factory-whitespace: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-chunked: 2.0.0 - micromark-util-classify-character: 2.0.0 - micromark-util-html-tag-name: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-resolve-all: 2.0.0 - micromark-util-subtokenize: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-extension-gfm-autolink-literal@2.0.0: + micromark-extension-gfm-autolink-literal@2.0.0: resolution: { integrity: sha512-rTHfnpt/Q7dEAK1Y5ii0W8bhfJlVJFnJMHIPisfPK3gpVNuOP0VnRl96+YJ3RYWV/P4gFeQoGKNlT3RhuvpqAg==, } - dependencies: - micromark-util-character: 2.0.1 - micromark-util-sanitize-uri: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-extension-gfm-footnote@2.0.0: + micromark-extension-gfm-footnote@2.0.0: resolution: { integrity: sha512-6Rzu0CYRKDv3BfLAUnZsSlzx3ak6HAoI85KTiijuKIz5UxZxbUI+pD6oHgw+6UtQuiRwnGRhzMmPRv4smcz0fg==, } - dependencies: - devlop: 1.1.0 - micromark-core-commonmark: 2.0.0 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-sanitize-uri: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-extension-gfm-strikethrough@2.0.0: + micromark-extension-gfm-strikethrough@2.0.0: resolution: { integrity: sha512-c3BR1ClMp5fxxmwP6AoOY2fXO9U8uFMKs4ADD66ahLTNcwzSCyRVU4k7LPV5Nxo/VJiR4TdzxRQY2v3qIUceCw==, } - dependencies: - devlop: 1.1.0 - micromark-util-chunked: 2.0.0 - micromark-util-classify-character: 2.0.0 - micromark-util-resolve-all: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-extension-gfm-table@2.0.0: + micromark-extension-gfm-table@2.0.0: resolution: { integrity: sha512-PoHlhypg1ItIucOaHmKE8fbin3vTLpDOUg8KAr8gRCF1MOZI9Nquq2i/44wFvviM4WuxJzc3demT8Y3dkfvYrw==, } - dependencies: - devlop: 1.1.0 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-extension-gfm-tagfilter@2.0.0: + micromark-extension-gfm-tagfilter@2.0.0: resolution: { integrity: sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==, } - dependencies: - micromark-util-types: 2.0.0 - dev: false - /micromark-extension-gfm-task-list-item@2.0.1: + micromark-extension-gfm-task-list-item@2.0.1: resolution: { integrity: sha512-cY5PzGcnULaN5O7T+cOzfMoHjBW7j+T9D2sucA5d/KbsBTPcYdebm9zUd9zzdgJGCwahV+/W78Z3nbulBYVbTw==, } - dependencies: - devlop: 1.1.0 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-extension-gfm@3.0.0: + micromark-extension-gfm@3.0.0: resolution: { integrity: sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==, } - dependencies: - micromark-extension-gfm-autolink-literal: 2.0.0 - micromark-extension-gfm-footnote: 2.0.0 - micromark-extension-gfm-strikethrough: 2.0.0 - micromark-extension-gfm-table: 2.0.0 - micromark-extension-gfm-tagfilter: 2.0.0 - micromark-extension-gfm-task-list-item: 2.0.1 - micromark-util-combine-extensions: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-destination@2.0.0: + micromark-factory-destination@2.0.0: resolution: { integrity: sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==, } - dependencies: - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-label@2.0.0: + micromark-factory-label@2.0.0: resolution: { integrity: sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==, } - dependencies: - devlop: 1.1.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-space@2.0.0: + micromark-factory-space@2.0.0: resolution: { integrity: sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==, } - dependencies: - micromark-util-character: 2.0.1 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-title@2.0.0: + micromark-factory-title@2.0.0: resolution: { integrity: sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==, } - dependencies: - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-factory-whitespace@2.0.0: + micromark-factory-whitespace@2.0.0: resolution: { integrity: sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==, } - dependencies: - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-character@2.0.1: + micromark-util-character@2.0.1: resolution: { integrity: sha512-3wgnrmEAJ4T+mGXAUfMvMAbxU9RDG43XmGce4j6CwPtVxB3vfwXSZ6KhFwDzZ3mZHhmPimMAXg71veiBGzeAZw==, } - dependencies: - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-chunked@2.0.0: + micromark-util-chunked@2.0.0: resolution: { integrity: sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==, } - dependencies: - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-classify-character@2.0.0: + micromark-util-classify-character@2.0.0: resolution: { integrity: sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==, } - dependencies: - micromark-util-character: 2.0.1 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-combine-extensions@2.0.0: + micromark-util-combine-extensions@2.0.0: resolution: { integrity: sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==, } - dependencies: - micromark-util-chunked: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-decode-numeric-character-reference@2.0.0: + micromark-util-decode-numeric-character-reference@2.0.0: resolution: { integrity: sha512-pIgcsGxpHEtTG/rPJRz/HOLSqp5VTuIIjXlPI+6JSDlK2oljApusG6KzpS8AF0ENUMCHlC/IBb5B9xdFiVlm5Q==, } - dependencies: - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-decode-string@2.0.0: + micromark-util-decode-string@2.0.0: resolution: { integrity: sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==, } - dependencies: - decode-named-character-reference: 1.0.2 - micromark-util-character: 2.0.1 - micromark-util-decode-numeric-character-reference: 2.0.0 - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-encode@2.0.0: + micromark-util-encode@2.0.0: resolution: { integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==, } - dev: false - /micromark-util-html-tag-name@2.0.0: + micromark-util-html-tag-name@2.0.0: resolution: { integrity: sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==, } - dev: false - /micromark-util-normalize-identifier@2.0.0: + micromark-util-normalize-identifier@2.0.0: resolution: { integrity: sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==, } - dependencies: - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-resolve-all@2.0.0: + micromark-util-resolve-all@2.0.0: resolution: { integrity: sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==, } - dependencies: - micromark-util-types: 2.0.0 - dev: false - /micromark-util-sanitize-uri@2.0.0: + micromark-util-sanitize-uri@2.0.0: resolution: { integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==, } - dependencies: - micromark-util-character: 2.0.1 - micromark-util-encode: 2.0.0 - micromark-util-symbol: 2.0.0 - dev: false - /micromark-util-subtokenize@2.0.0: + micromark-util-subtokenize@2.0.0: resolution: { integrity: sha512-vc93L1t+gpR3p8jxeVdaYlbV2jTYteDje19rNSS/H5dlhxUYll5Fy6vJ2cDwP8RnsXi818yGty1ayP55y3W6fg==, } - dependencies: - devlop: 1.1.0 - micromark-util-chunked: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - dev: false - /micromark-util-symbol@2.0.0: + micromark-util-symbol@2.0.0: resolution: { integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==, } - dev: false - /micromark-util-types@2.0.0: + micromark-util-types@2.0.0: resolution: { integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==, } - dev: false - /micromark@4.0.0: + micromark@4.0.0: resolution: { integrity: sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==, } - dependencies: - "@types/debug": 4.1.8 - debug: 4.3.4 - decode-named-character-reference: 1.0.2 - devlop: 1.1.0 - micromark-core-commonmark: 2.0.0 - micromark-factory-space: 2.0.0 - micromark-util-character: 2.0.1 - micromark-util-chunked: 2.0.0 - micromark-util-combine-extensions: 2.0.0 - micromark-util-decode-numeric-character-reference: 2.0.0 - micromark-util-encode: 2.0.0 - micromark-util-normalize-identifier: 2.0.0 - micromark-util-resolve-all: 2.0.0 - micromark-util-sanitize-uri: 2.0.0 - micromark-util-subtokenize: 2.0.0 - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - transitivePeerDependencies: - - supports-color - dev: false - /micromatch@4.0.5: + micromatch@4.0.5: resolution: { integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, } engines: { node: ">=8.6" } - dependencies: - braces: 3.0.2 - picomatch: 2.3.1 - /mime-db@1.52.0: + micromatch@4.0.7: + resolution: + { + integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==, + } + engines: { node: ">=8.6" } + + mime-db@1.52.0: resolution: { integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, } engines: { node: ">= 0.6" } - /mime-types@2.1.35: + mime-types@2.1.35: resolution: { integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, } engines: { node: ">= 0.6" } - dependencies: - mime-db: 1.52.0 - /mime@1.6.0: + mime@1.6.0: resolution: { integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==, @@ -21346,253 +13685,198 @@ packages: engines: { node: ">=4" } hasBin: true - /mime@2.6.0: + mime@2.6.0: resolution: { integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==, } engines: { node: ">=4.0.0" } hasBin: true - dev: true - /mimic-fn@2.1.0: + mimic-fn@2.1.0: resolution: { integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, } engines: { node: ">=6" } - /mimic-fn@4.0.0: + mimic-fn@4.0.0: resolution: { integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==, } engines: { node: ">=12" } - dev: true - /mimic-response@1.0.1: + mimic-response@1.0.1: resolution: { integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==, } engines: { node: ">=4" } - dev: true - /mimic-response@3.1.0: + mimic-response@3.1.0: resolution: { integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==, } engines: { node: ">=10" } - /min-indent@1.0.1: + min-indent@1.0.1: resolution: { integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==, } engines: { node: ">=4" } - /minimatch@3.0.5: + minimatch@3.0.5: resolution: { integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==, } - dependencies: - brace-expansion: 1.1.11 - dev: true - /minimatch@3.1.2: + minimatch@3.1.2: resolution: { integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, } - dependencies: - brace-expansion: 1.1.11 - /minimatch@5.1.6: + minimatch@5.1.6: resolution: { integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==, } engines: { node: ">=10" } - dependencies: - brace-expansion: 2.0.1 - /minimatch@8.0.4: + minimatch@8.0.4: resolution: { integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==, } engines: { node: ">=16 || 14 >=14.17" } - dependencies: - brace-expansion: 2.0.1 - dev: true - /minimatch@9.0.3: + minimatch@9.0.3: resolution: { integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, } engines: { node: ">=16 || 14 >=14.17" } - dependencies: - brace-expansion: 2.0.1 - /minimist-options@4.1.0: + minimist-options@4.1.0: resolution: { integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, } engines: { node: ">= 6" } - dependencies: - arrify: 1.0.1 - is-plain-obj: 1.1.0 - kind-of: 6.0.3 - dev: true - /minimist@1.2.8: + minimist@1.2.8: resolution: { integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==, } - /minipass-collect@1.0.2: + minipass-collect@1.0.2: resolution: { integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==, } engines: { node: ">= 8" } - dependencies: - minipass: 3.3.6 - dev: true - /minipass-collect@2.0.1: + minipass-collect@2.0.1: resolution: { integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==, } engines: { node: ">=16 || 14 >=14.17" } - dependencies: - minipass: 7.0.3 - dev: true - /minipass-fetch@3.0.4: + minipass-fetch@3.0.4: resolution: { integrity: sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - minipass: 7.0.3 - minipass-sized: 1.0.3 - minizlib: 2.1.2 - optionalDependencies: - encoding: 0.1.13 - dev: true - /minipass-flush@1.0.5: + minipass-flush@1.0.5: resolution: { integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==, } engines: { node: ">= 8" } - dependencies: - minipass: 3.3.6 - dev: true - /minipass-json-stream@1.0.1: + minipass-json-stream@1.0.1: resolution: { integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==, } - dependencies: - jsonparse: 1.3.1 - minipass: 3.3.6 - dev: true - /minipass-pipeline@1.2.4: + minipass-pipeline@1.2.4: resolution: { integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==, } engines: { node: ">=8" } - dependencies: - minipass: 3.3.6 - dev: true - /minipass-sized@1.0.3: + minipass-sized@1.0.3: resolution: { integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==, } engines: { node: ">=8" } - dependencies: - minipass: 3.3.6 - dev: true - /minipass@3.3.6: + minipass@3.3.6: resolution: { integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==, } engines: { node: ">=8" } - dependencies: - yallist: 4.0.0 - /minipass@4.2.8: + minipass@4.2.8: resolution: { integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==, } engines: { node: ">=8" } - dev: true - /minipass@5.0.0: + minipass@5.0.0: resolution: { integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==, } engines: { node: ">=8" } - /minipass@7.0.3: + minipass@7.0.3: resolution: { integrity: sha512-LhbbwCfz3vsb12j/WkWQPZfKTsgqIe1Nf/ti1pKjYESGLHIVjWU96G9/ljLH4F9mWNVhlQOm0VySdAWzf05dpg==, } engines: { node: ">=16 || 14 >=14.17" } - /minizlib@2.1.2: + minizlib@2.1.2: resolution: { integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==, } engines: { node: ">= 8" } - dependencies: - minipass: 3.3.6 - yallist: 4.0.0 - /mitt@3.0.1: + mitt@3.0.1: resolution: { integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==, } - dev: false - /mkdirp-classic@0.5.3: + mkdirp-classic@0.5.3: resolution: { integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==, } - /mkdirp@0.5.6: + mkdirp@0.5.6: resolution: { integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==, } hasBin: true - dependencies: - minimist: 1.2.8 - /mkdirp@1.0.4: + mkdirp@1.0.4: resolution: { integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==, @@ -21600,125 +13884,91 @@ packages: engines: { node: ">=10" } hasBin: true - /mlly@1.4.0: + mlly@1.4.0: resolution: { integrity: sha512-ua8PAThnTwpprIaU47EPeZ/bPUVp2QYBbWMphUQpVdBI3Lgqzm5KZQ45Agm3YJedHXaIHl6pBGabaLSUPPSptg==, } - dependencies: - acorn: 8.10.0 - pathe: 1.1.1 - pkg-types: 1.0.3 - ufo: 1.2.0 - dev: true - /modify-values@1.0.1: + modify-values@1.0.1: resolution: { integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==, } engines: { node: ">=0.10.0" } - dev: true - /monaco-editor@0.44.0: + monaco-editor@0.44.0: resolution: { integrity: sha512-5SmjNStN6bSuSE5WPT2ZV+iYn1/yI9sd4Igtk23ChvqB7kDk9lZbB9F5frsuvpB+2njdIeGGFf2G4gbE6rCC9Q==, } - /mri@1.2.0: + mri@1.2.0: resolution: { integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==, } engines: { node: ">=4" } - dev: true - /ms@2.0.0: + ms@2.0.0: resolution: { integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==, } - /ms@2.1.2: + ms@2.1.2: resolution: { integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, } - /ms@2.1.3: + ms@2.1.3: resolution: { integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==, } - /multer@1.4.5-lts.1: + multer@1.4.5-lts.1: resolution: { integrity: sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==, } engines: { node: ">= 6.0.0" } - dependencies: - append-field: 1.0.0 - busboy: 1.6.0 - concat-stream: 1.6.2 - mkdirp: 0.5.6 - object-assign: 4.1.1 - type-is: 1.6.18 - xtend: 4.0.2 - dev: false - /multimatch@5.0.0: + multimatch@5.0.0: resolution: { integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==, } engines: { node: ">=10" } - dependencies: - "@types/minimatch": 3.0.5 - array-differ: 3.0.0 - array-union: 2.1.0 - arrify: 2.0.1 - minimatch: 3.1.2 - dev: true - /mute-stream@0.0.8: + mute-stream@0.0.8: resolution: { integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==, } - dev: true - /mute-stream@1.0.0: + mute-stream@1.0.0: resolution: { integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /mxcn@2.0.0: + mxcn@2.0.0: resolution: { integrity: sha512-v7HUffIn60+mllPxuqTzsZxAixpabEwzs/X45InZWOnT+ylJQ55fLADiwudEmqUhqH37PU3OT8mU755XIKgNgg==, } engines: { node: ">=12" } - dependencies: - clsx: 2.0.0 - tailwind-merge: 1.14.0 - dev: false - /mz@2.7.0: + mz@2.7.0: resolution: { integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==, } - dependencies: - any-promise: 1.3.0 - object-assign: 4.1.1 - thenify-all: 1.6.0 - /nano-css@5.3.5(react-dom@18.2.0)(react@18.2.0): + nano-css@5.3.5: resolution: { integrity: sha512-vSB9X12bbNu4ALBu7nigJgRViZ6ja3OU7CeuiV1zMIbXOdmkLahgtPmh3GBOlDxbKY0CitqlPdOReGlBLSp+yg==, @@ -21726,20 +13976,8 @@ packages: peerDependencies: react: "*" react-dom: "*" - dependencies: - css-tree: 1.1.3 - csstype: 3.1.2 - fastest-stable-stringify: 2.0.2 - inline-style-prefixer: 6.0.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - rtl-css-js: 1.16.1 - sourcemap-codec: 1.4.8 - stacktrace-js: 2.0.2 - stylis: 4.3.0 - dev: false - /nanoid@3.3.6: + nanoid@3.3.6: resolution: { integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==, @@ -21747,67 +13985,46 @@ packages: engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true - /napi-build-utils@1.0.2: + napi-build-utils@1.0.2: resolution: { integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==, } - dev: false - /natural-compare@1.4.0: + natural-compare@1.4.0: resolution: { integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==, } - /negotiator@0.6.3: + negotiator@0.6.3: resolution: { integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==, } engines: { node: ">= 0.6" } - /neo-async@2.6.2: + neo-async@2.6.2: resolution: { integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==, } - dev: true - /netmask@2.0.2: + netmask@2.0.2: resolution: { integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==, } engines: { node: ">= 0.4.0" } - dev: false - /new-github-issue-url@0.2.1: + new-github-issue-url@0.2.1: resolution: { integrity: sha512-md4cGoxuT4T4d/HDOXbrUHkTKrp/vp+m3aOA7XXVYwNsUNMK49g3SQicTSeV5GIz/5QVGAeYRAOlyp9OvlgsYA==, } engines: { node: ">=10" } - dev: false - - /next-intl@2.22.1(next@13.4.13)(react@18.2.0): - resolution: - { - integrity: sha512-mg3CXfQRtG0lTS2zyRyTsYIl6ujQi2mAN0Xdmprce9ecUVKNOmHaMMsXOIPgFv1l+O80CavWo7m9rUfj7Zbr8w==, - } - engines: { node: ">=10" } - peerDependencies: - next: ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@formatjs/intl-localematcher": 0.2.32 - negotiator: 0.6.3 - next: 13.4.13(@babel/core@7.22.11)(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - use-intl: 2.22.1(react@18.2.0) - dev: false - /next-intl@2.22.1(next@14.0.3)(react@18.2.0): + next-intl@2.22.1: resolution: { integrity: sha512-mg3CXfQRtG0lTS2zyRyTsYIl6ujQi2mAN0Xdmprce9ecUVKNOmHaMMsXOIPgFv1l+O80CavWo7m9rUfj7Zbr8w==, @@ -21816,15 +14033,8 @@ packages: peerDependencies: next: ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@formatjs/intl-localematcher": 0.2.32 - negotiator: 0.6.3 - next: 14.0.3(react-dom@18.2.0)(react@18.2.0)(sass@1.69.5) - react: 18.2.0 - use-intl: 2.22.1(react@18.2.0) - dev: false - /next@13.4.13(@babel/core@7.22.11)(react-dom@18.2.0)(react@18.2.0): + next@13.4.13: resolution: { integrity: sha512-A3YVbVDNeXLhWsZ8Nf6IkxmNlmTNz0yVg186NJ97tGZqPDdPzTrHotJ+A1cuJm2XfuWPrKOUZILl5iBQkIf8Jw==, @@ -21841,33 +14051,8 @@ packages: optional: true sass: optional: true - dependencies: - "@next/env": 13.4.13 - "@swc/helpers": 0.5.1 - busboy: 1.6.0 - caniuse-lite: 1.0.30001522 - postcss: 8.4.31 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.22.11)(react@18.2.0) - watchpack: 2.4.0 - zod: 3.22.4 - optionalDependencies: - "@next/swc-darwin-arm64": 13.4.13 - "@next/swc-darwin-x64": 13.4.13 - "@next/swc-linux-arm64-gnu": 13.4.13 - "@next/swc-linux-arm64-musl": 13.4.13 - "@next/swc-linux-x64-gnu": 13.4.13 - "@next/swc-linux-x64-musl": 13.4.13 - "@next/swc-win32-arm64-msvc": 13.4.13 - "@next/swc-win32-ia32-msvc": 13.4.13 - "@next/swc-win32-x64-msvc": 13.4.13 - transitivePeerDependencies: - - "@babel/core" - - babel-plugin-macros - dev: false - /next@14.0.3(react-dom@18.2.0)(react@18.2.0)(sass@1.69.5): + next@14.0.3: resolution: { integrity: sha512-AbYdRNfImBr3XGtvnwOxq8ekVCwbFTv/UJoLwmaX89nk9i051AEY4/HAWzU0YpaTDw8IofUpmuIlvzWF13jxIw==, @@ -21884,95 +14069,52 @@ packages: optional: true sass: optional: true - dependencies: - "@next/env": 14.0.3 - "@swc/helpers": 0.5.2 - busboy: 1.6.0 - caniuse-lite: 1.0.30001538 - postcss: 8.4.31 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - sass: 1.69.5 - styled-jsx: 5.1.1(@babel/core@7.22.11)(react@18.2.0) - watchpack: 2.4.0 - optionalDependencies: - "@next/swc-darwin-arm64": 14.0.3 - "@next/swc-darwin-x64": 14.0.3 - "@next/swc-linux-arm64-gnu": 14.0.3 - "@next/swc-linux-arm64-musl": 14.0.3 - "@next/swc-linux-x64-gnu": 14.0.3 - "@next/swc-linux-x64-musl": 14.0.3 - "@next/swc-win32-arm64-msvc": 14.0.3 - "@next/swc-win32-ia32-msvc": 14.0.3 - "@next/swc-win32-x64-msvc": 14.0.3 - transitivePeerDependencies: - - "@babel/core" - - babel-plugin-macros - /no-case@3.0.4: + no-case@3.0.4: resolution: { integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==, } - dependencies: - lower-case: 2.0.2 - tslib: 2.6.2 - dev: false - /node-abi@3.47.0: + node-abi@3.47.0: resolution: { integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==, } engines: { node: ">=10" } - dependencies: - semver: 7.5.4 - dev: false - /node-addon-api@5.1.0: + node-addon-api@5.1.0: resolution: { integrity: sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==, } - dev: false - /node-addon-api@6.1.0: + node-addon-api@6.1.0: resolution: { integrity: sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==, } - dev: false - /node-dir@0.1.17: + node-dir@0.1.17: resolution: { integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==, } engines: { node: ">= 0.10.5" } - dependencies: - minimatch: 3.1.2 - dev: true - /node-emoji@2.1.0: + node-emoji@2.1.0: resolution: { integrity: sha512-tcsBm9C6FmPN5Wo7OjFi9lgMyJjvkAeirmjR/ax8Ttfqy4N8PoFic26uqFTIgayHPNI5FH4ltUvfh9kHzwcK9A==, } - dependencies: - "@sindresorhus/is": 3.1.2 - char-regex: 1.0.2 - emojilib: 2.4.0 - skin-tone: 2.0.0 - dev: false - /node-fetch-native@1.4.0: + node-fetch-native@1.4.0: resolution: { integrity: sha512-F5kfEj95kX8tkDhUCYdV8dg3/8Olx/94zB8+ZNthFs6Bz31UpUi8Xh40TN3thLwXgrwXry1pEg9lJ++tLWTcqA==, } - dev: true - /node-fetch@2.6.12: + node-fetch@2.6.12: resolution: { integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==, @@ -21983,11 +14125,8 @@ packages: peerDependenciesMeta: encoding: optional: true - dependencies: - whatwg-url: 5.0.0 - dev: false - /node-fetch@2.6.7: + node-fetch@2.6.7: resolution: { integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==, @@ -21998,11 +14137,8 @@ packages: peerDependenciesMeta: encoding: optional: true - dependencies: - whatwg-url: 5.0.0 - dev: true - /node-fetch@2.7.0: + node-fetch@2.7.0: resolution: { integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==, @@ -22013,450 +14149,284 @@ packages: peerDependenciesMeta: encoding: optional: true - dependencies: - whatwg-url: 5.0.0 - /node-gyp@10.0.1: + node-gyp@10.0.1: resolution: { integrity: sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg==, } engines: { node: ^16.14.0 || >=18.0.0 } hasBin: true - dependencies: - env-paths: 2.2.1 - exponential-backoff: 3.1.1 - glob: 10.3.10 - graceful-fs: 4.2.11 - make-fetch-happen: 13.0.0 - nopt: 7.2.0 - proc-log: 3.0.0 - semver: 7.5.4 - tar: 6.1.15 - which: 4.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /node-int64@0.4.0: + node-int64@0.4.0: resolution: { integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==, } - dev: true - /node-machine-id@1.1.12: + node-machine-id@1.1.12: resolution: { integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==, } - dev: true - /node-preload@0.2.1: + node-preload@0.2.1: resolution: { integrity: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==, } engines: { node: ">=8" } - dependencies: - process-on-spawn: 1.0.0 - dev: true - /node-releases@2.0.13: + node-releases@2.0.13: resolution: { integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==, } - /nodemon@3.0.1: + nodemon@3.0.1: resolution: { integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==, } engines: { node: ">=10" } hasBin: true - dependencies: - chokidar: 3.5.3 - debug: 3.2.7(supports-color@5.5.0) - ignore-by-default: 1.0.1 - minimatch: 3.1.2 - pstree.remy: 1.1.8 - semver: 7.5.4 - simple-update-notifier: 2.0.0 - supports-color: 5.5.0 - touch: 3.1.0 - undefsafe: 2.0.5 - dev: false - /nookies@2.5.2: + nookies@2.5.2: resolution: { integrity: sha512-x0TRSaosAEonNKyCrShoUaJ5rrT5KHRNZ5DwPCuizjgrnkpE5DRf3VL7AyyQin4htict92X1EQ7ejDbaHDVdYA==, } - dependencies: - cookie: 0.4.2 - set-cookie-parser: 2.6.0 - dev: false - /nopt@1.0.10: + nopt@1.0.10: resolution: { integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==, } hasBin: true - dependencies: - abbrev: 1.1.1 - dev: false - /nopt@5.0.0: + nopt@5.0.0: resolution: { integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==, } engines: { node: ">=6" } hasBin: true - dependencies: - abbrev: 1.1.1 - dev: false - /nopt@7.2.0: + nopt@7.2.0: resolution: { integrity: sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true - dependencies: - abbrev: 2.0.0 - dev: true - /normalize-package-data@2.5.0: + normalize-package-data@2.5.0: resolution: { integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==, } - dependencies: - hosted-git-info: 2.8.9 - resolve: 1.22.8 - semver: 5.7.2 - validate-npm-package-license: 3.0.4 - /normalize-package-data@3.0.3: + normalize-package-data@3.0.3: resolution: { integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==, } engines: { node: ">=10" } - dependencies: - hosted-git-info: 4.1.0 - is-core-module: 2.13.0 - semver: 7.5.4 - validate-npm-package-license: 3.0.4 - dev: true - /normalize-package-data@5.0.0: + normalize-package-data@5.0.0: resolution: { integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - hosted-git-info: 6.1.1 - is-core-module: 2.13.0 - semver: 7.5.4 - validate-npm-package-license: 3.0.4 - dev: true - /normalize-package-data@6.0.0: + normalize-package-data@6.0.0: resolution: { integrity: sha512-UL7ELRVxYBHBgYEtZCXjxuD5vPxnmvMGq0jp/dGPKKrN7tfsBh2IY7TlJ15WWwdjRWD3RJbnsygUurTK3xkPkg==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - hosted-git-info: 7.0.1 - is-core-module: 2.13.0 - semver: 7.5.4 - validate-npm-package-license: 3.0.4 - dev: true - /normalize-path@3.0.0: + normalize-path@3.0.0: resolution: { integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, } engines: { node: ">=0.10.0" } - /normalize-range@0.1.2: + normalize-range@0.1.2: resolution: { integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==, } engines: { node: ">=0.10.0" } - /normalize-url@6.1.0: + normalize-url@6.1.0: resolution: { integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==, } engines: { node: ">=10" } - dev: true - /npm-bundled@1.1.2: + npm-bundled@1.1.2: resolution: { integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==, } - dependencies: - npm-normalize-package-bin: 1.0.1 - dev: true - /npm-bundled@2.0.1: + npm-bundled@2.0.1: resolution: { integrity: sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - dependencies: - npm-normalize-package-bin: 2.0.0 - dev: false - /npm-bundled@3.0.0: + npm-bundled@3.0.0: resolution: { integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - npm-normalize-package-bin: 3.0.1 - dev: true - /npm-install-checks@6.2.0: + npm-install-checks@6.2.0: resolution: { integrity: sha512-744wat5wAAHsxa4590mWO0tJ8PKxR8ORZsH9wGpQc3nWTzozMAgBN/XyqYw7mg3yqLM8dLwEnwSfKMmXAjF69g==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - semver: 7.5.4 - dev: true - /npm-normalize-package-bin@1.0.1: + npm-normalize-package-bin@1.0.1: resolution: { integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==, } - dev: true - /npm-normalize-package-bin@2.0.0: + npm-normalize-package-bin@2.0.0: resolution: { integrity: sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - dev: false - /npm-normalize-package-bin@3.0.1: + npm-normalize-package-bin@3.0.1: resolution: { integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /npm-package-arg@10.1.0: + npm-package-arg@10.1.0: resolution: { integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - hosted-git-info: 6.1.1 - proc-log: 3.0.0 - semver: 7.5.4 - validate-npm-package-name: 5.0.0 - dev: true - /npm-package-arg@11.0.1: + npm-package-arg@11.0.1: resolution: { integrity: sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - hosted-git-info: 7.0.1 - proc-log: 3.0.0 - semver: 7.5.4 - validate-npm-package-name: 5.0.0 - dev: true - /npm-package-arg@8.1.1: + npm-package-arg@8.1.1: resolution: { integrity: sha512-CsP95FhWQDwNqiYS+Q0mZ7FAEDytDZAkNxQqea6IaAFJTAY9Lhhqyl0irU/6PMc7BGfUmnsbHcqxJD7XuVM/rg==, } engines: { node: ">=10" } - dependencies: - hosted-git-info: 3.0.8 - semver: 7.5.4 - validate-npm-package-name: 3.0.0 - dev: true - /npm-packlist@5.1.1: + npm-packlist@5.1.1: resolution: { integrity: sha512-UfpSvQ5YKwctmodvPPkK6Fwk603aoVsf8AEbmVKAEECrfvL8SSe1A2YIwrJ6xmTHAITKPwwZsWo7WwEbNk0kxw==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } hasBin: true - dependencies: - glob: 8.1.0 - ignore-walk: 5.0.1 - npm-bundled: 1.1.2 - npm-normalize-package-bin: 1.0.1 - dev: true - /npm-packlist@5.1.3: + npm-packlist@5.1.3: resolution: { integrity: sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } hasBin: true - dependencies: - glob: 8.1.0 - ignore-walk: 5.0.1 - npm-bundled: 2.0.1 - npm-normalize-package-bin: 2.0.0 - dev: false - /npm-packlist@8.0.1: + npm-packlist@8.0.1: resolution: { integrity: sha512-MQpL27ZrsJQ2kiAuQPpZb5LtJwydNRnI15QWXsf3WHERu4rzjRj6Zju/My2fov7tLuu3Gle/uoIX/DDZ3u4O4Q==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - ignore-walk: 6.0.4 - dev: true - /npm-pick-manifest@9.0.0: + npm-pick-manifest@9.0.0: resolution: { integrity: sha512-VfvRSs/b6n9ol4Qb+bDwNGUXutpy76x6MARw/XssevE0TnctIKcmklJZM5Z7nqs5z5aW+0S63pgCNbpkUNNXBg==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - npm-install-checks: 6.2.0 - npm-normalize-package-bin: 3.0.1 - npm-package-arg: 11.0.1 - semver: 7.5.4 - dev: true - /npm-registry-fetch@14.0.5: + npm-registry-fetch@14.0.5: resolution: { integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - make-fetch-happen: 11.1.1 - minipass: 5.0.0 - minipass-fetch: 3.0.4 - minipass-json-stream: 1.0.1 - minizlib: 2.1.2 - npm-package-arg: 10.1.0 - proc-log: 3.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /npm-registry-fetch@16.1.0: + npm-registry-fetch@16.1.0: resolution: { integrity: sha512-PQCELXKt8Azvxnt5Y85GseQDJJlglTFM9L9U9gkv2y4e9s0k3GVDdOx3YoB6gm2Do0hlkzC39iCGXby+Wve1Bw==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - make-fetch-happen: 13.0.0 - minipass: 7.0.3 - minipass-fetch: 3.0.4 - minipass-json-stream: 1.0.1 - minizlib: 2.1.2 - npm-package-arg: 11.0.1 - proc-log: 3.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /npm-run-path@2.0.2: + npm-run-path@2.0.2: resolution: { integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==, } engines: { node: ">=4" } - dependencies: - path-key: 2.0.1 - dev: true - /npm-run-path@4.0.1: + npm-run-path@4.0.1: resolution: { integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==, } engines: { node: ">=8" } - dependencies: - path-key: 3.1.1 - /npm-run-path@5.1.0: + npm-run-path@5.1.0: resolution: { integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dependencies: - path-key: 4.0.0 - dev: true - /npmlog@5.0.1: + npmlog@5.0.1: resolution: { integrity: sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==, } - dependencies: - are-we-there-yet: 2.0.0 - console-control-strings: 1.1.0 - gauge: 3.0.2 - set-blocking: 2.0.0 - dev: false - /npmlog@6.0.2: + npmlog@6.0.2: resolution: { integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - dependencies: - are-we-there-yet: 3.0.1 - console-control-strings: 1.1.0 - gauge: 4.0.4 - set-blocking: 2.0.0 - dev: true + deprecated: This package is no longer supported. - /nprogress@0.2.0: + nprogress@0.2.0: resolution: { integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==, } - dev: false - /nx@17.2.5: + nx@17.2.5: resolution: { integrity: sha512-bMjl6V+h2Pb7k/iieebQskFqiB5Z7VQgdFJNI6ScMfoMhClWVuF+/fdhxrlN4IaiWHHnZ/KDr7h4kc7puFLr9w==, } hasBin: true - requiresBuild: true peerDependencies: "@swc-node/register": ^1.6.7 "@swc/core": ^1.3.85 @@ -22465,1278 +14435,872 @@ packages: optional: true "@swc/core": optional: true - dependencies: - "@nrwl/tao": 17.2.5 - "@yarnpkg/lockfile": 1.1.0 - "@yarnpkg/parsers": 3.0.0-rc.46 - "@zkochan/js-yaml": 0.0.6 - axios: 1.6.2 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-spinners: 2.6.1 - cliui: 8.0.1 - dotenv: 16.3.1 - dotenv-expand: 10.0.0 - enquirer: 2.3.6 - figures: 3.2.0 - flat: 5.0.2 - fs-extra: 11.1.1 - glob: 7.1.4 - ignore: 5.2.4 - jest-diff: 29.7.0 - js-yaml: 4.1.0 - jsonc-parser: 3.2.0 - lines-and-columns: 2.0.3 - minimatch: 3.0.5 - node-machine-id: 1.1.12 - npm-run-path: 4.0.1 - open: 8.4.2 - semver: 7.5.3 - string-width: 4.2.3 - strong-log-transformer: 2.1.0 - tar-stream: 2.2.0 - tmp: 0.2.1 - tsconfig-paths: 4.2.0 - tslib: 2.6.2 - yargs: 17.7.2 - yargs-parser: 21.1.1 - optionalDependencies: - "@nx/nx-darwin-arm64": 17.2.5 - "@nx/nx-darwin-x64": 17.2.5 - "@nx/nx-freebsd-x64": 17.2.5 - "@nx/nx-linux-arm-gnueabihf": 17.2.5 - "@nx/nx-linux-arm64-gnu": 17.2.5 - "@nx/nx-linux-arm64-musl": 17.2.5 - "@nx/nx-linux-x64-gnu": 17.2.5 - "@nx/nx-linux-x64-musl": 17.2.5 - "@nx/nx-win32-arm64-msvc": 17.2.5 - "@nx/nx-win32-x64-msvc": 17.2.5 - transitivePeerDependencies: - - debug - dev: true - /nyc@15.1.0: + nyc@15.1.0: resolution: { integrity: sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==, } engines: { node: ">=8.9" } hasBin: true - dependencies: - "@istanbuljs/load-nyc-config": 1.1.0 - "@istanbuljs/schema": 0.1.3 - caching-transform: 4.0.0 - convert-source-map: 1.9.0 - decamelize: 1.2.0 - find-cache-dir: 3.3.2 - find-up: 4.1.0 - foreground-child: 2.0.0 - get-package-type: 0.1.0 - glob: 7.2.3 - istanbul-lib-coverage: 3.2.0 - istanbul-lib-hook: 3.0.0 - istanbul-lib-instrument: 4.0.3 - istanbul-lib-processinfo: 2.0.3 - istanbul-lib-report: 3.0.1 - istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.6 - make-dir: 3.1.0 - node-preload: 0.2.1 - p-map: 3.0.0 - process-on-spawn: 1.0.0 - resolve-from: 5.0.0 - rimraf: 3.0.2 - signal-exit: 3.0.7 - spawn-wrap: 2.0.0 - test-exclude: 6.0.0 - yargs: 15.4.1 - transitivePeerDependencies: - - supports-color - dev: true - /object-assign@4.1.1: + object-assign@4.1.1: resolution: { integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, } engines: { node: ">=0.10.0" } - /object-hash@3.0.0: + object-hash@3.0.0: resolution: { integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==, } engines: { node: ">= 6" } - /object-inspect@1.12.3: + object-inspect@1.12.3: resolution: { integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==, } - /object-is@1.1.5: + object-is@1.1.5: resolution: { integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - dev: true - /object-keys@1.1.1: + object-keys@1.1.1: resolution: { integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, } engines: { node: ">= 0.4" } - /object.assign@4.1.4: + object.assign@4.1.4: resolution: { integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - has-symbols: 1.0.3 - object-keys: 1.1.1 - /object.entries@1.1.6: + object.entries@1.1.6: resolution: { integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - /object.fromentries@2.0.6: + object.fromentries@2.0.6: resolution: { integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - /object.groupby@1.0.0: + object.groupby@1.0.0: resolution: { integrity: sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==, } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - get-intrinsic: 1.2.1 - /object.hasown@1.1.2: + object.hasown@1.1.2: resolution: { integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==, } - dependencies: - define-properties: 1.2.0 - es-abstract: 1.22.1 - /object.values@1.1.6: + object.values@1.1.6: resolution: { integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - /on-finished@2.4.1: + on-finished@2.4.1: resolution: { integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==, } engines: { node: ">= 0.8" } - dependencies: - ee-first: 1.1.1 - /on-headers@1.0.2: + on-headers@1.0.2: resolution: { integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==, } engines: { node: ">= 0.8" } - /once@1.4.0: + once@1.4.0: resolution: { integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, } - dependencies: - wrappy: 1.0.2 - /onetime@5.1.2: + onetime@5.1.2: resolution: { integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==, } engines: { node: ">=6" } - dependencies: - mimic-fn: 2.1.0 - /onetime@6.0.0: + onetime@6.0.0: resolution: { integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==, } engines: { node: ">=12" } - dependencies: - mimic-fn: 4.0.0 - dev: true - /open@7.4.2: + open@7.4.2: resolution: { integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==, } engines: { node: ">=8" } - dependencies: - is-docker: 2.2.1 - is-wsl: 2.2.0 - dev: false - /open@8.4.2: + open@8.4.2: resolution: { integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==, } engines: { node: ">=12" } - dependencies: - define-lazy-prop: 2.0.0 - is-docker: 2.2.1 - is-wsl: 2.2.0 - dev: true - /open@9.1.0: + open@9.1.0: resolution: { integrity: sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==, } engines: { node: ">=14.16" } - dependencies: - default-browser: 4.0.0 - define-lazy-prop: 3.0.0 - is-inside-container: 1.0.0 - is-wsl: 2.2.0 - dev: true - /optionator@0.9.3: + optionator@0.9.3: resolution: { integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==, } engines: { node: ">= 0.8.0" } - dependencies: - "@aashutoshrathi/word-wrap": 1.2.6 - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.4.1 - prelude-ls: 1.2.1 - type-check: 0.4.0 - /ora@5.4.1: + ora@5.4.1: resolution: { integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==, } engines: { node: ">=10" } - dependencies: - bl: 4.1.0 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-spinners: 2.9.0 - is-interactive: 1.0.0 - is-unicode-supported: 0.1.0 - log-symbols: 4.1.0 - strip-ansi: 6.0.1 - wcwidth: 1.0.1 - dev: true - /os-filter-obj@2.0.0: + os-filter-obj@2.0.0: resolution: { integrity: sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==, } engines: { node: ">=4" } - dependencies: - arch: 2.2.0 - dev: true - /os-homedir@1.0.2: + os-homedir@1.0.2: resolution: { integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==, } engines: { node: ">=0.10.0" } - /os-tmpdir@1.0.2: + os-tmpdir@1.0.2: resolution: { integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==, } engines: { node: ">=0.10.0" } - dev: true - /otplib@12.0.1: + otplib@12.0.1: resolution: { integrity: sha512-xDGvUOQjop7RDgxTQ+o4pOol0/3xSZzawTiPKRrHnQWAy0WjhNs/5HdIDJCrqC4MBynmjXgULc6YfioaxZeFgg==, } - dependencies: - "@otplib/core": 12.0.1 - "@otplib/preset-default": 12.0.1 - "@otplib/preset-v11": 12.0.1 - dev: false - /p-cancelable@2.1.1: + p-cancelable@2.1.1: resolution: { integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==, } engines: { node: ">=8" } - dev: true - /p-filter@2.1.0: + p-filter@2.1.0: resolution: { integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==, } engines: { node: ">=8" } - dependencies: - p-map: 2.1.0 - dev: false - /p-finally@1.0.0: + p-finally@1.0.0: resolution: { integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==, } engines: { node: ">=4" } - dev: true - /p-limit@1.3.0: + p-limit@1.3.0: resolution: { integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, } engines: { node: ">=4" } - dependencies: - p-try: 1.0.0 - dev: true - /p-limit@2.3.0: + p-limit@2.3.0: resolution: { integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, } engines: { node: ">=6" } - dependencies: - p-try: 2.2.0 - /p-limit@3.1.0: + p-limit@3.1.0: resolution: { integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, } engines: { node: ">=10" } - dependencies: - yocto-queue: 0.1.0 - /p-limit@4.0.0: + p-limit@4.0.0: resolution: { integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dependencies: - yocto-queue: 1.0.0 - dev: true - /p-locate@2.0.0: + p-locate@2.0.0: resolution: { integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==, } engines: { node: ">=4" } - dependencies: - p-limit: 1.3.0 - dev: true - /p-locate@3.0.0: + p-locate@3.0.0: resolution: { integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==, } engines: { node: ">=6" } - dependencies: - p-limit: 2.3.0 - dev: true - /p-locate@4.1.0: + p-locate@4.1.0: resolution: { integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, } engines: { node: ">=8" } - dependencies: - p-limit: 2.3.0 - /p-locate@5.0.0: + p-locate@5.0.0: resolution: { integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, } engines: { node: ">=10" } - dependencies: - p-limit: 3.1.0 - /p-map-series@2.1.0: + p-map-series@2.1.0: resolution: { integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==, } engines: { node: ">=8" } - dev: true - /p-map@2.1.0: + p-map@2.1.0: resolution: { integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==, } engines: { node: ">=6" } - dev: false - /p-map@3.0.0: + p-map@3.0.0: resolution: { integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==, } engines: { node: ">=8" } - dependencies: - aggregate-error: 3.1.0 - dev: true - /p-map@4.0.0: + p-map@4.0.0: resolution: { integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==, } engines: { node: ">=10" } - dependencies: - aggregate-error: 3.1.0 - /p-pipe@3.1.0: + p-pipe@3.1.0: resolution: { integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==, } engines: { node: ">=8" } - dev: true - /p-queue@6.6.2: + p-queue@6.6.2: resolution: { integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==, } engines: { node: ">=8" } - dependencies: - eventemitter3: 4.0.7 - p-timeout: 3.2.0 - dev: true - /p-reduce@2.1.0: + p-reduce@2.1.0: resolution: { integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==, } engines: { node: ">=8" } - dev: true - /p-retry@4.6.2: + p-retry@4.6.2: resolution: { integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==, } engines: { node: ">=8" } - dependencies: - "@types/retry": 0.12.0 - retry: 0.13.1 - dev: false - /p-timeout@3.2.0: + p-timeout@3.2.0: resolution: { integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==, } engines: { node: ">=8" } - dependencies: - p-finally: 1.0.0 - dev: true - /p-try@1.0.0: + p-try@1.0.0: resolution: { integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==, } engines: { node: ">=4" } - dev: true - /p-try@2.2.0: + p-try@2.2.0: resolution: { integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, } engines: { node: ">=6" } - /p-waterfall@2.1.1: + p-waterfall@2.1.1: resolution: { integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==, } engines: { node: ">=8" } - dependencies: - p-reduce: 2.1.0 - dev: true - /pac-proxy-agent@7.0.1: + pac-proxy-agent@7.0.1: resolution: { integrity: sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==, } engines: { node: ">= 14" } - dependencies: - "@tootallnate/quickjs-emscripten": 0.23.0 - agent-base: 7.1.0 - debug: 4.3.4 - get-uri: 6.0.1 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.2 - pac-resolver: 7.0.0 - socks-proxy-agent: 8.0.2 - transitivePeerDependencies: - - supports-color - dev: false - /pac-resolver@7.0.0: + pac-resolver@7.0.0: resolution: { integrity: sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg==, } engines: { node: ">= 14" } - dependencies: - degenerator: 5.0.1 - ip: 1.1.8 - netmask: 2.0.2 - dev: false - /package-hash@4.0.0: + package-hash@4.0.0: resolution: { integrity: sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==, } engines: { node: ">=8" } - dependencies: - graceful-fs: 4.2.11 - hasha: 5.2.2 - lodash.flattendeep: 4.4.0 - release-zalgo: 1.0.0 - dev: true - /pacote@17.0.5: + pacote@17.0.5: resolution: { integrity: sha512-TAE0m20zSDMnchPja9vtQjri19X3pZIyRpm2TJVeI+yU42leJBBDTRYhOcWFsPhaMxf+3iwQkFiKz16G9AEeeA==, } engines: { node: ^16.14.0 || >=18.0.0 } hasBin: true - dependencies: - "@npmcli/git": 5.0.3 - "@npmcli/installed-package-contents": 2.0.2 - "@npmcli/promise-spawn": 7.0.0 - "@npmcli/run-script": 7.0.2 - cacache: 18.0.1 - fs-minipass: 3.0.3 - minipass: 7.0.3 - npm-package-arg: 11.0.1 - npm-packlist: 8.0.1 - npm-pick-manifest: 9.0.0 - npm-registry-fetch: 16.1.0 - proc-log: 3.0.0 - promise-retry: 2.0.1 - read-package-json: 7.0.0 - read-package-json-fast: 3.0.2 - sigstore: 2.1.0 - ssri: 10.0.5 - tar: 6.1.15 - transitivePeerDependencies: - - bluebird - - supports-color - dev: true - /pako@0.2.9: + pako@0.2.9: resolution: { integrity: sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==, } - dev: true - /param-case@3.0.4: + param-case@3.0.4: resolution: { integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==, } - dependencies: - dot-case: 3.0.4 - tslib: 2.6.2 - dev: false - /parent-module@1.0.1: + parent-module@1.0.1: resolution: { integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==, } engines: { node: ">=6" } - dependencies: - callsites: 3.1.0 - /parse-json@4.0.0: + parse-json@4.0.0: resolution: { integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==, } engines: { node: ">=4" } - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 - dev: true - /parse-json@5.2.0: + parse-json@5.2.0: resolution: { integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==, } engines: { node: ">=8" } - dependencies: - "@babel/code-frame": 7.22.13 - error-ex: 1.3.2 - json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.2.4 - /parse-passwd@1.0.0: + parse-passwd@1.0.0: resolution: { integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==, } engines: { node: ">=0.10.0" } - /parse-path@7.0.0: + parse-path@7.0.0: resolution: { integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==, } - dependencies: - protocols: 2.0.1 - dev: true - /parse-url@8.1.0: + parse-url@8.1.0: resolution: { integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==, } - dependencies: - parse-path: 7.0.0 - dev: true - /parseurl@1.3.3: + parseurl@1.3.3: resolution: { integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==, } engines: { node: ">= 0.8" } - /pascal-case@3.1.2: + pascal-case@3.1.2: resolution: { integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==, } - dependencies: - no-case: 3.0.4 - tslib: 2.6.2 - dev: false - /path-case@3.0.4: + path-case@3.0.4: resolution: { integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==, } - dependencies: - dot-case: 3.0.4 - tslib: 2.6.2 - dev: false - /path-exists@3.0.0: + path-exists@3.0.0: resolution: { integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==, } engines: { node: ">=4" } - dev: true - /path-exists@4.0.0: + path-exists@4.0.0: resolution: { integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, } engines: { node: ">=8" } - /path-is-absolute@1.0.1: + path-is-absolute@1.0.1: resolution: { integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, } engines: { node: ">=0.10.0" } - /path-key@2.0.1: + path-key@2.0.1: resolution: { integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==, } engines: { node: ">=4" } - dev: true - /path-key@3.1.1: + path-key@3.1.1: resolution: { integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, } engines: { node: ">=8" } - /path-key@4.0.0: + path-key@4.0.0: resolution: { integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==, } engines: { node: ">=12" } - dev: true - /path-parse@1.0.7: + path-parse@1.0.7: resolution: { integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, } - /path-scurry@1.10.1: + path-scurry@1.10.1: resolution: { integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==, } engines: { node: ">=16 || 14 >=14.17" } - dependencies: - lru-cache: 10.0.1 - minipass: 7.0.3 - /path-to-regexp@0.1.7: + path-to-regexp@0.1.7: resolution: { integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==, } - /path-type@3.0.0: + path-type@3.0.0: resolution: { integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==, } engines: { node: ">=4" } - dependencies: - pify: 3.0.0 - dev: true - /path-type@4.0.0: + path-type@4.0.0: resolution: { integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, } engines: { node: ">=8" } - /pathe@1.1.1: + pathe@1.1.1: resolution: { integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==, } - dev: true - /pathval@1.1.1: + pathval@1.1.1: resolution: { integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==, } - dev: true - /peek-readable@5.0.0: + peek-readable@5.0.0: resolution: { integrity: sha512-YtCKvLUOvwtMGmrniQPdO7MwPjgkFBtFIrmfSbYmYuq3tKDV/mcfAhBth1+C3ru7uXIZasc/pHnb+YDYNkkj4A==, } engines: { node: ">=14.16" } - dev: true - /peek-stream@1.1.3: + peek-stream@1.1.3: resolution: { integrity: sha512-FhJ+YbOSBb9/rIl2ZeE/QHEsWn7PqNYt8ARAY3kIgNGOk13g9FGyIY6JIl/xB/3TFRVoTv5as0l11weORrTekA==, } - dependencies: - buffer-from: 1.1.2 - duplexify: 3.7.1 - through2: 2.0.5 - dev: true - /pend@1.2.0: + pend@1.2.0: resolution: { integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==, } - /picocolors@1.0.0: + picocolors@1.0.0: resolution: { integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==, } - /picomatch@2.3.1: + picomatch@2.3.1: resolution: { integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, } engines: { node: ">=8.6" } - /pidtree@0.6.0: + pidtree@0.6.0: resolution: { integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==, } engines: { node: ">=0.10" } hasBin: true - dev: true - /pify@2.3.0: + pify@2.3.0: resolution: { integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==, } engines: { node: ">=0.10.0" } - /pify@3.0.0: + pify@3.0.0: resolution: { integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==, } engines: { node: ">=4" } - dev: true - /pify@4.0.1: + pify@4.0.1: resolution: { integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, } engines: { node: ">=6" } - dev: true - /pify@5.0.0: + pify@5.0.0: resolution: { integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==, } engines: { node: ">=10" } - dev: true - /pirates@4.0.6: + pirates@4.0.6: resolution: { integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==, } engines: { node: ">= 6" } - /pkg-dir@3.0.0: + pkg-dir@3.0.0: resolution: { integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==, } engines: { node: ">=6" } - dependencies: - find-up: 3.0.0 - dev: true - /pkg-dir@4.2.0: + pkg-dir@4.2.0: resolution: { integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==, } engines: { node: ">=8" } - dependencies: - find-up: 4.1.0 - /pkg-dir@5.0.0: + pkg-dir@5.0.0: resolution: { integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==, } engines: { node: ">=10" } - dependencies: - find-up: 5.0.0 - dev: true - /pkg-types@1.0.3: + pkg-types@1.0.3: resolution: { integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==, } - dependencies: - jsonc-parser: 3.2.0 - mlly: 1.4.0 - pathe: 1.1.1 - dev: true - /playwright-core@1.39.0: + playwright-core@1.39.0: resolution: { integrity: sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==, } engines: { node: ">=16" } hasBin: true - dev: true - /playwright@1.39.0: + playwright@1.39.0: resolution: { integrity: sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==, } engines: { node: ">=16" } hasBin: true - dependencies: - playwright-core: 1.39.0 - optionalDependencies: - fsevents: 2.3.2 - dev: true - /pluralize@8.0.0: + pluralize@8.0.0: resolution: { integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==, } engines: { node: ">=4" } - dev: true - /pngjs@5.0.0: + pngjs@5.0.0: resolution: { integrity: sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==, } engines: { node: ">=10.13.0" } - dev: false - /polished@4.2.2: + polished@4.2.2: resolution: { integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==, } engines: { node: ">=10" } - dependencies: - "@babel/runtime": 7.23.2 - dev: true - /postcss-import@15.1.0(postcss@8.4.31): + postcss-import@15.1.0: resolution: { integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==, } engines: { node: ">=14.0.0" } peerDependencies: - postcss: ^8.0.0 - dependencies: - postcss: 8.4.31 - postcss-value-parser: 4.2.0 - read-cache: 1.0.0 - resolve: 1.22.4 + postcss: ">=8.4.31" - /postcss-js@4.0.1(postcss@8.4.31): + postcss-js@4.0.1: resolution: { integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==, } engines: { node: ^12 || ^14 || >= 16 } peerDependencies: - postcss: ^8.4.21 - dependencies: - camelcase-css: 2.0.1 - postcss: 8.4.31 + postcss: ">=8.4.31" - /postcss-load-config@3.1.4(postcss@8.4.31): + postcss-load-config@3.1.4: resolution: { integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==, } engines: { node: ">= 10" } peerDependencies: - postcss: ">=8.0.9" + postcss: ">=8.4.31" ts-node: ">=9.0.0" peerDependenciesMeta: postcss: optional: true ts-node: optional: true - dependencies: - lilconfig: 2.1.0 - postcss: 8.4.31 - yaml: 1.10.2 - dev: true - /postcss-load-config@4.0.1(postcss@8.4.31): + postcss-load-config@4.0.1: resolution: { integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==, } engines: { node: ">= 14" } peerDependencies: - postcss: ">=8.0.9" + postcss: ">=8.4.31" ts-node: ">=9.0.0" peerDependenciesMeta: postcss: optional: true ts-node: optional: true - dependencies: - lilconfig: 2.1.0 - postcss: 8.4.31 - yaml: 2.3.3 - /postcss-nested@6.0.1(postcss@8.4.31): + postcss-nested@6.0.1: resolution: { integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==, } engines: { node: ">=12.0" } peerDependencies: - postcss: ^8.2.14 - dependencies: - postcss: 8.4.31 - postcss-selector-parser: 6.0.13 + postcss: ">=8.4.31" - /postcss-selector-parser@6.0.10: + postcss-selector-parser@6.0.10: resolution: { integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==, } engines: { node: ">=4" } - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - dev: false - /postcss-selector-parser@6.0.13: + postcss-selector-parser@6.0.13: resolution: { integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==, } engines: { node: ">=4" } - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 - /postcss-value-parser@4.2.0: + postcss-value-parser@4.2.0: resolution: { integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==, } - /postcss@8.4.31: + postcss@8.4.31: resolution: { integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==, } engines: { node: ^10 || ^12 || >=14 } - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - /prebuild-install@7.1.1: + prebuild-install@7.1.1: resolution: { integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==, } engines: { node: ">=10" } hasBin: true - dependencies: - detect-libc: 2.0.2 - expand-template: 2.0.3 - github-from-package: 0.0.0 - minimist: 1.2.8 - mkdirp-classic: 0.5.3 - napi-build-utils: 1.0.2 - node-abi: 3.47.0 - pump: 3.0.0 - rc: 1.2.8 - simple-get: 4.0.1 - tar-fs: 2.1.1 - tunnel-agent: 0.6.0 - dev: false - /prelude-ls@1.2.1: + prelude-ls@1.2.1: resolution: { integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, } engines: { node: ">= 0.8.0" } - /prettier-linter-helpers@1.0.0: + prettier-linter-helpers@1.0.0: resolution: { integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==, } engines: { node: ">=6.0.0" } - dependencies: - fast-diff: 1.3.0 - dev: true - /prettier@2.8.8: + prettier@2.8.8: resolution: { integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==, } engines: { node: ">=10.13.0" } hasBin: true - dev: true - /prettier@3.1.1: + prettier@3.3.0: resolution: { - integrity: sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==, + integrity: sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==, } engines: { node: ">=14" } hasBin: true - /pretty-bytes@6.1.1: + pretty-bytes@6.1.1: resolution: { integrity: sha512-mQUvGU6aUFQ+rNvTIAcZuWGRT9a6f6Yrg9bHs4ImKF+HZCEK+plBvnAZYSIQztknZF2qnzNtr6F8s0+IuptdlQ==, } engines: { node: ^14.13.1 || >=16.0.0 } - dev: false - /pretty-format@27.5.1: + 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 } - dependencies: - ansi-regex: 5.0.1 - ansi-styles: 5.2.0 - react-is: 17.0.2 - dev: true - /pretty-format@28.1.3: + pretty-format@28.1.3: resolution: { integrity: sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - dependencies: - "@jest/schemas": 28.1.3 - ansi-regex: 5.0.1 - ansi-styles: 5.2.0 - react-is: 18.2.0 - dev: true - /pretty-format@29.7.0: + pretty-format@29.7.0: resolution: { integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - dependencies: - "@jest/schemas": 29.6.3 - ansi-styles: 5.2.0 - react-is: 18.2.0 - dev: true - /pretty-hrtime@1.0.3: + pretty-hrtime@1.0.3: resolution: { integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==, } engines: { node: ">= 0.8" } - dev: true - /prisma@5.6.0: + prisma@5.6.0: resolution: { integrity: sha512-EEaccku4ZGshdr2cthYHhf7iyvCcXqwJDvnoQRAJg5ge2Tzpv0e2BaMCp+CbbDUwoVTzwgOap9Zp+d4jFa2O9A==, } engines: { node: ">=16.13" } hasBin: true - requiresBuild: true - dependencies: - "@prisma/engines": 5.6.0 - dev: false - /proc-log@3.0.0: + proc-log@3.0.0: resolution: { integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /process-nextick-args@2.0.1: + process-nextick-args@2.0.1: resolution: { integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==, } - /process-on-spawn@1.0.0: + process-on-spawn@1.0.0: resolution: { integrity: sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==, } engines: { node: ">=8" } - dependencies: - fromentries: 1.3.2 - dev: true - /process@0.11.10: + process@0.11.10: resolution: { integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==, } engines: { node: ">= 0.6.0" } - dev: true - /progress@2.0.3: + progress@2.0.3: resolution: { integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==, } engines: { node: ">=0.4.0" } - /promise-inflight@1.0.1: + promise-inflight@1.0.1: resolution: { integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==, @@ -23746,332 +15310,214 @@ packages: peerDependenciesMeta: bluebird: optional: true - dev: true - /promise-retry@2.0.1: + promise-retry@2.0.1: resolution: { integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==, } engines: { node: ">=10" } - dependencies: - err-code: 2.0.3 - retry: 0.12.0 - dev: true - /prompts@2.4.2: + prompts@2.4.2: resolution: { integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==, } engines: { node: ">= 6" } - dependencies: - kleur: 3.0.3 - sisteransi: 1.0.5 - /promzard@1.0.0: + promzard@1.0.0: resolution: { integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - read: 2.1.0 - dev: true - /prop-types@15.8.1: + prop-types@15.8.1: resolution: { integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==, } - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - /property-information@6.2.0: + property-information@6.2.0: resolution: { integrity: sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==, } - dev: false - /protocols@2.0.1: + protocols@2.0.1: resolution: { integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==, } - dev: true - /proxy-addr@2.0.7: + proxy-addr@2.0.7: resolution: { integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==, } engines: { node: ">= 0.10" } - dependencies: - forwarded: 0.2.0 - ipaddr.js: 1.9.1 - /proxy-agent@6.3.1: + proxy-agent@6.3.1: resolution: { integrity: sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==, } engines: { node: ">= 14" } - dependencies: - agent-base: 7.1.0 - debug: 4.3.4 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.2 - lru-cache: 7.18.3 - pac-proxy-agent: 7.0.1 - proxy-from-env: 1.1.0 - socks-proxy-agent: 8.0.2 - transitivePeerDependencies: - - supports-color - dev: false - /proxy-from-env@1.1.0: + proxy-from-env@1.1.0: resolution: { integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==, } - /pseudomap@1.0.2: + pseudomap@1.0.2: resolution: { integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==, } - dev: true - /pstree.remy@1.1.8: + pstree.remy@1.1.8: resolution: { integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==, } - dev: false - /pump@2.0.1: + pump@2.0.1: resolution: { integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==, } - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - dev: true - /pump@3.0.0: + pump@3.0.0: resolution: { integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==, } - dependencies: - end-of-stream: 1.4.4 - once: 1.4.0 - /pumpify@1.5.1: + pumpify@1.5.1: resolution: { integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==, } - dependencies: - duplexify: 3.7.1 - inherits: 2.0.4 - pump: 2.0.1 - dev: true - /punycode@2.3.0: + punycode@2.3.0: resolution: { integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==, } engines: { node: ">=6" } - /puppeteer-core@2.1.1: + puppeteer-core@2.1.1: resolution: { integrity: sha512-n13AWriBMPYxnpbb6bnaY5YoY6rGj8vPLrz6CZF3o0qJNEwlcfJVxBzYZ0NJsQ21UbdJoijPCDrM++SUVEz7+w==, } engines: { node: ">=8.16.0" } - dependencies: - "@types/mime-types": 2.1.1 - debug: 4.3.4 - extract-zip: 1.7.0 - https-proxy-agent: 4.0.0 - mime: 2.6.0 - mime-types: 2.1.35 - progress: 2.0.3 - proxy-from-env: 1.1.0 - rimraf: 2.7.1 - ws: 6.2.2 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: true - /puppeteer-core@21.5.2: + puppeteer-core@21.5.2: resolution: { integrity: sha512-v4T0cWnujSKs+iEfmb8ccd7u4/x8oblEyKqplqKnJ582Kw8PewYAWvkH4qUWhitN3O2q9RF7dzkvjyK5HbzjLA==, } engines: { node: ">=16.13.2" } - dependencies: - "@puppeteer/browsers": 1.8.0 - chromium-bidi: 0.4.33(devtools-protocol@0.0.1203626) - cross-fetch: 4.0.0 - debug: 4.3.4 - devtools-protocol: 0.0.1203626 - ws: 8.14.2 - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: false - /puppeteer@21.5.2(typescript@5.3.2): + puppeteer@21.5.2: resolution: { integrity: sha512-BaAGJOq8Fl6/cck6obmwaNLksuY0Bg/lIahCLhJPGXBFUD2mCffypa4A592MaWnDcye7eaHmSK9yot0pxctY8A==, } engines: { node: ">=16.13.2" } - requiresBuild: true - dependencies: - "@puppeteer/browsers": 1.8.0 - cosmiconfig: 8.3.6(typescript@5.3.2) - puppeteer-core: 21.5.2 - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - typescript - - utf-8-validate - dev: false - /pure-rand@6.0.4: + pure-rand@6.0.4: resolution: { integrity: sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==, } - dev: true - /qrcode@1.5.3: + qrcode@1.5.3: resolution: { integrity: sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==, } engines: { node: ">=10.13.0" } hasBin: true - dependencies: - dijkstrajs: 1.0.3 - encode-utf8: 1.0.3 - pngjs: 5.0.0 - yargs: 15.4.1 - dev: false - /qs@6.11.0: + qs@6.11.0: resolution: { integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==, } engines: { node: ">=0.6" } - dependencies: - side-channel: 1.0.4 - /qs@6.11.2: + qs@6.11.2: resolution: { integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==, } engines: { node: ">=0.6" } - dependencies: - side-channel: 1.0.4 - dev: true - /queue-microtask@1.2.3: + queue-microtask@1.2.3: resolution: { integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==, } - /queue-tick@1.0.1: + queue-tick@1.0.1: resolution: { integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==, } - dev: false - /quick-lru@4.0.1: + quick-lru@4.0.1: resolution: { integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==, } engines: { node: ">=8" } - dev: true - /quick-lru@5.1.1: + quick-lru@5.1.1: resolution: { integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==, } engines: { node: ">=10" } - dev: true - /ramda@0.29.0: + ramda@0.29.0: resolution: { integrity: sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==, } - dev: true - /range-parser@1.2.1: + range-parser@1.2.1: resolution: { integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==, } engines: { node: ">= 0.6" } - /raw-body@2.5.1: + raw-body@2.5.1: resolution: { integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==, } engines: { node: ">= 0.8" } - dependencies: - bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - /rc@1.2.8: + rc@1.2.8: resolution: { integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==, } hasBin: true - dependencies: - deep-extend: 0.6.0 - ini: 1.3.8 - minimist: 1.2.8 - strip-json-comments: 2.0.1 - dev: false - /react-bootstrap-icons@1.10.3(react@18.2.0): + react-bootstrap-icons@1.10.3: resolution: { integrity: sha512-j4hSby6gT9/enhl3ybB1tfr1slZNAYXDVntcRrmVjxB3//2WwqrzpESVqKhyayYVaWpEtnwf9wgUQ03cuziwrw==, } peerDependencies: react: ">=16.8.6" - dependencies: - prop-types: 15.8.1 - react: 18.2.0 - dev: false - /react-colorful@5.6.1(react-dom@18.2.0)(react@18.2.0): + react-colorful@5.6.1: resolution: { integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==, @@ -24079,34 +15525,24 @@ packages: peerDependencies: react: ">=16.8.0" react-dom: ">=16.8.0" - dependencies: - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /react-cool-onclickoutside@1.7.0(react@18.2.0): + react-cool-onclickoutside@1.7.0: resolution: { integrity: sha512-HVZK2155Unee+enpoHKyYP2UdQK69thw90XAOUCjvJBcgRSgfRPgWWt/W1dYzoGp3+nleAa8SJxF1d4FMA4Qmw==, } peerDependencies: react: ">= 16.8.0" - dependencies: - react: 18.2.0 - dev: false - /react-cropper@2.3.3(react@18.2.0): + react-cropper@2.3.3: resolution: { integrity: sha512-zghiEYkUb41kqtu+2jpX2Ntigf+Jj1dF9ew4lAobPzI2adaPE31z0p+5TcWngK6TvmWQUwK3lj4G+NDh1PDQ1w==, } peerDependencies: react: ">=17.0.2" - dependencies: - cropperjs: 1.5.13 - react: 18.2.0 - dev: false - /react-diff-viewer-continued@3.3.1(react-dom@18.2.0)(react@18.2.0): + react-diff-viewer-continued@3.3.1: resolution: { integrity: sha512-YhjWjCUq6cs8k9iErpWh/xB2jFCndigGAz2TKubdqrSTtDH5Ib+tdQgzBWVXMMqgtEwoPLi+WFmSsdSoYbDVpw==, @@ -24115,33 +15551,20 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@emotion/css": 11.11.2 - classnames: 2.3.2 - diff: 5.1.0 - memoize-one: 6.0.0 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /react-digit-input@2.1.0: + react-digit-input@2.1.0: resolution: { integrity: sha512-pGv0CtSmu3Mf4cD79LoYtJI7Wq4dpPiLiY1wvKsNaR+X2sJyk1ETiIxjq6G8i+XJqNXExM6vuytzDqblkkSaFw==, } - dev: false - /react-dnd-html5-backend@16.0.1: + react-dnd-html5-backend@16.0.1: resolution: { integrity: sha512-Wu3dw5aDJmOGw8WjH1I1/yTH+vlXEL4vmjk5p+MHxP8HuHJS1lAGeIdG/hze1AvNeXWo/JgULV87LyQOr+r5jw==, } - dependencies: - dnd-core: 16.0.1 - dev: false - /react-dnd@16.0.1(@types/react@18.2.34)(react@18.2.0): + react-dnd@16.0.1: resolution: { integrity: sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==, @@ -24158,61 +15581,31 @@ packages: optional: true "@types/react": optional: true - dependencies: - "@react-dnd/invariant": 4.0.2 - "@react-dnd/shallowequal": 4.0.2 - "@types/react": 18.2.34 - dnd-core: 16.0.1 - fast-deep-equal: 3.1.3 - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - dev: false - /react-docgen-typescript@2.2.2(typescript@5.3.2): + react-docgen-typescript@2.2.2: resolution: { integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==, } peerDependencies: typescript: ">= 4.3.x" - dependencies: - typescript: 5.3.2 - dev: true - /react-docgen@6.0.4: + react-docgen@6.0.4: resolution: { integrity: sha512-gF+p+1ZwC2eO66bt763Tepmh5q9kDiFIrqW3YjUV/a+L96h0m5+/wSFQoOHL2cffyrPMZMxP03IgbggJ11QbOw==, } engines: { node: ">=14.18.0" } - dependencies: - "@babel/core": 7.22.11 - "@babel/traverse": 7.23.2 - "@babel/types": 7.23.0 - "@types/babel__core": 7.20.1 - "@types/babel__traverse": 7.20.1 - "@types/doctrine": 0.0.6 - "@types/resolve": 1.20.4 - doctrine: 3.0.0 - resolve: 1.22.8 - strip-indent: 4.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /react-dom@18.2.0(react@18.2.0): + react-dom@18.2.0: resolution: { integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==, } peerDependencies: react: ^18.2.0 - dependencies: - loose-envify: 1.4.0 - react: 18.2.0 - scheduler: 0.23.0 - /react-element-to-jsx-string@15.0.0(react-dom@18.2.0)(react@18.2.0): + react-element-to-jsx-string@15.0.0: resolution: { integrity: sha512-UDg4lXB6BzlobN60P8fHWVPX3Kyw8ORrTeBtClmIlGdkOOE+GYQSFvmEU5iLLpwp/6v42DINwNcwOhOLfQ//FQ==, @@ -24220,22 +15613,14 @@ packages: peerDependencies: react: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 react-dom: ^0.14.8 || ^15.0.1 || ^16.0.0 || ^17.0.1 || ^18.0.0 - dependencies: - "@base2/pretty-print-object": 1.0.1 - is-plain-object: 5.0.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-is: 18.1.0 - dev: true - /react-fast-compare@2.0.4: + react-fast-compare@2.0.4: resolution: { integrity: sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==, } - dev: false - /react-google-recaptcha-v3@1.10.1(react-dom@18.2.0)(react@18.2.0): + react-google-recaptcha-v3@1.10.1: resolution: { integrity: sha512-K3AYzSE0SasTn+XvV2tq+6YaxM+zQypk9rbCgG4OVUt7Rh4ze9basIKefoBz9sC0CNslJj9N1uwTTgRMJQbQJQ==, @@ -24243,13 +15628,8 @@ packages: peerDependencies: react: ^16.3 || ^17.0 || ^18.0 react-dom: ^17.0 || ^18.0 - dependencies: - hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /react-hot-toast@2.4.1(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0): + react-hot-toast@2.4.1: resolution: { integrity: sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==, @@ -24258,53 +15638,40 @@ packages: peerDependencies: react: ">=16" react-dom: ">=16" - dependencies: - goober: 2.1.13(csstype@3.1.2) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - transitivePeerDependencies: - - csstype - dev: false - /react-inspector@6.0.2(react@18.2.0): + react-inspector@6.0.2: resolution: { integrity: sha512-x+b7LxhmHXjHoU/VrFAzw5iutsILRoYyDq97EDYdFpPLcvqtEzk4ZSZSQjnFPbr5T57tLXnHcqFYoN1pI6u8uQ==, } peerDependencies: react: ^16.8.4 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - dev: true - /react-is@16.13.1: + react-is@16.13.1: resolution: { integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==, } - /react-is@17.0.2: + react-is@17.0.2: resolution: { integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==, } - dev: true - /react-is@18.1.0: + react-is@18.1.0: resolution: { integrity: sha512-Fl7FuabXsJnV5Q1qIOQwx/sagGF18kogb4gpfcG4gjLBWO0WDiiz1ko/ExayuxE7InyQkBLkxRFG5oxY6Uu3Kg==, } - dev: true - /react-is@18.2.0: + react-is@18.2.0: resolution: { integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==, } - dev: true - /react-leaflet@4.2.1(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0): + react-leaflet@4.2.1: resolution: { integrity: sha512-p9chkvhcKrWn/H/1FFeVSqLdReGwn2qmiobOQGO3BifX+/vV/39qhY8dGqbdcPh1e6jxh/QHriLXr7a4eLFK4Q==, @@ -24313,14 +15680,8 @@ packages: leaflet: ^1.9.0 react: ^18.0.0 react-dom: ^18.0.0 - dependencies: - "@react-leaflet/core": 2.1.0(leaflet@1.9.4)(react-dom@18.2.0)(react@18.2.0) - leaflet: 1.9.4 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /react-markdown@9.0.1(@types/react@18.2.34)(react@18.2.0): + react-markdown@9.0.1: resolution: { integrity: sha512-186Gw/vF1uRkydbsOIkcGXw7aHq0sZOCRFFjGrr7b9+nVZg4UfA4enXCaxm4fUzecU38sWfrNDitGhshuU7rdg==, @@ -24328,32 +15689,15 @@ packages: peerDependencies: "@types/react": ">=18" react: ">=18" - dependencies: - "@types/hast": 3.0.1 - "@types/react": 18.2.34 - devlop: 1.1.0 - hast-util-to-jsx-runtime: 2.2.0 - html-url-attributes: 3.0.0 - mdast-util-to-hast: 13.0.2 - react: 18.2.0 - remark-parse: 11.0.0 - remark-rehype: 11.0.0 - unified: 11.0.4 - unist-util-visit: 5.0.0 - vfile: 6.0.1 - transitivePeerDependencies: - - supports-color - dev: false - /react-refresh@0.14.0: + react-refresh@0.14.0: resolution: { integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==, } engines: { node: ">=0.10.0" } - dev: true - /react-remove-scroll-bar@2.3.4(@types/react@18.2.34)(react@18.2.0): + react-remove-scroll-bar@2.3.4: resolution: { integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==, @@ -24365,13 +15709,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@types/react": 18.2.34 - react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.2.34)(react@18.2.0) - tslib: 2.6.2 - /react-remove-scroll@2.5.5(@types/react@18.2.34)(react@18.2.0): + react-remove-scroll@2.5.5: resolution: { integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==, @@ -24383,16 +15722,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@types/react": 18.2.34 - react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.2.34)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.2.34)(react@18.2.0) - tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.2.34)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.2.34)(react@18.2.0) - /react-resize-detector@7.1.2(react-dom@18.2.0)(react@18.2.0): + react-resize-detector@7.1.2: resolution: { integrity: sha512-zXnPJ2m8+6oq9Nn8zsep/orts9vQv3elrpA+R8XTcW7DVVUJ9vwDwMXaBtykAYjMnkCIaOoK9vObyR7ZgFNlOw==, @@ -24400,13 +15731,8 @@ packages: peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.0.0 || ^17.0.0 || ^18.0.0 - dependencies: - lodash: 4.17.21 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /react-select@5.8.0(@types/react@18.2.34)(react-dom@18.2.0)(react@18.2.0): + react-select@5.8.0: resolution: { integrity: sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==, @@ -24414,23 +15740,8 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@babel/runtime": 7.23.2 - "@emotion/cache": 11.11.0 - "@emotion/react": 11.11.1(@types/react@18.2.34)(react@18.2.0) - "@floating-ui/dom": 1.5.1 - "@types/react-transition-group": 4.4.6 - memoize-one: 6.0.0 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.34)(react@18.2.0) - transitivePeerDependencies: - - "@types/react" - dev: false - /react-sortablejs@6.1.4(@types/sortablejs@1.15.6)(react-dom@18.2.0)(react@18.2.0)(sortablejs@1.15.0): + react-sortablejs@6.1.4: resolution: { integrity: sha512-fc7cBosfhnbh53Mbm6a45W+F735jwZ1UFIYSrIqcO/gRIFoDyZeMtgKlpV4DdyQfbCzdh5LoALLTDRxhMpTyXQ==, @@ -24440,16 +15751,8 @@ packages: react: ">=16.9.0" react-dom: ">=16.9.0" sortablejs: "1" - dependencies: - "@types/sortablejs": 1.15.6 - classnames: 2.3.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - sortablejs: 1.15.0 - tiny-invariant: 1.2.0 - dev: false - /react-style-singleton@2.2.1(@types/react@18.2.34)(react@18.2.0): + react-style-singleton@2.2.1: resolution: { integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==, @@ -24461,14 +15764,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@types/react": 18.2.34 - get-nonce: 1.0.1 - invariant: 2.2.4 - react: 18.2.0 - tslib: 2.6.2 - /react-transition-group@4.4.5(react-dom@18.2.0)(react@18.2.0): + react-transition-group@4.4.5: resolution: { integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==, @@ -24476,16 +15773,8 @@ packages: peerDependencies: react: ">=16.6.0" react-dom: ">=16.6.0" - dependencies: - "@babel/runtime": 7.23.2 - dom-helpers: 5.2.1 - loose-envify: 1.4.0 - prop-types: 15.8.1 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - /react-universal-interface@0.6.2(react@18.2.0)(tslib@2.6.2): + react-universal-interface@0.6.2: resolution: { integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==, @@ -24493,12 +15782,8 @@ packages: peerDependencies: react: "*" tslib: "*" - dependencies: - react: 18.2.0 - tslib: 2.6.2 - dev: false - /react-use@17.4.0(react-dom@18.2.0)(react@18.2.0): + react-use@17.4.0: resolution: { integrity: sha512-TgbNTCA33Wl7xzIJegn1HndB4qTS9u03QUwyNycUnXaweZkE4Kq2SB+Yoxx8qbshkZGYBDvUXbXWRUmQDcZZ/Q==, @@ -24506,1240 +15791,833 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@types/js-cookie": 2.2.7 - "@xobotyi/scrollbar-width": 1.9.5 - copy-to-clipboard: 3.3.3 - fast-deep-equal: 3.1.3 - fast-shallow-equal: 1.0.0 - js-cookie: 2.2.1 - 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.6.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.6.2 - dev: false - /react@18.2.0: + react@18.2.0: resolution: { integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==, } engines: { node: ">=0.10.0" } - dependencies: - loose-envify: 1.4.0 - /read-cache@1.0.0: + read-cache@1.0.0: resolution: { integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==, } - dependencies: - pify: 2.3.0 - /read-cmd-shim@4.0.0: + read-cmd-shim@4.0.0: resolution: { integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dev: true - /read-package-json-fast@3.0.2: + read-package-json-fast@3.0.2: resolution: { integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - json-parse-even-better-errors: 3.0.0 - npm-normalize-package-bin: 3.0.1 - dev: true - /read-package-json@6.0.4: + read-package-json@6.0.4: resolution: { integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - glob: 10.3.10 - json-parse-even-better-errors: 3.0.0 - normalize-package-data: 5.0.0 - npm-normalize-package-bin: 3.0.1 - dev: true + deprecated: This package is no longer supported. Please use @npmcli/package-json instead. - /read-package-json@7.0.0: + read-package-json@7.0.0: resolution: { integrity: sha512-uL4Z10OKV4p6vbdvIXB+OzhInYtIozl/VxUBPgNkBuUi2DeRonnuspmaVAMcrkmfjKGNmRndyQAbE7/AmzGwFg==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - glob: 10.3.10 - json-parse-even-better-errors: 3.0.0 - normalize-package-data: 6.0.0 - npm-normalize-package-bin: 3.0.1 - dev: true + deprecated: This package is no longer supported. Please use @npmcli/package-json instead. - /read-pkg-up@3.0.0: + read-pkg-up@3.0.0: resolution: { integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==, } engines: { node: ">=4" } - dependencies: - find-up: 2.1.0 - read-pkg: 3.0.0 - dev: true - /read-pkg-up@7.0.1: + read-pkg-up@7.0.1: resolution: { integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==, } engines: { node: ">=8" } - dependencies: - find-up: 4.1.0 - read-pkg: 5.2.0 - type-fest: 0.8.1 - /read-pkg@3.0.0: + read-pkg@3.0.0: resolution: { integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==, } engines: { node: ">=4" } - dependencies: - load-json-file: 4.0.0 - normalize-package-data: 2.5.0 - path-type: 3.0.0 - dev: true - /read-pkg@5.2.0: + read-pkg@5.2.0: resolution: { integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==, } engines: { node: ">=8" } - dependencies: - "@types/normalize-package-data": 2.4.1 - normalize-package-data: 2.5.0 - parse-json: 5.2.0 - type-fest: 0.6.0 - /read@2.1.0: + read@2.1.0: resolution: { integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - mute-stream: 1.0.0 - dev: true - /readable-stream@2.3.8: + readable-stream@2.3.8: resolution: { integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==, } - dependencies: - core-util-is: 1.0.3 - inherits: 2.0.4 - isarray: 1.0.0 - process-nextick-args: 2.0.1 - safe-buffer: 5.1.2 - string_decoder: 1.1.1 - util-deprecate: 1.0.2 - /readable-stream@3.6.2: + readable-stream@3.6.2: resolution: { integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==, } engines: { node: ">= 6" } - dependencies: - inherits: 2.0.4 - string_decoder: 1.3.0 - util-deprecate: 1.0.2 - /readable-web-to-node-stream@3.0.2: + readable-web-to-node-stream@3.0.2: resolution: { integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==, } engines: { node: ">=8" } - dependencies: - readable-stream: 3.6.2 - dev: true - /readdir-glob@1.1.3: + readdir-glob@1.1.3: resolution: { integrity: sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==, } - dependencies: - minimatch: 5.1.6 - dev: false - /readdirp@3.6.0: + readdirp@3.6.0: resolution: { integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, } engines: { node: ">=8.10.0" } - dependencies: - picomatch: 2.3.1 - /recast@0.21.5: + recast@0.21.5: resolution: { integrity: sha512-hjMmLaUXAm1hIuTqOdeYObMslq/q+Xff6QE3Y2P+uoHAg2nmVlLBps2hzh1UJDdMtDTMXOFewK6ky51JQIeECg==, } engines: { node: ">= 4" } - dependencies: - ast-types: 0.15.2 - esprima: 4.0.1 - source-map: 0.6.1 - tslib: 2.6.2 - dev: true - /recast@0.23.4: + recast@0.23.4: resolution: { integrity: sha512-qtEDqIZGVcSZCHniWwZWbRy79Dc6Wp3kT/UmDA2RJKBPg7+7k51aQBZirHmUGn5uvHf2rg8DkjizrN26k61ATw==, } engines: { node: ">= 4" } - dependencies: - assert: 2.0.0 - ast-types: 0.16.1 - esprima: 4.0.1 - source-map: 0.6.1 - tslib: 2.6.2 - dev: true - /redent@3.0.0: + redent@3.0.0: resolution: { integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==, } engines: { node: ">=8" } - dependencies: - indent-string: 4.0.0 - strip-indent: 3.0.0 - dev: true - /redux@4.2.1: + redux@4.2.1: resolution: { integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==, } - dependencies: - "@babel/runtime": 7.22.11 - dev: false - /reflect-metadata@0.1.13: + reflect-metadata@0.1.13: resolution: { integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==, } - dev: false - /reflect.getprototypeof@1.0.3: + reflect.getprototypeof@1.0.3: resolution: { integrity: sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - get-intrinsic: 1.2.1 - globalthis: 1.0.3 - which-builtin-type: 1.1.3 - /regenerate-unicode-properties@10.1.0: + regenerate-unicode-properties@10.1.0: resolution: { integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, } engines: { node: ">=4" } - dependencies: - regenerate: 1.4.2 - dev: true - /regenerate@1.4.2: + regenerate@1.4.2: resolution: { integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==, } - dev: true - /regenerator-runtime@0.14.0: + regenerator-runtime@0.14.0: resolution: { integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==, } - /regenerator-transform@0.15.2: + regenerator-transform@0.15.2: resolution: { integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==, } - dependencies: - "@babel/runtime": 7.23.2 - dev: true - /regexp-tree@0.1.27: + regexp-tree@0.1.27: resolution: { integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==, } hasBin: true - dev: true - /regexp.prototype.flags@1.5.0: + regexp.prototype.flags@1.5.0: resolution: { integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - functions-have-names: 1.2.3 - /regexpu-core@5.3.2: + regexpu-core@5.3.2: resolution: { integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==, } engines: { node: ">=4" } - dependencies: - "@babel/regjsgen": 0.8.0 - regenerate: 1.4.2 - regenerate-unicode-properties: 10.1.0 - regjsparser: 0.9.1 - unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.1.0 - dev: true - /regjsparser@0.10.0: + regjsparser@0.10.0: resolution: { integrity: sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==, } hasBin: true - dependencies: - jsesc: 0.5.0 - dev: true - /regjsparser@0.9.1: + regjsparser@0.9.1: resolution: { integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==, } hasBin: true - dependencies: - jsesc: 0.5.0 - dev: true - /release-zalgo@1.0.0: + release-zalgo@1.0.0: resolution: { integrity: sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==, } engines: { node: ">=4" } - dependencies: - es6-error: 4.1.1 - dev: true - /remark-emoji@4.0.1: + remark-emoji@4.0.1: resolution: { integrity: sha512-fHdvsTR1dHkWKev9eNyhTo4EFwbUvJ8ka9SgeWkMPYFX4WoI7ViVBms3PjlQYgw5TLvNQso3GUB/b/8t3yo+dg==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dependencies: - "@types/mdast": 4.0.2 - emoticon: 4.0.1 - mdast-util-find-and-replace: 3.0.1 - node-emoji: 2.1.0 - unified: 11.0.4 - dev: false - /remark-external-links@8.0.0: + remark-external-links@8.0.0: resolution: { integrity: sha512-5vPSX0kHoSsqtdftSHhIYofVINC8qmp0nctkeU9YoJwV3YfiBRiI6cbFRJ0oI/1F9xS+bopXG0m2KS8VFscuKA==, } - dependencies: - extend: 3.0.2 - is-absolute-url: 3.0.3 - mdast-util-definitions: 4.0.0 - space-separated-tokens: 1.1.5 - unist-util-visit: 2.0.3 - dev: true - /remark-external-links@9.0.1: + remark-external-links@9.0.1: resolution: { integrity: sha512-EYw+p8Zqy5oT5+W8iSKzInfRLY+zeKWHCf0ut+Q5SwnaSIDGXd2zzvp4SWqyAuVbinNmZ0zjMrDKaExWZnTYqQ==, } - dependencies: - "@types/hast": 2.3.6 - "@types/mdast": 3.0.13 - extend: 3.0.2 - is-absolute-url: 4.0.1 - mdast-util-definitions: 5.1.2 - space-separated-tokens: 2.0.2 - unified: 10.1.2 - unist-util-visit: 4.1.2 - dev: false - /remark-gfm@4.0.0: + remark-gfm@4.0.0: resolution: { integrity: sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==, } - dependencies: - "@types/mdast": 4.0.0 - mdast-util-gfm: 3.0.0 - micromark-extension-gfm: 3.0.0 - remark-parse: 11.0.0 - remark-stringify: 11.0.0 - unified: 11.0.3 - transitivePeerDependencies: - - supports-color - dev: false - /remark-github@12.0.0: + remark-github@12.0.0: resolution: { integrity: sha512-ByefQKFN184LeiGRCabfl7zUJsdlMYWEhiLX1gpmQ11yFg6xSuOTW7LVCv0oc1x+YvUMJW23NU36sJX2RWGgvg==, } - dependencies: - "@types/mdast": 4.0.0 - mdast-util-find-and-replace: 3.0.1 - mdast-util-to-string: 4.0.0 - to-vfile: 8.0.0 - unist-util-visit: 5.0.0 - vfile: 6.0.1 - dev: false - /remark-parse@11.0.0: + remark-parse@11.0.0: resolution: { integrity: sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==, } - dependencies: - "@types/mdast": 4.0.0 - mdast-util-from-markdown: 2.0.0 - micromark-util-types: 2.0.0 - unified: 11.0.3 - transitivePeerDependencies: - - supports-color - dev: false - /remark-rehype@11.0.0: + remark-rehype@11.0.0: resolution: { integrity: sha512-vx8x2MDMcxuE4lBmQ46zYUDfcFMmvg80WYX+UNLeG6ixjdCCLcw1lrgAukwBTuOFsS78eoAedHGn9sNM0w7TPw==, } - dependencies: - "@types/hast": 3.0.1 - "@types/mdast": 4.0.2 - mdast-util-to-hast: 13.0.2 - unified: 11.0.4 - vfile: 6.0.1 - dev: false - /remark-slug@6.1.0: + remark-slug@6.1.0: resolution: { integrity: sha512-oGCxDF9deA8phWvxFuyr3oSJsdyUAxMFbA0mZ7Y1Sas+emILtO+e5WutF9564gDsEN4IXaQXm5pFo6MLH+YmwQ==, } - dependencies: - github-slugger: 1.5.0 - mdast-util-to-string: 1.1.0 - unist-util-visit: 2.0.3 - dev: true - /remark-stringify@11.0.0: + remark-stringify@11.0.0: resolution: { integrity: sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==, } - dependencies: - "@types/mdast": 4.0.0 - mdast-util-to-markdown: 2.1.0 - unified: 11.0.3 - dev: false - /replace-ext@0.0.1: + replace-ext@0.0.1: resolution: { integrity: sha512-AFBWBy9EVRTa/LhEcG8QDP3FvpwZqmvN2QFDuJswFeaVhWnZMp8q3E6Zd90SR04PlIwfGdyVjNyLPyen/ek5CQ==, } engines: { node: ">= 0.4" } - dev: false - /replace-string@3.1.0: + replace-string@3.1.0: resolution: { integrity: sha512-yPpxc4ZR2makceA9hy/jHNqc7QVkd4Je/N0WRHm6bs3PtivPuPynxE5ejU/mp5EhnCv8+uZL7vhz8rkluSlx+Q==, } engines: { node: ">=8" } - dev: false - /require-directory@2.1.1: + require-directory@2.1.1: resolution: { integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==, } engines: { node: ">=0.10.0" } - /require-main-filename@2.0.0: + require-main-filename@2.0.0: resolution: { integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==, } - /resize-observer-polyfill@1.5.1: + resize-observer-polyfill@1.5.1: resolution: { integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==, } - dev: false - /resolve-alpn@1.2.1: + resolve-alpn@1.2.1: resolution: { integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==, } - dev: true - /resolve-cwd@3.0.0: + resolve-cwd@3.0.0: resolution: { integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==, } engines: { node: ">=8" } - dependencies: - resolve-from: 5.0.0 - dev: true - /resolve-dir@0.1.1: + resolve-dir@0.1.1: resolution: { integrity: sha512-QxMPqI6le2u0dCLyiGzgy92kjkkL6zO0XyvHzjdTNH3zM6e5Hz3BwG6+aEyNgiQ5Xz6PwTwgQEj3U50dByPKIA==, } engines: { node: ">=0.10.0" } - dependencies: - expand-tilde: 1.2.2 - global-modules: 0.2.3 - /resolve-from@4.0.0: + resolve-from@4.0.0: resolution: { integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==, } engines: { node: ">=4" } - /resolve-from@5.0.0: + resolve-from@5.0.0: resolution: { integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==, } engines: { node: ">=8" } - /resolve-pkg-maps@1.0.0: + resolve-pkg-maps@1.0.0: resolution: { integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==, } - /resolve.exports@2.0.2: + resolve.exports@2.0.2: resolution: { integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==, } engines: { node: ">=10" } - dev: true - /resolve@1.22.4: + resolve@1.22.4: resolution: { integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==, } hasBin: true - dependencies: - is-core-module: 2.13.0 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - /resolve@1.22.8: + resolve@1.22.8: resolution: { integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==, } hasBin: true - dependencies: - is-core-module: 2.13.0 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - /resolve@2.0.0-next.4: + resolve@2.0.0-next.4: resolution: { integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==, } hasBin: true - dependencies: - is-core-module: 2.13.0 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - /responselike@2.0.1: + responselike@2.0.1: resolution: { integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==, } - dependencies: - lowercase-keys: 2.0.0 - dev: true - /restore-cursor@3.1.0: + restore-cursor@3.1.0: resolution: { integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==, } engines: { node: ">=8" } - dependencies: - onetime: 5.1.2 - signal-exit: 3.0.7 - dev: true - /restore-cursor@4.0.0: + restore-cursor@4.0.0: resolution: { integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dependencies: - onetime: 5.1.2 - signal-exit: 3.0.7 - dev: true - /retry@0.12.0: + retry@0.12.0: resolution: { integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==, } engines: { node: ">= 4" } - dev: true - /retry@0.13.1: + retry@0.13.1: resolution: { integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==, } engines: { node: ">= 4" } - dev: false - /reusify@1.0.4: + reusify@1.0.4: resolution: { integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, } engines: { iojs: ">=1.0.0", node: ">=0.10.0" } - /rfdc@1.3.0: + rfdc@1.3.1: resolution: { - integrity: sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==, + integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==, } - dev: true - /rimraf@2.6.3: + rimraf@2.6.3: resolution: { integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==, } + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - dependencies: - glob: 7.2.3 - dev: true - /rimraf@2.7.1: + rimraf@2.7.1: resolution: { integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==, } + deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true - dependencies: - glob: 7.2.3 - dev: true - /rimraf@3.0.2: + rimraf@3.0.2: resolution: { integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, } hasBin: true - dependencies: - glob: 7.2.3 - /rimraf@4.4.1: + rimraf@4.4.1: resolution: { integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==, } engines: { node: ">=14" } hasBin: true - dependencies: - glob: 9.3.5 - dev: true - /rimraf@5.0.5: + rimraf@5.0.5: resolution: { integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==, } engines: { node: ">=14" } hasBin: true - dependencies: - glob: 10.3.10 - dev: false - /rollup@2.78.0: + rollup@2.78.0: resolution: { integrity: sha512-4+YfbQC9QEVvKTanHhIAFVUFSRsezvQF8vFOJwtGfb9Bb+r014S+qryr9PSmw8x6sMnPkmFBGAvIFVQxvJxjtg==, } engines: { node: ">=10.0.0" } hasBin: true - optionalDependencies: - fsevents: 2.3.3 - /rollup@3.28.1: + rollup@3.28.1: resolution: { integrity: sha512-R9OMQmIHJm9znrU3m3cpE8uhN0fGdXiawME7aZIpQqvpS/85+Vt1Hq1/yVIcYfOmaQiHjvXkQAoJukvLpau6Yw==, } engines: { node: ">=14.18.0", npm: ">=8.0.0" } hasBin: true - optionalDependencies: - fsevents: 2.3.3 - /rollup@4.5.0: + rollup@4.5.0: resolution: { integrity: sha512-41xsWhzxqjMDASCxH5ibw1mXk+3c4TNI2UjKbLxe6iEzrSQnqOzmmK8/3mufCPbzHNJ2e04Fc1ddI35hHy+8zg==, } engines: { node: ">=18.0.0", npm: ">=8.0.0" } hasBin: true - optionalDependencies: - "@rollup/rollup-android-arm-eabi": 4.5.0 - "@rollup/rollup-android-arm64": 4.5.0 - "@rollup/rollup-darwin-arm64": 4.5.0 - "@rollup/rollup-darwin-x64": 4.5.0 - "@rollup/rollup-linux-arm-gnueabihf": 4.5.0 - "@rollup/rollup-linux-arm64-gnu": 4.5.0 - "@rollup/rollup-linux-arm64-musl": 4.5.0 - "@rollup/rollup-linux-x64-gnu": 4.5.0 - "@rollup/rollup-linux-x64-musl": 4.5.0 - "@rollup/rollup-win32-arm64-msvc": 4.5.0 - "@rollup/rollup-win32-ia32-msvc": 4.5.0 - "@rollup/rollup-win32-x64-msvc": 4.5.0 - fsevents: 2.3.3 - dev: true - /rtl-css-js@1.16.1: + rtl-css-js@1.16.1: resolution: { integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==, } - dependencies: - "@babel/runtime": 7.22.11 - dev: false - /run-applescript@5.0.0: + run-applescript@5.0.0: resolution: { integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==, } engines: { node: ">=12" } - dependencies: - execa: 5.1.1 - dev: true - /run-async@2.4.1: + run-async@2.4.1: resolution: { integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==, } engines: { node: ">=0.12.0" } - dev: true - /run-parallel@1.2.0: + run-parallel@1.2.0: resolution: { integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==, } - dependencies: - queue-microtask: 1.2.3 - /rxjs@6.6.7: + rxjs@6.6.7: resolution: { integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==, } engines: { npm: ">=2.0.0" } - dependencies: - tslib: 1.14.1 - dev: true - /rxjs@7.8.1: + rxjs@7.8.1: resolution: { integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==, } - dependencies: - tslib: 2.6.2 - /safe-array-concat@1.0.0: + safe-array-concat@1.0.0: resolution: { integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==, } engines: { node: ">=0.4" } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - has-symbols: 1.0.3 - isarray: 2.0.5 - /safe-buffer@5.1.2: + safe-buffer@5.1.2: resolution: { integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==, } - /safe-buffer@5.2.1: + safe-buffer@5.2.1: resolution: { integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==, } - /safe-regex-test@1.0.0: + safe-regex-test@1.0.0: resolution: { integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==, } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - is-regex: 1.1.4 - /safer-buffer@2.1.2: + safer-buffer@2.1.2: resolution: { integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==, } - /sass@1.69.5: + sass@1.69.5: resolution: { integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==, } engines: { node: ">=14.0.0" } hasBin: true - dependencies: - chokidar: 3.5.3 - immutable: 4.3.3 - source-map-js: 1.0.2 - /scheduler@0.23.0: + scheduler@0.23.0: resolution: { integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==, } - dependencies: - loose-envify: 1.4.0 - /screenfull@5.2.0: + screenfull@5.2.0: resolution: { integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==, } engines: { node: ">=0.10.0" } - dev: false - /scroll-into-view-if-needed@3.1.0: + scroll-into-view-if-needed@3.1.0: resolution: { integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==, } - dependencies: - compute-scroll-into-view: 3.1.0 - dev: false - /semver-regex@4.0.5: + semver-regex@4.0.5: resolution: { integrity: sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw==, } engines: { node: ">=12" } - dev: true - /semver-truncate@3.0.0: + semver-truncate@3.0.0: resolution: { integrity: sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==, } engines: { node: ">=12" } - dependencies: - semver: 7.5.4 - dev: true - /semver@5.7.2: + semver@5.7.2: resolution: { integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==, } hasBin: true - /semver@6.3.1: + semver@6.3.1: resolution: { integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==, } hasBin: true - /semver@7.5.3: + semver@7.5.3: resolution: { integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==, } engines: { node: ">=10" } hasBin: true - dependencies: - lru-cache: 6.0.0 - dev: true - /semver@7.5.4: + semver@7.5.4: resolution: { integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==, } engines: { node: ">=10" } hasBin: true - dependencies: - lru-cache: 6.0.0 - /send@0.18.0: + send@0.18.0: resolution: { integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==, } engines: { node: ">= 0.8.0" } - dependencies: - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 2.0.0 - mime: 1.6.0 - ms: 2.1.3 - on-finished: 2.4.1 - range-parser: 1.2.1 - statuses: 2.0.1 - transitivePeerDependencies: - - supports-color - /sentence-case@3.0.4: + sentence-case@3.0.4: resolution: { integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==, } - dependencies: - no-case: 3.0.4 - tslib: 2.6.2 - upper-case-first: 2.0.2 - dev: false - /serve-static@1.15.0: + serve-static@1.15.0: resolution: { integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==, } engines: { node: ">= 0.8.0" } - dependencies: - encodeurl: 1.0.2 - escape-html: 1.0.3 - parseurl: 1.3.3 - send: 0.18.0 - transitivePeerDependencies: - - supports-color - /set-blocking@2.0.0: + set-blocking@2.0.0: resolution: { integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==, } - /set-cookie-parser@2.6.0: + set-cookie-parser@2.6.0: resolution: { integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==, } - dev: false - /set-getter@0.1.1: + set-getter@0.1.1: resolution: { integrity: sha512-9sVWOy+gthr+0G9DzqqLaYNA7+5OKkSmcqjL9cBpDEaZrr3ShQlyX2cZ/O/ozE41oxn/Tt0LGEM/w4Rub3A3gw==, } engines: { node: ">=0.10.0" } - dependencies: - to-object-path: 0.3.0 - dev: false - /set-harmonic-interval@1.0.1: + set-harmonic-interval@1.0.1: resolution: { integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==, } engines: { node: ">=6.9" } - dev: false - /setprototypeof@1.2.0: + setprototypeof@1.2.0: resolution: { integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==, } - /shallow-clone@3.0.1: + shallow-clone@3.0.1: resolution: { integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==, } engines: { node: ">=8" } - dependencies: - kind-of: 6.0.3 - dev: true - /sharp@0.32.6: + sharp@0.32.6: resolution: { integrity: sha512-KyLTWwgcR9Oe4d9HwCwNM2l7+J0dUQwn/yf7S0EnTtb0eVS4RxO0eUSvxPtzT4F3SY+C4K6fqdv/DO27sJ/v/w==, } engines: { node: ">=14.15.0" } - requiresBuild: true - dependencies: - color: 4.2.3 - detect-libc: 2.0.2 - node-addon-api: 6.1.0 - prebuild-install: 7.1.1 - semver: 7.5.4 - simple-get: 4.0.1 - tar-fs: 3.0.4 - tunnel-agent: 0.6.0 - dev: false - /shebang-command@1.2.0: + shebang-command@1.2.0: resolution: { integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==, } engines: { node: ">=0.10.0" } - dependencies: - shebang-regex: 1.0.0 - dev: true - /shebang-command@2.0.0: + shebang-command@2.0.0: resolution: { integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, } engines: { node: ">=8" } - dependencies: - shebang-regex: 3.0.0 - /shebang-regex@1.0.0: + shebang-regex@1.0.0: resolution: { integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==, } engines: { node: ">=0.10.0" } - dev: true - /shebang-regex@3.0.0: + shebang-regex@3.0.0: resolution: { integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, } engines: { node: ">=8" } - /shell-quote@1.8.1: + shell-quote@1.8.1: resolution: { integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==, } - dev: false - /side-channel@1.0.4: + side-channel@1.0.4: resolution: { integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==, } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - object-inspect: 1.12.3 - /siginfo@2.0.0: + siginfo@2.0.0: resolution: { integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==, } - dev: true - /signal-exit@3.0.7: + signal-exit@3.0.7: resolution: { integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==, } - /signal-exit@4.1.0: + signal-exit@4.1.0: resolution: { integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, } engines: { node: ">=14" } - /sigstore@1.9.0: + sigstore@1.9.0: resolution: { integrity: sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true - dependencies: - "@sigstore/bundle": 1.1.0 - "@sigstore/protobuf-specs": 0.2.1 - "@sigstore/sign": 1.0.0 - "@sigstore/tuf": 1.0.3 - make-fetch-happen: 11.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /sigstore@2.1.0: + sigstore@2.1.0: resolution: { integrity: sha512-kPIj+ZLkyI3QaM0qX8V/nSsweYND3W448pwkDgS6CQ74MfhEkIR8ToK5Iyx46KJYRjseVcD3Rp9zAmUAj6ZjPw==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@sigstore/bundle": 2.1.0 - "@sigstore/protobuf-specs": 0.2.1 - "@sigstore/sign": 2.2.0 - "@sigstore/tuf": 2.2.0 - transitivePeerDependencies: - - supports-color - dev: true - /simple-concat@1.0.1: + simple-concat@1.0.1: resolution: { integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==, } - dev: false - /simple-get@4.0.1: + simple-get@4.0.1: resolution: { integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==, } - dependencies: - decompress-response: 6.0.0 - once: 1.4.0 - simple-concat: 1.0.1 - dev: false - /simple-swizzle@0.2.2: + simple-swizzle@0.2.2: resolution: { integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==, } - dependencies: - is-arrayish: 0.3.2 - dev: false - /simple-update-notifier@2.0.0: + simple-update-notifier@2.0.0: resolution: { integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==, } engines: { node: ">=10" } - dependencies: - semver: 7.5.4 - /sisteransi@1.0.5: + sisteransi@1.0.5: resolution: { integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==, } - /skin-tone@2.0.0: + skin-tone@2.0.0: resolution: { integrity: sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==, } engines: { node: ">=8" } - dependencies: - unicode-emoji-modifier-base: 1.0.0 - dev: false - /slash@3.0.0: + slash@3.0.0: resolution: { integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==, } engines: { node: ">=8" } - /slash@5.1.0: + slash@5.1.0: resolution: { integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==, } engines: { node: ">=14.16" } - dev: true - /slate-history@0.100.0(slate@0.100.0): + slate-history@0.100.0: resolution: { integrity: sha512-x5rUuWLNtH97hs9PrFovGgt3Qc5zkTm/5mcUB+0NR/TK923eLax4HsL6xACLHMs245nI6aJElyM1y6hN0y5W/Q==, } peerDependencies: slate: ">=0.65.3" - dependencies: - is-plain-object: 5.0.0 - slate: 0.100.0 - dev: false - /slate-react@0.101.0(react-dom@18.2.0)(react@18.2.0)(slate@0.100.0): + slate-react@0.101.0: resolution: { integrity: sha512-GAwAi9cT8pWLt65p6Fab33UXH2MKE1NRzHhqAnV+32u20vy4dre/dIGyyqrFyOp3lgBBitgjyo6N2g26y63gOA==, @@ -25748,867 +16626,590 @@ packages: react: ">=18.2.0" react-dom: ">=18.2.0" slate: ">=0.99.0" - dependencies: - "@juggle/resize-observer": 3.4.0 - "@types/is-hotkey": 0.1.10 - "@types/lodash": 4.14.200 - direction: 1.0.4 - is-hotkey: 0.2.0 - is-plain-object: 5.0.0 - lodash: 4.17.21 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - scroll-into-view-if-needed: 3.1.0 - slate: 0.100.0 - tiny-invariant: 1.3.1 - dev: false - /slate@0.100.0: + slate@0.100.0: resolution: { integrity: sha512-cK+xwLBrbQof4rEfTzgC8loBWsDFEXq8nOBY7QahwY59Zq4bsBNcwiMw2VIzTv+WGNsmyHp4eAk/HJbz2aAUkQ==, } - dependencies: - immer: 10.0.3 - is-plain-object: 5.0.0 - tiny-warning: 1.0.3 - dev: false - /slice-ansi@3.0.0: + slice-ansi@3.0.0: resolution: { integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==, } engines: { node: ">=8" } - dependencies: - ansi-styles: 4.3.0 - astral-regex: 2.0.0 - is-fullwidth-code-point: 3.0.0 - dev: false - /slice-ansi@5.0.0: + slice-ansi@5.0.0: resolution: { integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==, } engines: { node: ">=12" } - dependencies: - ansi-styles: 6.2.1 - is-fullwidth-code-point: 4.0.0 - dev: true - /slice-ansi@7.1.0: + slice-ansi@7.1.0: resolution: { integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==, } engines: { node: ">=18" } - dependencies: - ansi-styles: 6.2.1 - is-fullwidth-code-point: 5.0.0 - dev: true - /smart-buffer@4.2.0: + smart-buffer@4.2.0: resolution: { integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==, } engines: { node: ">= 6.0.0", npm: ">= 3.0.0" } - /snake-case@3.0.4: + snake-case@3.0.4: resolution: { integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==, } - dependencies: - dot-case: 3.0.4 - tslib: 2.6.2 - dev: false - /socket.io-adapter@2.5.2: + socket.io-adapter@2.5.2: resolution: { integrity: sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==, } - dependencies: - ws: 8.11.0 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - dev: false - /socket.io-client@4.7.2: + socket.io-client@4.7.2: resolution: { integrity: sha512-vtA0uD4ibrYD793SOIAwlo8cj6haOeMHrGvwPxJsxH7CeIksqJ+3Zc06RvWTIFgiSqx4A3sOnTXpfAEE2Zyz6w==, } engines: { node: ">=10.0.0" } - dependencies: - "@socket.io/component-emitter": 3.1.0 - debug: 4.3.4 - engine.io-client: 6.5.2 - socket.io-parser: 4.2.4 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /socket.io-parser@4.2.4: + socket.io-parser@4.2.4: resolution: { integrity: sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==, } engines: { node: ">=10.0.0" } - dependencies: - "@socket.io/component-emitter": 3.1.0 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: false - /socket.io@4.7.2: + socket.io@4.7.2: resolution: { integrity: sha512-bvKVS29/I5fl2FGLNHuXlQaUH/BlzX1IN6S+NKLNZpBsPZIDH+90eQmCs2Railn4YUiww4SzUedJ6+uzwFnKLw==, } engines: { node: ">=10.2.0" } - dependencies: - accepts: 1.3.8 - base64id: 2.0.0 - cors: 2.8.5 - debug: 4.3.4 - engine.io: 6.5.2 - socket.io-adapter: 2.5.2 - socket.io-parser: 4.2.4 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - dev: false - /socks-proxy-agent@7.0.0: + socks-proxy-agent@7.0.0: resolution: { integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==, } engines: { node: ">= 10" } - dependencies: - agent-base: 6.0.2 - debug: 4.3.4 - socks: 2.7.1 - transitivePeerDependencies: - - supports-color - dev: true - /socks-proxy-agent@8.0.2: + socks-proxy-agent@8.0.2: resolution: { integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==, } engines: { node: ">= 14" } - dependencies: - agent-base: 7.1.0 - debug: 4.3.4 - socks: 2.7.1 - transitivePeerDependencies: - - supports-color - /socks@2.7.1: + socks@2.7.1: resolution: { integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==, } engines: { node: ">= 10.13.0", npm: ">= 3.0.0" } - dependencies: - ip: 2.0.0 - smart-buffer: 4.2.0 - /sort-keys-length@1.0.1: + sort-keys-length@1.0.1: resolution: { integrity: sha512-GRbEOUqCxemTAk/b32F2xa8wDTs+Z1QHOkbhJDQTvv/6G3ZkbJ+frYWsTcc7cBB3Fu4wy4XlLCuNtJuMn7Gsvw==, } engines: { node: ">=0.10.0" } - dependencies: - sort-keys: 1.1.2 - dev: true - /sort-keys@1.1.2: + sort-keys@1.1.2: resolution: { integrity: sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==, } engines: { node: ">=0.10.0" } - dependencies: - is-plain-obj: 1.1.0 - dev: true - /sort-keys@2.0.0: + sort-keys@2.0.0: resolution: { integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==, } engines: { node: ">=4" } - dependencies: - is-plain-obj: 1.1.0 - dev: true - /sortablejs@1.15.0: + sortablejs@1.15.0: resolution: { integrity: sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w==, } - dev: false - /source-map-js@1.0.2: + source-map-js@1.0.2: resolution: { integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==, } engines: { node: ">=0.10.0" } - /source-map-support@0.5.13: + source-map-support@0.5.13: resolution: { integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==, } - dependencies: - buffer-from: 1.1.2 - source-map: 0.6.1 - dev: true - /source-map-support@0.5.21: + source-map-support@0.5.21: resolution: { integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==, } - dependencies: - buffer-from: 1.1.2 - source-map: 0.6.1 - dev: true - /source-map@0.5.6: + source-map@0.5.6: resolution: { integrity: sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==, } engines: { node: ">=0.10.0" } - dev: false - /source-map@0.5.7: + source-map@0.5.7: resolution: { integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==, } engines: { node: ">=0.10.0" } - dev: false - /source-map@0.6.1: + source-map@0.6.1: resolution: { integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, } engines: { node: ">=0.10.0" } - /source-map@0.7.4: + source-map@0.7.4: resolution: { integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==, } engines: { node: ">= 8" } - dev: true - /source-map@0.8.0-beta.0: + source-map@0.8.0-beta.0: resolution: { integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==, } engines: { node: ">= 8" } - dependencies: - whatwg-url: 7.1.0 - /sourcemap-codec@1.4.8: + sourcemap-codec@1.4.8: resolution: { integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==, } deprecated: Please use @jridgewell/sourcemap-codec instead - dev: false - /space-separated-tokens@1.1.5: + space-separated-tokens@1.1.5: resolution: { integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==, } - dev: true - /space-separated-tokens@2.0.2: + space-separated-tokens@2.0.2: resolution: { integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==, } - dev: false - /spawn-command@0.0.2: + spawn-command@0.0.2: resolution: { integrity: sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==, } - dev: false - /spawn-wrap@2.0.0: + spawn-wrap@2.0.0: resolution: { integrity: sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==, } engines: { node: ">=8" } - dependencies: - foreground-child: 2.0.0 - is-windows: 1.0.2 - make-dir: 3.1.0 - rimraf: 3.0.2 - signal-exit: 3.0.7 - which: 2.0.2 - dev: true - /spawnd@5.0.0: + spawnd@5.0.0: resolution: { integrity: sha512-28+AJr82moMVWolQvlAIv3JcYDkjkFTEmfDc503wxrF5l2rQ3dFz6DpbXp3kD4zmgGGldfM4xM4v1sFj/ZaIOA==, } - dependencies: - exit: 0.1.2 - signal-exit: 3.0.7 - tree-kill: 1.2.2 - wait-port: 0.2.14 - transitivePeerDependencies: - - supports-color - dev: true - /spdx-correct@3.2.0: + spdx-correct@3.2.0: resolution: { integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==, } - dependencies: - spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.13 - /spdx-exceptions@2.3.0: + spdx-exceptions@2.3.0: resolution: { integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==, } - /spdx-expression-parse@3.0.1: + spdx-expression-parse@3.0.1: resolution: { integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==, } - dependencies: - spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.13 - /spdx-license-ids@3.0.13: + spdx-license-ids@3.0.13: resolution: { integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==, } - /split2@3.2.2: + split2@3.2.2: resolution: { integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==, } - dependencies: - readable-stream: 3.6.2 - dev: true - /split@1.0.1: + split@1.0.1: resolution: { integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==, } - dependencies: - through: 2.3.8 - dev: true - /sprintf-js@1.0.3: + sprintf-js@1.0.3: resolution: { integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==, } - dev: true - /ssri@10.0.5: + ssri@10.0.5: resolution: { integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - minipass: 7.0.3 - dev: true - /ssri@9.0.1: + ssri@9.0.1: resolution: { integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - dependencies: - minipass: 3.3.6 - dev: true - /stack-generator@2.0.10: + stack-generator@2.0.10: resolution: { integrity: sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==, } - dependencies: - stackframe: 1.3.4 - dev: false - /stack-utils@2.0.6: + stack-utils@2.0.6: resolution: { integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==, } engines: { node: ">=10" } - dependencies: - escape-string-regexp: 2.0.0 - dev: true - /stackback@0.0.2: + stackback@0.0.2: resolution: { integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==, } - dev: true - /stackframe@1.3.4: + stackframe@1.3.4: resolution: { integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==, } - dev: false - /stacktrace-gps@3.1.2: + stacktrace-gps@3.1.2: resolution: { integrity: sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==, } - dependencies: - source-map: 0.5.6 - stackframe: 1.3.4 - dev: false - /stacktrace-js@2.0.2: + stacktrace-js@2.0.2: resolution: { integrity: sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==, } - dependencies: - error-stack-parser: 2.1.4 - stack-generator: 2.0.10 - stacktrace-gps: 3.1.2 - dev: false - /stacktrace-parser@0.1.10: + stacktrace-parser@0.1.10: resolution: { integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==, } engines: { node: ">=6" } - dependencies: - type-fest: 0.7.1 - dev: false - /state-local@1.0.7: + state-local@1.0.7: resolution: { integrity: sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==, } - dev: false - /statuses@2.0.1: + statuses@2.0.1: resolution: { integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==, } engines: { node: ">= 0.8" } - /std-env@3.4.3: + std-env@3.4.3: resolution: { integrity: sha512-f9aPhy8fYBuMN+sNfakZV18U39PbalgjXG3lLB9WkaYTxijru61wb57V9wxxNthXM5Sd88ETBWi29qLAsHO52Q==, } - dev: true - /stop-iteration-iterator@1.0.0: + stop-iteration-iterator@1.0.0: resolution: { integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==, } engines: { node: ">= 0.4" } - dependencies: - internal-slot: 1.0.5 - dev: true - /storage-factory@0.2.1: + storage-factory@0.2.1: resolution: { integrity: sha512-zyhSqhFbK7q1ovq1Tf4WyshYwy8jLkKIUnWBPnakXarvFRljemhz9Zlg0rxwnZiqUdJQ3iox36VLtE/XHqQ4og==, } - dev: false - /store2@2.14.2: + store2@2.14.2: resolution: { integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==, } - dev: true - /storybook@7.5.3: + storybook@7.5.3: resolution: { integrity: sha512-lkn9hcedNmSNCzbDIrky2LpZJqlpS7Fy1KpGBZmLY34g5Mb0+KnXaUqzY0dxsd7aFm8Oa7Du/emceMYNNL4DMA==, } hasBin: true - dependencies: - "@storybook/cli": 7.5.3 - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: true - /stream-shift@1.0.1: + stream-shift@1.0.1: resolution: { integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==, } - dev: true - /streamroller@3.1.5: + streamroller@3.1.5: resolution: { integrity: sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==, } engines: { node: ">=8.0" } - dependencies: - date-format: 4.0.14 - debug: 4.3.4 - fs-extra: 8.1.0 - transitivePeerDependencies: - - supports-color - dev: false - /streamsearch@1.1.0: + streamsearch@1.1.0: resolution: { integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==, } engines: { node: ">=10.0.0" } - /streamx@2.15.1: + streamx@2.15.1: resolution: { integrity: sha512-fQMzy2O/Q47rgwErk/eGeLu/roaFWV0jVsogDmrszM9uIw8L5OA+t+V93MgYlufNptfjmYR1tOMWhei/Eh7TQA==, } - dependencies: - fast-fifo: 1.3.2 - queue-tick: 1.0.1 - dev: false - /string-argv@0.3.2: + string-argv@0.3.2: resolution: { integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==, } engines: { node: ">=0.6.19" } - dev: true - /string-length@4.0.2: + string-length@4.0.2: resolution: { integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==, } engines: { node: ">=10" } - dependencies: - char-regex: 1.0.2 - strip-ansi: 6.0.1 - dev: true - /string-length@5.0.1: + string-length@5.0.1: resolution: { integrity: sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==, } engines: { node: ">=12.20" } - dependencies: - char-regex: 2.0.1 - strip-ansi: 7.1.0 - dev: true - /string-width@4.2.3: + string-width@4.2.3: resolution: { integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, } engines: { node: ">=8" } - dependencies: - emoji-regex: 8.0.0 - is-fullwidth-code-point: 3.0.0 - strip-ansi: 6.0.1 - /string-width@5.1.2: + string-width@5.1.2: resolution: { integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, } engines: { node: ">=12" } - dependencies: - eastasianwidth: 0.2.0 - emoji-regex: 9.2.2 - strip-ansi: 7.1.0 - /string-width@7.0.0: + string-width@7.0.0: resolution: { integrity: sha512-GPQHj7row82Hjo9hKZieKcHIhaAIKOJvFSIZXuCU9OASVZrMNUaZuz++SPVrBjnLsnk4k+z9f2EIypgxf2vNFw==, } engines: { node: ">=18" } - dependencies: - emoji-regex: 10.3.0 - get-east-asian-width: 1.2.0 - strip-ansi: 7.1.0 - dev: true - /string.prototype.matchall@4.0.8: + string.prototype.matchall@4.0.8: resolution: { integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==, } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - get-intrinsic: 1.2.1 - has-symbols: 1.0.3 - internal-slot: 1.0.5 - regexp.prototype.flags: 1.5.0 - side-channel: 1.0.4 - /string.prototype.trim@1.2.7: + string.prototype.trim@1.2.7: resolution: { integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - /string.prototype.trimend@1.0.6: + string.prototype.trimend@1.0.6: resolution: { integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==, } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - /string.prototype.trimstart@1.0.6: + string.prototype.trimstart@1.0.6: resolution: { integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==, } - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.22.1 - /string_decoder@1.1.1: + string_decoder@1.1.1: resolution: { integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==, } - dependencies: - safe-buffer: 5.1.2 - /string_decoder@1.3.0: + string_decoder@1.3.0: resolution: { integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==, } - dependencies: - safe-buffer: 5.2.1 - /strip-ansi@6.0.1: + strip-ansi@6.0.1: resolution: { integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, } engines: { node: ">=8" } - dependencies: - ansi-regex: 5.0.1 - /strip-ansi@7.1.0: + strip-ansi@7.1.0: resolution: { integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, } engines: { node: ">=12" } - dependencies: - ansi-regex: 6.0.1 - /strip-bom-buffer@0.1.1: + strip-bom-buffer@0.1.1: resolution: { integrity: sha512-dbIOX/cOLFgLH/2ofd7n78uPD3uPkXyt3P1IgaVoGiPYEdOnb7D1mawyhOTXyYWva1kCuRxJY5FkMsVKYlZRRg==, } engines: { node: ">=0.10.0" } - dependencies: - is-buffer: 1.1.6 - is-utf8: 0.2.1 - dev: false - /strip-bom-string@0.1.2: + strip-bom-string@0.1.2: resolution: { integrity: sha512-3DgNqQFTfOwWgxn3cXsa6h/WRgFa7dVb6/7YqwfJlBpLSSQbiU1VhaBNRKmtLI59CHjc9awLp9yGJREu7AnaMQ==, } engines: { node: ">=0.10.0" } - dev: false - /strip-bom@3.0.0: + strip-bom@3.0.0: resolution: { integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, } engines: { node: ">=4" } - /strip-bom@4.0.0: + strip-bom@4.0.0: resolution: { integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==, } engines: { node: ">=8" } - dev: true - /strip-eof@1.0.0: + strip-eof@1.0.0: resolution: { integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==, } engines: { node: ">=0.10.0" } - dev: true - /strip-final-newline@2.0.0: + strip-final-newline@2.0.0: resolution: { integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==, } engines: { node: ">=6" } - /strip-final-newline@3.0.0: + strip-final-newline@3.0.0: resolution: { integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==, } engines: { node: ">=12" } - dev: true - /strip-indent@3.0.0: + strip-indent@3.0.0: resolution: { integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==, } engines: { node: ">=8" } - dependencies: - min-indent: 1.0.1 - /strip-indent@4.0.0: + strip-indent@4.0.0: resolution: { integrity: sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==, } engines: { node: ">=12" } - dependencies: - min-indent: 1.0.1 - dev: true - /strip-json-comments@2.0.1: + strip-json-comments@2.0.1: resolution: { integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==, } engines: { node: ">=0.10.0" } - dev: false - /strip-json-comments@3.1.1: + strip-json-comments@3.1.1: resolution: { integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==, } engines: { node: ">=8" } - /strip-literal@1.3.0: + strip-literal@1.3.0: resolution: { integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==, } - dependencies: - acorn: 8.10.0 - dev: true - /strip-outer@2.0.0: + strip-outer@2.0.0: resolution: { integrity: sha512-A21Xsm1XzUkK0qK1ZrytDUvqsQWict2Cykhvi0fBQntGG5JSprESasEyV1EZ/4CiR5WB5KjzLTrP/bO37B0wPg==, } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } - dev: true - /strong-log-transformer@2.1.0: + strong-log-transformer@2.1.0: resolution: { integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==, } engines: { node: ">=4" } hasBin: true - dependencies: - duplexer: 0.1.2 - minimist: 1.2.8 - through: 2.3.8 - dev: true - /strtok3@7.0.0: + strtok3@7.0.0: resolution: { integrity: sha512-pQ+V+nYQdC5H3Q7qBZAz/MO6lwGhoC2gOAjuouGf/VO0m7vQRh8QNMl2Uf6SwAtzZ9bOw3UIeBukEGNJl5dtXQ==, } engines: { node: ">=14.16" } - dependencies: - "@tokenizer/token": 0.3.0 - peek-readable: 5.0.0 - dev: true - /style-to-object@0.4.2: + style-to-object@0.4.2: resolution: { integrity: sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==, } - dependencies: - inline-style-parser: 0.1.1 - dev: false - /styled-jsx@5.1.1(@babel/core@7.22.11)(react@18.2.0): + styled-jsx@5.1.1: resolution: { integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==, @@ -26623,617 +17224,439 @@ packages: optional: true babel-plugin-macros: optional: true - dependencies: - "@babel/core": 7.22.11 - client-only: 0.0.1 - react: 18.2.0 - /stylis@4.2.0: + stylis@4.2.0: resolution: { integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==, } - dev: false - /stylis@4.3.0: + stylis@4.3.0: resolution: { integrity: sha512-E87pIogpwUsUwXw7dNyU4QDjdgVMy52m+XEOPEKUn161cCzWjjhPSQhByfd1CcNvrOLnXQ6OnnZDwnJrz/Z4YQ==, } - dev: false - /success-symbol@0.1.0: + success-symbol@0.1.0: resolution: { integrity: sha512-7S6uOTxPklNGxOSbDIg4KlVLBQw1UiGVyfCUYgYxrZUKRblUkmGj7r8xlfQoFudvqLv6Ap5gd76/IIFfI9JG2A==, } engines: { node: ">=0.10.0" } - dev: false - /sucrase@3.34.0: + sucrase@3.34.0: resolution: { integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==, } engines: { node: ">=8" } hasBin: true - dependencies: - "@jridgewell/gen-mapping": 0.3.3 - commander: 4.1.1 - glob: 7.1.6 - lines-and-columns: 1.2.4 - mz: 2.7.0 - pirates: 4.0.6 - ts-interface-checker: 0.1.13 - /superjson@1.13.3: + superjson@1.13.3: resolution: { integrity: sha512-mJiVjfd2vokfDxsQPOwJ/PtanO87LhpYY88ubI5dUB1Ab58Txbyje3+jpm+/83R/fevaq/107NNhtYBLuoTrFg==, } engines: { node: ">=10" } - dependencies: - copy-anything: 3.0.5 - dev: false - /supports-color@5.5.0: + supports-color@5.5.0: resolution: { integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, } engines: { node: ">=4" } - dependencies: - has-flag: 3.0.0 - /supports-color@7.2.0: + supports-color@7.2.0: resolution: { integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, } engines: { node: ">=8" } - dependencies: - has-flag: 4.0.0 - /supports-color@8.1.1: + supports-color@8.1.1: resolution: { integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==, } engines: { node: ">=10" } - dependencies: - has-flag: 4.0.0 - /supports-hyperlinks@2.3.0: + supports-hyperlinks@2.3.0: resolution: { integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==, } engines: { node: ">=8" } - dependencies: - has-flag: 4.0.0 - supports-color: 7.2.0 - dev: false - /supports-preserve-symlinks-flag@1.0.0: + supports-preserve-symlinks-flag@1.0.0: resolution: { integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, } engines: { node: ">= 0.4" } - /swagger-ui-dist@4.19.1: + swagger-ui-dist@4.19.1: resolution: { integrity: sha512-n/gFn+R7G/BXWwl5UZLw6F1YgWOlf3zkwGlsPhTMhNtAAolBGKg0JS5b2RKt5NI6/hSopVaSrki2wTIMUDDy2w==, } - dev: false - /synchronous-promise@2.0.17: + synchronous-promise@2.0.17: resolution: { integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==, } - dev: true - /synckit@0.8.5: + synckit@0.8.5: resolution: { integrity: sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==, } engines: { node: ^14.18.0 || >=16.0.0 } - dependencies: - "@pkgr/utils": 2.4.2 - tslib: 2.6.2 - dev: true - /tailwind-merge@1.14.0: + tailwind-merge@1.14.0: resolution: { integrity: sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ==, } - dev: false - /tailwind-merge@2.0.0: + tailwind-merge@2.0.0: resolution: { integrity: sha512-WO8qghn9yhsldLSg80au+3/gY9E4hFxIvQ3qOmlpXnqpDKoMruKfi/56BbbMg6fHTQJ9QD3cc79PoWqlaQE4rw==, } - dependencies: - "@babel/runtime": 7.23.2 - dev: false - /tailwindcss@3.3.5: + tailwindcss@3.3.5: resolution: { integrity: sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==, } engines: { node: ">=14.0.0" } hasBin: true - dependencies: - "@alloc/quick-lru": 5.2.0 - arg: 5.0.2 - chokidar: 3.5.3 - didyoumean: 1.2.2 - dlv: 1.1.3 - fast-glob: 3.3.1 - glob-parent: 6.0.2 - is-glob: 4.0.3 - jiti: 1.19.3 - lilconfig: 2.1.0 - micromatch: 4.0.5 - normalize-path: 3.0.0 - object-hash: 3.0.0 - picocolors: 1.0.0 - postcss: 8.4.31 - postcss-import: 15.1.0(postcss@8.4.31) - postcss-js: 4.0.1(postcss@8.4.31) - postcss-load-config: 4.0.1(postcss@8.4.31) - postcss-nested: 6.0.1(postcss@8.4.31) - postcss-selector-parser: 6.0.13 - resolve: 1.22.8 - sucrase: 3.34.0 - transitivePeerDependencies: - - ts-node - /tapable@2.2.1: + tapable@2.2.1: resolution: { integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==, } engines: { node: ">=6" } - /tar-fs@2.1.1: + tar-fs@2.1.1: resolution: { integrity: sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==, } - dependencies: - chownr: 1.1.4 - mkdirp-classic: 0.5.3 - pump: 3.0.0 - tar-stream: 2.2.0 - /tar-fs@3.0.4: + tar-fs@3.0.4: resolution: { integrity: sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==, } - dependencies: - mkdirp-classic: 0.5.3 - pump: 3.0.0 - tar-stream: 3.1.6 - dev: false - /tar-stream@2.2.0: + tar-stream@2.2.0: resolution: { integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==, } engines: { node: ">=6" } - dependencies: - bl: 4.1.0 - end-of-stream: 1.4.4 - fs-constants: 1.0.0 - inherits: 2.0.4 - readable-stream: 3.6.2 - /tar-stream@3.1.6: + tar-stream@3.1.6: resolution: { integrity: sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==, } - dependencies: - b4a: 1.6.4 - fast-fifo: 1.3.2 - streamx: 2.15.1 - dev: false - /tar@6.1.11: + tar@6.1.15: resolution: { - integrity: sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==, + integrity: sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==, } - engines: { node: ">= 10" } - dependencies: - chownr: 2.0.0 - fs-minipass: 2.1.0 - minipass: 3.3.6 - minizlib: 2.1.2 - mkdirp: 1.0.4 - yallist: 4.0.0 - dev: true + engines: { node: ">=10" } - /tar@6.1.15: + tar@6.2.1: resolution: { - integrity: sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==, + integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==, } engines: { node: ">=10" } - dependencies: - chownr: 2.0.0 - fs-minipass: 2.1.0 - minipass: 5.0.0 - minizlib: 2.1.2 - mkdirp: 1.0.4 - yallist: 4.0.0 - /telejson@7.2.0: + telejson@7.2.0: resolution: { integrity: sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==, } - dependencies: - memoizerific: 1.11.3 - dev: true - /temp-dir@1.0.0: + temp-dir@1.0.0: resolution: { integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==, } engines: { node: ">=4" } - dev: true - /temp-dir@2.0.0: + temp-dir@2.0.0: resolution: { integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==, } engines: { node: ">=8" } - /temp@0.8.4: + temp@0.8.4: resolution: { integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==, } engines: { node: ">=6.0.0" } - dependencies: - rimraf: 2.6.3 - dev: true - /tempy@1.0.1: + tempy@1.0.1: resolution: { integrity: sha512-biM9brNqxSc04Ee71hzFbryD11nX7VPhQQY32AdDmjFvodsRFz/3ufeoTZ6uYkRFfGo188tENcASNs3vTdsM0w==, } engines: { node: ">=10" } - dependencies: - del: 6.1.1 - is-stream: 2.0.1 - temp-dir: 2.0.0 - type-fest: 0.16.0 - unique-string: 2.0.0 - /terminal-link@2.1.1: + terminal-link@2.1.1: resolution: { integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==, } engines: { node: ">=8" } - dependencies: - ansi-escapes: 4.3.2 - supports-hyperlinks: 2.3.0 - dev: false - /test-exclude@6.0.0: + test-exclude@6.0.0: resolution: { integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==, } engines: { node: ">=8" } - dependencies: - "@istanbuljs/schema": 0.1.3 - glob: 7.2.3 - minimatch: 3.1.2 - dev: true - /text-extensions@1.9.0: + text-extensions@1.9.0: resolution: { integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==, } engines: { node: ">=0.10" } - dev: true - /text-table@0.2.0: + text-table@0.2.0: resolution: { integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==, } - /thenify-all@1.6.0: + thenify-all@1.6.0: resolution: { integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==, } engines: { node: ">=0.8" } - dependencies: - thenify: 3.3.1 - /thenify@3.3.1: + thenify@3.3.1: resolution: { integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==, } - dependencies: - any-promise: 1.3.0 - /thirty-two@1.0.2: + thirty-two@1.0.2: resolution: { integrity: sha512-OEI0IWCe+Dw46019YLl6V10Us5bi574EvlJEOcAkB29IzQ/mYD1A6RyNHLjZPiHCmuodxvgF6U+vZO1L15lxVA==, } engines: { node: ">=0.2.6" } - dev: false - /throttle-debounce@3.0.1: + throttle-debounce@3.0.1: resolution: { integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==, } engines: { node: ">=10" } - dev: false - /through2@2.0.5: + through2@2.0.5: resolution: { integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==, } - dependencies: - readable-stream: 2.3.8 - xtend: 4.0.2 - /through@2.3.8: + through@2.3.8: resolution: { integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==, } - /tiny-invariant@1.2.0: + tiny-invariant@1.2.0: resolution: { integrity: sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==, } - dev: false - /tiny-invariant@1.3.1: + tiny-invariant@1.3.1: resolution: { integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==, } - /tiny-warning@1.0.3: + tiny-warning@1.0.3: resolution: { integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==, } - dev: false - /tinybench@2.5.0: + tinybench@2.5.0: resolution: { integrity: sha512-kRwSG8Zx4tjF9ZiyH4bhaebu+EDz1BOx9hOigYHlUW4xxI/wKIUQUqo018UlU4ar6ATPBsaMrdbKZ+tmPdohFA==, } - dev: true - /tinypool@0.7.0: + tinypool@0.7.0: resolution: { integrity: sha512-zSYNUlYSMhJ6Zdou4cJwo/p7w5nmAH17GRfU/ui3ctvjXFErXXkruT4MWW6poDeXgCaIBlGLrfU6TbTXxyGMww==, } engines: { node: ">=14.0.0" } - dev: true - /tinyspy@2.1.1: + tinyspy@2.1.1: resolution: { integrity: sha512-XPJL2uSzcOyBMky6OFrusqWlzfFrXtE0hPuMgW8A2HmaqrPo4ZQHRN/V0QXN3FSjKxpsbRrFc5LI7KOwBsT1/w==, } engines: { node: ">=14.0.0" } - dev: true - /titleize@3.0.0: + titleize@3.0.0: resolution: { integrity: sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==, } engines: { node: ">=12" } - dev: true - /tmp@0.0.33: + tmp@0.0.33: resolution: { integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==, } engines: { node: ">=0.6.0" } - dependencies: - os-tmpdir: 1.0.2 - dev: true - /tmp@0.2.1: + tmp@0.2.1: resolution: { integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==, } engines: { node: ">=8.17.0" } - dependencies: - rimraf: 3.0.2 - /tmpl@1.0.5: + tmpl@1.0.5: resolution: { integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==, } - dev: true - /to-fast-properties@2.0.0: + to-fast-properties@2.0.0: resolution: { integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, } engines: { node: ">=4" } - /to-file@0.2.0: + to-file@0.2.0: resolution: { integrity: sha512-xLyYVRKJQTwy2tKMOLD0M0yL+YSZVgMAzkaY9hh7GhzgBBHSIWARDkgPx8krPPm0mW5CgoIFsQEdKRFOyIRdqg==, } engines: { node: ">=0.10.0" } - dependencies: - define-property: 0.2.5 - extend-shallow: 2.0.1 - file-contents: 0.2.4 - glob-parent: 6.0.2 - is-valid-glob: 0.3.0 - isobject: 2.1.0 - lazy-cache: 2.0.2 - vinyl: 1.2.0 - dev: false - /to-object-path@0.3.0: + to-object-path@0.3.0: resolution: { integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==, } engines: { node: ">=0.10.0" } - dependencies: - kind-of: 3.2.2 - dev: false - /to-regex-range@5.0.1: + to-regex-range@5.0.1: resolution: { integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, } engines: { node: ">=8.0" } - dependencies: - is-number: 7.0.0 - /to-vfile@8.0.0: + to-vfile@8.0.0: resolution: { integrity: sha512-IcmH1xB5576MJc9qcfEC/m/nQCFt3fzMHz45sSlgJyTWjRbKW1HAkJpuf3DgE57YzIlZcwcBZA5ENQbBo4aLkg==, } - dependencies: - vfile: 6.0.1 - dev: false - /tocbot@4.21.1: + tocbot@4.21.1: resolution: { integrity: sha512-IfajhBTeg0HlMXu1f+VMbPef05QpDTsZ9X2Yn1+8npdaXsXg/+wrm9Ze1WG5OS1UDC3qJ5EQN/XOZ3gfXjPFCw==, } - dev: true - /toggle-selection@1.0.6: + toggle-selection@1.0.6: resolution: { integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==, } - dev: false - /toidentifier@1.0.1: + toidentifier@1.0.1: resolution: { integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==, } engines: { node: ">=0.6" } - /token-types@5.0.1: + token-types@5.0.1: resolution: { integrity: sha512-Y2fmSnZjQdDb9W4w4r1tswlMHylzWIeOKpx0aZH9BgGtACHhrk3OkT52AzwcuqTRBZtvvnTjDBh8eynMulu8Vg==, } engines: { node: ">=14.16" } - dependencies: - "@tokenizer/token": 0.3.0 - ieee754: 1.2.1 - dev: true - /touch@3.1.0: + touch@3.1.0: resolution: { integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==, } hasBin: true - dependencies: - nopt: 1.0.10 - dev: false - /tr46@0.0.3: + tr46@0.0.3: resolution: { integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==, } - /tr46@1.0.1: + tr46@1.0.1: resolution: { integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==, } - dependencies: - punycode: 2.3.0 - /tree-kill@1.2.2: + tree-kill@1.2.2: resolution: { integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==, } hasBin: true - /trim-lines@3.0.1: + trim-lines@3.0.1: resolution: { integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==, } - dev: false - /trim-newlines@3.0.1: + trim-newlines@3.0.1: resolution: { integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==, } engines: { node: ">=8" } - dev: true - /trim-repeated@2.0.0: + trim-repeated@2.0.0: resolution: { integrity: sha512-QUHBFTJGdOwmp0tbOG505xAgOp/YliZP/6UgafFXYZ26WT1bvQmSMJUvkeVSASuJJHbqsFbynTvkd5W8RBTipg==, } engines: { node: ">=12" } - dependencies: - escape-string-regexp: 5.0.0 - dev: true - /trough@2.1.0: + trough@2.1.0: resolution: { integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==, } - dev: false - /ts-api-utils@1.0.2(typescript@5.3.2): + ts-api-utils@1.0.2: resolution: { integrity: sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==, @@ -27241,31 +17664,27 @@ packages: engines: { node: ">=16.13.0" } peerDependencies: typescript: ">=4.2.0" - dependencies: - typescript: 5.3.2 - /ts-dedent@2.2.0: + ts-dedent@2.2.0: resolution: { integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==, } engines: { node: ">=6.10" } - dev: true - /ts-easing@0.2.0: + ts-easing@0.2.0: resolution: { integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==, } - dev: false - /ts-interface-checker@0.1.13: + ts-interface-checker@0.1.13: resolution: { integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==, } - /ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2): + ts-node@10.9.1: resolution: { integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==, @@ -27281,83 +17700,51 @@ packages: optional: true "@swc/wasm": optional: true - dependencies: - "@cspotcode/source-map-support": 0.8.1 - "@swc/core": 1.3.99(@swc/helpers@0.5.3) - "@tsconfig/node10": 1.0.9 - "@tsconfig/node12": 1.0.11 - "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.4 - "@types/node": 20.9.3 - acorn: 8.10.0 - acorn-walk: 8.2.0 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.3.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - dev: false - /ts-pattern@4.3.0: + ts-pattern@4.3.0: resolution: { integrity: sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==, } - dev: false - /tsconfig-paths@3.14.2: + tsconfig-paths@3.14.2: resolution: { integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==, } - dependencies: - "@types/json5": 0.0.29 - json5: 1.0.2 - minimist: 1.2.8 - strip-bom: 3.0.0 - /tsconfig-paths@4.2.0: + tsconfig-paths@4.2.0: resolution: { integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==, } engines: { node: ">=6" } - dependencies: - json5: 2.2.3 - minimist: 1.2.8 - strip-bom: 3.0.0 - dev: true - /tslib@1.14.1: + tslib@1.14.1: resolution: { integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==, } - dev: true - /tslib@2.3.1: + tslib@2.3.1: resolution: { integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==, } - dev: false - /tslib@2.5.0: + tslib@2.5.0: resolution: { integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==, } - dev: false - /tslib@2.6.2: + tslib@2.6.2: resolution: { integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==, } - /tsup@6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(typescript@5.3.2): + tsup@6.6.2: resolution: { integrity: sha512-+yQ6SI4rVtp1+YpcYOePumJLEVQ896CDNRt9dJ2L/DeMnLf1+FTOCVw5eioLBH0xLdHgogO9NQ6vPNF5MfkSJw==, @@ -27366,7 +17753,7 @@ packages: hasBin: true peerDependencies: "@swc/core": ^1 - postcss: ^8.4.12 + postcss: ">=8.4.31" typescript: ^4.1.0 peerDependenciesMeta: "@swc/core": @@ -27375,30 +17762,8 @@ packages: optional: true typescript: optional: true - dependencies: - "@swc/core": 1.3.99(@swc/helpers@0.5.3) - bundle-require: 4.0.1(esbuild@0.17.19) - cac: 6.7.14 - chokidar: 3.5.3 - debug: 4.3.4 - esbuild: 0.17.19 - execa: 5.1.1 - globby: 11.1.0 - joycon: 3.1.1 - postcss: 8.4.31 - postcss-load-config: 3.1.4(postcss@8.4.31) - resolve-from: 5.0.0 - rollup: 3.28.1 - source-map: 0.8.0-beta.0 - sucrase: 3.34.0 - tree-kill: 1.2.2 - typescript: 5.3.2 - transitivePeerDependencies: - - supports-color - - ts-node - dev: true - /tsup@7.2.0(postcss@8.4.31)(typescript@5.3.2): + tsup@7.2.0: resolution: { integrity: sha512-vDHlczXbgUvY3rWvqFEbSqmC1L7woozbzngMqTtL2PGBODTtWlRwGDDawhvWzr5c1QjKe4OAKqJGfE1xeXUvtQ==, @@ -27407,7 +17772,7 @@ packages: hasBin: true peerDependencies: "@swc/core": ^1 - postcss: ^8.4.12 + postcss: ">=8.4.31" typescript: ">=4.1.0" peerDependenciesMeta: "@swc/core": @@ -27416,29 +17781,8 @@ packages: optional: true typescript: optional: true - dependencies: - bundle-require: 4.0.1(esbuild@0.18.20) - cac: 6.7.14 - chokidar: 3.5.3 - debug: 4.3.4 - esbuild: 0.18.20 - execa: 5.1.1 - globby: 11.1.0 - joycon: 3.1.1 - postcss: 8.4.31 - postcss-load-config: 4.0.1(postcss@8.4.31) - resolve-from: 5.0.0 - rollup: 3.28.1 - source-map: 0.8.0-beta.0 - sucrase: 3.34.0 - tree-kill: 1.2.2 - typescript: 5.3.2 - transitivePeerDependencies: - - supports-color - - ts-node - dev: false - /tsutils@3.21.0(typescript@5.3.2): + tsutils@3.21.0: resolution: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==, @@ -27446,293 +17790,213 @@ packages: engines: { node: ">= 6" } peerDependencies: typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - dependencies: - tslib: 1.14.1 - typescript: 5.3.2 - dev: true - /tuf-js@1.1.7: + tuf-js@1.1.7: resolution: { integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - "@tufjs/models": 1.0.4 - debug: 4.3.4 - make-fetch-happen: 11.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /tuf-js@2.1.0: + tuf-js@2.1.0: resolution: { integrity: sha512-eD7YPPjVlMzdggrOeE8zwoegUaG/rt6Bt3jwoQPunRiNVzgcCE009UDFJKJjG+Gk9wFu6W/Vi+P5d/5QpdD9jA==, } engines: { node: ^16.14.0 || >=18.0.0 } - dependencies: - "@tufjs/models": 2.0.0 - debug: 4.3.4 - make-fetch-happen: 13.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /tunnel-agent@0.6.0: + tunnel-agent@0.6.0: resolution: { integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==, } - dependencies: - safe-buffer: 5.2.1 - dev: false - /turbo-darwin-64@1.10.16: + turbo-darwin-64@1.13.3: resolution: { - integrity: sha512-+Jk91FNcp9e9NCLYlvDDlp2HwEDp14F9N42IoW3dmHI5ZkGSXzalbhVcrx3DOox3QfiNUHxzWg4d7CnVNCuuMg==, + integrity: sha512-glup8Qx1qEFB5jerAnXbS8WrL92OKyMmg5Hnd4PleLljAeYmx+cmmnsmLT7tpaVZIN58EAAwu8wHC6kIIqhbWA==, } cpu: [x64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /turbo-darwin-arm64@1.10.16: + turbo-darwin-arm64@1.13.3: resolution: { - integrity: sha512-jqGpFZipIivkRp/i+jnL8npX0VssE6IAVNKtu573LXtssZdV/S+fRGYA16tI46xJGxSAivrZ/IcgZrV6Jk80bw==, + integrity: sha512-/np2xD+f/+9qY8BVtuOQXRq5f9LehCFxamiQnwdqWm5iZmdjygC5T3uVSYuagVFsZKMvX3ycySwh8dylGTl6lg==, } cpu: [arm64] os: [darwin] - requiresBuild: true - dev: false - optional: true - /turbo-linux-64@1.10.16: + turbo-linux-64@1.13.3: resolution: { - integrity: sha512-PpqEZHwLoizQ6sTUvmImcRmACyRk9EWLXGlqceogPZsJ1jTRK3sfcF9fC2W56zkSIzuLEP07k5kl+ZxJd8JMcg==, + integrity: sha512-G+HGrau54iAnbXLfl+N/PynqpDwi/uDzb6iM9hXEDG+yJnSJxaHMShhOkXYJPk9offm9prH33Khx2scXrYVW1g==, } cpu: [x64] os: [linux] - requiresBuild: true - dev: false - optional: true - /turbo-linux-arm64@1.10.16: + turbo-linux-arm64@1.13.3: resolution: { - integrity: sha512-TMjFYz8to1QE0fKVXCIvG/4giyfnmqcQIwjdNfJvKjBxn22PpbjeuFuQ5kNXshUTRaTJihFbuuCcb5OYFNx4uw==, + integrity: sha512-qWwEl5VR02NqRyl68/3pwp3c/olZuSp+vwlwrunuoNTm6JXGLG5pTeme4zoHNnk0qn4cCX7DFrOboArlYxv0wQ==, } cpu: [arm64] os: [linux] - requiresBuild: true - dev: false - optional: true - /turbo-windows-64@1.10.16: + turbo-windows-64@1.13.3: resolution: { - integrity: sha512-+jsf68krs0N66FfC4/zZvioUap/Tq3sPFumnMV+EBo8jFdqs4yehd6+MxIwYTjSQLIcpH8KoNMB0gQYhJRLZzw==, + integrity: sha512-Nudr4bRChfJzBPzEmpVV85VwUYRCGKecwkBFpbp2a4NtrJ3+UP1VZES653ckqCu2FRyRuS0n03v9euMbAvzH+Q==, } cpu: [x64] os: [win32] - requiresBuild: true - dev: false - optional: true - /turbo-windows-arm64@1.10.16: + turbo-windows-arm64@1.13.3: resolution: { - integrity: sha512-sKm3hcMM1bl0B3PLG4ifidicOGfoJmOEacM5JtgBkYM48ncMHjkHfFY7HrJHZHUnXM4l05RQTpLFoOl/uIo2HQ==, + integrity: sha512-ouJCgsVLd3icjRLmRvHQDDZnmGzT64GBupM1Y+TjtYn2LVaEBoV6hicFy8x5DUpnqdLy+YpCzRMkWlwhmkX7sQ==, } cpu: [arm64] os: [win32] - requiresBuild: true - dev: false - optional: true - /turbo@1.10.16: + turbo@1.13.3: resolution: { - integrity: sha512-2CEaK4FIuSZiP83iFa9GqMTQhroW2QryckVqUydmg4tx78baftTOS0O+oDAhvo9r9Nit4xUEtC1RAHoqs6ZEtg==, + integrity: sha512-n17HJv4F4CpsYTvKzUJhLbyewbXjq1oLCi90i5tW1TiWDz16ML1eDG7wi5dHaKxzh5efIM56SITnuVbMq5dk4g==, } hasBin: true - optionalDependencies: - turbo-darwin-64: 1.10.16 - turbo-darwin-arm64: 1.10.16 - turbo-linux-64: 1.10.16 - turbo-linux-arm64: 1.10.16 - turbo-windows-64: 1.10.16 - turbo-windows-arm64: 1.10.16 - dev: false - /type-check@0.4.0: + type-check@0.4.0: resolution: { integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, } engines: { node: ">= 0.8.0" } - dependencies: - prelude-ls: 1.2.1 - /type-detect@4.0.8: + type-detect@4.0.8: resolution: { integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==, } engines: { node: ">=4" } - dev: true - /type-fest@0.16.0: + type-fest@0.16.0: resolution: { integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==, } engines: { node: ">=10" } - /type-fest@0.18.1: + type-fest@0.18.1: resolution: { integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==, } engines: { node: ">=10" } - dev: true - /type-fest@0.20.2: + type-fest@0.20.2: resolution: { integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==, } engines: { node: ">=10" } - /type-fest@0.21.3: + type-fest@0.21.3: resolution: { integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==, } engines: { node: ">=10" } - /type-fest@0.4.1: + type-fest@0.4.1: resolution: { integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==, } engines: { node: ">=6" } - dev: true - /type-fest@0.6.0: + type-fest@0.6.0: resolution: { integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==, } engines: { node: ">=8" } - /type-fest@0.7.1: + type-fest@0.7.1: resolution: { integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==, } engines: { node: ">=8" } - dev: false - /type-fest@0.8.1: + type-fest@0.8.1: resolution: { integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==, } engines: { node: ">=8" } - /type-fest@2.19.0: + type-fest@2.19.0: resolution: { integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==, } engines: { node: ">=12.20" } - dev: true - /type-fest@3.13.1: + type-fest@3.13.1: resolution: { integrity: sha512-tLq3bSNx+xSpwvAJnzrK0Ep5CLNWjvFTOp71URMaAEWBfRb9nnJiBoUe0tF8bI4ZFO3omgBR6NvnbzVUT3Ly4g==, } engines: { node: ">=14.16" } - dev: true - /type-is@1.6.18: + type-is@1.6.18: resolution: { integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==, } engines: { node: ">= 0.6" } - dependencies: - media-typer: 0.3.0 - mime-types: 2.1.35 - /typed-array-buffer@1.0.0: + typed-array-buffer@1.0.0: resolution: { integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - is-typed-array: 1.1.12 - /typed-array-byte-length@1.0.0: + typed-array-byte-length@1.0.0: resolution: { integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==, } engines: { node: ">= 0.4" } - dependencies: - call-bind: 1.0.2 - for-each: 0.3.3 - has-proto: 1.0.1 - is-typed-array: 1.1.12 - /typed-array-byte-offset@1.0.0: + typed-array-byte-offset@1.0.0: resolution: { integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==, } engines: { node: ">= 0.4" } - dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.2 - for-each: 0.3.3 - has-proto: 1.0.1 - is-typed-array: 1.1.12 - /typed-array-length@1.0.4: + typed-array-length@1.0.4: resolution: { integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==, } - dependencies: - call-bind: 1.0.2 - for-each: 0.3.3 - is-typed-array: 1.1.12 - /typedarray-to-buffer@3.1.5: + typedarray-to-buffer@3.1.5: resolution: { integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==, } - dependencies: - is-typedarray: 1.0.0 - dev: true - /typedarray@0.0.6: + typedarray@0.0.6: resolution: { integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==, } - /typescript@5.3.2: + typescript@5.3.2: resolution: { integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==, @@ -27740,366 +18004,252 @@ packages: engines: { node: ">=14.17" } hasBin: true - /ufo@1.2.0: + ufo@1.2.0: resolution: { integrity: sha512-RsPyTbqORDNDxqAdQPQBpgqhWle1VcTSou/FraClYlHf6TZnQcGslpLcAphNR+sQW4q5lLWLbOsRlh9j24baQg==, } - dev: true - /uglify-js@3.17.4: + uglify-js@3.17.4: resolution: { integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, } engines: { node: ">=0.8.0" } hasBin: true - requiresBuild: true - dev: true - optional: true - /unbox-primitive@1.0.2: + unbox-primitive@1.0.2: resolution: { integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==, } - dependencies: - call-bind: 1.0.2 - has-bigints: 1.0.2 - has-symbols: 1.0.3 - which-boxed-primitive: 1.0.2 - /unbzip2-stream@1.4.3: + unbzip2-stream@1.4.3: resolution: { integrity: sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==, } - dependencies: - buffer: 5.7.1 - through: 2.3.8 - dev: false - /unc-path-regex@0.1.2: + unc-path-regex@0.1.2: resolution: { integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==, } engines: { node: ">=0.10.0" } - dev: false - /undefsafe@2.0.5: + undefsafe@2.0.5: resolution: { integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==, } - dev: false - /undici-types@5.26.5: + undici-types@5.26.5: resolution: { integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==, } - /undici@5.27.2: + undici@5.27.2: resolution: { integrity: sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==, } engines: { node: ">=14.0" } - dependencies: - "@fastify/busboy": 2.0.0 - dev: false - /unicode-canonical-property-names-ecmascript@2.0.0: + unicode-canonical-property-names-ecmascript@2.0.0: resolution: { integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, } engines: { node: ">=4" } - dev: true - /unicode-emoji-modifier-base@1.0.0: + unicode-emoji-modifier-base@1.0.0: resolution: { integrity: sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==, } engines: { node: ">=4" } - dev: false - /unicode-match-property-ecmascript@2.0.0: + unicode-match-property-ecmascript@2.0.0: resolution: { integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==, } engines: { node: ">=4" } - dependencies: - unicode-canonical-property-names-ecmascript: 2.0.0 - unicode-property-aliases-ecmascript: 2.1.0 - dev: true - /unicode-match-property-value-ecmascript@2.1.0: + unicode-match-property-value-ecmascript@2.1.0: resolution: { integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, } engines: { node: ">=4" } - dev: true - /unicode-property-aliases-ecmascript@2.1.0: + unicode-property-aliases-ecmascript@2.1.0: resolution: { integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==, } engines: { node: ">=4" } - dev: true - /unified@10.1.2: + unified@10.1.2: resolution: { integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==, } - dependencies: - "@types/unist": 2.0.7 - bail: 2.0.2 - extend: 3.0.2 - is-buffer: 2.0.5 - is-plain-obj: 4.1.0 - trough: 2.1.0 - vfile: 5.3.7 - dev: false - /unified@11.0.3: + unified@11.0.3: resolution: { integrity: sha512-jlCV402P+YDcFcB2VcN/n8JasOddqIiaxv118wNBoZXEhOn+lYG7BR4Bfg2BwxvlK58dwbuH2w7GX2esAjL6Mg==, } - dependencies: - "@types/unist": 3.0.0 - bail: 2.0.2 - devlop: 1.1.0 - extend: 3.0.2 - is-plain-obj: 4.1.0 - trough: 2.1.0 - vfile: 6.0.1 - dev: false - /unified@11.0.4: + unified@11.0.4: resolution: { integrity: sha512-apMPnyLjAX+ty4OrNap7yumyVAMlKx5IWU2wlzzUdYJO9A8f1p9m/gywF/GM2ZDFcjQPrx59Mc90KwmxsoklxQ==, } - dependencies: - "@types/unist": 3.0.0 - bail: 2.0.2 - devlop: 1.1.0 - extend: 3.0.2 - is-plain-obj: 4.1.0 - trough: 2.1.0 - vfile: 6.0.1 - dev: false - /unique-filename@3.0.0: + unique-filename@3.0.0: resolution: { integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - unique-slug: 4.0.0 - dev: true - /unique-slug@4.0.0: + unique-slug@4.0.0: resolution: { integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - imurmurhash: 0.1.4 - dev: true - /unique-string@2.0.0: + unique-string@2.0.0: resolution: { integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==, } engines: { node: ">=8" } - dependencies: - crypto-random-string: 2.0.0 - /unist-util-is@4.1.0: + unist-util-is@4.1.0: resolution: { integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==, } - dev: true - /unist-util-is@5.2.1: + unist-util-is@5.2.1: resolution: { integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==, } - dependencies: - "@types/unist": 2.0.7 - dev: false - /unist-util-is@6.0.0: + unist-util-is@6.0.0: resolution: { integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==, } - dependencies: - "@types/unist": 3.0.0 - dev: false - /unist-util-position@5.0.0: + unist-util-position@5.0.0: resolution: { integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==, } - dependencies: - "@types/unist": 3.0.0 - dev: false - /unist-util-stringify-position@3.0.3: + unist-util-stringify-position@3.0.3: resolution: { integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==, } - dependencies: - "@types/unist": 2.0.7 - dev: false - /unist-util-stringify-position@4.0.0: + unist-util-stringify-position@4.0.0: resolution: { integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==, } - dependencies: - "@types/unist": 3.0.0 - dev: false - /unist-util-visit-parents@3.1.1: + unist-util-visit-parents@3.1.1: resolution: { integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==, } - dependencies: - "@types/unist": 2.0.7 - unist-util-is: 4.1.0 - dev: true - /unist-util-visit-parents@5.1.3: + unist-util-visit-parents@5.1.3: resolution: { integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==, } - dependencies: - "@types/unist": 2.0.7 - unist-util-is: 5.2.1 - dev: false - /unist-util-visit-parents@6.0.1: + unist-util-visit-parents@6.0.1: resolution: { integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==, } - dependencies: - "@types/unist": 3.0.0 - unist-util-is: 6.0.0 - dev: false - /unist-util-visit@2.0.3: + unist-util-visit@2.0.3: resolution: { integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==, } - dependencies: - "@types/unist": 2.0.7 - unist-util-is: 4.1.0 - unist-util-visit-parents: 3.1.1 - dev: true - /unist-util-visit@4.1.2: + unist-util-visit@4.1.2: resolution: { integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==, } - dependencies: - "@types/unist": 2.0.7 - unist-util-is: 5.2.1 - unist-util-visit-parents: 5.1.3 - dev: false - /unist-util-visit@5.0.0: + unist-util-visit@5.0.0: resolution: { integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==, } - dependencies: - "@types/unist": 3.0.0 - unist-util-is: 6.0.0 - unist-util-visit-parents: 6.0.1 - dev: false - /universal-user-agent@6.0.0: + universal-user-agent@6.0.0: resolution: { integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==, } - dev: true - /universalify@0.1.2: + universalify@0.1.2: resolution: { integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==, } engines: { node: ">= 4.0.0" } - dev: false - /universalify@2.0.0: + universalify@2.0.0: resolution: { integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==, } engines: { node: ">= 10.0.0" } - /unpipe@1.0.0: + unpipe@1.0.0: resolution: { integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==, } engines: { node: ">= 0.8" } - /unplugin@1.4.0: + unplugin@1.4.0: resolution: { integrity: sha512-5x4eIEL6WgbzqGtF9UV8VEC/ehKptPXDS6L2b0mv4FRMkJxRtjaJfOWDd6a8+kYbqsjklix7yWP0N3SUepjXcg==, } - dependencies: - acorn: 8.10.0 - chokidar: 3.5.3 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.5.0 - dev: true - /untildify@4.0.0: + untildify@4.0.0: resolution: { integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==, } engines: { node: ">=8" } - dev: true - /upath@2.0.1: + upath@2.0.1: resolution: { integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==, } engines: { node: ">=4" } - dev: true - /update-browserslist-db@1.0.11(browserslist@4.21.10): + update-browserslist-db@1.0.11: resolution: { integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==, @@ -28107,45 +18257,32 @@ packages: hasBin: true peerDependencies: browserslist: ">= 4.21.0" - dependencies: - browserslist: 4.21.10 - escalade: 3.1.1 - picocolors: 1.0.0 - /upper-case-first@2.0.2: + upper-case-first@2.0.2: resolution: { integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==, } - dependencies: - tslib: 2.6.2 - dev: false - /upper-case@2.0.2: + upper-case@2.0.2: resolution: { integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==, } - dependencies: - tslib: 2.6.2 - dev: false - /uri-js@4.4.1: + uri-js@4.4.1: resolution: { integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==, } - dependencies: - punycode: 2.3.0 - /urlpattern-polyfill@9.0.0: + urlpattern-polyfill@9.0.0: resolution: { integrity: sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==, } - dev: false - /use-callback-ref@1.3.0(@types/react@18.2.34)(react@18.2.0): + use-callback-ref@1.3.0: resolution: { integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==, @@ -28157,12 +18294,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@types/react": 18.2.34 - react: 18.2.0 - tslib: 2.6.2 - /use-intl@2.22.1(react@18.2.0): + use-intl@2.22.1: resolution: { integrity: sha512-vTMJZrqVjErn421Ry4mxS2GuVUTWkY5zyIwu+3XvrAXH3PsPDAfWBMvVhip3kx914/IRs/4QnZ2ZaOehiZSXng==, @@ -28170,13 +18303,8 @@ packages: engines: { node: ">=10" } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - "@formatjs/ecma402-abstract": 1.17.0 - intl-messageformat: 9.13.0 - react: 18.2.0 - dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@18.2.34)(react@18.2.0): + use-isomorphic-layout-effect@1.1.2: resolution: { integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==, @@ -28187,12 +18315,8 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@types/react": 18.2.34 - react: 18.2.0 - dev: false - /use-resize-observer@9.1.0(react-dom@18.2.0)(react@18.2.0): + use-resize-observer@9.1.0: resolution: { integrity: sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow==, @@ -28200,13 +18324,8 @@ packages: peerDependencies: react: 16.8.0 - 18 react-dom: 16.8.0 - 18 - dependencies: - "@juggle/resize-observer": 3.4.0 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: true - /use-sidecar@1.1.2(@types/react@18.2.34)(react@18.2.0): + use-sidecar@1.1.2: resolution: { integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==, @@ -28218,206 +18337,134 @@ packages: peerDependenciesMeta: "@types/react": optional: true - dependencies: - "@types/react": 18.2.34 - detect-node-es: 1.1.0 - react: 18.2.0 - tslib: 2.6.2 - /use-sync-external-store@1.2.0(react@18.2.0): + use-sync-external-store@1.2.0: resolution: { integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==, } peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 18.2.0 - dev: false - /util-deprecate@1.0.2: + util-deprecate@1.0.2: resolution: { integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==, } - /util@0.12.5: + util@0.12.5: resolution: { integrity: sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==, } - dependencies: - inherits: 2.0.4 - is-arguments: 1.1.1 - is-generator-function: 1.0.10 - is-typed-array: 1.1.12 - which-typed-array: 1.1.11 - dev: true - /utils-merge@1.0.1: + utils-merge@1.0.1: resolution: { integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==, } engines: { node: ">= 0.4.0" } - /uuid@8.3.2: + uuid@8.3.2: resolution: { integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==, } hasBin: true - /uuid@9.0.0: + uuid@9.0.0: resolution: { integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==, } hasBin: true - dev: false - /uuid@9.0.1: + uuid@9.0.1: resolution: { integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==, } hasBin: true - /v8-compile-cache-lib@3.0.1: + v8-compile-cache-lib@3.0.1: resolution: { integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==, } - dev: false - /v8-to-istanbul@9.1.0: + v8-to-istanbul@9.1.0: resolution: { integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==, } engines: { node: ">=10.12.0" } - dependencies: - "@jridgewell/trace-mapping": 0.3.19 - "@types/istanbul-lib-coverage": 2.0.4 - convert-source-map: 1.9.0 - dev: true - /validate-npm-package-license@3.0.4: + validate-npm-package-license@3.0.4: resolution: { integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==, } - dependencies: - spdx-correct: 3.2.0 - spdx-expression-parse: 3.0.1 - /validate-npm-package-name@3.0.0: + validate-npm-package-name@3.0.0: resolution: { integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==, } - dependencies: - builtins: 1.0.3 - dev: true - /validate-npm-package-name@5.0.0: + validate-npm-package-name@5.0.0: resolution: { integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - builtins: 5.0.1 - dev: true - /vary@1.1.2: + vary@1.1.2: resolution: { integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==, } engines: { node: ">= 0.8" } - /vfile-message@3.1.4: + vfile-message@3.1.4: resolution: { integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==, } - dependencies: - "@types/unist": 2.0.7 - unist-util-stringify-position: 3.0.3 - dev: false - /vfile-message@4.0.2: + vfile-message@4.0.2: resolution: { integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==, } - dependencies: - "@types/unist": 3.0.0 - unist-util-stringify-position: 4.0.0 - dev: false - /vfile@5.3.7: + vfile@5.3.7: resolution: { integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==, } - dependencies: - "@types/unist": 2.0.7 - is-buffer: 2.0.5 - unist-util-stringify-position: 3.0.3 - vfile-message: 3.1.4 - dev: false - /vfile@6.0.1: + vfile@6.0.1: resolution: { integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==, } - dependencies: - "@types/unist": 3.0.0 - unist-util-stringify-position: 4.0.0 - vfile-message: 4.0.2 - dev: false - /vinyl@1.2.0: + vinyl@1.2.0: resolution: { integrity: sha512-Ci3wnR2uuSAWFMSglZuB8Z2apBdtOyz8CV7dC6/U1XbltXBC+IuutUkXQISz01P+US2ouBuesSbV6zILZ6BuzQ==, } engines: { node: ">= 0.9" } - dependencies: - clone: 1.0.4 - clone-stats: 0.0.1 - replace-ext: 0.0.1 - dev: false - /vite-node@0.34.6(@types/node@20.9.3)(sass@1.69.5): + vite-node@0.34.6: resolution: { integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==, } engines: { node: ">=v14.18.0" } hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.3.4 - mlly: 1.4.0 - pathe: 1.1.1 - picocolors: 1.0.0 - vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) - transitivePeerDependencies: - - "@types/node" - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - dev: true - /vite@4.5.0(@types/node@20.9.3)(sass@1.69.5): + vite@4.5.0: resolution: { integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==, @@ -28447,17 +18494,8 @@ packages: optional: true terser: optional: true - dependencies: - "@types/node": 20.9.3 - esbuild: 0.18.20 - postcss: 8.4.31 - rollup: 3.28.1 - sass: 1.69.5 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /vite@5.0.0(@types/node@20.9.1): + vite@5.0.0: resolution: { integrity: sha512-ESJVM59mdyGpsiNAeHQOR/0fqNoOyWPYesFto8FFZugfmhdHx8Fzd8sF3Q/xkVhZsyOxHfdM7ieiVAorI9RjFw==, @@ -28487,19 +18525,11 @@ packages: optional: true terser: optional: true - dependencies: - "@types/node": 20.9.1 - esbuild: 0.19.5 - postcss: 8.4.31 - rollup: 4.5.0 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /vite@5.0.0(@types/node@20.9.3): + vite@5.0.2: resolution: { - integrity: sha512-ESJVM59mdyGpsiNAeHQOR/0fqNoOyWPYesFto8FFZugfmhdHx8Fzd8sF3Q/xkVhZsyOxHfdM7ieiVAorI9RjFw==, + integrity: sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==, } engines: { node: ^18.0.0 || >=20.0.0 } hasBin: true @@ -28526,56 +18556,8 @@ packages: optional: true terser: optional: true - dependencies: - "@types/node": 20.9.3 - esbuild: 0.19.5 - postcss: 8.4.31 - rollup: 4.5.0 - optionalDependencies: - fsevents: 2.3.3 - dev: true - - /vite@5.0.2(@types/node@20.9.3)(sass@1.69.5): - resolution: - { - integrity: sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==, - } - engines: { node: ^18.0.0 || >=20.0.0 } - hasBin: true - peerDependencies: - "@types/node": ^18.0.0 || >=20.0.0 - less: "*" - lightningcss: ^1.21.0 - sass: "*" - stylus: "*" - sugarss: "*" - terser: ^5.4.0 - peerDependenciesMeta: - "@types/node": - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true - dependencies: - "@types/node": 20.9.3 - esbuild: 0.19.5 - postcss: 8.4.31 - rollup: 4.5.0 - sass: 1.69.5 - optionalDependencies: - fsevents: 2.3.3 - dev: true - /vitest@0.34.6(sass@1.69.5): + vitest@0.34.6: resolution: { integrity: sha512-+5CALsOvbNKnS+ZHMXtuUC7nL8/7F1F2DnHGjSsszX8zCjWSSviphCb/NuS9Nzf4Q03KyyDRBAXhF/8lffME4Q==, @@ -28608,430 +18590,259 @@ packages: optional: true webdriverio: optional: true - dependencies: - "@types/chai": 4.3.5 - "@types/chai-subset": 1.3.3 - "@types/node": 20.9.3 - "@vitest/expect": 0.34.6 - "@vitest/runner": 0.34.6 - "@vitest/snapshot": 0.34.6 - "@vitest/spy": 0.34.6 - "@vitest/utils": 0.34.6 - acorn: 8.10.0 - acorn-walk: 8.2.0 - cac: 6.7.14 - chai: 4.3.10 - debug: 4.3.4 - local-pkg: 0.4.3 - magic-string: 0.30.3 - pathe: 1.1.1 - picocolors: 1.0.0 - std-env: 3.4.3 - strip-literal: 1.3.0 - tinybench: 2.5.0 - tinypool: 0.7.0 - vite: 4.5.0(@types/node@20.9.3)(sass@1.69.5) - vite-node: 0.34.6(@types/node@20.9.3)(sass@1.69.5) - why-is-node-running: 2.2.2 - transitivePeerDependencies: - - less - - lightningcss - - sass - - stylus - - sugarss - - supports-color - - terser - dev: true - /vscode-json-languageservice@4.2.1: + vscode-json-languageservice@4.2.1: resolution: { integrity: sha512-xGmv9QIWs2H8obGbWg+sIPI/3/pFgj/5OWBhNzs00BkYQ9UaB2F6JJaGB/2/YOZJ3BvLXQTC4Q7muqU25QgAhA==, } - dependencies: - jsonc-parser: 3.2.0 - vscode-languageserver-textdocument: 1.0.10 - vscode-languageserver-types: 3.17.3 - vscode-nls: 5.2.0 - vscode-uri: 3.0.7 - dev: true - /vscode-languageserver-textdocument@1.0.10: + vscode-languageserver-textdocument@1.0.10: resolution: { integrity: sha512-dPA6WqtAQJ/Iopm0Hrj11VvaKxsEcm62jpqyaYbY0xuvUffeWAn77f3VKr2SCsJphSyEw4Fjkjqm2gQ24KQfrA==, } - dev: true - /vscode-languageserver-types@3.17.3: + vscode-languageserver-types@3.17.3: resolution: { integrity: sha512-SYU4z1dL0PyIMd4Vj8YOqFvHu7Hz/enbWtpfnVbJHU4Nd1YNYx8u0ennumc6h48GQNeOLxmwySmnADouT/AuZA==, } - dev: true - /vscode-nls@5.2.0: + vscode-nls@5.2.0: resolution: { integrity: sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==, } - dev: true - /vscode-uri@3.0.7: + vscode-uri@3.0.7: resolution: { integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==, } - dev: true - /wait-on@5.3.0: + wait-on@5.3.0: resolution: { integrity: sha512-DwrHrnTK+/0QFaB9a8Ol5Lna3k7WvUR4jzSKmz0YaPBpuN2sACyiPVKVfj6ejnjcajAcvn3wlbTyMIn9AZouOg==, } engines: { node: ">=8.9.0" } hasBin: true - dependencies: - axios: 0.21.4 - joi: 17.11.0 - lodash: 4.17.21 - minimist: 1.2.8 - rxjs: 6.6.7 - transitivePeerDependencies: - - debug - dev: true - /wait-port@0.2.14: + wait-port@0.2.14: resolution: { integrity: sha512-kIzjWcr6ykl7WFbZd0TMae8xovwqcqbx6FM9l+7agOgUByhzdjfzZBPK2CPufldTOMxbUivss//Sh9MFawmPRQ==, } engines: { node: ">=8" } hasBin: true - dependencies: - chalk: 2.4.2 - commander: 3.0.2 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: true - /walker@1.0.8: + walker@1.0.8: resolution: { integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==, } - dependencies: - makeerror: 1.0.12 - dev: true - /watchpack@2.4.0: + watchpack@2.4.0: resolution: { integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==, } engines: { node: ">=10.13.0" } - dependencies: - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - /wcwidth@1.0.1: + wcwidth@1.0.1: resolution: { integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==, } - dependencies: - defaults: 1.0.4 - dev: true - /webidl-conversions@3.0.1: + webidl-conversions@3.0.1: resolution: { integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==, } - /webidl-conversions@4.0.2: + webidl-conversions@4.0.2: resolution: { integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==, } - /webpack-sources@3.2.3: + webpack-sources@3.2.3: resolution: { integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==, } engines: { node: ">=10.13.0" } - /webpack-virtual-modules@0.5.0: + webpack-virtual-modules@0.5.0: resolution: { integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==, } - dev: true - /whatwg-url@5.0.0: + whatwg-url@5.0.0: resolution: { integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==, } - dependencies: - tr46: 0.0.3 - webidl-conversions: 3.0.1 - /whatwg-url@7.1.0: + whatwg-url@7.1.0: resolution: { integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==, } - dependencies: - lodash.sortby: 4.7.0 - tr46: 1.0.1 - webidl-conversions: 4.0.2 - /which-boxed-primitive@1.0.2: + which-boxed-primitive@1.0.2: resolution: { integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==, } - dependencies: - is-bigint: 1.0.4 - is-boolean-object: 1.1.2 - is-number-object: 1.0.7 - is-string: 1.0.7 - is-symbol: 1.0.4 - /which-builtin-type@1.1.3: + which-builtin-type@1.1.3: resolution: { integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==, } engines: { node: ">= 0.4" } - dependencies: - function.prototype.name: 1.1.5 - has-tostringtag: 1.0.0 - is-async-function: 2.0.0 - is-date-object: 1.0.5 - is-finalizationregistry: 1.0.2 - is-generator-function: 1.0.10 - is-regex: 1.1.4 - is-weakref: 1.0.2 - isarray: 2.0.5 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.1 - which-typed-array: 1.1.11 - /which-collection@1.0.1: + which-collection@1.0.1: resolution: { integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==, } - dependencies: - is-map: 2.0.2 - is-set: 2.0.2 - is-weakmap: 2.0.1 - is-weakset: 2.0.2 - /which-module@2.0.1: + which-module@2.0.1: resolution: { integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==, } - /which-typed-array@1.1.11: + which-typed-array@1.1.11: resolution: { integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==, } engines: { node: ">= 0.4" } - dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.2 - for-each: 0.3.3 - gopd: 1.0.1 - has-tostringtag: 1.0.0 - /which@1.3.1: + which@1.3.1: resolution: { integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==, } hasBin: true - dependencies: - isexe: 2.0.0 - /which@2.0.2: + which@2.0.2: resolution: { integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, } engines: { node: ">= 8" } hasBin: true - dependencies: - isexe: 2.0.0 - /which@4.0.0: + which@4.0.0: resolution: { integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==, } engines: { node: ^16.13.0 || >=18.0.0 } hasBin: true - dependencies: - isexe: 3.1.1 - dev: true - /why-is-node-running@2.2.2: + why-is-node-running@2.2.2: resolution: { integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==, } engines: { node: ">=8" } hasBin: true - dependencies: - siginfo: 2.0.0 - stackback: 0.0.2 - dev: true - /wide-align@1.1.5: + wide-align@1.1.5: resolution: { integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==, } - dependencies: - string-width: 4.2.3 - /wordwrap@1.0.0: + wordwrap@1.0.0: resolution: { integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==, } - dev: true - /wrap-ansi@6.2.0: + wrap-ansi@6.2.0: resolution: { integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==, } engines: { node: ">=8" } - dependencies: - ansi-styles: 4.3.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - /wrap-ansi@7.0.0: + wrap-ansi@7.0.0: resolution: { integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==, } engines: { node: ">=10" } - dependencies: - ansi-styles: 4.3.0 - string-width: 4.2.3 - strip-ansi: 6.0.1 - /wrap-ansi@8.1.0: + wrap-ansi@8.1.0: resolution: { integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, } engines: { node: ">=12" } - dependencies: - ansi-styles: 6.2.1 - string-width: 5.1.2 - strip-ansi: 7.1.0 - /wrap-ansi@9.0.0: + wrap-ansi@9.0.0: resolution: { integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==, } engines: { node: ">=18" } - dependencies: - ansi-styles: 6.2.1 - string-width: 7.0.0 - strip-ansi: 7.1.0 - dev: true - /wrappy@1.0.2: + wrappy@1.0.2: resolution: { integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, } - /write-file-atomic@2.4.3: + write-file-atomic@2.4.3: resolution: { integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==, } - dependencies: - graceful-fs: 4.2.11 - imurmurhash: 0.1.4 - signal-exit: 3.0.7 - dev: true - /write-file-atomic@3.0.3: + write-file-atomic@3.0.3: resolution: { integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==, } - dependencies: - imurmurhash: 0.1.4 - is-typedarray: 1.0.0 - signal-exit: 3.0.7 - typedarray-to-buffer: 3.1.5 - dev: true - /write-file-atomic@4.0.2: + write-file-atomic@4.0.2: resolution: { integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==, } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } - dependencies: - imurmurhash: 0.1.4 - signal-exit: 3.0.7 - dev: true - /write-file-atomic@5.0.1: + write-file-atomic@5.0.1: resolution: { integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - dependencies: - imurmurhash: 0.1.4 - signal-exit: 4.1.0 - dev: true - /write-json-file@3.2.0: + write-json-file@3.2.0: resolution: { integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==, } engines: { node: ">=6" } - dependencies: - detect-indent: 5.0.0 - graceful-fs: 4.2.11 - make-dir: 2.1.0 - pify: 4.0.1 - sort-keys: 2.0.0 - write-file-atomic: 2.4.3 - dev: true - /write-pkg@4.0.0: + write-pkg@4.0.0: resolution: { integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==, } engines: { node: ">=8" } - dependencies: - sort-keys: 2.0.0 - type-fest: 0.4.1 - write-json-file: 3.2.0 - dev: true - /ws@6.2.2: + ws@6.2.2: resolution: { integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==, @@ -29044,11 +18855,8 @@ packages: optional: true utf-8-validate: optional: true - dependencies: - async-limiter: 1.0.1 - dev: true - /ws@8.11.0: + ws@8.11.0: resolution: { integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==, @@ -29062,9 +18870,8 @@ packages: optional: true utf-8-validate: optional: true - dev: false - /ws@8.14.2: + ws@8.14.2: resolution: { integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==, @@ -29079,209 +18886,162 @@ packages: utf-8-validate: optional: true - /xml@1.0.1: + xml@1.0.1: resolution: { integrity: sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==, } - dev: true - /xmlhttprequest-ssl@2.0.0: + xmlhttprequest-ssl@2.0.0: resolution: { integrity: sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==, } engines: { node: ">=0.4.0" } - dev: false - /xtend@4.0.2: + xtend@4.0.2: resolution: { integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==, } engines: { node: ">=0.4" } - /y18n@4.0.3: + y18n@4.0.3: resolution: { integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==, } - /y18n@5.0.8: + y18n@5.0.8: resolution: { integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==, } engines: { node: ">=10" } - /yallist@2.1.2: + yallist@2.1.2: resolution: { integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==, } - dev: true - /yallist@3.1.1: + yallist@3.1.1: resolution: { integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==, } - /yallist@4.0.0: + yallist@4.0.0: resolution: { integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==, } - /yaml@1.10.2: + yaml@1.10.2: resolution: { integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==, } engines: { node: ">= 6" } - /yaml@2.3.3: + yaml@2.3.3: resolution: { integrity: sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==, } engines: { node: ">= 14" } - /yaml@2.3.4: + yaml@2.4.3: resolution: { - integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==, + integrity: sha512-sntgmxj8o7DE7g/Qi60cqpLBA3HG3STcDA0kO+WfB05jEKhZMbY7umNm2rBpQvsmZ16/lPXCJGW2672dgOUkrg==, } engines: { node: ">= 14" } - dev: true + hasBin: true - /yargs-parser@18.1.3: + yargs-parser@18.1.3: resolution: { integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==, } engines: { node: ">=6" } - dependencies: - camelcase: 5.3.1 - decamelize: 1.2.0 - /yargs-parser@20.2.9: + yargs-parser@20.2.9: resolution: { integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==, } engines: { node: ">=10" } - dev: true - /yargs-parser@21.1.1: + yargs-parser@21.1.1: resolution: { integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==, } engines: { node: ">=12" } - /yargs@15.4.1: + yargs@15.4.1: resolution: { integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==, } engines: { node: ">=8" } - dependencies: - cliui: 6.0.0 - decamelize: 1.2.0 - find-up: 4.1.0 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - require-main-filename: 2.0.0 - set-blocking: 2.0.0 - string-width: 4.2.3 - which-module: 2.0.1 - y18n: 4.0.3 - yargs-parser: 18.1.3 - /yargs@16.2.0: + yargs@16.2.0: resolution: { integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==, } engines: { node: ">=10" } - dependencies: - cliui: 7.0.4 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 20.2.9 - dev: true - /yargs@17.7.2: + yargs@17.7.2: resolution: { integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==, } engines: { node: ">=12" } - dependencies: - cliui: 8.0.1 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 - /yauzl@2.10.0: + yauzl@2.10.0: resolution: { integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==, } - dependencies: - buffer-crc32: 0.2.13 - fd-slicer: 1.1.0 - /yn@3.1.1: + yn@3.1.1: resolution: { integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==, } engines: { node: ">=6" } - dev: false - /yocto-queue@0.1.0: + yocto-queue@0.1.0: resolution: { integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, } engines: { node: ">=10" } - /yocto-queue@1.0.0: + yocto-queue@1.0.0: resolution: { integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==, } engines: { node: ">=12.20" } - dev: true - /zip-stream@4.1.0: + zip-stream@4.1.0: resolution: { integrity: sha512-zshzwQW7gG7hjpBlgeQP9RuyPGNxvJdzR8SUM3QhxCnLjWN2E7j3dOvpeDcQoETfHx0urRS7EtmVToql7YpU4A==, } engines: { node: ">= 10" } - dependencies: - archiver-utils: 2.1.0 - compress-commons: 4.1.1 - readable-stream: 3.6.2 - dev: false - /zod@3.22.4: + zod@3.22.4: resolution: { integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==, } - dev: false - /zustand@4.4.6(@types/react@18.2.34)(react@18.2.0): + zustand@4.4.6: resolution: { integrity: sha512-Rb16eW55gqL4W2XZpJh0fnrATxYEG3Apl2gfHTyDSE965x/zxslTikpNch0JgNjJA9zK6gEFW8Fl6d1rTZaqgg==, @@ -29298,15 +19058,13552 @@ packages: optional: true react: optional: true - dependencies: - "@types/react": 18.2.34 - react: 18.2.0 - use-sync-external-store: 1.2.0(react@18.2.0) - dev: false - /zwitch@2.0.4: + zwitch@2.0.4: resolution: { integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==, } - dev: false + +snapshots: + "@aashutoshrathi/word-wrap@1.2.6": {} + + "@adobe/css-tools@4.3.1": {} + + "@alloc/quick-lru@5.2.0": {} + + "@ampproject/remapping@2.2.1": + dependencies: + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.19 + + "@antfu/ni@0.21.5": {} + + "@aw-web-design/x-default-browser@1.4.126": + dependencies: + default-browser-id: 3.0.0 + + "@babel/code-frame@7.22.10": + dependencies: + "@babel/highlight": 7.22.10 + chalk: 2.4.2 + + "@babel/code-frame@7.22.13": + dependencies: + "@babel/highlight": 7.22.20 + chalk: 2.4.2 + + "@babel/compat-data@7.22.9": {} + + "@babel/core@7.22.11": + dependencies: + "@ampproject/remapping": 2.2.1 + "@babel/code-frame": 7.22.13 + "@babel/generator": 7.23.0 + "@babel/helper-compilation-targets": 7.22.10 + "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) + "@babel/helpers": 7.22.11 + "@babel/parser": 7.23.0 + "@babel/template": 7.22.15 + "@babel/traverse": 7.23.2 + "@babel/types": 7.23.0 + convert-source-map: 1.9.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + "@babel/generator@7.23.0": + dependencies: + "@babel/types": 7.23.0 + "@jridgewell/gen-mapping": 0.3.3 + "@jridgewell/trace-mapping": 0.3.19 + jsesc: 2.5.2 + + "@babel/helper-annotate-as-pure@7.22.5": + dependencies: + "@babel/types": 7.23.0 + + "@babel/helper-builder-binary-assignment-operator-visitor@7.22.10": + dependencies: + "@babel/types": 7.23.0 + + "@babel/helper-compilation-targets@7.22.10": + dependencies: + "@babel/compat-data": 7.22.9 + "@babel/helper-validator-option": 7.22.5 + browserslist: 4.21.10 + lru-cache: 5.1.1 + semver: 6.3.1 + + "@babel/helper-create-class-features-plugin@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-member-expression-to-functions": 7.22.5 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.11) + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + semver: 6.3.1 + + "@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-annotate-as-pure": 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + + "@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-compilation-targets": 7.22.10 + "@babel/helper-plugin-utils": 7.22.5 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + + "@babel/helper-environment-visitor@7.22.20": {} + + "@babel/helper-function-name@7.23.0": + dependencies: + "@babel/template": 7.22.15 + "@babel/types": 7.23.0 + + "@babel/helper-hoist-variables@7.22.5": + dependencies: + "@babel/types": 7.23.0 + + "@babel/helper-member-expression-to-functions@7.22.5": + dependencies: + "@babel/types": 7.23.0 + + "@babel/helper-module-imports@7.22.5": + dependencies: + "@babel/types": 7.22.11 + + "@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-module-imports": 7.22.5 + "@babel/helper-simple-access": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/helper-validator-identifier": 7.22.20 + + "@babel/helper-optimise-call-expression@7.22.5": + dependencies: + "@babel/types": 7.23.0 + + "@babel/helper-plugin-utils@7.22.5": {} + + "@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-wrap-function": 7.22.10 + + "@babel/helper-replace-supers@7.22.9(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-member-expression-to-functions": 7.22.5 + "@babel/helper-optimise-call-expression": 7.22.5 + + "@babel/helper-simple-access@7.22.5": + dependencies: + "@babel/types": 7.23.0 + + "@babel/helper-skip-transparent-expression-wrappers@7.22.5": + dependencies: + "@babel/types": 7.23.0 + + "@babel/helper-split-export-declaration@7.22.6": + dependencies: + "@babel/types": 7.23.0 + + "@babel/helper-string-parser@7.22.5": {} + + "@babel/helper-validator-identifier@7.22.20": {} + + "@babel/helper-validator-identifier@7.22.5": {} + + "@babel/helper-validator-option@7.22.5": {} + + "@babel/helper-wrap-function@7.22.10": + dependencies: + "@babel/helper-function-name": 7.23.0 + "@babel/template": 7.22.15 + "@babel/types": 7.23.0 + + "@babel/helpers@7.22.11": + dependencies: + "@babel/template": 7.22.15 + "@babel/traverse": 7.23.2 + "@babel/types": 7.23.0 + transitivePeerDependencies: + - supports-color + + "@babel/highlight@7.22.10": + dependencies: + "@babel/helper-validator-identifier": 7.22.5 + chalk: 2.4.2 + js-tokens: 4.0.0 + + "@babel/highlight@7.22.20": + dependencies: + "@babel/helper-validator-identifier": 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + + "@babel/parser@7.23.0": + dependencies: + "@babel/types": 7.23.0 + + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-transform-optional-chaining": 7.22.11(@babel/core@7.22.11) + + "@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.11) + + "@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.11) + + "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + + "@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-async-generator-functions@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.22.11) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.11) + + "@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-module-imports": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-remap-async-to-generator": 7.22.9(@babel/core@7.22.11) + + "@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-block-scoping@7.22.10(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.11) + + "@babel/plugin-transform-classes@7.22.6(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-compilation-targets": 7.22.10 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.11) + "@babel/helper-split-export-declaration": 7.22.6 + globals: 11.12.0 + + "@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/template": 7.22.15 + + "@babel/plugin-transform-destructuring@7.22.10(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.11) + + "@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.10 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.11) + + "@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.11) + + "@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-compilation-targets": 7.22.10 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.11) + + "@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.11) + + "@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-modules-commonjs@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-simple-access": 7.22.5 + + "@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 + + "@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-module-transforms": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.11) + + "@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.11) + + "@babel/plugin-transform-object-rest-spread@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/compat-data": 7.22.9 + "@babel/core": 7.22.11 + "@babel/helper-compilation-targets": 7.22.10 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.11) + + "@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-replace-supers": 7.22.9(@babel/core@7.22.11) + + "@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.11) + + "@babel/plugin-transform-optional-chaining@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.11) + + "@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.11) + + "@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + regenerator-transform: 0.15.2 + + "@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + + "@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-typescript@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.22.11(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.11) + + "@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-create-regexp-features-plugin": 7.22.9(@babel/core@7.22.11) + "@babel/helper-plugin-utils": 7.22.5 + + "@babel/preset-env@7.22.10(@babel/core@7.22.11)": + dependencies: + "@babel/compat-data": 7.22.9 + "@babel/core": 7.22.11 + "@babel/helper-compilation-targets": 7.22.10 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-option": 7.22.5 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.11) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.11) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.11) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.11) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-syntax-import-attributes": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.11) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.11) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.11) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.11) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.11) + "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.22.11) + "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-async-generator-functions": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-block-scoping": 7.22.10(@babel/core@7.22.11) + "@babel/plugin-transform-class-properties": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-class-static-block": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-classes": 7.22.6(@babel/core@7.22.11) + "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-destructuring": 7.22.10(@babel/core@7.22.11) + "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-duplicate-keys": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-dynamic-import": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-exponentiation-operator": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-export-namespace-from": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-json-strings": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-logical-assignment-operators": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-modules-amd": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-modules-commonjs": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-modules-systemjs": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-modules-umd": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-new-target": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-nullish-coalescing-operator": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-numeric-separator": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-object-rest-spread": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-optional-catch-binding": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-optional-chaining": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-private-methods": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-private-property-in-object": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-regenerator": 7.22.10(@babel/core@7.22.11) + "@babel/plugin-transform-reserved-words": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-typeof-symbol": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-unicode-escapes": 7.22.10(@babel/core@7.22.11) + "@babel/plugin-transform-unicode-property-regex": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-unicode-sets-regex": 7.22.5(@babel/core@7.22.11) + "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.22.11) + "@babel/types": 7.23.0 + babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.11) + babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.11) + babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.11) + core-js-compat: 3.32.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + "@babel/preset-flow@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-option": 7.22.5 + "@babel/plugin-transform-flow-strip-types": 7.22.5(@babel/core@7.22.11) + + "@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/types": 7.23.0 + esutils: 2.0.3 + + "@babel/preset-typescript@7.22.11(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-plugin-utils": 7.22.5 + "@babel/helper-validator-option": 7.22.5 + "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-modules-commonjs": 7.22.11(@babel/core@7.22.11) + "@babel/plugin-transform-typescript": 7.22.11(@babel/core@7.22.11) + + "@babel/register@7.22.5(@babel/core@7.22.11)": + dependencies: + "@babel/core": 7.22.11 + clone-deep: 4.0.1 + find-cache-dir: 2.1.0 + make-dir: 2.1.0 + pirates: 4.0.6 + source-map-support: 0.5.21 + + "@babel/regjsgen@0.8.0": {} + + "@babel/runtime@7.22.11": + dependencies: + regenerator-runtime: 0.14.0 + + "@babel/runtime@7.23.2": + dependencies: + regenerator-runtime: 0.14.0 + + "@babel/template@7.22.15": + dependencies: + "@babel/code-frame": 7.22.13 + "@babel/parser": 7.23.0 + "@babel/types": 7.23.0 + + "@babel/traverse@7.23.2": + dependencies: + "@babel/code-frame": 7.22.13 + "@babel/generator": 7.23.0 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 + "@babel/parser": 7.23.0 + "@babel/types": 7.23.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + "@babel/types@7.22.11": + dependencies: + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.5 + to-fast-properties: 2.0.0 + + "@babel/types@7.23.0": + dependencies: + "@babel/helper-string-parser": 7.22.5 + "@babel/helper-validator-identifier": 7.22.20 + to-fast-properties: 2.0.0 + + "@base2/pretty-print-object@1.0.1": {} + + "@bcoe/v8-coverage@0.2.3": {} + + "@casperiv/eslint-config-next@8.0.0(eslint@8.56.0)(next@14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5))(typescript@5.3.2)": + dependencies: + eslint: 8.56.0 + eslint-config-next: 13.5.6(eslint@8.56.0)(typescript@5.3.2) + next: 14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5) + transitivePeerDependencies: + - eslint-import-resolver-webpack + - supports-color + - typescript + + "@casperiv/eslint-config-react@8.0.0(eslint@8.56.0)": + dependencies: + eslint: 8.56.0 + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.56.0) + eslint-plugin-react: 7.33.2(eslint@8.56.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) + + "@casperiv/eslint-config@8.0.0(eslint@8.56.0)(prettier@3.3.0)(typescript@5.3.2)": + dependencies: + "@typescript-eslint/eslint-plugin": 6.4.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0)(typescript@5.3.2) + "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + eslint: 8.56.0 + eslint-config-prettier: 9.0.0(eslint@8.56.0) + eslint-plugin-json: 3.1.0 + eslint-plugin-prettier: 5.0.0(eslint-config-prettier@9.0.0(eslint@8.56.0))(eslint@8.56.0)(prettier@3.3.0) + eslint-plugin-promise: 6.1.1(eslint@8.56.0) + eslint-plugin-unicorn: 48.0.1(eslint@8.56.0) + prettier: 3.3.0 + transitivePeerDependencies: + - "@types/eslint" + - supports-color + - typescript + + "@casperiv/use-socket.io@6.0.1(@swc/core@1.3.99)(@types/react@18.2.34)(immer@10.0.3)(postcss@8.4.31)(react@18.2.0)(socket.io-client@4.7.2)(socket.io@4.7.2)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2)": + dependencies: + react: 18.2.0 + socket.io: 4.7.2 + socket.io-client: 4.7.2 + tsup: 7.2.0(@swc/core@1.3.99)(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2) + zustand: 4.4.6(@types/react@18.2.34)(immer@10.0.3)(react@18.2.0) + transitivePeerDependencies: + - "@swc/core" + - "@types/react" + - immer + - postcss + - supports-color + - ts-node + - typescript + + "@casperiv/useful@3.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@colors/colors@1.5.0": + optional: true + + "@cspotcode/source-map-support@0.8.1": + dependencies: + "@jridgewell/trace-mapping": 0.3.9 + + "@discordjs/collection@2.0.0": {} + + "@discordjs/rest@2.2.0": + dependencies: + "@discordjs/collection": 2.0.0 + "@discordjs/util": 1.0.2 + "@sapphire/async-queue": 1.5.0 + "@sapphire/snowflake": 3.5.1 + "@vladfrangu/async_event_emitter": 2.2.2 + discord-api-types: 0.37.61 + magic-bytes.js: 1.5.0 + tslib: 2.6.2 + undici: 5.27.2 + + "@discordjs/util@1.0.2": {} + + "@discoveryjs/json-ext@0.5.7": {} + + "@emotion/babel-plugin@11.11.0": + dependencies: + "@babel/helper-module-imports": 7.22.5 + "@babel/runtime": 7.22.11 + "@emotion/hash": 0.9.1 + "@emotion/memoize": 0.8.1 + "@emotion/serialize": 1.1.2 + babel-plugin-macros: 3.1.0 + convert-source-map: 1.9.0 + escape-string-regexp: 4.0.0 + find-root: 1.1.0 + source-map: 0.5.7 + stylis: 4.2.0 + + "@emotion/cache@11.11.0": + dependencies: + "@emotion/memoize": 0.8.1 + "@emotion/sheet": 1.2.2 + "@emotion/utils": 1.2.1 + "@emotion/weak-memoize": 0.3.1 + stylis: 4.2.0 + + "@emotion/css@11.11.2": + dependencies: + "@emotion/babel-plugin": 11.11.0 + "@emotion/cache": 11.11.0 + "@emotion/serialize": 1.1.2 + "@emotion/sheet": 1.2.2 + "@emotion/utils": 1.2.1 + + "@emotion/hash@0.9.1": {} + + "@emotion/memoize@0.8.1": {} + + "@emotion/react@11.11.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.23.2 + "@emotion/babel-plugin": 11.11.0 + "@emotion/cache": 11.11.0 + "@emotion/serialize": 1.1.2 + "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) + "@emotion/utils": 1.2.1 + "@emotion/weak-memoize": 0.3.1 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@emotion/serialize@1.1.2": + dependencies: + "@emotion/hash": 0.9.1 + "@emotion/memoize": 0.8.1 + "@emotion/unitless": 0.8.1 + "@emotion/utils": 1.2.1 + csstype: 3.1.2 + + "@emotion/sheet@1.2.2": {} + + "@emotion/unitless@0.8.1": {} + + "@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@18.2.0)": + dependencies: + react: 18.2.0 + + "@emotion/utils@1.2.1": {} + + "@emotion/weak-memoize@0.3.1": {} + + "@esbuild/android-arm64@0.17.19": + optional: true + + "@esbuild/android-arm64@0.18.20": + optional: true + + "@esbuild/android-arm64@0.19.5": + optional: true + + "@esbuild/android-arm@0.17.19": + optional: true + + "@esbuild/android-arm@0.18.20": + optional: true + + "@esbuild/android-arm@0.19.5": + optional: true + + "@esbuild/android-x64@0.17.19": + optional: true + + "@esbuild/android-x64@0.18.20": + optional: true + + "@esbuild/android-x64@0.19.5": + optional: true + + "@esbuild/darwin-arm64@0.17.19": + optional: true + + "@esbuild/darwin-arm64@0.18.20": + optional: true + + "@esbuild/darwin-arm64@0.19.5": + optional: true + + "@esbuild/darwin-x64@0.17.19": + optional: true + + "@esbuild/darwin-x64@0.18.20": + optional: true + + "@esbuild/darwin-x64@0.19.5": + optional: true + + "@esbuild/freebsd-arm64@0.17.19": + optional: true + + "@esbuild/freebsd-arm64@0.18.20": + optional: true + + "@esbuild/freebsd-arm64@0.19.5": + optional: true + + "@esbuild/freebsd-x64@0.17.19": + optional: true + + "@esbuild/freebsd-x64@0.18.20": + optional: true + + "@esbuild/freebsd-x64@0.19.5": + optional: true + + "@esbuild/linux-arm64@0.17.19": + optional: true + + "@esbuild/linux-arm64@0.18.20": + optional: true + + "@esbuild/linux-arm64@0.19.5": + optional: true + + "@esbuild/linux-arm@0.17.19": + optional: true + + "@esbuild/linux-arm@0.18.20": + optional: true + + "@esbuild/linux-arm@0.19.5": + optional: true + + "@esbuild/linux-ia32@0.17.19": + optional: true + + "@esbuild/linux-ia32@0.18.20": + optional: true + + "@esbuild/linux-ia32@0.19.5": + optional: true + + "@esbuild/linux-loong64@0.17.19": + optional: true + + "@esbuild/linux-loong64@0.18.20": + optional: true + + "@esbuild/linux-loong64@0.19.5": + optional: true + + "@esbuild/linux-mips64el@0.17.19": + optional: true + + "@esbuild/linux-mips64el@0.18.20": + optional: true + + "@esbuild/linux-mips64el@0.19.5": + optional: true + + "@esbuild/linux-ppc64@0.17.19": + optional: true + + "@esbuild/linux-ppc64@0.18.20": + optional: true + + "@esbuild/linux-ppc64@0.19.5": + optional: true + + "@esbuild/linux-riscv64@0.17.19": + optional: true + + "@esbuild/linux-riscv64@0.18.20": + optional: true + + "@esbuild/linux-riscv64@0.19.5": + optional: true + + "@esbuild/linux-s390x@0.17.19": + optional: true + + "@esbuild/linux-s390x@0.18.20": + optional: true + + "@esbuild/linux-s390x@0.19.5": + optional: true + + "@esbuild/linux-x64@0.17.19": + optional: true + + "@esbuild/linux-x64@0.18.20": + optional: true + + "@esbuild/linux-x64@0.19.5": + optional: true + + "@esbuild/netbsd-x64@0.17.19": + optional: true + + "@esbuild/netbsd-x64@0.18.20": + optional: true + + "@esbuild/netbsd-x64@0.19.5": + optional: true + + "@esbuild/openbsd-x64@0.17.19": + optional: true + + "@esbuild/openbsd-x64@0.18.20": + optional: true + + "@esbuild/openbsd-x64@0.19.5": + optional: true + + "@esbuild/sunos-x64@0.17.19": + optional: true + + "@esbuild/sunos-x64@0.18.20": + optional: true + + "@esbuild/sunos-x64@0.19.5": + optional: true + + "@esbuild/win32-arm64@0.17.19": + optional: true + + "@esbuild/win32-arm64@0.18.20": + optional: true + + "@esbuild/win32-arm64@0.19.5": + optional: true + + "@esbuild/win32-ia32@0.17.19": + optional: true + + "@esbuild/win32-ia32@0.18.20": + optional: true + + "@esbuild/win32-ia32@0.19.5": + optional: true + + "@esbuild/win32-x64@0.17.19": + optional: true + + "@esbuild/win32-x64@0.18.20": + optional: true + + "@esbuild/win32-x64@0.19.5": + optional: true + + "@eslint-community/eslint-utils@4.4.0(eslint@8.56.0)": + dependencies: + eslint: 8.56.0 + eslint-visitor-keys: 3.4.3 + + "@eslint-community/regexpp@4.7.0": {} + + "@eslint/eslintrc@2.1.4": + dependencies: + ajv: 6.12.6 + debug: 4.3.4 + espree: 9.6.1 + globals: 13.21.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 + + "@eslint/js@8.56.0": {} + + "@faker-js/faker@8.4.1": {} + + "@fal-works/esbuild-plugin-global-externals@2.1.2": {} + + "@fastify/busboy@2.0.0": {} + + "@floating-ui/core@1.4.1": + dependencies: + "@floating-ui/utils": 0.1.1 + + "@floating-ui/dom@1.5.1": + dependencies: + "@floating-ui/core": 1.4.1 + "@floating-ui/utils": 0.1.1 + + "@floating-ui/react-dom@2.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@floating-ui/dom": 1.5.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@floating-ui/utils@0.1.1": {} + + "@formatjs/ecma402-abstract@1.11.4": + dependencies: + "@formatjs/intl-localematcher": 0.2.25 + tslib: 2.6.2 + + "@formatjs/ecma402-abstract@1.17.0": + dependencies: + "@formatjs/intl-localematcher": 0.4.0 + tslib: 2.6.2 + + "@formatjs/fast-memoize@1.2.1": + dependencies: + tslib: 2.6.2 + + "@formatjs/fast-memoize@2.2.0": + dependencies: + tslib: 2.6.2 + + "@formatjs/icu-messageformat-parser@2.1.0": + dependencies: + "@formatjs/ecma402-abstract": 1.11.4 + "@formatjs/icu-skeleton-parser": 1.3.6 + tslib: 2.6.2 + + "@formatjs/icu-messageformat-parser@2.6.0": + dependencies: + "@formatjs/ecma402-abstract": 1.17.0 + "@formatjs/icu-skeleton-parser": 1.6.0 + tslib: 2.6.2 + + "@formatjs/icu-skeleton-parser@1.3.6": + dependencies: + "@formatjs/ecma402-abstract": 1.11.4 + tslib: 2.6.2 + + "@formatjs/icu-skeleton-parser@1.6.0": + dependencies: + "@formatjs/ecma402-abstract": 1.17.0 + tslib: 2.6.2 + + "@formatjs/intl-localematcher@0.2.25": + dependencies: + tslib: 2.6.2 + + "@formatjs/intl-localematcher@0.2.32": + dependencies: + tslib: 2.6.2 + + "@formatjs/intl-localematcher@0.4.0": + dependencies: + tslib: 2.6.2 + + "@hapi/hoek@9.3.0": {} + + "@hapi/topo@5.1.0": + dependencies: + "@hapi/hoek": 9.3.0 + + "@headlessui/react@1.7.17(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + client-only: 0.0.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@humanwhocodes/config-array@0.11.13": + dependencies: + "@humanwhocodes/object-schema": 2.0.1 + debug: 4.3.4 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + "@humanwhocodes/module-importer@1.0.1": {} + + "@humanwhocodes/object-schema@2.0.1": {} + + "@hutson/parse-repository-url@3.0.2": {} + + "@internationalized/date@3.5.0": + dependencies: + "@swc/helpers": 0.5.3 + + "@internationalized/message@3.1.1": + dependencies: + "@swc/helpers": 0.5.3 + intl-messageformat: 10.5.0 + + "@internationalized/number@3.4.0": + dependencies: + "@swc/helpers": 0.5.3 + + "@internationalized/string@3.1.1": + dependencies: + "@swc/helpers": 0.5.3 + + "@isaacs/cliui@8.0.2": + dependencies: + string-width: 5.1.2 + string-width-cjs: string-width@4.2.3 + strip-ansi: 7.1.0 + strip-ansi-cjs: strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: wrap-ansi@7.0.0 + + "@istanbuljs/load-nyc-config@1.1.0": + dependencies: + camelcase: 5.3.1 + find-up: 4.1.0 + get-package-type: 0.1.0 + js-yaml: 3.14.1 + resolve-from: 5.0.0 + + "@istanbuljs/schema@0.1.3": {} + + "@jest/console@29.7.0": + dependencies: + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + chalk: 4.1.2 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + slash: 3.0.0 + + "@jest/core@29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))": + dependencies: + "@jest/console": 29.7.0 + "@jest/reporters": 29.7.0 + "@jest/test-result": 29.7.0 + "@jest/transform": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + ci-info: 3.8.0 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-changed-files: 29.7.0 + jest-config: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-resolve-dependencies: 29.7.0 + jest-runner: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + jest-watcher: 29.7.0 + micromatch: 4.0.5 + pretty-format: 29.7.0 + slash: 3.0.0 + strip-ansi: 6.0.1 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + - ts-node + + "@jest/create-cache-key-function@27.5.1": + dependencies: + "@jest/types": 27.5.1 + + "@jest/environment@29.7.0": + dependencies: + "@jest/fake-timers": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + jest-mock: 29.7.0 + + "@jest/expect-utils@29.7.0": + dependencies: + jest-get-type: 29.6.3 + + "@jest/expect@29.7.0": + dependencies: + expect: 29.7.0 + jest-snapshot: 29.7.0 + transitivePeerDependencies: + - supports-color + + "@jest/fake-timers@29.7.0": + dependencies: + "@jest/types": 29.6.3 + "@sinonjs/fake-timers": 10.3.0 + "@types/node": 20.9.3 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-util: 29.7.0 + + "@jest/globals@29.7.0": + dependencies: + "@jest/environment": 29.7.0 + "@jest/expect": 29.7.0 + "@jest/types": 29.6.3 + jest-mock: 29.7.0 + transitivePeerDependencies: + - supports-color + + "@jest/reporters@29.7.0": + dependencies: + "@bcoe/v8-coverage": 0.2.3 + "@jest/console": 29.7.0 + "@jest/test-result": 29.7.0 + "@jest/transform": 29.7.0 + "@jest/types": 29.6.3 + "@jridgewell/trace-mapping": 0.3.19 + "@types/node": 20.9.3 + chalk: 4.1.2 + collect-v8-coverage: 1.0.2 + exit: 0.1.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-instrument: 6.0.1 + istanbul-lib-report: 3.0.1 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.6 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + jest-worker: 29.7.0 + slash: 3.0.0 + string-length: 4.0.2 + strip-ansi: 6.0.1 + v8-to-istanbul: 9.1.0 + transitivePeerDependencies: + - supports-color + + "@jest/schemas@28.1.3": + dependencies: + "@sinclair/typebox": 0.24.51 + + "@jest/schemas@29.6.3": + dependencies: + "@sinclair/typebox": 0.27.8 + + "@jest/source-map@29.6.3": + dependencies: + "@jridgewell/trace-mapping": 0.3.19 + callsites: 3.1.0 + graceful-fs: 4.2.11 + + "@jest/test-result@29.7.0": + dependencies: + "@jest/console": 29.7.0 + "@jest/types": 29.6.3 + "@types/istanbul-lib-coverage": 2.0.4 + collect-v8-coverage: 1.0.2 + + "@jest/test-sequencer@29.7.0": + dependencies: + "@jest/test-result": 29.7.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + slash: 3.0.0 + + "@jest/transform@29.6.4": + dependencies: + "@babel/core": 7.22.11 + "@jest/types": 29.6.3 + "@jridgewell/trace-mapping": 0.3.19 + babel-plugin-istanbul: 6.1.1 + chalk: 4.1.2 + convert-source-map: 2.0.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.6.4 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + micromatch: 4.0.5 + pirates: 4.0.6 + slash: 3.0.0 + write-file-atomic: 4.0.2 + transitivePeerDependencies: + - supports-color + + "@jest/transform@29.7.0": + dependencies: + "@babel/core": 7.22.11 + "@jest/types": 29.6.3 + "@jridgewell/trace-mapping": 0.3.19 + babel-plugin-istanbul: 6.1.1 + chalk: 4.1.2 + convert-source-map: 2.0.0 + fast-json-stable-stringify: 2.1.0 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + micromatch: 4.0.5 + pirates: 4.0.6 + slash: 3.0.0 + write-file-atomic: 4.0.2 + transitivePeerDependencies: + - supports-color + + "@jest/types@27.5.1": + dependencies: + "@types/istanbul-lib-coverage": 2.0.4 + "@types/istanbul-reports": 3.0.1 + "@types/node": 20.9.3 + "@types/yargs": 16.0.5 + chalk: 4.1.2 + + "@jest/types@29.6.3": + dependencies: + "@jest/schemas": 29.6.3 + "@types/istanbul-lib-coverage": 2.0.4 + "@types/istanbul-reports": 3.0.1 + "@types/node": 20.9.3 + "@types/yargs": 17.0.24 + chalk: 4.1.2 + + "@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.3.2)(vite@5.0.2(@types/node@20.9.3)(sass@1.69.5))": + dependencies: + glob: 7.2.3 + glob-promise: 4.2.2(glob@7.2.3) + magic-string: 0.27.0 + react-docgen-typescript: 2.2.2(typescript@5.3.2) + vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) + optionalDependencies: + typescript: 5.3.2 + + "@jridgewell/gen-mapping@0.3.3": + dependencies: + "@jridgewell/set-array": 1.1.2 + "@jridgewell/sourcemap-codec": 1.4.15 + "@jridgewell/trace-mapping": 0.3.19 + + "@jridgewell/resolve-uri@3.1.1": {} + + "@jridgewell/set-array@1.1.2": {} + + "@jridgewell/sourcemap-codec@1.4.15": {} + + "@jridgewell/trace-mapping@0.3.19": + dependencies: + "@jridgewell/resolve-uri": 3.1.1 + "@jridgewell/sourcemap-codec": 1.4.15 + + "@jridgewell/trace-mapping@0.3.9": + dependencies: + "@jridgewell/resolve-uri": 3.1.1 + "@jridgewell/sourcemap-codec": 1.4.15 + + "@juggle/resize-observer@3.4.0": {} + + "@lerna/create@8.1.3(@swc/core@1.3.99)(encoding@0.1.13)(typescript@5.3.2)": + dependencies: + "@npmcli/run-script": 7.0.2 + "@nx/devkit": 17.2.5(nx@17.2.5(@swc/core@1.3.99)) + "@octokit/plugin-enterprise-rest": 6.0.1 + "@octokit/rest": 19.0.11(encoding@0.1.13) + byte-size: 8.1.1 + chalk: 4.1.0 + clone-deep: 4.0.1 + cmd-shim: 6.0.1 + columnify: 1.6.0 + conventional-changelog-core: 5.0.1 + conventional-recommended-bump: 7.0.1 + cosmiconfig: 8.3.6(typescript@5.3.2) + dedent: 0.7.0 + execa: 5.0.0 + fs-extra: 11.1.1 + get-stream: 6.0.0 + git-url-parse: 13.1.0 + glob-parent: 5.1.2 + globby: 11.1.0 + graceful-fs: 4.2.11 + has-unicode: 2.0.1 + ini: 1.3.8 + init-package-json: 5.0.0 + inquirer: 8.2.6 + is-ci: 3.0.1 + is-stream: 2.0.0 + js-yaml: 4.1.0 + libnpmpublish: 7.3.0 + load-json-file: 6.2.0 + lodash: 4.17.21 + make-dir: 4.0.0 + minimatch: 3.0.5 + multimatch: 5.0.0 + node-fetch: 2.6.7(encoding@0.1.13) + npm-package-arg: 8.1.1 + npm-packlist: 5.1.1 + npm-registry-fetch: 14.0.5 + npmlog: 6.0.2 + nx: 17.2.5(@swc/core@1.3.99) + p-map: 4.0.0 + p-map-series: 2.1.0 + p-queue: 6.6.2 + p-reduce: 2.1.0 + pacote: 17.0.5 + pify: 5.0.0 + read-cmd-shim: 4.0.0 + read-package-json: 6.0.4 + resolve-from: 5.0.0 + rimraf: 4.4.1 + semver: 7.5.4 + signal-exit: 3.0.7 + slash: 3.0.0 + ssri: 9.0.1 + strong-log-transformer: 2.1.0 + tar: 6.2.1 + temp-dir: 1.0.0 + upath: 2.0.1 + uuid: 9.0.1 + validate-npm-package-license: 3.0.4 + validate-npm-package-name: 5.0.0 + write-file-atomic: 5.0.1 + write-pkg: 4.0.0 + yargs: 17.7.2 + yargs-parser: 21.1.1 + transitivePeerDependencies: + - "@swc-node/register" + - "@swc/core" + - bluebird + - debug + - encoding + - supports-color + - typescript + + "@mapbox/node-pre-gyp@1.0.11(encoding@0.1.13)": + dependencies: + detect-libc: 2.0.2 + https-proxy-agent: 5.0.1 + make-dir: 3.1.0 + node-fetch: 2.7.0(encoding@0.1.13) + nopt: 5.0.0 + npmlog: 5.0.1 + rimraf: 3.0.2 + semver: 7.5.4 + tar: 6.1.15 + transitivePeerDependencies: + - encoding + - supports-color + + "@mdx-js/react@2.3.0(react@18.2.0)": + dependencies: + "@types/mdx": 2.0.7 + "@types/react": 18.2.34 + react: 18.2.0 + + "@mole-inc/bin-wrapper@8.0.1": + dependencies: + bin-check: 4.1.0 + bin-version-check: 5.1.0 + content-disposition: 0.5.4 + ext-name: 5.0.0 + file-type: 17.1.6 + filenamify: 5.1.1 + got: 11.8.6 + os-filter-obj: 2.0.0 + + "@monaco-editor/loader@1.4.0(monaco-editor@0.44.0)": + dependencies: + monaco-editor: 0.44.0 + state-local: 1.0.7 + + "@monaco-editor/react@4.6.0(monaco-editor@0.44.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@monaco-editor/loader": 1.4.0(monaco-editor@0.44.0) + monaco-editor: 0.44.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@ndelangen/get-tarball@3.0.9": + dependencies: + gunzip-maybe: 1.4.2 + pump: 3.0.0 + tar-fs: 2.1.1 + + "@next/env@13.4.13": {} + + "@next/env@14.0.3": {} + + "@next/eslint-plugin-next@13.5.6": + dependencies: + glob: 7.1.7 + + "@next/eslint-plugin-next@14.0.3": + dependencies: + glob: 7.1.7 + + "@next/swc-darwin-arm64@13.4.13": + optional: true + + "@next/swc-darwin-arm64@14.0.3": + optional: true + + "@next/swc-darwin-x64@13.4.13": + optional: true + + "@next/swc-darwin-x64@14.0.3": + optional: true + + "@next/swc-linux-arm64-gnu@13.4.13": + optional: true + + "@next/swc-linux-arm64-gnu@14.0.3": + optional: true + + "@next/swc-linux-arm64-musl@13.4.13": + optional: true + + "@next/swc-linux-arm64-musl@14.0.3": + optional: true + + "@next/swc-linux-x64-gnu@13.4.13": + optional: true + + "@next/swc-linux-x64-gnu@14.0.3": + optional: true + + "@next/swc-linux-x64-musl@13.4.13": + optional: true + + "@next/swc-linux-x64-musl@14.0.3": + optional: true + + "@next/swc-win32-arm64-msvc@13.4.13": + optional: true + + "@next/swc-win32-arm64-msvc@14.0.3": + optional: true + + "@next/swc-win32-ia32-msvc@13.4.13": + optional: true + + "@next/swc-win32-ia32-msvc@14.0.3": + optional: true + + "@next/swc-win32-x64-msvc@13.4.13": + optional: true + + "@next/swc-win32-x64-msvc@14.0.3": + optional: true + + "@noble/hashes@1.3.2": {} + + "@nodelib/fs.scandir@2.1.5": + dependencies: + "@nodelib/fs.stat": 2.0.5 + run-parallel: 1.2.0 + + "@nodelib/fs.stat@2.0.5": {} + + "@nodelib/fs.walk@1.2.8": + dependencies: + "@nodelib/fs.scandir": 2.1.5 + fastq: 1.15.0 + + "@npmcli/agent@2.2.0": + dependencies: + agent-base: 7.1.0 + http-proxy-agent: 7.0.0 + https-proxy-agent: 7.0.2 + lru-cache: 10.0.1 + socks-proxy-agent: 8.0.2 + transitivePeerDependencies: + - supports-color + + "@npmcli/fs@3.1.0": + dependencies: + semver: 7.5.4 + + "@npmcli/git@5.0.3": + dependencies: + "@npmcli/promise-spawn": 7.0.0 + lru-cache: 10.0.1 + npm-pick-manifest: 9.0.0 + proc-log: 3.0.0 + promise-inflight: 1.0.1 + promise-retry: 2.0.1 + semver: 7.5.4 + which: 4.0.0 + transitivePeerDependencies: + - bluebird + + "@npmcli/installed-package-contents@2.0.2": + dependencies: + npm-bundled: 3.0.0 + npm-normalize-package-bin: 3.0.1 + + "@npmcli/node-gyp@3.0.0": {} + + "@npmcli/promise-spawn@7.0.0": + dependencies: + which: 4.0.0 + + "@npmcli/run-script@7.0.2": + dependencies: + "@npmcli/node-gyp": 3.0.0 + "@npmcli/promise-spawn": 7.0.0 + node-gyp: 10.0.1 + read-package-json-fast: 3.0.2 + which: 4.0.0 + transitivePeerDependencies: + - supports-color + + "@nrwl/devkit@17.2.5(nx@17.2.5(@swc/core@1.3.99))": + dependencies: + "@nx/devkit": 17.2.5(nx@17.2.5(@swc/core@1.3.99)) + transitivePeerDependencies: + - nx + + "@nrwl/tao@17.2.5(@swc/core@1.3.99)": + dependencies: + nx: 17.2.5(@swc/core@1.3.99) + tslib: 2.6.2 + transitivePeerDependencies: + - "@swc-node/register" + - "@swc/core" + - debug + + "@nx/devkit@17.2.5(nx@17.2.5(@swc/core@1.3.99))": + dependencies: + "@nrwl/devkit": 17.2.5(nx@17.2.5(@swc/core@1.3.99)) + ejs: 3.1.9 + enquirer: 2.3.6 + ignore: 5.2.4 + nx: 17.2.5(@swc/core@1.3.99) + semver: 7.5.3 + tmp: 0.2.1 + tslib: 2.6.2 + + "@nx/nx-darwin-arm64@17.2.5": + optional: true + + "@nx/nx-darwin-x64@17.2.5": + optional: true + + "@nx/nx-freebsd-x64@17.2.5": + optional: true + + "@nx/nx-linux-arm-gnueabihf@17.2.5": + optional: true + + "@nx/nx-linux-arm64-gnu@17.2.5": + optional: true + + "@nx/nx-linux-arm64-musl@17.2.5": + optional: true + + "@nx/nx-linux-x64-gnu@17.2.5": + optional: true + + "@nx/nx-linux-x64-musl@17.2.5": + optional: true + + "@nx/nx-win32-arm64-msvc@17.2.5": + optional: true + + "@nx/nx-win32-x64-msvc@17.2.5": + optional: true + + "@octokit/auth-token@3.0.4": {} + + "@octokit/core@4.2.4(encoding@0.1.13)": + dependencies: + "@octokit/auth-token": 3.0.4 + "@octokit/graphql": 5.0.6(encoding@0.1.13) + "@octokit/request": 6.2.8(encoding@0.1.13) + "@octokit/request-error": 3.0.3 + "@octokit/types": 9.3.2 + before-after-hook: 2.2.3 + universal-user-agent: 6.0.0 + transitivePeerDependencies: + - encoding + + "@octokit/endpoint@7.0.6": + dependencies: + "@octokit/types": 9.3.2 + is-plain-object: 5.0.0 + universal-user-agent: 6.0.0 + + "@octokit/graphql@5.0.6(encoding@0.1.13)": + dependencies: + "@octokit/request": 6.2.8(encoding@0.1.13) + "@octokit/types": 9.3.2 + universal-user-agent: 6.0.0 + transitivePeerDependencies: + - encoding + + "@octokit/openapi-types@18.0.0": {} + + "@octokit/plugin-enterprise-rest@6.0.1": {} + + "@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4(encoding@0.1.13))": + dependencies: + "@octokit/core": 4.2.4(encoding@0.1.13) + "@octokit/tsconfig": 1.0.2 + "@octokit/types": 9.3.2 + + "@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4(encoding@0.1.13))": + dependencies: + "@octokit/core": 4.2.4(encoding@0.1.13) + + "@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4(encoding@0.1.13))": + dependencies: + "@octokit/core": 4.2.4(encoding@0.1.13) + "@octokit/types": 10.0.0 + + "@octokit/request-error@3.0.3": + dependencies: + "@octokit/types": 9.3.2 + deprecation: 2.3.1 + once: 1.4.0 + + "@octokit/request@6.2.8(encoding@0.1.13)": + dependencies: + "@octokit/endpoint": 7.0.6 + "@octokit/request-error": 3.0.3 + "@octokit/types": 9.3.2 + is-plain-object: 5.0.0 + node-fetch: 2.7.0(encoding@0.1.13) + universal-user-agent: 6.0.0 + transitivePeerDependencies: + - encoding + + "@octokit/rest@19.0.11(encoding@0.1.13)": + dependencies: + "@octokit/core": 4.2.4(encoding@0.1.13) + "@octokit/plugin-paginate-rest": 6.1.2(@octokit/core@4.2.4(encoding@0.1.13)) + "@octokit/plugin-request-log": 1.0.4(@octokit/core@4.2.4(encoding@0.1.13)) + "@octokit/plugin-rest-endpoint-methods": 7.2.3(@octokit/core@4.2.4(encoding@0.1.13)) + transitivePeerDependencies: + - encoding + + "@octokit/tsconfig@1.0.2": {} + + "@octokit/types@10.0.0": + dependencies: + "@octokit/openapi-types": 18.0.0 + + "@octokit/types@9.3.2": + dependencies: + "@octokit/openapi-types": 18.0.0 + + "@opentelemetry/api@1.4.1": {} + + "@otplib/core@12.0.1": {} + + "@otplib/plugin-crypto@12.0.1": + dependencies: + "@otplib/core": 12.0.1 + + "@otplib/plugin-thirty-two@12.0.1": + dependencies: + "@otplib/core": 12.0.1 + thirty-two: 1.0.2 + + "@otplib/preset-default@12.0.1": + dependencies: + "@otplib/core": 12.0.1 + "@otplib/plugin-crypto": 12.0.1 + "@otplib/plugin-thirty-two": 12.0.1 + + "@otplib/preset-v11@12.0.1": + dependencies: + "@otplib/core": 12.0.1 + "@otplib/plugin-crypto": 12.0.1 + "@otplib/plugin-thirty-two": 12.0.1 + + "@paralleldrive/cuid2@2.2.2": + dependencies: + "@noble/hashes": 1.3.2 + + "@pkgjs/parseargs@0.11.0": + optional: true + + "@pkgr/utils@2.4.2": + dependencies: + cross-spawn: 7.0.3 + fast-glob: 3.3.1 + is-glob: 4.0.3 + open: 9.1.0 + picocolors: 1.0.0 + tslib: 2.6.2 + + "@prisma/client@5.6.0(prisma@5.6.0)": + dependencies: + "@prisma/engines-version": 5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee + optionalDependencies: + prisma: 5.6.0 + + "@prisma/debug@5.2.0": + dependencies: + "@types/debug": 4.1.8 + debug: 4.3.4 + strip-ansi: 6.0.1 + transitivePeerDependencies: + - supports-color + + "@prisma/engines-version@5.6.0-32.e95e739751f42d8ca026f6b910f5a2dc5adeaeee": {} + + "@prisma/engines@5.2.0": {} + + "@prisma/engines@5.6.0": {} + + "@prisma/fetch-engine@5.2.0(encoding@0.1.13)": + dependencies: + "@prisma/debug": 5.2.0 + "@prisma/get-platform": 5.2.0 + execa: 5.1.1 + find-cache-dir: 3.3.2 + fs-extra: 11.1.1 + hasha: 5.2.2 + http-proxy-agent: 7.0.0 + https-proxy-agent: 7.0.1 + kleur: 4.1.5 + node-fetch: 2.6.12(encoding@0.1.13) + p-filter: 2.1.0 + p-map: 4.0.0 + p-retry: 4.6.2 + progress: 2.0.3 + rimraf: 3.0.2 + temp-dir: 2.0.0 + tempy: 1.0.1 + transitivePeerDependencies: + - encoding + - supports-color + + "@prisma/generator-helper@5.2.0": + dependencies: + "@prisma/debug": 5.2.0 + "@types/cross-spawn": 6.0.2 + cross-spawn: 7.0.3 + kleur: 4.1.5 + transitivePeerDependencies: + - supports-color + + "@prisma/get-platform@5.2.0": + dependencies: + "@prisma/debug": 5.2.0 + escape-string-regexp: 4.0.0 + execa: 5.1.1 + fs-jetpack: 5.1.0 + kleur: 4.1.5 + replace-string: 3.1.0 + strip-ansi: 6.0.1 + tempy: 1.0.1 + terminal-link: 2.1.1 + ts-pattern: 4.3.0 + transitivePeerDependencies: + - supports-color + + "@prisma/internals@5.2.0(encoding@0.1.13)": + dependencies: + "@antfu/ni": 0.21.5 + "@opentelemetry/api": 1.4.1 + "@prisma/debug": 5.2.0 + "@prisma/engines": 5.2.0 + "@prisma/fetch-engine": 5.2.0(encoding@0.1.13) + "@prisma/generator-helper": 5.2.0 + "@prisma/get-platform": 5.2.0 + "@prisma/prisma-schema-wasm": 5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f + archiver: 5.3.1 + arg: 5.0.2 + checkpoint-client: 1.1.27(encoding@0.1.13) + cli-truncate: 2.1.0 + dotenv: 16.0.3 + escape-string-regexp: 4.0.0 + execa: 5.1.1 + find-up: 5.0.0 + fp-ts: 2.16.1 + fs-extra: 11.1.1 + fs-jetpack: 5.1.0 + global-dirs: 3.0.1 + globby: 11.1.0 + indent-string: 4.0.0 + is-windows: 1.0.2 + is-wsl: 2.2.0 + kleur: 4.1.5 + new-github-issue-url: 0.2.1 + node-fetch: 2.6.12(encoding@0.1.13) + npm-packlist: 5.1.3 + open: 7.4.2 + p-map: 4.0.0 + prompts: 2.4.2 + read-pkg-up: 7.0.1 + replace-string: 3.1.0 + resolve: 1.22.4 + string-width: 4.2.3 + strip-ansi: 6.0.1 + strip-indent: 3.0.0 + temp-dir: 2.0.0 + tempy: 1.0.1 + terminal-link: 2.1.1 + tmp: 0.2.1 + ts-pattern: 4.3.0 + transitivePeerDependencies: + - encoding + - supports-color + + "@prisma/prisma-schema-wasm@5.2.0-25.2804dc98259d2ea960602aca6b8e7fdc03c1758f": {} + + "@puppeteer/browsers@1.8.0": + dependencies: + debug: 4.3.4 + extract-zip: 2.0.1 + progress: 2.0.3 + proxy-agent: 6.3.1 + tar-fs: 3.0.4 + unbzip2-stream: 1.4.3 + yargs: 17.7.2 + transitivePeerDependencies: + - supports-color + + "@radix-ui/number@1.0.1": + dependencies: + "@babel/runtime": 7.23.2 + + "@radix-ui/primitive@1.0.1": + dependencies: + "@babel/runtime": 7.22.11 + + "@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-collapsible": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-collection": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-context-menu@2.1.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-menu": 2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-context@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-direction@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.23.2 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-escape-keydown": 1.0.3(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-escape-keydown": 1.0.3(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-menu": 2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-focus-scope@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.23.2 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-hover-card@1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-popper": 1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-id@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-menu@2.0.6(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-collection": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-focus-scope": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-popper": 1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-roving-focus": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + aria-hidden: 1.2.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.34)(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-popover@1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-focus-scope": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-popper": 1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + aria-hidden: 1.2.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.34)(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-popper@1.1.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.23.2 + "@floating-ui/react-dom": 2.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-arrow": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-rect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-size": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/rect": 1.0.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-popper@1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@floating-ui/react-dom": 2.0.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-arrow": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-rect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-size": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/rect": 1.0.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-portal@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.23.2 + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-collection": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-select@1.2.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.23.2 + "@radix-ui/number": 1.0.1 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-collection": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-dismissable-layer": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-focus-scope": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-popper": 1.1.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-portal": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-previous": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-visually-hidden": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + aria-hidden: 1.2.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.34)(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-separator@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-slot@1.0.2(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-tabs@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-roving-focus": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-roving-focus": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-toggle": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-toggle@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-toolbar@1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-direction": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-roving-focus": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-separator": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-toggle-group": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/primitive": 1.0.1 + "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-context": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-id": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-popper": 1.1.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-slot": 1.0.2(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.34)(react@18.2.0) + "@radix-ui/react-visually-hidden": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-use-previous@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.23.2 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-use-rect@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/rect": 1.0.1 + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-use-size@1.0.1(@types/react@18.2.34)(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.34)(react@18.2.0) + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + "@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@babel/runtime": 7.22.11 + "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + "@types/react-dom": 18.2.14 + + "@radix-ui/rect@1.0.1": + dependencies: + "@babel/runtime": 7.22.11 + + "@react-aria/breadcrumbs@3.5.8(react@18.2.0)": + dependencies: + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/link": 3.6.2(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/breadcrumbs": 3.7.2(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/button@3.9.0(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/toggle": 3.7.0(react@18.2.0) + "@react-types/button": 3.9.1(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/calendar@3.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@internationalized/date": 3.5.0 + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/live-announcer": 3.3.1 + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/calendar": 3.4.2(react@18.2.0) + "@react-types/button": 3.9.1(react@18.2.0) + "@react-types/calendar": 3.4.2(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/checkbox@3.12.0(react@18.2.0)": + dependencies: + "@react-aria/form": 3.0.0(react@18.2.0) + "@react-aria/label": 3.7.3(react@18.2.0) + "@react-aria/toggle": 3.9.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/checkbox": 3.6.0(react@18.2.0) + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-stately/toggle": 3.7.0(react@18.2.0) + "@react-types/checkbox": 3.6.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/combobox@3.8.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/listbox": 3.11.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/live-announcer": 3.3.1 + "@react-aria/menu": 3.11.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/overlays": 3.19.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/selection": 3.17.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/textfield": 3.13.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/collections": 3.10.3(react@18.2.0) + "@react-stately/combobox": 3.8.0(react@18.2.0) + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-types/button": 3.9.1(react@18.2.0) + "@react-types/combobox": 3.9.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/datepicker@3.9.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@internationalized/date": 3.5.0 + "@internationalized/number": 3.4.0 + "@internationalized/string": 3.1.1 + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/form": 3.0.0(react@18.2.0) + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/label": 3.7.3(react@18.2.0) + "@react-aria/spinbutton": 3.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/datepicker": 3.9.0(react@18.2.0) + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-types/button": 3.9.1(react@18.2.0) + "@react-types/calendar": 3.4.2(react@18.2.0) + "@react-types/datepicker": 3.7.0(react@18.2.0) + "@react-types/dialog": 3.5.7(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/dialog@3.5.8(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/overlays": 3.19.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/dialog": 3.5.7(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/focus@3.15.0(react@18.2.0)": + dependencies: + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + clsx: 1.2.1 + react: 18.2.0 + + "@react-aria/form@3.0.0(react@18.2.0)": + dependencies: + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/i18n@3.9.0(react@18.2.0)": + dependencies: + "@internationalized/date": 3.5.0 + "@internationalized/message": 3.1.1 + "@internationalized/number": 3.4.0 + "@internationalized/string": 3.1.1 + "@react-aria/ssr": 3.9.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/interactions@3.20.0(react@18.2.0)": + dependencies: + "@react-aria/ssr": 3.9.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/label@3.7.3(react@18.2.0)": + dependencies: + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/link@3.6.2(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/link": 3.5.2(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/listbox@3.11.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/label": 3.7.3(react@18.2.0) + "@react-aria/selection": 3.17.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/collections": 3.10.3(react@18.2.0) + "@react-stately/list": 3.10.1(react@18.2.0) + "@react-types/listbox": 3.4.6(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/live-announcer@3.3.1": + dependencies: + "@swc/helpers": 0.5.3 + + "@react-aria/menu@3.11.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/overlays": 3.19.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/selection": 3.17.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/collections": 3.10.3(react@18.2.0) + "@react-stately/menu": 3.5.7(react@18.2.0) + "@react-stately/tree": 3.7.4(react@18.2.0) + "@react-types/button": 3.9.1(react@18.2.0) + "@react-types/menu": 3.9.6(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/overlays@3.19.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/ssr": 3.9.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-aria/visually-hidden": 3.8.7(react@18.2.0) + "@react-stately/overlays": 3.6.4(react@18.2.0) + "@react-types/button": 3.9.1(react@18.2.0) + "@react-types/overlays": 3.8.4(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/progress@3.4.8(react@18.2.0)": + dependencies: + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/label": 3.7.3(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/progress": 3.5.1(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/radio@3.9.0(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/form": 3.0.0(react@18.2.0) + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/label": 3.7.3(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/radio": 3.10.0(react@18.2.0) + "@react-types/radio": 3.6.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/selection@3.17.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/selection": 3.14.1(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/spinbutton@3.6.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@react-aria/i18n": 3.9.0(react@18.2.0) + "@react-aria/live-announcer": 3.3.1 + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/button": 3.9.1(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-aria/ssr@3.9.0(react@18.2.0)": + dependencies: + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/switch@3.5.7(react@18.2.0)": + dependencies: + "@react-aria/toggle": 3.9.0(react@18.2.0) + "@react-stately/toggle": 3.7.0(react@18.2.0) + "@react-types/switch": 3.5.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/textfield@3.13.0(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/form": 3.0.0(react@18.2.0) + "@react-aria/label": 3.7.3(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@react-types/textfield": 3.9.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/toggle@3.9.0(react@18.2.0)": + dependencies: + "@react-aria/focus": 3.15.0(react@18.2.0) + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-stately/toggle": 3.7.0(react@18.2.0) + "@react-types/checkbox": 3.6.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-aria/utils@3.22.0(react@18.2.0)": + dependencies: + "@react-aria/ssr": 3.9.0(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + clsx: 1.2.1 + react: 18.2.0 + + "@react-aria/visually-hidden@3.8.7(react@18.2.0)": + dependencies: + "@react-aria/interactions": 3.20.0(react@18.2.0) + "@react-aria/utils": 3.22.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-dnd/asap@5.0.2": {} + + "@react-dnd/invariant@4.0.2": {} + + "@react-dnd/shallowequal@4.0.2": {} + + "@react-leaflet/core@2.1.0(leaflet@1.9.4)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + leaflet: 1.9.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@react-stately/calendar@3.4.2(react@18.2.0)": + dependencies: + "@internationalized/date": 3.5.0 + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/calendar": 3.4.2(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/checkbox@3.6.0(react@18.2.0)": + dependencies: + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/checkbox": 3.6.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/collections@3.10.3(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/combobox@3.8.0(react@18.2.0)": + dependencies: + "@react-stately/collections": 3.10.3(react@18.2.0) + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-stately/list": 3.10.1(react@18.2.0) + "@react-stately/menu": 3.5.7(react@18.2.0) + "@react-stately/select": 3.6.0(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/combobox": 3.9.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/data@3.11.0(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/datepicker@3.9.0(react@18.2.0)": + dependencies: + "@internationalized/date": 3.5.0 + "@internationalized/string": 3.1.1 + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-stately/overlays": 3.6.4(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/datepicker": 3.7.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/form@3.0.0(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/list@3.10.1(react@18.2.0)": + dependencies: + "@react-stately/collections": 3.10.3(react@18.2.0) + "@react-stately/selection": 3.14.1(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/menu@3.5.7(react@18.2.0)": + dependencies: + "@react-stately/overlays": 3.6.4(react@18.2.0) + "@react-types/menu": 3.9.6(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/overlays@3.6.4(react@18.2.0)": + dependencies: + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/overlays": 3.8.4(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/radio@3.10.0(react@18.2.0)": + dependencies: + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/radio": 3.6.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/select@3.6.0(react@18.2.0)": + dependencies: + "@react-stately/form": 3.0.0(react@18.2.0) + "@react-stately/list": 3.10.1(react@18.2.0) + "@react-stately/menu": 3.5.7(react@18.2.0) + "@react-types/select": 3.9.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/selection@3.14.1(react@18.2.0)": + dependencies: + "@react-stately/collections": 3.10.3(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/toggle@3.7.0(react@18.2.0)": + dependencies: + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/checkbox": 3.6.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/tree@3.7.4(react@18.2.0)": + dependencies: + "@react-stately/collections": 3.10.3(react@18.2.0) + "@react-stately/selection": 3.14.1(react@18.2.0) + "@react-stately/utils": 3.9.0(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-stately/utils@3.9.0(react@18.2.0)": + dependencies: + "@swc/helpers": 0.5.3 + react: 18.2.0 + + "@react-types/breadcrumbs@3.7.2(react@18.2.0)": + dependencies: + "@react-types/link": 3.5.2(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/button@3.9.1(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/calendar@3.4.2(react@18.2.0)": + dependencies: + "@internationalized/date": 3.5.0 + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/checkbox@3.6.0(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/combobox@3.9.0(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/datepicker@3.7.0(react@18.2.0)": + dependencies: + "@internationalized/date": 3.5.0 + "@react-types/calendar": 3.4.2(react@18.2.0) + "@react-types/overlays": 3.8.4(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/dialog@3.5.7(react@18.2.0)": + dependencies: + "@react-types/overlays": 3.8.4(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/link@3.5.2(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/listbox@3.4.6(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/menu@3.9.6(react@18.2.0)": + dependencies: + "@react-types/overlays": 3.8.4(react@18.2.0) + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/overlays@3.8.4(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/progress@3.5.1(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/radio@3.6.0(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/select@3.9.0(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/shared@3.22.0(react@18.2.0)": + dependencies: + react: 18.2.0 + + "@react-types/switch@3.5.0(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@react-types/textfield@3.9.0(react@18.2.0)": + dependencies: + "@react-types/shared": 3.22.0(react@18.2.0) + react: 18.2.0 + + "@rollup/plugin-commonjs@24.0.0(rollup@2.78.0)": + dependencies: + "@rollup/pluginutils": 5.0.3(rollup@2.78.0) + commondir: 1.0.1 + estree-walker: 2.0.2 + glob: 8.1.0 + is-reference: 1.2.1 + magic-string: 0.27.0 + optionalDependencies: + rollup: 2.78.0 + + "@rollup/pluginutils@5.0.3(rollup@2.78.0)": + dependencies: + "@types/estree": 1.0.1 + estree-walker: 2.0.2 + picomatch: 2.3.1 + optionalDependencies: + rollup: 2.78.0 + + "@rollup/pluginutils@5.0.3(rollup@3.28.1)": + dependencies: + "@types/estree": 1.0.1 + estree-walker: 2.0.2 + picomatch: 2.3.1 + optionalDependencies: + rollup: 3.28.1 + + "@rollup/rollup-android-arm-eabi@4.5.0": + optional: true + + "@rollup/rollup-android-arm64@4.5.0": + optional: true + + "@rollup/rollup-darwin-arm64@4.5.0": + optional: true + + "@rollup/rollup-darwin-x64@4.5.0": + optional: true + + "@rollup/rollup-linux-arm-gnueabihf@4.5.0": + optional: true + + "@rollup/rollup-linux-arm64-gnu@4.5.0": + optional: true + + "@rollup/rollup-linux-arm64-musl@4.5.0": + optional: true + + "@rollup/rollup-linux-x64-gnu@4.5.0": + optional: true + + "@rollup/rollup-linux-x64-musl@4.5.0": + optional: true + + "@rollup/rollup-win32-arm64-msvc@4.5.0": + optional: true + + "@rollup/rollup-win32-ia32-msvc@4.5.0": + optional: true + + "@rollup/rollup-win32-x64-msvc@4.5.0": + optional: true + + "@rushstack/eslint-patch@1.3.3": {} + + "@sapphire/async-queue@1.5.0": {} + + "@sapphire/snowflake@3.5.1": {} + + "@sentry-internal/tracing@7.72.0": + dependencies: + "@sentry/core": 7.72.0 + "@sentry/types": 7.72.0 + "@sentry/utils": 7.72.0 + tslib: 2.6.2 + + "@sentry-internal/tracing@7.81.0": + dependencies: + "@sentry/core": 7.81.0 + "@sentry/types": 7.81.0 + "@sentry/utils": 7.81.0 + + "@sentry-internal/tracing@7.81.1": + dependencies: + "@sentry/core": 7.81.1 + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + + "@sentry/browser@7.81.1": + dependencies: + "@sentry-internal/tracing": 7.81.1 + "@sentry/core": 7.81.1 + "@sentry/replay": 7.81.1 + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + + "@sentry/cli@1.77.1(encoding@0.1.13)": + dependencies: + https-proxy-agent: 5.0.1 + mkdirp: 0.5.6 + node-fetch: 2.7.0(encoding@0.1.13) + progress: 2.0.3 + proxy-from-env: 1.1.0 + which: 2.0.2 + transitivePeerDependencies: + - encoding + - supports-color + + "@sentry/core@7.72.0": + dependencies: + "@sentry/types": 7.72.0 + "@sentry/utils": 7.72.0 + tslib: 2.6.2 + + "@sentry/core@7.81.0": + dependencies: + "@sentry/types": 7.81.0 + "@sentry/utils": 7.81.0 + + "@sentry/core@7.81.1": + dependencies: + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + + "@sentry/integrations@7.81.1": + dependencies: + "@sentry/core": 7.81.1 + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + localforage: 1.10.0 + + "@sentry/nextjs@7.81.1(encoding@0.1.13)(next@14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5))(react@18.2.0)": + dependencies: + "@rollup/plugin-commonjs": 24.0.0(rollup@2.78.0) + "@sentry/core": 7.81.1 + "@sentry/integrations": 7.81.1 + "@sentry/node": 7.81.1 + "@sentry/react": 7.81.1(react@18.2.0) + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + "@sentry/vercel-edge": 7.81.1 + "@sentry/webpack-plugin": 1.21.0(encoding@0.1.13) + chalk: 3.0.0 + next: 14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5) + react: 18.2.0 + resolve: 1.22.8 + rollup: 2.78.0 + stacktrace-parser: 0.1.10 + transitivePeerDependencies: + - encoding + - supports-color + + "@sentry/node@7.72.0": + dependencies: + "@sentry-internal/tracing": 7.72.0 + "@sentry/core": 7.72.0 + "@sentry/types": 7.72.0 + "@sentry/utils": 7.72.0 + cookie: 0.5.0 + https-proxy-agent: 5.0.1 + lru_map: 0.3.3 + tslib: 2.6.2 + transitivePeerDependencies: + - supports-color + + "@sentry/node@7.81.0": + dependencies: + "@sentry-internal/tracing": 7.81.0 + "@sentry/core": 7.81.0 + "@sentry/types": 7.81.0 + "@sentry/utils": 7.81.0 + https-proxy-agent: 5.0.1 + transitivePeerDependencies: + - supports-color + + "@sentry/node@7.81.1": + dependencies: + "@sentry-internal/tracing": 7.81.1 + "@sentry/core": 7.81.1 + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + https-proxy-agent: 5.0.1 + transitivePeerDependencies: + - supports-color + + "@sentry/react@7.81.1(react@18.2.0)": + dependencies: + "@sentry/browser": 7.81.1 + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + + "@sentry/replay@7.81.1": + dependencies: + "@sentry-internal/tracing": 7.81.1 + "@sentry/core": 7.81.1 + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + + "@sentry/tracing@7.81.1": + dependencies: + "@sentry-internal/tracing": 7.81.1 + + "@sentry/types@7.72.0": {} + + "@sentry/types@7.81.0": {} + + "@sentry/types@7.81.1": {} + + "@sentry/utils@7.72.0": + dependencies: + "@sentry/types": 7.72.0 + tslib: 2.6.2 + + "@sentry/utils@7.81.0": + dependencies: + "@sentry/types": 7.81.0 + + "@sentry/utils@7.81.1": + dependencies: + "@sentry/types": 7.81.1 + + "@sentry/vercel-edge@7.81.1": + dependencies: + "@sentry-internal/tracing": 7.81.1 + "@sentry/core": 7.81.1 + "@sentry/types": 7.81.1 + "@sentry/utils": 7.81.1 + + "@sentry/webpack-plugin@1.21.0(encoding@0.1.13)": + dependencies: + "@sentry/cli": 1.77.1(encoding@0.1.13) + webpack-sources: 3.2.3 + transitivePeerDependencies: + - encoding + - supports-color + + "@sideway/address@4.1.4": + dependencies: + "@hapi/hoek": 9.3.0 + + "@sideway/formula@3.0.1": {} + + "@sideway/pinpoint@2.0.0": {} + + "@sigstore/bundle@1.1.0": + dependencies: + "@sigstore/protobuf-specs": 0.2.1 + + "@sigstore/bundle@2.1.0": + dependencies: + "@sigstore/protobuf-specs": 0.2.1 + + "@sigstore/protobuf-specs@0.2.1": {} + + "@sigstore/sign@1.0.0": + dependencies: + "@sigstore/bundle": 1.1.0 + "@sigstore/protobuf-specs": 0.2.1 + make-fetch-happen: 11.1.1 + transitivePeerDependencies: + - supports-color + + "@sigstore/sign@2.2.0": + dependencies: + "@sigstore/bundle": 2.1.0 + "@sigstore/protobuf-specs": 0.2.1 + make-fetch-happen: 13.0.0 + transitivePeerDependencies: + - supports-color + + "@sigstore/tuf@1.0.3": + dependencies: + "@sigstore/protobuf-specs": 0.2.1 + tuf-js: 1.1.7 + transitivePeerDependencies: + - supports-color + + "@sigstore/tuf@2.2.0": + dependencies: + "@sigstore/protobuf-specs": 0.2.1 + tuf-js: 2.1.0 + transitivePeerDependencies: + - supports-color + + "@sinclair/typebox@0.24.51": {} + + "@sinclair/typebox@0.27.8": {} + + "@sindresorhus/is@3.1.2": {} + + "@sindresorhus/is@4.6.0": {} + + "@sinonjs/commons@3.0.0": + dependencies: + type-detect: 4.0.8 + + "@sinonjs/fake-timers@10.3.0": + dependencies: + "@sinonjs/commons": 3.0.0 + + "@snailycad/image-data-uri@3.2.0": + dependencies: + fs-extra: 10.1.0 + mime-types: 2.1.35 + undici: 5.27.2 + + "@snailycad/prisma-generator-redundant-types@2.0.2(encoding@0.1.13)": + dependencies: + "@prisma/generator-helper": 5.2.0 + "@prisma/internals": 5.2.0(encoding@0.1.13) + transitivePeerDependencies: + - encoding + - supports-color + + "@socket.io/component-emitter@3.1.0": {} + + "@storybook/addon-a11y@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/addon-highlight": 7.5.3 + "@storybook/channels": 7.5.3 + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + axe-core: 4.7.2 + lodash: 4.17.21 + react-resize-detector: 7.1.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/addon-actions@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + dequal: 2.0.3 + lodash: 4.17.21 + polished: 4.2.2 + prop-types: 15.8.1 + react-inspector: 6.0.2(react@18.2.0) + telejson: 7.2.0 + ts-dedent: 2.2.0 + uuid: 9.0.1 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/addon-backgrounds@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + memoizerific: 1.11.3 + ts-dedent: 2.2.0 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/addon-controls@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/blocks": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/core-events": 7.5.3 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/node-logger": 7.5.3 + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + lodash: 4.17.21 + ts-dedent: 2.2.0 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + - encoding + - supports-color + + "@storybook/addon-docs@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@jest/transform": 29.6.4 + "@mdx-js/react": 2.3.0(react@18.2.0) + "@storybook/blocks": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/csf-plugin": 7.5.3 + "@storybook/csf-tools": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/mdx2-csf": 1.1.0 + "@storybook/node-logger": 7.5.3 + "@storybook/postinstall": 7.5.3 + "@storybook/preview-api": 7.5.3 + "@storybook/react-dom-shim": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + fs-extra: 11.1.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + remark-external-links: 8.0.0 + remark-slug: 6.1.0 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + - encoding + - supports-color + + "@storybook/addon-essentials@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/addon-actions": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/addon-backgrounds": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/addon-controls": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/addon-docs": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/addon-highlight": 7.5.3 + "@storybook/addon-measure": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/addon-outline": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/addon-toolbars": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/addon-viewport": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/node-logger": 7.5.3 + "@storybook/preview-api": 7.5.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + ts-dedent: 2.2.0 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + - encoding + - supports-color + + "@storybook/addon-highlight@7.5.3": + dependencies: + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/preview-api": 7.5.3 + + "@storybook/addon-interactions@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/instrumenter": 7.5.3 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + jest-mock: 27.5.1 + polished: 4.2.2 + ts-dedent: 2.2.0 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + - encoding + - supports-color + + "@storybook/addon-links@7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/core-events": 7.5.3 + "@storybook/csf": 0.1.1 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/router": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + prop-types: 15.8.1 + ts-dedent: 2.2.0 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@storybook/addon-measure@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/types": 7.5.3 + tiny-invariant: 1.3.1 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/addon-outline@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/types": 7.5.3 + ts-dedent: 2.2.0 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/addon-themes@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-events": 7.5.3 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + ts-dedent: 2.2.0 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/addon-toolbars@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/addon-viewport@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + memoizerific: 1.11.3 + prop-types: 15.8.1 + optionalDependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/blocks@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/channels": 7.5.3 + "@storybook/client-logger": 7.5.3 + "@storybook/components": 7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/core-events": 7.5.3 + "@storybook/csf": 0.1.1 + "@storybook/docs-tools": 7.5.3(encoding@0.1.13) + "@storybook/global": 5.0.0 + "@storybook/manager-api": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/preview-api": 7.5.3 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + "@types/lodash": 4.14.200 + color-convert: 2.0.1 + dequal: 2.0.3 + lodash: 4.17.21 + markdown-to-jsx: 7.3.2(react@18.2.0) + memoizerific: 1.11.3 + polished: 4.2.2 + react: 18.2.0 + react-colorful: 5.6.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + react-dom: 18.2.0(react@18.2.0) + telejson: 7.2.0 + tocbot: 4.21.1 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + - encoding + - supports-color + + "@storybook/builder-manager@7.5.3(encoding@0.1.13)": + dependencies: + "@fal-works/esbuild-plugin-global-externals": 2.1.2 + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/manager": 7.5.3 + "@storybook/node-logger": 7.5.3 + "@types/ejs": 3.1.5 + "@types/find-cache-dir": 3.2.1 + "@yarnpkg/esbuild-plugin-pnp": 3.0.0-rc.15(esbuild@0.18.20) + browser-assert: 1.2.1 + ejs: 3.1.9 + esbuild: 0.18.20 + esbuild-plugin-alias: 0.2.1 + express: 4.18.2 + find-cache-dir: 3.3.2 + fs-extra: 11.1.1 + process: 0.11.10 + util: 0.12.5 + transitivePeerDependencies: + - encoding + - supports-color + + "@storybook/builder-vite@7.5.3(encoding@0.1.13)(typescript@5.3.2)(vite@5.0.2(@types/node@20.9.3)(sass@1.69.5))": + dependencies: + "@storybook/channels": 7.5.3 + "@storybook/client-logger": 7.5.3 + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/csf-plugin": 7.5.3 + "@storybook/node-logger": 7.5.3 + "@storybook/preview": 7.5.3 + "@storybook/preview-api": 7.5.3 + "@storybook/types": 7.5.3 + "@types/find-cache-dir": 3.2.1 + browser-assert: 1.2.1 + es-module-lexer: 0.9.3 + express: 4.18.2 + find-cache-dir: 3.3.2 + fs-extra: 11.1.1 + magic-string: 0.30.3 + rollup: 3.28.1 + vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) + optionalDependencies: + typescript: 5.3.2 + transitivePeerDependencies: + - encoding + - supports-color + + "@storybook/channels@7.5.3": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + qs: 6.11.2 + telejson: 7.2.0 + tiny-invariant: 1.3.1 + + "@storybook/cli@7.5.3(encoding@0.1.13)": + dependencies: + "@babel/core": 7.22.11 + "@babel/preset-env": 7.22.10(@babel/core@7.22.11) + "@babel/types": 7.23.0 + "@ndelangen/get-tarball": 3.0.9 + "@storybook/codemod": 7.5.3 + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/core-events": 7.5.3 + "@storybook/core-server": 7.5.3(encoding@0.1.13) + "@storybook/csf-tools": 7.5.3 + "@storybook/node-logger": 7.5.3 + "@storybook/telemetry": 7.5.3(encoding@0.1.13) + "@storybook/types": 7.5.3 + "@types/semver": 7.5.0 + "@yarnpkg/fslib": 2.10.3 + "@yarnpkg/libzip": 2.3.0 + chalk: 4.1.2 + commander: 6.2.1 + cross-spawn: 7.0.3 + detect-indent: 6.1.0 + envinfo: 7.10.0 + execa: 5.1.1 + express: 4.18.2 + find-up: 5.0.0 + fs-extra: 11.1.1 + get-npm-tarball-url: 2.0.3 + get-port: 5.1.1 + giget: 1.1.2 + globby: 11.1.0 + jscodeshift: 0.14.0(@babel/preset-env@7.22.10(@babel/core@7.22.11)) + leven: 3.1.0 + ora: 5.4.1 + prettier: 2.8.8 + prompts: 2.4.2 + puppeteer-core: 2.1.1 + read-pkg-up: 7.0.1 + semver: 7.5.4 + simple-update-notifier: 2.0.0 + strip-json-comments: 3.1.1 + tempy: 1.0.1 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + + "@storybook/client-logger@7.5.3": + dependencies: + "@storybook/global": 5.0.0 + + "@storybook/codemod@7.5.3": + dependencies: + "@babel/core": 7.22.11 + "@babel/preset-env": 7.22.10(@babel/core@7.22.11) + "@babel/types": 7.23.0 + "@storybook/csf": 0.1.1 + "@storybook/csf-tools": 7.5.3 + "@storybook/node-logger": 7.5.3 + "@storybook/types": 7.5.3 + "@types/cross-spawn": 6.0.2 + cross-spawn: 7.0.3 + globby: 11.1.0 + jscodeshift: 0.14.0(@babel/preset-env@7.22.10(@babel/core@7.22.11)) + lodash: 4.17.21 + prettier: 2.8.8 + recast: 0.23.4 + transitivePeerDependencies: + - supports-color + + "@storybook/components@7.5.3(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@radix-ui/react-select": 1.2.2(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@radix-ui/react-toolbar": 1.0.4(@types/react-dom@18.2.14)(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/client-logger": 7.5.3 + "@storybook/csf": 0.1.1 + "@storybook/global": 5.0.0 + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-resize-observer: 9.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + util-deprecate: 1.0.2 + transitivePeerDependencies: + - "@types/react" + - "@types/react-dom" + + "@storybook/core-client@7.5.3": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/preview-api": 7.5.3 + + "@storybook/core-common@7.5.3(encoding@0.1.13)": + dependencies: + "@storybook/core-events": 7.5.3 + "@storybook/node-logger": 7.5.3 + "@storybook/types": 7.5.3 + "@types/find-cache-dir": 3.2.1 + "@types/node": 18.18.6 + "@types/node-fetch": 2.6.4 + "@types/pretty-hrtime": 1.0.1 + chalk: 4.1.2 + esbuild: 0.18.20 + esbuild-register: 3.5.0(esbuild@0.18.20) + file-system-cache: 2.3.0 + find-cache-dir: 3.3.2 + find-up: 5.0.0 + fs-extra: 11.1.1 + glob: 10.3.10 + handlebars: 4.7.8 + lazy-universal-dotenv: 4.0.0 + node-fetch: 2.7.0(encoding@0.1.13) + picomatch: 2.3.1 + pkg-dir: 5.0.0 + pretty-hrtime: 1.0.3 + resolve-from: 5.0.0 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - encoding + - supports-color + + "@storybook/core-events@7.5.3": + dependencies: + ts-dedent: 2.2.0 + + "@storybook/core-server@7.5.3(encoding@0.1.13)": + dependencies: + "@aw-web-design/x-default-browser": 1.4.126 + "@discoveryjs/json-ext": 0.5.7 + "@storybook/builder-manager": 7.5.3(encoding@0.1.13) + "@storybook/channels": 7.5.3 + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/core-events": 7.5.3 + "@storybook/csf": 0.1.1 + "@storybook/csf-tools": 7.5.3 + "@storybook/docs-mdx": 0.1.0 + "@storybook/global": 5.0.0 + "@storybook/manager": 7.5.3 + "@storybook/node-logger": 7.5.3 + "@storybook/preview-api": 7.5.3 + "@storybook/telemetry": 7.5.3(encoding@0.1.13) + "@storybook/types": 7.5.3 + "@types/detect-port": 1.3.3 + "@types/node": 18.18.6 + "@types/pretty-hrtime": 1.0.1 + "@types/semver": 7.5.0 + better-opn: 3.0.2 + chalk: 4.1.2 + cli-table3: 0.6.3 + compression: 1.7.4 + detect-port: 1.5.1 + express: 4.18.2 + fs-extra: 11.1.1 + globby: 11.1.0 + ip: 2.0.0 + lodash: 4.17.21 + open: 8.4.2 + pretty-hrtime: 1.0.3 + prompts: 2.4.2 + read-pkg-up: 7.0.1 + semver: 7.5.4 + telejson: 7.2.0 + tiny-invariant: 1.3.1 + ts-dedent: 2.2.0 + util: 0.12.5 + util-deprecate: 1.0.2 + watchpack: 2.4.0 + ws: 8.14.2 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + + "@storybook/csf-plugin@7.5.3": + dependencies: + "@storybook/csf-tools": 7.5.3 + unplugin: 1.4.0 + transitivePeerDependencies: + - supports-color + + "@storybook/csf-tools@7.5.3": + dependencies: + "@babel/generator": 7.23.0 + "@babel/parser": 7.23.0 + "@babel/traverse": 7.23.2 + "@babel/types": 7.23.0 + "@storybook/csf": 0.1.1 + "@storybook/types": 7.5.3 + fs-extra: 11.1.1 + recast: 0.23.4 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - supports-color + + "@storybook/csf@0.1.1": + dependencies: + type-fest: 2.19.0 + + "@storybook/docs-mdx@0.1.0": {} + + "@storybook/docs-tools@7.5.3(encoding@0.1.13)": + dependencies: + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/preview-api": 7.5.3 + "@storybook/types": 7.5.3 + "@types/doctrine": 0.0.3 + doctrine: 3.0.0 + lodash: 4.17.21 + transitivePeerDependencies: + - encoding + - supports-color + + "@storybook/expect@28.1.3-5": + dependencies: + "@types/jest": 28.1.3 + + "@storybook/global@5.0.0": {} + + "@storybook/instrumenter@7.5.3": + dependencies: + "@storybook/channels": 7.5.3 + "@storybook/client-logger": 7.5.3 + "@storybook/core-events": 7.5.3 + "@storybook/global": 5.0.0 + "@storybook/preview-api": 7.5.3 + + "@storybook/jest@0.2.3(@jest/globals@29.7.0)(jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)))(vitest@0.34.6(sass@1.69.5))": + dependencies: + "@storybook/expect": 28.1.3-5 + "@testing-library/jest-dom": 6.1.4(@jest/globals@29.7.0)(@types/jest@28.1.3)(jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)))(vitest@0.34.6(sass@1.69.5)) + "@types/jest": 28.1.3 + jest-mock: 27.5.1 + transitivePeerDependencies: + - "@jest/globals" + - jest + - vitest + + "@storybook/manager-api@7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/channels": 7.5.3 + "@storybook/client-logger": 7.5.3 + "@storybook/core-events": 7.5.3 + "@storybook/csf": 0.1.1 + "@storybook/global": 5.0.0 + "@storybook/router": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/theming": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + dequal: 2.0.3 + lodash: 4.17.21 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + semver: 7.5.4 + store2: 2.14.2 + telejson: 7.2.0 + ts-dedent: 2.2.0 + + "@storybook/manager@7.5.3": {} + + "@storybook/mdx2-csf@1.1.0": {} + + "@storybook/node-logger@7.5.3": {} + + "@storybook/postinstall@7.5.3": {} + + "@storybook/preview-api@7.5.3": + dependencies: + "@storybook/channels": 7.5.3 + "@storybook/client-logger": 7.5.3 + "@storybook/core-events": 7.5.3 + "@storybook/csf": 0.1.1 + "@storybook/global": 5.0.0 + "@storybook/types": 7.5.3 + "@types/qs": 6.9.7 + dequal: 2.0.3 + lodash: 4.17.21 + memoizerific: 1.11.3 + qs: 6.11.2 + synchronous-promise: 2.0.17 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + + "@storybook/preview@7.5.3": {} + + "@storybook/react-dom-shim@7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@storybook/react-vite@7.5.3(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(rollup@3.28.1)(typescript@5.3.2)(vite@5.0.2(@types/node@20.9.3)(sass@1.69.5))": + dependencies: + "@joshwooding/vite-plugin-react-docgen-typescript": 0.3.0(typescript@5.3.2)(vite@5.0.2(@types/node@20.9.3)(sass@1.69.5)) + "@rollup/pluginutils": 5.0.3(rollup@3.28.1) + "@storybook/builder-vite": 7.5.3(encoding@0.1.13)(typescript@5.3.2)(vite@5.0.2(@types/node@20.9.3)(sass@1.69.5)) + "@storybook/react": 7.5.3(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.2) + "@vitejs/plugin-react": 3.1.0(vite@5.0.2(@types/node@20.9.3)(sass@1.69.5)) + magic-string: 0.30.3 + react: 18.2.0 + react-docgen: 6.0.4 + react-dom: 18.2.0(react@18.2.0) + vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) + transitivePeerDependencies: + - "@preact/preset-vite" + - encoding + - rollup + - supports-color + - typescript + - vite-plugin-glimmerx + + "@storybook/react@7.5.3(encoding@0.1.13)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(typescript@5.3.2)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/core-client": 7.5.3 + "@storybook/docs-tools": 7.5.3(encoding@0.1.13) + "@storybook/global": 5.0.0 + "@storybook/preview-api": 7.5.3 + "@storybook/react-dom-shim": 7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + "@storybook/types": 7.5.3 + "@types/escodegen": 0.0.6 + "@types/estree": 0.0.51 + "@types/node": 18.18.6 + acorn: 7.4.1 + acorn-jsx: 5.3.2(acorn@7.4.1) + acorn-walk: 7.2.0 + escodegen: 2.1.0 + html-tags: 3.3.1 + lodash: 4.17.21 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-element-to-jsx-string: 15.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + ts-dedent: 2.2.0 + type-fest: 2.19.0 + util-deprecate: 1.0.2 + optionalDependencies: + typescript: 5.3.2 + transitivePeerDependencies: + - encoding + - supports-color + + "@storybook/router@7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@storybook/client-logger": 7.5.3 + memoizerific: 1.11.3 + qs: 6.11.2 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@storybook/telemetry@7.5.3(encoding@0.1.13)": + dependencies: + "@storybook/client-logger": 7.5.3 + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/csf-tools": 7.5.3 + chalk: 4.1.2 + detect-package-manager: 2.0.1 + fetch-retry: 5.0.6 + fs-extra: 11.1.1 + read-pkg-up: 7.0.1 + transitivePeerDependencies: + - encoding + - supports-color + + "@storybook/test-runner@0.15.2(@swc/helpers@0.5.3)(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(encoding@0.1.13)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))": + dependencies: + "@babel/core": 7.22.11 + "@babel/generator": 7.23.0 + "@babel/template": 7.22.15 + "@babel/types": 7.23.0 + "@storybook/core-common": 7.5.3(encoding@0.1.13) + "@storybook/csf": 0.1.1 + "@storybook/csf-tools": 7.5.3 + "@storybook/preview-api": 7.5.3 + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + "@swc/jest": 0.2.29(@swc/core@1.3.99(@swc/helpers@0.5.3)) + can-bind-to-host: 1.1.2 + commander: 9.5.0 + expect-playwright: 0.8.0 + glob: 10.3.10 + jest: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) + jest-environment-node: 29.7.0 + jest-junit: 16.0.0 + jest-playwright-preset: 3.0.1(jest-circus@29.7.0(babel-plugin-macros@3.1.0))(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))) + jest-runner: 29.7.0 + jest-serializer-html: 7.1.0 + jest-watch-typeahead: 2.2.2(jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))) + node-fetch: 2.7.0(encoding@0.1.13) + playwright: 1.39.0 + read-pkg-up: 7.0.1 + tempy: 1.0.1 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - "@swc/helpers" + - "@types/node" + - babel-plugin-macros + - debug + - encoding + - node-notifier + - supports-color + - ts-node + + "@storybook/testing-library@0.2.2": + dependencies: + "@testing-library/dom": 9.3.1 + "@testing-library/user-event": 14.4.3(@testing-library/dom@9.3.1) + ts-dedent: 2.2.0 + + "@storybook/theming@7.5.3(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@emotion/use-insertion-effect-with-fallbacks": 1.0.1(react@18.2.0) + "@storybook/client-logger": 7.5.3 + "@storybook/global": 5.0.0 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@storybook/types@7.5.3": + dependencies: + "@storybook/channels": 7.5.3 + "@types/babel__core": 7.20.1 + "@types/express": 4.17.21 + file-system-cache: 2.3.0 + + "@swc/cli@0.1.63(@swc/core@1.3.99(@swc/helpers@0.5.3))(chokidar@3.5.3)": + dependencies: + "@mole-inc/bin-wrapper": 8.0.1 + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + commander: 7.2.0 + fast-glob: 3.3.1 + semver: 7.5.4 + slash: 3.0.0 + source-map: 0.7.4 + optionalDependencies: + chokidar: 3.5.3 + + "@swc/core-darwin-arm64@1.3.99": + optional: true + + "@swc/core-darwin-x64@1.3.99": + optional: true + + "@swc/core-linux-arm64-gnu@1.3.99": + optional: true + + "@swc/core-linux-arm64-musl@1.3.99": + optional: true + + "@swc/core-linux-x64-gnu@1.3.99": + optional: true + + "@swc/core-linux-x64-musl@1.3.99": + optional: true + + "@swc/core-win32-arm64-msvc@1.3.99": + optional: true + + "@swc/core-win32-ia32-msvc@1.3.99": + optional: true + + "@swc/core-win32-x64-msvc@1.3.99": + optional: true + + "@swc/core@1.3.99(@swc/helpers@0.5.3)": + dependencies: + "@swc/counter": 0.1.2 + "@swc/types": 0.1.5 + optionalDependencies: + "@swc/core-darwin-arm64": 1.3.99 + "@swc/core-darwin-x64": 1.3.99 + "@swc/core-linux-arm64-gnu": 1.3.99 + "@swc/core-linux-arm64-musl": 1.3.99 + "@swc/core-linux-x64-gnu": 1.3.99 + "@swc/core-linux-x64-musl": 1.3.99 + "@swc/core-win32-arm64-msvc": 1.3.99 + "@swc/core-win32-ia32-msvc": 1.3.99 + "@swc/core-win32-x64-msvc": 1.3.99 + "@swc/helpers": 0.5.3 + + "@swc/counter@0.1.2": {} + + "@swc/helpers@0.5.1": + dependencies: + tslib: 2.6.2 + + "@swc/helpers@0.5.2": + dependencies: + tslib: 2.6.2 + + "@swc/helpers@0.5.3": + dependencies: + tslib: 2.6.2 + + "@swc/jest@0.2.29(@swc/core@1.3.99(@swc/helpers@0.5.3))": + dependencies: + "@jest/create-cache-key-function": 27.5.1 + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + jsonc-parser: 3.2.0 + + "@swc/types@0.1.5": {} + + "@szmarczak/http-timer@4.0.6": + dependencies: + defer-to-connect: 2.0.1 + + "@tailwindcss/typography@0.5.10(tailwindcss@3.3.5(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2)))": + dependencies: + lodash.castarray: 4.4.0 + lodash.isplainobject: 4.0.6 + lodash.merge: 4.6.2 + postcss-selector-parser: 6.0.10 + tailwindcss: 3.3.5(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + + "@tanstack/query-core@5.8.3": {} + + "@tanstack/react-query@5.8.4(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@tanstack/query-core": 5.8.3 + react: 18.2.0 + optionalDependencies: + react-dom: 18.2.0(react@18.2.0) + + "@tanstack/react-table@8.10.7(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + dependencies: + "@tanstack/table-core": 8.10.7 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + "@tanstack/table-core@8.10.7": {} + + "@testing-library/dom@9.3.1": + dependencies: + "@babel/code-frame": 7.22.10 + "@babel/runtime": 7.22.11 + "@types/aria-query": 5.0.1 + aria-query: 5.1.3 + chalk: 4.1.2 + dom-accessibility-api: 0.5.16 + lz-string: 1.5.0 + pretty-format: 27.5.1 + + "@testing-library/jest-dom@6.1.4(@jest/globals@29.7.0)(@types/jest@28.1.3)(jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)))(vitest@0.34.6(sass@1.69.5))": + dependencies: + "@adobe/css-tools": 4.3.1 + "@babel/runtime": 7.22.11 + aria-query: 5.3.0 + chalk: 3.0.0 + css.escape: 1.5.1 + dom-accessibility-api: 0.5.16 + lodash: 4.17.21 + redent: 3.0.0 + optionalDependencies: + "@jest/globals": 29.7.0 + "@types/jest": 28.1.3 + jest: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + vitest: 0.34.6(playwright@1.39.0)(sass@1.69.5) + + "@testing-library/user-event@14.4.3(@testing-library/dom@9.3.1)": + dependencies: + "@testing-library/dom": 9.3.1 + + "@tokenizer/token@0.3.0": {} + + "@tootallnate/once@2.0.0": {} + + "@tootallnate/quickjs-emscripten@0.23.0": {} + + "@tsconfig/node10@1.0.9": {} + + "@tsconfig/node12@1.0.11": {} + + "@tsconfig/node14@1.0.3": {} + + "@tsconfig/node16@1.0.4": {} + + "@tsed/common@7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2(@tsed/logger@6.6.3))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0)": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) + "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/logger": 6.6.3 + "@tsed/logger-file": 6.6.2(@tsed/logger@6.6.3) + "@tsed/platform-exceptions": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/platform-log-middleware": 7.48.0(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/platform-middlewares@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/platform-params@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))) + "@tsed/platform-middlewares": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/platform-params": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/platform-response-filter": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/platform-router": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/platform-params@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/platform-views": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/engines@7.48.0)(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + "@types/json-schema": 7.0.11 + accepts: 1.3.8 + tslib: 2.5.0 + uuid: 8.3.2 + transitivePeerDependencies: + - "@tsed/engines" + - "@tsed/openspec" + + "@tsed/components-scan@7.48.0(@tsed/core@7.48.0)": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/normalize-path": 7.48.0 + globby: 11.0.3 + tslib: 2.5.0 + + "@tsed/core@7.48.0": + dependencies: + reflect-metadata: 0.1.13 + tslib: 2.5.0 + + "@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/logger": 6.6.3 + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + tslib: 2.5.0 + + "@tsed/engines@7.48.0": + dependencies: + filedirname: 2.7.0 + fs-extra: 11.1.1 + tslib: 2.5.0 + + "@tsed/exceptions@7.48.0(@tsed/core@7.48.0)": + dependencies: + "@tsed/core": 7.48.0 + change-case: 4.1.2 + statuses: 2.0.1 + tslib: 2.5.0 + + "@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + tslib: 2.5.0 + + "@tsed/logger-file@6.6.2(@tsed/logger@6.6.3)": + dependencies: + "@tsed/logger": 6.6.3 + streamroller: 3.1.5 + tslib: 2.3.1 + transitivePeerDependencies: + - supports-color + + "@tsed/logger@6.6.3": + dependencies: + colors: 1.4.0 + date-format: 4.0.14 + semver: 7.5.4 + tslib: 2.3.1 + + "@tsed/normalize-path@7.48.0": + dependencies: + normalize-path: 3.0.0 + tslib: 2.5.0 + + "@tsed/openspec@7.48.0": {} + + "@tsed/platform-exceptions@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + tslib: 2.5.0 + + "@tsed/platform-express@7.48.0(@tsed/common@7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2(@tsed/logger@6.6.3))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0))(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0)(@tsed/platform-views@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/engines@7.48.0)(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))(@types/multer@1.4.11)(body-parser@1.20.1)(multer@1.4.5-lts.1)": + dependencies: + "@tsed/common": 7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2(@tsed/logger@6.6.3))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0) + "@tsed/core": 7.48.0 + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/logger": 6.6.3 + "@tsed/openspec": 7.48.0 + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + "@types/multer": 1.4.11 + body-parser: 1.20.1 + express: 4.18.2 + multer: 1.4.5-lts.1 + tslib: 2.5.0 + optionalDependencies: + "@tsed/platform-views": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/engines@7.48.0)(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + transitivePeerDependencies: + - supports-color + + "@tsed/platform-log-middleware@7.48.0(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/platform-middlewares@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/platform-params@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))": + dependencies: + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/platform-middlewares": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/platform-params": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + tslib: 2.5.0 + + "@tsed/platform-middlewares@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))": + dependencies: + tslib: 2.5.0 + optionalDependencies: + "@tsed/core": 7.48.0 + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + + "@tsed/platform-params@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) + "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + tslib: 2.5.0 + + "@tsed/platform-response-filter@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) + "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + tslib: 2.5.0 + + "@tsed/platform-router@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/platform-params@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) + "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/platform-params": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + tslib: 2.5.0 + + "@tsed/platform-views@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/engines@7.48.0)(@tsed/exceptions@7.48.0(@tsed/core@7.48.0))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/engines": 7.48.0 + "@tsed/exceptions": 7.48.0(@tsed/core@7.48.0) + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + ejs: 3.1.9 + tslib: 2.5.0 + + "@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)": + dependencies: + "@tsed/core": 7.48.0 + "@tsed/openspec": 7.48.0 + change-case: 4.1.2 + fs-extra: 11.1.1 + json-schema: 0.4.0 + picomatch: 2.3.1 + statuses: 2.0.1 + tslib: 2.5.0 + + "@tsed/socketio@7.48.0(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/json-mapper@7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/logger@6.6.3)(@tsed/platform-middlewares@7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0))(socket.io@4.7.2)": + dependencies: + "@tsed/di": 7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/json-mapper": 7.48.0(@tsed/core@7.48.0)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/logger": 6.6.3 + "@tsed/platform-middlewares": 7.48.0(@tsed/core@7.48.0)(@tsed/di@7.48.0(@tsed/core@7.48.0)(@tsed/logger@6.6.3)(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)))(@tsed/schema@7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0)) + "@tsed/schema": 7.48.0(@tsed/core@7.48.0)(@tsed/openspec@7.48.0) + socket.io: 4.7.2 + tslib: 2.5.0 + + "@tsed/swagger@7.48.0(@tsed/common@7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2(@tsed/logger@6.6.3))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0))": + dependencies: + "@tsed/common": 7.48.0(@tsed/engines@7.48.0)(@tsed/logger-file@6.6.2(@tsed/logger@6.6.3))(@tsed/logger@6.6.3)(@tsed/openspec@7.48.0) + "@tsed/normalize-path": 7.48.0 + "@tsed/openspec": 7.48.0 + filedirname: 2.7.0 + fs-extra: 11.1.1 + micromatch: 4.0.5 + swagger-ui-dist: 4.19.1 + tslib: 2.5.0 + + "@tufjs/canonical-json@1.0.0": {} + + "@tufjs/canonical-json@2.0.0": {} + + "@tufjs/models@1.0.4": + dependencies: + "@tufjs/canonical-json": 1.0.0 + minimatch: 9.0.3 + + "@tufjs/models@2.0.0": + dependencies: + "@tufjs/canonical-json": 2.0.0 + minimatch: 9.0.3 + + "@types/aria-query@5.0.1": {} + + "@types/babel__core@7.20.1": + dependencies: + "@babel/parser": 7.23.0 + "@babel/types": 7.23.0 + "@types/babel__generator": 7.6.4 + "@types/babel__template": 7.4.1 + "@types/babel__traverse": 7.20.1 + + "@types/babel__generator@7.6.4": + dependencies: + "@babel/types": 7.23.0 + + "@types/babel__template@7.4.1": + dependencies: + "@babel/parser": 7.23.0 + "@babel/types": 7.23.0 + + "@types/babel__traverse@7.20.1": + dependencies: + "@babel/types": 7.23.0 + + "@types/bcrypt@5.0.2": + dependencies: + "@types/node": 20.9.3 + + "@types/body-parser@1.19.2": + dependencies: + "@types/connect": 3.4.38 + "@types/node": 20.9.3 + + "@types/cacheable-request@6.0.3": + dependencies: + "@types/http-cache-semantics": 4.0.4 + "@types/keyv": 3.1.4 + "@types/node": 20.9.3 + "@types/responselike": 1.0.3 + + "@types/chai-subset@1.3.3": + dependencies: + "@types/chai": 4.3.5 + + "@types/chai@4.3.5": {} + + "@types/color-convert@2.0.0": + dependencies: + "@types/color-name": 1.1.1 + + "@types/color-name@1.1.1": {} + + "@types/color@3.0.6": + dependencies: + "@types/color-convert": 2.0.0 + + "@types/command-exists@1.2.3": {} + + "@types/compression@1.7.5": + dependencies: + "@types/express": 4.17.21 + + "@types/connect@3.4.38": + dependencies: + "@types/node": 20.9.3 + + "@types/cookie-parser@1.4.6": + dependencies: + "@types/express": 4.17.21 + + "@types/cookie@0.4.1": {} + + "@types/cookie@0.5.4": {} + + "@types/cors@2.8.17": + dependencies: + "@types/node": 20.9.3 + + "@types/cross-spawn@6.0.2": + dependencies: + "@types/node": 20.9.3 + + "@types/debug@4.1.8": + dependencies: + "@types/ms": 0.7.31 + + "@types/detect-port@1.3.3": {} + + "@types/doctrine@0.0.3": {} + + "@types/doctrine@0.0.6": {} + + "@types/ejs@3.1.5": {} + + "@types/emscripten@1.39.7": {} + + "@types/escodegen@0.0.6": {} + + "@types/estree@0.0.51": {} + + "@types/estree@1.0.1": {} + + "@types/express-serve-static-core@4.17.36": + dependencies: + "@types/node": 20.9.3 + "@types/qs": 6.9.7 + "@types/range-parser": 1.2.4 + "@types/send": 0.17.1 + + "@types/express@4.17.21": + dependencies: + "@types/body-parser": 1.19.2 + "@types/express-serve-static-core": 4.17.36 + "@types/qs": 6.9.7 + "@types/serve-static": 1.15.2 + + "@types/find-cache-dir@3.2.1": {} + + "@types/geojson@7946.0.10": {} + + "@types/glob@7.2.0": + dependencies: + "@types/minimatch": 5.1.2 + "@types/node": 20.9.3 + + "@types/glob@8.1.0": + dependencies: + "@types/minimatch": 5.1.2 + "@types/node": 20.9.3 + + "@types/graceful-fs@4.1.6": + dependencies: + "@types/node": 20.9.3 + + "@types/hast@2.3.6": + dependencies: + "@types/unist": 2.0.7 + + "@types/hast@3.0.1": + dependencies: + "@types/unist": 3.0.0 + + "@types/hoist-non-react-statics@3.3.2": + dependencies: + "@types/react": 18.2.34 + hoist-non-react-statics: 3.3.2 + + "@types/http-cache-semantics@4.0.4": {} + + "@types/http-errors@2.0.1": {} + + "@types/is-hotkey@0.1.10": {} + + "@types/istanbul-lib-coverage@2.0.4": {} + + "@types/istanbul-lib-report@3.0.0": + dependencies: + "@types/istanbul-lib-coverage": 2.0.4 + + "@types/istanbul-reports@3.0.1": + dependencies: + "@types/istanbul-lib-report": 3.0.0 + + "@types/jest@28.1.3": + dependencies: + jest-matcher-utils: 28.1.3 + pretty-format: 28.1.3 + + "@types/js-cookie@2.2.7": {} + + "@types/json-schema@7.0.11": {} + + "@types/json-schema@7.0.12": {} + + "@types/json5@0.0.29": {} + + "@types/jsonwebtoken@9.0.5": + dependencies: + "@types/node": 20.9.3 + + "@types/keyv@3.1.4": + dependencies: + "@types/node": 20.9.3 + + "@types/leaflet@1.9.8": + dependencies: + "@types/geojson": 7946.0.10 + + "@types/lodash.set@4.3.9": + dependencies: + "@types/lodash": 4.14.200 + + "@types/lodash@4.14.200": {} + + "@types/mdast@3.0.13": + dependencies: + "@types/unist": 2.0.7 + + "@types/mdast@4.0.0": + dependencies: + "@types/unist": 3.0.0 + + "@types/mdast@4.0.2": + dependencies: + "@types/unist": 3.0.0 + + "@types/mdx@2.0.7": {} + + "@types/mime-types@2.1.1": {} + + "@types/mime@1.3.2": {} + + "@types/mime@3.0.1": {} + + "@types/minimatch@3.0.5": {} + + "@types/minimatch@5.1.2": {} + + "@types/minimist@1.2.2": {} + + "@types/ms@0.7.31": {} + + "@types/multer@1.4.11": + dependencies: + "@types/express": 4.17.21 + + "@types/node-fetch@2.6.4": + dependencies: + "@types/node": 20.9.3 + form-data: 3.0.1 + + "@types/node@18.18.6": {} + + "@types/node@20.9.1": + dependencies: + undici-types: 5.26.5 + + "@types/node@20.9.3": + dependencies: + undici-types: 5.26.5 + + "@types/normalize-package-data@2.4.1": {} + + "@types/nprogress@0.2.3": {} + + "@types/parse-json@4.0.0": {} + + "@types/pretty-hrtime@1.0.1": {} + + "@types/prop-types@15.7.5": {} + + "@types/qrcode@1.5.5": + dependencies: + "@types/node": 20.9.3 + + "@types/qs@6.9.7": {} + + "@types/range-parser@1.2.4": {} + + "@types/react-dom@18.2.14": + dependencies: + "@types/react": 18.2.34 + + "@types/react-transition-group@4.4.6": + dependencies: + "@types/react": 18.2.34 + + "@types/react@18.2.34": + dependencies: + "@types/prop-types": 15.7.5 + "@types/scheduler": 0.16.3 + csstype: 3.1.2 + + "@types/resolve@1.20.4": {} + + "@types/responselike@1.0.3": + dependencies: + "@types/node": 20.9.3 + + "@types/retry@0.12.0": {} + + "@types/scheduler@0.16.3": {} + + "@types/semver@7.5.0": {} + + "@types/send@0.17.1": + dependencies: + "@types/mime": 1.3.2 + "@types/node": 20.9.3 + + "@types/serve-static@1.15.2": + dependencies: + "@types/http-errors": 2.0.1 + "@types/mime": 3.0.1 + "@types/node": 20.9.3 + + "@types/sharp@0.31.1": + dependencies: + "@types/node": 20.9.3 + + "@types/sortablejs@1.15.6": {} + + "@types/stack-utils@2.0.2": {} + + "@types/unist@2.0.7": {} + + "@types/unist@3.0.0": {} + + "@types/uuid@9.0.7": {} + + "@types/wait-on@5.3.3": + dependencies: + "@types/node": 20.9.3 + + "@types/yargs-parser@21.0.0": {} + + "@types/yargs@16.0.5": + dependencies: + "@types/yargs-parser": 21.0.0 + + "@types/yargs@17.0.24": + dependencies: + "@types/yargs-parser": 21.0.0 + + "@types/yauzl@2.10.0": + dependencies: + "@types/node": 20.9.3 + optional: true + + "@typescript-eslint/eslint-plugin@6.4.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0)(typescript@5.3.2)": + dependencies: + "@eslint-community/regexpp": 4.7.0 + "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + "@typescript-eslint/scope-manager": 6.4.1 + "@typescript-eslint/type-utils": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + "@typescript-eslint/utils": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + "@typescript-eslint/visitor-keys": 6.4.1 + debug: 4.3.4 + eslint: 8.56.0 + graphemer: 1.4.0 + ignore: 5.2.4 + natural-compare: 1.4.0 + semver: 7.5.4 + ts-api-utils: 1.0.2(typescript@5.3.2) + optionalDependencies: + typescript: 5.3.2 + transitivePeerDependencies: + - supports-color + + "@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2)": + dependencies: + "@typescript-eslint/scope-manager": 6.4.1 + "@typescript-eslint/types": 6.4.1 + "@typescript-eslint/typescript-estree": 6.4.1(typescript@5.3.2) + "@typescript-eslint/visitor-keys": 6.4.1 + debug: 4.3.4 + eslint: 8.56.0 + optionalDependencies: + typescript: 5.3.2 + transitivePeerDependencies: + - supports-color + + "@typescript-eslint/scope-manager@6.4.1": + dependencies: + "@typescript-eslint/types": 6.4.1 + "@typescript-eslint/visitor-keys": 6.4.1 + + "@typescript-eslint/type-utils@6.4.1(eslint@8.56.0)(typescript@5.3.2)": + dependencies: + "@typescript-eslint/typescript-estree": 6.4.1(typescript@5.3.2) + "@typescript-eslint/utils": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + debug: 4.3.4 + eslint: 8.56.0 + ts-api-utils: 1.0.2(typescript@5.3.2) + optionalDependencies: + typescript: 5.3.2 + transitivePeerDependencies: + - supports-color + + "@typescript-eslint/types@6.4.1": {} + + "@typescript-eslint/typescript-estree@6.4.1(typescript@5.3.2)": + dependencies: + "@typescript-eslint/types": 6.4.1 + "@typescript-eslint/visitor-keys": 6.4.1 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.5.4 + ts-api-utils: 1.0.2(typescript@5.3.2) + optionalDependencies: + typescript: 5.3.2 + transitivePeerDependencies: + - supports-color + + "@typescript-eslint/utils@6.4.1(eslint@8.56.0)(typescript@5.3.2)": + dependencies: + "@eslint-community/eslint-utils": 4.4.0(eslint@8.56.0) + "@types/json-schema": 7.0.12 + "@types/semver": 7.5.0 + "@typescript-eslint/scope-manager": 6.4.1 + "@typescript-eslint/types": 6.4.1 + "@typescript-eslint/typescript-estree": 6.4.1(typescript@5.3.2) + eslint: 8.56.0 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + - typescript + + "@typescript-eslint/visitor-keys@6.4.1": + dependencies: + "@typescript-eslint/types": 6.4.1 + eslint-visitor-keys: 3.4.3 + + "@ungap/structured-clone@1.2.0": {} + + "@vitejs/plugin-react@3.1.0(vite@5.0.2(@types/node@20.9.3)(sass@1.69.5))": + dependencies: + "@babel/core": 7.22.11 + "@babel/plugin-transform-react-jsx-self": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-transform-react-jsx-source": 7.22.5(@babel/core@7.22.11) + magic-string: 0.27.0 + react-refresh: 0.14.0 + vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) + transitivePeerDependencies: + - supports-color + + "@vitest/expect@0.34.6": + dependencies: + "@vitest/spy": 0.34.6 + "@vitest/utils": 0.34.6 + chai: 4.3.10 + + "@vitest/runner@0.34.6": + dependencies: + "@vitest/utils": 0.34.6 + p-limit: 4.0.0 + pathe: 1.1.1 + + "@vitest/snapshot@0.34.6": + dependencies: + magic-string: 0.30.3 + pathe: 1.1.1 + pretty-format: 29.7.0 + + "@vitest/spy@0.34.6": + dependencies: + tinyspy: 2.1.1 + + "@vitest/utils@0.34.6": + dependencies: + diff-sequences: 29.6.3 + loupe: 2.3.6 + pretty-format: 29.7.0 + + "@vladfrangu/async_event_emitter@2.2.2": {} + + "@xobotyi/scrollbar-width@1.9.5": {} + + "@yarnpkg/esbuild-plugin-pnp@3.0.0-rc.15(esbuild@0.18.20)": + dependencies: + esbuild: 0.18.20 + tslib: 2.6.2 + + "@yarnpkg/fslib@2.10.3": + dependencies: + "@yarnpkg/libzip": 2.3.0 + tslib: 1.14.1 + + "@yarnpkg/libzip@2.3.0": + dependencies: + "@types/emscripten": 1.39.7 + tslib: 1.14.1 + + "@yarnpkg/lockfile@1.1.0": {} + + "@yarnpkg/parsers@3.0.0-rc.46": + dependencies: + js-yaml: 3.14.1 + tslib: 2.6.2 + + "@zkochan/js-yaml@0.0.6": + dependencies: + argparse: 2.0.1 + + JSONStream@1.3.5: + dependencies: + jsonparse: 1.3.1 + through: 2.3.8 + + abbrev@1.1.1: {} + + abbrev@2.0.0: {} + + accepts@1.3.8: + dependencies: + mime-types: 2.1.35 + negotiator: 0.6.3 + + acorn-jsx@5.3.2(acorn@7.4.1): + dependencies: + acorn: 7.4.1 + + acorn-jsx@5.3.2(acorn@8.10.0): + dependencies: + acorn: 8.10.0 + + acorn-walk@7.2.0: {} + + acorn-walk@8.2.0: {} + + acorn@7.4.1: {} + + acorn@8.10.0: {} + + add-stream@1.0.0: {} + + address@1.2.2: {} + + agent-base@5.1.1: {} + + agent-base@6.0.2: + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + agent-base@7.1.0: + dependencies: + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + agentkeepalive@4.5.0: + dependencies: + humanize-ms: 1.2.1 + + aggregate-error@3.1.0: + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 + + ajv@6.12.6: + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + + ansi-colors@4.1.3: {} + + ansi-escapes@4.3.2: + dependencies: + type-fest: 0.21.3 + + ansi-escapes@6.2.0: + dependencies: + type-fest: 3.13.1 + + ansi-green@0.1.1: + dependencies: + ansi-wrap: 0.1.0 + + ansi-regex@5.0.1: {} + + ansi-regex@6.0.1: {} + + ansi-styles@3.2.1: + dependencies: + color-convert: 1.9.3 + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@5.2.0: {} + + ansi-styles@6.2.1: {} + + ansi-wrap@0.1.0: {} + + any-promise@1.3.0: {} + + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + + app-root-dir@1.0.2: {} + + append-field@1.0.0: {} + + append-transform@2.0.0: + dependencies: + default-require-extensions: 3.0.1 + + aproba@2.0.0: {} + + arch@2.2.0: {} + + archiver-utils@2.1.0: + dependencies: + glob: 7.2.3 + graceful-fs: 4.2.11 + lazystream: 1.0.1 + lodash.defaults: 4.2.0 + lodash.difference: 4.5.0 + lodash.flatten: 4.4.0 + lodash.isplainobject: 4.0.6 + lodash.union: 4.6.0 + normalize-path: 3.0.0 + readable-stream: 2.3.8 + + archiver@5.3.1: + dependencies: + archiver-utils: 2.1.0 + async: 3.2.4 + buffer-crc32: 0.2.13 + readable-stream: 3.6.2 + readdir-glob: 1.1.3 + tar-stream: 2.2.0 + zip-stream: 4.1.0 + + archy@1.0.0: {} + + are-we-there-yet@2.0.0: + dependencies: + delegates: 1.0.0 + readable-stream: 3.6.2 + + are-we-there-yet@3.0.1: + dependencies: + delegates: 1.0.0 + readable-stream: 3.6.2 + + arg@4.1.3: {} + + arg@5.0.2: {} + + argparse@1.0.10: + dependencies: + sprintf-js: 1.0.3 + + argparse@2.0.1: {} + + aria-hidden@1.2.3: + dependencies: + tslib: 2.6.2 + + aria-query@5.1.3: + dependencies: + deep-equal: 2.2.2 + + aria-query@5.3.0: + dependencies: + dequal: 2.0.3 + + arr-union@3.1.0: {} + + array-buffer-byte-length@1.0.0: + dependencies: + call-bind: 1.0.2 + is-array-buffer: 3.0.2 + + array-differ@3.0.0: {} + + array-flatten@1.1.1: {} + + array-ify@1.0.0: {} + + array-includes@3.1.6: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 + is-string: 1.0.7 + + array-union@2.1.0: {} + + array.prototype.findlastindex@1.2.2: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + get-intrinsic: 1.2.1 + + array.prototype.flat@1.3.1: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + + array.prototype.flatmap@1.3.1: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + + array.prototype.tosorted@1.1.1: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + get-intrinsic: 1.2.1 + + arraybuffer.prototype.slice@1.0.1: + dependencies: + array-buffer-byte-length: 1.0.0 + call-bind: 1.0.2 + define-properties: 1.2.0 + get-intrinsic: 1.2.1 + is-array-buffer: 3.0.2 + is-shared-array-buffer: 1.0.2 + + arrify@1.0.1: {} + + arrify@2.0.1: {} + + assert@2.0.0: + dependencies: + es6-object-assign: 1.1.0 + is-nan: 1.3.2 + object-is: 1.1.5 + util: 0.12.5 + + assertion-error@1.1.0: {} + + ast-types-flow@0.0.7: {} + + ast-types@0.13.4: + dependencies: + tslib: 2.6.2 + + ast-types@0.15.2: + dependencies: + tslib: 2.6.2 + + ast-types@0.16.1: + dependencies: + tslib: 2.6.2 + + astral-regex@2.0.0: {} + + async-array-reduce@0.2.1: {} + + async-each@1.0.6: {} + + async-limiter@1.0.1: {} + + async@3.2.4: {} + + asynciterator.prototype@1.0.0: + dependencies: + has-symbols: 1.0.3 + + asynckit@0.4.0: {} + + autoprefixer@10.4.16(postcss@8.4.31): + dependencies: + browserslist: 4.21.10 + caniuse-lite: 1.0.30001538 + fraction.js: 4.3.6 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.31 + postcss-value-parser: 4.2.0 + + available-typed-arrays@1.0.5: {} + + axe-core@4.7.2: {} + + axios@0.21.4: + dependencies: + follow-redirects: 1.15.2 + transitivePeerDependencies: + - debug + + axios@1.6.2: + dependencies: + follow-redirects: 1.15.2 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + + axobject-query@3.2.1: + dependencies: + dequal: 2.0.3 + + b4a@1.6.4: {} + + babel-core@7.0.0-bridge.0(@babel/core@7.22.11): + dependencies: + "@babel/core": 7.22.11 + + babel-jest@29.7.0(@babel/core@7.22.11): + dependencies: + "@babel/core": 7.22.11 + "@jest/transform": 29.7.0 + "@types/babel__core": 7.20.1 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 29.6.3(@babel/core@7.22.11) + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + + babel-plugin-istanbul@6.1.1: + dependencies: + "@babel/helper-plugin-utils": 7.22.5 + "@istanbuljs/load-nyc-config": 1.1.0 + "@istanbuljs/schema": 0.1.3 + istanbul-lib-instrument: 5.2.1 + test-exclude: 6.0.0 + transitivePeerDependencies: + - supports-color + + babel-plugin-jest-hoist@29.6.3: + dependencies: + "@babel/template": 7.22.15 + "@babel/types": 7.23.0 + "@types/babel__core": 7.20.1 + "@types/babel__traverse": 7.20.1 + + babel-plugin-macros@3.1.0: + dependencies: + "@babel/runtime": 7.22.11 + cosmiconfig: 7.1.0 + resolve: 1.22.8 + + babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.11): + dependencies: + "@babel/compat-data": 7.22.9 + "@babel/core": 7.22.11 + "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.11) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.11): + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.11) + core-js-compat: 3.32.1 + transitivePeerDependencies: + - supports-color + + babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.11): + dependencies: + "@babel/core": 7.22.11 + "@babel/helper-define-polyfill-provider": 0.4.2(@babel/core@7.22.11) + transitivePeerDependencies: + - supports-color + + babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.11): + dependencies: + "@babel/core": 7.22.11 + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.11) + "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.11) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.11) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.11) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.11) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.11) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.11) + + babel-preset-jest@29.6.3(@babel/core@7.22.11): + dependencies: + "@babel/core": 7.22.11 + babel-plugin-jest-hoist: 29.6.3 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.11) + + bail@2.0.2: {} + + balanced-match@1.0.2: {} + + base64-js@1.5.1: {} + + base64id@2.0.0: {} + + basic-ftp@5.0.3: {} + + bcrypt@5.1.1(encoding@0.1.13): + dependencies: + "@mapbox/node-pre-gyp": 1.0.11(encoding@0.1.13) + node-addon-api: 5.1.0 + transitivePeerDependencies: + - encoding + - supports-color + + before-after-hook@2.2.3: {} + + better-opn@3.0.2: + dependencies: + open: 8.4.2 + + big-integer@1.6.51: {} + + bignumber.js@9.1.2: {} + + bin-check@4.1.0: + dependencies: + execa: 0.7.0 + executable: 4.1.1 + + bin-version-check@5.1.0: + dependencies: + bin-version: 6.0.0 + semver: 7.5.4 + semver-truncate: 3.0.0 + + bin-version@6.0.0: + dependencies: + execa: 5.1.1 + find-versions: 5.1.0 + + binary-extensions@2.2.0: {} + + bl@4.1.0: + dependencies: + buffer: 5.7.1 + inherits: 2.0.4 + readable-stream: 3.6.2 + + bluebird@3.7.2: {} + + body-parser@1.20.1: + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + on-finished: 2.4.1 + qs: 6.11.0 + raw-body: 2.5.1 + type-is: 1.6.18 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + + bplist-parser@0.2.0: + dependencies: + big-integer: 1.6.51 + + brace-expansion@1.1.11: + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + brace-expansion@2.0.1: + dependencies: + balanced-match: 1.0.2 + + braces@3.0.2: + dependencies: + fill-range: 7.0.1 + + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + + browser-assert@1.2.1: {} + + browserify-zlib@0.1.4: + dependencies: + pako: 0.2.9 + + browserslist@4.21.10: + dependencies: + caniuse-lite: 1.0.30001538 + electron-to-chromium: 1.4.500 + node-releases: 2.0.13 + update-browserslist-db: 1.0.11(browserslist@4.21.10) + + bser@2.1.1: + dependencies: + node-int64: 0.4.0 + + buffer-crc32@0.2.13: {} + + buffer-equal-constant-time@1.0.1: {} + + buffer-from@1.1.2: {} + + buffer@5.7.1: + dependencies: + base64-js: 1.5.1 + ieee754: 1.2.1 + + builtin-modules@3.3.0: {} + + builtins@1.0.3: {} + + builtins@5.0.1: + dependencies: + semver: 7.5.4 + + bundle-name@3.0.0: + dependencies: + run-applescript: 5.0.0 + + bundle-require@4.0.1(esbuild@0.17.19): + dependencies: + esbuild: 0.17.19 + load-tsconfig: 0.2.5 + + bundle-require@4.0.1(esbuild@0.18.20): + dependencies: + esbuild: 0.18.20 + load-tsconfig: 0.2.5 + + busboy@1.6.0: + dependencies: + streamsearch: 1.1.0 + + byte-size@8.1.1: {} + + bytes@3.0.0: {} + + bytes@3.1.2: {} + + c8@8.0.1: + dependencies: + "@bcoe/v8-coverage": 0.2.3 + "@istanbuljs/schema": 0.1.3 + find-up: 5.0.0 + foreground-child: 2.0.0 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-report: 3.0.1 + istanbul-reports: 3.1.6 + rimraf: 3.0.2 + test-exclude: 6.0.0 + v8-to-istanbul: 9.1.0 + yargs: 17.7.2 + yargs-parser: 21.1.1 + + cac@6.7.14: {} + + cacache@17.1.4: + dependencies: + "@npmcli/fs": 3.1.0 + fs-minipass: 3.0.3 + glob: 10.3.10 + lru-cache: 7.18.3 + minipass: 7.0.3 + minipass-collect: 1.0.2 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + p-map: 4.0.0 + ssri: 10.0.5 + tar: 6.2.1 + unique-filename: 3.0.0 + + cacache@18.0.1: + dependencies: + "@npmcli/fs": 3.1.0 + fs-minipass: 3.0.3 + glob: 10.3.10 + lru-cache: 10.0.1 + minipass: 7.0.3 + minipass-collect: 2.0.1 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + p-map: 4.0.0 + ssri: 10.0.5 + tar: 6.2.1 + unique-filename: 3.0.0 + + cacheable-lookup@5.0.4: {} + + cacheable-request@7.0.4: + dependencies: + clone-response: 1.0.3 + get-stream: 5.2.0 + http-cache-semantics: 4.1.1 + keyv: 4.5.4 + lowercase-keys: 2.0.0 + normalize-url: 6.1.0 + responselike: 2.0.1 + + caching-transform@4.0.0: + dependencies: + hasha: 5.2.2 + make-dir: 3.1.0 + package-hash: 4.0.0 + write-file-atomic: 3.0.3 + + call-bind@1.0.2: + dependencies: + function-bind: 1.1.1 + get-intrinsic: 1.2.1 + + callsites@3.1.0: {} + + camel-case@4.1.2: + dependencies: + pascal-case: 3.1.2 + tslib: 2.6.2 + + camelcase-css@2.0.1: {} + + camelcase-keys@6.2.2: + dependencies: + camelcase: 5.3.1 + map-obj: 4.3.0 + quick-lru: 4.0.1 + + camelcase@5.3.1: {} + + camelcase@6.3.0: {} + + can-bind-to-host@1.1.2: {} + + caniuse-lite@1.0.30001522: {} + + caniuse-lite@1.0.30001538: {} + + capital-case@1.0.4: + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + upper-case-first: 2.0.2 + + ccount@2.0.1: {} + + chai@4.3.10: + dependencies: + assertion-error: 1.1.0 + check-error: 1.0.3 + deep-eql: 4.1.3 + get-func-name: 2.0.2 + loupe: 2.3.6 + pathval: 1.1.1 + type-detect: 4.0.8 + + chalk@2.4.2: + dependencies: + ansi-styles: 3.2.1 + escape-string-regexp: 1.0.5 + supports-color: 5.5.0 + + chalk@3.0.0: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chalk@4.1.0: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chalk@4.1.2: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chalk@5.3.0: {} + + change-case@4.1.2: + dependencies: + camel-case: 4.1.2 + capital-case: 1.0.4 + constant-case: 3.0.4 + dot-case: 3.0.4 + header-case: 2.0.4 + no-case: 3.0.4 + param-case: 3.0.4 + pascal-case: 3.1.2 + path-case: 3.0.4 + sentence-case: 3.0.4 + snake-case: 3.0.4 + tslib: 2.6.2 + + char-regex@1.0.2: {} + + char-regex@2.0.1: {} + + character-entities@2.0.2: {} + + chardet@0.7.0: {} + + check-error@1.0.3: + dependencies: + get-func-name: 2.0.2 + + checkpoint-client@1.1.27(encoding@0.1.13): + dependencies: + ci-info: 3.8.0 + env-paths: 2.2.1 + make-dir: 4.0.0 + ms: 2.1.3 + node-fetch: 2.6.12(encoding@0.1.13) + uuid: 9.0.0 + transitivePeerDependencies: + - encoding + + chokidar@3.5.3: + dependencies: + anymatch: 3.1.3 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + + chownr@1.1.4: {} + + chownr@2.0.0: {} + + chromium-bidi@0.4.33(devtools-protocol@0.0.1203626): + dependencies: + devtools-protocol: 0.0.1203626 + mitt: 3.0.1 + urlpattern-polyfill: 9.0.0 + + ci-info@3.8.0: {} + + cjs-module-lexer@1.2.3: {} + + class-variance-authority@0.7.0: + dependencies: + clsx: 2.0.0 + + classnames@2.3.1: {} + + classnames@2.3.2: {} + + clean-regexp@1.0.0: + dependencies: + escape-string-regexp: 1.0.5 + + clean-stack@2.2.0: {} + + cli-cursor@3.1.0: + dependencies: + restore-cursor: 3.1.0 + + cli-cursor@4.0.0: + dependencies: + restore-cursor: 4.0.0 + + cli-spinners@2.6.1: {} + + cli-spinners@2.9.0: {} + + cli-table3@0.6.3: + dependencies: + string-width: 4.2.3 + optionalDependencies: + "@colors/colors": 1.5.0 + + cli-truncate@2.1.0: + dependencies: + slice-ansi: 3.0.0 + string-width: 4.2.3 + + cli-truncate@4.0.0: + dependencies: + slice-ansi: 5.0.0 + string-width: 7.0.0 + + cli-width@3.0.0: {} + + client-only@0.0.1: {} + + cliui@6.0.0: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 6.2.0 + + cliui@7.0.4: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + + cliui@8.0.1: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + + clone-deep@4.0.1: + dependencies: + is-plain-object: 2.0.4 + kind-of: 6.0.3 + shallow-clone: 3.0.1 + + clone-response@1.0.3: + dependencies: + mimic-response: 1.0.1 + + clone-stats@0.0.1: {} + + clone@1.0.4: {} + + clsx@1.2.1: {} + + clsx@2.0.0: {} + + cmd-shim@6.0.1: {} + + co@4.6.0: {} + + collect-v8-coverage@1.0.2: {} + + color-convert@1.9.3: + dependencies: + color-name: 1.1.3 + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.3: {} + + color-name@1.1.4: {} + + color-string@1.9.1: + dependencies: + color-name: 1.1.4 + simple-swizzle: 0.2.2 + + color-support@1.1.3: {} + + color@4.2.3: + dependencies: + color-convert: 2.0.1 + color-string: 1.9.1 + + colorette@2.0.20: {} + + colors@1.4.0: {} + + columnify@1.6.0: + dependencies: + strip-ansi: 6.0.1 + wcwidth: 1.0.1 + + combined-stream@1.0.8: + dependencies: + delayed-stream: 1.0.0 + + comma-separated-tokens@2.0.3: {} + + command-exists@1.2.9: {} + + commander@12.1.0: {} + + commander@3.0.2: {} + + commander@4.1.1: {} + + commander@5.1.0: {} + + commander@6.2.1: {} + + commander@7.2.0: {} + + commander@9.5.0: {} + + commondir@1.0.1: {} + + compare-func@2.0.0: + dependencies: + array-ify: 1.0.0 + dot-prop: 5.3.0 + + compress-commons@4.1.1: + dependencies: + buffer-crc32: 0.2.13 + crc32-stream: 4.0.2 + normalize-path: 3.0.0 + readable-stream: 3.6.2 + + compressible@2.0.18: + dependencies: + mime-db: 1.52.0 + + compression@1.7.4: + dependencies: + accepts: 1.3.8 + bytes: 3.0.0 + compressible: 2.0.18 + debug: 2.6.9 + on-headers: 1.0.2 + safe-buffer: 5.1.2 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + + compute-scroll-into-view@3.1.0: {} + + concat-map@0.0.1: {} + + concat-stream@1.6.2: + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 2.3.8 + typedarray: 0.0.6 + + concat-stream@2.0.0: + dependencies: + buffer-from: 1.1.2 + inherits: 2.0.4 + readable-stream: 3.6.2 + typedarray: 0.0.6 + + concurrently@8.2.2: + dependencies: + chalk: 4.1.2 + date-fns: 2.30.0 + lodash: 4.17.21 + rxjs: 7.8.1 + shell-quote: 1.8.1 + spawn-command: 0.0.2 + supports-color: 8.1.1 + tree-kill: 1.2.2 + yargs: 17.7.2 + + console-control-strings@1.1.0: {} + + constant-case@3.0.4: + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + upper-case: 2.0.2 + + content-disposition@0.5.4: + dependencies: + safe-buffer: 5.2.1 + + content-type@1.0.5: {} + + conventional-changelog-angular@7.0.0: + dependencies: + compare-func: 2.0.0 + + conventional-changelog-core@5.0.1: + dependencies: + add-stream: 1.0.0 + conventional-changelog-writer: 6.0.1 + conventional-commits-parser: 4.0.0 + dateformat: 3.0.3 + get-pkg-repo: 4.2.1 + git-raw-commits: 3.0.0 + git-remote-origin-url: 2.0.0 + git-semver-tags: 5.0.1 + normalize-package-data: 3.0.3 + read-pkg: 3.0.0 + read-pkg-up: 3.0.0 + + conventional-changelog-preset-loader@3.0.0: {} + + conventional-changelog-writer@6.0.1: + dependencies: + conventional-commits-filter: 3.0.0 + dateformat: 3.0.3 + handlebars: 4.7.8 + json-stringify-safe: 5.0.1 + meow: 8.1.2 + semver: 7.5.4 + split: 1.0.1 + + conventional-commits-filter@3.0.0: + dependencies: + lodash.ismatch: 4.4.0 + modify-values: 1.0.1 + + conventional-commits-parser@4.0.0: + dependencies: + JSONStream: 1.3.5 + is-text-path: 1.0.1 + meow: 8.1.2 + split2: 3.2.2 + + conventional-recommended-bump@7.0.1: + dependencies: + concat-stream: 2.0.0 + conventional-changelog-preset-loader: 3.0.0 + conventional-commits-filter: 3.0.0 + conventional-commits-parser: 4.0.0 + git-raw-commits: 3.0.0 + git-semver-tags: 5.0.1 + meow: 8.1.2 + + convert-source-map@1.9.0: {} + + convert-source-map@2.0.0: {} + + cookie-parser@1.4.6: + dependencies: + cookie: 0.4.1 + cookie-signature: 1.0.6 + + cookie-signature@1.0.6: {} + + cookie@0.4.1: {} + + cookie@0.4.2: {} + + cookie@0.5.0: {} + + cookie@0.6.0: {} + + copy-anything@3.0.5: + dependencies: + is-what: 4.1.15 + + copy-to-clipboard@3.3.3: + dependencies: + toggle-selection: 1.0.6 + + copy@0.3.2: + dependencies: + async-each: 1.0.6 + bluebird: 3.7.2 + extend-shallow: 2.0.1 + file-contents: 0.3.2 + glob-parent: 6.0.2 + graceful-fs: 4.2.11 + has-glob: 0.1.1 + is-absolute: 0.2.6 + lazy-cache: 2.0.2 + log-ok: 0.1.1 + matched: 0.4.4 + mkdirp: 0.5.6 + resolve-dir: 0.1.1 + to-file: 0.2.0 + + core-js-compat@3.32.1: + dependencies: + browserslist: 4.21.10 + + core-util-is@1.0.3: {} + + cors@2.8.5: + dependencies: + object-assign: 4.1.1 + vary: 1.1.2 + + cosmiconfig@7.1.0: + dependencies: + "@types/parse-json": 4.0.0 + import-fresh: 3.3.0 + parse-json: 5.2.0 + path-type: 4.0.0 + yaml: 1.10.2 + + cosmiconfig@8.3.6(typescript@5.3.2): + dependencies: + import-fresh: 3.3.0 + js-yaml: 4.1.0 + parse-json: 5.2.0 + path-type: 4.0.0 + optionalDependencies: + typescript: 5.3.2 + + crc-32@1.2.2: {} + + crc32-stream@4.0.2: + dependencies: + crc-32: 1.2.2 + readable-stream: 3.6.2 + + create-jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)): + dependencies: + "@jest/types": 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - "@types/node" + - babel-plugin-macros + - supports-color + - ts-node + + create-require@1.1.1: {} + + cropperjs@1.5.13: {} + + cross-fetch@4.0.0(encoding@0.1.13): + dependencies: + node-fetch: 2.7.0(encoding@0.1.13) + transitivePeerDependencies: + - encoding + + cross-spawn@5.1.0: + dependencies: + lru-cache: 4.1.5 + shebang-command: 1.2.0 + which: 1.3.1 + + cross-spawn@7.0.3: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + + crypto-random-string@2.0.0: {} + + css-in-js-utils@3.1.0: + dependencies: + hyphenate-style-name: 1.0.4 + + css-tree@1.1.3: + dependencies: + mdn-data: 2.0.14 + source-map: 0.6.1 + + css.escape@1.5.1: {} + + cssesc@3.0.0: {} + + csstype@3.1.2: {} + + cwd@0.10.0: + dependencies: + find-pkg: 0.1.2 + fs-exists-sync: 0.1.0 + + damerau-levenshtein@1.0.8: {} + + dargs@7.0.0: {} + + data-uri-to-buffer@5.0.1: {} + + date-fns@2.30.0: + dependencies: + "@babel/runtime": 7.22.11 + + date-format@4.0.14: {} + + dateformat@3.0.3: {} + + debug@2.6.9: + dependencies: + ms: 2.0.0 + + debug@3.2.7(supports-color@5.5.0): + dependencies: + ms: 2.1.3 + optionalDependencies: + supports-color: 5.5.0 + + debug@4.3.4: + dependencies: + ms: 2.1.2 + + decamelize-keys@1.1.1: + dependencies: + decamelize: 1.2.0 + map-obj: 1.0.1 + + decamelize@1.2.0: {} + + decode-named-character-reference@1.0.2: + dependencies: + character-entities: 2.0.2 + + decompress-response@6.0.0: + dependencies: + mimic-response: 3.1.0 + + dedent@0.7.0: {} + + dedent@1.5.1(babel-plugin-macros@3.1.0): + optionalDependencies: + babel-plugin-macros: 3.1.0 + + deep-eql@4.1.3: + dependencies: + type-detect: 4.0.8 + + deep-equal@2.2.2: + dependencies: + array-buffer-byte-length: 1.0.0 + call-bind: 1.0.2 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.1 + is-arguments: 1.1.1 + is-array-buffer: 3.0.2 + is-date-object: 1.0.5 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 + isarray: 2.0.5 + object-is: 1.1.5 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.5.0 + side-channel: 1.0.4 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.1 + which-typed-array: 1.1.11 + + deep-extend@0.6.0: {} + + deep-is@0.1.4: {} + + deepmerge@2.2.1: {} + + deepmerge@4.3.1: {} + + default-browser-id@3.0.0: + dependencies: + bplist-parser: 0.2.0 + untildify: 4.0.0 + + default-browser@4.0.0: + dependencies: + bundle-name: 3.0.0 + default-browser-id: 3.0.0 + execa: 7.2.0 + titleize: 3.0.0 + + default-require-extensions@3.0.1: + dependencies: + strip-bom: 4.0.0 + + defaults@1.0.4: + dependencies: + clone: 1.0.4 + + defer-to-connect@2.0.1: {} + + define-lazy-prop@2.0.0: {} + + define-lazy-prop@3.0.0: {} + + define-properties@1.2.0: + dependencies: + has-property-descriptors: 1.0.0 + object-keys: 1.1.1 + + define-property@0.2.5: + dependencies: + is-descriptor: 0.1.6 + + defu@6.1.2: {} + + degenerator@5.0.1: + dependencies: + ast-types: 0.13.4 + escodegen: 2.1.0 + esprima: 4.0.1 + + del@6.1.1: + dependencies: + globby: 11.1.0 + graceful-fs: 4.2.11 + is-glob: 4.0.3 + is-path-cwd: 2.2.0 + is-path-inside: 3.0.3 + p-map: 4.0.0 + rimraf: 3.0.2 + slash: 3.0.0 + + delayed-stream@1.0.0: {} + + delegates@1.0.0: {} + + depd@2.0.0: {} + + deprecation@2.3.1: {} + + dequal@2.0.3: {} + + destroy@1.2.0: {} + + detect-indent@5.0.0: {} + + detect-indent@6.1.0: {} + + detect-libc@2.0.2: {} + + detect-newline@3.1.0: {} + + detect-node-es@1.1.0: {} + + detect-package-manager@2.0.1: + dependencies: + execa: 5.1.1 + + detect-port@1.5.1: + dependencies: + address: 1.2.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + devlop@1.1.0: + dependencies: + dequal: 2.0.3 + + devtools-protocol@0.0.1203626: {} + + didyoumean@1.2.2: {} + + diff-sequences@28.1.1: {} + + diff-sequences@29.6.3: {} + + diff@4.0.2: {} + + diff@5.1.0: {} + + diffable-html@4.1.0: + dependencies: + htmlparser2: 3.10.1 + + dijkstrajs@1.0.3: {} + + dir-glob@3.0.1: + dependencies: + path-type: 4.0.0 + + direction@1.0.4: {} + + discord-api-types@0.37.58: {} + + discord-api-types@0.37.61: {} + + discord-api-types@0.37.64: {} + + dlv@1.1.3: {} + + dnd-core@16.0.1: + dependencies: + "@react-dnd/asap": 5.0.2 + "@react-dnd/invariant": 4.0.2 + redux: 4.2.1 + + doctrine@2.1.0: + dependencies: + esutils: 2.0.3 + + doctrine@3.0.0: + dependencies: + esutils: 2.0.3 + + dom-accessibility-api@0.5.16: {} + + dom-helpers@5.2.1: + dependencies: + "@babel/runtime": 7.23.2 + csstype: 3.1.2 + + dom-serializer@0.2.2: + dependencies: + domelementtype: 2.3.0 + entities: 2.2.0 + + domelementtype@1.3.1: {} + + domelementtype@2.3.0: {} + + domhandler@2.4.2: + dependencies: + domelementtype: 1.3.1 + + domutils@1.7.0: + dependencies: + dom-serializer: 0.2.2 + domelementtype: 1.3.1 + + dot-case@3.0.4: + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + + dot-prop@5.3.0: + dependencies: + is-obj: 2.0.0 + + dotenv-expand@10.0.0: {} + + dotenv@16.0.3: {} + + dotenv@16.3.1: {} + + dotenv@16.4.5: {} + + duplexer@0.1.2: {} + + duplexify@3.7.1: + dependencies: + end-of-stream: 1.4.4 + inherits: 2.0.4 + readable-stream: 2.3.8 + stream-shift: 1.0.1 + + eastasianwidth@0.2.0: {} + + ecdsa-sig-formatter@1.0.11: + dependencies: + safe-buffer: 5.2.1 + + ee-first@1.1.1: {} + + ejs@3.1.9: + dependencies: + jake: 10.8.7 + + electron-to-chromium@1.4.500: {} + + emittery@0.13.1: {} + + emoji-regex@10.3.0: {} + + emoji-regex@8.0.0: {} + + emoji-regex@9.2.2: {} + + emojilib@2.4.0: {} + + emoticon@4.0.1: {} + + encode-utf8@1.0.3: {} + + encodeurl@1.0.2: {} + + encoding@0.1.13: + dependencies: + iconv-lite: 0.6.3 + optional: true + + end-of-stream@1.4.4: + dependencies: + once: 1.4.0 + + engine.io-client@6.5.2: + dependencies: + "@socket.io/component-emitter": 3.1.0 + debug: 4.3.4 + engine.io-parser: 5.2.1 + ws: 8.11.0 + xmlhttprequest-ssl: 2.0.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + engine.io-parser@5.2.1: {} + + engine.io@6.5.2: + dependencies: + "@types/cookie": 0.4.1 + "@types/cors": 2.8.17 + "@types/node": 20.9.3 + accepts: 1.3.8 + base64id: 2.0.0 + cookie: 0.4.2 + cors: 2.8.5 + debug: 4.3.4 + engine.io-parser: 5.2.1 + ws: 8.11.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + enhanced-resolve@5.15.0: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.2.1 + + enquirer@2.3.6: + dependencies: + ansi-colors: 4.1.3 + + entities@1.1.2: {} + + entities@2.2.0: {} + + env-paths@2.2.1: {} + + envinfo@7.10.0: {} + + envinfo@7.8.1: {} + + err-code@2.0.3: {} + + error-ex@1.3.2: + dependencies: + is-arrayish: 0.2.1 + + error-stack-parser@2.1.4: + dependencies: + stackframe: 1.3.4 + + es-abstract@1.22.1: + dependencies: + array-buffer-byte-length: 1.0.0 + arraybuffer.prototype.slice: 1.0.1 + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + es-set-tostringtag: 2.0.1 + es-to-primitive: 1.2.1 + function.prototype.name: 1.1.5 + get-intrinsic: 1.2.1 + get-symbol-description: 1.0.0 + globalthis: 1.0.3 + gopd: 1.0.1 + has: 1.0.3 + has-property-descriptors: 1.0.0 + has-proto: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.5 + is-array-buffer: 3.0.2 + is-callable: 1.2.7 + is-negative-zero: 2.0.2 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 + is-string: 1.0.7 + is-typed-array: 1.1.12 + is-weakref: 1.0.2 + object-inspect: 1.12.3 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.5.0 + safe-array-concat: 1.0.0 + safe-regex-test: 1.0.0 + string.prototype.trim: 1.2.7 + string.prototype.trimend: 1.0.6 + string.prototype.trimstart: 1.0.6 + typed-array-buffer: 1.0.0 + typed-array-byte-length: 1.0.0 + typed-array-byte-offset: 1.0.0 + typed-array-length: 1.0.4 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.11 + + es-get-iterator@1.1.3: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + is-arguments: 1.1.1 + is-map: 2.0.2 + is-set: 2.0.2 + is-string: 1.0.7 + isarray: 2.0.5 + stop-iteration-iterator: 1.0.0 + + es-iterator-helpers@1.0.13: + dependencies: + asynciterator.prototype: 1.0.0 + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-set-tostringtag: 2.0.1 + function-bind: 1.1.1 + get-intrinsic: 1.2.1 + globalthis: 1.0.3 + has-property-descriptors: 1.0.0 + has-proto: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.5 + iterator.prototype: 1.1.0 + safe-array-concat: 1.0.0 + + es-module-lexer@0.9.3: {} + + es-set-tostringtag@2.0.1: + dependencies: + get-intrinsic: 1.2.1 + has: 1.0.3 + has-tostringtag: 1.0.0 + + es-shim-unscopables@1.0.0: + dependencies: + has: 1.0.3 + + es-to-primitive@1.2.1: + dependencies: + is-callable: 1.2.7 + is-date-object: 1.0.5 + is-symbol: 1.0.4 + + es6-error@4.1.1: {} + + es6-object-assign@1.1.0: {} + + esbuild-plugin-alias@0.2.1: {} + + esbuild-register@3.5.0(esbuild@0.18.20): + dependencies: + debug: 4.3.4 + esbuild: 0.18.20 + transitivePeerDependencies: + - supports-color + + esbuild@0.17.19: + optionalDependencies: + "@esbuild/android-arm": 0.17.19 + "@esbuild/android-arm64": 0.17.19 + "@esbuild/android-x64": 0.17.19 + "@esbuild/darwin-arm64": 0.17.19 + "@esbuild/darwin-x64": 0.17.19 + "@esbuild/freebsd-arm64": 0.17.19 + "@esbuild/freebsd-x64": 0.17.19 + "@esbuild/linux-arm": 0.17.19 + "@esbuild/linux-arm64": 0.17.19 + "@esbuild/linux-ia32": 0.17.19 + "@esbuild/linux-loong64": 0.17.19 + "@esbuild/linux-mips64el": 0.17.19 + "@esbuild/linux-ppc64": 0.17.19 + "@esbuild/linux-riscv64": 0.17.19 + "@esbuild/linux-s390x": 0.17.19 + "@esbuild/linux-x64": 0.17.19 + "@esbuild/netbsd-x64": 0.17.19 + "@esbuild/openbsd-x64": 0.17.19 + "@esbuild/sunos-x64": 0.17.19 + "@esbuild/win32-arm64": 0.17.19 + "@esbuild/win32-ia32": 0.17.19 + "@esbuild/win32-x64": 0.17.19 + + esbuild@0.18.20: + optionalDependencies: + "@esbuild/android-arm": 0.18.20 + "@esbuild/android-arm64": 0.18.20 + "@esbuild/android-x64": 0.18.20 + "@esbuild/darwin-arm64": 0.18.20 + "@esbuild/darwin-x64": 0.18.20 + "@esbuild/freebsd-arm64": 0.18.20 + "@esbuild/freebsd-x64": 0.18.20 + "@esbuild/linux-arm": 0.18.20 + "@esbuild/linux-arm64": 0.18.20 + "@esbuild/linux-ia32": 0.18.20 + "@esbuild/linux-loong64": 0.18.20 + "@esbuild/linux-mips64el": 0.18.20 + "@esbuild/linux-ppc64": 0.18.20 + "@esbuild/linux-riscv64": 0.18.20 + "@esbuild/linux-s390x": 0.18.20 + "@esbuild/linux-x64": 0.18.20 + "@esbuild/netbsd-x64": 0.18.20 + "@esbuild/openbsd-x64": 0.18.20 + "@esbuild/sunos-x64": 0.18.20 + "@esbuild/win32-arm64": 0.18.20 + "@esbuild/win32-ia32": 0.18.20 + "@esbuild/win32-x64": 0.18.20 + + esbuild@0.19.5: + optionalDependencies: + "@esbuild/android-arm": 0.19.5 + "@esbuild/android-arm64": 0.19.5 + "@esbuild/android-x64": 0.19.5 + "@esbuild/darwin-arm64": 0.19.5 + "@esbuild/darwin-x64": 0.19.5 + "@esbuild/freebsd-arm64": 0.19.5 + "@esbuild/freebsd-x64": 0.19.5 + "@esbuild/linux-arm": 0.19.5 + "@esbuild/linux-arm64": 0.19.5 + "@esbuild/linux-ia32": 0.19.5 + "@esbuild/linux-loong64": 0.19.5 + "@esbuild/linux-mips64el": 0.19.5 + "@esbuild/linux-ppc64": 0.19.5 + "@esbuild/linux-riscv64": 0.19.5 + "@esbuild/linux-s390x": 0.19.5 + "@esbuild/linux-x64": 0.19.5 + "@esbuild/netbsd-x64": 0.19.5 + "@esbuild/openbsd-x64": 0.19.5 + "@esbuild/sunos-x64": 0.19.5 + "@esbuild/win32-arm64": 0.19.5 + "@esbuild/win32-ia32": 0.19.5 + "@esbuild/win32-x64": 0.19.5 + + escalade@3.1.1: {} + + escape-html@1.0.3: {} + + escape-string-regexp@1.0.5: {} + + escape-string-regexp@2.0.0: {} + + escape-string-regexp@4.0.0: {} + + escape-string-regexp@5.0.0: {} + + escodegen@2.1.0: + dependencies: + esprima: 4.0.1 + estraverse: 5.3.0 + esutils: 2.0.3 + optionalDependencies: + source-map: 0.6.1 + + eslint-config-next@13.5.6(eslint@8.56.0)(typescript@5.3.2): + dependencies: + "@next/eslint-plugin-next": 13.5.6 + "@rushstack/eslint-patch": 1.3.3 + "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + eslint: 8.56.0 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0))(eslint@8.56.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.56.0) + eslint-plugin-react: 7.33.2(eslint@8.56.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) + optionalDependencies: + typescript: 5.3.2 + transitivePeerDependencies: + - eslint-import-resolver-webpack + - supports-color + + eslint-config-next@14.0.3(eslint@8.56.0)(typescript@5.3.2): + dependencies: + "@next/eslint-plugin-next": 14.0.3 + "@rushstack/eslint-patch": 1.3.3 + "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + eslint: 8.56.0 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.56.0) + eslint-plugin-react: 7.33.2(eslint@8.56.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.56.0) + optionalDependencies: + typescript: 5.3.2 + transitivePeerDependencies: + - eslint-import-resolver-webpack + - supports-color + + eslint-config-prettier@9.0.0(eslint@8.56.0): + dependencies: + eslint: 8.56.0 + + eslint-import-resolver-node@0.3.9: + dependencies: + debug: 3.2.7(supports-color@5.5.0) + is-core-module: 2.13.0 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + + eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0): + dependencies: + debug: 4.3.4 + enhanced-resolve: 5.15.0 + eslint: 8.56.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0))(eslint@8.56.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0))(eslint@8.56.0) + fast-glob: 3.3.1 + get-tsconfig: 4.7.0 + is-core-module: 2.13.0 + is-glob: 4.0.3 + transitivePeerDependencies: + - "@typescript-eslint/parser" + - eslint-import-resolver-node + - eslint-import-resolver-webpack + - supports-color + + eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0): + dependencies: + debug: 4.3.4 + enhanced-resolve: 5.15.0 + eslint: 8.56.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0))(eslint@8.56.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0) + fast-glob: 3.3.1 + get-tsconfig: 4.7.0 + is-core-module: 2.13.0 + is-glob: 4.0.3 + transitivePeerDependencies: + - "@typescript-eslint/parser" + - eslint-import-resolver-node + - eslint-import-resolver-webpack + - supports-color + + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0))(eslint@8.56.0): + dependencies: + debug: 3.2.7(supports-color@5.5.0) + optionalDependencies: + "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + eslint: 8.56.0 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0) + transitivePeerDependencies: + - supports-color + + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0))(eslint@8.56.0): + dependencies: + debug: 3.2.7(supports-color@5.5.0) + optionalDependencies: + "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + eslint: 8.56.0 + eslint-import-resolver-node: 0.3.9 + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.56.0) + transitivePeerDependencies: + - supports-color + + eslint-plugin-deprecation@2.0.0(eslint@8.56.0)(typescript@5.3.2): + dependencies: + "@typescript-eslint/utils": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + eslint: 8.56.0 + tslib: 2.6.2 + tsutils: 3.21.0(typescript@5.3.2) + typescript: 5.3.2 + transitivePeerDependencies: + - supports-color + + eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0))(eslint@8.56.0): + dependencies: + array-includes: 3.1.6 + array.prototype.findlastindex: 1.2.2 + array.prototype.flat: 1.3.1 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7(supports-color@5.5.0) + doctrine: 2.1.0 + eslint: 8.56.0 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0))(eslint@8.56.0) + has: 1.0.3 + is-core-module: 2.13.0 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.fromentries: 2.0.6 + object.groupby: 1.0.0 + object.values: 1.1.6 + semver: 6.3.1 + tsconfig-paths: 3.14.2 + optionalDependencies: + "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + + eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-typescript@3.6.0)(eslint@8.56.0): + dependencies: + array-includes: 3.1.6 + array.prototype.findlastindex: 1.2.2 + array.prototype.flat: 1.3.1 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7(supports-color@5.5.0) + doctrine: 2.1.0 + eslint: 8.56.0 + eslint-import-resolver-node: 0.3.9 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1(eslint@8.56.0)(typescript@5.3.2))(eslint@8.56.0))(eslint@8.56.0))(eslint@8.56.0) + has: 1.0.3 + is-core-module: 2.13.0 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.fromentries: 2.0.6 + object.groupby: 1.0.0 + object.values: 1.1.6 + semver: 6.3.1 + tsconfig-paths: 3.14.2 + optionalDependencies: + "@typescript-eslint/parser": 6.4.1(eslint@8.56.0)(typescript@5.3.2) + transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + + eslint-plugin-json@3.1.0: + dependencies: + lodash: 4.17.21 + vscode-json-languageservice: 4.2.1 + + eslint-plugin-jsx-a11y@6.7.1(eslint@8.56.0): + dependencies: + "@babel/runtime": 7.23.2 + aria-query: 5.3.0 + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 + ast-types-flow: 0.0.7 + axe-core: 4.7.2 + axobject-query: 3.2.1 + damerau-levenshtein: 1.0.8 + emoji-regex: 9.2.2 + eslint: 8.56.0 + has: 1.0.3 + jsx-ast-utils: 3.3.5 + language-tags: 1.0.5 + minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + semver: 6.3.1 + + eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0(eslint@8.56.0))(eslint@8.56.0)(prettier@3.3.0): + dependencies: + eslint: 8.56.0 + prettier: 3.3.0 + prettier-linter-helpers: 1.0.0 + synckit: 0.8.5 + optionalDependencies: + eslint-config-prettier: 9.0.0(eslint@8.56.0) + + eslint-plugin-promise@6.1.1(eslint@8.56.0): + dependencies: + eslint: 8.56.0 + + eslint-plugin-react-hooks@4.6.0(eslint@8.56.0): + dependencies: + eslint: 8.56.0 + + eslint-plugin-react@7.33.2(eslint@8.56.0): + dependencies: + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 + array.prototype.tosorted: 1.1.1 + doctrine: 2.1.0 + es-iterator-helpers: 1.0.13 + eslint: 8.56.0 + estraverse: 5.3.0 + jsx-ast-utils: 3.3.5 + minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + object.hasown: 1.1.2 + object.values: 1.1.6 + prop-types: 15.8.1 + resolve: 2.0.0-next.4 + semver: 6.3.1 + string.prototype.matchall: 4.0.8 + + eslint-plugin-unicorn@48.0.1(eslint@8.56.0): + dependencies: + "@babel/helper-validator-identifier": 7.22.5 + "@eslint-community/eslint-utils": 4.4.0(eslint@8.56.0) + ci-info: 3.8.0 + clean-regexp: 1.0.0 + eslint: 8.56.0 + esquery: 1.5.0 + indent-string: 4.0.0 + is-builtin-module: 3.2.1 + jsesc: 3.0.2 + lodash: 4.17.21 + pluralize: 8.0.0 + read-pkg-up: 7.0.1 + regexp-tree: 0.1.27 + regjsparser: 0.10.0 + semver: 7.5.4 + strip-indent: 3.0.0 + + eslint-scope@7.2.2: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + + eslint-visitor-keys@3.4.3: {} + + eslint@8.56.0: + dependencies: + "@eslint-community/eslint-utils": 4.4.0(eslint@8.56.0) + "@eslint-community/regexpp": 4.7.0 + "@eslint/eslintrc": 2.1.4 + "@eslint/js": 8.56.0 + "@humanwhocodes/config-array": 0.11.13 + "@humanwhocodes/module-importer": 1.0.1 + "@nodelib/fs.walk": 1.2.8 + "@ungap/structured-clone": 1.2.0 + 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.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + 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.21.0 + graphemer: 1.4.0 + ignore: 5.2.4 + 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.3 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + + espree@9.6.1: + dependencies: + acorn: 8.10.0 + acorn-jsx: 5.3.2(acorn@8.10.0) + eslint-visitor-keys: 3.4.3 + + esprima@4.0.1: {} + + esquery@1.5.0: + dependencies: + estraverse: 5.3.0 + + esrecurse@4.3.0: + dependencies: + estraverse: 5.3.0 + + estraverse@5.3.0: {} + + estree-walker@2.0.2: {} + + esutils@2.0.3: {} + + etag@1.8.1: {} + + eventemitter3@4.0.7: {} + + eventemitter3@5.0.1: {} + + execa@0.7.0: + dependencies: + cross-spawn: 5.1.0 + get-stream: 3.0.0 + is-stream: 1.1.0 + npm-run-path: 2.0.2 + p-finally: 1.0.0 + signal-exit: 3.0.7 + strip-eof: 1.0.0 + + execa@5.0.0: + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + + execa@5.1.1: + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 2.1.0 + is-stream: 2.0.1 + merge-stream: 2.0.0 + npm-run-path: 4.0.1 + onetime: 5.1.2 + signal-exit: 3.0.7 + strip-final-newline: 2.0.0 + + execa@7.2.0: + dependencies: + cross-spawn: 7.0.3 + get-stream: 6.0.1 + human-signals: 4.3.1 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.1.0 + onetime: 6.0.0 + signal-exit: 3.0.7 + strip-final-newline: 3.0.0 + + execa@8.0.1: + dependencies: + cross-spawn: 7.0.3 + get-stream: 8.0.1 + human-signals: 5.0.0 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.1.0 + onetime: 6.0.0 + signal-exit: 4.1.0 + strip-final-newline: 3.0.0 + + executable@4.1.1: + dependencies: + pify: 2.3.0 + + exit@0.1.2: {} + + expand-template@2.0.3: {} + + expand-tilde@1.2.2: + dependencies: + os-homedir: 1.0.2 + + expect-playwright@0.8.0: {} + + expect@29.7.0: + dependencies: + "@jest/expect-utils": 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + + exponential-backoff@3.1.1: {} + + express@4.18.2: + dependencies: + accepts: 1.3.8 + array-flatten: 1.1.1 + body-parser: 1.20.1 + content-disposition: 0.5.4 + content-type: 1.0.5 + cookie: 0.5.0 + cookie-signature: 1.0.6 + debug: 2.6.9 + depd: 2.0.0 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + finalhandler: 1.2.0 + fresh: 0.5.2 + http-errors: 2.0.0 + merge-descriptors: 1.0.1 + methods: 1.1.2 + on-finished: 2.4.1 + parseurl: 1.3.3 + path-to-regexp: 0.1.7 + proxy-addr: 2.0.7 + qs: 6.11.0 + range-parser: 1.2.1 + safe-buffer: 5.2.1 + send: 0.18.0 + serve-static: 1.15.0 + setprototypeof: 1.2.0 + statuses: 2.0.1 + type-is: 1.6.18 + utils-merge: 1.0.1 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + + ext-list@2.2.2: + dependencies: + mime-db: 1.52.0 + + ext-name@5.0.0: + dependencies: + ext-list: 2.2.2 + sort-keys-length: 1.0.1 + + extend-shallow@2.0.1: + dependencies: + is-extendable: 0.1.1 + + extend@3.0.2: {} + + external-editor@3.1.0: + dependencies: + chardet: 0.7.0 + iconv-lite: 0.4.24 + tmp: 0.0.33 + + extract-zip@1.7.0: + dependencies: + concat-stream: 1.6.2 + debug: 2.6.9 + mkdirp: 0.5.6 + yauzl: 2.10.0 + transitivePeerDependencies: + - supports-color + + extract-zip@2.0.1: + dependencies: + debug: 4.3.4 + get-stream: 5.2.0 + yauzl: 2.10.0 + optionalDependencies: + "@types/yauzl": 2.10.0 + transitivePeerDependencies: + - supports-color + + fast-deep-equal@3.1.3: {} + + fast-diff@1.3.0: {} + + fast-fifo@1.3.2: {} + + fast-glob@3.3.1: + dependencies: + "@nodelib/fs.stat": 2.0.5 + "@nodelib/fs.walk": 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.5 + + fast-json-stable-stringify@2.1.0: {} + + fast-levenshtein@2.0.6: {} + + fast-loops@1.1.3: {} + + fast-shallow-equal@1.0.0: {} + + fastest-stable-stringify@2.0.2: {} + + fastq@1.15.0: + dependencies: + reusify: 1.0.4 + + fb-watchman@2.0.2: + dependencies: + bser: 2.1.1 + + fd-slicer@1.1.0: + dependencies: + pend: 1.2.0 + + fetch-retry@5.0.6: {} + + figures@3.2.0: + dependencies: + escape-string-regexp: 1.0.5 + + file-contents@0.2.4: + dependencies: + extend-shallow: 2.0.1 + file-stat: 0.1.3 + graceful-fs: 4.2.11 + is-buffer: 1.1.6 + is-utf8: 0.2.1 + lazy-cache: 0.2.7 + through2: 2.0.5 + + file-contents@0.3.2: + dependencies: + define-property: 0.2.5 + extend-shallow: 2.0.1 + file-stat: 0.2.3 + fs-exists-sync: 0.1.0 + graceful-fs: 4.2.11 + is-buffer: 1.1.6 + isobject: 2.1.0 + lazy-cache: 2.0.2 + strip-bom-buffer: 0.1.1 + strip-bom-string: 0.1.2 + through2: 2.0.5 + vinyl: 1.2.0 + + file-entry-cache@6.0.1: + dependencies: + flat-cache: 3.0.4 + + file-stat@0.1.3: + dependencies: + graceful-fs: 4.2.11 + lazy-cache: 0.2.7 + through2: 2.0.5 + + file-stat@0.2.3: + dependencies: + fs-exists-sync: 0.1.0 + graceful-fs: 4.2.11 + lazy-cache: 2.0.2 + through2: 2.0.5 + + file-system-cache@2.3.0: + dependencies: + fs-extra: 11.1.1 + ramda: 0.29.0 + + file-type@17.1.6: + dependencies: + readable-web-to-node-stream: 3.0.2 + strtok3: 7.0.0 + token-types: 5.0.1 + + filedirname@2.7.0: + dependencies: + get-current-line: 6.6.0 + + filelist@1.0.4: + dependencies: + minimatch: 5.1.6 + + filename-reserved-regex@3.0.0: {} + + filenamify@5.1.1: + dependencies: + filename-reserved-regex: 3.0.0 + strip-outer: 2.0.0 + trim-repeated: 2.0.0 + + fill-range@7.0.1: + dependencies: + to-regex-range: 5.0.1 + + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + + finalhandler@1.2.0: + dependencies: + debug: 2.6.9 + encodeurl: 1.0.2 + escape-html: 1.0.3 + on-finished: 2.4.1 + parseurl: 1.3.3 + statuses: 2.0.1 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + + find-cache-dir@2.1.0: + dependencies: + commondir: 1.0.1 + make-dir: 2.1.0 + pkg-dir: 3.0.0 + + find-cache-dir@3.3.2: + dependencies: + commondir: 1.0.1 + make-dir: 3.1.0 + pkg-dir: 4.2.0 + + find-file-up@0.1.3: + dependencies: + fs-exists-sync: 0.1.0 + resolve-dir: 0.1.1 + + find-pkg@0.1.2: + dependencies: + find-file-up: 0.1.3 + + find-process@1.4.7: + dependencies: + chalk: 4.1.2 + commander: 5.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + find-root@1.1.0: {} + + find-up@2.1.0: + dependencies: + locate-path: 2.0.0 + + find-up@3.0.0: + dependencies: + locate-path: 3.0.0 + + find-up@4.1.0: + dependencies: + locate-path: 5.0.0 + path-exists: 4.0.0 + + find-up@5.0.0: + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + + find-versions@5.1.0: + dependencies: + semver-regex: 4.0.5 + + flat-cache@3.0.4: + dependencies: + flatted: 3.2.7 + rimraf: 3.0.2 + + flat@5.0.2: {} + + flatted@3.2.7: {} + + flow-parser@0.215.1: {} + + follow-redirects@1.15.2: {} + + for-each@0.3.3: + dependencies: + is-callable: 1.2.7 + + foreground-child@2.0.0: + dependencies: + cross-spawn: 7.0.3 + signal-exit: 3.0.7 + + foreground-child@3.1.1: + dependencies: + cross-spawn: 7.0.3 + signal-exit: 4.1.0 + + form-data@3.0.1: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + + form-data@4.0.0: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + mime-types: 2.1.35 + + formik@2.4.5(react@18.2.0): + dependencies: + "@types/hoist-non-react-statics": 3.3.2 + deepmerge: 2.2.1 + hoist-non-react-statics: 3.3.2 + lodash: 4.17.21 + lodash-es: 4.17.21 + react: 18.2.0 + react-fast-compare: 2.0.4 + tiny-warning: 1.0.3 + tslib: 2.6.2 + + forwarded@0.2.0: {} + + fp-ts@2.16.1: {} + + fraction.js@4.3.6: {} + + fresh@0.5.2: {} + + fromentries@1.3.2: {} + + fs-constants@1.0.0: {} + + fs-exists-sync@0.1.0: {} + + fs-extra@10.1.0: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.0 + + fs-extra@11.1.1: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.0 + + fs-extra@8.1.0: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 4.0.0 + universalify: 0.1.2 + + fs-jetpack@5.1.0: + dependencies: + minimatch: 5.1.6 + + fs-minipass@2.1.0: + dependencies: + minipass: 3.3.6 + + fs-minipass@3.0.3: + dependencies: + minipass: 7.0.3 + + fs.realpath@1.0.0: {} + + fsevents@2.3.2: + optional: true + + fsevents@2.3.3: + optional: true + + function-bind@1.1.1: {} + + function.prototype.name@1.1.5: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + functions-have-names: 1.2.3 + + functions-have-names@1.2.3: {} + + gauge@3.0.2: + dependencies: + aproba: 2.0.0 + color-support: 1.1.3 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + object-assign: 4.1.1 + signal-exit: 3.0.7 + string-width: 4.2.3 + strip-ansi: 6.0.1 + wide-align: 1.1.5 + + gauge@4.0.4: + dependencies: + aproba: 2.0.0 + color-support: 1.1.3 + console-control-strings: 1.1.0 + has-unicode: 2.0.1 + signal-exit: 3.0.7 + string-width: 4.2.3 + strip-ansi: 6.0.1 + wide-align: 1.1.5 + + gensync@1.0.0-beta.2: {} + + get-caller-file@2.0.5: {} + + get-current-line@6.6.0: {} + + get-east-asian-width@1.2.0: {} + + get-func-name@2.0.2: {} + + get-intrinsic@1.2.1: + dependencies: + function-bind: 1.1.1 + has: 1.0.3 + has-proto: 1.0.1 + has-symbols: 1.0.3 + + get-nonce@1.0.1: {} + + get-npm-tarball-url@2.0.3: {} + + get-package-type@0.1.0: {} + + get-pkg-repo@4.2.1: + dependencies: + "@hutson/parse-repository-url": 3.0.2 + hosted-git-info: 4.1.0 + through2: 2.0.5 + yargs: 16.2.0 + + get-port@5.1.1: {} + + get-stream@3.0.0: {} + + get-stream@5.2.0: + dependencies: + pump: 3.0.0 + + get-stream@6.0.0: {} + + get-stream@6.0.1: {} + + get-stream@8.0.1: {} + + get-symbol-description@1.0.0: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + + get-tsconfig@4.7.0: + dependencies: + resolve-pkg-maps: 1.0.0 + + get-uri@6.0.1: + dependencies: + basic-ftp: 5.0.3 + data-uri-to-buffer: 5.0.1 + debug: 4.3.4 + fs-extra: 8.1.0 + transitivePeerDependencies: + - supports-color + + giget@1.1.2: + dependencies: + colorette: 2.0.20 + defu: 6.1.2 + https-proxy-agent: 5.0.1 + mri: 1.2.0 + node-fetch-native: 1.4.0 + pathe: 1.1.1 + tar: 6.1.15 + transitivePeerDependencies: + - supports-color + + git-raw-commits@3.0.0: + dependencies: + dargs: 7.0.0 + meow: 8.1.2 + split2: 3.2.2 + + git-remote-origin-url@2.0.0: + dependencies: + gitconfiglocal: 1.0.0 + pify: 2.3.0 + + git-semver-tags@5.0.1: + dependencies: + meow: 8.1.2 + semver: 7.5.4 + + git-up@7.0.0: + dependencies: + is-ssh: 1.4.0 + parse-url: 8.1.0 + + git-url-parse@13.1.0: + dependencies: + git-up: 7.0.0 + + gitconfiglocal@1.0.0: + dependencies: + ini: 1.3.8 + + github-from-package@0.0.0: {} + + github-slugger@1.5.0: {} + + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 + + glob-parent@6.0.2: + dependencies: + is-glob: 4.0.3 + + glob-promise@4.2.2(glob@7.2.3): + dependencies: + "@types/glob": 7.2.0 + glob: 7.2.3 + + glob-to-regexp@0.4.1: {} + + glob@10.3.10: + dependencies: + foreground-child: 3.1.1 + jackspeak: 2.3.6 + minimatch: 9.0.3 + minipass: 7.0.3 + path-scurry: 1.10.1 + + glob@7.1.4: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + glob@7.1.6: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + glob@7.1.7: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + glob@7.2.3: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + glob@8.1.0: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 5.1.6 + once: 1.4.0 + + glob@9.3.5: + dependencies: + fs.realpath: 1.0.0 + minimatch: 8.0.4 + minipass: 4.2.8 + path-scurry: 1.10.1 + + global-dirs@3.0.1: + dependencies: + ini: 2.0.0 + + global-modules@0.2.3: + dependencies: + global-prefix: 0.1.5 + is-windows: 0.2.0 + + global-prefix@0.1.5: + dependencies: + homedir-polyfill: 1.0.3 + ini: 1.3.8 + is-windows: 0.2.0 + which: 1.3.1 + + globals@11.12.0: {} + + globals@13.21.0: + dependencies: + type-fest: 0.20.2 + + globalthis@1.0.3: + dependencies: + define-properties: 1.2.0 + + globby@11.0.3: + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.1 + ignore: 5.2.4 + merge2: 1.4.1 + slash: 3.0.0 + + globby@11.1.0: + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.1 + ignore: 5.2.4 + merge2: 1.4.1 + slash: 3.0.0 + + goober@2.1.13(csstype@3.1.2): + dependencies: + csstype: 3.1.2 + + gopd@1.0.1: + dependencies: + get-intrinsic: 1.2.1 + + got@11.8.6: + dependencies: + "@sindresorhus/is": 4.6.0 + "@szmarczak/http-timer": 4.0.6 + "@types/cacheable-request": 6.0.3 + "@types/responselike": 1.0.3 + cacheable-lookup: 5.0.4 + cacheable-request: 7.0.4 + decompress-response: 6.0.0 + http2-wrapper: 1.0.3 + lowercase-keys: 2.0.0 + p-cancelable: 2.1.1 + responselike: 2.0.1 + + graceful-fs@4.2.11: {} + + graphemer@1.4.0: {} + + gunzip-maybe@1.4.2: + dependencies: + browserify-zlib: 0.1.4 + is-deflate: 1.0.0 + is-gzip: 1.0.0 + peek-stream: 1.1.3 + pumpify: 1.5.1 + through2: 2.0.5 + + handlebars@4.7.8: + dependencies: + minimist: 1.2.8 + neo-async: 2.6.2 + source-map: 0.6.1 + wordwrap: 1.0.0 + optionalDependencies: + uglify-js: 3.17.4 + + hard-rejection@2.1.0: {} + + has-bigints@1.0.2: {} + + has-flag@3.0.0: {} + + has-flag@4.0.0: {} + + has-glob@0.1.1: + dependencies: + is-glob: 2.0.1 + + has-property-descriptors@1.0.0: + dependencies: + get-intrinsic: 1.2.1 + + has-proto@1.0.1: {} + + has-symbols@1.0.3: {} + + has-tostringtag@1.0.0: + dependencies: + has-symbols: 1.0.3 + + has-unicode@2.0.1: {} + + has@1.0.3: + dependencies: + function-bind: 1.1.1 + + hasha@5.2.2: + dependencies: + is-stream: 2.0.1 + type-fest: 0.8.1 + + hast-util-to-jsx-runtime@2.2.0: + dependencies: + "@types/hast": 3.0.1 + "@types/unist": 3.0.0 + comma-separated-tokens: 2.0.3 + hast-util-whitespace: 3.0.0 + property-information: 6.2.0 + space-separated-tokens: 2.0.2 + style-to-object: 0.4.2 + unist-util-position: 5.0.0 + vfile-message: 4.0.2 + + hast-util-whitespace@3.0.0: + dependencies: + "@types/hast": 3.0.1 + + header-case@2.0.4: + dependencies: + capital-case: 1.0.4 + tslib: 2.6.2 + + hex-color-regex@1.1.0: {} + + hoist-non-react-statics@3.3.2: + dependencies: + react-is: 16.13.1 + + homedir-polyfill@1.0.3: + dependencies: + parse-passwd: 1.0.0 + + hosted-git-info@2.8.9: {} + + hosted-git-info@3.0.8: + dependencies: + lru-cache: 6.0.0 + + hosted-git-info@4.1.0: + dependencies: + lru-cache: 6.0.0 + + hosted-git-info@6.1.1: + dependencies: + lru-cache: 7.18.3 + + hosted-git-info@7.0.1: + dependencies: + lru-cache: 10.0.1 + + html-escaper@2.0.2: {} + + html-tags@3.3.1: {} + + html-url-attributes@3.0.0: {} + + htmlparser2@3.10.1: + dependencies: + domelementtype: 1.3.1 + domhandler: 2.4.2 + domutils: 1.7.0 + entities: 1.1.2 + inherits: 2.0.4 + readable-stream: 3.6.2 + + http-cache-semantics@4.1.1: {} + + http-errors@2.0.0: + dependencies: + depd: 2.0.0 + inherits: 2.0.4 + setprototypeof: 1.2.0 + statuses: 2.0.1 + toidentifier: 1.0.1 + + http-proxy-agent@5.0.0: + dependencies: + "@tootallnate/once": 2.0.0 + agent-base: 6.0.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + http-proxy-agent@7.0.0: + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + http2-wrapper@1.0.3: + dependencies: + quick-lru: 5.1.1 + resolve-alpn: 1.2.1 + + https-proxy-agent@4.0.0: + dependencies: + agent-base: 5.1.1 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + https-proxy-agent@5.0.1: + dependencies: + agent-base: 6.0.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + https-proxy-agent@7.0.1: + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + https-proxy-agent@7.0.2: + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + human-signals@2.1.0: {} + + human-signals@4.3.1: {} + + human-signals@5.0.0: {} + + humanize-ms@1.2.1: + dependencies: + ms: 2.1.3 + + husky@9.0.11: {} + + hyphenate-style-name@1.0.4: {} + + iconv-lite@0.4.24: + dependencies: + safer-buffer: 2.1.2 + + iconv-lite@0.6.3: + dependencies: + safer-buffer: 2.1.2 + optional: true + + ieee754@1.2.1: {} + + ignore-by-default@1.0.1: {} + + ignore-walk@5.0.1: + dependencies: + minimatch: 5.1.6 + + ignore-walk@6.0.4: + dependencies: + minimatch: 9.0.3 + + ignore@5.2.4: {} + + immediate@3.0.6: {} + + immer@10.0.3: {} + + immutable@4.3.3: {} + + import-fresh@3.3.0: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + + import-local@3.1.0: + dependencies: + pkg-dir: 4.2.0 + resolve-cwd: 3.0.0 + + imurmurhash@0.1.4: {} + + indent-string@4.0.0: {} + + inflight@1.0.6: + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + + inherits@2.0.4: {} + + ini@1.3.8: {} + + ini@2.0.0: {} + + init-package-json@5.0.0: + dependencies: + npm-package-arg: 10.1.0 + promzard: 1.0.0 + read: 2.1.0 + read-package-json: 6.0.4 + semver: 7.5.4 + validate-npm-package-license: 3.0.4 + validate-npm-package-name: 5.0.0 + + inline-style-parser@0.1.1: {} + + inline-style-prefixer@6.0.4: + dependencies: + css-in-js-utils: 3.1.0 + fast-loops: 1.1.3 + + inquirer@8.2.6: + dependencies: + ansi-escapes: 4.3.2 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-width: 3.0.0 + external-editor: 3.1.0 + figures: 3.2.0 + lodash: 4.17.21 + mute-stream: 0.0.8 + ora: 5.4.1 + run-async: 2.4.1 + rxjs: 7.8.1 + string-width: 4.2.3 + strip-ansi: 6.0.1 + through: 2.3.8 + wrap-ansi: 6.2.0 + + internal-slot@1.0.5: + dependencies: + get-intrinsic: 1.2.1 + has: 1.0.3 + side-channel: 1.0.4 + + intl-messageformat@10.5.0: + dependencies: + "@formatjs/ecma402-abstract": 1.17.0 + "@formatjs/fast-memoize": 2.2.0 + "@formatjs/icu-messageformat-parser": 2.6.0 + tslib: 2.6.2 + + intl-messageformat@9.13.0: + dependencies: + "@formatjs/ecma402-abstract": 1.11.4 + "@formatjs/fast-memoize": 1.2.1 + "@formatjs/icu-messageformat-parser": 2.1.0 + tslib: 2.6.2 + + invariant@2.2.4: + dependencies: + loose-envify: 1.4.0 + + ip-regex@4.3.0: {} + + ip@1.1.8: {} + + ip@2.0.0: {} + + ipaddr.js@1.9.1: {} + + is-absolute-url@3.0.3: {} + + is-absolute-url@4.0.1: {} + + is-absolute@0.2.6: + dependencies: + is-relative: 0.2.1 + is-windows: 0.2.0 + + is-accessor-descriptor@0.1.6: + dependencies: + kind-of: 3.2.2 + + is-arguments@1.1.1: + dependencies: + call-bind: 1.0.2 + has-tostringtag: 1.0.0 + + is-array-buffer@3.0.2: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 + + is-arrayish@0.2.1: {} + + is-arrayish@0.3.2: {} + + is-async-function@2.0.0: + dependencies: + has-tostringtag: 1.0.0 + + is-bigint@1.0.4: + dependencies: + has-bigints: 1.0.2 + + is-binary-path@2.1.0: + dependencies: + binary-extensions: 2.2.0 + + is-boolean-object@1.1.2: + dependencies: + call-bind: 1.0.2 + has-tostringtag: 1.0.0 + + is-buffer@1.1.6: {} + + is-buffer@2.0.5: {} + + is-builtin-module@3.2.1: + dependencies: + builtin-modules: 3.3.0 + + is-callable@1.2.7: {} + + is-ci@3.0.1: + dependencies: + ci-info: 3.8.0 + + is-core-module@2.13.0: + dependencies: + has: 1.0.3 + + is-data-descriptor@0.1.4: + dependencies: + kind-of: 3.2.2 + + is-date-object@1.0.5: + dependencies: + has-tostringtag: 1.0.0 + + is-deflate@1.0.0: {} + + is-descriptor@0.1.6: + dependencies: + is-accessor-descriptor: 0.1.6 + is-data-descriptor: 0.1.4 + kind-of: 5.1.0 + + is-docker@2.2.1: {} + + is-docker@3.0.0: {} + + is-extendable@0.1.1: {} + + is-extglob@1.0.0: {} + + is-extglob@2.1.1: {} + + is-finalizationregistry@1.0.2: + dependencies: + call-bind: 1.0.2 + + is-fullwidth-code-point@3.0.0: {} + + is-fullwidth-code-point@4.0.0: {} + + is-fullwidth-code-point@5.0.0: + dependencies: + get-east-asian-width: 1.2.0 + + is-generator-fn@2.1.0: {} + + is-generator-function@1.0.10: + dependencies: + has-tostringtag: 1.0.0 + + is-glob@2.0.1: + dependencies: + is-extglob: 1.0.0 + + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 + + is-gzip@1.0.0: {} + + is-hotkey@0.2.0: {} + + is-inside-container@1.0.0: + dependencies: + is-docker: 3.0.0 + + is-interactive@1.0.0: {} + + is-ip@3.1.0: + dependencies: + ip-regex: 4.3.0 + + is-lambda@1.0.1: {} + + is-map@2.0.2: {} + + is-nan@1.3.2: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + + is-negative-zero@2.0.2: {} + + is-number-object@1.0.7: + dependencies: + has-tostringtag: 1.0.0 + + is-number@7.0.0: {} + + is-obj@2.0.0: {} + + is-path-cwd@2.2.0: {} + + is-path-inside@3.0.3: {} + + is-plain-obj@1.1.0: {} + + is-plain-obj@4.1.0: {} + + is-plain-object@2.0.4: + dependencies: + isobject: 3.0.1 + + is-plain-object@5.0.0: {} + + is-reference@1.2.1: + dependencies: + "@types/estree": 1.0.1 + + is-regex@1.1.4: + dependencies: + call-bind: 1.0.2 + has-tostringtag: 1.0.0 + + is-relative@0.2.1: + dependencies: + is-unc-path: 0.1.2 + + is-set@2.0.2: {} + + is-shared-array-buffer@1.0.2: + dependencies: + call-bind: 1.0.2 + + is-ssh@1.4.0: + dependencies: + protocols: 2.0.1 + + is-stream@1.1.0: {} + + is-stream@2.0.0: {} + + is-stream@2.0.1: {} + + is-stream@3.0.0: {} + + is-string@1.0.7: + dependencies: + has-tostringtag: 1.0.0 + + is-symbol@1.0.4: + dependencies: + has-symbols: 1.0.3 + + is-text-path@1.0.1: + dependencies: + text-extensions: 1.9.0 + + is-typed-array@1.1.12: + dependencies: + which-typed-array: 1.1.11 + + is-typedarray@1.0.0: {} + + is-unc-path@0.1.2: + dependencies: + unc-path-regex: 0.1.2 + + is-unicode-supported@0.1.0: {} + + is-utf8@0.2.1: {} + + is-valid-glob@0.3.0: {} + + is-weakmap@2.0.1: {} + + is-weakref@1.0.2: + dependencies: + call-bind: 1.0.2 + + is-weakset@2.0.2: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + + is-what@4.1.15: {} + + is-windows@0.2.0: {} + + is-windows@1.0.2: {} + + is-wsl@2.2.0: + dependencies: + is-docker: 2.2.1 + + isarray@1.0.0: {} + + isarray@2.0.5: {} + + isexe@2.0.0: {} + + isexe@3.1.1: {} + + isobject@2.1.0: + dependencies: + isarray: 1.0.0 + + isobject@3.0.1: {} + + istanbul-lib-coverage@3.2.0: {} + + istanbul-lib-hook@3.0.0: + dependencies: + append-transform: 2.0.0 + + istanbul-lib-instrument@4.0.3: + dependencies: + "@babel/core": 7.22.11 + "@istanbuljs/schema": 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + istanbul-lib-instrument@5.2.1: + dependencies: + "@babel/core": 7.22.11 + "@babel/parser": 7.23.0 + "@istanbuljs/schema": 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + istanbul-lib-instrument@6.0.1: + dependencies: + "@babel/core": 7.22.11 + "@babel/parser": 7.23.0 + "@istanbuljs/schema": 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + + istanbul-lib-processinfo@2.0.3: + dependencies: + archy: 1.0.0 + cross-spawn: 7.0.3 + istanbul-lib-coverage: 3.2.0 + p-map: 3.0.0 + rimraf: 3.0.2 + uuid: 8.3.2 + + istanbul-lib-report@3.0.1: + dependencies: + istanbul-lib-coverage: 3.2.0 + make-dir: 4.0.0 + supports-color: 7.2.0 + + istanbul-lib-source-maps@4.0.1: + dependencies: + debug: 4.3.4 + istanbul-lib-coverage: 3.2.0 + source-map: 0.6.1 + transitivePeerDependencies: + - supports-color + + istanbul-reports@3.1.6: + dependencies: + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.1 + + iterator.prototype@1.1.0: + dependencies: + define-properties: 1.2.0 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + has-tostringtag: 1.0.0 + reflect.getprototypeof: 1.0.3 + + jackspeak@2.3.6: + dependencies: + "@isaacs/cliui": 8.0.2 + optionalDependencies: + "@pkgjs/parseargs": 0.11.0 + + jake@10.8.7: + dependencies: + async: 3.2.4 + chalk: 4.1.2 + filelist: 1.0.4 + minimatch: 3.1.2 + + jest-changed-files@29.7.0: + dependencies: + execa: 5.1.1 + jest-util: 29.7.0 + p-limit: 3.1.0 + + jest-circus@29.7.0(babel-plugin-macros@3.1.0): + dependencies: + "@jest/environment": 29.7.0 + "@jest/expect": 29.7.0 + "@jest/test-result": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + chalk: 4.1.2 + co: 4.6.0 + dedent: 1.5.1(babel-plugin-macros@3.1.0) + is-generator-fn: 2.1.0 + jest-each: 29.7.0 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + p-limit: 3.1.0 + pretty-format: 29.7.0 + pure-rand: 6.0.4 + slash: 3.0.0 + stack-utils: 2.0.6 + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-cli@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)): + dependencies: + "@jest/core": 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + "@jest/test-result": 29.7.0 + "@jest/types": 29.6.3 + chalk: 4.1.2 + create-jest: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + exit: 0.1.2 + import-local: 3.1.0 + jest-config: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + jest-util: 29.7.0 + jest-validate: 29.7.0 + yargs: 17.7.2 + transitivePeerDependencies: + - "@types/node" + - babel-plugin-macros + - supports-color + - ts-node + + jest-config@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)): + dependencies: + "@babel/core": 7.22.11 + "@jest/test-sequencer": 29.7.0 + "@jest/types": 29.6.3 + babel-jest: 29.7.0(@babel/core@7.22.11) + chalk: 4.1.2 + ci-info: 3.8.0 + deepmerge: 4.3.1 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) + jest-environment-node: 29.7.0 + jest-get-type: 29.6.3 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-runner: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + micromatch: 4.0.5 + parse-json: 5.2.0 + pretty-format: 29.7.0 + slash: 3.0.0 + strip-json-comments: 3.1.1 + optionalDependencies: + "@types/node": 20.9.3 + ts-node: 10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2) + transitivePeerDependencies: + - babel-plugin-macros + - supports-color + + jest-diff@28.1.3: + dependencies: + chalk: 4.1.2 + diff-sequences: 28.1.1 + jest-get-type: 28.0.2 + pretty-format: 28.1.3 + + jest-diff@29.7.0: + dependencies: + chalk: 4.1.2 + diff-sequences: 29.6.3 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 + + jest-docblock@29.7.0: + dependencies: + detect-newline: 3.1.0 + + jest-each@29.7.0: + dependencies: + "@jest/types": 29.6.3 + chalk: 4.1.2 + jest-get-type: 29.6.3 + jest-util: 29.7.0 + pretty-format: 29.7.0 + + jest-environment-node@29.7.0: + dependencies: + "@jest/environment": 29.7.0 + "@jest/fake-timers": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + jest-mock: 29.7.0 + jest-util: 29.7.0 + + jest-get-type@28.0.2: {} + + jest-get-type@29.6.3: {} + + jest-haste-map@29.6.4: + dependencies: + "@jest/types": 29.6.3 + "@types/graceful-fs": 4.1.6 + "@types/node": 20.9.3 + anymatch: 3.1.3 + fb-watchman: 2.0.2 + graceful-fs: 4.2.11 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + jest-worker: 29.6.4 + micromatch: 4.0.5 + walker: 1.0.8 + optionalDependencies: + fsevents: 2.3.3 + + jest-haste-map@29.7.0: + dependencies: + "@jest/types": 29.6.3 + "@types/graceful-fs": 4.1.6 + "@types/node": 20.9.3 + anymatch: 3.1.3 + fb-watchman: 2.0.2 + graceful-fs: 4.2.11 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + jest-worker: 29.7.0 + micromatch: 4.0.5 + walker: 1.0.8 + optionalDependencies: + fsevents: 2.3.3 + + jest-junit@16.0.0: + dependencies: + mkdirp: 1.0.4 + strip-ansi: 6.0.1 + uuid: 8.3.2 + xml: 1.0.1 + + jest-leak-detector@29.7.0: + dependencies: + jest-get-type: 29.6.3 + pretty-format: 29.7.0 + + jest-matcher-utils@28.1.3: + dependencies: + chalk: 4.1.2 + jest-diff: 28.1.3 + jest-get-type: 28.0.2 + pretty-format: 28.1.3 + + jest-matcher-utils@29.7.0: + dependencies: + chalk: 4.1.2 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 + + jest-message-util@29.7.0: + dependencies: + "@babel/code-frame": 7.22.13 + "@jest/types": 29.6.3 + "@types/stack-utils": 2.0.2 + chalk: 4.1.2 + graceful-fs: 4.2.11 + micromatch: 4.0.5 + pretty-format: 29.7.0 + slash: 3.0.0 + stack-utils: 2.0.6 + + jest-mock@27.5.1: + dependencies: + "@jest/types": 27.5.1 + "@types/node": 20.9.3 + + jest-mock@29.7.0: + dependencies: + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + jest-util: 29.7.0 + + jest-playwright-preset@3.0.1(jest-circus@29.7.0(babel-plugin-macros@3.1.0))(jest-environment-node@29.7.0)(jest-runner@29.7.0)(jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))): + dependencies: + expect-playwright: 0.8.0 + jest: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + jest-circus: 29.7.0(babel-plugin-macros@3.1.0) + jest-environment-node: 29.7.0 + jest-process-manager: 0.3.1 + jest-runner: 29.7.0 + nyc: 15.1.0 + playwright-core: 1.39.0 + rimraf: 3.0.2 + uuid: 8.3.2 + transitivePeerDependencies: + - debug + - supports-color + + jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): + optionalDependencies: + jest-resolve: 29.7.0 + + jest-process-manager@0.3.1: + dependencies: + "@types/wait-on": 5.3.3 + chalk: 4.1.2 + cwd: 0.10.0 + exit: 0.1.2 + find-process: 1.4.7 + prompts: 2.4.2 + signal-exit: 3.0.7 + spawnd: 5.0.0 + tree-kill: 1.2.2 + wait-on: 5.3.0 + transitivePeerDependencies: + - debug + - supports-color + + jest-regex-util@29.6.3: {} + + jest-resolve-dependencies@29.7.0: + dependencies: + jest-regex-util: 29.6.3 + jest-snapshot: 29.7.0 + transitivePeerDependencies: + - supports-color + + jest-resolve@29.7.0: + dependencies: + chalk: 4.1.2 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0) + jest-util: 29.7.0 + jest-validate: 29.7.0 + resolve: 1.22.8 + resolve.exports: 2.0.2 + slash: 3.0.0 + + jest-runner@29.7.0: + dependencies: + "@jest/console": 29.7.0 + "@jest/environment": 29.7.0 + "@jest/test-result": 29.7.0 + "@jest/transform": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + chalk: 4.1.2 + emittery: 0.13.1 + graceful-fs: 4.2.11 + jest-docblock: 29.7.0 + jest-environment-node: 29.7.0 + jest-haste-map: 29.7.0 + jest-leak-detector: 29.7.0 + jest-message-util: 29.7.0 + jest-resolve: 29.7.0 + jest-runtime: 29.7.0 + jest-util: 29.7.0 + jest-watcher: 29.7.0 + jest-worker: 29.7.0 + p-limit: 3.1.0 + source-map-support: 0.5.13 + transitivePeerDependencies: + - supports-color + + jest-runtime@29.7.0: + dependencies: + "@jest/environment": 29.7.0 + "@jest/fake-timers": 29.7.0 + "@jest/globals": 29.7.0 + "@jest/source-map": 29.6.3 + "@jest/test-result": 29.7.0 + "@jest/transform": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + chalk: 4.1.2 + cjs-module-lexer: 1.2.3 + collect-v8-coverage: 1.0.2 + glob: 7.2.3 + graceful-fs: 4.2.11 + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + slash: 3.0.0 + strip-bom: 4.0.0 + transitivePeerDependencies: + - supports-color + + jest-serializer-html@7.1.0: + dependencies: + diffable-html: 4.1.0 + + jest-snapshot@29.7.0: + dependencies: + "@babel/core": 7.22.11 + "@babel/generator": 7.23.0 + "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.11) + "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.11) + "@babel/types": 7.23.0 + "@jest/expect-utils": 29.7.0 + "@jest/transform": 29.7.0 + "@jest/types": 29.6.3 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.11) + chalk: 4.1.2 + expect: 29.7.0 + graceful-fs: 4.2.11 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + natural-compare: 1.4.0 + pretty-format: 29.7.0 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + + jest-util@29.7.0: + dependencies: + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + chalk: 4.1.2 + ci-info: 3.8.0 + graceful-fs: 4.2.11 + picomatch: 2.3.1 + + jest-validate@29.7.0: + dependencies: + "@jest/types": 29.6.3 + camelcase: 6.3.0 + chalk: 4.1.2 + jest-get-type: 29.6.3 + leven: 3.1.0 + pretty-format: 29.7.0 + + jest-watch-typeahead@2.2.2(jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))): + dependencies: + ansi-escapes: 6.2.0 + chalk: 5.3.0 + jest: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + jest-regex-util: 29.6.3 + jest-watcher: 29.7.0 + slash: 5.1.0 + string-length: 5.0.1 + strip-ansi: 7.1.0 + + jest-watcher@29.7.0: + dependencies: + "@jest/test-result": 29.7.0 + "@jest/types": 29.6.3 + "@types/node": 20.9.3 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + emittery: 0.13.1 + jest-util: 29.7.0 + string-length: 4.0.2 + + jest-worker@29.6.4: + dependencies: + "@types/node": 20.9.3 + jest-util: 29.7.0 + merge-stream: 2.0.0 + supports-color: 8.1.1 + + jest-worker@29.7.0: + dependencies: + "@types/node": 20.9.3 + jest-util: 29.7.0 + merge-stream: 2.0.0 + supports-color: 8.1.1 + + jest@29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)): + dependencies: + "@jest/core": 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + "@jest/types": 29.6.3 + import-local: 3.1.0 + jest-cli: 29.7.0(@types/node@20.9.3)(babel-plugin-macros@3.1.0)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + transitivePeerDependencies: + - "@types/node" + - babel-plugin-macros + - supports-color + - ts-node + + jiti@1.19.3: {} + + joi@17.11.0: + dependencies: + "@hapi/hoek": 9.3.0 + "@hapi/topo": 5.1.0 + "@sideway/address": 4.1.4 + "@sideway/formula": 3.0.1 + "@sideway/pinpoint": 2.0.0 + + joycon@3.1.1: {} + + js-cookie@2.2.1: {} + + js-tokens@4.0.0: {} + + js-yaml@3.14.1: + dependencies: + argparse: 1.0.10 + esprima: 4.0.1 + + js-yaml@4.1.0: + dependencies: + argparse: 2.0.1 + + jscodeshift@0.14.0(@babel/preset-env@7.22.10(@babel/core@7.22.11)): + dependencies: + "@babel/core": 7.22.11 + "@babel/parser": 7.23.0 + "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.11) + "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.11) + "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.11) + "@babel/plugin-transform-modules-commonjs": 7.22.11(@babel/core@7.22.11) + "@babel/preset-env": 7.22.10(@babel/core@7.22.11) + "@babel/preset-flow": 7.22.5(@babel/core@7.22.11) + "@babel/preset-typescript": 7.22.11(@babel/core@7.22.11) + "@babel/register": 7.22.5(@babel/core@7.22.11) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.11) + chalk: 4.1.2 + flow-parser: 0.215.1 + graceful-fs: 4.2.11 + micromatch: 4.0.5 + neo-async: 2.6.2 + node-dir: 0.1.17 + recast: 0.21.5 + temp: 0.8.4 + write-file-atomic: 2.4.3 + transitivePeerDependencies: + - supports-color + + jsesc@0.5.0: {} + + jsesc@2.5.2: {} + + jsesc@3.0.2: {} + + json-buffer@3.0.1: {} + + json-parse-better-errors@1.0.2: {} + + json-parse-even-better-errors@2.3.1: {} + + json-parse-even-better-errors@3.0.0: {} + + json-schema-traverse@0.4.1: {} + + json-schema@0.4.0: {} + + json-stable-stringify-without-jsonify@1.0.1: {} + + json-stringify-safe@5.0.1: {} + + json5@1.0.2: + dependencies: + minimist: 1.2.8 + + json5@2.2.3: {} + + jsonc-parser@3.2.0: {} + + jsonfile@4.0.0: + optionalDependencies: + graceful-fs: 4.2.11 + + jsonfile@6.1.0: + dependencies: + universalify: 2.0.0 + optionalDependencies: + graceful-fs: 4.2.11 + + jsonparse@1.3.1: {} + + jsonwebtoken@9.0.2: + dependencies: + jws: 3.2.2 + lodash.includes: 4.3.0 + lodash.isboolean: 3.0.3 + lodash.isinteger: 4.0.4 + lodash.isnumber: 3.0.3 + lodash.isplainobject: 4.0.6 + lodash.isstring: 4.0.1 + lodash.once: 4.1.1 + ms: 2.1.3 + semver: 7.5.4 + + jsx-ast-utils@3.3.5: + dependencies: + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 + object.assign: 4.1.4 + object.values: 1.1.6 + + jwa@1.4.1: + dependencies: + buffer-equal-constant-time: 1.0.1 + ecdsa-sig-formatter: 1.0.11 + safe-buffer: 5.2.1 + + jws@3.2.2: + dependencies: + jwa: 1.4.1 + safe-buffer: 5.2.1 + + keyv@4.5.4: + dependencies: + json-buffer: 3.0.1 + + kind-of@3.2.2: + dependencies: + is-buffer: 1.1.6 + + kind-of@5.1.0: {} + + kind-of@6.0.3: {} + + kleur@3.0.3: {} + + kleur@4.1.5: {} + + language-subtag-registry@0.3.22: {} + + language-tags@1.0.5: + dependencies: + language-subtag-registry: 0.3.22 + + lazy-cache@0.2.7: {} + + lazy-cache@2.0.2: + dependencies: + set-getter: 0.1.1 + + lazy-universal-dotenv@4.0.0: + dependencies: + app-root-dir: 1.0.2 + dotenv: 16.4.5 + dotenv-expand: 10.0.0 + + lazystream@1.0.1: + dependencies: + readable-stream: 2.3.8 + + leaflet@1.9.4: {} + + lerna@8.1.3(@swc/core@1.3.99)(encoding@0.1.13): + dependencies: + "@lerna/create": 8.1.3(@swc/core@1.3.99)(encoding@0.1.13)(typescript@5.3.2) + "@npmcli/run-script": 7.0.2 + "@nx/devkit": 17.2.5(nx@17.2.5(@swc/core@1.3.99)) + "@octokit/plugin-enterprise-rest": 6.0.1 + "@octokit/rest": 19.0.11(encoding@0.1.13) + byte-size: 8.1.1 + chalk: 4.1.0 + clone-deep: 4.0.1 + cmd-shim: 6.0.1 + columnify: 1.6.0 + conventional-changelog-angular: 7.0.0 + conventional-changelog-core: 5.0.1 + conventional-recommended-bump: 7.0.1 + cosmiconfig: 8.3.6(typescript@5.3.2) + dedent: 0.7.0 + envinfo: 7.8.1 + execa: 5.0.0 + fs-extra: 11.1.1 + get-port: 5.1.1 + get-stream: 6.0.0 + git-url-parse: 13.1.0 + glob-parent: 5.1.2 + globby: 11.1.0 + graceful-fs: 4.2.11 + has-unicode: 2.0.1 + import-local: 3.1.0 + ini: 1.3.8 + init-package-json: 5.0.0 + inquirer: 8.2.6 + is-ci: 3.0.1 + is-stream: 2.0.0 + jest-diff: 29.7.0 + js-yaml: 4.1.0 + libnpmaccess: 7.0.2 + libnpmpublish: 7.3.0 + load-json-file: 6.2.0 + lodash: 4.17.21 + make-dir: 4.0.0 + minimatch: 3.0.5 + multimatch: 5.0.0 + node-fetch: 2.6.7(encoding@0.1.13) + npm-package-arg: 8.1.1 + npm-packlist: 5.1.1 + npm-registry-fetch: 14.0.5 + npmlog: 6.0.2 + nx: 17.2.5(@swc/core@1.3.99) + p-map: 4.0.0 + p-map-series: 2.1.0 + p-pipe: 3.1.0 + p-queue: 6.6.2 + p-reduce: 2.1.0 + p-waterfall: 2.1.1 + pacote: 17.0.5 + pify: 5.0.0 + read-cmd-shim: 4.0.0 + read-package-json: 6.0.4 + resolve-from: 5.0.0 + rimraf: 4.4.1 + semver: 7.5.4 + signal-exit: 3.0.7 + slash: 3.0.0 + ssri: 9.0.1 + strong-log-transformer: 2.1.0 + tar: 6.2.1 + temp-dir: 1.0.0 + typescript: 5.3.2 + upath: 2.0.1 + uuid: 9.0.1 + validate-npm-package-license: 3.0.4 + validate-npm-package-name: 5.0.0 + write-file-atomic: 5.0.1 + write-pkg: 4.0.0 + yargs: 17.7.2 + yargs-parser: 21.1.1 + transitivePeerDependencies: + - "@swc-node/register" + - "@swc/core" + - bluebird + - debug + - encoding + - supports-color + + leven@3.1.0: {} + + levn@0.4.1: + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + + libnpmaccess@7.0.2: + dependencies: + npm-package-arg: 10.1.0 + npm-registry-fetch: 14.0.5 + transitivePeerDependencies: + - supports-color + + libnpmpublish@7.3.0: + dependencies: + ci-info: 3.8.0 + normalize-package-data: 5.0.0 + npm-package-arg: 10.1.0 + npm-registry-fetch: 14.0.5 + proc-log: 3.0.0 + semver: 7.5.4 + sigstore: 1.9.0 + ssri: 10.0.5 + transitivePeerDependencies: + - supports-color + + lie@3.1.1: + dependencies: + immediate: 3.0.6 + + lilconfig@2.1.0: {} + + lilconfig@3.1.1: {} + + lines-and-columns@1.2.4: {} + + lines-and-columns@2.0.3: {} + + lint-staged@15.2.5: + dependencies: + chalk: 5.3.0 + commander: 12.1.0 + debug: 4.3.4 + execa: 8.0.1 + lilconfig: 3.1.1 + listr2: 8.2.1 + micromatch: 4.0.7 + pidtree: 0.6.0 + string-argv: 0.3.2 + yaml: 2.4.3 + transitivePeerDependencies: + - supports-color + + listr2@8.2.1: + dependencies: + cli-truncate: 4.0.0 + colorette: 2.0.20 + eventemitter3: 5.0.1 + log-update: 6.0.0 + rfdc: 1.3.1 + wrap-ansi: 9.0.0 + + load-json-file@4.0.0: + dependencies: + graceful-fs: 4.2.11 + parse-json: 4.0.0 + pify: 3.0.0 + strip-bom: 3.0.0 + + load-json-file@6.2.0: + dependencies: + graceful-fs: 4.2.11 + parse-json: 5.2.0 + strip-bom: 4.0.0 + type-fest: 0.6.0 + + load-tsconfig@0.2.5: {} + + local-pkg@0.4.3: {} + + localforage@1.10.0: + dependencies: + lie: 3.1.1 + + locate-path@2.0.0: + dependencies: + p-locate: 2.0.0 + path-exists: 3.0.0 + + locate-path@3.0.0: + dependencies: + p-locate: 3.0.0 + path-exists: 3.0.0 + + locate-path@5.0.0: + dependencies: + p-locate: 4.1.0 + + locate-path@6.0.0: + dependencies: + p-locate: 5.0.0 + + lodash-es@4.17.21: {} + + lodash.castarray@4.4.0: {} + + lodash.debounce@4.0.8: {} + + lodash.defaults@4.2.0: {} + + lodash.difference@4.5.0: {} + + lodash.flatten@4.4.0: {} + + lodash.flattendeep@4.4.0: {} + + lodash.includes@4.3.0: {} + + lodash.isboolean@3.0.3: {} + + lodash.isinteger@4.0.4: {} + + lodash.ismatch@4.4.0: {} + + lodash.isnumber@3.0.3: {} + + lodash.isplainobject@4.0.6: {} + + lodash.isstring@4.0.1: {} + + lodash.merge@4.6.2: {} + + lodash.once@4.1.1: {} + + lodash.set@4.3.2: {} + + lodash.sortby@4.7.0: {} + + lodash.union@4.6.0: {} + + lodash@4.17.21: {} + + log-ok@0.1.1: + dependencies: + ansi-green: 0.1.1 + success-symbol: 0.1.0 + + log-symbols@4.1.0: + dependencies: + chalk: 4.1.2 + is-unicode-supported: 0.1.0 + + log-update@6.0.0: + dependencies: + ansi-escapes: 6.2.0 + cli-cursor: 4.0.0 + slice-ansi: 7.1.0 + strip-ansi: 7.1.0 + wrap-ansi: 9.0.0 + + longest-streak@3.1.0: {} + + loose-envify@1.4.0: + dependencies: + js-tokens: 4.0.0 + + loupe@2.3.6: + dependencies: + get-func-name: 2.0.2 + + lower-case@2.0.2: + dependencies: + tslib: 2.6.2 + + lowercase-keys@2.0.0: {} + + lru-cache@10.0.1: {} + + lru-cache@4.1.5: + dependencies: + pseudomap: 1.0.2 + yallist: 2.1.2 + + lru-cache@5.1.1: + dependencies: + yallist: 3.1.1 + + lru-cache@6.0.0: + dependencies: + yallist: 4.0.0 + + lru-cache@7.18.3: {} + + lru_map@0.3.3: {} + + lz-string@1.5.0: {} + + magic-bytes.js@1.5.0: {} + + magic-string@0.27.0: + dependencies: + "@jridgewell/sourcemap-codec": 1.4.15 + + magic-string@0.30.3: + dependencies: + "@jridgewell/sourcemap-codec": 1.4.15 + + make-dir@2.1.0: + dependencies: + pify: 4.0.1 + semver: 5.7.2 + + make-dir@3.1.0: + dependencies: + semver: 6.3.1 + + make-dir@4.0.0: + dependencies: + semver: 7.5.4 + + make-error@1.3.6: {} + + make-fetch-happen@11.1.1: + dependencies: + agentkeepalive: 4.5.0 + cacache: 17.1.4 + http-cache-semantics: 4.1.1 + http-proxy-agent: 5.0.0 + https-proxy-agent: 5.0.1 + is-lambda: 1.0.1 + lru-cache: 7.18.3 + minipass: 5.0.0 + minipass-fetch: 3.0.4 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 0.6.3 + promise-retry: 2.0.1 + socks-proxy-agent: 7.0.0 + ssri: 10.0.5 + transitivePeerDependencies: + - supports-color + + make-fetch-happen@13.0.0: + dependencies: + "@npmcli/agent": 2.2.0 + cacache: 18.0.1 + http-cache-semantics: 4.1.1 + is-lambda: 1.0.1 + minipass: 7.0.3 + minipass-fetch: 3.0.4 + minipass-flush: 1.0.5 + minipass-pipeline: 1.2.4 + negotiator: 0.6.3 + promise-retry: 2.0.1 + ssri: 10.0.5 + transitivePeerDependencies: + - supports-color + + makeerror@1.0.12: + dependencies: + tmpl: 1.0.5 + + map-obj@1.0.1: {} + + map-obj@4.3.0: {} + + map-or-similar@1.5.0: {} + + markdown-table@3.0.3: {} + + markdown-to-jsx@7.3.2(react@18.2.0): + dependencies: + react: 18.2.0 + + matched@0.4.4: + dependencies: + arr-union: 3.1.0 + async-array-reduce: 0.2.1 + extend-shallow: 2.0.1 + fs-exists-sync: 0.1.0 + glob: 7.2.3 + has-glob: 0.1.1 + is-valid-glob: 0.3.0 + lazy-cache: 2.0.2 + resolve-dir: 0.1.1 + + mdast-util-definitions@4.0.0: + dependencies: + unist-util-visit: 2.0.3 + + mdast-util-definitions@5.1.2: + dependencies: + "@types/mdast": 3.0.13 + "@types/unist": 2.0.7 + unist-util-visit: 4.1.2 + + mdast-util-find-and-replace@3.0.1: + dependencies: + "@types/mdast": 4.0.0 + escape-string-regexp: 5.0.0 + unist-util-is: 6.0.0 + unist-util-visit-parents: 6.0.1 + + mdast-util-from-markdown@2.0.0: + dependencies: + "@types/mdast": 4.0.0 + "@types/unist": 3.0.0 + decode-named-character-reference: 1.0.2 + devlop: 1.1.0 + mdast-util-to-string: 4.0.0 + micromark: 4.0.0 + micromark-util-decode-numeric-character-reference: 2.0.0 + micromark-util-decode-string: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + unist-util-stringify-position: 4.0.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-autolink-literal@2.0.0: + dependencies: + "@types/mdast": 4.0.0 + ccount: 2.0.1 + devlop: 1.1.0 + mdast-util-find-and-replace: 3.0.1 + micromark-util-character: 2.0.1 + + mdast-util-gfm-footnote@2.0.0: + dependencies: + "@types/mdast": 4.0.0 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.0 + mdast-util-to-markdown: 2.1.0 + micromark-util-normalize-identifier: 2.0.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-strikethrough@2.0.0: + dependencies: + "@types/mdast": 4.0.0 + mdast-util-from-markdown: 2.0.0 + mdast-util-to-markdown: 2.1.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-table@2.0.0: + dependencies: + "@types/mdast": 4.0.0 + devlop: 1.1.0 + markdown-table: 3.0.3 + mdast-util-from-markdown: 2.0.0 + mdast-util-to-markdown: 2.1.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm-task-list-item@2.0.0: + dependencies: + "@types/mdast": 4.0.0 + devlop: 1.1.0 + mdast-util-from-markdown: 2.0.0 + mdast-util-to-markdown: 2.1.0 + transitivePeerDependencies: + - supports-color + + mdast-util-gfm@3.0.0: + dependencies: + mdast-util-from-markdown: 2.0.0 + mdast-util-gfm-autolink-literal: 2.0.0 + mdast-util-gfm-footnote: 2.0.0 + mdast-util-gfm-strikethrough: 2.0.0 + mdast-util-gfm-table: 2.0.0 + mdast-util-gfm-task-list-item: 2.0.0 + mdast-util-to-markdown: 2.1.0 + transitivePeerDependencies: + - supports-color + + mdast-util-phrasing@4.0.0: + dependencies: + "@types/mdast": 4.0.0 + unist-util-is: 6.0.0 + + mdast-util-to-hast@13.0.2: + dependencies: + "@types/hast": 3.0.1 + "@types/mdast": 4.0.2 + "@ungap/structured-clone": 1.2.0 + devlop: 1.1.0 + micromark-util-sanitize-uri: 2.0.0 + trim-lines: 3.0.1 + unist-util-position: 5.0.0 + unist-util-visit: 5.0.0 + + mdast-util-to-markdown@2.1.0: + dependencies: + "@types/mdast": 4.0.0 + "@types/unist": 3.0.0 + longest-streak: 3.1.0 + mdast-util-phrasing: 4.0.0 + mdast-util-to-string: 4.0.0 + micromark-util-decode-string: 2.0.0 + unist-util-visit: 5.0.0 + zwitch: 2.0.4 + + mdast-util-to-string@1.1.0: {} + + mdast-util-to-string@4.0.0: + dependencies: + "@types/mdast": 4.0.0 + + mdn-data@2.0.14: {} + + media-typer@0.3.0: {} + + memoize-one@6.0.0: {} + + memoizerific@1.11.3: + dependencies: + map-or-similar: 1.5.0 + + meow@8.1.2: + dependencies: + "@types/minimist": 1.2.2 + camelcase-keys: 6.2.2 + decamelize-keys: 1.1.1 + hard-rejection: 2.1.0 + minimist-options: 4.1.0 + normalize-package-data: 3.0.3 + read-pkg-up: 7.0.1 + redent: 3.0.0 + trim-newlines: 3.0.1 + type-fest: 0.18.1 + yargs-parser: 20.2.9 + + merge-descriptors@1.0.1: {} + + merge-stream@2.0.0: {} + + merge2@1.4.1: {} + + methods@1.1.2: {} + + micromark-core-commonmark@2.0.0: + dependencies: + decode-named-character-reference: 1.0.2 + devlop: 1.1.0 + micromark-factory-destination: 2.0.0 + micromark-factory-label: 2.0.0 + micromark-factory-space: 2.0.0 + micromark-factory-title: 2.0.0 + micromark-factory-whitespace: 2.0.0 + micromark-util-character: 2.0.1 + micromark-util-chunked: 2.0.0 + micromark-util-classify-character: 2.0.0 + micromark-util-html-tag-name: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-resolve-all: 2.0.0 + micromark-util-subtokenize: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-autolink-literal@2.0.0: + dependencies: + micromark-util-character: 2.0.1 + micromark-util-sanitize-uri: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-footnote@2.0.0: + dependencies: + devlop: 1.1.0 + micromark-core-commonmark: 2.0.0 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.0.1 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-sanitize-uri: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-strikethrough@2.0.0: + dependencies: + devlop: 1.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-classify-character: 2.0.0 + micromark-util-resolve-all: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-table@2.0.0: + dependencies: + devlop: 1.1.0 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm-tagfilter@2.0.0: + dependencies: + micromark-util-types: 2.0.0 + + micromark-extension-gfm-task-list-item@2.0.1: + dependencies: + devlop: 1.1.0 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-extension-gfm@3.0.0: + dependencies: + micromark-extension-gfm-autolink-literal: 2.0.0 + micromark-extension-gfm-footnote: 2.0.0 + micromark-extension-gfm-strikethrough: 2.0.0 + micromark-extension-gfm-table: 2.0.0 + micromark-extension-gfm-tagfilter: 2.0.0 + micromark-extension-gfm-task-list-item: 2.0.1 + micromark-util-combine-extensions: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-factory-destination@2.0.0: + dependencies: + micromark-util-character: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-factory-label@2.0.0: + dependencies: + devlop: 1.1.0 + micromark-util-character: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-factory-space@2.0.0: + dependencies: + micromark-util-character: 2.0.1 + micromark-util-types: 2.0.0 + + micromark-factory-title@2.0.0: + dependencies: + micromark-factory-space: 2.0.0 + micromark-util-character: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-factory-whitespace@2.0.0: + dependencies: + micromark-factory-space: 2.0.0 + micromark-util-character: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-util-character@2.0.1: + dependencies: + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-util-chunked@2.0.0: + dependencies: + micromark-util-symbol: 2.0.0 + + micromark-util-classify-character@2.0.0: + dependencies: + micromark-util-character: 2.0.1 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-util-combine-extensions@2.0.0: + dependencies: + micromark-util-chunked: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-util-decode-numeric-character-reference@2.0.0: + dependencies: + micromark-util-symbol: 2.0.0 + + micromark-util-decode-string@2.0.0: + dependencies: + decode-named-character-reference: 1.0.2 + micromark-util-character: 2.0.1 + micromark-util-decode-numeric-character-reference: 2.0.0 + micromark-util-symbol: 2.0.0 + + micromark-util-encode@2.0.0: {} + + micromark-util-html-tag-name@2.0.0: {} + + micromark-util-normalize-identifier@2.0.0: + dependencies: + micromark-util-symbol: 2.0.0 + + micromark-util-resolve-all@2.0.0: + dependencies: + micromark-util-types: 2.0.0 + + micromark-util-sanitize-uri@2.0.0: + dependencies: + micromark-util-character: 2.0.1 + micromark-util-encode: 2.0.0 + micromark-util-symbol: 2.0.0 + + micromark-util-subtokenize@2.0.0: + dependencies: + devlop: 1.1.0 + micromark-util-chunked: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + + micromark-util-symbol@2.0.0: {} + + micromark-util-types@2.0.0: {} + + micromark@4.0.0: + dependencies: + "@types/debug": 4.1.8 + debug: 4.3.4 + decode-named-character-reference: 1.0.2 + devlop: 1.1.0 + micromark-core-commonmark: 2.0.0 + micromark-factory-space: 2.0.0 + micromark-util-character: 2.0.1 + micromark-util-chunked: 2.0.0 + micromark-util-combine-extensions: 2.0.0 + micromark-util-decode-numeric-character-reference: 2.0.0 + micromark-util-encode: 2.0.0 + micromark-util-normalize-identifier: 2.0.0 + micromark-util-resolve-all: 2.0.0 + micromark-util-sanitize-uri: 2.0.0 + micromark-util-subtokenize: 2.0.0 + micromark-util-symbol: 2.0.0 + micromark-util-types: 2.0.0 + transitivePeerDependencies: + - supports-color + + micromatch@4.0.5: + dependencies: + braces: 3.0.2 + picomatch: 2.3.1 + + micromatch@4.0.7: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + + mime-db@1.52.0: {} + + mime-types@2.1.35: + dependencies: + mime-db: 1.52.0 + + mime@1.6.0: {} + + mime@2.6.0: {} + + mimic-fn@2.1.0: {} + + mimic-fn@4.0.0: {} + + mimic-response@1.0.1: {} + + mimic-response@3.1.0: {} + + min-indent@1.0.1: {} + + minimatch@3.0.5: + dependencies: + brace-expansion: 1.1.11 + + minimatch@3.1.2: + dependencies: + brace-expansion: 1.1.11 + + minimatch@5.1.6: + dependencies: + brace-expansion: 2.0.1 + + minimatch@8.0.4: + dependencies: + brace-expansion: 2.0.1 + + minimatch@9.0.3: + dependencies: + brace-expansion: 2.0.1 + + minimist-options@4.1.0: + dependencies: + arrify: 1.0.1 + is-plain-obj: 1.1.0 + kind-of: 6.0.3 + + minimist@1.2.8: {} + + minipass-collect@1.0.2: + dependencies: + minipass: 3.3.6 + + minipass-collect@2.0.1: + dependencies: + minipass: 7.0.3 + + minipass-fetch@3.0.4: + dependencies: + minipass: 7.0.3 + minipass-sized: 1.0.3 + minizlib: 2.1.2 + optionalDependencies: + encoding: 0.1.13 + + minipass-flush@1.0.5: + dependencies: + minipass: 3.3.6 + + minipass-json-stream@1.0.1: + dependencies: + jsonparse: 1.3.1 + minipass: 3.3.6 + + minipass-pipeline@1.2.4: + dependencies: + minipass: 3.3.6 + + minipass-sized@1.0.3: + dependencies: + minipass: 3.3.6 + + minipass@3.3.6: + dependencies: + yallist: 4.0.0 + + minipass@4.2.8: {} + + minipass@5.0.0: {} + + minipass@7.0.3: {} + + minizlib@2.1.2: + dependencies: + minipass: 3.3.6 + yallist: 4.0.0 + + mitt@3.0.1: {} + + mkdirp-classic@0.5.3: {} + + mkdirp@0.5.6: + dependencies: + minimist: 1.2.8 + + mkdirp@1.0.4: {} + + mlly@1.4.0: + dependencies: + acorn: 8.10.0 + pathe: 1.1.1 + pkg-types: 1.0.3 + ufo: 1.2.0 + + modify-values@1.0.1: {} + + monaco-editor@0.44.0: {} + + mri@1.2.0: {} + + ms@2.0.0: {} + + ms@2.1.2: {} + + ms@2.1.3: {} + + multer@1.4.5-lts.1: + dependencies: + append-field: 1.0.0 + busboy: 1.6.0 + concat-stream: 1.6.2 + mkdirp: 0.5.6 + object-assign: 4.1.1 + type-is: 1.6.18 + xtend: 4.0.2 + + multimatch@5.0.0: + dependencies: + "@types/minimatch": 3.0.5 + array-differ: 3.0.0 + array-union: 2.1.0 + arrify: 2.0.1 + minimatch: 3.1.2 + + mute-stream@0.0.8: {} + + mute-stream@1.0.0: {} + + mxcn@2.0.0: + dependencies: + clsx: 2.0.0 + tailwind-merge: 1.14.0 + + mz@2.7.0: + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + + nano-css@5.3.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + css-tree: 1.1.3 + csstype: 3.1.2 + fastest-stable-stringify: 2.0.2 + inline-style-prefixer: 6.0.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + rtl-css-js: 1.16.1 + sourcemap-codec: 1.4.8 + stacktrace-js: 2.0.2 + stylis: 4.3.0 + + nanoid@3.3.6: {} + + napi-build-utils@1.0.2: {} + + natural-compare@1.4.0: {} + + negotiator@0.6.3: {} + + neo-async@2.6.2: {} + + netmask@2.0.2: {} + + new-github-issue-url@0.2.1: {} + + next-intl@2.22.1(next@13.4.13(@babel/core@7.22.11)(@opentelemetry/api@1.4.1)(babel-plugin-macros@3.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5))(react@18.2.0): + dependencies: + "@formatjs/intl-localematcher": 0.2.32 + negotiator: 0.6.3 + next: 13.4.13(@babel/core@7.22.11)(@opentelemetry/api@1.4.1)(babel-plugin-macros@3.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5) + react: 18.2.0 + use-intl: 2.22.1(react@18.2.0) + + next-intl@2.22.1(next@14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5))(react@18.2.0): + dependencies: + "@formatjs/intl-localematcher": 0.2.32 + negotiator: 0.6.3 + next: 14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5) + react: 18.2.0 + use-intl: 2.22.1(react@18.2.0) + + next@13.4.13(@babel/core@7.22.11)(@opentelemetry/api@1.4.1)(babel-plugin-macros@3.1.0)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5): + dependencies: + "@next/env": 13.4.13 + "@swc/helpers": 0.5.1 + busboy: 1.6.0 + caniuse-lite: 1.0.30001522 + postcss: 8.4.31 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.22.11)(babel-plugin-macros@3.1.0)(react@18.2.0) + watchpack: 2.4.0 + zod: 3.22.4 + optionalDependencies: + "@next/swc-darwin-arm64": 13.4.13 + "@next/swc-darwin-x64": 13.4.13 + "@next/swc-linux-arm64-gnu": 13.4.13 + "@next/swc-linux-arm64-musl": 13.4.13 + "@next/swc-linux-x64-gnu": 13.4.13 + "@next/swc-linux-x64-musl": 13.4.13 + "@next/swc-win32-arm64-msvc": 13.4.13 + "@next/swc-win32-ia32-msvc": 13.4.13 + "@next/swc-win32-x64-msvc": 13.4.13 + "@opentelemetry/api": 1.4.1 + sass: 1.69.5 + transitivePeerDependencies: + - "@babel/core" + - babel-plugin-macros + + next@14.0.3(@opentelemetry/api@1.4.1)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sass@1.69.5): + dependencies: + "@next/env": 14.0.3 + "@swc/helpers": 0.5.2 + busboy: 1.6.0 + caniuse-lite: 1.0.30001538 + postcss: 8.4.31 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.22.11)(babel-plugin-macros@3.1.0)(react@18.2.0) + watchpack: 2.4.0 + optionalDependencies: + "@next/swc-darwin-arm64": 14.0.3 + "@next/swc-darwin-x64": 14.0.3 + "@next/swc-linux-arm64-gnu": 14.0.3 + "@next/swc-linux-arm64-musl": 14.0.3 + "@next/swc-linux-x64-gnu": 14.0.3 + "@next/swc-linux-x64-musl": 14.0.3 + "@next/swc-win32-arm64-msvc": 14.0.3 + "@next/swc-win32-ia32-msvc": 14.0.3 + "@next/swc-win32-x64-msvc": 14.0.3 + "@opentelemetry/api": 1.4.1 + sass: 1.69.5 + transitivePeerDependencies: + - "@babel/core" + - babel-plugin-macros + + no-case@3.0.4: + dependencies: + lower-case: 2.0.2 + tslib: 2.6.2 + + node-abi@3.47.0: + dependencies: + semver: 7.5.4 + + node-addon-api@5.1.0: {} + + node-addon-api@6.1.0: {} + + node-dir@0.1.17: + dependencies: + minimatch: 3.1.2 + + node-emoji@2.1.0: + dependencies: + "@sindresorhus/is": 3.1.2 + char-regex: 1.0.2 + emojilib: 2.4.0 + skin-tone: 2.0.0 + + node-fetch-native@1.4.0: {} + + node-fetch@2.6.12(encoding@0.1.13): + dependencies: + whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 + + node-fetch@2.6.7(encoding@0.1.13): + dependencies: + whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 + + node-fetch@2.7.0(encoding@0.1.13): + dependencies: + whatwg-url: 5.0.0 + optionalDependencies: + encoding: 0.1.13 + + node-gyp@10.0.1: + dependencies: + env-paths: 2.2.1 + exponential-backoff: 3.1.1 + glob: 10.3.10 + graceful-fs: 4.2.11 + make-fetch-happen: 13.0.0 + nopt: 7.2.0 + proc-log: 3.0.0 + semver: 7.5.4 + tar: 6.2.1 + which: 4.0.0 + transitivePeerDependencies: + - supports-color + + node-int64@0.4.0: {} + + node-machine-id@1.1.12: {} + + node-preload@0.2.1: + dependencies: + process-on-spawn: 1.0.0 + + node-releases@2.0.13: {} + + nodemon@3.0.1: + dependencies: + chokidar: 3.5.3 + debug: 3.2.7(supports-color@5.5.0) + ignore-by-default: 1.0.1 + minimatch: 3.1.2 + pstree.remy: 1.1.8 + semver: 7.5.4 + simple-update-notifier: 2.0.0 + supports-color: 5.5.0 + touch: 3.1.0 + undefsafe: 2.0.5 + + nookies@2.5.2: + dependencies: + cookie: 0.4.2 + set-cookie-parser: 2.6.0 + + nopt@1.0.10: + dependencies: + abbrev: 1.1.1 + + nopt@5.0.0: + dependencies: + abbrev: 1.1.1 + + nopt@7.2.0: + dependencies: + abbrev: 2.0.0 + + normalize-package-data@2.5.0: + dependencies: + hosted-git-info: 2.8.9 + resolve: 1.22.8 + semver: 5.7.2 + validate-npm-package-license: 3.0.4 + + normalize-package-data@3.0.3: + dependencies: + hosted-git-info: 4.1.0 + is-core-module: 2.13.0 + semver: 7.5.4 + validate-npm-package-license: 3.0.4 + + normalize-package-data@5.0.0: + dependencies: + hosted-git-info: 6.1.1 + is-core-module: 2.13.0 + semver: 7.5.4 + validate-npm-package-license: 3.0.4 + + normalize-package-data@6.0.0: + dependencies: + hosted-git-info: 7.0.1 + is-core-module: 2.13.0 + semver: 7.5.4 + validate-npm-package-license: 3.0.4 + + normalize-path@3.0.0: {} + + normalize-range@0.1.2: {} + + normalize-url@6.1.0: {} + + npm-bundled@1.1.2: + dependencies: + npm-normalize-package-bin: 1.0.1 + + npm-bundled@2.0.1: + dependencies: + npm-normalize-package-bin: 2.0.0 + + npm-bundled@3.0.0: + dependencies: + npm-normalize-package-bin: 3.0.1 + + npm-install-checks@6.2.0: + dependencies: + semver: 7.5.4 + + npm-normalize-package-bin@1.0.1: {} + + npm-normalize-package-bin@2.0.0: {} + + npm-normalize-package-bin@3.0.1: {} + + npm-package-arg@10.1.0: + dependencies: + hosted-git-info: 6.1.1 + proc-log: 3.0.0 + semver: 7.5.4 + validate-npm-package-name: 5.0.0 + + npm-package-arg@11.0.1: + dependencies: + hosted-git-info: 7.0.1 + proc-log: 3.0.0 + semver: 7.5.4 + validate-npm-package-name: 5.0.0 + + npm-package-arg@8.1.1: + dependencies: + hosted-git-info: 3.0.8 + semver: 7.5.4 + validate-npm-package-name: 3.0.0 + + npm-packlist@5.1.1: + dependencies: + glob: 8.1.0 + ignore-walk: 5.0.1 + npm-bundled: 1.1.2 + npm-normalize-package-bin: 1.0.1 + + npm-packlist@5.1.3: + dependencies: + glob: 8.1.0 + ignore-walk: 5.0.1 + npm-bundled: 2.0.1 + npm-normalize-package-bin: 2.0.0 + + npm-packlist@8.0.1: + dependencies: + ignore-walk: 6.0.4 + + npm-pick-manifest@9.0.0: + dependencies: + npm-install-checks: 6.2.0 + npm-normalize-package-bin: 3.0.1 + npm-package-arg: 11.0.1 + semver: 7.5.4 + + npm-registry-fetch@14.0.5: + dependencies: + make-fetch-happen: 11.1.1 + minipass: 5.0.0 + minipass-fetch: 3.0.4 + minipass-json-stream: 1.0.1 + minizlib: 2.1.2 + npm-package-arg: 10.1.0 + proc-log: 3.0.0 + transitivePeerDependencies: + - supports-color + + npm-registry-fetch@16.1.0: + dependencies: + make-fetch-happen: 13.0.0 + minipass: 7.0.3 + minipass-fetch: 3.0.4 + minipass-json-stream: 1.0.1 + minizlib: 2.1.2 + npm-package-arg: 11.0.1 + proc-log: 3.0.0 + transitivePeerDependencies: + - supports-color + + npm-run-path@2.0.2: + dependencies: + path-key: 2.0.1 + + npm-run-path@4.0.1: + dependencies: + path-key: 3.1.1 + + npm-run-path@5.1.0: + dependencies: + path-key: 4.0.0 + + npmlog@5.0.1: + dependencies: + are-we-there-yet: 2.0.0 + console-control-strings: 1.1.0 + gauge: 3.0.2 + set-blocking: 2.0.0 + + npmlog@6.0.2: + dependencies: + are-we-there-yet: 3.0.1 + console-control-strings: 1.1.0 + gauge: 4.0.4 + set-blocking: 2.0.0 + + nprogress@0.2.0: {} + + nx@17.2.5(@swc/core@1.3.99): + dependencies: + "@nrwl/tao": 17.2.5(@swc/core@1.3.99) + "@yarnpkg/lockfile": 1.1.0 + "@yarnpkg/parsers": 3.0.0-rc.46 + "@zkochan/js-yaml": 0.0.6 + axios: 1.6.2 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.6.1 + cliui: 8.0.1 + dotenv: 16.3.1 + dotenv-expand: 10.0.0 + enquirer: 2.3.6 + figures: 3.2.0 + flat: 5.0.2 + fs-extra: 11.1.1 + glob: 7.1.4 + ignore: 5.2.4 + jest-diff: 29.7.0 + js-yaml: 4.1.0 + jsonc-parser: 3.2.0 + lines-and-columns: 2.0.3 + minimatch: 3.0.5 + node-machine-id: 1.1.12 + npm-run-path: 4.0.1 + open: 8.4.2 + semver: 7.5.3 + string-width: 4.2.3 + strong-log-transformer: 2.1.0 + tar-stream: 2.2.0 + tmp: 0.2.1 + tsconfig-paths: 4.2.0 + tslib: 2.6.2 + yargs: 17.7.2 + yargs-parser: 21.1.1 + optionalDependencies: + "@nx/nx-darwin-arm64": 17.2.5 + "@nx/nx-darwin-x64": 17.2.5 + "@nx/nx-freebsd-x64": 17.2.5 + "@nx/nx-linux-arm-gnueabihf": 17.2.5 + "@nx/nx-linux-arm64-gnu": 17.2.5 + "@nx/nx-linux-arm64-musl": 17.2.5 + "@nx/nx-linux-x64-gnu": 17.2.5 + "@nx/nx-linux-x64-musl": 17.2.5 + "@nx/nx-win32-arm64-msvc": 17.2.5 + "@nx/nx-win32-x64-msvc": 17.2.5 + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + transitivePeerDependencies: + - debug + + nyc@15.1.0: + dependencies: + "@istanbuljs/load-nyc-config": 1.1.0 + "@istanbuljs/schema": 0.1.3 + caching-transform: 4.0.0 + convert-source-map: 1.9.0 + decamelize: 1.2.0 + find-cache-dir: 3.3.2 + find-up: 4.1.0 + foreground-child: 2.0.0 + get-package-type: 0.1.0 + glob: 7.2.3 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-hook: 3.0.0 + istanbul-lib-instrument: 4.0.3 + istanbul-lib-processinfo: 2.0.3 + istanbul-lib-report: 3.0.1 + istanbul-lib-source-maps: 4.0.1 + istanbul-reports: 3.1.6 + make-dir: 3.1.0 + node-preload: 0.2.1 + p-map: 3.0.0 + process-on-spawn: 1.0.0 + resolve-from: 5.0.0 + rimraf: 3.0.2 + signal-exit: 3.0.7 + spawn-wrap: 2.0.0 + test-exclude: 6.0.0 + yargs: 15.4.1 + transitivePeerDependencies: + - supports-color + + object-assign@4.1.1: {} + + object-hash@3.0.0: {} + + object-inspect@1.12.3: {} + + object-is@1.1.5: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + + object-keys@1.1.1: {} + + object.assign@4.1.4: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + has-symbols: 1.0.3 + object-keys: 1.1.1 + + object.entries@1.1.6: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + + object.fromentries@2.0.6: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + + object.groupby@1.0.0: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 + + object.hasown@1.1.2: + dependencies: + define-properties: 1.2.0 + es-abstract: 1.22.1 + + object.values@1.1.6: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + + on-finished@2.4.1: + dependencies: + ee-first: 1.1.1 + + on-headers@1.0.2: {} + + once@1.4.0: + dependencies: + wrappy: 1.0.2 + + onetime@5.1.2: + dependencies: + mimic-fn: 2.1.0 + + onetime@6.0.0: + dependencies: + mimic-fn: 4.0.0 + + open@7.4.2: + dependencies: + is-docker: 2.2.1 + is-wsl: 2.2.0 + + open@8.4.2: + dependencies: + define-lazy-prop: 2.0.0 + is-docker: 2.2.1 + is-wsl: 2.2.0 + + open@9.1.0: + dependencies: + default-browser: 4.0.0 + define-lazy-prop: 3.0.0 + is-inside-container: 1.0.0 + is-wsl: 2.2.0 + + optionator@0.9.3: + dependencies: + "@aashutoshrathi/word-wrap": 1.2.6 + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + + ora@5.4.1: + dependencies: + bl: 4.1.0 + chalk: 4.1.2 + cli-cursor: 3.1.0 + cli-spinners: 2.9.0 + is-interactive: 1.0.0 + is-unicode-supported: 0.1.0 + log-symbols: 4.1.0 + strip-ansi: 6.0.1 + wcwidth: 1.0.1 + + os-filter-obj@2.0.0: + dependencies: + arch: 2.2.0 + + os-homedir@1.0.2: {} + + os-tmpdir@1.0.2: {} + + otplib@12.0.1: + dependencies: + "@otplib/core": 12.0.1 + "@otplib/preset-default": 12.0.1 + "@otplib/preset-v11": 12.0.1 + + p-cancelable@2.1.1: {} + + p-filter@2.1.0: + dependencies: + p-map: 2.1.0 + + p-finally@1.0.0: {} + + p-limit@1.3.0: + dependencies: + p-try: 1.0.0 + + p-limit@2.3.0: + dependencies: + p-try: 2.2.0 + + p-limit@3.1.0: + dependencies: + yocto-queue: 0.1.0 + + p-limit@4.0.0: + dependencies: + yocto-queue: 1.0.0 + + p-locate@2.0.0: + dependencies: + p-limit: 1.3.0 + + p-locate@3.0.0: + dependencies: + p-limit: 2.3.0 + + p-locate@4.1.0: + dependencies: + p-limit: 2.3.0 + + p-locate@5.0.0: + dependencies: + p-limit: 3.1.0 + + p-map-series@2.1.0: {} + + p-map@2.1.0: {} + + p-map@3.0.0: + dependencies: + aggregate-error: 3.1.0 + + p-map@4.0.0: + dependencies: + aggregate-error: 3.1.0 + + p-pipe@3.1.0: {} + + p-queue@6.6.2: + dependencies: + eventemitter3: 4.0.7 + p-timeout: 3.2.0 + + p-reduce@2.1.0: {} + + p-retry@4.6.2: + dependencies: + "@types/retry": 0.12.0 + retry: 0.13.1 + + p-timeout@3.2.0: + dependencies: + p-finally: 1.0.0 + + p-try@1.0.0: {} + + p-try@2.2.0: {} + + p-waterfall@2.1.1: + dependencies: + p-reduce: 2.1.0 + + pac-proxy-agent@7.0.1: + dependencies: + "@tootallnate/quickjs-emscripten": 0.23.0 + agent-base: 7.1.0 + debug: 4.3.4 + get-uri: 6.0.1 + http-proxy-agent: 7.0.0 + https-proxy-agent: 7.0.2 + pac-resolver: 7.0.0 + socks-proxy-agent: 8.0.2 + transitivePeerDependencies: + - supports-color + + pac-resolver@7.0.0: + dependencies: + degenerator: 5.0.1 + ip: 1.1.8 + netmask: 2.0.2 + + package-hash@4.0.0: + dependencies: + graceful-fs: 4.2.11 + hasha: 5.2.2 + lodash.flattendeep: 4.4.0 + release-zalgo: 1.0.0 + + pacote@17.0.5: + dependencies: + "@npmcli/git": 5.0.3 + "@npmcli/installed-package-contents": 2.0.2 + "@npmcli/promise-spawn": 7.0.0 + "@npmcli/run-script": 7.0.2 + cacache: 18.0.1 + fs-minipass: 3.0.3 + minipass: 7.0.3 + npm-package-arg: 11.0.1 + npm-packlist: 8.0.1 + npm-pick-manifest: 9.0.0 + npm-registry-fetch: 16.1.0 + proc-log: 3.0.0 + promise-retry: 2.0.1 + read-package-json: 7.0.0 + read-package-json-fast: 3.0.2 + sigstore: 2.1.0 + ssri: 10.0.5 + tar: 6.2.1 + transitivePeerDependencies: + - bluebird + - supports-color + + pako@0.2.9: {} + + param-case@3.0.4: + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + + parent-module@1.0.1: + dependencies: + callsites: 3.1.0 + + parse-json@4.0.0: + dependencies: + error-ex: 1.3.2 + json-parse-better-errors: 1.0.2 + + parse-json@5.2.0: + dependencies: + "@babel/code-frame": 7.22.13 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + + parse-passwd@1.0.0: {} + + parse-path@7.0.0: + dependencies: + protocols: 2.0.1 + + parse-url@8.1.0: + dependencies: + parse-path: 7.0.0 + + parseurl@1.3.3: {} + + pascal-case@3.1.2: + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + + path-case@3.0.4: + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + + path-exists@3.0.0: {} + + path-exists@4.0.0: {} + + path-is-absolute@1.0.1: {} + + path-key@2.0.1: {} + + path-key@3.1.1: {} + + path-key@4.0.0: {} + + path-parse@1.0.7: {} + + path-scurry@1.10.1: + dependencies: + lru-cache: 10.0.1 + minipass: 7.0.3 + + path-to-regexp@0.1.7: {} + + path-type@3.0.0: + dependencies: + pify: 3.0.0 + + path-type@4.0.0: {} + + pathe@1.1.1: {} + + pathval@1.1.1: {} + + peek-readable@5.0.0: {} + + peek-stream@1.1.3: + dependencies: + buffer-from: 1.1.2 + duplexify: 3.7.1 + through2: 2.0.5 + + pend@1.2.0: {} + + picocolors@1.0.0: {} + + picomatch@2.3.1: {} + + pidtree@0.6.0: {} + + pify@2.3.0: {} + + pify@3.0.0: {} + + pify@4.0.1: {} + + pify@5.0.0: {} + + pirates@4.0.6: {} + + pkg-dir@3.0.0: + dependencies: + find-up: 3.0.0 + + pkg-dir@4.2.0: + dependencies: + find-up: 4.1.0 + + pkg-dir@5.0.0: + dependencies: + find-up: 5.0.0 + + pkg-types@1.0.3: + dependencies: + jsonc-parser: 3.2.0 + mlly: 1.4.0 + pathe: 1.1.1 + + playwright-core@1.39.0: {} + + playwright@1.39.0: + dependencies: + playwright-core: 1.39.0 + optionalDependencies: + fsevents: 2.3.2 + + pluralize@8.0.0: {} + + pngjs@5.0.0: {} + + polished@4.2.2: + dependencies: + "@babel/runtime": 7.23.2 + + postcss-import@15.1.0(postcss@8.4.31): + dependencies: + postcss: 8.4.31 + postcss-value-parser: 4.2.0 + read-cache: 1.0.0 + resolve: 1.22.4 + + postcss-js@4.0.1(postcss@8.4.31): + dependencies: + camelcase-css: 2.0.1 + postcss: 8.4.31 + + postcss-load-config@3.1.4(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)): + dependencies: + lilconfig: 2.1.0 + yaml: 1.10.2 + optionalDependencies: + postcss: 8.4.31 + ts-node: 10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2) + + postcss-load-config@3.1.4(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.1)(typescript@5.3.2)): + dependencies: + lilconfig: 2.1.0 + yaml: 1.10.2 + optionalDependencies: + postcss: 8.4.31 + ts-node: 10.9.1(@swc/core@1.3.99)(@types/node@20.9.1)(typescript@5.3.2) + + postcss-load-config@4.0.1(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)): + dependencies: + lilconfig: 2.1.0 + yaml: 2.3.3 + optionalDependencies: + postcss: 8.4.31 + ts-node: 10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2) + + postcss-nested@6.0.1(postcss@8.4.31): + dependencies: + postcss: 8.4.31 + postcss-selector-parser: 6.0.13 + + postcss-selector-parser@6.0.10: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss-selector-parser@6.0.13: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss-value-parser@4.2.0: {} + + postcss@8.4.31: + dependencies: + nanoid: 3.3.6 + picocolors: 1.0.0 + source-map-js: 1.0.2 + + prebuild-install@7.1.1: + dependencies: + detect-libc: 2.0.2 + expand-template: 2.0.3 + github-from-package: 0.0.0 + minimist: 1.2.8 + mkdirp-classic: 0.5.3 + napi-build-utils: 1.0.2 + node-abi: 3.47.0 + pump: 3.0.0 + rc: 1.2.8 + simple-get: 4.0.1 + tar-fs: 2.1.1 + tunnel-agent: 0.6.0 + + prelude-ls@1.2.1: {} + + prettier-linter-helpers@1.0.0: + dependencies: + fast-diff: 1.3.0 + + prettier@2.8.8: {} + + prettier@3.3.0: {} + + pretty-bytes@6.1.1: {} + + pretty-format@27.5.1: + dependencies: + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 17.0.2 + + pretty-format@28.1.3: + dependencies: + "@jest/schemas": 28.1.3 + ansi-regex: 5.0.1 + ansi-styles: 5.2.0 + react-is: 18.2.0 + + pretty-format@29.7.0: + dependencies: + "@jest/schemas": 29.6.3 + ansi-styles: 5.2.0 + react-is: 18.2.0 + + pretty-hrtime@1.0.3: {} + + prisma@5.6.0: + dependencies: + "@prisma/engines": 5.6.0 + + proc-log@3.0.0: {} + + process-nextick-args@2.0.1: {} + + process-on-spawn@1.0.0: + dependencies: + fromentries: 1.3.2 + + process@0.11.10: {} + + progress@2.0.3: {} + + promise-inflight@1.0.1: {} + + promise-retry@2.0.1: + dependencies: + err-code: 2.0.3 + retry: 0.12.0 + + prompts@2.4.2: + dependencies: + kleur: 3.0.3 + sisteransi: 1.0.5 + + promzard@1.0.0: + dependencies: + read: 2.1.0 + + prop-types@15.8.1: + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react-is: 16.13.1 + + property-information@6.2.0: {} + + protocols@2.0.1: {} + + proxy-addr@2.0.7: + dependencies: + forwarded: 0.2.0 + ipaddr.js: 1.9.1 + + proxy-agent@6.3.1: + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + http-proxy-agent: 7.0.0 + https-proxy-agent: 7.0.2 + lru-cache: 7.18.3 + pac-proxy-agent: 7.0.1 + proxy-from-env: 1.1.0 + socks-proxy-agent: 8.0.2 + transitivePeerDependencies: + - supports-color + + proxy-from-env@1.1.0: {} + + pseudomap@1.0.2: {} + + pstree.remy@1.1.8: {} + + pump@2.0.1: + dependencies: + end-of-stream: 1.4.4 + once: 1.4.0 + + pump@3.0.0: + dependencies: + end-of-stream: 1.4.4 + once: 1.4.0 + + pumpify@1.5.1: + dependencies: + duplexify: 3.7.1 + inherits: 2.0.4 + pump: 2.0.1 + + punycode@2.3.0: {} + + puppeteer-core@2.1.1: + dependencies: + "@types/mime-types": 2.1.1 + debug: 4.3.4 + extract-zip: 1.7.0 + https-proxy-agent: 4.0.0 + mime: 2.6.0 + mime-types: 2.1.35 + progress: 2.0.3 + proxy-from-env: 1.1.0 + rimraf: 2.7.1 + ws: 6.2.2 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + puppeteer-core@21.5.2(encoding@0.1.13): + dependencies: + "@puppeteer/browsers": 1.8.0 + chromium-bidi: 0.4.33(devtools-protocol@0.0.1203626) + cross-fetch: 4.0.0(encoding@0.1.13) + debug: 4.3.4 + devtools-protocol: 0.0.1203626 + ws: 8.14.2 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + + puppeteer@21.5.2(encoding@0.1.13)(typescript@5.3.2): + dependencies: + "@puppeteer/browsers": 1.8.0 + cosmiconfig: 8.3.6(typescript@5.3.2) + puppeteer-core: 21.5.2(encoding@0.1.13) + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - typescript + - utf-8-validate + + pure-rand@6.0.4: {} + + qrcode@1.5.3: + dependencies: + dijkstrajs: 1.0.3 + encode-utf8: 1.0.3 + pngjs: 5.0.0 + yargs: 15.4.1 + + qs@6.11.0: + dependencies: + side-channel: 1.0.4 + + qs@6.11.2: + dependencies: + side-channel: 1.0.4 + + queue-microtask@1.2.3: {} + + queue-tick@1.0.1: {} + + quick-lru@4.0.1: {} + + quick-lru@5.1.1: {} + + ramda@0.29.0: {} + + range-parser@1.2.1: {} + + raw-body@2.5.1: + dependencies: + bytes: 3.1.2 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + + rc@1.2.8: + dependencies: + deep-extend: 0.6.0 + ini: 1.3.8 + minimist: 1.2.8 + strip-json-comments: 2.0.1 + + react-bootstrap-icons@1.10.3(react@18.2.0): + dependencies: + prop-types: 15.8.1 + react: 18.2.0 + + react-colorful@5.6.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + react-cool-onclickoutside@1.7.0(react@18.2.0): + dependencies: + react: 18.2.0 + + react-cropper@2.3.3(react@18.2.0): + dependencies: + cropperjs: 1.5.13 + react: 18.2.0 + + react-diff-viewer-continued@3.3.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + "@emotion/css": 11.11.2 + classnames: 2.3.2 + diff: 5.1.0 + memoize-one: 6.0.0 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + react-digit-input@2.1.0: {} + + react-dnd-html5-backend@16.0.1: + dependencies: + dnd-core: 16.0.1 + + react-dnd@16.0.1(@types/hoist-non-react-statics@3.3.2)(@types/node@20.9.3)(@types/react@18.2.34)(react@18.2.0): + dependencies: + "@react-dnd/invariant": 4.0.2 + "@react-dnd/shallowequal": 4.0.2 + dnd-core: 16.0.1 + fast-deep-equal: 3.1.3 + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + optionalDependencies: + "@types/hoist-non-react-statics": 3.3.2 + "@types/node": 20.9.3 + "@types/react": 18.2.34 + + react-docgen-typescript@2.2.2(typescript@5.3.2): + dependencies: + typescript: 5.3.2 + + react-docgen@6.0.4: + dependencies: + "@babel/core": 7.22.11 + "@babel/traverse": 7.23.2 + "@babel/types": 7.23.0 + "@types/babel__core": 7.20.1 + "@types/babel__traverse": 7.20.1 + "@types/doctrine": 0.0.6 + "@types/resolve": 1.20.4 + doctrine: 3.0.0 + resolve: 1.22.8 + strip-indent: 4.0.0 + transitivePeerDependencies: + - supports-color + + react-dom@18.2.0(react@18.2.0): + dependencies: + loose-envify: 1.4.0 + react: 18.2.0 + scheduler: 0.23.0 + + react-element-to-jsx-string@15.0.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + "@base2/pretty-print-object": 1.0.1 + is-plain-object: 5.0.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-is: 18.1.0 + + react-fast-compare@2.0.4: {} + + react-google-recaptcha-v3@1.10.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + hoist-non-react-statics: 3.3.2 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + react-hot-toast@2.4.1(csstype@3.1.2)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + goober: 2.1.13(csstype@3.1.2) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + transitivePeerDependencies: + - csstype + + react-inspector@6.0.2(react@18.2.0): + dependencies: + react: 18.2.0 + + react-is@16.13.1: {} + + react-is@17.0.2: {} + + react-is@18.1.0: {} + + react-is@18.2.0: {} + + react-leaflet@4.2.1(leaflet@1.9.4)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + "@react-leaflet/core": 2.1.0(leaflet@1.9.4)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + leaflet: 1.9.4 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + react-markdown@9.0.1(@types/react@18.2.34)(react@18.2.0): + dependencies: + "@types/hast": 3.0.1 + "@types/react": 18.2.34 + devlop: 1.1.0 + hast-util-to-jsx-runtime: 2.2.0 + html-url-attributes: 3.0.0 + mdast-util-to-hast: 13.0.2 + react: 18.2.0 + remark-parse: 11.0.0 + remark-rehype: 11.0.0 + unified: 11.0.4 + unist-util-visit: 5.0.0 + vfile: 6.0.1 + transitivePeerDependencies: + - supports-color + + react-refresh@0.14.0: {} + + react-remove-scroll-bar@2.3.4(@types/react@18.2.34)(react@18.2.0): + dependencies: + react: 18.2.0 + react-style-singleton: 2.2.1(@types/react@18.2.34)(react@18.2.0) + tslib: 2.6.2 + optionalDependencies: + "@types/react": 18.2.34 + + react-remove-scroll@2.5.5(@types/react@18.2.34)(react@18.2.0): + dependencies: + react: 18.2.0 + react-remove-scroll-bar: 2.3.4(@types/react@18.2.34)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.34)(react@18.2.0) + tslib: 2.6.2 + use-callback-ref: 1.3.0(@types/react@18.2.34)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.2.34)(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + + react-resize-detector@7.1.2(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + lodash: 4.17.21 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + react-select@5.8.0(@types/react@18.2.34)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + "@babel/runtime": 7.23.2 + "@emotion/cache": 11.11.0 + "@emotion/react": 11.11.1(@types/react@18.2.34)(react@18.2.0) + "@floating-ui/dom": 1.5.1 + "@types/react-transition-group": 4.4.6 + memoize-one: 6.0.0 + prop-types: 15.8.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-transition-group: 4.4.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + use-isomorphic-layout-effect: 1.1.2(@types/react@18.2.34)(react@18.2.0) + transitivePeerDependencies: + - "@types/react" + + react-sortablejs@6.1.4(@types/sortablejs@1.15.6)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(sortablejs@1.15.0): + dependencies: + "@types/sortablejs": 1.15.6 + classnames: 2.3.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + sortablejs: 1.15.0 + tiny-invariant: 1.2.0 + + react-style-singleton@2.2.1(@types/react@18.2.34)(react@18.2.0): + dependencies: + get-nonce: 1.0.1 + invariant: 2.2.4 + react: 18.2.0 + tslib: 2.6.2 + optionalDependencies: + "@types/react": 18.2.34 + + react-transition-group@4.4.5(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + "@babel/runtime": 7.23.2 + dom-helpers: 5.2.1 + loose-envify: 1.4.0 + prop-types: 15.8.1 + 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.6.2): + dependencies: + react: 18.2.0 + tslib: 2.6.2 + + react-use@17.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + "@types/js-cookie": 2.2.7 + "@xobotyi/scrollbar-width": 1.9.5 + copy-to-clipboard: 3.3.3 + fast-deep-equal: 3.1.3 + fast-shallow-equal: 1.0.0 + js-cookie: 2.2.1 + nano-css: 5.3.5(react-dom@18.2.0(react@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.6.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.6.2 + + react@18.2.0: + dependencies: + loose-envify: 1.4.0 + + read-cache@1.0.0: + dependencies: + pify: 2.3.0 + + read-cmd-shim@4.0.0: {} + + read-package-json-fast@3.0.2: + dependencies: + json-parse-even-better-errors: 3.0.0 + npm-normalize-package-bin: 3.0.1 + + read-package-json@6.0.4: + dependencies: + glob: 10.3.10 + json-parse-even-better-errors: 3.0.0 + normalize-package-data: 5.0.0 + npm-normalize-package-bin: 3.0.1 + + read-package-json@7.0.0: + dependencies: + glob: 10.3.10 + json-parse-even-better-errors: 3.0.0 + normalize-package-data: 6.0.0 + npm-normalize-package-bin: 3.0.1 + + read-pkg-up@3.0.0: + dependencies: + find-up: 2.1.0 + read-pkg: 3.0.0 + + read-pkg-up@7.0.1: + dependencies: + find-up: 4.1.0 + read-pkg: 5.2.0 + type-fest: 0.8.1 + + read-pkg@3.0.0: + dependencies: + load-json-file: 4.0.0 + normalize-package-data: 2.5.0 + path-type: 3.0.0 + + read-pkg@5.2.0: + dependencies: + "@types/normalize-package-data": 2.4.1 + normalize-package-data: 2.5.0 + parse-json: 5.2.0 + type-fest: 0.6.0 + + read@2.1.0: + dependencies: + mute-stream: 1.0.0 + + readable-stream@2.3.8: + dependencies: + core-util-is: 1.0.3 + inherits: 2.0.4 + isarray: 1.0.0 + process-nextick-args: 2.0.1 + safe-buffer: 5.1.2 + string_decoder: 1.1.1 + util-deprecate: 1.0.2 + + readable-stream@3.6.2: + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + + readable-web-to-node-stream@3.0.2: + dependencies: + readable-stream: 3.6.2 + + readdir-glob@1.1.3: + dependencies: + minimatch: 5.1.6 + + readdirp@3.6.0: + dependencies: + picomatch: 2.3.1 + + recast@0.21.5: + dependencies: + ast-types: 0.15.2 + esprima: 4.0.1 + source-map: 0.6.1 + tslib: 2.6.2 + + recast@0.23.4: + dependencies: + assert: 2.0.0 + ast-types: 0.16.1 + esprima: 4.0.1 + source-map: 0.6.1 + tslib: 2.6.2 + + redent@3.0.0: + dependencies: + indent-string: 4.0.0 + strip-indent: 3.0.0 + + redux@4.2.1: + dependencies: + "@babel/runtime": 7.22.11 + + reflect-metadata@0.1.13: {} + + reflect.getprototypeof@1.0.3: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 + globalthis: 1.0.3 + which-builtin-type: 1.1.3 + + regenerate-unicode-properties@10.1.0: + dependencies: + regenerate: 1.4.2 + + regenerate@1.4.2: {} + + regenerator-runtime@0.14.0: {} + + regenerator-transform@0.15.2: + dependencies: + "@babel/runtime": 7.23.2 + + regexp-tree@0.1.27: {} + + regexp.prototype.flags@1.5.0: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + functions-have-names: 1.2.3 + + regexpu-core@5.3.2: + dependencies: + "@babel/regjsgen": 0.8.0 + regenerate: 1.4.2 + regenerate-unicode-properties: 10.1.0 + regjsparser: 0.9.1 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 + + regjsparser@0.10.0: + dependencies: + jsesc: 0.5.0 + + regjsparser@0.9.1: + dependencies: + jsesc: 0.5.0 + + release-zalgo@1.0.0: + dependencies: + es6-error: 4.1.1 + + remark-emoji@4.0.1: + dependencies: + "@types/mdast": 4.0.2 + emoticon: 4.0.1 + mdast-util-find-and-replace: 3.0.1 + node-emoji: 2.1.0 + unified: 11.0.4 + + remark-external-links@8.0.0: + dependencies: + extend: 3.0.2 + is-absolute-url: 3.0.3 + mdast-util-definitions: 4.0.0 + space-separated-tokens: 1.1.5 + unist-util-visit: 2.0.3 + + remark-external-links@9.0.1: + dependencies: + "@types/hast": 2.3.6 + "@types/mdast": 3.0.13 + extend: 3.0.2 + is-absolute-url: 4.0.1 + mdast-util-definitions: 5.1.2 + space-separated-tokens: 2.0.2 + unified: 10.1.2 + unist-util-visit: 4.1.2 + + remark-gfm@4.0.0: + dependencies: + "@types/mdast": 4.0.0 + mdast-util-gfm: 3.0.0 + micromark-extension-gfm: 3.0.0 + remark-parse: 11.0.0 + remark-stringify: 11.0.0 + unified: 11.0.3 + transitivePeerDependencies: + - supports-color + + remark-github@12.0.0: + dependencies: + "@types/mdast": 4.0.0 + mdast-util-find-and-replace: 3.0.1 + mdast-util-to-string: 4.0.0 + to-vfile: 8.0.0 + unist-util-visit: 5.0.0 + vfile: 6.0.1 + + remark-parse@11.0.0: + dependencies: + "@types/mdast": 4.0.0 + mdast-util-from-markdown: 2.0.0 + micromark-util-types: 2.0.0 + unified: 11.0.3 + transitivePeerDependencies: + - supports-color + + remark-rehype@11.0.0: + dependencies: + "@types/hast": 3.0.1 + "@types/mdast": 4.0.2 + mdast-util-to-hast: 13.0.2 + unified: 11.0.4 + vfile: 6.0.1 + + remark-slug@6.1.0: + dependencies: + github-slugger: 1.5.0 + mdast-util-to-string: 1.1.0 + unist-util-visit: 2.0.3 + + remark-stringify@11.0.0: + dependencies: + "@types/mdast": 4.0.0 + mdast-util-to-markdown: 2.1.0 + unified: 11.0.3 + + replace-ext@0.0.1: {} + + replace-string@3.1.0: {} + + require-directory@2.1.1: {} + + require-main-filename@2.0.0: {} + + resize-observer-polyfill@1.5.1: {} + + resolve-alpn@1.2.1: {} + + resolve-cwd@3.0.0: + dependencies: + resolve-from: 5.0.0 + + resolve-dir@0.1.1: + dependencies: + expand-tilde: 1.2.2 + global-modules: 0.2.3 + + resolve-from@4.0.0: {} + + resolve-from@5.0.0: {} + + resolve-pkg-maps@1.0.0: {} + + resolve.exports@2.0.2: {} + + resolve@1.22.4: + dependencies: + is-core-module: 2.13.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + resolve@1.22.8: + dependencies: + is-core-module: 2.13.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + resolve@2.0.0-next.4: + dependencies: + is-core-module: 2.13.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + responselike@2.0.1: + dependencies: + lowercase-keys: 2.0.0 + + restore-cursor@3.1.0: + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + + restore-cursor@4.0.0: + dependencies: + onetime: 5.1.2 + signal-exit: 3.0.7 + + retry@0.12.0: {} + + retry@0.13.1: {} + + reusify@1.0.4: {} + + rfdc@1.3.1: {} + + rimraf@2.6.3: + dependencies: + glob: 7.2.3 + + rimraf@2.7.1: + dependencies: + glob: 7.2.3 + + rimraf@3.0.2: + dependencies: + glob: 7.2.3 + + rimraf@4.4.1: + dependencies: + glob: 9.3.5 + + rimraf@5.0.5: + dependencies: + glob: 10.3.10 + + rollup@2.78.0: + optionalDependencies: + fsevents: 2.3.3 + + rollup@3.28.1: + optionalDependencies: + fsevents: 2.3.3 + + rollup@4.5.0: + optionalDependencies: + "@rollup/rollup-android-arm-eabi": 4.5.0 + "@rollup/rollup-android-arm64": 4.5.0 + "@rollup/rollup-darwin-arm64": 4.5.0 + "@rollup/rollup-darwin-x64": 4.5.0 + "@rollup/rollup-linux-arm-gnueabihf": 4.5.0 + "@rollup/rollup-linux-arm64-gnu": 4.5.0 + "@rollup/rollup-linux-arm64-musl": 4.5.0 + "@rollup/rollup-linux-x64-gnu": 4.5.0 + "@rollup/rollup-linux-x64-musl": 4.5.0 + "@rollup/rollup-win32-arm64-msvc": 4.5.0 + "@rollup/rollup-win32-ia32-msvc": 4.5.0 + "@rollup/rollup-win32-x64-msvc": 4.5.0 + fsevents: 2.3.3 + + rtl-css-js@1.16.1: + dependencies: + "@babel/runtime": 7.22.11 + + run-applescript@5.0.0: + dependencies: + execa: 5.1.1 + + run-async@2.4.1: {} + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + + rxjs@6.6.7: + dependencies: + tslib: 1.14.1 + + rxjs@7.8.1: + dependencies: + tslib: 2.6.2 + + safe-array-concat@1.0.0: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + isarray: 2.0.5 + + safe-buffer@5.1.2: {} + + safe-buffer@5.2.1: {} + + safe-regex-test@1.0.0: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-regex: 1.1.4 + + safer-buffer@2.1.2: {} + + sass@1.69.5: + dependencies: + chokidar: 3.5.3 + immutable: 4.3.3 + source-map-js: 1.0.2 + + scheduler@0.23.0: + dependencies: + loose-envify: 1.4.0 + + screenfull@5.2.0: {} + + scroll-into-view-if-needed@3.1.0: + dependencies: + compute-scroll-into-view: 3.1.0 + + semver-regex@4.0.5: {} + + semver-truncate@3.0.0: + dependencies: + semver: 7.5.4 + + semver@5.7.2: {} + + semver@6.3.1: {} + + semver@7.5.3: + dependencies: + lru-cache: 6.0.0 + + semver@7.5.4: + dependencies: + lru-cache: 6.0.0 + + send@0.18.0: + dependencies: + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + fresh: 0.5.2 + http-errors: 2.0.0 + mime: 1.6.0 + ms: 2.1.3 + on-finished: 2.4.1 + range-parser: 1.2.1 + statuses: 2.0.1 + transitivePeerDependencies: + - supports-color + + sentence-case@3.0.4: + dependencies: + no-case: 3.0.4 + tslib: 2.6.2 + upper-case-first: 2.0.2 + + serve-static@1.15.0: + dependencies: + encodeurl: 1.0.2 + escape-html: 1.0.3 + parseurl: 1.3.3 + send: 0.18.0 + transitivePeerDependencies: + - supports-color + + set-blocking@2.0.0: {} + + set-cookie-parser@2.6.0: {} + + set-getter@0.1.1: + dependencies: + to-object-path: 0.3.0 + + set-harmonic-interval@1.0.1: {} + + setprototypeof@1.2.0: {} + + shallow-clone@3.0.1: + dependencies: + kind-of: 6.0.3 + + sharp@0.32.6: + dependencies: + color: 4.2.3 + detect-libc: 2.0.2 + node-addon-api: 6.1.0 + prebuild-install: 7.1.1 + semver: 7.5.4 + simple-get: 4.0.1 + tar-fs: 3.0.4 + tunnel-agent: 0.6.0 + + shebang-command@1.2.0: + dependencies: + shebang-regex: 1.0.0 + + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@1.0.0: {} + + shebang-regex@3.0.0: {} + + shell-quote@1.8.1: {} + + side-channel@1.0.4: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + object-inspect: 1.12.3 + + siginfo@2.0.0: {} + + signal-exit@3.0.7: {} + + signal-exit@4.1.0: {} + + sigstore@1.9.0: + dependencies: + "@sigstore/bundle": 1.1.0 + "@sigstore/protobuf-specs": 0.2.1 + "@sigstore/sign": 1.0.0 + "@sigstore/tuf": 1.0.3 + make-fetch-happen: 11.1.1 + transitivePeerDependencies: + - supports-color + + sigstore@2.1.0: + dependencies: + "@sigstore/bundle": 2.1.0 + "@sigstore/protobuf-specs": 0.2.1 + "@sigstore/sign": 2.2.0 + "@sigstore/tuf": 2.2.0 + transitivePeerDependencies: + - supports-color + + simple-concat@1.0.1: {} + + simple-get@4.0.1: + dependencies: + decompress-response: 6.0.0 + once: 1.4.0 + simple-concat: 1.0.1 + + simple-swizzle@0.2.2: + dependencies: + is-arrayish: 0.3.2 + + simple-update-notifier@2.0.0: + dependencies: + semver: 7.5.4 + + sisteransi@1.0.5: {} + + skin-tone@2.0.0: + dependencies: + unicode-emoji-modifier-base: 1.0.0 + + slash@3.0.0: {} + + slash@5.1.0: {} + + slate-history@0.100.0(slate@0.100.0): + dependencies: + is-plain-object: 5.0.0 + slate: 0.100.0 + + slate-react@0.101.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(slate@0.100.0): + dependencies: + "@juggle/resize-observer": 3.4.0 + "@types/is-hotkey": 0.1.10 + "@types/lodash": 4.14.200 + direction: 1.0.4 + is-hotkey: 0.2.0 + is-plain-object: 5.0.0 + lodash: 4.17.21 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + scroll-into-view-if-needed: 3.1.0 + slate: 0.100.0 + tiny-invariant: 1.3.1 + + slate@0.100.0: + dependencies: + immer: 10.0.3 + is-plain-object: 5.0.0 + tiny-warning: 1.0.3 + + slice-ansi@3.0.0: + dependencies: + ansi-styles: 4.3.0 + astral-regex: 2.0.0 + is-fullwidth-code-point: 3.0.0 + + slice-ansi@5.0.0: + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 4.0.0 + + slice-ansi@7.1.0: + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 5.0.0 + + smart-buffer@4.2.0: {} + + snake-case@3.0.4: + dependencies: + dot-case: 3.0.4 + tslib: 2.6.2 + + socket.io-adapter@2.5.2: + dependencies: + ws: 8.11.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + + socket.io-client@4.7.2: + dependencies: + "@socket.io/component-emitter": 3.1.0 + debug: 4.3.4 + engine.io-client: 6.5.2 + socket.io-parser: 4.2.4 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + socket.io-parser@4.2.4: + dependencies: + "@socket.io/component-emitter": 3.1.0 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + socket.io@4.7.2: + dependencies: + accepts: 1.3.8 + base64id: 2.0.0 + cors: 2.8.5 + debug: 4.3.4 + engine.io: 6.5.2 + socket.io-adapter: 2.5.2 + socket.io-parser: 4.2.4 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + socks-proxy-agent@7.0.0: + dependencies: + agent-base: 6.0.2 + debug: 4.3.4 + socks: 2.7.1 + transitivePeerDependencies: + - supports-color + + socks-proxy-agent@8.0.2: + dependencies: + agent-base: 7.1.0 + debug: 4.3.4 + socks: 2.7.1 + transitivePeerDependencies: + - supports-color + + socks@2.7.1: + dependencies: + ip: 2.0.0 + smart-buffer: 4.2.0 + + sort-keys-length@1.0.1: + dependencies: + sort-keys: 1.1.2 + + sort-keys@1.1.2: + dependencies: + is-plain-obj: 1.1.0 + + sort-keys@2.0.0: + dependencies: + is-plain-obj: 1.1.0 + + sortablejs@1.15.0: {} + + source-map-js@1.0.2: {} + + source-map-support@0.5.13: + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + + source-map-support@0.5.21: + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + + source-map@0.5.6: {} + + source-map@0.5.7: {} + + source-map@0.6.1: {} + + source-map@0.7.4: {} + + source-map@0.8.0-beta.0: + dependencies: + whatwg-url: 7.1.0 + + sourcemap-codec@1.4.8: {} + + space-separated-tokens@1.1.5: {} + + space-separated-tokens@2.0.2: {} + + spawn-command@0.0.2: {} + + spawn-wrap@2.0.0: + dependencies: + foreground-child: 2.0.0 + is-windows: 1.0.2 + make-dir: 3.1.0 + rimraf: 3.0.2 + signal-exit: 3.0.7 + which: 2.0.2 + + spawnd@5.0.0: + dependencies: + exit: 0.1.2 + signal-exit: 3.0.7 + tree-kill: 1.2.2 + wait-port: 0.2.14 + transitivePeerDependencies: + - supports-color + + spdx-correct@3.2.0: + dependencies: + spdx-expression-parse: 3.0.1 + spdx-license-ids: 3.0.13 + + spdx-exceptions@2.3.0: {} + + spdx-expression-parse@3.0.1: + dependencies: + spdx-exceptions: 2.3.0 + spdx-license-ids: 3.0.13 + + spdx-license-ids@3.0.13: {} + + split2@3.2.2: + dependencies: + readable-stream: 3.6.2 + + split@1.0.1: + dependencies: + through: 2.3.8 + + sprintf-js@1.0.3: {} + + ssri@10.0.5: + dependencies: + minipass: 7.0.3 + + ssri@9.0.1: + dependencies: + minipass: 3.3.6 + + stack-generator@2.0.10: + dependencies: + stackframe: 1.3.4 + + stack-utils@2.0.6: + dependencies: + escape-string-regexp: 2.0.0 + + stackback@0.0.2: {} + + stackframe@1.3.4: {} + + stacktrace-gps@3.1.2: + dependencies: + source-map: 0.5.6 + stackframe: 1.3.4 + + stacktrace-js@2.0.2: + dependencies: + error-stack-parser: 2.1.4 + stack-generator: 2.0.10 + stacktrace-gps: 3.1.2 + + stacktrace-parser@0.1.10: + dependencies: + type-fest: 0.7.1 + + state-local@1.0.7: {} + + statuses@2.0.1: {} + + std-env@3.4.3: {} + + stop-iteration-iterator@1.0.0: + dependencies: + internal-slot: 1.0.5 + + storage-factory@0.2.1: {} + + store2@2.14.2: {} + + storybook@7.5.3(encoding@0.1.13): + dependencies: + "@storybook/cli": 7.5.3(encoding@0.1.13) + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + + stream-shift@1.0.1: {} + + streamroller@3.1.5: + dependencies: + date-format: 4.0.14 + debug: 4.3.4 + fs-extra: 8.1.0 + transitivePeerDependencies: + - supports-color + + streamsearch@1.1.0: {} + + streamx@2.15.1: + dependencies: + fast-fifo: 1.3.2 + queue-tick: 1.0.1 + + string-argv@0.3.2: {} + + string-length@4.0.2: + dependencies: + char-regex: 1.0.2 + strip-ansi: 6.0.1 + + string-length@5.0.1: + dependencies: + char-regex: 2.0.1 + strip-ansi: 7.1.0 + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + string-width@5.1.2: + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + + string-width@7.0.0: + dependencies: + emoji-regex: 10.3.0 + get-east-asian-width: 1.2.0 + strip-ansi: 7.1.0 + + string.prototype.matchall@4.0.8: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + internal-slot: 1.0.5 + regexp.prototype.flags: 1.5.0 + side-channel: 1.0.4 + + string.prototype.trim@1.2.7: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + + string.prototype.trimend@1.0.6: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + + string.prototype.trimstart@1.0.6: + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + + string_decoder@1.1.1: + dependencies: + safe-buffer: 5.1.2 + + string_decoder@1.3.0: + dependencies: + safe-buffer: 5.2.1 + + strip-ansi@6.0.1: + dependencies: + ansi-regex: 5.0.1 + + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.0.1 + + strip-bom-buffer@0.1.1: + dependencies: + is-buffer: 1.1.6 + is-utf8: 0.2.1 + + strip-bom-string@0.1.2: {} + + strip-bom@3.0.0: {} + + strip-bom@4.0.0: {} + + strip-eof@1.0.0: {} + + strip-final-newline@2.0.0: {} + + strip-final-newline@3.0.0: {} + + strip-indent@3.0.0: + dependencies: + min-indent: 1.0.1 + + strip-indent@4.0.0: + dependencies: + min-indent: 1.0.1 + + strip-json-comments@2.0.1: {} + + strip-json-comments@3.1.1: {} + + strip-literal@1.3.0: + dependencies: + acorn: 8.10.0 + + strip-outer@2.0.0: {} + + strong-log-transformer@2.1.0: + dependencies: + duplexer: 0.1.2 + minimist: 1.2.8 + through: 2.3.8 + + strtok3@7.0.0: + dependencies: + "@tokenizer/token": 0.3.0 + peek-readable: 5.0.0 + + style-to-object@0.4.2: + dependencies: + inline-style-parser: 0.1.1 + + styled-jsx@5.1.1(@babel/core@7.22.11)(babel-plugin-macros@3.1.0)(react@18.2.0): + dependencies: + client-only: 0.0.1 + react: 18.2.0 + optionalDependencies: + "@babel/core": 7.22.11 + babel-plugin-macros: 3.1.0 + + stylis@4.2.0: {} + + stylis@4.3.0: {} + + success-symbol@0.1.0: {} + + sucrase@3.34.0: + dependencies: + "@jridgewell/gen-mapping": 0.3.3 + commander: 4.1.1 + glob: 7.1.6 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.6 + ts-interface-checker: 0.1.13 + + superjson@1.13.3: + dependencies: + copy-anything: 3.0.5 + + supports-color@5.5.0: + dependencies: + has-flag: 3.0.0 + + supports-color@7.2.0: + dependencies: + has-flag: 4.0.0 + + supports-color@8.1.1: + dependencies: + has-flag: 4.0.0 + + supports-hyperlinks@2.3.0: + dependencies: + has-flag: 4.0.0 + supports-color: 7.2.0 + + supports-preserve-symlinks-flag@1.0.0: {} + + swagger-ui-dist@4.19.1: {} + + synchronous-promise@2.0.17: {} + + synckit@0.8.5: + dependencies: + "@pkgr/utils": 2.4.2 + tslib: 2.6.2 + + tailwind-merge@1.14.0: {} + + tailwind-merge@2.0.0: + dependencies: + "@babel/runtime": 7.23.2 + + tailwindcss@3.3.5(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)): + dependencies: + "@alloc/quick-lru": 5.2.0 + arg: 5.0.2 + chokidar: 3.5.3 + didyoumean: 1.2.2 + dlv: 1.1.3 + fast-glob: 3.3.1 + glob-parent: 6.0.2 + is-glob: 4.0.3 + jiti: 1.19.3 + lilconfig: 2.1.0 + micromatch: 4.0.5 + normalize-path: 3.0.0 + object-hash: 3.0.0 + picocolors: 1.0.0 + postcss: 8.4.31 + postcss-import: 15.1.0(postcss@8.4.31) + postcss-js: 4.0.1(postcss@8.4.31) + postcss-load-config: 4.0.1(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + postcss-nested: 6.0.1(postcss@8.4.31) + postcss-selector-parser: 6.0.13 + resolve: 1.22.8 + sucrase: 3.34.0 + transitivePeerDependencies: + - ts-node + + tapable@2.2.1: {} + + tar-fs@2.1.1: + dependencies: + chownr: 1.1.4 + mkdirp-classic: 0.5.3 + pump: 3.0.0 + tar-stream: 2.2.0 + + tar-fs@3.0.4: + dependencies: + mkdirp-classic: 0.5.3 + pump: 3.0.0 + tar-stream: 3.1.6 + + tar-stream@2.2.0: + dependencies: + bl: 4.1.0 + end-of-stream: 1.4.4 + fs-constants: 1.0.0 + inherits: 2.0.4 + readable-stream: 3.6.2 + + tar-stream@3.1.6: + dependencies: + b4a: 1.6.4 + fast-fifo: 1.3.2 + streamx: 2.15.1 + + tar@6.1.15: + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 5.0.0 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + + tar@6.2.1: + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 5.0.0 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + + telejson@7.2.0: + dependencies: + memoizerific: 1.11.3 + + temp-dir@1.0.0: {} + + temp-dir@2.0.0: {} + + temp@0.8.4: + dependencies: + rimraf: 2.6.3 + + tempy@1.0.1: + dependencies: + del: 6.1.1 + is-stream: 2.0.1 + temp-dir: 2.0.0 + type-fest: 0.16.0 + unique-string: 2.0.0 + + terminal-link@2.1.1: + dependencies: + ansi-escapes: 4.3.2 + supports-hyperlinks: 2.3.0 + + test-exclude@6.0.0: + dependencies: + "@istanbuljs/schema": 0.1.3 + glob: 7.2.3 + minimatch: 3.1.2 + + text-extensions@1.9.0: {} + + text-table@0.2.0: {} + + thenify-all@1.6.0: + dependencies: + thenify: 3.3.1 + + thenify@3.3.1: + dependencies: + any-promise: 1.3.0 + + thirty-two@1.0.2: {} + + throttle-debounce@3.0.1: {} + + through2@2.0.5: + dependencies: + readable-stream: 2.3.8 + xtend: 4.0.2 + + through@2.3.8: {} + + tiny-invariant@1.2.0: {} + + tiny-invariant@1.3.1: {} + + tiny-warning@1.0.3: {} + + tinybench@2.5.0: {} + + tinypool@0.7.0: {} + + tinyspy@2.1.1: {} + + titleize@3.0.0: {} + + tmp@0.0.33: + dependencies: + os-tmpdir: 1.0.2 + + tmp@0.2.1: + dependencies: + rimraf: 3.0.2 + + tmpl@1.0.5: {} + + to-fast-properties@2.0.0: {} + + to-file@0.2.0: + dependencies: + define-property: 0.2.5 + extend-shallow: 2.0.1 + file-contents: 0.2.4 + glob-parent: 6.0.2 + is-valid-glob: 0.3.0 + isobject: 2.1.0 + lazy-cache: 2.0.2 + vinyl: 1.2.0 + + to-object-path@0.3.0: + dependencies: + kind-of: 3.2.2 + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + + to-vfile@8.0.0: + dependencies: + vfile: 6.0.1 + + tocbot@4.21.1: {} + + toggle-selection@1.0.6: {} + + toidentifier@1.0.1: {} + + token-types@5.0.1: + dependencies: + "@tokenizer/token": 0.3.0 + ieee754: 1.2.1 + + touch@3.1.0: + dependencies: + nopt: 1.0.10 + + tr46@0.0.3: {} + + tr46@1.0.1: + dependencies: + punycode: 2.3.0 + + tree-kill@1.2.2: {} + + trim-lines@3.0.1: {} + + trim-newlines@3.0.1: {} + + trim-repeated@2.0.0: + dependencies: + escape-string-regexp: 5.0.0 + + trough@2.1.0: {} + + ts-api-utils@1.0.2(typescript@5.3.2): + dependencies: + typescript: 5.3.2 + + ts-dedent@2.2.0: {} + + ts-easing@0.2.0: {} + + ts-interface-checker@0.1.13: {} + + ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.1)(typescript@5.3.2): + dependencies: + "@cspotcode/source-map-support": 0.8.1 + "@tsconfig/node10": 1.0.9 + "@tsconfig/node12": 1.0.11 + "@tsconfig/node14": 1.0.3 + "@tsconfig/node16": 1.0.4 + "@types/node": 20.9.1 + acorn: 8.10.0 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.3.2 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + optional: true + + ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2): + dependencies: + "@cspotcode/source-map-support": 0.8.1 + "@tsconfig/node10": 1.0.9 + "@tsconfig/node12": 1.0.11 + "@tsconfig/node14": 1.0.3 + "@tsconfig/node16": 1.0.4 + "@types/node": 20.9.3 + acorn: 8.10.0 + acorn-walk: 8.2.0 + arg: 4.1.3 + create-require: 1.1.1 + diff: 4.0.2 + make-error: 1.3.6 + typescript: 5.3.2 + v8-compile-cache-lib: 3.0.1 + yn: 3.1.1 + optionalDependencies: + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + + ts-pattern@4.3.0: {} + + tsconfig-paths@3.14.2: + dependencies: + "@types/json5": 0.0.29 + json5: 1.0.2 + minimist: 1.2.8 + strip-bom: 3.0.0 + + tsconfig-paths@4.2.0: + dependencies: + json5: 2.2.3 + minimist: 1.2.8 + strip-bom: 3.0.0 + + tslib@1.14.1: {} + + tslib@2.3.1: {} + + tslib@2.5.0: {} + + tslib@2.6.2: {} + + tsup@6.6.2(@swc/core@1.3.99(@swc/helpers@0.5.3))(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2): + dependencies: + bundle-require: 4.0.1(esbuild@0.17.19) + cac: 6.7.14 + chokidar: 3.5.3 + debug: 4.3.4 + esbuild: 0.17.19 + execa: 5.1.1 + globby: 11.1.0 + joycon: 3.1.1 + postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + resolve-from: 5.0.0 + rollup: 3.28.1 + source-map: 0.8.0-beta.0 + sucrase: 3.34.0 + tree-kill: 1.2.2 + optionalDependencies: + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + postcss: 8.4.31 + typescript: 5.3.2 + transitivePeerDependencies: + - supports-color + - ts-node + + tsup@6.6.2(@swc/core@1.3.99)(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.1)(typescript@5.3.2))(typescript@5.3.2): + dependencies: + bundle-require: 4.0.1(esbuild@0.17.19) + cac: 6.7.14 + chokidar: 3.5.3 + debug: 4.3.4 + esbuild: 0.17.19 + execa: 5.1.1 + globby: 11.1.0 + joycon: 3.1.1 + postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.1)(typescript@5.3.2)) + resolve-from: 5.0.0 + rollup: 3.28.1 + source-map: 0.8.0-beta.0 + sucrase: 3.34.0 + tree-kill: 1.2.2 + optionalDependencies: + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + postcss: 8.4.31 + typescript: 5.3.2 + transitivePeerDependencies: + - supports-color + - ts-node + + tsup@7.2.0(@swc/core@1.3.99)(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99)(@types/node@20.9.3)(typescript@5.3.2))(typescript@5.3.2): + dependencies: + bundle-require: 4.0.1(esbuild@0.18.20) + cac: 6.7.14 + chokidar: 3.5.3 + debug: 4.3.4 + esbuild: 0.18.20 + execa: 5.1.1 + globby: 11.1.0 + joycon: 3.1.1 + postcss-load-config: 4.0.1(postcss@8.4.31)(ts-node@10.9.1(@swc/core@1.3.99(@swc/helpers@0.5.3))(@types/node@20.9.3)(typescript@5.3.2)) + resolve-from: 5.0.0 + rollup: 3.28.1 + source-map: 0.8.0-beta.0 + sucrase: 3.34.0 + tree-kill: 1.2.2 + optionalDependencies: + "@swc/core": 1.3.99(@swc/helpers@0.5.3) + postcss: 8.4.31 + typescript: 5.3.2 + transitivePeerDependencies: + - supports-color + - ts-node + + tsutils@3.21.0(typescript@5.3.2): + dependencies: + tslib: 1.14.1 + typescript: 5.3.2 + + tuf-js@1.1.7: + dependencies: + "@tufjs/models": 1.0.4 + debug: 4.3.4 + make-fetch-happen: 11.1.1 + transitivePeerDependencies: + - supports-color + + tuf-js@2.1.0: + dependencies: + "@tufjs/models": 2.0.0 + debug: 4.3.4 + make-fetch-happen: 13.0.0 + transitivePeerDependencies: + - supports-color + + tunnel-agent@0.6.0: + dependencies: + safe-buffer: 5.2.1 + + turbo-darwin-64@1.13.3: + optional: true + + turbo-darwin-arm64@1.13.3: + optional: true + + turbo-linux-64@1.13.3: + optional: true + + turbo-linux-arm64@1.13.3: + optional: true + + turbo-windows-64@1.13.3: + optional: true + + turbo-windows-arm64@1.13.3: + optional: true + + turbo@1.13.3: + optionalDependencies: + turbo-darwin-64: 1.13.3 + turbo-darwin-arm64: 1.13.3 + turbo-linux-64: 1.13.3 + turbo-linux-arm64: 1.13.3 + turbo-windows-64: 1.13.3 + turbo-windows-arm64: 1.13.3 + + type-check@0.4.0: + dependencies: + prelude-ls: 1.2.1 + + type-detect@4.0.8: {} + + type-fest@0.16.0: {} + + type-fest@0.18.1: {} + + type-fest@0.20.2: {} + + type-fest@0.21.3: {} + + type-fest@0.4.1: {} + + type-fest@0.6.0: {} + + type-fest@0.7.1: {} + + type-fest@0.8.1: {} + + type-fest@2.19.0: {} + + type-fest@3.13.1: {} + + type-is@1.6.18: + dependencies: + media-typer: 0.3.0 + mime-types: 2.1.35 + + typed-array-buffer@1.0.0: + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 + + typed-array-byte-length@1.0.0: + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + + typed-array-byte-offset@1.0.0: + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + + typed-array-length@1.0.4: + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + is-typed-array: 1.1.12 + + typedarray-to-buffer@3.1.5: + dependencies: + is-typedarray: 1.0.0 + + typedarray@0.0.6: {} + + typescript@5.3.2: {} + + ufo@1.2.0: {} + + uglify-js@3.17.4: + optional: true + + unbox-primitive@1.0.2: + dependencies: + call-bind: 1.0.2 + has-bigints: 1.0.2 + has-symbols: 1.0.3 + which-boxed-primitive: 1.0.2 + + unbzip2-stream@1.4.3: + dependencies: + buffer: 5.7.1 + through: 2.3.8 + + unc-path-regex@0.1.2: {} + + undefsafe@2.0.5: {} + + undici-types@5.26.5: {} + + undici@5.27.2: + dependencies: + "@fastify/busboy": 2.0.0 + + unicode-canonical-property-names-ecmascript@2.0.0: {} + + unicode-emoji-modifier-base@1.0.0: {} + + unicode-match-property-ecmascript@2.0.0: + dependencies: + unicode-canonical-property-names-ecmascript: 2.0.0 + unicode-property-aliases-ecmascript: 2.1.0 + + unicode-match-property-value-ecmascript@2.1.0: {} + + unicode-property-aliases-ecmascript@2.1.0: {} + + unified@10.1.2: + dependencies: + "@types/unist": 2.0.7 + bail: 2.0.2 + extend: 3.0.2 + is-buffer: 2.0.5 + is-plain-obj: 4.1.0 + trough: 2.1.0 + vfile: 5.3.7 + + unified@11.0.3: + dependencies: + "@types/unist": 3.0.0 + bail: 2.0.2 + devlop: 1.1.0 + extend: 3.0.2 + is-plain-obj: 4.1.0 + trough: 2.1.0 + vfile: 6.0.1 + + unified@11.0.4: + dependencies: + "@types/unist": 3.0.0 + bail: 2.0.2 + devlop: 1.1.0 + extend: 3.0.2 + is-plain-obj: 4.1.0 + trough: 2.1.0 + vfile: 6.0.1 + + unique-filename@3.0.0: + dependencies: + unique-slug: 4.0.0 + + unique-slug@4.0.0: + dependencies: + imurmurhash: 0.1.4 + + unique-string@2.0.0: + dependencies: + crypto-random-string: 2.0.0 + + unist-util-is@4.1.0: {} + + unist-util-is@5.2.1: + dependencies: + "@types/unist": 2.0.7 + + unist-util-is@6.0.0: + dependencies: + "@types/unist": 3.0.0 + + unist-util-position@5.0.0: + dependencies: + "@types/unist": 3.0.0 + + unist-util-stringify-position@3.0.3: + dependencies: + "@types/unist": 2.0.7 + + unist-util-stringify-position@4.0.0: + dependencies: + "@types/unist": 3.0.0 + + unist-util-visit-parents@3.1.1: + dependencies: + "@types/unist": 2.0.7 + unist-util-is: 4.1.0 + + unist-util-visit-parents@5.1.3: + dependencies: + "@types/unist": 2.0.7 + unist-util-is: 5.2.1 + + unist-util-visit-parents@6.0.1: + dependencies: + "@types/unist": 3.0.0 + unist-util-is: 6.0.0 + + unist-util-visit@2.0.3: + dependencies: + "@types/unist": 2.0.7 + unist-util-is: 4.1.0 + unist-util-visit-parents: 3.1.1 + + unist-util-visit@4.1.2: + dependencies: + "@types/unist": 2.0.7 + unist-util-is: 5.2.1 + unist-util-visit-parents: 5.1.3 + + unist-util-visit@5.0.0: + dependencies: + "@types/unist": 3.0.0 + unist-util-is: 6.0.0 + unist-util-visit-parents: 6.0.1 + + universal-user-agent@6.0.0: {} + + universalify@0.1.2: {} + + universalify@2.0.0: {} + + unpipe@1.0.0: {} + + unplugin@1.4.0: + dependencies: + acorn: 8.10.0 + chokidar: 3.5.3 + webpack-sources: 3.2.3 + webpack-virtual-modules: 0.5.0 + + untildify@4.0.0: {} + + upath@2.0.1: {} + + update-browserslist-db@1.0.11(browserslist@4.21.10): + dependencies: + browserslist: 4.21.10 + escalade: 3.1.1 + picocolors: 1.0.0 + + upper-case-first@2.0.2: + dependencies: + tslib: 2.6.2 + + upper-case@2.0.2: + dependencies: + tslib: 2.6.2 + + uri-js@4.4.1: + dependencies: + punycode: 2.3.0 + + urlpattern-polyfill@9.0.0: {} + + use-callback-ref@1.3.0(@types/react@18.2.34)(react@18.2.0): + dependencies: + react: 18.2.0 + tslib: 2.6.2 + optionalDependencies: + "@types/react": 18.2.34 + + use-intl@2.22.1(react@18.2.0): + dependencies: + "@formatjs/ecma402-abstract": 1.17.0 + intl-messageformat: 9.13.0 + react: 18.2.0 + + use-isomorphic-layout-effect@1.1.2(@types/react@18.2.34)(react@18.2.0): + dependencies: + react: 18.2.0 + optionalDependencies: + "@types/react": 18.2.34 + + use-resize-observer@9.1.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + "@juggle/resize-observer": 3.4.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + + use-sidecar@1.1.2(@types/react@18.2.34)(react@18.2.0): + dependencies: + detect-node-es: 1.1.0 + react: 18.2.0 + tslib: 2.6.2 + optionalDependencies: + "@types/react": 18.2.34 + + use-sync-external-store@1.2.0(react@18.2.0): + dependencies: + react: 18.2.0 + + util-deprecate@1.0.2: {} + + util@0.12.5: + dependencies: + inherits: 2.0.4 + is-arguments: 1.1.1 + is-generator-function: 1.0.10 + is-typed-array: 1.1.12 + which-typed-array: 1.1.11 + + utils-merge@1.0.1: {} + + uuid@8.3.2: {} + + uuid@9.0.0: {} + + uuid@9.0.1: {} + + v8-compile-cache-lib@3.0.1: {} + + v8-to-istanbul@9.1.0: + dependencies: + "@jridgewell/trace-mapping": 0.3.19 + "@types/istanbul-lib-coverage": 2.0.4 + convert-source-map: 1.9.0 + + validate-npm-package-license@3.0.4: + dependencies: + spdx-correct: 3.2.0 + spdx-expression-parse: 3.0.1 + + validate-npm-package-name@3.0.0: + dependencies: + builtins: 1.0.3 + + validate-npm-package-name@5.0.0: + dependencies: + builtins: 5.0.1 + + vary@1.1.2: {} + + vfile-message@3.1.4: + dependencies: + "@types/unist": 2.0.7 + unist-util-stringify-position: 3.0.3 + + vfile-message@4.0.2: + dependencies: + "@types/unist": 3.0.0 + unist-util-stringify-position: 4.0.0 + + vfile@5.3.7: + dependencies: + "@types/unist": 2.0.7 + is-buffer: 2.0.5 + unist-util-stringify-position: 3.0.3 + vfile-message: 3.1.4 + + vfile@6.0.1: + dependencies: + "@types/unist": 3.0.0 + unist-util-stringify-position: 4.0.0 + vfile-message: 4.0.2 + + vinyl@1.2.0: + dependencies: + clone: 1.0.4 + clone-stats: 0.0.1 + replace-ext: 0.0.1 + + vite-node@0.34.6(@types/node@20.9.3)(sass@1.69.5): + dependencies: + cac: 6.7.14 + debug: 4.3.4 + mlly: 1.4.0 + pathe: 1.1.1 + picocolors: 1.0.0 + vite: 5.0.2(@types/node@20.9.3)(sass@1.69.5) + transitivePeerDependencies: + - "@types/node" + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + + vite@4.5.0(@types/node@20.9.3)(sass@1.69.5): + dependencies: + esbuild: 0.18.20 + postcss: 8.4.31 + rollup: 3.28.1 + optionalDependencies: + "@types/node": 20.9.3 + fsevents: 2.3.3 + sass: 1.69.5 + + vite@5.0.0(@types/node@20.9.1)(sass@1.69.5): + dependencies: + esbuild: 0.19.5 + postcss: 8.4.31 + rollup: 4.5.0 + optionalDependencies: + "@types/node": 20.9.1 + fsevents: 2.3.3 + sass: 1.69.5 + + vite@5.0.0(@types/node@20.9.3)(sass@1.69.5): + dependencies: + esbuild: 0.19.5 + postcss: 8.4.31 + rollup: 4.5.0 + optionalDependencies: + "@types/node": 20.9.3 + fsevents: 2.3.3 + sass: 1.69.5 + + vite@5.0.2(@types/node@20.9.3)(sass@1.69.5): + dependencies: + esbuild: 0.19.5 + postcss: 8.4.31 + rollup: 4.5.0 + optionalDependencies: + "@types/node": 20.9.3 + fsevents: 2.3.3 + sass: 1.69.5 + + vitest@0.34.6(playwright@1.39.0)(sass@1.69.5): + dependencies: + "@types/chai": 4.3.5 + "@types/chai-subset": 1.3.3 + "@types/node": 20.9.3 + "@vitest/expect": 0.34.6 + "@vitest/runner": 0.34.6 + "@vitest/snapshot": 0.34.6 + "@vitest/spy": 0.34.6 + "@vitest/utils": 0.34.6 + acorn: 8.10.0 + acorn-walk: 8.2.0 + cac: 6.7.14 + chai: 4.3.10 + debug: 4.3.4 + local-pkg: 0.4.3 + magic-string: 0.30.3 + pathe: 1.1.1 + picocolors: 1.0.0 + std-env: 3.4.3 + strip-literal: 1.3.0 + tinybench: 2.5.0 + tinypool: 0.7.0 + vite: 4.5.0(@types/node@20.9.3)(sass@1.69.5) + vite-node: 0.34.6(@types/node@20.9.3)(sass@1.69.5) + why-is-node-running: 2.2.2 + optionalDependencies: + playwright: 1.39.0 + transitivePeerDependencies: + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser + + vscode-json-languageservice@4.2.1: + dependencies: + jsonc-parser: 3.2.0 + vscode-languageserver-textdocument: 1.0.10 + vscode-languageserver-types: 3.17.3 + vscode-nls: 5.2.0 + vscode-uri: 3.0.7 + + vscode-languageserver-textdocument@1.0.10: {} + + vscode-languageserver-types@3.17.3: {} + + vscode-nls@5.2.0: {} + + vscode-uri@3.0.7: {} + + wait-on@5.3.0: + dependencies: + axios: 0.21.4 + joi: 17.11.0 + lodash: 4.17.21 + minimist: 1.2.8 + rxjs: 6.6.7 + transitivePeerDependencies: + - debug + + wait-port@0.2.14: + dependencies: + chalk: 2.4.2 + commander: 3.0.2 + debug: 4.3.4 + transitivePeerDependencies: + - supports-color + + walker@1.0.8: + dependencies: + makeerror: 1.0.12 + + watchpack@2.4.0: + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + + wcwidth@1.0.1: + dependencies: + defaults: 1.0.4 + + webidl-conversions@3.0.1: {} + + webidl-conversions@4.0.2: {} + + webpack-sources@3.2.3: {} + + webpack-virtual-modules@0.5.0: {} + + whatwg-url@5.0.0: + dependencies: + tr46: 0.0.3 + webidl-conversions: 3.0.1 + + whatwg-url@7.1.0: + dependencies: + lodash.sortby: 4.7.0 + tr46: 1.0.1 + webidl-conversions: 4.0.2 + + which-boxed-primitive@1.0.2: + dependencies: + is-bigint: 1.0.4 + is-boolean-object: 1.1.2 + is-number-object: 1.0.7 + is-string: 1.0.7 + is-symbol: 1.0.4 + + which-builtin-type@1.1.3: + dependencies: + function.prototype.name: 1.1.5 + has-tostringtag: 1.0.0 + is-async-function: 2.0.0 + is-date-object: 1.0.5 + is-finalizationregistry: 1.0.2 + is-generator-function: 1.0.10 + is-regex: 1.1.4 + is-weakref: 1.0.2 + isarray: 2.0.5 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.1 + which-typed-array: 1.1.11 + + which-collection@1.0.1: + dependencies: + is-map: 2.0.2 + is-set: 2.0.2 + is-weakmap: 2.0.1 + is-weakset: 2.0.2 + + which-module@2.0.1: {} + + which-typed-array@1.1.11: + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + gopd: 1.0.1 + has-tostringtag: 1.0.0 + + which@1.3.1: + dependencies: + isexe: 2.0.0 + + which@2.0.2: + dependencies: + isexe: 2.0.0 + + which@4.0.0: + dependencies: + isexe: 3.1.1 + + why-is-node-running@2.2.2: + dependencies: + siginfo: 2.0.0 + stackback: 0.0.2 + + wide-align@1.1.5: + dependencies: + string-width: 4.2.3 + + wordwrap@1.0.0: {} + + wrap-ansi@6.2.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@8.1.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + + wrap-ansi@9.0.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 7.0.0 + strip-ansi: 7.1.0 + + wrappy@1.0.2: {} + + write-file-atomic@2.4.3: + dependencies: + graceful-fs: 4.2.11 + imurmurhash: 0.1.4 + signal-exit: 3.0.7 + + write-file-atomic@3.0.3: + dependencies: + imurmurhash: 0.1.4 + is-typedarray: 1.0.0 + signal-exit: 3.0.7 + typedarray-to-buffer: 3.1.5 + + write-file-atomic@4.0.2: + dependencies: + imurmurhash: 0.1.4 + signal-exit: 3.0.7 + + write-file-atomic@5.0.1: + dependencies: + imurmurhash: 0.1.4 + signal-exit: 4.1.0 + + write-json-file@3.2.0: + dependencies: + detect-indent: 5.0.0 + graceful-fs: 4.2.11 + make-dir: 2.1.0 + pify: 4.0.1 + sort-keys: 2.0.0 + write-file-atomic: 2.4.3 + + write-pkg@4.0.0: + dependencies: + sort-keys: 2.0.0 + type-fest: 0.4.1 + write-json-file: 3.2.0 + + ws@6.2.2: + dependencies: + async-limiter: 1.0.1 + + ws@8.11.0: {} + + ws@8.14.2: {} + + xml@1.0.1: {} + + xmlhttprequest-ssl@2.0.0: {} + + xtend@4.0.2: {} + + y18n@4.0.3: {} + + y18n@5.0.8: {} + + yallist@2.1.2: {} + + yallist@3.1.1: {} + + yallist@4.0.0: {} + + yaml@1.10.2: {} + + yaml@2.3.3: {} + + yaml@2.4.3: {} + + yargs-parser@18.1.3: + dependencies: + camelcase: 5.3.1 + decamelize: 1.2.0 + + yargs-parser@20.2.9: {} + + yargs-parser@21.1.1: {} + + yargs@15.4.1: + dependencies: + cliui: 6.0.0 + decamelize: 1.2.0 + find-up: 4.1.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + require-main-filename: 2.0.0 + set-blocking: 2.0.0 + string-width: 4.2.3 + which-module: 2.0.1 + y18n: 4.0.3 + yargs-parser: 18.1.3 + + yargs@16.2.0: + dependencies: + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 20.2.9 + + yargs@17.7.2: + dependencies: + cliui: 8.0.1 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + + yauzl@2.10.0: + dependencies: + buffer-crc32: 0.2.13 + fd-slicer: 1.1.0 + + yn@3.1.1: {} + + yocto-queue@0.1.0: {} + + yocto-queue@1.0.0: {} + + zip-stream@4.1.0: + dependencies: + archiver-utils: 2.1.0 + compress-commons: 4.1.1 + readable-stream: 3.6.2 + + zod@3.22.4: {} + + zustand@4.4.6(@types/react@18.2.34)(immer@10.0.3)(react@18.2.0): + dependencies: + use-sync-external-store: 1.2.0(react@18.2.0) + optionalDependencies: + "@types/react": 18.2.34 + immer: 10.0.3 + react: 18.2.0 + + zwitch@2.0.4: {}