From bae710fb1c09071258804a0cbc1f47a6211123fa Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Tue, 15 Nov 2022 15:42:13 +0100 Subject: [PATCH] :arrow_up: Upgrade dependencies --- apps/builder/package.json | 60 +- apps/landing-page/package.json | 26 +- apps/viewer/package.json | 24 +- .../src/features/webhook/webhook.spec.ts | 6 +- packages/bot-engine/package.json | 20 +- packages/db/package.json | 4 +- packages/emails/package.json | 5 +- packages/models/package.json | 2 +- packages/scripts/package.json | 2 +- packages/typebot-js/package.json | 14 +- packages/utils/package.json | 4 +- pnpm-lock.yaml | 4698 +++++++++-------- 12 files changed, 2642 insertions(+), 2223 deletions(-) diff --git a/apps/builder/package.json b/apps/builder/package.json index 37d36b0471f..ba11e433cab 100644 --- a/apps/builder/package.json +++ b/apps/builder/package.json @@ -11,14 +11,14 @@ "test:report": "pnpm playwright show-report" }, "dependencies": { - "@chakra-ui/css-reset": "2.0.8", - "@chakra-ui/react": "2.3.6", + "@chakra-ui/css-reset": "2.0.10", + "@chakra-ui/react": "2.4.1", "@codemirror/lang-css": "6.0.1", - "@codemirror/lang-html": "6.1.3", + "@codemirror/lang-html": "6.1.4", "@codemirror/lang-javascript": "6.1.1", "@codemirror/lang-json": "6.0.1", - "@codemirror/lint": "6.0.0", - "@codemirror/state": "6.1.2", + "@codemirror/lint": "6.1.0", + "@codemirror/state": "6.1.3", "@dnd-kit/core": "6.0.5", "@dnd-kit/sortable": "7.0.1", "@dnd-kit/utilities": "3.2.0", @@ -28,28 +28,28 @@ "@giphy/js-types": "4.2.1", "@giphy/react-components": "6.2.0", "@googleapis/drive": "4.0.0", - "@sentry/nextjs": "7.17.3", - "@stripe/stripe-js": "1.42.1", - "@tanstack/react-table": "8.5.22", - "@udecode/plate-basic-marks": "18.7.0", + "@sentry/nextjs": "7.19.0", + "@stripe/stripe-js": "1.44.1", + "@tanstack/react-table": "8.5.28", + "@udecode/plate-basic-marks": "18.9.0", "@udecode/plate-common": "^7.0.2", - "@udecode/plate-core": "18.7.0", - "@udecode/plate-link": "18.7.0", - "@udecode/plate-serializer-html": "18.7.0", - "@udecode/plate-ui-link": "18.7.0", - "@udecode/plate-ui-toolbar": "18.7.0", - "aws-sdk": "2.1245.0", + "@udecode/plate-core": "18.9.0", + "@udecode/plate-link": "18.9.1", + "@udecode/plate-serializer-html": "18.9.0", + "@udecode/plate-ui-link": "18.9.1", + "@udecode/plate-ui-toolbar": "18.9.0", + "aws-sdk": "2.1254.0", "bot-engine": "workspace:*", "browser-image-compression": "2.0.0", "canvas-confetti": "1.6.0", "codemirror": "6.0.1", "cuid": "2.1.8", - "deep-object-diff": "1.1.7", + "deep-object-diff": "1.1.9", "dequal": "2.0.3", "emojilib": "3.0.7", "focus-visible": "5.2.0", - "framer-motion": "7.6.4", - "google-auth-library": "8.6.0", + "framer-motion": "7.6.6", + "google-auth-library": "8.7.0", "google-spreadsheet": "3.3.0", "got": "12.5.2", "htmlparser2": "8.0.1", @@ -59,7 +59,7 @@ "micro": "9.4.1", "micro-cors": "0.1.1", "minio": "7.0.32", - "next": "13.0.1", + "next": "13.0.3", "next-auth": "4.12.3", "nodemailer": "6.8.0", "nprogress": "0.2.0", @@ -69,11 +69,11 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-draggable": "4.4.5", - "slate": "0.84.0", - "slate-history": "0.66.0", + "slate": "0.85.0", + "slate-history": "0.85.0", "slate-hyperscript": "0.77.0", "slate-react": "0.83.2", - "stripe": "10.15.0", + "stripe": "10.17.0", "styled-components": "5.3.6", "svg-round-corners": "0.4.1", "swr": "1.3.0", @@ -84,10 +84,10 @@ "@faire/mjml-react": "2.1.4" }, "devDependencies": { - "@babel/core": "7.19.6", - "@chakra-ui/styled-system": "2.3.4", + "@babel/core": "7.20.2", + "@chakra-ui/styled-system": "2.3.5", "@playwright/test": "1.27.1", - "@types/canvas-confetti": "1.4.3", + "@types/canvas-confetti": "1.6.0", "@types/google-spreadsheet": "3.3.0", "@types/jsonwebtoken": "8.5.9", "@types/micro-cors": "0.1.2", @@ -98,14 +98,14 @@ "@types/papaparse": "5.3.5", "@types/prettier": "2.7.1", "@types/qs": "6.9.7", - "@types/react": "18.0.24", + "@types/react": "18.0.25", "@types/tinycolor2": "1.4.3", - "@typescript-eslint/eslint-plugin": "5.42.0", - "@typescript-eslint/parser": "5.42.0", + "@typescript-eslint/eslint-plugin": "5.43.0", + "@typescript-eslint/parser": "5.43.0", "db": "workspace:*", "dotenv": "16.0.3", - "eslint": "8.26.0", - "eslint-config-next": "13.0.1", + "eslint": "8.27.0", + "eslint-config-next": "13.0.3", "eslint-plugin-react": "7.31.10", "models": "workspace:*", "next-transpile-modules": "10.0.0", diff --git a/apps/landing-page/package.json b/apps/landing-page/package.json index da922a80e30..2220cd20db1 100644 --- a/apps/landing-page/package.json +++ b/apps/landing-page/package.json @@ -8,37 +8,37 @@ "analyze": "cross-env ANALYZE=true next build" }, "dependencies": { - "@chakra-ui/icon": "3.0.11", - "@chakra-ui/react": "2.3.6", + "@chakra-ui/icon": "3.0.12", + "@chakra-ui/react": "2.4.1", "@emotion/react": "11.10.5", "@emotion/styled": "11.10.5", "aos": "2.3.4", "bot-engine": "workspace:*", "focus-visible": "5.2.0", - "framer-motion": "7.6.4", + "framer-motion": "7.6.6", "models": "workspace:*", - "next": "13.0.1", + "next": "13.0.3", "react": "18.2.0", "react-dom": "18.2.0", "utils": "workspace:*", "db": "workspace:*" }, "devDependencies": { - "@babel/core": "7.19.6", - "@chakra-ui/styled-system": "2.3.4", - "@next/bundle-analyzer": "13.0.1", + "@babel/core": "7.20.2", + "@chakra-ui/styled-system": "2.3.5", + "@next/bundle-analyzer": "13.0.3", "@types/aos": "3.0.4", "@types/node": "18.11.9", - "@types/react": "18.0.24", - "@typescript-eslint/eslint-plugin": "5.42.0", - "@typescript-eslint/parser": "5.42.0", + "@types/react": "18.0.25", + "@typescript-eslint/eslint-plugin": "5.43.0", + "@typescript-eslint/parser": "5.43.0", "autoprefixer": "10.4.13", "cross-env": "7.0.3", - "eslint": "8.26.0", - "eslint-config-next": "13.0.1", + "eslint": "8.27.0", + "eslint-config-next": "13.0.3", "eslint-plugin-react": "7.31.10", "next-transpile-modules": "10.0.0", - "postcss": "8.4.18", + "postcss": "8.4.19", "prettier": "2.7.1", "typescript": "4.8.4" } diff --git a/apps/viewer/package.json b/apps/viewer/package.json index c813d8a371c..0dbb247ad75 100644 --- a/apps/viewer/package.json +++ b/apps/viewer/package.json @@ -11,24 +11,24 @@ "test:report": "pnpm playwright show-report" }, "dependencies": { - "@sentry/nextjs": "7.17.3", - "aws-sdk": "2.1245.0", + "@sentry/nextjs": "7.19.0", + "aws-sdk": "2.1254.0", "bot-engine": "*", "cors": "2.8.5", "cuid": "2.1.8", "db": "workspace:*", "google-spreadsheet": "3.3.0", "got": "12.5.2", - "next": "13.0.1", + "next": "13.0.3", "nodemailer": "6.8.0", "qs": "6.11.0", "react": "18.2.0", "react-dom": "18.2.0", "sanitize-html": "2.7.3", - "stripe": "10.15.0" + "stripe": "10.17.0" }, "devDependencies": { - "@babel/preset-env": "7.19.4", + "@babel/preset-env": "7.20.2", "@faire/mjml-react": "2.1.4", "@playwright/test": "1.27.1", "@types/cors": "2.8.12", @@ -37,20 +37,20 @@ "@types/nodemailer": "6.4.6", "@types/papaparse": "5.3.5", "@types/qs": "6.9.7", - "@types/react": "18.0.24", + "@types/react": "18.0.25", "@types/sanitize-html": "2.6.2", - "@typescript-eslint/eslint-plugin": "5.42.0", - "@typescript-eslint/parser": "5.42.0", + "@typescript-eslint/eslint-plugin": "5.43.0", + "@typescript-eslint/parser": "5.43.0", "dotenv": "16.0.3", "emails": "workspace:*", - "eslint": "8.26.0", - "eslint-config-next": "13.0.1", + "eslint": "8.27.0", + "eslint-config-next": "13.0.3", "eslint-plugin-react": "7.31.10", "eslint-plugin-react-hooks": "4.6.0", - "google-auth-library": "8.6.0", + "google-auth-library": "8.7.0", "models": "workspace:*", "next-transpile-modules": "10.0.0", - "node-fetch": "^3.2.10", + "node-fetch": "^3.3.0", "papaparse": "5.3.2", "typescript": "4.8.4", "utils": "workspace:*", diff --git a/apps/viewer/src/features/webhook/webhook.spec.ts b/apps/viewer/src/features/webhook/webhook.spec.ts index debdfe5f843..be1bd116276 100644 --- a/apps/viewer/src/features/webhook/webhook.spec.ts +++ b/apps/viewer/src/features/webhook/webhook.spec.ts @@ -1,6 +1,6 @@ import test, { expect } from '@playwright/test' import cuid from 'cuid' -import { HttpMethod } from 'models' +import { HttpMethod, Typebot } from 'models' import { createWebhook, deleteTypebots, @@ -100,9 +100,9 @@ test.describe('API', () => { const response = await request.get(`/api/typebots`, { headers: { Authorization: `Bearer ${apiToken}` }, }) - const { typebots } = (await response.json()) as { typebots: unknown[] } + const { typebots } = (await response.json()) as { typebots: Typebot[] } expect(typebots.length).toBeGreaterThanOrEqual(1) - expect(typebots[0]).toMatchObject({ + expect(typebots.find((typebot) => typebot.id === typebotId)).toMatchObject({ id: typebotId, publishedTypebotId: null, name: 'My typebot', diff --git a/packages/bot-engine/package.json b/packages/bot-engine/package.json index c4a7ca4a187..5b4047cffee 100644 --- a/packages/bot-engine/package.json +++ b/packages/bot-engine/package.json @@ -11,8 +11,8 @@ "lint": "eslint --fix -c ./.eslintrc.js \"./src/**/*.ts*\"" }, "dependencies": { - "@stripe/react-stripe-js": "1.14.1", - "@stripe/stripe-js": "1.42.1", + "@stripe/react-stripe-js": "1.15.0", + "@stripe/stripe-js": "1.44.1", "prop-types": "15.8.1", "qs": "6.11.0", "react-frame-component": "5.2.3", @@ -24,26 +24,26 @@ "devDependencies": { "@types/node": "18.11.9", "@types/qs": "6.9.7", - "@types/react": "18.0.24", + "@types/react": "18.0.25", "@types/react-phone-number-input": "3.0.14", - "@types/react-scroll": "1.8.4", + "@types/react-scroll": "1.8.5", "@types/react-transition-group": "4.4.5", - "@typescript-eslint/eslint-plugin": "5.42.0", - "@typescript-eslint/parser": "5.42.0", + "@typescript-eslint/eslint-plugin": "5.43.0", + "@typescript-eslint/parser": "5.43.0", "autoprefixer": "10.4.13", "baptistearno-tsup": "^0.1.0", "db": "workspace:*", - "eslint": "8.26.0", - "eslint-config-next": "13.0.1", + "eslint": "8.27.0", + "eslint-config-next": "13.0.3", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-react": "7.31.10", "models": "workspace:*", - "postcss": "8.4.18", + "postcss": "8.4.19", "prettier": "2.7.1", "react": "18.2.0", "react-dom": "18.2.0", - "tailwindcss": "3.2.1", + "tailwindcss": "3.2.4", "typescript": "4.8.4", "utils": "workspace:*", "typebot-js": "workspace:*" diff --git a/packages/db/package.json b/packages/db/package.json index 007a4227a7b..518e1197289 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -16,10 +16,10 @@ "migration:deploy": "prisma migrate deploy" }, "dependencies": { - "@prisma/client": "4.5.0" + "@prisma/client": "4.6.1" }, "devDependencies": { - "prisma": "4.5.0", + "prisma": "4.6.1", "typescript": "4.8.4", "dotenv-cli": "6.0.0" } diff --git a/packages/emails/package.json b/packages/emails/package.json index 0710f653c37..9c70a774a3b 100644 --- a/packages/emails/package.json +++ b/packages/emails/package.json @@ -16,13 +16,12 @@ "@faire/mjml-react": "2.1.4", "@types/node": "18.11.9", "@types/nodemailer": "6.4.6", - "@types/react": "18.0.24", + "@types/react": "18.0.25", "concurrently": "7.5.0", "http-server": "14.1.1", "nodemailer": "6.8.0", "react": "18.2.0", - "serve": "14.0.1", - "tsx": "3.11.0", + "tsx": "3.12.1", "utils": "workspace:*" }, "peerDependencies": { diff --git a/packages/models/package.json b/packages/models/package.json index fe469608f64..94fab74d6c0 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "typescript": "4.8.4", - "next": "13.0.1", + "next": "13.0.3", "db": "workspace:*" }, "peerDependencies": { diff --git a/packages/scripts/package.json b/packages/scripts/package.json index fcd0be3a6c5..4d820deccb0 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -16,7 +16,7 @@ "emails": "workspace:*", "got": "12.5.2", "models": "workspace:*", - "tsx": "3.11.0", + "tsx": "3.12.1", "typescript": "4.8.4", "utils": "workspace:*" } diff --git a/packages/typebot-js/package.json b/packages/typebot-js/package.json index f50eba38ece..550c875ef4a 100644 --- a/packages/typebot-js/package.json +++ b/packages/typebot-js/package.json @@ -11,16 +11,16 @@ "test": "pnpm jest" }, "devDependencies": { - "@types/jest": "29.2.1", - "@typescript-eslint/eslint-plugin": "5.42.0", - "@typescript-eslint/parser": "5.42.0", + "@types/jest": "29.2.3", + "@typescript-eslint/eslint-plugin": "5.43.0", + "@typescript-eslint/parser": "5.43.0", "baptistearno-tsup": "^0.1.0", - "eslint": "8.26.0", + "eslint": "8.27.0", "eslint-plugin-functional": "4.4.1", - "eslint-plugin-jest": "27.1.3", + "eslint-plugin-jest": "27.1.5", "eslint-plugin-prettier": "4.2.1", - "jest": "29.2.2", - "jest-environment-jsdom": "29.2.2", + "jest": "29.3.1", + "jest-environment-jsdom": "29.3.1", "prettier": "2.7.1", "ts-jest": "29.0.3", "typescript": "4.8.4" diff --git a/packages/utils/package.json b/packages/utils/package.json index 2056b9462c3..28593e6c007 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,11 +8,11 @@ "devDependencies": { "@playwright/test": "1.27.1", "@types/nodemailer": "6.4.6", - "aws-sdk": "2.1245.0", + "aws-sdk": "2.1254.0", "cuid": "2.1.8", "db": "workspace:*", "models": "workspace:*", - "next": "13.0.1", + "next": "13.0.3", "nodemailer": "6.8.0", "typescript": "4.8.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b4de0ced08..bb38d2aff5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,16 +12,16 @@ importers: apps/builder: specifiers: - '@babel/core': 7.19.6 - '@chakra-ui/css-reset': 2.0.8 - '@chakra-ui/react': 2.3.6 - '@chakra-ui/styled-system': 2.3.4 + '@babel/core': 7.20.2 + '@chakra-ui/css-reset': 2.0.10 + '@chakra-ui/react': 2.4.1 + '@chakra-ui/styled-system': 2.3.5 '@codemirror/lang-css': 6.0.1 - '@codemirror/lang-html': 6.1.3 + '@codemirror/lang-html': 6.1.4 '@codemirror/lang-javascript': 6.1.1 '@codemirror/lang-json': 6.0.1 - '@codemirror/lint': 6.0.0 - '@codemirror/state': 6.1.2 + '@codemirror/lint': 6.1.0 + '@codemirror/state': 6.1.3 '@dnd-kit/core': 6.0.5 '@dnd-kit/sortable': 7.0.1 '@dnd-kit/utilities': 3.2.0 @@ -33,10 +33,10 @@ importers: '@giphy/react-components': 6.2.0 '@googleapis/drive': 4.0.0 '@playwright/test': 1.27.1 - '@sentry/nextjs': 7.17.3 - '@stripe/stripe-js': 1.42.1 - '@tanstack/react-table': 8.5.22 - '@types/canvas-confetti': 1.4.3 + '@sentry/nextjs': 7.19.0 + '@stripe/stripe-js': 1.44.1 + '@tanstack/react-table': 8.5.28 + '@types/canvas-confetti': 1.6.0 '@types/google-spreadsheet': 3.3.0 '@types/jsonwebtoken': 8.5.9 '@types/micro-cors': 0.1.2 @@ -47,18 +47,18 @@ importers: '@types/papaparse': 5.3.5 '@types/prettier': 2.7.1 '@types/qs': 6.9.7 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/tinycolor2': 1.4.3 - '@typescript-eslint/eslint-plugin': 5.42.0 - '@typescript-eslint/parser': 5.42.0 - '@udecode/plate-basic-marks': 18.7.0 + '@typescript-eslint/eslint-plugin': 5.43.0 + '@typescript-eslint/parser': 5.43.0 + '@udecode/plate-basic-marks': 18.9.0 '@udecode/plate-common': ^7.0.2 - '@udecode/plate-core': 18.7.0 - '@udecode/plate-link': 18.7.0 - '@udecode/plate-serializer-html': 18.7.0 - '@udecode/plate-ui-link': 18.7.0 - '@udecode/plate-ui-toolbar': 18.7.0 - aws-sdk: 2.1245.0 + '@udecode/plate-core': 18.9.0 + '@udecode/plate-link': 18.9.1 + '@udecode/plate-serializer-html': 18.9.0 + '@udecode/plate-ui-link': 18.9.1 + '@udecode/plate-ui-toolbar': 18.9.0 + aws-sdk: 2.1254.0 bot-engine: workspace:* browser-image-compression: 2.0.0 canvas-confetti: 1.6.0 @@ -66,17 +66,17 @@ importers: configs: workspace:* cuid: 2.1.8 db: workspace:* - deep-object-diff: 1.1.7 + deep-object-diff: 1.1.9 dequal: 2.0.3 dotenv: 16.0.3 emails: workspace:* emojilib: 3.0.7 - eslint: 8.26.0 - eslint-config-next: 13.0.1 + eslint: 8.27.0 + eslint-config-next: 13.0.3 eslint-plugin-react: 7.31.10 focus-visible: 5.2.0 - framer-motion: 7.6.4 - google-auth-library: 8.6.0 + framer-motion: 7.6.6 + google-auth-library: 8.7.0 google-spreadsheet: 3.3.0 got: 12.5.2 htmlparser2: 8.0.1 @@ -87,7 +87,7 @@ importers: micro-cors: 0.1.1 minio: 7.0.32 models: workspace:* - next: 13.0.1 + next: 13.0.3 next-auth: 4.12.3 next-transpile-modules: 10.0.0 nodemailer: 6.8.0 @@ -98,11 +98,11 @@ importers: react: 18.2.0 react-dom: 18.2.0 react-draggable: 4.4.5 - slate: 0.84.0 - slate-history: 0.66.0 + slate: 0.85.0 + slate-history: 0.85.0 slate-hyperscript: 0.77.0 slate-react: 0.83.2 - stripe: 10.15.0 + stripe: 10.17.0 styled-components: 5.3.6 svg-round-corners: 0.4.1 swr: 1.3.0 @@ -112,47 +112,47 @@ importers: use-debounce: 8.0.4 utils: workspace:* dependencies: - '@chakra-ui/css-reset': 2.0.8_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/react': 2.3.6_jv7ytp3eoicvwawlynwdu2nyd4 + '@chakra-ui/css-reset': 2.0.10_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/react': 2.4.1_ydu7fid2w3vesyc65jyv4dbawa '@codemirror/lang-css': 6.0.1_fuptfgfvjei7zlnjj2tcjb3b3y - '@codemirror/lang-html': 6.1.3 + '@codemirror/lang-html': 6.1.4 '@codemirror/lang-javascript': 6.1.1 '@codemirror/lang-json': 6.0.1 - '@codemirror/lint': 6.0.0 - '@codemirror/state': 6.1.2 + '@codemirror/lint': 6.1.0 + '@codemirror/state': 6.1.3 '@dnd-kit/core': 6.0.5_biqbaboplfbrettd7655fr4n2y '@dnd-kit/sortable': 7.0.1_vvd3dzag27tc7rclyb2whqqnpe '@dnd-kit/utilities': 3.2.0_react@18.2.0 - '@emotion/react': 11.10.5_5ihuxrpe4zse4p4tf6ubxcyzuu - '@emotion/styled': 11.10.5_z7x6wqqd37fzu777gq3gq2bxru + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y '@faire/mjml-react': 2.1.4_7tbcn2mecc3yvuxakflodiks3m '@giphy/js-fetch-api': 4.4.0 '@giphy/js-types': 4.2.1 - '@giphy/react-components': 6.2.0_ovnpmkgfyand75et73pnqceycy + '@giphy/react-components': 6.2.0_o6ujcdmwt6ni5mv4wdf5n6tg3y '@googleapis/drive': 4.0.0 - '@sentry/nextjs': 7.17.3_next@13.0.1+react@18.2.0 - '@stripe/stripe-js': 1.42.1 - '@tanstack/react-table': 8.5.22_biqbaboplfbrettd7655fr4n2y - '@udecode/plate-basic-marks': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-common': 7.0.2_bmb3bnf4hbalzfoaa7ux46wshe - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-link': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-serializer-html': 18.7.0_3lkt7qpa45ujidthtdszxzzuvy - '@udecode/plate-ui-link': 18.7.0_iwz2dwov7ifo5zjzvfrllutxiu - '@udecode/plate-ui-toolbar': 18.7.0_iwz2dwov7ifo5zjzvfrllutxiu - aws-sdk: 2.1245.0 + '@sentry/nextjs': 7.19.0_next@13.0.3+react@18.2.0 + '@stripe/stripe-js': 1.44.1 + '@tanstack/react-table': 8.5.28_biqbaboplfbrettd7655fr4n2y + '@udecode/plate-basic-marks': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-common': 7.0.2_l45ryt4vvbsc5mzu26yyqixq5e + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-link': 18.9.1_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-serializer-html': 18.9.0_mcaxlyuolm2h3oopex5ujcsyse + '@udecode/plate-ui-link': 18.9.1_4zvsqcrsewxwtidgbzcpvbiljy + '@udecode/plate-ui-toolbar': 18.9.0_4zvsqcrsewxwtidgbzcpvbiljy + aws-sdk: 2.1254.0 bot-engine: link:../../packages/bot-engine browser-image-compression: 2.0.0 canvas-confetti: 1.6.0 codemirror: 6.0.1_@lezer+common@1.0.1 cuid: 2.1.8 - deep-object-diff: 1.1.7 + deep-object-diff: 1.1.9 dequal: 2.0.3 emails: link:../../packages/emails emojilib: 3.0.7 focus-visible: 5.2.0 - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y - google-auth-library: 8.6.0 + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y + google-auth-library: 8.7.0 google-spreadsheet: 3.3.0 got: 12.5.2 htmlparser2: 8.0.1 @@ -162,8 +162,8 @@ importers: micro: 9.4.1 micro-cors: 0.1.1 minio: 7.0.32 - next: 13.0.1_qtpcxnaaarbm4ws7ughq6oxfve - next-auth: 4.12.3_4l4yxn4yg2obvj34dugbbwbeaa + next: 13.0.3_mqvh5p7ejg4taogoj6tpk3gd5a + next-auth: 4.12.3_5nc2srutphl3qcpcgvoruejrga nodemailer: 6.8.0 nprogress: 0.2.0 papaparse: 5.3.2 @@ -172,11 +172,11 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-draggable: 4.4.5_biqbaboplfbrettd7655fr4n2y - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-hyperscript: 0.77.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm - stripe: 10.15.0 + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-hyperscript: 0.77.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 + stripe: 10.17.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba svg-round-corners: 0.4.1 swr: 1.3.0_react@18.2.0 @@ -184,10 +184,10 @@ importers: typebot-js: link:../../packages/typebot-js use-debounce: 8.0.4_react@18.2.0 devDependencies: - '@babel/core': 7.19.6 - '@chakra-ui/styled-system': 2.3.4 + '@babel/core': 7.20.2 + '@chakra-ui/styled-system': 2.3.5 '@playwright/test': 1.27.1 - '@types/canvas-confetti': 1.4.3 + '@types/canvas-confetti': 1.6.0 '@types/google-spreadsheet': 3.3.0 '@types/jsonwebtoken': 8.5.9 '@types/micro-cors': 0.1.2 @@ -198,16 +198,16 @@ importers: '@types/papaparse': 5.3.5 '@types/prettier': 2.7.1 '@types/qs': 6.9.7 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/tinycolor2': 1.4.3 - '@typescript-eslint/eslint-plugin': 5.42.0_6xw5wg2354iw4zujk2f3vyfrzu - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy configs: link:../../packages/configs db: link:../../packages/db dotenv: 16.0.3 - eslint: 8.26.0 - eslint-config-next: 13.0.1_wyqvi574yv7oiwfeinomdzmc3m - eslint-plugin-react: 7.31.10_eslint@8.26.0 + eslint: 8.27.0 + eslint-config-next: 13.0.3_rmayb2veg2btbq6mbmnyivgasy + eslint-plugin-react: 7.31.10_eslint@8.27.0 models: link:../../packages/models next-transpile-modules: 10.0.0 typescript: 4.8.4 @@ -252,88 +252,88 @@ importers: apps/landing-page: specifiers: - '@babel/core': 7.19.6 - '@chakra-ui/icon': 3.0.11 - '@chakra-ui/react': 2.3.6 - '@chakra-ui/styled-system': 2.3.4 + '@babel/core': 7.20.2 + '@chakra-ui/icon': 3.0.12 + '@chakra-ui/react': 2.4.1 + '@chakra-ui/styled-system': 2.3.5 '@emotion/react': 11.10.5 '@emotion/styled': 11.10.5 - '@next/bundle-analyzer': 13.0.1 + '@next/bundle-analyzer': 13.0.3 '@types/aos': 3.0.4 '@types/node': 18.11.9 - '@types/react': 18.0.24 - '@typescript-eslint/eslint-plugin': 5.42.0 - '@typescript-eslint/parser': 5.42.0 + '@types/react': 18.0.25 + '@typescript-eslint/eslint-plugin': 5.43.0 + '@typescript-eslint/parser': 5.43.0 aos: 2.3.4 autoprefixer: 10.4.13 bot-engine: workspace:* cross-env: 7.0.3 db: workspace:* - eslint: 8.26.0 - eslint-config-next: 13.0.1 + eslint: 8.27.0 + eslint-config-next: 13.0.3 eslint-plugin-react: 7.31.10 focus-visible: 5.2.0 - framer-motion: 7.6.4 + framer-motion: 7.6.6 models: workspace:* - next: 13.0.1 + next: 13.0.3 next-transpile-modules: 10.0.0 - postcss: 8.4.18 + postcss: 8.4.19 prettier: 2.7.1 react: 18.2.0 react-dom: 18.2.0 typescript: 4.8.4 utils: workspace:* dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react': 2.3.6_jv7ytp3eoicvwawlynwdu2nyd4 - '@emotion/react': 11.10.5_5ihuxrpe4zse4p4tf6ubxcyzuu - '@emotion/styled': 11.10.5_z7x6wqqd37fzu777gq3gq2bxru + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react': 2.4.1_ydu7fid2w3vesyc65jyv4dbawa + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y aos: 2.3.4 bot-engine: link:../../packages/bot-engine db: link:../../packages/db focus-visible: 5.2.0 - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y models: link:../../packages/models - next: 13.0.1_qtpcxnaaarbm4ws7ughq6oxfve + next: 13.0.3_mqvh5p7ejg4taogoj6tpk3gd5a react: 18.2.0 react-dom: 18.2.0_react@18.2.0 utils: link:../../packages/utils devDependencies: - '@babel/core': 7.19.6 - '@chakra-ui/styled-system': 2.3.4 - '@next/bundle-analyzer': 13.0.1 + '@babel/core': 7.20.2 + '@chakra-ui/styled-system': 2.3.5 + '@next/bundle-analyzer': 13.0.3 '@types/aos': 3.0.4 '@types/node': 18.11.9 - '@types/react': 18.0.24 - '@typescript-eslint/eslint-plugin': 5.42.0_6xw5wg2354iw4zujk2f3vyfrzu - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m - autoprefixer: 10.4.13_postcss@8.4.18 + '@types/react': 18.0.25 + '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + autoprefixer: 10.4.13_postcss@8.4.19 cross-env: 7.0.3 - eslint: 8.26.0 - eslint-config-next: 13.0.1_wyqvi574yv7oiwfeinomdzmc3m - eslint-plugin-react: 7.31.10_eslint@8.26.0 + eslint: 8.27.0 + eslint-config-next: 13.0.3_rmayb2veg2btbq6mbmnyivgasy + eslint-plugin-react: 7.31.10_eslint@8.27.0 next-transpile-modules: 10.0.0 - postcss: 8.4.18 + postcss: 8.4.19 prettier: 2.7.1 typescript: 4.8.4 apps/viewer: specifiers: - '@babel/preset-env': 7.19.4 + '@babel/preset-env': 7.20.2 '@faire/mjml-react': 2.1.4 '@playwright/test': 1.27.1 - '@sentry/nextjs': 7.17.3 + '@sentry/nextjs': 7.19.0 '@types/cors': 2.8.12 '@types/google-spreadsheet': 3.3.0 '@types/node': 18.11.9 '@types/nodemailer': 6.4.6 '@types/papaparse': 5.3.5 '@types/qs': 6.9.7 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/sanitize-html': 2.6.2 - '@typescript-eslint/eslint-plugin': 5.42.0 - '@typescript-eslint/parser': 5.42.0 - aws-sdk: 2.1245.0 + '@typescript-eslint/eslint-plugin': 5.43.0 + '@typescript-eslint/parser': 5.43.0 + aws-sdk: 2.1254.0 bot-engine: '*' configs: workspace:* cors: 2.8.5 @@ -341,44 +341,44 @@ importers: db: workspace:* dotenv: 16.0.3 emails: workspace:* - eslint: 8.26.0 - eslint-config-next: 13.0.1 + eslint: 8.27.0 + eslint-config-next: 13.0.3 eslint-plugin-react: 7.31.10 eslint-plugin-react-hooks: 4.6.0 - google-auth-library: 8.6.0 + google-auth-library: 8.7.0 google-spreadsheet: 3.3.0 got: 12.5.2 models: workspace:* - next: 13.0.1 + next: 13.0.3 next-transpile-modules: 10.0.0 - node-fetch: ^3.2.10 + node-fetch: ^3.3.0 nodemailer: 6.8.0 papaparse: 5.3.2 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0 sanitize-html: 2.7.3 - stripe: 10.15.0 + stripe: 10.17.0 typescript: 4.8.4 utils: workspace:* dependencies: - '@sentry/nextjs': 7.17.3_next@13.0.1+react@18.2.0 - aws-sdk: 2.1245.0 + '@sentry/nextjs': 7.19.0_next@13.0.3+react@18.2.0 + aws-sdk: 2.1254.0 bot-engine: link:../../packages/bot-engine cors: 2.8.5 cuid: 2.1.8 db: link:../../packages/db google-spreadsheet: 3.3.0 got: 12.5.2 - next: 13.0.1_qtpcxnaaarbm4ws7ughq6oxfve + next: 13.0.3_mqvh5p7ejg4taogoj6tpk3gd5a nodemailer: 6.8.0 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 sanitize-html: 2.7.3 - stripe: 10.15.0 + stripe: 10.17.0 devDependencies: - '@babel/preset-env': 7.19.4_@babel+core@7.19.6 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 '@faire/mjml-react': 2.1.4_7tbcn2mecc3yvuxakflodiks3m '@playwright/test': 1.27.1 '@types/cors': 2.8.12 @@ -387,47 +387,47 @@ importers: '@types/nodemailer': 6.4.6 '@types/papaparse': 5.3.5 '@types/qs': 6.9.7 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/sanitize-html': 2.6.2 - '@typescript-eslint/eslint-plugin': 5.42.0_6xw5wg2354iw4zujk2f3vyfrzu - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy configs: link:../../packages/configs dotenv: 16.0.3 emails: link:../../packages/emails - eslint: 8.26.0 - eslint-config-next: 13.0.1_wyqvi574yv7oiwfeinomdzmc3m - eslint-plugin-react: 7.31.10_eslint@8.26.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.26.0 - google-auth-library: 8.6.0 + eslint: 8.27.0 + eslint-config-next: 13.0.3_rmayb2veg2btbq6mbmnyivgasy + eslint-plugin-react: 7.31.10_eslint@8.27.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 + google-auth-library: 8.7.0 models: link:../../packages/models next-transpile-modules: 10.0.0 - node-fetch: 3.2.10 + node-fetch: 3.3.0 papaparse: 5.3.2 typescript: 4.8.4 utils: link:../../packages/utils packages/bot-engine: specifiers: - '@stripe/react-stripe-js': 1.14.1 - '@stripe/stripe-js': 1.42.1 + '@stripe/react-stripe-js': 1.15.0 + '@stripe/stripe-js': 1.44.1 '@types/node': 18.11.9 '@types/qs': 6.9.7 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/react-phone-number-input': 3.0.14 - '@types/react-scroll': 1.8.4 + '@types/react-scroll': 1.8.5 '@types/react-transition-group': 4.4.5 - '@typescript-eslint/eslint-plugin': 5.42.0 - '@typescript-eslint/parser': 5.42.0 + '@typescript-eslint/eslint-plugin': 5.43.0 + '@typescript-eslint/parser': 5.43.0 autoprefixer: 10.4.13 baptistearno-tsup: ^0.1.0 db: workspace:* - eslint: 8.26.0 - eslint-config-next: 13.0.1 + eslint: 8.27.0 + eslint-config-next: 13.0.3 eslint-config-prettier: 8.5.0 eslint-plugin-prettier: 4.2.1 eslint-plugin-react: 7.31.10 models: workspace:* - postcss: 8.4.18 + postcss: 8.4.19 prettier: 2.7.1 prop-types: 15.8.1 qs: 6.11.0 @@ -438,13 +438,13 @@ importers: react-scroll: 1.8.8 react-transition-group: 4.4.5 resize-observer: 1.0.4 - tailwindcss: 3.2.1 + tailwindcss: 3.2.4 typebot-js: workspace:* typescript: 4.8.4 utils: workspace:* dependencies: - '@stripe/react-stripe-js': 1.14.1_3dz37hcayidfnx3wdev33ig6pe - '@stripe/stripe-js': 1.42.1 + '@stripe/react-stripe-js': 1.15.0_mljfwq7caaxrtdqn7u72ntpebq + '@stripe/stripe-js': 1.44.1 prop-types: 15.8.1 qs: 6.11.0 react-frame-component: 5.2.3_v2m5e27vhdewzwhryxwfaorcca @@ -455,26 +455,26 @@ importers: devDependencies: '@types/node': 18.11.9 '@types/qs': 6.9.7 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/react-phone-number-input': 3.0.14 - '@types/react-scroll': 1.8.4 + '@types/react-scroll': 1.8.5 '@types/react-transition-group': 4.4.5 - '@typescript-eslint/eslint-plugin': 5.42.0_6xw5wg2354iw4zujk2f3vyfrzu - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m - autoprefixer: 10.4.13_postcss@8.4.18 - baptistearno-tsup: 0.1.0_tsifnmosqzrfo2mme7gtewypme + '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + autoprefixer: 10.4.13_postcss@8.4.19 + baptistearno-tsup: 0.1.0_wj7eq4dpcmr2qz6e5enuabn7dy db: link:../db - eslint: 8.26.0 - eslint-config-next: 13.0.1_wyqvi574yv7oiwfeinomdzmc3m - eslint-config-prettier: 8.5.0_eslint@8.26.0 - eslint-plugin-prettier: 4.2.1_aniwkeyvlpmwkidetuytnokvcm - eslint-plugin-react: 7.31.10_eslint@8.26.0 + eslint: 8.27.0 + eslint-config-next: 13.0.3_rmayb2veg2btbq6mbmnyivgasy + eslint-config-prettier: 8.5.0_eslint@8.27.0 + eslint-plugin-prettier: 4.2.1_v7o5sx5x3wbs57ifz6wc4f76we + eslint-plugin-react: 7.31.10_eslint@8.27.0 models: link:../models - postcss: 8.4.18 + postcss: 8.4.19 prettier: 2.7.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - tailwindcss: 3.2.1_postcss@8.4.18 + tailwindcss: 3.2.4_postcss@8.4.19 typebot-js: link:../typebot-js typescript: 4.8.4 utils: link:../utils @@ -493,15 +493,15 @@ importers: packages/db: specifiers: - '@prisma/client': 4.5.0 + '@prisma/client': 4.6.1 dotenv-cli: 6.0.0 - prisma: 4.5.0 + prisma: 4.6.1 typescript: 4.8.4 dependencies: - '@prisma/client': 4.5.0_prisma@4.5.0 + '@prisma/client': 4.6.1_prisma@4.6.1 devDependencies: dotenv-cli: 6.0.0 - prisma: 4.5.0 + prisma: 4.6.1 typescript: 4.8.4 packages/emails: @@ -509,38 +509,36 @@ importers: '@faire/mjml-react': 2.1.4 '@types/node': 18.11.9 '@types/nodemailer': 6.4.6 - '@types/react': 18.0.24 + '@types/react': 18.0.25 concurrently: 7.5.0 http-server: 14.1.1 nodemailer: 6.8.0 react: 18.2.0 - serve: 14.0.1 - tsx: 3.11.0 + tsx: 3.12.1 utils: workspace:* devDependencies: '@faire/mjml-react': 2.1.4_7tbcn2mecc3yvuxakflodiks3m '@types/node': 18.11.9 '@types/nodemailer': 6.4.6 - '@types/react': 18.0.24 + '@types/react': 18.0.25 concurrently: 7.5.0 http-server: 14.1.1 nodemailer: 6.8.0 react: 18.2.0 - serve: 14.0.1 - tsx: 3.11.0 + tsx: 3.12.1 utils: link:../utils packages/models: specifiers: db: workspace:* - next: 13.0.1 + next: 13.0.3 typescript: 4.8.4 zod: 3.19.1 dependencies: zod: 3.19.1 devDependencies: db: link:../db - next: 13.0.1_biqbaboplfbrettd7655fr4n2y + next: 13.0.3_biqbaboplfbrettd7655fr4n2y typescript: 4.8.4 packages/scripts: @@ -551,7 +549,7 @@ importers: emails: workspace:* got: 12.5.2 models: workspace:* - tsx: 3.11.0 + tsx: 3.12.1 typescript: 4.8.4 utils: workspace:* devDependencies: @@ -561,59 +559,59 @@ importers: emails: link:../emails got: 12.5.2 models: link:../models - tsx: 3.11.0 + tsx: 3.12.1 typescript: 4.8.4 utils: link:../utils packages/typebot-js: specifiers: - '@types/jest': 29.2.1 - '@typescript-eslint/eslint-plugin': 5.42.0 - '@typescript-eslint/parser': 5.42.0 + '@types/jest': 29.2.3 + '@typescript-eslint/eslint-plugin': 5.43.0 + '@typescript-eslint/parser': 5.43.0 baptistearno-tsup: ^0.1.0 - eslint: 8.26.0 + eslint: 8.27.0 eslint-plugin-functional: 4.4.1 - eslint-plugin-jest: 27.1.3 + eslint-plugin-jest: 27.1.5 eslint-plugin-prettier: 4.2.1 - jest: 29.2.2 - jest-environment-jsdom: 29.2.2 + jest: 29.3.1 + jest-environment-jsdom: 29.3.1 prettier: 2.7.1 ts-jest: 29.0.3 typescript: 4.8.4 devDependencies: - '@types/jest': 29.2.1 - '@typescript-eslint/eslint-plugin': 5.42.0_6xw5wg2354iw4zujk2f3vyfrzu - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@types/jest': 29.2.3 + '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy baptistearno-tsup: 0.1.0_typescript@4.8.4 - eslint: 8.26.0 - eslint-plugin-functional: 4.4.1_wyqvi574yv7oiwfeinomdzmc3m - eslint-plugin-jest: 27.1.3_vg4o634kebbkmy67d6ljsnmtoy - eslint-plugin-prettier: 4.2.1_5t6g5rrqvlktilv3n3sw5svbdi - jest: 29.2.2 - jest-environment-jsdom: 29.2.2 + eslint: 8.27.0 + eslint-plugin-functional: 4.4.1_rmayb2veg2btbq6mbmnyivgasy + eslint-plugin-jest: 27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e + eslint-plugin-prettier: 4.2.1_mbd4zptqpjbepwpyh2zbtslqey + jest: 29.3.1 + jest-environment-jsdom: 29.3.1 prettier: 2.7.1 - ts-jest: 29.0.3_2vinbdoj7vidlkv4wi2i3bfqf4 + ts-jest: 29.0.3_v72o2yzbigfissiesqypkt53yu typescript: 4.8.4 packages/utils: specifiers: '@playwright/test': 1.27.1 '@types/nodemailer': 6.4.6 - aws-sdk: 2.1245.0 + aws-sdk: 2.1254.0 cuid: 2.1.8 db: workspace:* models: workspace:* - next: 13.0.1 + next: 13.0.3 nodemailer: 6.8.0 typescript: 4.8.4 devDependencies: '@playwright/test': 1.27.1 '@types/nodemailer': 6.4.6 - aws-sdk: 2.1245.0 + aws-sdk: 2.1254.0 cuid: 2.1.8 db: link:../db models: link:../models - next: 13.0.1_biqbaboplfbrettd7655fr4n2y + next: 13.0.3_biqbaboplfbrettd7655fr4n2y nodemailer: 6.8.0 typescript: 4.8.4 @@ -747,8 +745,8 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.19.4: - resolution: {integrity: sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==} + /@babel/compat-data/7.20.1: + resolution: {integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==} engines: {node: '>=6.9.0'} /@babel/core/7.12.9: @@ -756,13 +754,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.6 - '@babel/helper-module-transforms': 7.19.6 - '@babel/helpers': 7.19.4 - '@babel/parser': 7.19.6 + '@babel/generator': 7.20.4 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helpers': 7.20.1 + '@babel/parser': 7.20.3 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.6 - '@babel/types': 7.20.0 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -775,20 +773,20 @@ packages: - supports-color dev: false - /@babel/core/7.19.6: - resolution: {integrity: sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==} + /@babel/core/7.20.2: + resolution: {integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.6 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.6 - '@babel/helper-module-transforms': 7.19.6 - '@babel/helpers': 7.19.4 - '@babel/parser': 7.19.6 + '@babel/generator': 7.20.4 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helpers': 7.20.1 + '@babel/parser': 7.20.3 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.6 - '@babel/types': 7.20.0 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -801,7 +799,7 @@ packages: resolution: {integrity: sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.3 + '@babel/types': 7.20.2 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 dev: false @@ -810,7 +808,16 @@ packages: resolution: {integrity: sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 + '@jridgewell/gen-mapping': 0.3.2 + jsesc: 2.5.2 + dev: false + + /@babel/generator/7.20.4: + resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.20.2 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -818,34 +825,34 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 - /@babel/helper-compilation-targets/7.19.3_@babel+core@7.19.6: - resolution: {integrity: sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==} + /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2: + resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.19.4 - '@babel/core': 7.19.6 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.4 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.19.0_@babel+core@7.19.6: + /@babel/helper-create-class-features-plugin/7.19.0_@babel+core@7.20.2: resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 @@ -856,24 +863,24 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.19.6: + /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2: resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.2.1 - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.19.6: + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2: resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -889,26 +896,26 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-function-name/7.19.0: resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 /@babel/helper-member-expression-to-functions/7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} @@ -916,33 +923,18 @@ packages: dependencies: '@babel/types': 7.20.0 - /@babel/helper-module-transforms/7.19.0: - resolution: {integrity: sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-simple-access': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.18.10 - '@babel/traverse': 7.19.6 - '@babel/types': 7.19.4 - transitivePeerDependencies: - - supports-color - - /@babel/helper-module-transforms/7.19.6: - resolution: {integrity: sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==} + /@babel/helper-module-transforms/7.20.2: + resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-simple-access': 7.19.4 + '@babel/helper-simple-access': 7.20.2 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.6 - '@babel/types': 7.20.0 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color @@ -950,7 +942,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-plugin-utils/7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} @@ -960,17 +952,21 @@ packages: resolution: {integrity: sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.19.6: + /@babel/helper-plugin-utils/7.20.2: + resolution: {integrity: sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==} + engines: {node: '>=6.9.0'} + + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-wrap-function': 7.19.0 - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color @@ -981,34 +977,28 @@ packages: '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.19.6 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/helper-simple-access/7.18.6: - resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.19.4 - - /@babel/helper-simple-access/7.19.4: - resolution: {integrity: sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==} + /@babel/helper-simple-access/7.20.2: + resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 /@babel/helper-skip-transparent-expression-wrappers/7.18.9: resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 /@babel/helper-string-parser/7.18.10: resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} @@ -1033,18 +1023,18 @@ packages: dependencies: '@babel/helper-function-name': 7.19.0 '@babel/template': 7.18.10 - '@babel/traverse': 7.19.6 - '@babel/types': 7.19.4 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/helpers/7.19.4: - resolution: {integrity: sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==} + /@babel/helpers/7.20.1: + resolution: {integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/traverse': 7.19.6 - '@babel/types': 7.20.0 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color @@ -1061,134 +1051,134 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.2 dev: false - /@babel/parser/7.19.6: - resolution: {integrity: sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==} + /@babel/parser/7.20.3: + resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.19.6: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.19.6: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.6 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 - /@babel/plugin-proposal-async-generator-functions/7.19.1_@babel+core@7.19.6: - resolution: {integrity: sha512-0yu8vNATgLy4ivqMNBIwb1HebCelqN7YX8SL3FDXORv/RqT0zEEWUCH4GH44JsSrvCu6GqnAdR5EBFAPeNBB4Q==} + /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.2: + resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.6 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.19.6: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.19.6: + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} @@ -1196,156 +1186,156 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.12.9 dev: false - /@babel/plugin-proposal-object-rest-spread/7.19.4_@babel+core@7.19.6: - resolution: {integrity: sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==} + /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.19.4 - '@babel/core': 7.19.6 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.6 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.19.6: + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.19.6 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.19.6 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.19.6: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.19.6: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.19.6: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.19.6: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.19.6: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.19.6: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.19.6: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.19.6: - resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==} + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.2: + resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.19.6: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.2: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.19.6: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} @@ -1353,41 +1343,41 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.19.6: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.19.0 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.19.6: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.19.6: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.19.6: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -1395,609 +1385,693 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.19.6: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.19.6: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.19.6: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.19.6: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.19.6: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.19.6: + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.19.6 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-block-scoping/7.19.4_@babel+core@7.19.6: - resolution: {integrity: sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==} + /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-classes/7.19.0_@babel+core@7.19.6: - resolution: {integrity: sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==} + /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.6 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.19.6: + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-destructuring/7.19.4_@babel+core@7.19.6: - resolution: {integrity: sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==} + /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.19.6: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.19.6: + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.2: resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.19.6: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-function-name': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.19.6: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.19.6: - resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} + /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.18.6_@babel+core@7.19.6: - resolution: {integrity: sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==} + /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/helper-simple-access': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-simple-access': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.19.0_@babel+core@7.19.6: - resolution: {integrity: sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==} + /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-identifier': 7.19.1 - babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-module-transforms': 7.19.0 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.19.6: + /@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.20.2: resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.12.9: - resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} + /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.12.9: + resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.19.6: - resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} + /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2: + resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-react-constant-elements/7.18.12_@babel+core@7.19.6: + /@babel/plugin-transform-react-constant-elements/7.18.12_@babel+core@7.20.2: resolution: {integrity: sha512-Q99U9/ttiu+LMnRU8psd23HhvwXmKWDQIpocm0JKaICcZHnw+mdQbHm6xnSy7dOl8I5PELakYtNBubNQlBXbZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 dev: false - /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.19.6: + /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.2: resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.6 - '@babel/types': 7.19.4 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@babel/types': 7.20.2 dev: false - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.0 - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-runtime/7.19.1_@babel+core@7.19.6: + /@babel/plugin-transform-runtime/7.19.1_@babel+core@7.20.2: resolution: {integrity: sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.19.0 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.19.6 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.19.6 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.19.6 + '@babel/helper-plugin-utils': 7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-spread/7.19.0_@babel+core@7.19.6: + /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.2: resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.19.6: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.19.6: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typescript/7.19.3_@babel+core@7.19.6: + /@babel/plugin-transform-typescript/7.19.3_@babel+core@7.20.2: resolution: {integrity: sha512-z6fnuK9ve9u/0X0rRvI9MY0xg+DOUaABDYOe+/SQTxtlptaBB/V9JIUxJn6xp3lMBeb9qe8xSFmHU35oZDXD+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.19.6: + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.2: resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.19.6: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 - /@babel/preset-env/7.19.4_@babel+core@7.19.6: + /@babel/preset-env/7.19.4_@babel+core@7.20.2: resolution: {integrity: sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.19.4 - '@babel/core': 7.19.6 - '@babel/helper-compilation-targets': 7.19.3_@babel+core@7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.2 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.2 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.2 + '@babel/preset-modules': 0.1.5_@babel+core@7.20.2 + '@babel/types': 7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 + core-js-compat: 3.25.3 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/preset-env/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-proposal-async-generator-functions': 7.19.1_@babel+core@7.19.6 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-object-rest-spread': 7.19.4_@babel+core@7.19.6 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.6 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.19.6 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.19.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.19.6 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.19.6 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-block-scoping': 7.19.4_@babel+core@7.19.6 - '@babel/plugin-transform-classes': 7.19.0_@babel+core@7.19.6 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-transform-destructuring': 7.19.4_@babel+core@7.19.6 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.19.6 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-modules-systemjs': 7.19.0_@babel+core@7.19.6 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.19.6 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.19.6 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.19.6 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.19.6 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.19.6 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.19.6 - '@babel/preset-modules': 0.1.5_@babel+core@7.19.6 - '@babel/types': 7.19.4 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.19.6 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.19.6 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.19.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.2 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.2 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.2 + '@babel/preset-modules': 0.1.5_@babel+core@7.20.2 + '@babel/types': 7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 core-js-compat: 3.25.3 semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.19.6: + /@babel/preset-modules/0.1.5_@babel+core@7.20.2: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.19.6 - '@babel/types': 7.19.4 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 + '@babel/types': 7.20.2 esutils: 2.0.3 - /@babel/preset-react/7.18.6_@babel+core@7.19.6: + /@babel/preset-react/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.19.6 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.19.6 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.2 dev: false - /@babel/preset-typescript/7.18.6_@babel+core@7.19.6: + /@babel/preset-typescript/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-plugin-utils': 7.19.0 + '@babel/core': 7.20.2 + '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.19.6 + '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.20.2 transitivePeerDependencies: - supports-color dev: false @@ -2020,8 +2094,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.19.6 - '@babel/types': 7.20.0 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 /@babel/traverse/7.19.3_supports-color@5.5.0: resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} @@ -2046,13 +2120,31 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.6 + '@babel/generator': 7.20.4 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.19.6 - '@babel/types': 7.20.0 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/traverse/7.20.1: + resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.20.4 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.19.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -2067,16 +2159,16 @@ packages: to-fast-properties: 2.0.0 dev: false - /@babel/types/7.19.4: - resolution: {integrity: sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==} + /@babel/types/7.20.0: + resolution: {integrity: sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 - /@babel/types/7.20.0: - resolution: {integrity: sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==} + /@babel/types/7.20.2: + resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 @@ -2087,661 +2179,671 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.1.2_afqmofkcrqiiq5qdxhufkesfbq: - resolution: {integrity: sha512-Jf7A6I0eIGk34zO5TiTW8orJOFQb5A/D1ekNYbaukNccoUPKJg/xdQ/b00oIR6LT93nJxggkoP/vszfmmTHuFg==} + /@chakra-ui/accordion/2.1.3_pyep2utxdr2hljs3hhksvb4hf4: + resolution: {integrity: sha512-OAJSbF0UHBipi6ySBlTZM1vZi5Uoe+1UyYTBId1CxRPYHHgm3n9xAYjOtiA+TrT63aZbKwNV2KBshmGSMnNPGQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.11_met45o3wt6wybzcplca7lbldbq - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/descendant': 3.0.11_react@18.2.0 + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/alert/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-n40KHU3j1H6EbIdgptjEad92V7Fpv7YD++ZBjy2g1h4w9ay9nw4kGHib3gaIkBupLf52CfLqySEc8w0taoIlXQ==} + /@chakra-ui/alert/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-L2h2EeLH0x6+FDG8liu/EuDGAkI3Cgym6aXJdhaJDY3Q18o7lATrkU5Nb7jAf3sHKMwTW5X0YzAOtFiwjpALGA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/spinner': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/anatomy/2.0.7: - resolution: {integrity: sha512-vzcB2gcsGCxhrKbldQQV6LnBPys4eSSsH2UA2mLsT+J3WlXw0aodZw0eE/nH7yLxe4zaQ4Gnc0KjkFW4EWNKSg==} + /@chakra-ui/anatomy/2.1.0: + resolution: {integrity: sha512-E3jMPGqKuGTbt7mKtc8g/MOOenw2c4wqRC1vOypyFgmC8wsewdY+DJJNENF3atXAK7p5VMBKQfZ7ipNlHnDAwA==} dev: false - /@chakra-ui/avatar/2.2.0_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-mpAkfr/JG+BNBw2WvU55CSRFYKeFBUyAQAu3YulznLzi2U3e7k3IA0J8ofbrDYlSH/9KqkDuuSrxqGZgct+Nug==} + /@chakra-ui/avatar/2.2.1_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-sgiogfLM8vas8QJTt7AJI4XxNXYdViCWj+xYJwyOwUN93dWKImqqx3O2ihCXoXTIqQWg1rcEgoJ5CxCg6rQaQQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/image': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/image': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breadcrumb/2.1.0_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-khBR579SLDEo6Wuo3tETRY6m0yJD/WCvSR7Res2g1B6OJgc9OQGM7yIMu4OdLUTwfXsCnlHTDoSQPUxFOVAMIQ==} + /@chakra-ui/breadcrumb/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-OSa+F9qJ1xmF0zVxC1GU46OWbbhGf0kurHioSB729d+tRw/OMzmqrrfCJ7KVUUN8NEnTZXT5FIgokMvHGEt+Hg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breakpoint-utils/2.0.4: - resolution: {integrity: sha512-SUUEYnA/FCIKYDHMuEXcnBMwet+6RAAjQ+CqGD1hlwKPTfh7EK9fS8FoVAJa9KpRKAc/AawzPkgwvorzPj8NSg==} + /@chakra-ui/breakpoint-utils/2.0.5: + resolution: {integrity: sha512-8uhrckMwoR/powlAhxiFZPM0s8vn0B2yEyEaRcwpy5NmRAJSTEotC2WkSyQl/Cjysx9scredumB5g+fBX7IqGQ==} dev: false - /@chakra-ui/button/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-J6iMRITqxTxa0JexHUY9c7BXUrTZtSkl3jZ2hxiFybB4MQL8J2wZ24O846B6M+WTYqy7XVuHRuVURnH4czWesw==} + /@chakra-ui/button/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-SRW44nz3Jcbl0XkwCxqn1GE7cT/cqKALBMCnBxM5zXJqzMfYjuQHdtJA2AzX/WB3qKab1GJK4rXCV37h4l3Q3Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/spinner': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.2.2_afqmofkcrqiiq5qdxhufkesfbq: - resolution: {integrity: sha512-Y6Zbkkk5VNoe0RzqU6F+rKlFVPlubz1KIgYcb7CCNHGOM97dLtRm78eAvJ+7Xmpitr+7zZ4hJLLjfAz+e1X7rA==} + /@chakra-ui/card/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-vvmfuNn6gkfv6bGcXQe6kvWHspziPZgYnnffiEjPaZYtaf98WRszpjyPbFv0oQR/2H1RSE1oaTqa/J1rHrzw3A==} + peerDependencies: + '@chakra-ui/system': '>=2.0.0' + react: '>=18' + dependencies: + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + react: 18.2.0 + dev: false + + /@chakra-ui/checkbox/2.2.4_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-yNuUFFBuFu9Sih8DlqOn+SLj2RtpVGebePkwUqSRQygMfveFYuWYWt1sbrFYyt0KmIBq0OkucUMy4OnkErUOHQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' - framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/visually-hidden': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/visually-hidden': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi '@zag-js/focus-visible': 0.1.0 - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/clickable/2.0.10_react@18.2.0: - resolution: {integrity: sha512-G6JdR6yAMlXpfjOJ70W2FL7aUwNuomiMFtkneeTpk7Q42bJ5iGHfYlbZEx5nJd8iB+UluXVM4xlhMv2MyytjGw==} + /@chakra-ui/clickable/2.0.11_react@18.2.0: + resolution: {integrity: sha512-5Y2dl5cxNgOxHbjxyxsL6Vdze4wUUvwsMCCW3kXwgz2OUI2y5UsBZNcvhNJx3RchJEd0fylMKiKoKmnZMHN2aw==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/close-button/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-9WF/nwwK9BldS89WQ5PtXK2nFS4r8QOgKls2BOwXfE+rGmOUZtOsu8ne/drXRjgkiBRETR6CxdyUjm7EPzXllw==} + /@chakra-ui/close-button/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-34rOJ+NDdkhaP1CI0bP5jmE4KCmvgaxxuI5Ano52XHRnFad4ghqqSZ0oae7RqNMcxRK4YNX8JYtj6xdQsfc6kA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/color-mode/2.1.9_react@18.2.0: - resolution: {integrity: sha512-0kx0I+AQon8oS23/X+qMtnhsv/1BUulyJvU56p3Uh8CRaBfgJ7Ly9CerShoUL+5kadu6hN1M9oty4cugaCwv2w==} + /@chakra-ui/color-mode/2.1.10_react@18.2.0: + resolution: {integrity: sha512-aUPouOUPn7IPm1v00/9AIkRuNrkCwJlbjVL1kJzLzxijYjbHvEHPxntITt+JWjtXPT8xdOq6mexLYCOGA67JwQ==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/control-box/2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-sHmZanFLEv4IDATl19ZTxq8Bi8PtjfvnsN6xF4k7JGSYUnk1YXUf1coyW7WKdcsczOASrMikfsLc3iEVAzx4Ng==} + /@chakra-ui/control-box/2.0.11_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-UJb4vqq+/FPuwTCuaPeHa2lwtk6u7eFvLuwDCST2e/sBWGJC1R+1/Il5pHccnWs09FWxyZ9v/Oxkg/CG3jZR4Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/counter/2.0.10_react@18.2.0: - resolution: {integrity: sha512-MZK8UKUZp4nFMd+GlV/cq0NIARS7UdlubTuCx+wockw9j2JI5OHzsyK0XiWuJiq5psegSTzpbtT99QfAUm3Yiw==} + /@chakra-ui/counter/2.0.11_react@18.2.0: + resolution: {integrity: sha512-1YRt/jom+m3iWw9J9trcM6rAHDvD4lwThiO9raxUK7BRsYUhnPZvsMpcXU1Moax218C4rRpbI9KfPLaig0m1xQ==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/number-utils': 2.0.4 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/number-utils': 2.0.5 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/css-reset/2.0.8_hp5f5nkljdiwilp4rgxyefcplu: - resolution: {integrity: sha512-VuDD1rk1pFc+dItk4yUcstyoC9D2B35hatHDBtlPMqTczFAzpbgVJJYgEHANatXGfulM5SdckmYEIJ3Tac1Rtg==} + /@chakra-ui/css-reset/2.0.10_hp5f5nkljdiwilp4rgxyefcplu: + resolution: {integrity: sha512-FwHOfw2P4ckbpSahDZef2KoxcvHPUg09jlicWdp24/MjdsOO5PAB/apm2UBvQflY4WAJyOqYaOdnXFlR6nF4cQ==} peerDependencies: '@emotion/react': '>=10.0.35' react: '>=18' dependencies: - '@emotion/react': 11.10.5_5ihuxrpe4zse4p4tf6ubxcyzuu + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy react: 18.2.0 dev: false - /@chakra-ui/descendant/3.0.10_react@18.2.0: - resolution: {integrity: sha512-MHH0Qdm0fGllGP2xgx4WOycmrpctyyEdGw6zxcfs2VqZNlrwmjG3Yb9eVY+Q7UmEv5rwAq6qRn7BhQxgSPn3Cg==} + /@chakra-ui/descendant/3.0.11_react@18.2.0: + resolution: {integrity: sha512-sNLI6NS6uUgrvYS6Imhoc1YlI6bck6pfxMBJcnXVSfdIjD6XjCmeY2YgzrtDS+o+J8bB3YJeIAG/vsVy5USE5Q==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/dom-utils/2.0.3: - resolution: {integrity: sha512-aeGlRmTxcv0cvW44DyeZHru1i68ZDQsXpfX2dnG1I1yBlT6GlVx1xYjCULis9mjhgvd2O3NfcYPRTkjNWTDUbA==} + /@chakra-ui/dom-utils/2.0.4: + resolution: {integrity: sha512-P936+WKinz5fgHzfwiUQjE/t7NC8bU89Tceim4tbn8CIm/9b+CsHX64eNw4vyJqRwt78TXQK7aGBIbS18R0q5Q==} dev: false - /@chakra-ui/editable/2.0.13_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-GM3n8t3/TOFFcDOWF/tuKsnqn66isZLsU+FkMRY2o0E8XjLBGjCKuXInPW5SRBqhje7EHC+kwViLE780PfwXbw==} + /@chakra-ui/editable/2.0.15_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-Xb/hxMhguZmmGrdAosRAIRy70n7RSxoDWULojV+22ysWvqO8X+TkkwnF36XQX7c/V7F/yY0UqOXZWqdeoNqWPw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-focus-on-pointer-down': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.3 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/event-utils/2.0.5: - resolution: {integrity: sha512-VXoOAIsM0PFKDlhm+EZxkWlUXd5UFTb/LTux3y3A+S9G5fDxLRvpiLWByPUgTFTCDFcgTCF+YnQtdWJB4DLyxg==} + /@chakra-ui/event-utils/2.0.6: + resolution: {integrity: sha512-ZIoqUbgJ5TcCbZRchMv4n7rOl1JL04doMebED88LO5mux36iVP9er/nnOY4Oke1bANKKURMrQf5VTT9hoYeA7A==} dev: false - /@chakra-ui/focus-lock/2.0.12_bbvjflvjoibwhtpmedigb26h6y: - resolution: {integrity: sha512-NvIP59A11ZNbxXZ3qwxSiQ5npjABkpSbTIjK0uZ9bZm5LMfepRnuuA19VsVlq31/BYV9nHFAy6xzIuG+Qf9xMA==} + /@chakra-ui/focus-lock/2.0.13_fan5qbzahqtxlm5dzefqlqx5ia: + resolution: {integrity: sha512-AVSJt+3Ukia/m9TCZZgyWvTY7pw88jArivWVJ2gySGYYIs6z/FJMnlwbCVldV2afS0g3cYaii7aARb/WrlG34Q==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/dom-utils': 2.0.3 + '@chakra-ui/dom-utils': 2.0.4 react: 18.2.0 - react-focus-lock: 2.9.1_bbvjflvjoibwhtpmedigb26h6y + react-focus-lock: 2.9.1_fan5qbzahqtxlm5dzefqlqx5ia transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-MVhIe0xY4Zn06IXRXFmS9tCa93snppK1SdUQb1P99Ipo424RrL5ykzLnJ8CAkQrhoVP3sxF7z3eOSzk8/iRfow==} + /@chakra-ui/form-control/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-rSnAStY0qodnxiiL9MkS7wMBls+aG9yevq/yIuuETC42XfBNndKu7MLHFEKFIpAMuZvNocJtB+sP8qpe8jLolg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/hooks/2.1.0_react@18.2.0: - resolution: {integrity: sha512-4H6BDITq/YrStW99LXurgPkcz4qHSVy9V/QWXCvt1pCuiDTqNztiW4r508H3ApAOsL9NEbyXcM/zWYD7r5VDjA==} + /@chakra-ui/hooks/2.1.2_react@18.2.0: + resolution: {integrity: sha512-/vDBOqqnho9q++lay0ZcvnH8VuE0wT2OkZj+qDwFwjiHAtGPVxHCSpu9KC8BIHME5TlWjyO6riVyUCb2e2ip6w==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-utils': 2.0.8_react@18.2.0 - '@chakra-ui/utils': 2.0.11 + '@chakra-ui/react-utils': 2.0.9_react@18.2.0 + '@chakra-ui/utils': 2.0.12 compute-scroll-into-view: 1.0.14 copy-to-clipboard: 3.3.1 react: 18.2.0 dev: false - /@chakra-ui/icon/3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-RG4jf/XmBdaxOYI5J5QstEtTCPoVlmrQ/XiWhvN0LTgAnmZIqVwFl3Uw+satArdStHAs0GmJZg/E/soFTWuFmw==} + /@chakra-ui/icon/3.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-VbUqgMcoZ26P1MtZdUqlxAKYDi1Bt8sSPNRID8QOwWfqyRYrbzabORVhKR3gpi6GaINjm7KRHIXHarj3u6EWdA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/shared-utils': 2.0.3 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/image/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-S6NqAprPcbHnck/J+2wg06r9SSol62v5A01O8Kke2PnAyjalMcS+6P59lDRO7wvPqsdxq4PPbSTZP6Dww2CvcA==} + /@chakra-ui/image/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-uclFhs0+wq2qujGu8Wk4eEWITA3iZZQTitGiFSEkO9Ws5VUH+Gqtn3mUilH0orubrI5srJsXAmjVTuVwge1KJQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/input/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-lJ5necu+Wt698HdCTC7L/ErA2nNVJAra7+knPe0qMR+AizGEL7LKCV/bdQe7eggjvKsDGD4alJIEczUvm3JVUQ==} + /@chakra-ui/input/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-28K033kg+9SpU0/HCvcAcY42JQPTpSR7ytcZV+6i/MBvGR72Dsf4JJQuQIcAtEW1lH0l/OpbY6ozhaoRW5NhdQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/object-utils': 2.0.4 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/object-utils': 2.0.5 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.3 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/layout/2.1.9_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-ztsavtirtdtjxdqIkGR6fVcrffHp6hs1twRFO/dK14FGXrX3Nn9mi3J1fr1ITBHJq6y5B3yFEj0LHN2fO8dYyw==} + /@chakra-ui/layout/2.1.10_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-9WlbZGIg0TMIwnxuCuZfkE7HJUInL5qRWgw9I3U960/4GYZRrlcxx8I1ZuHNww0FdItNrlnYLXEfXP77uU779w==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/breakpoint-utils': 2.0.4 - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/object-utils': 2.0.4 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/shared-utils': 2.0.2 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/breakpoint-utils': 2.0.5 + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/object-utils': 2.0.5 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/shared-utils': 2.0.3 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/lazy-utils/2.0.2: - resolution: {integrity: sha512-MTxutBJZvqNNqrrS0722cI7qrnGu0yUQpIebmTxYwI+F3cOnPEKf5Ni+hrA8hKcw4XJhSY4npAPPYu1zJbOV4w==} + /@chakra-ui/lazy-utils/2.0.3: + resolution: {integrity: sha512-SQ5I5rJrcHpVUcEftHLOh8UyeY+06R8Gv3k2RjcpvM6mb2Gktlz/4xl2GcUh3LWydgGQDW/7Rse5rQhKWgzmcg==} dev: false - /@chakra-ui/live-region/2.0.10_react@18.2.0: - resolution: {integrity: sha512-eQ2ZIreR/plzi/KGszDYTi1TvIyGEBcPiWP52BQOS7xwpzb1vsoR1FgFAIELxAGJvKnMUs+9qVogfyRBX8PdOg==} + /@chakra-ui/live-region/2.0.11_react@18.2.0: + resolution: {integrity: sha512-ltObaKQekP75GCCbN+vt1/mGABSCaRdQELmotHTBc5AioA3iyCDHH69ev+frzEwLvKFqo+RomAdAAgqBIMJ02Q==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/media-query/3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-hbgm6JCe0kYU3PAhxASYYDopFQI26cW9kZnbp+5tRL1fykkVWNMPwoGC8FEZPur9JjXp7aoL6H4Jk7nrxY/XWw==} + /@chakra-ui/media-query/3.2.8_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-djmEg/eJ5Qrjn7SArTqjsvlwF6mNeMuiawrTwnU+0EKq9Pq/wVSb7VaIhxdQYJLA/DbRhE/KPMogw1LNVKa4Rw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/breakpoint-utils': 2.0.4 - '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/breakpoint-utils': 2.0.5 + '@chakra-ui/react-env': 2.0.11_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/menu/2.1.2_afqmofkcrqiiq5qdxhufkesfbq: - resolution: {integrity: sha512-6Z7ecXjp6BtZ1ExbFggfxsAj1hwtcathXekmCTxHpXOD+BdjAC/13+oLclwXeuBO85aoTmQrQ2ovfTkO31bzRQ==} + /@chakra-ui/menu/2.1.4_pyep2utxdr2hljs3hhksvb4hf4: + resolution: {integrity: sha512-7kEM5dCSBMXig3iyvsSxzYi/7zkmaf843zoxb7QTB7sRB97wrCxIE8yy1/73YTzxOP3zdAyITPcxNJ/bkiVptQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/clickable': 2.0.10_react@18.2.0 - '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/lazy-utils': 2.0.2 - '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-animation-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-focus-effect': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-outside-click': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.11_met45o3wt6wybzcplca7lbldbq - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/clickable': 2.0.11_react@18.2.0 + '@chakra-ui/descendant': 3.0.11_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.3 + '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-outside-click': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.2.2_gfo64273niyoa4cwwrwxd66g5m: - resolution: {integrity: sha512-cCYuqLZO4QqFUI1H+uEqixDk6UiCP3yC+sxkhFTXHIApSG9Z44v5np7BVTd6LKdmAN8pAWcc8Oxf14RvD6LWLw==} + /@chakra-ui/modal/2.2.3_qbjehrjudme43rlixik5nx6edi: + resolution: {integrity: sha512-fSpnFiI3rlif5ynyO3P8A1S/97B/SOFUrIuNaJnhKSgiu7VtklPjiPWHCw5Y+ktEvagDXEmkpztcfMBPTY0wIA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/focus-lock': 2.0.12_bbvjflvjoibwhtpmedigb26h6y - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/transition': 2.0.11_met45o3wt6wybzcplca7lbldbq - aria-hidden: 1.2.1_bbvjflvjoibwhtpmedigb26h6y - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/focus-lock': 2.0.13_fan5qbzahqtxlm5dzefqlqx5ia + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + aria-hidden: 1.2.1_fan5qbzahqtxlm5dzefqlqx5ia + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-remove-scroll: 2.5.5_bbvjflvjoibwhtpmedigb26h6y + react-remove-scroll: 2.5.5_fan5qbzahqtxlm5dzefqlqx5ia transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/number-input/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-3owLjl01sCYpTd3xbq//fJo9QJ0Q3PVYSx9JeOzlXnnTW8ws+yHPrqQzPe7G+tO4yOYynWuUT+NJ9oyCeAJIxA==} + /@chakra-ui/number-input/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-Kn6PKLkGl+5hrMoeaGGN19qVHHJB79G4c0rfkWPjDWKsgpbCwHQctLJwrkxuwGAn1iWzw4WL31lsb+o6ZRQHbA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/counter': 2.0.10_react@18.2.0 - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-interval': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/counter': 2.0.11_react@18.2.0 + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-interval': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/number-utils/2.0.4: - resolution: {integrity: sha512-MdYd29GboBoKaXY9jhbY0Wl+0NxG1t/fa32ZSIbU6VrfMsZuAMl4NEJsz7Xvhy50fummLdKn5J6HFS7o5iyIgw==} + /@chakra-ui/number-utils/2.0.5: + resolution: {integrity: sha512-Thhohnlqze0i5HBJO9xkfOPq1rv3ji/hNPf2xh1fh4hxrNzdm3HCkz0c6lyRQwGuVoeltEHysYZLH/uWLFTCSQ==} dev: false - /@chakra-ui/object-utils/2.0.4: - resolution: {integrity: sha512-sY98L4v2wcjpwRX8GCXqT+WzpL0i5FHVxT1Okxw0360T2tGnZt7toAwpMfIOR3dzkemP9LfXMCyBmWR5Hi2zpQ==} + /@chakra-ui/object-utils/2.0.5: + resolution: {integrity: sha512-/rIMoYI3c2uLtFIrnTFOPRAI8StUuu335WszqKM0KAW1lwG9H6uSbxqlpZT1Pxi/VQqZKfheGiMQOx5lfTmM/A==} dev: false - /@chakra-ui/pin-input/2.0.15_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-Ha8siSZm9gyjHHBK8ejwhKT6+75U12I/hNiYFvl2JHhc+Uh8tdi7+N+9SILO5vqbIv9kb+WGitvZ67I0cHjSfw==} + /@chakra-ui/pin-input/2.0.16_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-51cioNYpBSgi9/jq6CrzoDvo8fpMwFXu3SaFRbKO47s9Dz/OAW0MpjyabTfSpwOv0xKZE+ayrYGJopCzZSWXPg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/descendant': 3.0.11_react@18.2.0 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/popover/2.1.1_afqmofkcrqiiq5qdxhufkesfbq: - resolution: {integrity: sha512-j09NsesfT+eaYITkITYJXDlRcPoOeQUM80neJZKOBgul2iHkVsEoii8dwS5Ip5ONeu4ane1b6zEOlYvYj2SrkA==} + /@chakra-ui/popover/2.1.3_pyep2utxdr2hljs3hhksvb4hf4: + resolution: {integrity: sha512-3CbeXjpCYnKyq5Z2IqUyfXZYpi5GzmPQZqzS2/kuJwgTuSjtuQovX0QI7oNE4zv4r6yEABW/kVrI7pn0/Tet1Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/lazy-utils': 2.0.2 - '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-animation-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-focus-effect': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-focus-on-pointer-down': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/lazy-utils': 2.0.3 + '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-animation-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-focus-effect': 2.0.7_react@18.2.0 + '@chakra-ui/react-use-focus-on-pointer-down': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/popper/3.0.8_react@18.2.0: - resolution: {integrity: sha512-246eUwuCRsLpTPxn5T8D8T9/6ODqmmz6pRRJAjGnLlUB0gNHgjisBn0UDBic5Gbxcg0sqKvxOMY3uurbW5lXTA==} + /@chakra-ui/popper/3.0.9_react@18.2.0: + resolution: {integrity: sha512-xtQ1SXxKyDFY3jWNXxr6xdiGQ8mCI5jaw+c2CWKp/bb8FnASXEFLWIlmWx8zxkE1BbPMszWHnaGF8uCBRjmQMA==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 '@popperjs/core': 2.11.6 react: 18.2.0 dev: false - /@chakra-ui/portal/2.0.10_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-VRYvVAggIuqIZ3IQ6XZ1b5ujjjOUgPk9PPdc9jssUngZa7RG+5NXNhgoM8a5TsXv6aPEolBOlDNWuxzRQ4RSSg==} + /@chakra-ui/portal/2.0.11_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-Css61i4WKzKO8ou1aGjBzcsXMy9LnfnpkOFfvaNCpUUNEd6c47z6+FhZNq7Gc38PGNjSfMLAd4LmH+H0ZanYIA==} peerDependencies: react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/progress/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-9qtZimZosTliI7siAZkLeCVdCpXCTxmSETCudHcCUsC+FtcFacmA65+We8qij1nOIqmsbm+NYU6PP89TU2n4Hg==} + /@chakra-ui/progress/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-ddAXaYGNObGqH1stRAYxkdospf6J4CDOhB0uyw9BeHRSsYkCUQWkUBd/melJuZeGHEH2ItF9T7FZ4JhcepP3GA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.20_5rzy53przelm5jchjmb5vr6dxy: - resolution: {integrity: sha512-mNNfsgm05G4x1VzvHVR9+PNEiuxNnn9xUKDuEwoaO7+IHCMzCRMtPbSJjwmv0xvHUGB9+JChjPpZI5RuHQziJQ==} + /@chakra-ui/provider/2.0.23_5rzy53przelm5jchjmb5vr6dxy: + resolution: {integrity: sha512-oYrvBivTsmBZ7NOyvctOmj+p2dDbRioe0S77S51G9iS+aGTh37W10HgaT0zyrDuZQVARoF9RUyOB5T6vuqwdCQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/css-reset': 2.0.8_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/utils': 2.0.11 - '@emotion/react': 11.10.5_5ihuxrpe4zse4p4tf6ubxcyzuu - '@emotion/styled': 11.10.5_z7x6wqqd37fzu777gq3gq2bxru + '@chakra-ui/css-reset': 2.0.10_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-env': 2.0.11_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/utils': 2.0.12 + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/radio/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-871hqAGQaufxyUzPP3aautPBIRZQmpi3fw5XPZ6SbY62dV61M4sjcttd46HfCf5SrAonoOADFQLMGQafznjhaA==} + /@chakra-ui/radio/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-P8mbdCZY9RG5034o1Tvy1/p573cHWDyzYuG8DtdEydiP6KGwaFza16/5N0slLY1BQwClIRmImLLw4vI+76J8XA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm '@zag-js/focus-visible': 0.1.0 react: 18.2.0 dev: false - /@chakra-ui/react-children-utils/2.0.3_react@18.2.0: - resolution: {integrity: sha512-tPQjLEEuAw/DYLRw0cNs/g8tcdhZ3r21Sr9dTAzoyvfk0vbZ24gCXRElltW2GZLiFA63mAidzhPmc+yQF3Wtgg==} + /@chakra-ui/react-children-utils/2.0.4_react@18.2.0: + resolution: {integrity: sha512-qsKUEfK/AhDbMexWo5JhmdlkxLg5WEw2dFh4XorvU1/dTYsRfP6cjFfO8zE+X3F0ZFNsgKz6rbN5oU349GLEFw==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-context/2.0.4_react@18.2.0: - resolution: {integrity: sha512-eBITFkf7fLSiMZrSdhweK4fYr41WUNMEeIEOP2dCWolE7WgKxNYaYleC+iRGY0GeXkFM2KYywUtixjJe29NuVA==} + /@chakra-ui/react-context/2.0.5_react@18.2.0: + resolution: {integrity: sha512-WYS0VBl5Q3/kNShQ26BP+Q0OGMeTQWco3hSiJWvO2wYLY7N1BLq6dKs8vyKHZfpwKh2YL2bQeAObi+vSkXp6tQ==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-env/2.0.10_react@18.2.0: - resolution: {integrity: sha512-3Yab5EbFcCGYzEsoijy4eA3354Z/JoXyk9chYIuW7Uwd+K6g/R8C0mUSAHeTmfp6Fix9kzDgerO5MWNM87b8cA==} + /@chakra-ui/react-env/2.0.11_react@18.2.0: + resolution: {integrity: sha512-rPwUHReSWh7rbCw0HePa8Pvc+Q82fUFvVjHTIbXKnE6d+01cCE7j4f1NLeRD9pStKPI6sIZm9xTGvOCzl8F8iw==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-types/2.0.3_react@18.2.0: - resolution: {integrity: sha512-1mJYOQldFTALE0Wr3j6tk/MYvgQIp6CKkJulNzZrI8QN+ox/bJOh8OVP4vhwqvfigdLTui0g0k8M9h+j2ub/Mw==} + /@chakra-ui/react-types/2.0.4_react@18.2.0: + resolution: {integrity: sha512-kYhuSStw9pIJXrmQB7/J1u90bst31pEx9r25pyDG/rekk8E9JuqBR+z+UWODTFx00V2rtWCcJS5rPbONgvWX0A==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-animation-state/2.0.5_react@18.2.0: - resolution: {integrity: sha512-8gZIqZpMS5yTGlC+IqYoSrV13joiAYoeI0YR2t68WuDagcZ459OrjE57+gF04NLxfdV7eUgwqnpuv7IOLbJX/A==} + /@chakra-ui/react-use-animation-state/2.0.6_react@18.2.0: + resolution: {integrity: sha512-M2kUzZkSBgDpfvnffh3kTsMIM3Dvn+CTMqy9zfY97NL4P3LAWL1MuFtKdlKfQ8hs/QpwS/ew8CTmCtaywn4sKg==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/dom-utils': 2.0.3 - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + '@chakra-ui/dom-utils': 2.0.4 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-callback-ref/2.0.4_react@18.2.0: - resolution: {integrity: sha512-he7EQfwMA4mwiDDKvX7cHIJaboCqf7UD3KYHGUcIjsF4dSc2Y8X5Ze4w+hmVZoJWIe4DWUzb3ili2SUm8eTgPg==} + /@chakra-ui/react-use-callback-ref/2.0.5_react@18.2.0: + resolution: {integrity: sha512-vKnXleD2PzB0nGabY35fRtklMid4z7cecbMG0fkasNNsgWmrQcXJOuEKUUVCynL6FBU6gBnpKFi5Aqj6x+K4tw==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-controllable-state/2.0.5_react@18.2.0: - resolution: {integrity: sha512-JrZZpMX24CUyfDuyqDczw9Z9IMvjH8ujETHK0Zu4M0SIsX/q4EqOwwngUFL03I2gx/O38HfSdeX8hMu4zbTAGA==} + /@chakra-ui/react-use-controllable-state/2.0.6_react@18.2.0: + resolution: {integrity: sha512-7WuKrhQkpSRoiI5PKBvuIsO46IIP0wsRQgXtStSaIXv+FIvIJl9cxQXTbmZ5q1Ds641QdAUKx4+6v0K/zoZEHg==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-disclosure/2.0.5_react@18.2.0: - resolution: {integrity: sha512-kPLB9oxImASRhAbKfvfc03/lbAJbsXndEVRzd+nvvL+QZm2RRfnel3k6OIkWvGFOXXYOPE2+slLe8ZPwbTGg9g==} + /@chakra-ui/react-use-disclosure/2.0.6_react@18.2.0: + resolution: {integrity: sha512-4UPePL+OcCY37KZ585iLjg8i6J0sjpLm7iZG3PUwmb97oKHVHq6DpmWIM0VfSjcT6AbSqyGcd5BXZQBgwt8HWQ==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-event-listener/2.0.4_react@18.2.0: - resolution: {integrity: sha512-VqmalfKWMO8D21XuZO19WUtcP5xhbHXKzkggApTChZUN02UC5TC4pe0pYbDygoeUuNBhY+9lJKHeS08vYsljRg==} + /@chakra-ui/react-use-event-listener/2.0.5_react@18.2.0: + resolution: {integrity: sha512-etLBphMigxy/cm7Yg22y29gQ8u/K3PniR5ADZX7WVX61Cgsa8ciCqjTE9sTtlJQWAQySbWxt9+mjlT5zaf+6Zw==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-focus-effect/2.0.5_react@18.2.0: - resolution: {integrity: sha512-sbe1QnsXXfjukM+laxbKnT0UnMpHe/7kTzEPG/BYM6/ZDUUmrC1Nz+8l+3H/52iWIaruikDBdif/Xd37Yvu3Kg==} + /@chakra-ui/react-use-focus-effect/2.0.7_react@18.2.0: + resolution: {integrity: sha512-wI8OUNwfbkusajLac8QtjfSyNmsNu1D5pANmnSHIntHhui6Jwv75Pxx7RgmBEnfBEpleBndhR9E75iCjPLhZ/A==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/dom-utils': 2.0.3 - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 + '@chakra-ui/dom-utils': 2.0.4 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-focus-on-pointer-down/2.0.3_react@18.2.0: - resolution: {integrity: sha512-8cKmpv26JnblexNaekWxEDI7M+MZnJcp1PJUz6lByjfQ1m4YjFr1cdbdhG4moaqzzYs7vTmO/qL8KVq8ZLUwyQ==} + /@chakra-ui/react-use-focus-on-pointer-down/2.0.4_react@18.2.0: + resolution: {integrity: sha512-L3YKouIi77QbXH9mSLGEFzJbJDhyrPlcRcuu+TSC7mYaK9E+3Ap+RVSAVxj+CfQz7hCWpikPecKDuspIPWlyuA==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-interval/2.0.2_react@18.2.0: - resolution: {integrity: sha512-5U1c0pEB5n0Yri0E4RdFXWx2RVBZBBhD8Uu49dM33jkIguCbIPmZ+YgVry5DDzCHyz4RgDg4yZKOPK0PI8lEUg==} + /@chakra-ui/react-use-interval/2.0.3_react@18.2.0: + resolution: {integrity: sha512-Orbij5c5QkL4NuFyU4mfY/nyRckNBgoGe9ic8574VVNJIXfassevZk0WB+lvqBn5XZeLf2Tj+OGJrg4j4H9wzw==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-latest-ref/2.0.2_react@18.2.0: - resolution: {integrity: sha512-Ra/NMV+DSQ3n0AdKsyIqdgnFzls5UntabtIRfDXLrqmJ4tI0a1tDdop2qop0Ue87AcqD9P1KtQue4KPx7wCElw==} + /@chakra-ui/react-use-latest-ref/2.0.3_react@18.2.0: + resolution: {integrity: sha512-exNSQD4rPclDSmNwtcChUCJ4NuC2UJ4amyNGBqwSjyaK5jNHk2kkM7rZ6I0I8ul+26lvrXlSuhyv6c2PFwbFQQ==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-merge-refs/2.0.4_react@18.2.0: - resolution: {integrity: sha512-aoWvtE5tDQNaLCiNUI6WV+MA2zVcCLR5mHSCISmowlTXyXOqOU5Fo9ZoUftzrmgCJpDu5x1jfUOivxuHUueb0g==} + /@chakra-ui/react-use-merge-refs/2.0.5_react@18.2.0: + resolution: {integrity: sha512-uc+MozBZ8asaUpO8SWcK6D4svRPACN63jv5uosUkXJR+05jQJkUofkfQbf2HeGVbrWCr0XZsftLIm4Mt/QMoVw==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-outside-click/2.0.4_react@18.2.0: - resolution: {integrity: sha512-uerJKS8dqg2kHs1xozA5vcCqW0UInuwrfCPb+rDWBTpu7aEqxABMw9W3e4gfOABrAjhKz2I0a/bu2i8zbVwdLw==} + /@chakra-ui/react-use-outside-click/2.0.5_react@18.2.0: + resolution: {integrity: sha512-WmtXUeVaMtxP9aUGGG+GQaDeUn/Bvf8TI3EU5mE1+TtqLHxyA9wtvQurynrogvpilLaBADwn/JeBeqs2wHpvqA==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-pan-event/2.0.5_react@18.2.0: - resolution: {integrity: sha512-nhE3b85++EEmBD2v6m46TLoA4LehSCZ349P8kvEjw/RC0K6XDOZndaBucIeAlnpEENSSUpczFfMSOLxSHdu0oA==} + /@chakra-ui/react-use-pan-event/2.0.6_react@18.2.0: + resolution: {integrity: sha512-Vtgl3c+Mj4hdehFRFIgruQVXctwnG1590Ein1FiU8sVnlqO6bpug6Z+B14xBa+F+X0aK+DxnhkJFyWI93Pks2g==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/event-utils': 2.0.5 - '@chakra-ui/react-use-latest-ref': 2.0.2_react@18.2.0 + '@chakra-ui/event-utils': 2.0.6 + '@chakra-ui/react-use-latest-ref': 2.0.3_react@18.2.0 framesync: 5.3.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-previous/2.0.2_react@18.2.0: - resolution: {integrity: sha512-ap/teLRPKopaHYD80fnf0TR/NpTWHJO5VdKg6sPyF1y5ediYLAzPT1G2OqMCj4QfJsYDctioT142URDYe0Nn7w==} + /@chakra-ui/react-use-previous/2.0.3_react@18.2.0: + resolution: {integrity: sha512-A2ODOa0rm2HM4aqXfxxI0zPLcn5Q7iBEjRyfIQhb+EH+d2OFuj3L2slVoIpp6e/km3Xzv2d+u/WbjgTzdQ3d0w==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-safe-layout-effect/2.0.2_react@18.2.0: - resolution: {integrity: sha512-gl5HDq9RVeDJiT8udtpx12KRV8JPLJHDIUX8f/yZcKpXow0C7FFGg5Yy5I9397NQog5ZjKMuOg+AUq9TLJxsyQ==} + /@chakra-ui/react-use-safe-layout-effect/2.0.3_react@18.2.0: + resolution: {integrity: sha512-dlTvQURzmdfyBbNdydgO4Wy2/HV8aJN8LszTtyb5vRZsyaslDM/ftcxo8E8QjHwRLD/V1Epb/A8731QfimfVaQ==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-use-size/2.0.4_react@18.2.0: - resolution: {integrity: sha512-W6rgTLuoSC4ovZtqYco8cG+yBadH3bhlg92T5lgpKDakSDr0mXcZdbGx6g0AOkgxXm0V1jWNGO1743wudtF7ew==} + /@chakra-ui/react-use-size/2.0.5_react@18.2.0: + resolution: {integrity: sha512-4arAApdiXk5uv5ZeFKltEUCs5h3yD9dp6gTIaXbAdq+/ENK3jMWTwlqzNbJtCyhwoOFrblLSdBrssBMIsNQfZQ==} peerDependencies: react: '>=18' dependencies: @@ -2749,34 +2851,34 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react-use-timeout/2.0.2_react@18.2.0: - resolution: {integrity: sha512-n6zb3OmxtDmRMxYkDgILqKh15aDOa8jNLHBlqHzmlL6mEGNKmMFPW9j/KvpAqSgKjUTDRnnXcpneprTMKy/yrw==} + /@chakra-ui/react-use-timeout/2.0.3_react@18.2.0: + resolution: {integrity: sha512-rBBUkZSQq3nJQ8fuMkgZNY2Sgg4vKiKNp05GxAwlT7TitOfVZyoTriqQpqz296bWlmkICTZxlqCWfE5fWpsTsg==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 react: 18.2.0 dev: false - /@chakra-ui/react-use-update-effect/2.0.4_react@18.2.0: - resolution: {integrity: sha512-F/I9LVnGAQyvww+x7tQb47wCwjhMYjpxtM1dTg1U3oCEXY0yF1Ts3NJLUAlsr3nAW6epJIwWx61niC7KWpam1w==} + /@chakra-ui/react-use-update-effect/2.0.5_react@18.2.0: + resolution: {integrity: sha512-y9tCMr1yuDl8ATYdh64Gv8kge5xE1DMykqPDZw++OoBsTaWr3rx40wblA8NIWuSyJe5ErtKP2OeglvJkYhryJQ==} peerDependencies: react: '>=18' dependencies: react: 18.2.0 dev: false - /@chakra-ui/react-utils/2.0.8_react@18.2.0: - resolution: {integrity: sha512-OSHHBKZlJWTi2NZcPnBx1PyZvLQY+n5RPBtcri7/89EDdAwz2NdEhp2Dz1yQRctOSCF1kB/rnCYDP1U0oRk9RQ==} + /@chakra-ui/react-utils/2.0.9_react@18.2.0: + resolution: {integrity: sha512-nlwPBVlQmcl1PiLzZWyrT3FSnt3vKSkBMzQ0EF4SJWA/nOIqTvmffb5DCzCqPzgQaE/Da1Xgus+JufFGM8GLCQ==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/utils': 2.0.11 + '@chakra-ui/utils': 2.0.12 react: 18.2.0 dev: false - /@chakra-ui/react/2.3.6_jv7ytp3eoicvwawlynwdu2nyd4: - resolution: {integrity: sha512-xo43UU+yMqRGHZLU4fSgzojeRl5stlIfT+GLbT9CUVEm0HMJCt2m8RsNPBvGOMzANdC+bzwSiOm+MNzQBi9IBQ==} + /@chakra-ui/react/2.4.1_ydu7fid2w3vesyc65jyv4dbawa: + resolution: {integrity: sha512-qZVRrQi5JRIc44EaeOaXvXt6EdWhkQjhFFL8hyH0RH6cSFlotmmzCHBT5N1jC6nqXFn5OOxOWMD9FIVsbI56hQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -2784,303 +2886,304 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/accordion': 2.1.2_afqmofkcrqiiq5qdxhufkesfbq - '@chakra-ui/alert': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/avatar': 2.2.0_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/breadcrumb': 2.1.0_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/checkbox': 2.2.2_afqmofkcrqiiq5qdxhufkesfbq - '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/control-box': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/counter': 2.0.10_react@18.2.0 - '@chakra-ui/css-reset': 2.0.8_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/editable': 2.0.13_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/hooks': 2.1.0_react@18.2.0 - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/image': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/input': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/layout': 2.1.9_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/live-region': 2.0.10_react@18.2.0 - '@chakra-ui/media-query': 3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/menu': 2.1.2_afqmofkcrqiiq5qdxhufkesfbq - '@chakra-ui/modal': 2.2.2_gfo64273niyoa4cwwrwxd66g5m - '@chakra-ui/number-input': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/pin-input': 2.0.15_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/popover': 2.1.1_afqmofkcrqiiq5qdxhufkesfbq - '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/progress': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/provider': 2.0.20_5rzy53przelm5jchjmb5vr6dxy - '@chakra-ui/radio': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-env': 2.0.10_react@18.2.0 - '@chakra-ui/select': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/skeleton': 2.0.17_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/slider': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/spinner': 2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/stat': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/switch': 2.0.14_afqmofkcrqiiq5qdxhufkesfbq - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/table': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/tabs': 2.1.4_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/tag': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/textarea': 2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 - '@chakra-ui/theme-utils': 2.0.1 - '@chakra-ui/toast': 4.0.0_2i3osdxel7kmpcucurx3ruq7eu - '@chakra-ui/tooltip': 2.2.0_2i3osdxel7kmpcucurx3ruq7eu - '@chakra-ui/transition': 2.0.11_met45o3wt6wybzcplca7lbldbq - '@chakra-ui/utils': 2.0.11 - '@chakra-ui/visually-hidden': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@emotion/react': 11.10.5_5ihuxrpe4zse4p4tf6ubxcyzuu - '@emotion/styled': 11.10.5_z7x6wqqd37fzu777gq3gq2bxru - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/accordion': 2.1.3_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/alert': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/avatar': 2.2.1_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/breadcrumb': 2.1.1_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/card': 2.1.1_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/checkbox': 2.2.4_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/control-box': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/counter': 2.0.11_react@18.2.0 + '@chakra-ui/css-reset': 2.0.10_hp5f5nkljdiwilp4rgxyefcplu + '@chakra-ui/editable': 2.0.15_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/hooks': 2.1.2_react@18.2.0 + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/image': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/input': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/layout': 2.1.10_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/live-region': 2.0.11_react@18.2.0 + '@chakra-ui/media-query': 3.2.8_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/menu': 2.1.4_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/modal': 2.2.3_qbjehrjudme43rlixik5nx6edi + '@chakra-ui/number-input': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/pin-input': 2.0.16_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/popover': 2.1.3_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/progress': 2.1.1_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/provider': 2.0.23_5rzy53przelm5jchjmb5vr6dxy + '@chakra-ui/radio': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-env': 2.0.11_react@18.2.0 + '@chakra-ui/select': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/skeleton': 2.0.18_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/slider': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/spinner': 2.0.11_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/stat': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/switch': 2.0.16_pyep2utxdr2hljs3hhksvb4hf4 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/table': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/tabs': 2.1.5_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/tag': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/textarea': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte + '@chakra-ui/theme-utils': 2.0.4 + '@chakra-ui/toast': 4.0.3_xqrmbkjyvnkscr3qasvxkp7m6q + '@chakra-ui/tooltip': 2.2.1_xqrmbkjyvnkscr3qasvxkp7m6q + '@chakra-ui/transition': 2.0.12_yhvudjrwpakavfgr4i4tcnhypa + '@chakra-ui/utils': 2.0.12 + '@chakra-ui/visually-hidden': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-NCDMb0w48GYCHmazVSQ7/ysEpbnri+Up6n+v7yytf6g43TPRkikvK5CsVgLnAEj0lIdCJhWXTcZer5wG5KOEgA==} + /@chakra-ui/select/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-5MHqD2OlnLdPt8FQVxfgMJZKOTdcbu3cMFGCS2X9XCxJQkQa4kPfXq3N6BRh5L5XFI+uRsmk6aYJoawZiwNJPg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/shared-utils/2.0.2: - resolution: {integrity: sha512-wC58Fh6wCnFFQyiebVZ0NI7PFW9+Vch0QE6qN7iR+bLseOzQY9miYuzPJ1kMYiFd6QTOmPJkI39M3wHqrPYiOg==} + /@chakra-ui/shared-utils/2.0.3: + resolution: {integrity: sha512-pCU+SUGdXzjAuUiUT8mriekL3tJVfNdwSTIaNeip7k/SWDzivrKGMwAFBxd3XVTDevtVusndkO4GJuQ3yILzDg==} dev: false - /@chakra-ui/skeleton/2.0.17_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-dL7viXEKDEzmAJGbHMj+QbGl9PAd0VWztEcWcz5wOGfmAcJllA0lVh6NmG/yqLb6iXPCX4Y1Y0Yurm459TEYWg==} + /@chakra-ui/skeleton/2.0.18_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-qjcD8BgVx4kL8Lmb8EvmmDGM2ICl6CqhVE2LShJrgG7PDM6Rt6rYM617kqLurLYZjbJUiwgf9VXWifS0IpT31Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/media-query': 3.2.7_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-use-previous': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/media-query': 3.2.8_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-use-previous': 2.0.3_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/slider/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-Cna04J7e4+F3tJNb7tRNfPP+koicbDsKJBp+f1NpR32JbRzIfrf2Vdr4hfD5/uOfC4RGxnVInNZzZLGBelLtLw==} + /@chakra-ui/slider/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-MypqZrKFNFPH8p0d2g2DQacl5ylUQKlGKeBu099ZCmT687U2Su3cq1wOGNGnD6VZvtwDYMKXn7kXPSMW06aBcg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/number-utils': 2.0.4 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-callback-ref': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-latest-ref': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-pan-event': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-size': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/number-utils': 2.0.5 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-callback-ref': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-latest-ref': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-pan-event': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-size': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/spinner/2.0.10_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-SwId1xPaaFAaEYrR9eHkQHAuB66CbxwjWaQonEjeEUSh9ecxkd5WbXlsQSyf2hVRIqXJg0m3HIYblcKUsQt9Rw==} + /@chakra-ui/spinner/2.0.11_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-piO2ghWdJzQy/+89mDza7xLhPnW7pA+ADNbgCb1vmriInWedS41IBKe+pSPz4IidjCbFu7xwKE0AerFIbrocCA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/stat/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-ZPFK2fKufDSHD8bp/KhO3jLgW/b3PzdG4zV+7iTO7OYjxm5pkBfBAeMqfXGx4cl51rtWUKzsY0HV4vLLjcSjHw==} + /@chakra-ui/stat/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-3MTt4nA46AvlIuE6OP2O1Nna9+vcIZD1E9G4QLKwPoJ5pDHKcY4Y0t4oDdbawykthyj2fIBko7FiMIHTaAOjqg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/styled-system/2.3.4: - resolution: {integrity: sha512-Lozbedu+GBj4EbHB/eGv475SFDLApsIEN9gNKiZJBJAE1HIhHn3Seh1iZQSrHC/Beq+D5cQq3Z+yPn3bXtFU7w==} + /@chakra-ui/styled-system/2.3.5: + resolution: {integrity: sha512-Xj78vEq/R+1OVx36tJnAb/vLtX6DD9k/yxj3lCigl3q5Qjr6aglPBjqHdfFbGaQeB0Gt4ABPyxUDO3sAhdxC4w==} dependencies: csstype: 3.1.1 lodash.mergewith: 4.6.2 - /@chakra-ui/switch/2.0.14_afqmofkcrqiiq5qdxhufkesfbq: - resolution: {integrity: sha512-6lzhCkJq7vbD3yGaorGLp0ZZU4ewdKwAu0e62qR8TfYZwbcbpkXbBKloIHbA2XKOduISzS2WYqjmoP6jSKIxrA==} + /@chakra-ui/switch/2.0.16_pyep2utxdr2hljs3hhksvb4hf4: + resolution: {integrity: sha512-uLGjXHaxjCvf97jrwTuYtHSAzep/Mb8hSr/D1BRlBNz6E0kHGRaKANl/pAZAK1z7ZzvyYokK65Wpce2GQ4U/dQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/checkbox': 2.2.2_afqmofkcrqiiq5qdxhufkesfbq - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/checkbox': 2.2.4_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm: - resolution: {integrity: sha512-BxikahglBI0uU8FE3anEorDTU5oKTUuBIEKVcQrEVnrbNuRJEy1OVYyCNXfqW3MpruRO9ypYV2bWt02AZZWEaQ==} + /@chakra-ui/system/2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm: + resolution: {integrity: sha512-nOEXC08d4PiK/4QwSV4tnci2SoWjDHEVSveWW9qoRRr1iZUbQffpwYyJY4pBpPJE7CsA2w3GXK7NdMFRwPtamQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 react: '>=18' dependencies: - '@chakra-ui/color-mode': 2.1.9_react@18.2.0 - '@chakra-ui/react-utils': 2.0.8_react@18.2.0 - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/theme-utils': 2.0.1 - '@chakra-ui/utils': 2.0.11 - '@emotion/react': 11.10.5_5ihuxrpe4zse4p4tf6ubxcyzuu - '@emotion/styled': 11.10.5_z7x6wqqd37fzu777gq3gq2bxru + '@chakra-ui/color-mode': 2.1.10_react@18.2.0 + '@chakra-ui/react-utils': 2.0.9_react@18.2.0 + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/theme-utils': 2.0.4 + '@chakra-ui/utils': 2.0.12 + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y react: 18.2.0 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-zQTiqPKEgjdeO/PG0FByn0fH4sPF7dLJF+YszrIzDc6wvpD96iY6MYLeV+CSelbH1g0/uibcJ10PSaFStfGUZg==} + /@chakra-ui/table/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-TSxzpfrOoB+9LTdNTMnaQC6OTsp36TlCRxJ1+1nAiCmlk+m+FiNzTQsmBalDDhc29rm+6AdRsxSPsjGWB8YVwg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tabs/2.1.4_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-/CQGj1lC9lvruT5BCYZH6Ok64W4CDSysDXuR2XPZXIih9kVOdXQEMXxG8+3vc63WqTBjHuURtZI0g8ouOy84ew==} + /@chakra-ui/tabs/2.1.5_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-XmnKDclAJe0FoW4tdC8AlnZpPN5fcj92l4r2sqiL9WyYVEM71hDxZueETIph/GTtfMelG7Z8e5vBHP4rh1RT5g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/clickable': 2.0.10_react@18.2.0 - '@chakra-ui/descendant': 3.0.10_react@18.2.0 - '@chakra-ui/lazy-utils': 2.0.2 - '@chakra-ui/react-children-utils': 2.0.3_react@18.2.0 - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-controllable-state': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-safe-layout-effect': 2.0.2_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/clickable': 2.0.11_react@18.2.0 + '@chakra-ui/descendant': 3.0.11_react@18.2.0 + '@chakra-ui/lazy-utils': 2.0.3 + '@chakra-ui/react-children-utils': 2.0.4_react@18.2.0 + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-controllable-state': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-safe-layout-effect': 2.0.3_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tag/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-iJJcX+4hl+6Se/8eCRzG+xxDwZfiYgc4Ly/8s93M0uW2GLb+ybbfSE2DjeKSyk3mQVeGzuxGkBfDHH2c2v26ew==} + /@chakra-ui/tag/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-LmPnE6aFF0pfscgYRKZbkWvG7detszwNdcmalQJdp2C8E/xuqi9Vj9RWU/bmRyWHJN+8R603mvPVWj5oN0rarA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/react-context': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/react-context': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/textarea/2.0.12_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-msR9YMynRXwZIqR6DgjQ2MogA/cW1syBx/R0v3es+9Zx8zlbuKdoLhYqajHteCup8dUzTeIH2Vs2vAwgq4wu5A==} + /@chakra-ui/textarea/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-tMiBGimVB+Z8T+yAQ4E45ECmCix0Eisuukf4wUBOpdSRWaArpAoA4RuA34z7OoMbNa3fxEVcvnd2apX1InBtsQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/theme-tools/2.0.12_kzevwk2hxgy6fnrjqv25jdmqp4: - resolution: {integrity: sha512-mnMlKSmXkCjHUJsKWmJbgBTGF2vnLaMLv1ihkBn5eQcCubMQrBLTiMAEFl5pZdzuHItU6QdnLGA10smcXbNl0g==} + /@chakra-ui/theme-tools/2.0.13_egpsumyyi4jwuead4x5ybt4xte: + resolution: {integrity: sha512-Dvai4lljtrs9f2aha3b9yajmxroNaVGNvkKkwh77dRW2jcNNBXepkGWfNLXVkP68Yydz5O+Lt5DKvETrEho9cQ==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.0.7 - '@chakra-ui/styled-system': 2.3.4 + '@chakra-ui/anatomy': 2.1.0 + '@chakra-ui/styled-system': 2.3.5 '@ctrl/tinycolor': 3.4.1 dev: false - /@chakra-ui/theme-utils/2.0.1: - resolution: {integrity: sha512-NDwzgTPxm+v3PAJlSSU1MORHLMqO9vsRJ+ObELD5wpvE9aEyRziN/AZSoK2oLwCQMPEiU7R99K5ij1E6ptMt7w==} + /@chakra-ui/theme-utils/2.0.4: + resolution: {integrity: sha512-vrYuZxzc31c1bevfJRCk4j68dUw4Bxt6QAm3RZcUQyvTnS6q5FhMz+R1X6vS3+IfIhSscZFxwRQSp/TpyY4Vtw==} dependencies: - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/theme/2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4: - resolution: {integrity: sha512-6EYJCQlrjSjNAJvZmw1un50F8+sQDFsdwu/7UzWe+TeANpKlz4ZcHbh0gkl3PD62lGis+ehITUwqRm8htvDOjw==} + /@chakra-ui/theme/2.2.1_egpsumyyi4jwuead4x5ybt4xte: + resolution: {integrity: sha512-6qEJMfnTjB5vGoY1kO/fDarK0Ivrb77UzDw8rY0aTHbjLJkOVxtd7d2H7m8xufh6gecCI5HuXqq8I297pLYm+w==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: - '@chakra-ui/anatomy': 2.0.7 - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/theme-tools': 2.0.12_kzevwk2hxgy6fnrjqv25jdmqp4 + '@chakra-ui/anatomy': 2.1.0 + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/theme-tools': 2.0.13_egpsumyyi4jwuead4x5ybt4xte dev: false - /@chakra-ui/toast/4.0.0_2i3osdxel7kmpcucurx3ruq7eu: - resolution: {integrity: sha512-abeeloJac5T9WK2IN76fEM5FSRH+erNXln2HqDf5wLBn33avSBXWyTiUL8riVSUqto0lrIn6FuK/MmKo0DH4og==} + /@chakra-ui/toast/4.0.3_xqrmbkjyvnkscr3qasvxkp7m6q: + resolution: {integrity: sha512-n6kShxGrHikrJO1vC5cPFbvz5LjG56NhVch3tmyk2g2yrJ87zbNGQqQ2BlLuJcEVFDu3tu+wC1qHdXs8WU4bjg==} peerDependencies: - '@chakra-ui/system': 2.3.0 + '@chakra-ui/system': 2.3.3 framer-motion: '>=4.0.0' react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/alert': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/close-button': 2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-use-timeout': 2.0.2_react@18.2.0 - '@chakra-ui/react-use-update-effect': 2.0.4_react@18.2.0 - '@chakra-ui/styled-system': 2.3.4 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - '@chakra-ui/theme': 2.1.14_kzevwk2hxgy6fnrjqv25jdmqp4 - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/alert': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-use-timeout': 2.0.3_react@18.2.0 + '@chakra-ui/react-use-update-effect': 2.0.5_react@18.2.0 + '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/tooltip/2.2.0_2i3osdxel7kmpcucurx3ruq7eu: - resolution: {integrity: sha512-oB97aQJBW+U3rRIt1ct7NaDRMnbW16JQ5ZBCl3BzN1VJWO3djiNuscpjVdZSceb+FdGSFo+GoDozp1ZwqdfFeQ==} + /@chakra-ui/tooltip/2.2.1_xqrmbkjyvnkscr3qasvxkp7m6q: + resolution: {integrity: sha512-X/VIYgegx1Ab6m0PSI/iISo/hRAe4Xv+hOwinIxIUUkLS8EOtBvq4RhlB6ieFn8jAAPDzPKJW6QFqz8ecJdUiw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/popper': 3.0.8_react@18.2.0 - '@chakra-ui/portal': 2.0.10_biqbaboplfbrettd7655fr4n2y - '@chakra-ui/react-types': 2.0.3_react@18.2.0 - '@chakra-ui/react-use-disclosure': 2.0.5_react@18.2.0 - '@chakra-ui/react-use-event-listener': 2.0.4_react@18.2.0 - '@chakra-ui/react-use-merge-refs': 2.0.4_react@18.2.0 - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/portal': 2.0.11_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-use-disclosure': 2.0.6_react@18.2.0 + '@chakra-ui/react-use-event-listener': 2.0.5_react@18.2.0 + '@chakra-ui/react-use-merge-refs': 2.0.5_react@18.2.0 + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.11_met45o3wt6wybzcplca7lbldbq: - resolution: {integrity: sha512-O0grc162LARPurjz1R+J+zr4AAKsVwN5+gaqLfZLMWg6TpvczJhwEA2fLCNAdkC/gomere390bJsy52xfUacUw==} + /@chakra-ui/transition/2.0.12_yhvudjrwpakavfgr4i4tcnhypa: + resolution: {integrity: sha512-ff6eU+m08ccYfCkk0hKfY/XlmGxCrfbBgsKgV4mirZ4SKUL1GVye8CYuHwWQlBJo+8s0yIpsTNxAuX4n/cW9/w==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18' dependencies: - framer-motion: 7.6.4_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.6_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/utils/2.0.11: - resolution: {integrity: sha512-4ZQdK6tbOuTrUCsAQBHWo7tw5/Q6pBV93ZbVpats61cSWMFGv32AIQw9/hA4un2zDeSWN9ZMVLNjAY2Dq/KQOA==} + /@chakra-ui/utils/2.0.12: + resolution: {integrity: sha512-1Z1MgsrfMQhNejSdrPJk8v5J4gCefHo+1wBmPPHTz5bGEbAAbZ13aXAfXy8w0eFy0Nvnawn0EHW7Oynp/MdH+Q==} dependencies: '@types/lodash.mergewith': 4.6.6 css-box-model: 1.2.1 @@ -3088,17 +3191,17 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/2.0.11_e5d2utcogkjxxdp5h2rcoxuz2u: - resolution: {integrity: sha512-e+5amYvnsmEQdiWH4XMyvrtGTdwz//+48vwj5CsNWWcselzkwqodmciy5rIrT71/SCQDOtmgnL7ZWAUOffxfsQ==} + /@chakra-ui/visually-hidden/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + resolution: {integrity: sha512-sDEeeEjLfID333EC46NdCbhK2HyMXlpl5HzcJjuwWIpyVz4E1gKQ9hlwpq6grijvmzeSywQ5D3tTwUrvZck4KQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/system': 2.3.0_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@codemirror/autocomplete/6.3.0_guf2nuxp74b7eqcfvjbwmbrbii: + /@codemirror/autocomplete/6.3.0_4jhadlhwu6n27xudtbkdvskqom: resolution: {integrity: sha512-4jEvh3AjJZTDKazd10J6ZsCIqaYxDMCeua5ouQxY8hlFIml+nr7le0SgBhT3SIytFBmdzPK3AUhXGuW3T79nVg==} peerDependencies: '@codemirror/language': ^6.0.0 @@ -3107,7 +3210,7 @@ packages: '@lezer/common': ^1.0.0 dependencies: '@codemirror/language': 6.2.1 - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 '@codemirror/view': 6.3.0 '@lezer/common': 1.0.1 dev: false @@ -3116,7 +3219,7 @@ packages: resolution: {integrity: sha512-ibDohwkk7vyu3VsnZNlQhwk0OETBtlkYV+6AHfn5Zgq0sxa+yGVX+apwtC3M4wh6AH7yU5si/NysoECs5EGS3Q==} dependencies: '@codemirror/language': 6.2.1 - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 '@codemirror/view': 6.3.0 '@lezer/common': 1.0.1 dev: false @@ -3124,23 +3227,23 @@ packages: /@codemirror/lang-css/6.0.1_fuptfgfvjei7zlnjj2tcjb3b3y: resolution: {integrity: sha512-rlLq1Dt0WJl+2epLQeAsfqIsx3lGu4HStHCJu95nGGuz2P2fNugbU3dQYafr2VRjM4eMC9HviI6jvS98CNtG5w==} dependencies: - '@codemirror/autocomplete': 6.3.0_guf2nuxp74b7eqcfvjbwmbrbii + '@codemirror/autocomplete': 6.3.0_4jhadlhwu6n27xudtbkdvskqom '@codemirror/language': 6.2.1 - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 '@lezer/css': 1.0.0 transitivePeerDependencies: - '@codemirror/view' - '@lezer/common' dev: false - /@codemirror/lang-html/6.1.3: - resolution: {integrity: sha512-LmtIElopGK6bBfddAyjBitS6hz8nFr/PVUtvqmfomXlHB4m+Op2d5eGk/X9/CSby6Y8NqXXkGa3yDd9lfJ6Qlg==} + /@codemirror/lang-html/6.1.4: + resolution: {integrity: sha512-sMXDSmOzQkvQdJq+v/Bfs7y29wDdhsFZfKftchfHBF6aBD+x7lGCBFzBpn5+JCdyvAYi7LLfQcjVvIxy41PkAw==} dependencies: - '@codemirror/autocomplete': 6.3.0_guf2nuxp74b7eqcfvjbwmbrbii + '@codemirror/autocomplete': 6.3.0_4jhadlhwu6n27xudtbkdvskqom '@codemirror/lang-css': 6.0.1_fuptfgfvjei7zlnjj2tcjb3b3y '@codemirror/lang-javascript': 6.1.1 '@codemirror/language': 6.2.1 - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 '@codemirror/view': 6.3.0 '@lezer/common': 1.0.1 '@lezer/html': 1.0.1 @@ -3149,10 +3252,10 @@ packages: /@codemirror/lang-javascript/6.1.1: resolution: {integrity: sha512-F4+kiuC5d5dUSJmff96tJQwpEXs/tX/4bapMRnZWW6bHKK1Fx6MunTzopkCUWRa9bF87GPmb9m7Qtg7Yv8f3uQ==} dependencies: - '@codemirror/autocomplete': 6.3.0_guf2nuxp74b7eqcfvjbwmbrbii + '@codemirror/autocomplete': 6.3.0_4jhadlhwu6n27xudtbkdvskqom '@codemirror/language': 6.2.1 - '@codemirror/lint': 6.0.0 - '@codemirror/state': 6.1.2 + '@codemirror/lint': 6.1.0 + '@codemirror/state': 6.1.3 '@codemirror/view': 6.3.0 '@lezer/common': 1.0.1 '@lezer/javascript': 1.0.2 @@ -3168,7 +3271,7 @@ packages: /@codemirror/language/6.2.1: resolution: {integrity: sha512-MC3svxuvIj0MRpFlGHxLS6vPyIdbTr2KKPEW46kCoCXw2ktb4NTkpkPBI/lSP/FoNXLCBJ0mrnUi1OoZxtpW1Q==} dependencies: - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 '@codemirror/view': 6.3.0 '@lezer/common': 1.0.1 '@lezer/highlight': 1.1.1 @@ -3176,10 +3279,10 @@ packages: style-mod: 4.0.0 dev: false - /@codemirror/lint/6.0.0: - resolution: {integrity: sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==} + /@codemirror/lint/6.1.0: + resolution: {integrity: sha512-mdvDQrjRmYPvQ3WrzF6Ewaao+NWERYtpthJvoQ3tK3t/44Ynhk8ZGjTSL9jMEv8CgSMogmt75X8ceOZRDSXHtQ==} dependencies: - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 '@codemirror/view': 6.3.0 crelt: 1.0.5 dev: false @@ -3187,19 +3290,19 @@ packages: /@codemirror/search/6.2.1: resolution: {integrity: sha512-Q1JgUSBjQZRPIddlXzad/AVDigdhriLxQNFyP0gfrDTq6LDHNhr95U/tW3bpVssGenkaLzujtu/7XoK4kyvL3g==} dependencies: - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 '@codemirror/view': 6.3.0 crelt: 1.0.5 dev: false - /@codemirror/state/6.1.2: - resolution: {integrity: sha512-Mxff85Hp5va+zuj+H748KbubXjrinX/k28lj43H14T2D0+4kuvEFIEIO7hCEcvBT8ubZyIelt9yGOjj2MWOEQA==} + /@codemirror/state/6.1.3: + resolution: {integrity: sha512-0Rn7vadZ6EgHaKdIOwyhBWLdPDh1JM5USYqXjxwrvpmTKWu4wQ77twgAYEg1MU282XcrnV4ZqFf+00bu6UPCyg==} dev: false /@codemirror/view/6.3.0: resolution: {integrity: sha512-jMN9OGKmzRPJ+kksfMrB5e/A9heQncirHsz8XNBpgEbYONCk5tWHMKVWKTNwznkUGD5mnigXI1i5YIcWpscSPg==} dependencies: - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 style-mod: 4.0.0 w3c-keyname: 2.2.6 dev: false @@ -3296,13 +3399,13 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/generator': 7.19.6 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.6 - '@babel/preset-env': 7.19.4_@babel+core@7.19.6 - '@babel/preset-react': 7.18.6_@babel+core@7.19.6 - '@babel/preset-typescript': 7.18.6_@babel+core@7.19.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.20.2 + '@babel/preset-env': 7.19.4_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@babel/runtime': 7.19.0 '@babel/runtime-corejs3': 7.19.1 '@babel/traverse': 7.19.6 @@ -3316,7 +3419,7 @@ packages: '@slorber/static-site-generator-webpack-plugin': 4.0.7 '@svgr/webpack': 6.5.1 autoprefixer: 10.4.13_postcss@8.4.18 - babel-loader: 8.2.5_6zc4kxld457avlfyhj3lzsljlm + babel-loader: 8.2.5_hkczypimj4evef4hfazf6yfxte babel-plugin-dynamic-import-node: 2.3.3 boxen: 6.2.1 chalk: 4.1.2 @@ -3392,9 +3495,9 @@ packages: resolution: {integrity: sha512-mAAwCo4n66TMWBH1kXnHVZsakW9VAXJzTO4yZukuL3ro4F+JtkMwKfh42EG75K/J/YIFQG5I/Bzy0UH/hFxaTg==} engines: {node: '>=16.14'} dependencies: - cssnano-preset-advanced: 5.3.8_postcss@8.4.18 - postcss: 8.4.18 - postcss-sort-media-queries: 4.3.0_postcss@8.4.18 + cssnano-preset-advanced: 5.3.8_postcss@8.4.19 + postcss: 8.4.19 + postcss-sort-media-queries: 4.3.0_postcss@8.4.19 tslib: 2.4.0 dev: false @@ -3413,8 +3516,8 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/parser': 7.19.6 - '@babel/traverse': 7.19.6 + '@babel/parser': 7.20.3 + '@babel/traverse': 7.20.1 '@docusaurus/logger': 2.2.0 '@docusaurus/utils': 2.2.0 '@mdx-js/mdx': 1.6.22 @@ -3448,8 +3551,8 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/parser': 7.19.6 - '@babel/traverse': 7.19.6 + '@babel/parser': 7.20.3 + '@babel/traverse': 7.20.1 '@docusaurus/logger': 2.2.0 '@docusaurus/utils': 2.2.0_@docusaurus+types@2.2.0 '@mdx-js/mdx': 1.6.22 @@ -3485,7 +3588,7 @@ packages: '@docusaurus/react-loadable': 5.5.2_react@17.0.2 '@docusaurus/types': 2.2.0_sfoxds7t5ydpegc3knd667wn6m '@types/history': 4.7.11 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/react-router-config': 5.0.6 '@types/react-router-dom': 5.3.3 react: 17.0.2 @@ -3711,7 +3814,7 @@ packages: peerDependencies: react: '*' dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 prop-types: 15.8.1 react: 17.0.2 dev: false @@ -3739,7 +3842,7 @@ packages: infima: 0.2.0-alpha.42 lodash: 4.17.21 nprogress: 0.2.0 - postcss: 8.4.18 + postcss: 8.4.19 prism-react-renderer: 1.3.5_react@17.0.2 prismjs: 1.29.0 react: 17.0.2 @@ -3770,7 +3873,7 @@ packages: '@docusaurus/plugin-content-pages': 2.2.0_sfoxds7t5ydpegc3knd667wn6m '@docusaurus/utils': 2.2.0 '@types/history': 4.7.11 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/react-router-config': 5.0.6 clsx: 1.2.1 parse-numeric-range: 1.3.0 @@ -3871,7 +3974,7 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.24 + '@types/react': 18.0.25 commander: 5.1.0 joi: 17.6.2 react: 17.0.2 @@ -4013,14 +4116,14 @@ packages: - webpack-cli dev: false - /@emotion/babel-plugin/11.10.5_@babel+core@7.19.6: + /@emotion/babel-plugin/11.10.5_@babel+core@7.20.2: resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.6 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 '@babel/runtime': 7.19.0 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 @@ -4082,7 +4185,7 @@ packages: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} dev: false - /@emotion/react/11.10.5_5ihuxrpe4zse4p4tf6ubxcyzuu: + /@emotion/react/11.10.5_cuziicjcvwawlf5iuhzacuhqcy: resolution: {integrity: sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==} peerDependencies: '@babel/core': ^7.0.0 @@ -4094,20 +4197,20 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.19.6 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 '@emotion/cache': 11.10.5 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - '@types/react': 18.0.24 + '@types/react': 18.0.25 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false - /@emotion/react/11.9.3_5ihuxrpe4zse4p4tf6ubxcyzuu: + /@emotion/react/11.9.3_cuziicjcvwawlf5iuhzacuhqcy: resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -4119,14 +4222,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.19.6 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 '@emotion/cache': 11.10.5 '@emotion/serialize': 1.1.1 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.2.5 - '@types/react': 18.0.24 + '@types/react': 18.0.25 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -4159,7 +4262,7 @@ packages: resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled/11.10.5_z7x6wqqd37fzu777gq3gq2bxru: + /@emotion/styled/11.10.5_hmjty4frusbltjhl3xd7udcm2y: resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} peerDependencies: '@babel/core': ^7.0.0 @@ -4172,19 +4275,19 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.19.6 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.5_5ihuxrpe4zse4p4tf6ubxcyzuu + '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 - '@types/react': 18.0.24 + '@types/react': 18.0.25 react: 18.2.0 dev: false - /@emotion/styled/11.9.3_z73a4r4hnntsdbgrxxh7mke4wi: + /@emotion/styled/11.9.3_k5mwnuku3st74msu3y3fxwjuli: resolution: {integrity: sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA==} peerDependencies: '@babel/core': ^7.0.0 @@ -4197,14 +4300,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.19.6 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.9.3_5ihuxrpe4zse4p4tf6ubxcyzuu + '@emotion/react': 11.9.3_cuziicjcvwawlf5iuhzacuhqcy '@emotion/serialize': 1.1.1 '@emotion/utils': 1.2.0 - '@types/react': 18.0.24 + '@types/react': 18.0.25 react: 18.2.0 dev: false @@ -4325,22 +4428,22 @@ packages: '@floating-ui/core': 0.7.3 dev: false - /@floating-ui/react-dom-interactions/0.6.6_knhnagtyfncgg2hpin7s37uixq: + /@floating-ui/react-dom-interactions/0.6.6_2zx2umvpluuhvlq44va5bta2da: resolution: {integrity: sha512-qnao6UPjSZNHnXrF+u4/n92qVroQkx0Umlhy3Avk1oIebm/5ee6yvDm4xbHob0OjY7ya8WmUnV3rQlPwX3Atwg==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@floating-ui/react-dom': 0.7.2_knhnagtyfncgg2hpin7s37uixq - aria-hidden: 1.2.1_bbvjflvjoibwhtpmedigb26h6y + '@floating-ui/react-dom': 0.7.2_2zx2umvpluuhvlq44va5bta2da + aria-hidden: 1.2.1_fan5qbzahqtxlm5dzefqlqx5ia react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - use-isomorphic-layout-effect: 1.1.2_bbvjflvjoibwhtpmedigb26h6y + use-isomorphic-layout-effect: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia transitivePeerDependencies: - '@types/react' dev: false - /@floating-ui/react-dom/0.7.2_knhnagtyfncgg2hpin7s37uixq: + /@floating-ui/react-dom/0.7.2_2zx2umvpluuhvlq44va5bta2da: resolution: {integrity: sha512-1T0sJcpHgX/u4I1OzIEhlcrvkUN8ln39nz7fMoE/2HDHrPiMFoOGR7++GYyfUmIQHkkrTinaeQsO3XWubjSvGg==} peerDependencies: react: '>=16.8.0' @@ -4349,7 +4452,7 @@ packages: '@floating-ui/dom': 0.5.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - use-isomorphic-layout-effect: 1.1.2_bbvjflvjoibwhtpmedigb26h6y + use-isomorphic-layout-effect: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia transitivePeerDependencies: - '@types/react' dev: false @@ -4389,13 +4492,13 @@ packages: uuid: 8.3.2 dev: false - /@giphy/react-components/6.2.0_ovnpmkgfyand75et73pnqceycy: + /@giphy/react-components/6.2.0_o6ujcdmwt6ni5mv4wdf5n6tg3y: resolution: {integrity: sha512-fI6cNUl7WaTTRFTYxUIUew+3ilj1BqFH6bgl+1LsESSbWr1dpkG1MnPFPWWdk3dGETpxoAXjPsKJ6V6KChKmug==} peerDependencies: react: 16.10.2 - 18 dependencies: - '@emotion/react': 11.9.3_5ihuxrpe4zse4p4tf6ubxcyzuu - '@emotion/styled': 11.9.3_z73a4r4hnntsdbgrxxh7mke4wi + '@emotion/react': 11.9.3_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/styled': 11.9.3_k5mwnuku3st74msu3y3fxwjuli '@giphy/js-analytics': 4.1.1 '@giphy/js-brand': 2.2.2 '@giphy/js-fetch-api': 4.4.0 @@ -4467,20 +4570,20 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/29.2.1: - resolution: {integrity: sha512-MF8Adcw+WPLZGBiNxn76DOuczG3BhODTcMlDCA4+cFi41OkaY/lyI0XUUhi73F88Y+7IHoGmD80pN5CtxQUdSw==} + /@jest/console/29.3.1: + resolution: {integrity: sha512-IRE6GD47KwcqA09RIWrabKdHPiKDGgtAL31xDxbi/RjQMsr+lY+ppxmHwY0dUEV3qvvxZzoe5Hl0RXZJOjQNUg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 chalk: 4.1.2 - jest-message-util: 29.2.1 - jest-util: 29.2.1 + jest-message-util: 29.3.1 + jest-util: 29.3.1 slash: 3.0.0 dev: true - /@jest/core/29.2.2: - resolution: {integrity: sha512-susVl8o2KYLcZhhkvSB+b7xX575CX3TmSvxfeDjpRko7KmT89rHkXj6XkDkNpSeFMBzIENw5qIchO9HC9Sem+A==} + /@jest/core/29.3.1: + resolution: {integrity: sha512-0ohVjjRex985w5MmO5L3u5GR1O30DexhBSpuwx2P+9ftyqHdJXnk7IUWiP80oHMvt7ubHCJHxV0a0vlKVuZirw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -4488,11 +4591,11 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 29.2.1 - '@jest/reporters': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 + '@jest/console': 29.3.1 + '@jest/reporters': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -4500,20 +4603,20 @@ packages: exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 - jest-config: 29.2.2_@types+node@18.11.9 - jest-haste-map: 29.2.1 - jest-message-util: 29.2.1 + jest-config: 29.3.1_@types+node@18.11.9 + jest-haste-map: 29.3.1 + jest-message-util: 29.3.1 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-resolve-dependencies: 29.2.2 - jest-runner: 29.2.2 - jest-runtime: 29.2.2 - jest-snapshot: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 - jest-watcher: 29.2.2 + jest-resolve: 29.3.1 + jest-resolve-dependencies: 29.3.1 + jest-runner: 29.3.1 + jest-runtime: 29.3.1 + jest-snapshot: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 + jest-watcher: 29.3.1 micromatch: 4.0.5 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: @@ -4521,66 +4624,66 @@ packages: - ts-node dev: true - /@jest/environment/29.2.2: - resolution: {integrity: sha512-OWn+Vhu0I1yxuGBJEFFekMYc8aGBGrY4rt47SOh/IFaI+D7ZHCk7pKRiSoZ2/Ml7b0Ony3ydmEHRx/tEOC7H1A==} + /@jest/environment/29.3.1: + resolution: {integrity: sha512-pMmvfOPmoa1c1QpfFW0nXYtNLpofqo4BrCIk6f2kW4JFeNlHV2t3vd+3iDLf31e2ot2Mec0uqZfmI+U0K2CFag==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 29.2.2 - '@jest/types': 29.2.1 + '@jest/fake-timers': 29.3.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 - jest-mock: 29.2.2 + jest-mock: 29.3.1 dev: true - /@jest/expect-utils/29.2.1: - resolution: {integrity: sha512-yr4aHNg5Z1CjKby5ozm7sKjgBlCOorlAoFcvrOQ/4rbZRfgZQdnmh7cth192PYIgiPZo2bBXvqdOApnAMWFJZg==} + /@jest/expect-utils/29.2.2: + resolution: {integrity: sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.2.0 dev: true - /@jest/expect-utils/29.2.2: - resolution: {integrity: sha512-vwnVmrVhTmGgQzyvcpze08br91OL61t9O0lJMDyb6Y/D8EKQ9V7rGUb/p7PDt0GPzK0zFYqXWFo4EO2legXmkg==} + /@jest/expect-utils/29.3.1: + resolution: {integrity: sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.2.0 dev: true - /@jest/expect/29.2.2: - resolution: {integrity: sha512-zwblIZnrIVt8z/SiEeJ7Q9wKKuB+/GS4yZe9zw7gMqfGf4C5hBLGrVyxu1SzDbVSqyMSlprKl3WL1r80cBNkgg==} + /@jest/expect/29.3.1: + resolution: {integrity: sha512-QivM7GlSHSsIAWzgfyP8dgeExPRZ9BIe2LsdPyEhCGkZkoyA+kGsoIzbKAfZCvvRzfZioKwPtCZIt5SaoxYCvg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - expect: 29.2.2 - jest-snapshot: 29.2.2 + expect: 29.3.1 + jest-snapshot: 29.3.1 transitivePeerDependencies: - supports-color dev: true - /@jest/fake-timers/29.2.2: - resolution: {integrity: sha512-nqaW3y2aSyZDl7zQ7t1XogsxeavNpH6kkdq+EpXncIDvAkjvFD7hmhcIs1nWloengEWUoWqkqSA6MSbf9w6DgA==} + /@jest/fake-timers/29.3.1: + resolution: {integrity: sha512-iHTL/XpnDlFki9Tq0Q1GGuVeQ8BHZGIYsvCO5eN/O/oJaRzofG9Xndd9HuSDBI/0ZS79pg0iwn07OMTQ7ngF2A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 '@sinonjs/fake-timers': 9.1.2 '@types/node': 18.11.9 - jest-message-util: 29.2.1 - jest-mock: 29.2.2 - jest-util: 29.2.1 + jest-message-util: 29.3.1 + jest-mock: 29.3.1 + jest-util: 29.3.1 dev: true - /@jest/globals/29.2.2: - resolution: {integrity: sha512-/nt+5YMh65kYcfBhj38B3Hm0Trk4IsuMXNDGKE/swp36yydBWfz3OXkLqkSvoAtPW8IJMSJDFCbTM2oj5SNprw==} + /@jest/globals/29.3.1: + resolution: {integrity: sha512-cTicd134vOcwO59OPaB6AmdHQMCtWOe+/DitpTZVxWgMJ+YvXL1HNAmPyiGbSHmF/mXVBkvlm8YYtQhyHPnV6Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.2 - '@jest/expect': 29.2.2 - '@jest/types': 29.2.1 - jest-mock: 29.2.2 + '@jest/environment': 29.3.1 + '@jest/expect': 29.3.1 + '@jest/types': 29.3.1 + jest-mock: 29.3.1 transitivePeerDependencies: - supports-color dev: true - /@jest/reporters/29.2.2: - resolution: {integrity: sha512-AzjL2rl2zJC0njIzcooBvjA4sJjvdoq98sDuuNs4aNugtLPSQ+91nysGKRF0uY1to5k0MdGMdOBggUsPqvBcpA==} + /@jest/reporters/29.3.1: + resolution: {integrity: sha512-GhBu3YFuDrcAYW/UESz1JphEAbvUjaY2vShRZRoRY1mxpCMB3yGSJ4j9n0GxVlEOdCf7qjvUfBCrTUUqhVfbRA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -4589,10 +4692,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 29.2.1 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 + '@jest/console': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.15 '@types/node': 18.11.9 chalk: 4.1.2 @@ -4605,9 +4708,9 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 - jest-message-util: 29.2.1 - jest-util: 29.2.1 - jest-worker: 29.2.1 + jest-message-util: 29.3.1 + jest-util: 29.3.1 + jest-worker: 29.3.1 slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 @@ -4631,41 +4734,41 @@ packages: graceful-fs: 4.2.10 dev: true - /@jest/test-result/29.2.1: - resolution: {integrity: sha512-lS4+H+VkhbX6z64tZP7PAUwPqhwj3kbuEHcaLuaBuB+riyaX7oa1txe0tXgrFj5hRWvZKvqO7LZDlNWeJ7VTPA==} + /@jest/test-result/29.3.1: + resolution: {integrity: sha512-qeLa6qc0ddB0kuOZyZIhfN5q0e2htngokyTWsGriedsDhItisW7SDYZ7ceOe57Ii03sL988/03wAcBh3TChMGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.2.1 - '@jest/types': 29.2.1 + '@jest/console': 29.3.1 + '@jest/types': 29.3.1 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/29.2.2: - resolution: {integrity: sha512-Cuc1znc1pl4v9REgmmLf0jBd3Y65UXJpioGYtMr/JNpQEIGEzkmHhy6W6DLbSsXeUA13TDzymPv0ZGZ9jH3eIw==} + /@jest/test-sequencer/29.3.1: + resolution: {integrity: sha512-IqYvLbieTv20ArgKoAMyhLHNrVHJfzO6ARZAbQRlY4UGWfdDnLlZEF0BvKOMd77uIiIjSZRwq3Jb3Fa3I8+2UA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.2.1 + '@jest/test-result': 29.3.1 graceful-fs: 4.2.10 - jest-haste-map: 29.2.1 + jest-haste-map: 29.3.1 slash: 3.0.0 dev: true - /@jest/transform/29.2.2: - resolution: {integrity: sha512-aPe6rrletyuEIt2axxgdtxljmzH8O/nrov4byy6pDw9S8inIrTV+2PnjyP/oFHMSynzGxJ2s6OHowBNMXp/Jzg==} + /@jest/transform/29.3.1: + resolution: {integrity: sha512-8wmCFBTVGYqFNLWfcOWoVuMuKYPUBTnTMDkdvFtAYELwDOl9RGwOsvQWGPFxDJ8AWY9xM/8xCXdqmPK3+Q5Lug==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.19.6 - '@jest/types': 29.2.1 + '@babel/core': 7.20.2 + '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.15 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 - convert-source-map: 1.8.0 + convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.10 - jest-haste-map: 29.2.1 + jest-haste-map: 29.3.1 jest-regex-util: 29.2.0 - jest-util: 29.2.1 + jest-util: 29.3.1 micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 @@ -4686,8 +4789,8 @@ packages: chalk: 4.1.2 dev: true - /@jest/types/29.2.1: - resolution: {integrity: sha512-O/QNDQODLnINEPAI0cl9U6zUIDXEWXt6IC1o2N2QENuos7hlGUIthlKyV4p6ki3TvXFX071blj8HUhgLGquPjw==} + /@jest/types/29.3.1: + resolution: {integrity: sha512-d0S0jmmTpjnhCmNpApgX3jrUZgZ22ivKJRvL2lli5hpCRoNnp1f85r2/wpKfXuYu8E7Jjh1hGfhPyup1NM5AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/schemas': 29.0.0 @@ -4869,8 +4972,8 @@ packages: tslib: 2.4.0 dev: false - /@next/bundle-analyzer/13.0.1: - resolution: {integrity: sha512-kbqFU8hOH/rhQyn1dGAoeM5uJcO7hl+foPvGzaG8Ciu4Z6F4+34emmflTc+YecWTkYNP4SA3KortG3qzfsGkPA==} + /@next/bundle-analyzer/13.0.3: + resolution: {integrity: sha512-GPZqpXJImCq1LvKX6+pE+V5W5llBNFk/X1G2+qJh5tvLSy1teBzXz90W4yI1BX7ruc7lYufJouky0V3CnqKyLg==} dependencies: webpack-bundle-analyzer: 4.3.0 transitivePeerDependencies: @@ -4878,113 +4981,113 @@ packages: - utf-8-validate dev: true - /@next/env/13.0.1: - resolution: {integrity: sha512-gK60YoFae3s8qi5UgIzbvxOhsh5gKyEaiKH5+kLBUYXLlrPyWJR2xKBj2WqvHkO7wDX7/Hed3DAqjSpU4ijIvQ==} + /@next/env/13.0.3: + resolution: {integrity: sha512-/4WzeG61Ot/PxsghXkSqQJ6UohFfwXoZ3dtsypmR9EBP+OIax9JRq0trq8Z/LCT9Aq4JbihVkaazRWguORjTAw==} - /@next/eslint-plugin-next/13.0.1: - resolution: {integrity: sha512-t3bggJhKE/oB4pvMM7hMNnmIpIqsMGJ+OLklk8llOkSeXtfCV+MBQbhImWxf5QODkxNAmMK3IJGAAecQhBTc/Q==} + /@next/eslint-plugin-next/13.0.3: + resolution: {integrity: sha512-slmTAHNKDyc7jhx4VF8lFbmOPWJ3PShtUUWpb6x9+ga59CyOxgP6AdcDhxfapnWYACKe/TwYiaveufu7LqXgZg==} dependencies: glob: 7.1.7 dev: true - /@next/swc-android-arm-eabi/13.0.1: - resolution: {integrity: sha512-M28QSbohZlNXNn//HY6lV2T3YaMzG58Jwr0YwOdVmOQv6i+7lu6xe3GqQu4kdqInqhLrBXnL+nabFuGTVSHtTg==} + /@next/swc-android-arm-eabi/13.0.3: + resolution: {integrity: sha512-uxfUoj65CdFc1gX2q7GtBX3DhKv9Kn343LMqGNvXyuTpYTGMmIiVY7b9yF8oLWRV0gVKqhZBZifUmoPE8SJU6Q==} engines: {node: '>= 10'} cpu: [arm] os: [android] requiresBuild: true optional: true - /@next/swc-android-arm64/13.0.1: - resolution: {integrity: sha512-szmO/i6GoHcPXcbhUKhwBMETWHNXH3ITz9wfxwOOFBNKdDU8pjKsHL88lg28aOiQYZSU1sxu1v1p9KY5kJIZCg==} + /@next/swc-android-arm64/13.0.3: + resolution: {integrity: sha512-t2k+WDfg7Cq2z/EnalKGsd/9E5F4Hdo1xu+UzZXYDpKUI9zgE6Bz8ajQb8m8txv3qOaWdKuDa5j5ziq9Acd1Xw==} engines: {node: '>= 10'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@next/swc-darwin-arm64/13.0.1: - resolution: {integrity: sha512-O1RxCaiDNOjGZmdAp6SQoHUITt9aVDQXoR3lZ/TloI/NKRAyAV4u0KUUofK+KaZeHOmVTnPUaQuCyZSc3i1x5Q==} + /@next/swc-darwin-arm64/13.0.3: + resolution: {integrity: sha512-wV6j6SZ1bc/YHOLCLk9JVqaZTCCey6HBV7inl2DriHsHqIcO6F3+QiYf0KXwRP9BE0GSZZrYd5mZQm2JPTHdJA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64/13.0.1: - resolution: {integrity: sha512-8E6BY/VO+QqQkthhoWgB8mJMw1NcN9Vhl2OwEwxv8jy2r3zjeU+WNRxz4y8RLbcY0R1h+vHlXuP0mLnuac84tQ==} + /@next/swc-darwin-x64/13.0.3: + resolution: {integrity: sha512-jaI2CMuYWvUtRixV3AIjUhnxUDU1FKOR+8hADMhYt3Yz+pCKuj4RZ0n0nY5qUf3qT1AtvnJXEgyatSFJhSp/wQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-freebsd-x64/13.0.1: - resolution: {integrity: sha512-ocwoOxm2KVwF50RyoAT+2RQPLlkyoF7sAqzMUVgj+S6+DTkY3iwH+Zpo0XAk2pnqT9qguOrKnEpq9EIx//+K7Q==} + /@next/swc-freebsd-x64/13.0.3: + resolution: {integrity: sha512-nbyT0toBTJrcj5TCB9pVnQpGJ3utGyQj4CWegZs1ulaeUQ5Z7CS/qt8nRyYyOKYHtOdSCJ9Nw5F/RgKNkdpOdw==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@next/swc-linux-arm-gnueabihf/13.0.1: - resolution: {integrity: sha512-yO7e3zITfGol/N6lPQnmIRi0WyuILBMXrvH6EdmWzzqMDJFfTCII6l+B6gMO5WVDCTQUGQlQRNZ7sFqWR4I71g==} + /@next/swc-linux-arm-gnueabihf/13.0.3: + resolution: {integrity: sha512-1naLxYvRUQCoFCU1nMkcQueRc0Iux9xBv1L5pzH2ejtIWFg8BrSgyuluJG4nyAhFCx4WG863IEIkAaefOowVdA==} engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu/13.0.1: - resolution: {integrity: sha512-OEs6WDPDI8RyM8SjOqTDMqMBfOlU97VnW6ZMXUvzUTyH0K9c7NF+cn7UMu+I4tKFN0uJ9WQs/6TYaFBGkgoVVA==} + /@next/swc-linux-arm64-gnu/13.0.3: + resolution: {integrity: sha512-3Z4A8JkuGWpMVbUhUPQInK/SLY+kijTT78Q/NZCrhLlyvwrVxaQALJNlXzxDLraUgv4oVH0Wz/FIw1W9PUUhxA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl/13.0.1: - resolution: {integrity: sha512-y5ypFK0Y3urZSFoQxbtDqvKsBx026sz+Fm+xHlPWlGHNZrbs3Q812iONjcZTo09QwRMk5X86iMWBRxV18xMhaw==} + /@next/swc-linux-arm64-musl/13.0.3: + resolution: {integrity: sha512-MoYe9SM40UaunTjC+01c9OILLH3uSoeri58kDMu3KF/EFEvn1LZ6ODeDj+SLGlAc95wn46hrRJS2BPmDDE+jFQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu/13.0.1: - resolution: {integrity: sha512-XDIHEE6SU8VCF+dUVntD6PDv6RK31N0forx9kucZBYirbe8vCZ+Yx8hYgvtIaGrTcWtGxibxmND0pIuHDq8H5g==} + /@next/swc-linux-x64-gnu/13.0.3: + resolution: {integrity: sha512-z22T5WGnRanjLMXdF0NaNjSpBlEzzY43t5Ysp3nW1oI6gOkub6WdQNZeHIY7A2JwkgSWZmtjLtf+Fzzz38LHeQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl/13.0.1: - resolution: {integrity: sha512-yxIOuuz5EOx0F1FDtsyzaLgnDym0Ysxv8CWeJyDTKKmt9BVyITg6q/cD+RP9bEkT1TQi+PYXIMATSz675Q82xw==} + /@next/swc-linux-x64-musl/13.0.3: + resolution: {integrity: sha512-ZOMT7zjBFmkusAtr47k8xs/oTLsNlTH6xvYb+iux7yly2hZGwhfBLzPGBsbeMZukZ96IphJTagT+C033s6LNVA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc/13.0.1: - resolution: {integrity: sha512-+ucLe2qgQzP+FM94jD4ns6LDGyMFaX9k3lVHqu/tsQCy2giMymbport4y4p77mYcXEMlDaHMzlHgOQyHRniWFA==} + /@next/swc-win32-arm64-msvc/13.0.3: + resolution: {integrity: sha512-Q4BM16Djl+Oah9UdGrvjFYgoftYB2jNd+rtRGPX5Mmxo09Ry/KiLbOZnoUyoIxKc1xPyfqMXuaVsAFQLYs0KEQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc/13.0.1: - resolution: {integrity: sha512-Krr/qGN7OB35oZuvMAZKoXDt2IapynIWLh5A5rz6AODb7f/ZJqyAuZSK12vOa2zKdobS36Qm4IlxxBqn9c00MA==} + /@next/swc-win32-ia32-msvc/13.0.3: + resolution: {integrity: sha512-Sa8yGkNeRUsic8Qjf7MLIAfP0p0+einK/wIqJ8UO1y76j+8rRQu42AMs5H4Ax1fm9GEYq6I8njHtY59TVpTtGQ==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc/13.0.1: - resolution: {integrity: sha512-t/0G33t/6VGWZUGCOT7rG42qqvf/x+MrFp1CU+8CN6PrjSSL57R5bqkXfubV9t4eCEnUxVP+5Hn3MoEXEebtEw==} + /@next/swc-win32-x64-msvc/13.0.3: + resolution: {integrity: sha512-IAptmSqA7k4tQzaw2NAkoEjj3+Dz9ceuvlEHwYh770MMDL4V0ku2m+UHrmn5HUCEDHhgwwjg2nyf6728q2jr1w==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -5040,8 +5143,8 @@ packages: prettier: 2.7.1 dev: true - /@prisma/client/4.5.0_prisma@4.5.0: - resolution: {integrity: sha512-B2cV0OPI1smhdYUxsJoLYQLoMlLH06MUxgFUWQnHodGMX98VRVXKmQE/9OcrTNkqtke5RC+YU24Szxd04tZA2g==} + /@prisma/client/4.6.1_prisma@4.6.1: + resolution: {integrity: sha512-M1+NNrMzqaOIxT7PBGcTs3IZo7d1EW/+gVQd4C4gUgWBDGgD9AcIeZnUSidgWClmpMSgVUdnVORjsWWGUameYA==} engines: {node: '>=14.17'} requiresBuild: true peerDependencies: @@ -5050,16 +5153,16 @@ packages: prisma: optional: true dependencies: - '@prisma/engines-version': 4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452 - prisma: 4.5.0 + '@prisma/engines-version': 4.6.1-3.694eea289a8462c80264df36757e4fdc129b1b32 + prisma: 4.6.1 dev: false - /@prisma/engines-version/4.5.0-43.0362da9eebca54d94c8ef5edd3b2e90af99ba452: - resolution: {integrity: sha512-o7LyVx8PPJBLrEzLl6lpxxk2D5VnlM4Fwmrbq0NoT6pr5aa1OuHD9ZG+WJY6TlR/iD9bhmo2LNcxddCMr5Rv2A==} + /@prisma/engines-version/4.6.1-3.694eea289a8462c80264df36757e4fdc129b1b32: + resolution: {integrity: sha512-HUCmkXAU2jqp2O1RvNtbE+seLGLyJGEABZS/R38rZjSAafAy0WzBuHq+tbZMnD+b5OSCsTVtIPVcuvx1ySxcWQ==} dev: false - /@prisma/engines/4.5.0: - resolution: {integrity: sha512-4t9ir2SbQQr/wMCNU4YpHWp5hU14J2m3wHUZnGJPpmBF8YtkisxyVyQsKd1e6FyLTaGq8LOLhm6VLYHKqKNm+g==} + /@prisma/engines/4.6.1: + resolution: {integrity: sha512-3u2/XxvxB+Q7cMXHnKU0CpBiUK1QWqpgiBv28YDo1zOIJE3FCF8DI2vrp6vuwjGt5h0JGXDSvmSf4D4maVjJdw==} requiresBuild: true /@radix-ui/react-compose-refs/1.0.0_react@18.2.0: @@ -5116,18 +5219,18 @@ packages: resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==} dev: true - /@sentry/browser/7.17.3: - resolution: {integrity: sha512-Oi7ZNMzCbUXaWwkFcwXIWhfNiTy8s0EukoaKzwSdIhU5pLH9HFizXMl/qrBdxC6keTtckTwS9c+w2xDnqln1fg==} + /@sentry/browser/7.19.0: + resolution: {integrity: sha512-dWi5VjEwiLb4ofata0UCLdTbXLD1uDUebe9rNSBkHZ3fHF4eap4ZJlu3dYePKB0CKZhZrjzbydimMhaMUNdnug==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.17.3 - '@sentry/types': 7.17.3 - '@sentry/utils': 7.17.3 + '@sentry/core': 7.19.0 + '@sentry/types': 7.19.0 + '@sentry/utils': 7.19.0 tslib: 1.14.1 dev: false - /@sentry/cli/1.74.5: - resolution: {integrity: sha512-Ze1ec306ZWHtrxKypOJ8nhtFqkrx2f/6bRH+DcJzEQ3bBePQ0ZnqJTTe4BBHADYBtxFIaUWzCZ6DquLz2Zv/sw==} + /@sentry/cli/1.74.6: + resolution: {integrity: sha512-pJ7JJgozyjKZSTjOGi86chIngZMLUlYt2HOog+OJn+WGvqEkVymu8m462j1DiXAnex9NspB4zLLNuZ/R6rTQHg==} engines: {node: '>= 8'} hasBin: true requiresBuild: true @@ -5144,27 +5247,27 @@ packages: - supports-color dev: false - /@sentry/core/7.17.3: - resolution: {integrity: sha512-PSboa9aOVnvZU+C6/shKlHUA7zjAl6z5BKRHF8mEljEYql6bh0HfJJKXtBHMz1sWnmzMa/qABSKLpnP5ZQlJNw==} + /@sentry/core/7.19.0: + resolution: {integrity: sha512-YF9cTBcAnO4R44092BJi5Wa2/EO02xn2ziCtmNgAVTN2LD31a/YVGxGBt/FDr4Y6yeuVehaqijVVvtpSmXrGJw==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.17.3 - '@sentry/utils': 7.17.3 + '@sentry/types': 7.19.0 + '@sentry/utils': 7.19.0 tslib: 1.14.1 dev: false - /@sentry/integrations/7.17.3: - resolution: {integrity: sha512-KSdWxqePSP9QsPfIw8ZsX/o6uQ3W21yA8MyzKng52KK4zt6qT5KsCrEJSUdGY+osuG7HQ8ONM7kNkqOUDvBzjg==} + /@sentry/integrations/7.19.0: + resolution: {integrity: sha512-0x5AGU7EBIzOTSqD7TFvD4S5eX6hbqbvb4YCzJt3SIZC3bO4FiBu2t0y+PIZUSsupnqafBIIWsCcGWeKrNHAyA==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.17.3 - '@sentry/utils': 7.17.3 + '@sentry/types': 7.19.0 + '@sentry/utils': 7.19.0 localforage: 1.10.0 tslib: 1.14.1 dev: false - /@sentry/nextjs/7.17.3_next@13.0.1+react@18.2.0: - resolution: {integrity: sha512-K5OTKbUxXuYDcGyC3EyDTl2H2/Jqq1RH9CbO8hMzfRcJcBo3Uf2gNt/O5YHpEFxYLyeujTbDwSgVs6FPSOVojA==} + /@sentry/nextjs/7.19.0_next@13.0.3+react@18.2.0: + resolution: {integrity: sha512-zlOl9DhTylxXIKg9/QdTsPS09sr+3LV9knfl529eav8Fp19QqWwQHssihdzCN30ycZ1gvmH7nbdebSdWgc5HtQ==} engines: {node: '>=8'} peerDependencies: next: ^10.0.8 || ^11.0 || ^12.0 || ^13.0 @@ -5176,16 +5279,16 @@ packages: dependencies: '@rollup/plugin-sucrase': 4.0.4_rollup@2.78.0 '@rollup/plugin-virtual': 3.0.0_rollup@2.78.0 - '@sentry/core': 7.17.3 - '@sentry/integrations': 7.17.3 - '@sentry/node': 7.17.3 - '@sentry/react': 7.17.3_react@18.2.0 - '@sentry/tracing': 7.17.3 - '@sentry/types': 7.17.3 - '@sentry/utils': 7.17.3 - '@sentry/webpack-plugin': 1.19.0 + '@sentry/core': 7.19.0 + '@sentry/integrations': 7.19.0 + '@sentry/node': 7.19.0 + '@sentry/react': 7.19.0_react@18.2.0 + '@sentry/tracing': 7.19.0 + '@sentry/types': 7.19.0 + '@sentry/utils': 7.19.0 + '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 - next: 13.0.1_qtpcxnaaarbm4ws7ughq6oxfve + next: 13.0.3_mqvh5p7ejg4taogoj6tpk3gd5a react: 18.2.0 rollup: 2.78.0 tslib: 1.14.1 @@ -5194,13 +5297,13 @@ packages: - supports-color dev: false - /@sentry/node/7.17.3: - resolution: {integrity: sha512-kBmj5GiE0BWQ1CqnJN3bOOmaNNvS+HKb9nPic+QloPnH6xDFVUcmx774s3qjtnyLOQTzPpy3vXCA15rYflNJBQ==} + /@sentry/node/7.19.0: + resolution: {integrity: sha512-yG7Tx32WqOkEHVotFLrumCcT9qlaSDTkFNZ+yLSvZXx74ifsE781DzBA9W7K7bBdYO3op+p2YdsOKzf3nPpAyQ==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.17.3 - '@sentry/types': 7.17.3 - '@sentry/utils': 7.17.3 + '@sentry/core': 7.19.0 + '@sentry/types': 7.19.0 + '@sentry/utils': 7.19.0 cookie: 0.4.2 https-proxy-agent: 5.0.1 lru_map: 0.3.3 @@ -5209,48 +5312,49 @@ packages: - supports-color dev: false - /@sentry/react/7.17.3_react@18.2.0: - resolution: {integrity: sha512-C+kDWbA769jeT5g4O2FlAU9uXVmHS+cQ8CjSY8HT1VqnN4ltUg//i6A+a30StPZVHJVtpShf0UQl8v8Ztehr/g==} + /@sentry/react/7.19.0_react@18.2.0: + resolution: {integrity: sha512-ooF1TwdgkHkUo7u9Bx+kab51gpVNUW7b+5A2krfhk/Fx2eY8z5VilzUzHCRq2jbTE9yJTpfRL3KlEXROs0AUvg==} engines: {node: '>=8'} peerDependencies: react: 15.x || 16.x || 17.x || 18.x dependencies: - '@sentry/browser': 7.17.3 - '@sentry/types': 7.17.3 - '@sentry/utils': 7.17.3 + '@sentry/browser': 7.19.0 + '@sentry/types': 7.19.0 + '@sentry/utils': 7.19.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 tslib: 1.14.1 dev: false - /@sentry/tracing/7.17.3: - resolution: {integrity: sha512-ZBYq1AuE2dadxbuY7j3xpf9BNP/Uu7rjuvLoCmQeFrjJ4W80jqIfdUYmWCN6EaVhhAgh7J+1RQL+c79ONkPFQQ==} + /@sentry/tracing/7.19.0: + resolution: {integrity: sha512-SWY17M3TsgBePaGowUcSqBwaT0TJQzuNexVnLojuU0k6F57L9hubvP9zaoosoCfARXQ/3NypAFWnlJyf570rFQ==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.17.3 - '@sentry/types': 7.17.3 - '@sentry/utils': 7.17.3 + '@sentry/core': 7.19.0 + '@sentry/types': 7.19.0 + '@sentry/utils': 7.19.0 tslib: 1.14.1 dev: false - /@sentry/types/7.17.3: - resolution: {integrity: sha512-+buEJo/4TKErjwF8Tq3XXKFZx4Utpvqs52e7i7Sur2qfyBNwRgBILceQvdnzw86JNZT2myeYmrfVbsaxAk7ilA==} + /@sentry/types/7.19.0: + resolution: {integrity: sha512-oGRAT6lfzoKrxO1mvxiSj0XHxWPd6Gd1wpPGuu6iJo03xgWDS+MIlD1h2unqL4N5fAzLjzmbC2D2lUw50Kn2pA==} engines: {node: '>=8'} dev: false - /@sentry/utils/7.17.3: - resolution: {integrity: sha512-Sd7BwVn6IClvaXbZaj/LnEcrMm8yjQtZkTVSrM2Vlv1lLeaH61JxSAFU6QntF+f/cCfZ7wSdNhWOfW3qZJ7t3Q==} + /@sentry/utils/7.19.0: + resolution: {integrity: sha512-2L6lq+c9Ol2uiRxQDdcgoapmHJp24MhMN0gIkn2alSfMJ+ls6bGXzQHx6JAIdoOiwFQXRZHKL9ecfAc8O+vItA==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.17.3 + '@sentry/types': 7.19.0 tslib: 1.14.1 dev: false - /@sentry/webpack-plugin/1.19.0: - resolution: {integrity: sha512-qSpdgdGMtdzagGveSWgo2b+t8PdPUscuOjbOyWCsJme9jlTFnNk0rX7JEA55OUozikKHM/+vVh08USLBnPboZw==} + /@sentry/webpack-plugin/1.20.0: + resolution: {integrity: sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==} engines: {node: '>= 8'} dependencies: - '@sentry/cli': 1.74.5 + '@sentry/cli': 1.74.6 + webpack-sources: 3.2.3 transitivePeerDependencies: - encoding - supports-color @@ -5303,118 +5407,118 @@ packages: webpack-sources: 3.2.3 dev: false - /@stripe/react-stripe-js/1.14.1_3dz37hcayidfnx3wdev33ig6pe: - resolution: {integrity: sha512-PpXsi/NkiDGKILS6bWcM8QwBdC39U7QAT9KFopQ2CdO+kcbXv9l/e8M1saXAQC5AwdgQTTk6Zl0+//qp1faRiw==} + /@stripe/react-stripe-js/1.15.0_mljfwq7caaxrtdqn7u72ntpebq: + resolution: {integrity: sha512-nqIOuAbbAN1p/zj2d2vykMzd097ZiHbu0+EpPRcfiswBRQIQIZaPrUwmj6HGD8BRA6Wp89mZen1UJbqtsfc3ZA==} peerDependencies: - '@stripe/stripe-js': ^1.42.0 + '@stripe/stripe-js': ^1.44.1 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@stripe/stripe-js': 1.42.1 + '@stripe/stripe-js': 1.44.1 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@stripe/stripe-js/1.42.1: - resolution: {integrity: sha512-5H7P7rVNDMdiJCUKsKXRUyr6IjZ4/9f8FB62NCa5O4rDftRfs4u2dPjjHs/tIs4OLeBB6oSzJIkE7cPr4ykPHg==} + /@stripe/stripe-js/1.44.1: + resolution: {integrity: sha512-DKj3U6tS+sCNsSXsoZbOl5gDrAVD3cAZ9QCiVSykLC3iJo085kkmw/3BAACRH54Bq2bN34yySuH6G1SLh2xHXA==} dev: false - /@svgr/babel-plugin-add-jsx-attribute/6.5.1_@babel+core@7.19.6: + /@svgr/babel-plugin-add-jsx-attribute/6.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 dev: false - /@svgr/babel-plugin-remove-jsx-attribute/6.5.0_@babel+core@7.19.6: + /@svgr/babel-plugin-remove-jsx-attribute/6.5.0_@babel+core@7.20.2: resolution: {integrity: sha512-8zYdkym7qNyfXpWvu4yq46k41pyNM9SOstoWhKlm+IfdCE1DdnRKeMUPsWIEO/DEkaWxJ8T9esNdG3QwQ93jBA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 dev: false - /@svgr/babel-plugin-remove-jsx-empty-expression/6.5.0_@babel+core@7.19.6: + /@svgr/babel-plugin-remove-jsx-empty-expression/6.5.0_@babel+core@7.20.2: resolution: {integrity: sha512-NFdxMq3xA42Kb1UbzCVxplUc0iqSyM9X8kopImvFnB+uSDdzIHOdbs1op8ofAvVRtbg4oZiyRl3fTYeKcOe9Iw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 dev: false - /@svgr/babel-plugin-replace-jsx-attribute-value/6.5.1_@babel+core@7.19.6: + /@svgr/babel-plugin-replace-jsx-attribute-value/6.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 dev: false - /@svgr/babel-plugin-svg-dynamic-title/6.5.1_@babel+core@7.19.6: + /@svgr/babel-plugin-svg-dynamic-title/6.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 dev: false - /@svgr/babel-plugin-svg-em-dimensions/6.5.1_@babel+core@7.19.6: + /@svgr/babel-plugin-svg-em-dimensions/6.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 dev: false - /@svgr/babel-plugin-transform-react-native-svg/6.5.1_@babel+core@7.19.6: + /@svgr/babel-plugin-transform-react-native-svg/6.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 dev: false - /@svgr/babel-plugin-transform-svg-component/6.5.1_@babel+core@7.19.6: + /@svgr/babel-plugin-transform-svg-component/6.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==} engines: {node: '>=12'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 dev: false - /@svgr/babel-preset/6.5.1_@babel+core@7.19.6: + /@svgr/babel-preset/6.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@svgr/babel-plugin-add-jsx-attribute': 6.5.1_@babel+core@7.19.6 - '@svgr/babel-plugin-remove-jsx-attribute': 6.5.0_@babel+core@7.19.6 - '@svgr/babel-plugin-remove-jsx-empty-expression': 6.5.0_@babel+core@7.19.6 - '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1_@babel+core@7.19.6 - '@svgr/babel-plugin-svg-dynamic-title': 6.5.1_@babel+core@7.19.6 - '@svgr/babel-plugin-svg-em-dimensions': 6.5.1_@babel+core@7.19.6 - '@svgr/babel-plugin-transform-react-native-svg': 6.5.1_@babel+core@7.19.6 - '@svgr/babel-plugin-transform-svg-component': 6.5.1_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@svgr/babel-plugin-add-jsx-attribute': 6.5.1_@babel+core@7.20.2 + '@svgr/babel-plugin-remove-jsx-attribute': 6.5.0_@babel+core@7.20.2 + '@svgr/babel-plugin-remove-jsx-empty-expression': 6.5.0_@babel+core@7.20.2 + '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1_@babel+core@7.20.2 + '@svgr/babel-plugin-svg-dynamic-title': 6.5.1_@babel+core@7.20.2 + '@svgr/babel-plugin-svg-em-dimensions': 6.5.1_@babel+core@7.20.2 + '@svgr/babel-plugin-transform-react-native-svg': 6.5.1_@babel+core@7.20.2 + '@svgr/babel-plugin-transform-svg-component': 6.5.1_@babel+core@7.20.2 dev: false /@svgr/core/6.5.1: resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.19.6 - '@svgr/babel-preset': 6.5.1_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@svgr/babel-preset': 6.5.1_@babel+core@7.20.2 '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.5.1 camelcase: 6.3.0 cosmiconfig: 7.0.1 @@ -5426,7 +5530,7 @@ packages: resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 entities: 4.4.0 dev: false @@ -5436,8 +5540,8 @@ packages: peerDependencies: '@svgr/core': ^6.0.0 dependencies: - '@babel/core': 7.19.6 - '@svgr/babel-preset': 6.5.1_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@svgr/babel-preset': 6.5.1_@babel+core@7.20.2 '@svgr/core': 6.5.1 '@svgr/hast-util-to-babel-ast': 6.5.1 svg-parser: 2.0.4 @@ -5461,11 +5565,11 @@ packages: resolution: {integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.19.6 - '@babel/plugin-transform-react-constant-elements': 7.18.12_@babel+core@7.19.6 - '@babel/preset-env': 7.19.4_@babel+core@7.19.6 - '@babel/preset-react': 7.18.6_@babel+core@7.19.6 - '@babel/preset-typescript': 7.18.6_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/plugin-transform-react-constant-elements': 7.18.12_@babel+core@7.20.2 + '@babel/preset-env': 7.19.4_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 '@svgr/core': 6.5.1 '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.5.1 '@svgr/plugin-svgo': 6.5.1_@svgr+core@6.5.1 @@ -5491,20 +5595,20 @@ packages: dependencies: defer-to-connect: 2.0.1 - /@tanstack/react-table/8.5.22_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-01XaxQTxcI+w7g+i/YRblxdAikM9G7L1S7LwqaiD/gkKmNUs+g2BXw4GfIcuzzE75Q5t0BXlyqM7MyxxBuvQXA==} + /@tanstack/react-table/8.5.28_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-Rj6oSi2Ef3pYnsv1aCQrN+fhkLJO/gIoVAvfBui/harFc+1+6OPfN0C6O4jOKt0bq0UyQI+yghYkfpAkhqJ31A==} engines: {node: '>=12'} peerDependencies: react: '>=16' react-dom: '>=16' dependencies: - '@tanstack/table-core': 8.5.22 + '@tanstack/table-core': 8.5.28 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@tanstack/table-core/8.5.22: - resolution: {integrity: sha512-D3wDbVXl3Bi5PdGfle6DijhLzZxrvMyZsE1dSHH0xBsqEbu7Pkxn5EEd6CA9tGsCgXIEP1s4Yfy1cZ9xnMz1sQ==} + /@tanstack/table-core/8.5.28: + resolution: {integrity: sha512-DTK/OdF6b+tls5/xsa46rbav16oXq7Sb3oKWAVuAkjc0VwQxR+afT8GWmAwemfLGUDIF/4qQOTjVQk0eG2b54g==} engines: {node: '>=12'} dev: false @@ -5536,8 +5640,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.19.6 - '@babel/types': 7.20.0 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.2 @@ -5546,20 +5650,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.19.6 - '@babel/types': 7.20.0 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 dev: true /@types/babel__traverse/7.18.2: resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 dev: true /@types/body-parser/1.19.2: @@ -5575,8 +5679,8 @@ packages: '@types/node': 18.11.9 dev: false - /@types/canvas-confetti/1.4.3: - resolution: {integrity: sha512-UwFPTsW1ZwVyo/ETp4hPSikSD7yl2V42E3VWBF5P/0+DHO4iajyceWv7hfNdZ2AX5tkZnuViiBWOqyCPohU2FQ==} + /@types/canvas-confetti/1.6.0: + resolution: {integrity: sha512-Yq6rIccwcco0TLD5SMUrIM7Fk7Fe/C0jmNRxJJCLtAF6gebDkPuUjK5EHedxecm69Pi/aA+It39Ux4OHmFhjRw==} dev: true /@types/connect-history-api-fallback/1.3.5: @@ -5678,10 +5782,10 @@ packages: dependencies: '@types/istanbul-lib-report': 3.0.0 - /@types/jest/29.2.1: - resolution: {integrity: sha512-nKixEdnGDqFOZkMTF74avFNr3yRqB1ZJ6sRZv5/28D5x2oLN14KApv7F9mfDT/vUic0L3tRCsh3XWpWjtJisUQ==} + /@types/jest/29.2.3: + resolution: {integrity: sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==} dependencies: - expect: 29.2.1 + expect: 29.2.2 pretty-format: 29.2.1 dev: true @@ -5806,14 +5910,14 @@ packages: /@types/react-phone-number-input/3.0.14: resolution: {integrity: sha512-xOje1m+Z9n3kxj5/bCJzpDeokA95aYYuFbmcK8myyod+KLy3h5tKwCQwSEcU+603EeyfgTMkjz7GYY9S0aZLCQ==} dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 dev: true /@types/react-router-config/5.0.6: resolution: {integrity: sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/react-router': 5.1.19 dev: false @@ -5821,7 +5925,7 @@ packages: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.24 + '@types/react': 18.0.25 '@types/react-router': 5.1.19 dev: false @@ -5829,19 +5933,19 @@ packages: resolution: {integrity: sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.24 + '@types/react': 18.0.25 dev: false - /@types/react-scroll/1.8.4: - resolution: {integrity: sha512-DpHA9PYw42/rBrfKbGE/kAEvHRfyDL/ACfKB/ORWUYuCLi/yGrntxSzYXmg/7TLgQsJ5ma13GCDOzFSOz+8XOA==} + /@types/react-scroll/1.8.5: + resolution: {integrity: sha512-+adEt41hQHMX4aoBOD9Y336QzQzAtlFXTrsFWToS+efgqsYXUOo0JKLeI0O5GLE50Peap6DsbUQRK6gnv8t6wQ==} dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 dev: true /@types/react-transition-group/4.4.5: resolution: {integrity: sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==} dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 dev: true /@types/react/18.0.21: @@ -5851,8 +5955,8 @@ packages: '@types/scheduler': 0.16.2 csstype: 3.1.1 - /@types/react/18.0.24: - resolution: {integrity: sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==} + /@types/react/18.0.25: + resolution: {integrity: sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -5936,8 +6040,8 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin/5.42.0_6xw5wg2354iw4zujk2f3vyfrzu: - resolution: {integrity: sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==} + /@typescript-eslint/eslint-plugin/5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i: + resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5947,12 +6051,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m - '@typescript-eslint/scope-manager': 5.42.0 - '@typescript-eslint/type-utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m - '@typescript-eslint/utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/type-utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy debug: 4.3.4 - eslint: 8.26.0 + eslint: 8.27.0 ignore: 5.2.0 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -5963,8 +6067,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.42.0_wyqvi574yv7oiwfeinomdzmc3m: - resolution: {integrity: sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==} + /@typescript-eslint/parser/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -5973,11 +6077,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.42.0 - '@typescript-eslint/types': 5.42.0 - '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 debug: 4.3.4 - eslint: 8.26.0 + eslint: 8.27.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color @@ -5991,24 +6095,16 @@ packages: '@typescript-eslint/visitor-keys': 5.38.1 dev: true - /@typescript-eslint/scope-manager/5.40.1: - resolution: {integrity: sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/visitor-keys': 5.40.1 - dev: true - - /@typescript-eslint/scope-manager/5.42.0: - resolution: {integrity: sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==} + /@typescript-eslint/scope-manager/5.43.0: + resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.42.0 - '@typescript-eslint/visitor-keys': 5.42.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/visitor-keys': 5.43.0 dev: true - /@typescript-eslint/type-utils/5.42.0_wyqvi574yv7oiwfeinomdzmc3m: - resolution: {integrity: sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==} + /@typescript-eslint/type-utils/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -6017,10 +6113,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 - '@typescript-eslint/utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 + '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy debug: 4.3.4 - eslint: 8.26.0 + eslint: 8.27.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: @@ -6032,13 +6128,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.40.1: - resolution: {integrity: sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - - /@typescript-eslint/types/5.42.0: - resolution: {integrity: sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==} + /@typescript-eslint/types/5.43.0: + resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -6063,29 +6154,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.40.1_typescript@4.8.4: - resolution: {integrity: sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/visitor-keys': 5.40.1 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.7 - tsutils: 3.21.0_typescript@4.8.4 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/typescript-estree/5.42.0_typescript@4.8.4: - resolution: {integrity: sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==} + /@typescript-eslint/typescript-estree/5.43.0_typescript@4.8.4: + resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -6093,8 +6163,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.42.0 - '@typescript-eslint/visitor-keys': 5.42.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/visitor-keys': 5.43.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -6105,7 +6175,7 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.38.1_wyqvi574yv7oiwfeinomdzmc3m: + /@typescript-eslint/utils/5.38.1_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6115,48 +6185,28 @@ packages: '@typescript-eslint/scope-manager': 5.38.1 '@typescript-eslint/types': 5.38.1 '@typescript-eslint/typescript-estree': 5.38.1_typescript@4.8.4 - eslint: 8.26.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.26.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - - /@typescript-eslint/utils/5.40.1_wyqvi574yv7oiwfeinomdzmc3m: - resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.11 - '@types/semver': 7.3.12 - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - eslint: 8.26.0 + eslint: 8.27.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.26.0 - semver: 7.3.7 + eslint-utils: 3.0.0_eslint@8.27.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils/5.42.0_wyqvi574yv7oiwfeinomdzmc3m: - resolution: {integrity: sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==} + /@typescript-eslint/utils/5.43.0_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.12 - '@typescript-eslint/scope-manager': 5.42.0 - '@typescript-eslint/types': 5.42.0 - '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 - eslint: 8.26.0 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.8.4 + eslint: 8.27.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.26.0 + eslint-utils: 3.0.0_eslint@8.27.0 semver: 7.3.7 transitivePeerDependencies: - supports-color @@ -6171,24 +6221,16 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@typescript-eslint/visitor-keys/5.40.1: - resolution: {integrity: sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==} + /@typescript-eslint/visitor-keys/5.43.0: + resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.40.1 + '@typescript-eslint/types': 5.43.0 eslint-visitor-keys: 3.3.0 dev: true - /@typescript-eslint/visitor-keys/5.42.0: - resolution: {integrity: sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.42.0 - eslint-visitor-keys: 3.3.0 - dev: true - - /@udecode/plate-basic-marks/18.7.0_iua3mxg4c3h3wsverzhrpogwvq: - resolution: {integrity: sha512-8lxXaeSKSyGTH9To/LBy8YB1deOH3XNpUpg342zO6Sh/XRf5jgDOIsHB/Bo2VZdyIh8Fce4zDo8+J10eEmu8JA==} + /@udecode/plate-basic-marks/18.9.0_gmohhyxeb2dq4peb7jfnhckv34: + resolution: {integrity: sha512-L/n0fBGr8GsN+TTSLWLSddCP4QlDDNYOzGzReb9YAiF1AvzSTE8gTgic+T2rfk7uv04Gig/MiBcnK6uU/iekMQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6196,12 +6238,12 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6216,8 +6258,8 @@ packages: - xstate dev: false - /@udecode/plate-button/18.7.0_iua3mxg4c3h3wsverzhrpogwvq: - resolution: {integrity: sha512-mJUW3wf8raIW1kok3Ek2kJB6Uh6UbWM7tt07PDD3rxjv2vH/lALO/laSG3rBuu0KW2rPgcMeY5bQ9mcw2/tSeA==} + /@udecode/plate-button/18.9.0_gmohhyxeb2dq4peb7jfnhckv34: + resolution: {integrity: sha512-USgJNBUPb9dAyxK9EmlsX6xA8aCI5DcQNo7SzIFG0P2xlXWCu6dgoVCEUSr+1qkVGD5UUGGKG+2b3rEwdgwfgw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6225,12 +6267,12 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6245,7 +6287,7 @@ packages: - xstate dev: false - /@udecode/plate-common/7.0.2_bmb3bnf4hbalzfoaa7ux46wshe: + /@udecode/plate-common/7.0.2_l45ryt4vvbsc5mzu26yyqixq5e: resolution: {integrity: sha512-FYggaasSk7Acy+l/N+dMCuBrVKXwEyRFATry4c5crjQqqhz7PPKtNmmpBGVOLFrEuI76gzZXzk3IrXRwPQebbQ==} peerDependencies: react: '>=16.8.0' @@ -6254,17 +6296,17 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.66.1' dependencies: - '@udecode/plate-core': 7.0.2_bmb3bnf4hbalzfoaa7ux46wshe + '@udecode/plate-core': 7.0.2_l45ryt4vvbsc5mzu26yyqixq5e is-hotkey: 0.1.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 dev: false - /@udecode/plate-core/18.7.0_iua3mxg4c3h3wsverzhrpogwvq: - resolution: {integrity: sha512-3GEBhpuGHIuhrOVuIw43y6W3fNZ7rq08GBbkxPSj2P44u0/vyHsvWlksDINHF11zfA/Mesu7hBQa5Ez5vAkXbA==} + /@udecode/plate-core/18.9.0_gmohhyxeb2dq4peb7jfnhckv34: + resolution: {integrity: sha512-QYOB/+Y0OGELf426bigwloMBg8K+d+nNL7lmxdLj9ios4FiF0aVidVcP75uyHDC7Vy/9bpiF5Ti8lda4d/n4wQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6275,15 +6317,15 @@ packages: '@radix-ui/react-slot': 1.0.1_react@18.2.0 '@udecode/zustood': 1.1.3_k5yycr66bppcbyzstzabg5wwe4 clsx: 1.2.1 - jotai: 1.8.4_7jnhjdiaopj4ubwkeamljpvgd4 + jotai: 1.8.4_xeqeww3zlamkk42mxejxlzumlu lodash: 4.17.21 nanoid: 3.3.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-hotkeys-hook: 3.4.7_biqbaboplfbrettd7655fr4n2y - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 use-deep-compare: 1.1.0_react@18.2.0 zustand: 3.7.2_react@18.2.0 transitivePeerDependencies: @@ -6300,7 +6342,7 @@ packages: - xstate dev: false - /@udecode/plate-core/7.0.2_bmb3bnf4hbalzfoaa7ux46wshe: + /@udecode/plate-core/7.0.2_l45ryt4vvbsc5mzu26yyqixq5e: resolution: {integrity: sha512-YFmzVRcRWkWRbqRuD/guCHuSb/NSdUtUocSz1XL7I/oCzZgXY5ddqsj6Aciu2hiiI0s9PeeAPwmegOi1lsClRg==} peerDependencies: react: '>=16.8.0' @@ -6313,14 +6355,14 @@ packages: lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 zustand: 3.7.2_react@18.2.0 dev: false - /@udecode/plate-floating/18.7.0_ugavg7ck6o2jeq4jl6d3bbdxni: - resolution: {integrity: sha512-iH8tAAAsCtv4zzOi0EtFGoFK8rdJUXabmBUbNB2+ehLOo2ZDrFfrWbMhszwtExEqJ+yMapSGh4qJVJ1+hUK+Ug==} + /@udecode/plate-floating/18.9.0_wpql6cklzeep2wk2dleszeutuu: + resolution: {integrity: sha512-X0Df7D+/DZxs3l6KuhvXPNcL0izHbQ5L0VD2XxJTETgPRvI036k7lWgnTM0ZtoRD2XLtMqk1OMoeiwQzhLwBpw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6328,13 +6370,13 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@floating-ui/react-dom-interactions': 0.6.6_knhnagtyfncgg2hpin7s37uixq - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq + '@floating-ui/react-dom-interactions': 0.6.6_2zx2umvpluuhvlq44va5bta2da + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6350,8 +6392,8 @@ packages: - xstate dev: false - /@udecode/plate-link/18.7.0_iua3mxg4c3h3wsverzhrpogwvq: - resolution: {integrity: sha512-Atr5qmieXH79aLjkfjAN1QhmaQMTNCDpsoy++SmI23bezN4dnV72rIEOISHVvZ5eN+hJ9+v0DeKBCXNY1WR2PA==} + /@udecode/plate-link/18.9.1_gmohhyxeb2dq4peb7jfnhckv34: + resolution: {integrity: sha512-LCejuHPBveJ2IvD1KpamD9BwmYhZyf39zfVMdI3xPXj/gvNFBicjJvxOTKY/V8FwMjkzaWFm2NS2EjsGcjCvrg==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6359,14 +6401,14 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-button': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-normalizers': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq + '@udecode/plate-button': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-normalizers': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6381,8 +6423,8 @@ packages: - xstate dev: false - /@udecode/plate-normalizers/18.7.0_iua3mxg4c3h3wsverzhrpogwvq: - resolution: {integrity: sha512-59I/qgXACKlY+S0wW5F/hgb1r4ReRjxdKbhja/oCZ5GaIdA7KMRneXZ2p51yH7R8KpQWcBFmm9EYU0OeHM89pA==} + /@udecode/plate-normalizers/18.9.0_gmohhyxeb2dq4peb7jfnhckv34: + resolution: {integrity: sha512-oMnInl7UYyPiDxuVA5NS9lefMizoNDfYbbUbAb4zdDlv4DEA7wZGD7TA4HxzljtMPZqkaLVZ9fsATUbBrvcV4Q==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6390,12 +6432,12 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6410,8 +6452,8 @@ packages: - xstate dev: false - /@udecode/plate-serializer-html/18.7.0_3lkt7qpa45ujidthtdszxzzuvy: - resolution: {integrity: sha512-f5jAWnrFTbpQUyn1jL5Jzdl9cWNizITTPD6p83k0Q1DDcWpbHPilYSkbXXzzJddcwQ717lB/19CnNONLyc2hJQ==} + /@udecode/plate-serializer-html/18.9.0_mcaxlyuolm2h3oopex5ujcsyse: + resolution: {integrity: sha512-pEkIv+Gw4HcACSHT0mQk5iRFXv/hfNwLQMqhOuPBMNSdq5VgVna4ieiASNCUxNsDNcrHVB4WLZ0x/I+DY5ivTQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6420,14 +6462,14 @@ packages: slate-hyperscript: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 html-entities: 2.3.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-hyperscript: 0.77.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-hyperscript: 0.77.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6442,8 +6484,8 @@ packages: - xstate dev: false - /@udecode/plate-styled-components/18.7.0_xpsvhrxu6rwdxbttehresc473u: - resolution: {integrity: sha512-NHkrg75iYw4iGyqKT7x7QPmiSGroVSJr7emLaugFpmnVR4MpS1++0Zfwujya1wzCo8OhWEahGeMla4m4eRDI9w==} + /@udecode/plate-styled-components/18.9.0_afdyizt73atq6ju73lce2u3a7y: + resolution: {integrity: sha512-raO3+SRSak9sdho8dMMrRqHxjx4svXygho4FZ1Vceu3nm/QqpiweAX9oMYXjtzFZq0ZLnVl9bh0bm9Zj0qtX7g==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6453,14 +6495,14 @@ packages: slate-react: '>=0.79.0' styled-components: '>=5.0.0' dependencies: - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 clsx: 1.2.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba transitivePeerDependencies: - '@babel/core' @@ -6476,8 +6518,8 @@ packages: - xstate dev: false - /@udecode/plate-ui-button/18.7.0_xpsvhrxu6rwdxbttehresc473u: - resolution: {integrity: sha512-EklwzoYLK8wabjbzGBRTyfvMvb1UOFTjRuuTKx/iW52tS0zcU0O/FigwxIaDz1TUAzVV1dEfH9m44q6tQPksTA==} + /@udecode/plate-ui-button/18.9.0_afdyizt73atq6ju73lce2u3a7y: + resolution: {integrity: sha512-hCA6uDDAdsJaJDXLp78uCqDhJpca0GQv0m8UG0g+kUZXGM3LsEljYajJGnVVshunVbZP3/0vUL9u1YkZl92MwA==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6486,14 +6528,14 @@ packages: slate-react: '>=0.79.0' styled-components: '>=5.0.0' dependencies: - '@udecode/plate-button': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-styled-components': 18.7.0_xpsvhrxu6rwdxbttehresc473u + '@udecode/plate-button': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-styled-components': 18.9.0_afdyizt73atq6ju73lce2u3a7y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba transitivePeerDependencies: - '@babel/core' @@ -6510,8 +6552,8 @@ packages: - xstate dev: false - /@udecode/plate-ui-link/18.7.0_iwz2dwov7ifo5zjzvfrllutxiu: - resolution: {integrity: sha512-WpzBxi7QTGFw3/l+KdetXh6jBKv+oofyPRVwmwUhUr/R/n+F2XSsv3NL028kw9GSoyPb+RdA4RE9ND/MLbwxNA==} + /@udecode/plate-ui-link/18.9.1_4zvsqcrsewxwtidgbzcpvbiljy: + resolution: {integrity: sha512-ePc/GG/8MGTl8SlfpWSbjBa3jxgYOftOpJHwNvAwzjS/5IDJkulimIYfmeGx+f6xFVctjDIDHxYo8fNQzm+U3g==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6520,16 +6562,16 @@ packages: slate-react: '>=0.79.0' styled-components: '>=5.0.0' dependencies: - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-link': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-styled-components': 18.7.0_xpsvhrxu6rwdxbttehresc473u - '@udecode/plate-ui-button': 18.7.0_xpsvhrxu6rwdxbttehresc473u - '@udecode/plate-ui-toolbar': 18.7.0_iwz2dwov7ifo5zjzvfrllutxiu + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-link': 18.9.1_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-styled-components': 18.9.0_afdyizt73atq6ju73lce2u3a7y + '@udecode/plate-ui-button': 18.9.0_afdyizt73atq6ju73lce2u3a7y + '@udecode/plate-ui-toolbar': 18.9.0_4zvsqcrsewxwtidgbzcpvbiljy react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba transitivePeerDependencies: - '@babel/core' @@ -6547,8 +6589,8 @@ packages: - xstate dev: false - /@udecode/plate-ui-toolbar/18.7.0_iwz2dwov7ifo5zjzvfrllutxiu: - resolution: {integrity: sha512-AfBL6pdxNc4P5Zq28EecCSj8EFMsPtgcV3sUbnHa+rfqSGD35qHX6oN7UrJ4raankZvMDfR3U06CrQZVhXSMYw==} + /@udecode/plate-ui-toolbar/18.9.0_4zvsqcrsewxwtidgbzcpvbiljy: + resolution: {integrity: sha512-qUwHWnYddJG0Cmtw/dIi+hqe6FlXt2Y4gPd3fB1VpWEYKjBV9jqvqZdMFjpVfOm2SvCPko/upp30aXH0ArtrDQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6558,16 +6600,16 @@ packages: styled-components: '>=5.0.0' dependencies: '@tippyjs/react': 4.2.6_biqbaboplfbrettd7655fr4n2y - '@udecode/plate-core': 18.7.0_iua3mxg4c3h3wsverzhrpogwvq - '@udecode/plate-floating': 18.7.0_ugavg7ck6o2jeq4jl6d3bbdxni - '@udecode/plate-styled-components': 18.7.0_xpsvhrxu6rwdxbttehresc473u - '@udecode/plate-ui-button': 18.7.0_xpsvhrxu6rwdxbttehresc473u + '@udecode/plate-core': 18.9.0_gmohhyxeb2dq4peb7jfnhckv34 + '@udecode/plate-floating': 18.9.0_wpql6cklzeep2wk2dleszeutuu + '@udecode/plate-styled-components': 18.9.0_afdyizt73atq6ju73lce2u3a7y + '@udecode/plate-ui-button': 18.9.0_afdyizt73atq6ju73lce2u3a7y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-use: 17.4.0_biqbaboplfbrettd7655fr4n2y - slate: 0.84.0 - slate-history: 0.66.0_slate@0.84.0 - slate-react: 0.83.2_rfmbozn33mohlw2u2tgp67vxlm + slate: 0.85.0 + slate-history: 0.85.0_slate@0.85.0 + slate-react: 0.83.2_ytkvt2xiozu2acehuv5fakzad4 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba transitivePeerDependencies: - '@babel/core' @@ -6709,10 +6751,6 @@ packages: resolution: {integrity: sha512-PeaBcTmdZWcFf7n1aM+oiOdZc+sy14qi0emPIeUuGMTjbP0xLGrZu43kdpHnWSXy7/r4Ubp/vlg50MCV8+9Isg==} dev: false - /@zeit/schemas/2.21.0: - resolution: {integrity: sha512-/J4WBTpWtQ4itN1rb3ao8LfClmVcmz2pO6oYb7Qd4h7VSqUhIbJIvrykz9Ew1WMg6eFWsKdsMHc5uPbFxqlCpg==} - dev: true - /@zxing/text-encoding/0.9.0: resolution: {integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==} requiresBuild: true @@ -6739,6 +6777,7 @@ packages: dependencies: mime-types: 2.1.35 negotiator: 0.6.3 + dev: false /acorn-globals/7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} @@ -6853,6 +6892,7 @@ packages: json-schema-traverse: 1.0.0 require-from-string: 2.0.2 uri-js: 4.4.1 + dev: false /algoliasearch-helper/3.11.1_algoliasearch@4.14.2: resolution: {integrity: sha512-mvsPN3eK4E0bZG0/WlWJjeqe/bUD2KOEVOl0GyL/TGXn6wcpZU8NOuztGHCUKXkyg5gq6YzUakVTmnmSSO5Yiw==} @@ -6885,6 +6925,7 @@ packages: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} dependencies: string-width: 4.2.3 + dev: false /ansi-colors/4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} @@ -6930,6 +6971,7 @@ packages: /ansi-regex/6.0.1: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} + dev: false /ansi-styles/3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} @@ -6951,6 +6993,7 @@ packages: /ansi-styles/6.1.1: resolution: {integrity: sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==} engines: {node: '>=12'} + dev: false /any-promise/1.3.0: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} @@ -6980,10 +7023,6 @@ packages: resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} dev: false - /arch/2.2.0: - resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==} - dev: true - /are-we-there-yet/1.1.7: resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==} dependencies: @@ -7006,7 +7045,7 @@ packages: /argparse/2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - /aria-hidden/1.2.1_bbvjflvjoibwhtpmedigb26h6y: + /aria-hidden/1.2.1_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-PN344VAf9j1EAi+jyVHOJ8XidQdPVssGco39eNcsGdM4wcsILtxrKLkbuiMfLWYROK1FjRQasMWCBttrhjnr6A==} engines: {node: '>=10'} peerDependencies: @@ -7016,7 +7055,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 react: 18.2.0 tslib: 2.4.0 dev: false @@ -7126,18 +7165,34 @@ packages: picocolors: 1.0.0 postcss: 8.4.18 postcss-value-parser: 4.2.0 + dev: false - /available-typed-arrays/1.0.5: - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} - engines: {node: '>= 0.4'} - - /aws-sdk/2.1245.0: - resolution: {integrity: sha512-LXNmuT33+k4ymWijm6dhLRm0OX14ki9OOK1BYn8AUWWPuh+GMlFIuIFH+sWORVdhZqaQNsvF72cB6CeMBqaJWg==} - engines: {node: '>= 10.0.0'} - dependencies: - buffer: 4.9.2 - events: 1.1.1 - ieee754: 1.1.13 + /autoprefixer/10.4.13_postcss@8.4.19: + resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} + engines: {node: ^10 || ^12 || >=14} + hasBin: true + peerDependencies: + postcss: ^8.1.0 + dependencies: + browserslist: 4.21.4 + caniuse-lite: 1.0.30001429 + fraction.js: 4.2.0 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + + /available-typed-arrays/1.0.5: + resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + engines: {node: '>= 0.4'} + + /aws-sdk/2.1254.0: + resolution: {integrity: sha512-PDBSEskxckCwmfl9GVU+F6JZ9NusgO98DzRRqFv/PzQxkyw6vbdT6N/porUt+mFmGz3HjnGZLeZdywaDMtx7Dg==} + engines: {node: '>= 10.0.0'} + dependencies: + buffer: 4.9.2 + events: 1.1.1 + ieee754: 1.1.13 jmespath: 0.16.0 querystring: 0.2.0 sax: 1.2.1 @@ -7181,17 +7236,17 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: true - /babel-jest/29.2.2_@babel+core@7.19.6: - resolution: {integrity: sha512-kkq2QSDIuvpgfoac3WZ1OOcHsQQDU5xYk2Ql7tLdJ8BVAYbefEXal+NfS45Y5LVZA7cxC8KYcQMObpCt1J025w==} + /babel-jest/29.3.1_@babel+core@7.20.2: + resolution: {integrity: sha512-aard+xnMoxgjwV70t0L6wkW/3HQQtV+O0PEimxKgzNqCJnbYmroPojdP2tqKSOAt8QAKV/uSZU8851M7B5+fcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.19.6 - '@jest/transform': 29.2.2 + '@babel/core': 7.20.2 + '@jest/transform': 29.3.1 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.2.0_@babel+core@7.19.6 + babel-preset-jest: 29.2.0_@babel+core@7.20.2 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -7199,14 +7254,14 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_6zc4kxld457avlfyhj3lzsljlm: + /babel-loader/8.2.5_hkczypimj4evef4hfazf6yfxte: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -7228,6 +7283,7 @@ packages: resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} dependencies: object.assign: 4.1.4 + dev: false /babel-plugin-emotion/10.2.2: resolution: {integrity: sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==} @@ -7254,7 +7310,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.19.0 + '@babel/helper-plugin-utils': 7.20.2 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.0 @@ -7268,7 +7324,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.20.0 + '@babel/types': 7.20.2 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.18.2 dev: true @@ -7290,36 +7346,36 @@ packages: resolve: 1.22.1 dev: false - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.19.6: + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.19.4 - '@babel/core': 7.19.6 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.6 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.19.6: + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2: resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 core-js-compat: 3.25.3 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.19.6: + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2: resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.19.6 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 transitivePeerDependencies: - supports-color @@ -7340,35 +7396,35 @@ packages: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.19.6: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.2: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.19.6 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.19.6 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.19.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.19.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.19.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.19.6 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.19.6 - dev: true - - /babel-preset-jest/29.2.0_@babel+core@7.19.6: + '@babel/core': 7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 + dev: true + + /babel-preset-jest/29.2.0_@babel+core@7.20.2: resolution: {integrity: sha512-z9JmMJppMxNv8N7fNRHvhMg9cvIkMxQBXgFkane3yKVEvEOP+kB50lk8DFRvF9PGqbyXxlmebKWhuDORO8RgdA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 babel-plugin-jest-hoist: 29.2.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.6 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 dev: true /babel-runtime/6.25.0: @@ -7384,7 +7440,7 @@ packages: /balanced-match/1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - /baptistearno-tsup/0.1.0_tsifnmosqzrfo2mme7gtewypme: + /baptistearno-tsup/0.1.0_typescript@4.8.4: resolution: {integrity: sha512-5ADinnL+X/mx15WAJJxYz0t/SzPhilQeoD5YsvnQV1XHiE+Zhj6BbW8X/1ko8i4SRr5ate/Kb9NF3SjVsCrhAQ==} engines: {node: '>=14'} hasBin: true @@ -7408,8 +7464,7 @@ packages: execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 - postcss: 8.4.18 - postcss-load-config: 3.1.4_postcss@8.4.18 + postcss-load-config: 3.1.4 resolve-from: 5.0.0 rollup: 2.79.1 source-map: 0.8.0-beta.0 @@ -7421,7 +7476,7 @@ packages: - ts-node dev: true - /baptistearno-tsup/0.1.0_typescript@4.8.4: + /baptistearno-tsup/0.1.0_wj7eq4dpcmr2qz6e5enuabn7dy: resolution: {integrity: sha512-5ADinnL+X/mx15WAJJxYz0t/SzPhilQeoD5YsvnQV1XHiE+Zhj6BbW8X/1ko8i4SRr5ate/Kb9NF3SjVsCrhAQ==} engines: {node: '>=14'} hasBin: true @@ -7445,7 +7500,8 @@ packages: execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 - postcss-load-config: 3.1.4 + postcss: 8.4.19 + postcss-load-config: 3.1.4_postcss@8.4.19 resolve-from: 5.0.0 rollup: 2.79.1 source-map: 0.8.0-beta.0 @@ -7560,20 +7616,6 @@ packages: wrap-ansi: 8.0.1 dev: false - /boxen/7.0.0: - resolution: {integrity: sha512-j//dBVuyacJbvW+tvZ9HuH03fZ46QcaKvvhZickZqtB271DxJ7SNRSNxrV/dZX0085m7hISRZWbzWlJvx/rHSg==} - engines: {node: '>=14.16'} - dependencies: - ansi-align: 3.0.1 - camelcase: 7.0.0 - chalk: 5.0.1 - cli-boxes: 3.0.0 - string-width: 5.1.2 - type-fest: 2.19.0 - widest-line: 4.0.1 - wrap-ansi: 8.0.1 - dev: true - /brace-expansion/1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: @@ -7711,6 +7753,7 @@ packages: /bytes/3.0.0: resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} engines: {node: '>= 0.8'} + dev: false /bytes/3.1.0: resolution: {integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==} @@ -7792,11 +7835,6 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - /camelcase/7.0.0: - resolution: {integrity: sha512-JToIvOmz6nhGsUhAYScbo2d6Py5wojjNfoxoc2mEVLUdJ70gJK2gnd+ABY1Tc3sVMyK7QDPtN0T/XdlCQWITyQ==} - engines: {node: '>=14.16'} - dev: true - /camelize/1.0.0: resolution: {integrity: sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg==} dev: false @@ -7810,10 +7848,6 @@ packages: lodash.uniq: 4.5.0 dev: false - /caniuse-lite/1.0.30001414: - resolution: {integrity: sha512-t55jfSaWjCdocnFdKQoO+d2ct9C59UZg4dY3OnUlSZ447r8pUtIKdp0hpAzrGFultmTC+Us+KpKi4GZl/LXlFg==} - dev: false - /caniuse-lite/1.0.30001429: resolution: {integrity: sha512-511ThLu1hF+5RRRt0zYCf2U2yRr9GPF6m5y90SBCWsvSoYoW7yAGlv/elyPaNfvGCkp6kj/KFZWU0BMA69Prsg==} @@ -7825,13 +7859,6 @@ packages: resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} dev: false - /chalk-template/0.4.0: - resolution: {integrity: sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==} - engines: {node: '>=12'} - dependencies: - chalk: 4.1.2 - dev: true - /chalk/2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -7855,11 +7882,6 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chalk/5.0.1: - resolution: {integrity: sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: true - /char-regex/1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} @@ -7994,6 +8016,7 @@ packages: /cli-boxes/3.0.0: resolution: {integrity: sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==} engines: {node: '>=10'} + dev: false /cli-cursor/2.1.0: resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} @@ -8026,15 +8049,6 @@ packages: /client-only/0.0.1: resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} - /clipboardy/3.0.0: - resolution: {integrity: sha512-Su+uU5sr1jkUy1sGRpLKjKrvEOVXgSgiSInwa/qeID6aJ07yh+5NWc3h2QfjHjBnfX4LhtFcuAWKUsJ3r+fjbg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dependencies: - arch: 2.2.0 - execa: 5.1.1 - is-wsl: 2.2.0 - dev: true - /cliui/7.0.4: resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: @@ -8089,12 +8103,12 @@ packages: /codemirror/6.0.1_@lezer+common@1.0.1: resolution: {integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==} dependencies: - '@codemirror/autocomplete': 6.3.0_guf2nuxp74b7eqcfvjbwmbrbii + '@codemirror/autocomplete': 6.3.0_4jhadlhwu6n27xudtbkdvskqom '@codemirror/commands': 6.1.1 '@codemirror/language': 6.2.1 - '@codemirror/lint': 6.0.0 + '@codemirror/lint': 6.1.0 '@codemirror/search': 6.2.1 - '@codemirror/state': 6.1.2 + '@codemirror/state': 6.1.3 '@codemirror/view': 6.3.0 transitivePeerDependencies: - '@lezer/common' @@ -8196,6 +8210,7 @@ packages: engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 + dev: false /compression/1.7.4: resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} @@ -8210,6 +8225,7 @@ packages: vary: 1.1.2 transitivePeerDependencies: - supports-color + dev: false /compute-scroll-into-view/1.0.14: resolution: {integrity: sha512-mKDjINe3tc6hGelUMNDzuhorIUZ7kS7BwyY0r2wQd2HOH2tRuJykiC06iSEX8y1TuhNzvz4GcJnK16mM2J1NMQ==} @@ -8272,6 +8288,7 @@ packages: /content-disposition/0.5.2: resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==} engines: {node: '>= 0.6'} + dev: false /content-disposition/0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} @@ -8290,6 +8307,10 @@ packages: dependencies: safe-buffer: 5.1.2 + /convert-source-map/2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: true + /cookie-signature/1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} dev: false @@ -8504,6 +8525,15 @@ packages: postcss: 8.4.18 dev: false + /css-declaration-sorter/6.3.1_postcss@8.4.19: + resolution: {integrity: sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==} + engines: {node: ^10 || ^12 || >=14} + peerDependencies: + postcss: ^8.0.9 + dependencies: + postcss: 8.4.19 + dev: false + /css-in-js-utils/2.0.1: resolution: {integrity: sha512-PJF0SpJT+WdbVVt0AOYp9C8GnuruRlL/UFW7932nLWmFLQTaWEzTBQEx7/hn4BuV+WON75iAViSUJLiU3PKbpA==} dependencies: @@ -8517,12 +8547,12 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.18 - postcss: 8.4.18 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.18 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.18 - postcss-modules-scope: 3.0.0_postcss@8.4.18 - postcss-modules-values: 4.0.0_postcss@8.4.18 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.19 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.19 + postcss-modules-scope: 3.0.0_postcss@8.4.19 + postcss-modules-values: 4.0.0_postcss@8.4.19 postcss-value-parser: 4.2.0 semver: 7.3.7 webpack: 5.74.0 @@ -8554,9 +8584,9 @@ packages: optional: true dependencies: clean-css: 5.3.1 - cssnano: 5.1.13_postcss@8.4.18 + cssnano: 5.1.13_postcss@8.4.19 jest-worker: 29.2.1 - postcss: 8.4.18 + postcss: 8.4.19 schema-utils: 4.0.0 serialize-javascript: 6.0.0 source-map: 0.6.1 @@ -8606,19 +8636,19 @@ packages: engines: {node: '>=4'} hasBin: true - /cssnano-preset-advanced/5.3.8_postcss@8.4.18: + /cssnano-preset-advanced/5.3.8_postcss@8.4.19: resolution: {integrity: sha512-xUlLLnEB1LjpEik+zgRNlk8Y/koBPPtONZjp7JKbXigeAmCrFvq9H0pXW5jJV45bQWAlmJ0sKy+IMr0XxLYQZg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - autoprefixer: 10.4.13_postcss@8.4.18 - cssnano-preset-default: 5.2.12_postcss@8.4.18 - postcss: 8.4.18 - postcss-discard-unused: 5.1.0_postcss@8.4.18 - postcss-merge-idents: 5.1.1_postcss@8.4.18 - postcss-reduce-idents: 5.2.0_postcss@8.4.18 - postcss-zindex: 5.1.0_postcss@8.4.18 + autoprefixer: 10.4.13_postcss@8.4.19 + cssnano-preset-default: 5.2.12_postcss@8.4.19 + postcss: 8.4.19 + postcss-discard-unused: 5.1.0_postcss@8.4.19 + postcss-merge-idents: 5.1.1_postcss@8.4.19 + postcss-reduce-idents: 5.2.0_postcss@8.4.19 + postcss-zindex: 5.1.0_postcss@8.4.19 dev: false /cssnano-preset-default/5.2.12_postcss@8.4.18: @@ -8659,6 +8689,44 @@ packages: postcss-unique-selectors: 5.1.1_postcss@8.4.18 dev: false + /cssnano-preset-default/5.2.12_postcss@8.4.19: + resolution: {integrity: sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + css-declaration-sorter: 6.3.1_postcss@8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-calc: 8.2.4_postcss@8.4.19 + postcss-colormin: 5.3.0_postcss@8.4.19 + postcss-convert-values: 5.1.2_postcss@8.4.19 + postcss-discard-comments: 5.1.2_postcss@8.4.19 + postcss-discard-duplicates: 5.1.0_postcss@8.4.19 + postcss-discard-empty: 5.1.1_postcss@8.4.19 + postcss-discard-overridden: 5.1.0_postcss@8.4.19 + postcss-merge-longhand: 5.1.6_postcss@8.4.19 + postcss-merge-rules: 5.1.2_postcss@8.4.19 + postcss-minify-font-values: 5.1.0_postcss@8.4.19 + postcss-minify-gradients: 5.1.1_postcss@8.4.19 + postcss-minify-params: 5.1.3_postcss@8.4.19 + postcss-minify-selectors: 5.2.1_postcss@8.4.19 + postcss-normalize-charset: 5.1.0_postcss@8.4.19 + postcss-normalize-display-values: 5.1.0_postcss@8.4.19 + postcss-normalize-positions: 5.1.1_postcss@8.4.19 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.19 + postcss-normalize-string: 5.1.0_postcss@8.4.19 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.19 + postcss-normalize-unicode: 5.1.0_postcss@8.4.19 + postcss-normalize-url: 5.1.0_postcss@8.4.19 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.19 + postcss-ordered-values: 5.1.3_postcss@8.4.19 + postcss-reduce-initial: 5.1.0_postcss@8.4.19 + postcss-reduce-transforms: 5.1.0_postcss@8.4.19 + postcss-svgo: 5.1.0_postcss@8.4.19 + postcss-unique-selectors: 5.1.1_postcss@8.4.19 + dev: false + /cssnano-utils/3.1.0_postcss@8.4.18: resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} engines: {node: ^10 || ^12 || >=14.0} @@ -8668,6 +8736,15 @@ packages: postcss: 8.4.18 dev: false + /cssnano-utils/3.1.0_postcss@8.4.19: + resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + dev: false + /cssnano/5.1.13_postcss@8.4.18: resolution: {integrity: sha512-S2SL2ekdEz6w6a2epXn4CmMKU4K3KpcyXLKfAYc9UQQqJRkD/2eLUG0vJ3Db/9OvO5GuAdgXw3pFbR6abqghDQ==} engines: {node: ^10 || ^12 || >=14.0} @@ -8680,6 +8757,18 @@ packages: yaml: 1.10.2 dev: false + /cssnano/5.1.13_postcss@8.4.19: + resolution: {integrity: sha512-S2SL2ekdEz6w6a2epXn4CmMKU4K3KpcyXLKfAYc9UQQqJRkD/2eLUG0vJ3Db/9OvO5GuAdgXw3pFbR6abqghDQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + cssnano-preset-default: 5.2.12_postcss@8.4.19 + lilconfig: 2.0.6 + postcss: 8.4.19 + yaml: 1.10.2 + dev: false + /csso/4.2.0: resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} engines: {node: '>=8.0.0'} @@ -8825,13 +8914,14 @@ packages: /deep-extend/0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} + dev: false /deep-is/0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} dev: true - /deep-object-diff/1.1.7: - resolution: {integrity: sha512-QkgBca0mL08P6HiOjoqvmm6xOAl2W6CT2+34Ljhg0OeFan8cwlcdq8jrLKsBBuUFAZLsN5b6y491KdKEoSo9lg==} + /deep-object-diff/1.1.9: + resolution: {integrity: sha512-Rn+RuwkmkDwCi2/oXOFS9Gsr5lJZu/yTGpK7wAaAIE75CC+LCGEZHpY6VQJa/RoJcrmaA/docWJZvYohlNkWPA==} dev: false /deepmerge-ts/4.2.2: @@ -8997,6 +9087,11 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true + /diff-sequences/29.3.1: + resolution: {integrity: sha512-hlM3QR272NXCi4pq+N4Kok4kOp6EsgOM3ZSpJI7Da3UAs+Ttsi8MRmB6trM/lhyzUxGfOgnpkHtgqm5Q/CTcfQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dev: true + /diffie-hellman/5.0.3: resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} dependencies: @@ -9161,6 +9256,7 @@ packages: /eastasianwidth/0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + dev: false /ecdsa-sig-formatter/1.0.11: resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} @@ -9565,8 +9661,8 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-next/13.0.1_wyqvi574yv7oiwfeinomdzmc3m: - resolution: {integrity: sha512-/N9UpSwkbEMj5pIiB235p7QHaSW08ta/iKVaIHF44wufxr+PuJVLwg5LzlAaQbmCZCBpYvVttl3ZxTusP1g2sg==} + /eslint-config-next/13.0.3_rmayb2veg2btbq6mbmnyivgasy: + resolution: {integrity: sha512-i2JoQP8gGv303GjXTonA27fm1ckRRkRoAP1WYEQgN0D2DDoFeBPqlJgHlMHnXKWjmNct/sW8jQEvy9am2juc8g==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -9574,29 +9670,29 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 13.0.1 + '@next/eslint-plugin-next': 13.0.3 '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m - eslint: 8.26.0 + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + eslint: 8.27.0 eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 2.7.1_mynvxvmq5qtyojffiqgev4x7mm - eslint-plugin-import: 2.26.0_5aea5dp4n23mfv4y2mmjxole3e - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.26.0 - eslint-plugin-react: 7.31.10_eslint@8.26.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.26.0 + eslint-import-resolver-typescript: 2.7.1_dcpv4nbdr5ks2h5677xdltrk6e + eslint-plugin-import: 2.26.0_wbsj7pk5g7hogwvhsif6xntns4 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.27.0 + eslint-plugin-react: 7.31.10_eslint@8.27.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.27.0 typescript: 4.8.4 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color dev: true - /eslint-config-prettier/8.5.0_eslint@8.26.0: + /eslint-config-prettier/8.5.0_eslint@8.27.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.26.0 + eslint: 8.27.0 dev: true /eslint-import-resolver-node/0.3.6: @@ -9608,7 +9704,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript/2.7.1_mynvxvmq5qtyojffiqgev4x7mm: + /eslint-import-resolver-typescript/2.7.1_dcpv4nbdr5ks2h5677xdltrk6e: resolution: {integrity: sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==} engines: {node: '>=4'} peerDependencies: @@ -9616,8 +9712,8 @@ packages: eslint-plugin-import: '*' dependencies: debug: 4.3.4 - eslint: 8.26.0 - eslint-plugin-import: 2.26.0_5aea5dp4n23mfv4y2mmjxole3e + eslint: 8.27.0 + eslint-plugin-import: 2.26.0_wbsj7pk5g7hogwvhsif6xntns4 glob: 7.2.3 is-glob: 4.0.3 resolve: 1.22.1 @@ -9626,7 +9722,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_yytd4qhylm3dyr3j4r4rwmq2vy: + /eslint-module-utils/2.7.4_7n62batgpjg7oa6ssbsyzoyo34: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -9647,15 +9743,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy debug: 3.2.7 - eslint: 8.26.0 + eslint: 8.27.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-functional/4.4.1_wyqvi574yv7oiwfeinomdzmc3m: + /eslint-plugin-functional/4.4.1_rmayb2veg2btbq6mbmnyivgasy: resolution: {integrity: sha512-YhSfHS52Si62Sn126g9wGx+XnWMoWhwEt6ctVXfcJj+xMUiggjOqUVMca7fuLNzX8jYiNBIeU1Y0teHGePZ3NA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -9668,17 +9764,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.38.1_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/utils': 5.38.1_rmayb2veg2btbq6mbmnyivgasy deepmerge-ts: 4.2.2 escape-string-regexp: 4.0.0 - eslint: 8.26.0 + eslint: 8.27.0 semver: 7.3.7 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_5aea5dp4n23mfv4y2mmjxole3e: + /eslint-plugin-import/2.26.0_wbsj7pk5g7hogwvhsif6xntns4: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -9688,14 +9784,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/parser': 5.43.0_rmayb2veg2btbq6mbmnyivgasy array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.26.0 + eslint: 8.27.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_yytd4qhylm3dyr3j4r4rwmq2vy + eslint-module-utils: 2.7.4_7n62batgpjg7oa6ssbsyzoyo34 has: 1.0.3 is-core-module: 2.10.0 is-glob: 4.0.3 @@ -9709,8 +9805,8 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.3_vg4o634kebbkmy67d6ljsnmtoy: - resolution: {integrity: sha512-7DrIfYRQPa7JQd1Le8G/BJsfYHVUKQdJQ/6vULSp/4NjKZmSMJ/605G2hhScEra++SiH68zPEjLnrO74nHrMLg==} + /eslint-plugin-jest/27.1.5_bf5qejdbjbrfwwaumpbpeb3h4e: + resolution: {integrity: sha512-CK2dekZ5VBdzsOSOH5Fc1rwC+cWXjkcyrmf1RV714nDUDKu+o73TTJiDxpbILG8PtPPpAAl3ywzh5QA7Ft0mjA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -9722,16 +9818,16 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.42.0_6xw5wg2354iw4zujk2f3vyfrzu - '@typescript-eslint/utils': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m - eslint: 8.26.0 - jest: 29.2.2 + '@typescript-eslint/eslint-plugin': 5.43.0_yy4vf4gcvxiubmg7fqa55dqe2i + '@typescript-eslint/utils': 5.43.0_rmayb2veg2btbq6mbmnyivgasy + eslint: 8.27.0 + jest: 29.3.1 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y/6.6.1_eslint@8.26.0: + /eslint-plugin-jsx-a11y/6.6.1_eslint@8.27.0: resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} engines: {node: '>=4.0'} peerDependencies: @@ -9745,7 +9841,7 @@ packages: axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.26.0 + eslint: 8.27.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -9753,7 +9849,7 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-prettier/4.2.1_5t6g5rrqvlktilv3n3sw5svbdi: + /eslint-plugin-prettier/4.2.1_mbd4zptqpjbepwpyh2zbtslqey: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -9764,12 +9860,12 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.26.0 + eslint: 8.27.0 prettier: 2.7.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-prettier/4.2.1_aniwkeyvlpmwkidetuytnokvcm: + /eslint-plugin-prettier/4.2.1_v7o5sx5x3wbs57ifz6wc4f76we: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -9780,22 +9876,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.26.0 - eslint-config-prettier: 8.5.0_eslint@8.26.0 + eslint: 8.27.0 + eslint-config-prettier: 8.5.0_eslint@8.27.0 prettier: 2.7.1 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.26.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.27.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} 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.26.0 + eslint: 8.27.0 dev: true - /eslint-plugin-react/7.31.10_eslint@8.26.0: + /eslint-plugin-react/7.31.10_eslint@8.27.0: resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} engines: {node: '>=4'} peerDependencies: @@ -9804,7 +9900,7 @@ packages: array-includes: 3.1.5 array.prototype.flatmap: 1.3.0 doctrine: 2.1.0 - eslint: 8.26.0 + eslint: 8.27.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -9833,13 +9929,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.26.0: + /eslint-utils/3.0.0_eslint@8.27.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.26.0 + eslint: 8.27.0 eslint-visitor-keys: 2.1.0 dev: true @@ -9853,8 +9949,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.26.0: - resolution: {integrity: sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==} + /eslint/8.27.0: + resolution: {integrity: sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -9869,7 +9965,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.26.0 + eslint-utils: 3.0.0_eslint@8.27.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -10004,26 +10100,26 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /expect/29.2.1: - resolution: {integrity: sha512-BJtA754Fba0YWRWHgjKUMTA3ltWarKgITXHQnbZ2mTxTXC4yMQlR0FI7HkB3fJYkhWBf4qjNiqvg3LDtXCcVRQ==} + /expect/29.2.2: + resolution: {integrity: sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/expect-utils': 29.2.1 + '@jest/expect-utils': 29.2.2 jest-get-type: 29.2.0 - jest-matcher-utils: 29.2.1 + jest-matcher-utils: 29.2.2 jest-message-util: 29.2.1 - jest-util: 29.2.1 + jest-util: 29.3.1 dev: true - /expect/29.2.2: - resolution: {integrity: sha512-hE09QerxZ5wXiOhqkXy5d2G9ar+EqOyifnCXCpMNu+vZ6DG9TJ6CO2c2kPDSLqERTTWrO7OZj8EkYHQqSd78Yw==} + /expect/29.3.1: + resolution: {integrity: sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/expect-utils': 29.2.2 + '@jest/expect-utils': 29.3.1 jest-get-type: 29.2.0 - jest-matcher-utils: 29.2.2 - jest-message-util: 29.2.1 - jest-util: 29.2.1 + jest-matcher-utils: 29.3.1 + jest-message-util: 29.3.1 + jest-util: 29.3.1 dev: true /express/4.18.1: @@ -10119,6 +10215,7 @@ packages: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} dependencies: punycode: 1.4.1 + dev: false /fast-xml-parser/3.21.1: resolution: {integrity: sha512-FTFVjYoBOZTJekiUsawGsSYV9QL0A+zDYCRj7y34IO6Jg+2IMYEtQa+bbictpdpV8dHxXywqU7C0gRDEOFtBFg==} @@ -10388,8 +10485,8 @@ packages: /fraction.js/4.2.0: resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==} - /framer-motion/7.6.4_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-Ac3Bl9M45fS8A0ibOUnYMSCfjaCrFfWT0uh0/MZVm/DGWcr5IsRRinWRiVGABA9RGJgn4THehqcn235JVQkucQ==} + /framer-motion/7.6.6_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-7ti5mEzhTRBFCMlKs8Zxu9dWtVattpj2jPCNc4jaz4d7bDFekClALaBzmi1pGOKzsOWJsKMeV5ckIkD1DLI9lw==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -10728,8 +10825,8 @@ packages: - supports-color dev: false - /google-auth-library/8.6.0: - resolution: {integrity: sha512-y6bw1yTWMVgs1vGJwBZ3uu+uIClfgxQfsEVcTNKjQeNQOVwox69+ZUgTeTAzrh+74hBqrk1gWyb9RsQVDI7seg==} + /google-auth-library/8.7.0: + resolution: {integrity: sha512-1M0NG5VDIvJZEnstHbRdckLZESoJwguinwN8Dhae0j2ZKIQFIV63zxm6Fo6nM4xkgqUr2bbMtV5Dgo+Hy6oo0Q==} engines: {node: '>=12'} dependencies: arrify: 2.0.1 @@ -10779,7 +10876,7 @@ packages: dependencies: extend: 3.0.2 gaxios: 5.0.2 - google-auth-library: 8.6.0 + google-auth-library: 8.7.0 qs: 6.11.0 url-template: 2.0.8 uuid: 9.0.0 @@ -11278,13 +11375,13 @@ packages: safer-buffer: 2.1.2 dev: true - /icss-utils/5.1.0_postcss@8.4.18: + /icss-utils/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 dev: false /ieee754/1.1.13: @@ -11551,6 +11648,7 @@ packages: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} hasBin: true + dev: false /is-extendable/0.1.1: resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} @@ -11670,11 +11768,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /is-port-reachable/4.0.0: - resolution: {integrity: sha512-9UoipoxYmSk6Xy7QFgRv2HDyaysmgSG75TFQs6S+3pDM7ZhKTF/bskZV+0UlABHzKjNVhPjYCLfeZUEg1wXxig==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dev: true - /is-potential-custom-element-name/1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} dev: true @@ -11749,6 +11842,7 @@ packages: engines: {node: '>=8'} dependencies: is-docker: 2.2.1 + dev: false /is-yarn-global/0.3.0: resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==} @@ -11778,8 +11872,8 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.19.6 - '@babel/parser': 7.19.6 + '@babel/core': 7.20.2 + '@babel/parser': 7.20.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -11823,35 +11917,35 @@ packages: p-limit: 3.1.0 dev: true - /jest-circus/29.2.2: - resolution: {integrity: sha512-upSdWxx+Mh4DV7oueuZndJ1NVdgtTsqM4YgywHEx05UMH5nxxA2Qu9T9T9XVuR021XxqSoaKvSmmpAbjwwwxMw==} + /jest-circus/29.3.1: + resolution: {integrity: sha512-wpr26sEvwb3qQQbdlmei+gzp6yoSSoSL6GsLPxnuayZSMrSd5Ka7IjAvatpIernBvT2+Ic6RLTg+jSebScmasg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.2 - '@jest/expect': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/types': 29.2.1 + '@jest/environment': 29.3.1 + '@jest/expect': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 is-generator-fn: 2.1.0 - jest-each: 29.2.1 - jest-matcher-utils: 29.2.2 - jest-message-util: 29.2.1 - jest-runtime: 29.2.2 - jest-snapshot: 29.2.2 - jest-util: 29.2.1 + jest-each: 29.3.1 + jest-matcher-utils: 29.3.1 + jest-message-util: 29.3.1 + jest-runtime: 29.3.1 + jest-snapshot: 29.3.1 + jest-util: 29.3.1 p-limit: 3.1.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 stack-utils: 2.0.5 transitivePeerDependencies: - supports-color dev: true - /jest-cli/29.2.2: - resolution: {integrity: sha512-R45ygnnb2CQOfd8rTPFR+/fls0d+1zXS6JPYTBBrnLPrhr58SSuPTiA5Tplv8/PXpz4zXR/AYNxmwIj6J6nrvg==} + /jest-cli/29.3.1: + resolution: {integrity: sha512-TO/ewvwyvPOiBBuWZ0gm04z3WWP8TIK8acgPzE4IxgsLKQgb377NYGrQLc3Wl/7ndWzIH2CDNNsUjGxwLL43VQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -11860,16 +11954,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/types': 29.2.1 + '@jest/core': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/types': 29.3.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.10 import-local: 3.1.0 - jest-config: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-config: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 prompts: 2.4.2 yargs: 17.6.0 transitivePeerDependencies: @@ -11878,8 +11972,8 @@ packages: - ts-node dev: true - /jest-config/29.2.2: - resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} + /jest-config/29.3.1: + resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -11890,34 +11984,34 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.19.6 - '@jest/test-sequencer': 29.2.2 - '@jest/types': 29.2.1 - babel-jest: 29.2.2_@babel+core@7.19.6 + '@babel/core': 7.20.2 + '@jest/test-sequencer': 29.3.1 + '@jest/types': 29.3.1 + babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 ci-info: 3.4.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.2.2 - jest-environment-node: 29.2.2 + jest-circus: 29.3.1 + jest-environment-node: 29.3.1 jest-get-type: 29.2.0 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-runner: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-resolve: 29.3.1 + jest-runner: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color dev: true - /jest-config/29.2.2_@types+node@18.11.9: - resolution: {integrity: sha512-Q0JX54a5g1lP63keRfKR8EuC7n7wwny2HoTRDb8cx78IwQOiaYUVZAdjViY3WcTxpR02rPUpvNVmZ1fkIlZPcw==} + /jest-config/29.3.1_@types+node@18.11.9: + resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -11928,27 +12022,27 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.19.6 - '@jest/test-sequencer': 29.2.2 - '@jest/types': 29.2.1 + '@babel/core': 7.20.2 + '@jest/test-sequencer': 29.3.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 - babel-jest: 29.2.2_@babel+core@7.19.6 + babel-jest: 29.3.1_@babel+core@7.20.2 chalk: 4.1.2 ci-info: 3.4.0 deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 - jest-circus: 29.2.2 - jest-environment-node: 29.2.2 + jest-circus: 29.3.1 + jest-environment-node: 29.3.1 jest-get-type: 29.2.0 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-runner: 29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-resolve: 29.3.1 + jest-runner: 29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -11962,7 +12056,17 @@ packages: chalk: 4.1.2 diff-sequences: 29.2.0 jest-get-type: 29.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 + dev: true + + /jest-diff/29.3.1: + resolution: {integrity: sha512-vU8vyiO7568tmin2lA3r2DP8oRvzhvRcD4DjpXc6uGveQodyk7CKLhQlCSiwgx3g0pFaE88/KLZ0yaTWMc4Uiw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + diff-sequences: 29.3.1 + jest-get-type: 29.2.0 + pretty-format: 29.3.1 dev: true /jest-docblock/29.2.0: @@ -11972,19 +12076,19 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each/29.2.1: - resolution: {integrity: sha512-sGP86H/CpWHMyK3qGIGFCgP6mt+o5tu9qG4+tobl0LNdgny0aitLXs9/EBacLy3Bwqy+v4uXClqJgASJWcruYw==} + /jest-each/29.3.1: + resolution: {integrity: sha512-qrZH7PmFB9rEzCSl00BWjZYuS1BSOH8lLuC0azQE9lQrAx3PWGKHTDudQiOSwIy5dGAJh7KA0ScYlCP7JxvFYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 chalk: 4.1.2 jest-get-type: 29.2.0 - jest-util: 29.2.1 - pretty-format: 29.2.1 + jest-util: 29.3.1 + pretty-format: 29.3.1 dev: true - /jest-environment-jsdom/29.2.2: - resolution: {integrity: sha512-5mNtTcky1+RYv9kxkwMwt7fkzyX4EJUarV7iI+NQLigpV4Hz4sgfOdP4kOpCHXbkRWErV7tgXoXLm2CKtucr+A==} + /jest-environment-jsdom/29.3.1: + resolution: {integrity: sha512-G46nKgiez2Gy4zvYNhayfMEAFlVHhWfncqvqS6yCd0i+a4NsSUD2WtrKSaYQrYiLQaupHXxCRi8xxVL2M9PbhA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: canvas: ^2.5.0 @@ -11992,13 +12096,13 @@ packages: canvas: optional: true dependencies: - '@jest/environment': 29.2.2 - '@jest/fake-timers': 29.2.2 - '@jest/types': 29.2.1 + '@jest/environment': 29.3.1 + '@jest/fake-timers': 29.3.1 + '@jest/types': 29.3.1 '@types/jsdom': 20.0.0 '@types/node': 18.11.9 - jest-mock: 29.2.2 - jest-util: 29.2.1 + jest-mock: 29.3.1 + jest-util: 29.3.1 jsdom: 20.0.1 transitivePeerDependencies: - bufferutil @@ -12006,16 +12110,16 @@ packages: - utf-8-validate dev: true - /jest-environment-node/29.2.2: - resolution: {integrity: sha512-B7qDxQjkIakQf+YyrqV5dICNs7tlCO55WJ4OMSXsqz1lpI/0PmeuXdx2F7eU8rnPbRkUR/fItSSUh0jvE2y/tw==} + /jest-environment-node/29.3.1: + resolution: {integrity: sha512-xm2THL18Xf5sIHoU7OThBPtuH6Lerd+Y1NLYiZJlkE3hbE+7N7r8uvHIl/FkZ5ymKXJe/11SQuf3fv4v6rUMag==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.2 - '@jest/fake-timers': 29.2.2 - '@jest/types': 29.2.1 + '@jest/environment': 29.3.1 + '@jest/fake-timers': 29.3.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 - jest-mock: 29.2.2 - jest-util: 29.2.1 + jest-mock: 29.3.1 + jest-util: 29.3.1 dev: true /jest-get-type/29.2.0: @@ -12023,51 +12127,51 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-haste-map/29.2.1: - resolution: {integrity: sha512-wF460rAFmYc6ARcCFNw4MbGYQjYkvjovb9GBT+W10Um8q5nHq98jD6fHZMDMO3tA56S8XnmNkM8GcA8diSZfnA==} + /jest-haste-map/29.3.1: + resolution: {integrity: sha512-/FFtvoG1xjbbPXQLFef+WSU4yrc0fc0Dds6aRPBojUid7qlPqZvxdUBA03HW0fnVHXVCnCdkuoghYItKNzc/0A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 '@types/graceful-fs': 4.1.5 '@types/node': 18.11.9 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 29.2.0 - jest-util: 29.2.1 - jest-worker: 29.2.1 + jest-util: 29.3.1 + jest-worker: 29.3.1 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-leak-detector/29.2.1: - resolution: {integrity: sha512-1YvSqYoiurxKOJtySc+CGVmw/e1v4yNY27BjWTVzp0aTduQeA7pdieLiW05wTYG/twlKOp2xS/pWuikQEmklug==} + /jest-leak-detector/29.3.1: + resolution: {integrity: sha512-3DA/VVXj4zFOPagGkuqHnSQf1GZBmmlagpguxEERO6Pla2g84Q1MaVIB3YMxgUaFIaYag8ZnTyQgiZ35YEqAQA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 dev: true - /jest-matcher-utils/29.2.1: - resolution: {integrity: sha512-hUTBh7H/Mnb6GTpihbLh8uF5rjAMdekfW/oZNXUMAXi7bbmym2HiRpzgqf/zzkjgejMrVAkPdVSQj+32enlUww==} + /jest-matcher-utils/29.2.2: + resolution: {integrity: sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 jest-diff: 29.2.1 jest-get-type: 29.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 dev: true - /jest-matcher-utils/29.2.2: - resolution: {integrity: sha512-4DkJ1sDPT+UX2MR7Y3od6KtvRi9Im1ZGLGgdLFLm4lPexbTaCgJW5NN3IOXlQHF7NSHY/VHhflQ+WoKtD/vyCw==} + /jest-matcher-utils/29.3.1: + resolution: {integrity: sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - jest-diff: 29.2.1 + jest-diff: 29.3.1 jest-get-type: 29.2.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 dev: true /jest-message-util/29.2.1: @@ -12075,26 +12179,41 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.18.6 - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.10 micromatch: 4.0.5 - pretty-format: 29.2.1 + pretty-format: 29.3.1 slash: 3.0.0 stack-utils: 2.0.5 dev: true - /jest-mock/29.2.2: - resolution: {integrity: sha512-1leySQxNAnivvbcx0sCB37itu8f4OX2S/+gxLAV4Z62shT4r4dTG9tACDywUAEZoLSr36aYUTsVp3WKwWt4PMQ==} + /jest-message-util/29.3.1: + resolution: {integrity: sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@babel/code-frame': 7.18.6 + '@jest/types': 29.3.1 + '@types/stack-utils': 2.0.1 + chalk: 4.1.2 + graceful-fs: 4.2.10 + micromatch: 4.0.5 + pretty-format: 29.3.1 + slash: 3.0.0 + stack-utils: 2.0.5 + dev: true + + /jest-mock/29.3.1: + resolution: {integrity: sha512-H8/qFDtDVMFvFP4X8NuOT3XRDzOUTz+FeACjufHzsOIBAxivLqkB1PoLCaJx9iPPQ8dZThHPp/G3WRWyMgA3JA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.3.1 '@types/node': 18.11.9 - jest-util: 29.2.1 + jest-util: 29.3.1 dev: true - /jest-pnp-resolver/1.2.2_jest-resolve@29.2.2: + /jest-pnp-resolver/1.2.2_jest-resolve@29.3.1: resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: @@ -12103,7 +12222,7 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 29.2.2 + jest-resolve: 29.3.1 dev: true /jest-regex-util/29.2.0: @@ -12111,117 +12230,117 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/29.2.2: - resolution: {integrity: sha512-wWOmgbkbIC2NmFsq8Lb+3EkHuW5oZfctffTGvwsA4JcJ1IRk8b2tg+hz44f0lngvRTeHvp3Kyix9ACgudHH9aQ==} + /jest-resolve-dependencies/29.3.1: + resolution: {integrity: sha512-Vk0cYq0byRw2WluNmNWGqPeRnZ3p3hHmjJMp2dyyZeYIfiBskwq4rpiuGFR6QGAdbj58WC7HN4hQHjf2mpvrLA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-regex-util: 29.2.0 - jest-snapshot: 29.2.2 + jest-snapshot: 29.3.1 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/29.2.2: - resolution: {integrity: sha512-3gaLpiC3kr14rJR3w7vWh0CBX2QAhfpfiQTwrFPvVrcHe5VUBtIXaR004aWE/X9B2CFrITOQAp5gxLONGrk6GA==} + /jest-resolve/29.3.1: + resolution: {integrity: sha512-amXJgH/Ng712w3Uz5gqzFBBjxV8WFLSmNjoreBGMqxgCz5cH7swmBZzgBaCIOsvb0NbpJ0vgaSFdJqMdT+rADw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.10 - jest-haste-map: 29.2.1 - jest-pnp-resolver: 1.2.2_jest-resolve@29.2.2 - jest-util: 29.2.1 - jest-validate: 29.2.2 + jest-haste-map: 29.3.1 + jest-pnp-resolver: 1.2.2_jest-resolve@29.3.1 + jest-util: 29.3.1 + jest-validate: 29.3.1 resolve: 1.22.1 resolve.exports: 1.1.0 slash: 3.0.0 dev: true - /jest-runner/29.2.2: - resolution: {integrity: sha512-1CpUxXDrbsfy9Hr9/1zCUUhT813kGGK//58HeIw/t8fa/DmkecEwZSWlb1N/xDKXg3uCFHQp1GCvlSClfImMxg==} + /jest-runner/29.3.1: + resolution: {integrity: sha512-oFvcwRNrKMtE6u9+AQPMATxFcTySyKfLhvso7Sdk/rNpbhg4g2GAGCopiInk1OP4q6gz3n6MajW4+fnHWlU3bA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.2.1 - '@jest/environment': 29.2.2 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 + '@jest/console': 29.3.1 + '@jest/environment': 29.3.1 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.10 jest-docblock: 29.2.0 - jest-environment-node: 29.2.2 - jest-haste-map: 29.2.1 - jest-leak-detector: 29.2.1 - jest-message-util: 29.2.1 - jest-resolve: 29.2.2 - jest-runtime: 29.2.2 - jest-util: 29.2.1 - jest-watcher: 29.2.2 - jest-worker: 29.2.1 + jest-environment-node: 29.3.1 + jest-haste-map: 29.3.1 + jest-leak-detector: 29.3.1 + jest-message-util: 29.3.1 + jest-resolve: 29.3.1 + jest-runtime: 29.3.1 + jest-util: 29.3.1 + jest-watcher: 29.3.1 + jest-worker: 29.3.1 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color dev: true - /jest-runtime/29.2.2: - resolution: {integrity: sha512-TpR1V6zRdLynckKDIQaY41od4o0xWL+KOPUCZvJK2bu5P1UXhjobt5nJ2ICNeIxgyj9NGkO0aWgDqYPVhDNKjA==} + /jest-runtime/29.3.1: + resolution: {integrity: sha512-jLzkIxIqXwBEOZx7wx9OO9sxoZmgT2NhmQKzHQm1xwR1kNW/dn0OjxR424VwHHf1SPN6Qwlb5pp1oGCeFTQ62A==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.2.2 - '@jest/fake-timers': 29.2.2 - '@jest/globals': 29.2.2 + '@jest/environment': 29.3.1 + '@jest/fake-timers': 29.3.1 + '@jest/globals': 29.3.1 '@jest/source-map': 29.2.0 - '@jest/test-result': 29.2.1 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 + '@jest/test-result': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 glob: 7.2.3 graceful-fs: 4.2.10 - jest-haste-map: 29.2.1 - jest-message-util: 29.2.1 - jest-mock: 29.2.2 + jest-haste-map: 29.3.1 + jest-message-util: 29.3.1 + jest-mock: 29.3.1 jest-regex-util: 29.2.0 - jest-resolve: 29.2.2 - jest-snapshot: 29.2.2 - jest-util: 29.2.1 + jest-resolve: 29.3.1 + jest-snapshot: 29.3.1 + jest-util: 29.3.1 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /jest-snapshot/29.2.2: - resolution: {integrity: sha512-GfKJrpZ5SMqhli3NJ+mOspDqtZfJBryGA8RIBxF+G+WbDoC7HCqKaeAss4Z/Sab6bAW11ffasx8/vGsj83jyjA==} + /jest-snapshot/29.3.1: + resolution: {integrity: sha512-+3JOc+s28upYLI2OJM4PWRGK9AgpsMs/ekNryUV0yMBClT9B1DF2u2qay8YxcQd338PPYSFNb0lsar1B49sLDA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.19.6 - '@babel/generator': 7.19.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.19.6 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.19.6 - '@babel/traverse': 7.19.6 - '@babel/types': 7.20.0 - '@jest/expect-utils': 29.2.2 - '@jest/transform': 29.2.2 - '@jest/types': 29.2.1 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.2 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 + '@jest/expect-utils': 29.3.1 + '@jest/transform': 29.3.1 + '@jest/types': 29.3.1 '@types/babel__traverse': 7.18.2 '@types/prettier': 2.7.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.19.6 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 chalk: 4.1.2 - expect: 29.2.2 + expect: 29.3.1 graceful-fs: 4.2.10 - jest-diff: 29.2.1 + jest-diff: 29.3.1 jest-get-type: 29.2.0 - jest-haste-map: 29.2.1 - jest-matcher-utils: 29.2.2 - jest-message-util: 29.2.1 - jest-util: 29.2.1 + jest-haste-map: 29.3.1 + jest-matcher-utils: 29.3.1 + jest-message-util: 29.3.1 + jest-util: 29.3.1 natural-compare: 1.4.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 semver: 7.3.7 transitivePeerDependencies: - supports-color @@ -12239,40 +12358,40 @@ packages: picomatch: 2.3.1 dev: true - /jest-util/29.2.1: - resolution: {integrity: sha512-P5VWDj25r7kj7kl4pN2rG/RN2c1TLfYYYZYULnS/35nFDjBai+hBeo3MDrYZS7p6IoY3YHZnt2vq4L6mKnLk0g==} + /jest-util/29.3.1: + resolution: {integrity: sha512-7YOVZaiX7RJLv76ZfHt4nbNEzzTRiMW/IiOG7ZOKmTXmoGBxUDefgMAxQubu6WPVqP5zSzAdZG0FfLcC7HOIFQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 chalk: 4.1.2 ci-info: 3.4.0 graceful-fs: 4.2.10 picomatch: 2.3.1 - /jest-validate/29.2.2: - resolution: {integrity: sha512-eJXATaKaSnOuxNfs8CLHgdABFgUrd0TtWS8QckiJ4L/QVDF4KVbZFBBOwCBZHOS0Rc5fOxqngXeGXE3nGQkpQA==} + /jest-validate/29.3.1: + resolution: {integrity: sha512-N9Lr3oYR2Mpzuelp1F8negJR3YE+L1ebk1rYA5qYo9TTY3f9OWdptLoNSPP9itOCBIRBqjt/S5XHlzYglLN67g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.2.1 + '@jest/types': 29.3.1 camelcase: 6.3.0 chalk: 4.1.2 jest-get-type: 29.2.0 leven: 3.1.0 - pretty-format: 29.2.1 + pretty-format: 29.3.1 dev: true - /jest-watcher/29.2.2: - resolution: {integrity: sha512-j2otfqh7mOvMgN2WlJ0n7gIx9XCMWntheYGlBK7+5g3b1Su13/UAK7pdKGyd4kDlrLwtH2QPvRv5oNIxWvsJ1w==} + /jest-watcher/29.3.1: + resolution: {integrity: sha512-RspXG2BQFDsZSRKGCT/NiNa8RkQ1iKAjrO0//soTMWx/QUt+OcxMqMSBxz23PYGqUuWm2+m2mNNsmj0eIoOaFg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.2.1 - '@jest/types': 29.2.1 + '@jest/test-result': 29.3.1 + '@jest/types': 29.3.1 '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 - jest-util: 29.2.1 + jest-util: 29.3.1 string-length: 4.0.2 dev: true @@ -12289,12 +12408,23 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@types/node': 18.11.9 - jest-util: 29.2.1 + jest-util: 29.3.1 merge-stream: 2.0.0 supports-color: 8.1.1 + dev: false - /jest/29.2.2: - resolution: {integrity: sha512-r+0zCN9kUqoON6IjDdjbrsWobXM/09Nd45kIPRD8kloaRh1z5ZCMdVsgLXGxmlL7UpAJsvCYOQNO+NjvG/gqiQ==} + /jest-worker/29.3.1: + resolution: {integrity: sha512-lY4AnnmsEWeiXirAIA0c9SDPbuCBq8IYuDVL8PMm0MZ2PEs2yPvRA/J64QBXuZp7CYKrDM/rmNrc9/i3KJQncw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@types/node': 18.11.9 + jest-util: 29.3.1 + merge-stream: 2.0.0 + supports-color: 8.1.1 + dev: true + + /jest/29.3.1: + resolution: {integrity: sha512-6iWfL5DTT0Np6UYs/y5Niu7WIfNv/wRTtN5RSXt2DIEft3dx3zPuw/3WJQBCJfmEzvDiEKwoqMbGD9n49+qLSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -12303,10 +12433,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.2.2 - '@jest/types': 29.2.1 + '@jest/core': 29.3.1 + '@jest/types': 29.3.1 import-local: 3.1.0 - jest-cli: 29.2.2 + jest-cli: 29.3.1 transitivePeerDependencies: - '@types/node' - supports-color @@ -12331,7 +12461,7 @@ packages: resolution: {integrity: sha512-KEhB/eLGLomWGPTb+/RNbYsTjIyx03JmbqAyIyiXBuNSa7CmNrJd5ysFhblayzs/e/vbOPMUaLnjHUMhGp4yLw==} dev: false - /jotai/1.8.4_7jnhjdiaopj4ubwkeamljpvgd4: + /jotai/1.8.4_xeqeww3zlamkk42mxejxlzumlu: resolution: {integrity: sha512-bkHDHNxm7bU4+bJL4z96fTlJYN34UDRTu3ghEajJrDepayON9YEaxPrXr7xhLnIRntoFC6eDYYhMNA/ilbj2RQ==} engines: {node: '>=12.7.0'} peerDependencies: @@ -12365,7 +12495,7 @@ packages: xstate: optional: true dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 immer: 9.0.16 react: 18.2.0 dev: false @@ -12483,6 +12613,7 @@ packages: /json-schema-traverse/1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + dev: false /json-stable-stringify-without-jsonify/1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} @@ -12978,6 +13109,7 @@ packages: /mime-db/1.33.0: resolution: {integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==} engines: {node: '>= 0.6'} + dev: false /mime-db/1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} @@ -12988,6 +13120,7 @@ packages: engines: {node: '>= 0.6'} dependencies: mime-db: 1.33.0 + dev: false /mime-types/2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} @@ -13067,6 +13200,7 @@ packages: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: brace-expansion: 1.1.11 + dev: false /minimatch/3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} @@ -13508,11 +13642,12 @@ packages: /negotiator/0.6.3: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} engines: {node: '>= 0.6'} + dev: false /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /next-auth/4.12.3_4l4yxn4yg2obvj34dugbbwbeaa: + /next-auth/4.12.3_5nc2srutphl3qcpcgvoruejrga: resolution: {integrity: sha512-kfJjYOH2or/y+pEBkeA6O2MxIXOKXNiOKLKhrQHsaRqMDttEQX0yEK3xXVTB1yB7xbMLGcMvsIS3d23BC/K8/A==} engines: {node: ^12.19.0 || ^14.15.0 || ^16.13.0} peerDependencies: @@ -13528,7 +13663,7 @@ packages: '@panva/hkdf': 1.0.2 cookie: 0.5.0 jose: 4.10.0 - next: 13.0.1_qtpcxnaaarbm4ws7ughq6oxfve + next: 13.0.3_mqvh5p7ejg4taogoj6tpk3gd5a nodemailer: 6.8.0 oauth: 0.9.15 openid-client: 5.1.10 @@ -13545,8 +13680,8 @@ packages: enhanced-resolve: 5.10.0 dev: true - /next/13.0.1_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-ErCNBPIeZMKFn6hX+ZBSlqZVgJIeitEqhGTuQUNmYXJ07/A71DZ7AJI8eyHYUdBb686LUpV1/oBdTq9RpzRVPg==} + /next/13.0.3_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-rFQeepcenRxKzeKlh1CsmEnxsJwhIERtbUjmYnKZyDInZsU06lvaGw5DT44rlNp1Rv2MT/e9vffZ8vK+ytwXHA==} engines: {node: '>=14.6.0'} hasBin: true peerDependencies: @@ -13563,7 +13698,7 @@ packages: sass: optional: true dependencies: - '@next/env': 13.0.1 + '@next/env': 13.0.3 '@swc/helpers': 0.4.11 caniuse-lite: 1.0.30001429 postcss: 8.4.14 @@ -13572,26 +13707,26 @@ packages: styled-jsx: 5.1.0_react@18.2.0 use-sync-external-store: 1.2.0_react@18.2.0 optionalDependencies: - '@next/swc-android-arm-eabi': 13.0.1 - '@next/swc-android-arm64': 13.0.1 - '@next/swc-darwin-arm64': 13.0.1 - '@next/swc-darwin-x64': 13.0.1 - '@next/swc-freebsd-x64': 13.0.1 - '@next/swc-linux-arm-gnueabihf': 13.0.1 - '@next/swc-linux-arm64-gnu': 13.0.1 - '@next/swc-linux-arm64-musl': 13.0.1 - '@next/swc-linux-x64-gnu': 13.0.1 - '@next/swc-linux-x64-musl': 13.0.1 - '@next/swc-win32-arm64-msvc': 13.0.1 - '@next/swc-win32-ia32-msvc': 13.0.1 - '@next/swc-win32-x64-msvc': 13.0.1 + '@next/swc-android-arm-eabi': 13.0.3 + '@next/swc-android-arm64': 13.0.3 + '@next/swc-darwin-arm64': 13.0.3 + '@next/swc-darwin-x64': 13.0.3 + '@next/swc-freebsd-x64': 13.0.3 + '@next/swc-linux-arm-gnueabihf': 13.0.3 + '@next/swc-linux-arm64-gnu': 13.0.3 + '@next/swc-linux-arm64-musl': 13.0.3 + '@next/swc-linux-x64-gnu': 13.0.3 + '@next/swc-linux-x64-musl': 13.0.3 + '@next/swc-win32-arm64-msvc': 13.0.3 + '@next/swc-win32-ia32-msvc': 13.0.3 + '@next/swc-win32-x64-msvc': 13.0.3 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros dev: true - /next/13.0.1_qtpcxnaaarbm4ws7ughq6oxfve: - resolution: {integrity: sha512-ErCNBPIeZMKFn6hX+ZBSlqZVgJIeitEqhGTuQUNmYXJ07/A71DZ7AJI8eyHYUdBb686LUpV1/oBdTq9RpzRVPg==} + /next/13.0.3_mqvh5p7ejg4taogoj6tpk3gd5a: + resolution: {integrity: sha512-rFQeepcenRxKzeKlh1CsmEnxsJwhIERtbUjmYnKZyDInZsU06lvaGw5DT44rlNp1Rv2MT/e9vffZ8vK+ytwXHA==} engines: {node: '>=14.6.0'} hasBin: true peerDependencies: @@ -13608,28 +13743,28 @@ packages: sass: optional: true dependencies: - '@next/env': 13.0.1 + '@next/env': 13.0.3 '@swc/helpers': 0.4.11 - caniuse-lite: 1.0.30001414 + caniuse-lite: 1.0.30001429 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - styled-jsx: 5.1.0_otspjrsspon4ofp37rshhlhp2y + styled-jsx: 5.1.0_3lzqd2prgnu7gkxqqdmtvzna5u use-sync-external-store: 1.2.0_react@18.2.0 optionalDependencies: - '@next/swc-android-arm-eabi': 13.0.1 - '@next/swc-android-arm64': 13.0.1 - '@next/swc-darwin-arm64': 13.0.1 - '@next/swc-darwin-x64': 13.0.1 - '@next/swc-freebsd-x64': 13.0.1 - '@next/swc-linux-arm-gnueabihf': 13.0.1 - '@next/swc-linux-arm64-gnu': 13.0.1 - '@next/swc-linux-arm64-musl': 13.0.1 - '@next/swc-linux-x64-gnu': 13.0.1 - '@next/swc-linux-x64-musl': 13.0.1 - '@next/swc-win32-arm64-msvc': 13.0.1 - '@next/swc-win32-ia32-msvc': 13.0.1 - '@next/swc-win32-x64-msvc': 13.0.1 + '@next/swc-android-arm-eabi': 13.0.3 + '@next/swc-android-arm64': 13.0.3 + '@next/swc-darwin-arm64': 13.0.3 + '@next/swc-darwin-x64': 13.0.3 + '@next/swc-freebsd-x64': 13.0.3 + '@next/swc-linux-arm-gnueabihf': 13.0.3 + '@next/swc-linux-arm64-gnu': 13.0.3 + '@next/swc-linux-arm64-musl': 13.0.3 + '@next/swc-linux-x64-gnu': 13.0.3 + '@next/swc-linux-x64-musl': 13.0.3 + '@next/swc-win32-arm64-msvc': 13.0.3 + '@next/swc-win32-ia32-msvc': 13.0.3 + '@next/swc-win32-x64-msvc': 13.0.3 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -13669,8 +13804,8 @@ packages: dependencies: whatwg-url: 5.0.0 - /node-fetch/3.2.10: - resolution: {integrity: sha512-MhuzNwdURnZ1Cp4XTazr69K0BTizsBroX7Zx3UgDSVcZYKF/6p0CBe4EUb/hLqmzVhl0UpYfgRljQ4yxE+iCxA==} + /node-fetch/3.3.0: + resolution: {integrity: sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: data-uri-to-buffer: 4.0.0 @@ -13851,6 +13986,7 @@ packages: /on-headers/1.0.2: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} engines: {node: '>= 0.8'} + dev: false /once/1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} @@ -14107,6 +14243,7 @@ packages: /path-is-inside/1.0.2: resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==} + dev: false /path-key/3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} @@ -14127,6 +14264,7 @@ packages: /path-to-regexp/2.2.1: resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==} + dev: false /path-type/4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} @@ -14212,6 +14350,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-calc/8.2.4_postcss@8.4.19: + resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} + peerDependencies: + postcss: ^8.2.2 + dependencies: + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 + postcss-value-parser: 4.2.0 + dev: false + /postcss-colormin/5.3.0_postcss@8.4.18: resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} engines: {node: ^10 || ^12 || >=14.0} @@ -14225,6 +14373,19 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-colormin/5.3.0_postcss@8.4.19: + resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.4 + caniuse-api: 3.0.0 + colord: 2.9.3 + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-convert-values/5.1.2_postcss@8.4.18: resolution: {integrity: sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==} engines: {node: ^10 || ^12 || >=14.0} @@ -14236,6 +14397,17 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-convert-values/5.1.2_postcss@8.4.19: + resolution: {integrity: sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.4 + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-discard-comments/5.1.2_postcss@8.4.18: resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} engines: {node: ^10 || ^12 || >=14.0} @@ -14245,6 +14417,15 @@ packages: postcss: 8.4.18 dev: false + /postcss-discard-comments/5.1.2_postcss@8.4.19: + resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + dev: false + /postcss-discard-duplicates/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} engines: {node: ^10 || ^12 || >=14.0} @@ -14254,6 +14435,15 @@ packages: postcss: 8.4.18 dev: false + /postcss-discard-duplicates/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + dev: false + /postcss-discard-empty/5.1.1_postcss@8.4.18: resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} engines: {node: ^10 || ^12 || >=14.0} @@ -14263,6 +14453,15 @@ packages: postcss: 8.4.18 dev: false + /postcss-discard-empty/5.1.1_postcss@8.4.19: + resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + dev: false + /postcss-discard-overridden/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} engines: {node: ^10 || ^12 || >=14.0} @@ -14272,36 +14471,45 @@ packages: postcss: 8.4.18 dev: false - /postcss-discard-unused/5.1.0_postcss@8.4.18: + /postcss-discard-overridden/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + dev: false + + /postcss-discard-unused/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: false - /postcss-import/14.1.0_postcss@8.4.18: + /postcss-import/14.1.0_postcss@8.4.19: resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 dev: true - /postcss-js/4.0.0_postcss@8.4.18: + /postcss-js/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.3.3 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.18 + postcss: 8.4.19 dev: true /postcss-load-config/3.1.4: @@ -14320,7 +14528,7 @@ packages: yaml: 1.10.2 dev: true - /postcss-load-config/3.1.4_postcss@8.4.18: + /postcss-load-config/3.1.4_postcss@8.4.19: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -14333,7 +14541,7 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.18 + postcss: 8.4.19 yaml: 1.10.2 dev: true @@ -14351,14 +14559,14 @@ packages: webpack: 5.74.0 dev: false - /postcss-merge-idents/5.1.1_postcss@8.4.18: + /postcss-merge-idents/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.18 - postcss: 8.4.18 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: false @@ -14373,6 +14581,17 @@ packages: stylehacks: 5.1.0_postcss@8.4.18 dev: false + /postcss-merge-longhand/5.1.6_postcss@8.4.19: + resolution: {integrity: sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + stylehacks: 5.1.0_postcss@8.4.19 + dev: false + /postcss-merge-rules/5.1.2_postcss@8.4.18: resolution: {integrity: sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==} engines: {node: ^10 || ^12 || >=14.0} @@ -14386,6 +14605,19 @@ packages: postcss-selector-parser: 6.0.10 dev: false + /postcss-merge-rules/5.1.2_postcss@8.4.19: + resolution: {integrity: sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.4 + caniuse-api: 3.0.0 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 + dev: false + /postcss-minify-font-values/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} engines: {node: ^10 || ^12 || >=14.0} @@ -14396,6 +14628,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-minify-font-values/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-minify-gradients/5.1.1_postcss@8.4.18: resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} engines: {node: ^10 || ^12 || >=14.0} @@ -14408,6 +14650,18 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-minify-gradients/5.1.1_postcss@8.4.19: + resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + colord: 2.9.3 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-minify-params/5.1.3_postcss@8.4.18: resolution: {integrity: sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==} engines: {node: ^10 || ^12 || >=14.0} @@ -14420,6 +14674,18 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-minify-params/5.1.3_postcss@8.4.19: + resolution: {integrity: sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.4 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-minify-selectors/5.2.1_postcss@8.4.18: resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} engines: {node: ^10 || ^12 || >=14.0} @@ -14430,54 +14696,64 @@ packages: postcss-selector-parser: 6.0.10 dev: false - /postcss-modules-extract-imports/3.0.0_postcss@8.4.18: + /postcss-minify-selectors/5.2.1_postcss@8.4.19: + resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 + dev: false + + /postcss-modules-extract-imports/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 dev: false - /postcss-modules-local-by-default/4.0.0_postcss@8.4.18: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.18 - postcss: 8.4.18 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: false - /postcss-modules-scope/3.0.0_postcss@8.4.18: + /postcss-modules-scope/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: false - /postcss-modules-values/4.0.0_postcss@8.4.18: + /postcss-modules-values/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.18 - postcss: 8.4.18 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 dev: false - /postcss-nested/6.0.0_postcss@8.4.18: + /postcss-nested/6.0.0_postcss@8.4.19: resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-selector-parser: 6.0.10 dev: true @@ -14490,6 +14766,15 @@ packages: postcss: 8.4.18 dev: false + /postcss-normalize-charset/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + dev: false + /postcss-normalize-display-values/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} engines: {node: ^10 || ^12 || >=14.0} @@ -14500,6 +14785,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-normalize-display-values/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-normalize-positions/5.1.1_postcss@8.4.18: resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} engines: {node: ^10 || ^12 || >=14.0} @@ -14510,6 +14805,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-normalize-positions/5.1.1_postcss@8.4.19: + resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.18: resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} engines: {node: ^10 || ^12 || >=14.0} @@ -14520,6 +14825,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.19: + resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-normalize-string/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} engines: {node: ^10 || ^12 || >=14.0} @@ -14530,6 +14845,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-normalize-string/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} engines: {node: ^10 || ^12 || >=14.0} @@ -14540,6 +14865,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-normalize-unicode/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==} engines: {node: ^10 || ^12 || >=14.0} @@ -14551,6 +14886,17 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-normalize-unicode/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.4 + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-normalize-url/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} engines: {node: ^10 || ^12 || >=14.0} @@ -14562,6 +14908,17 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-normalize-url/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + normalize-url: 6.1.0 + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-normalize-whitespace/5.1.1_postcss@8.4.18: resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} engines: {node: ^10 || ^12 || >=14.0} @@ -14572,6 +14929,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-normalize-whitespace/5.1.1_postcss@8.4.19: + resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-ordered-values/5.1.3_postcss@8.4.18: resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} engines: {node: ^10 || ^12 || >=14.0} @@ -14583,13 +14950,24 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-reduce-idents/5.2.0_postcss@8.4.18: + /postcss-ordered-values/5.1.3_postcss@8.4.19: + resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + + /postcss-reduce-idents/5.2.0_postcss@8.4.19: resolution: {integrity: sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 postcss-value-parser: 4.2.0 dev: false @@ -14604,6 +14982,17 @@ packages: postcss: 8.4.18 dev: false + /postcss-reduce-initial/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.4 + caniuse-api: 3.0.0 + postcss: 8.4.19 + dev: false + /postcss-reduce-transforms/5.1.0_postcss@8.4.18: resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} engines: {node: ^10 || ^12 || >=14.0} @@ -14614,6 +15003,16 @@ packages: postcss-value-parser: 4.2.0 dev: false + /postcss-reduce-transforms/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + dev: false + /postcss-selector-parser/6.0.10: resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} engines: {node: '>=4'} @@ -14621,13 +15020,13 @@ packages: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-sort-media-queries/4.3.0_postcss@8.4.18: + /postcss-sort-media-queries/4.3.0_postcss@8.4.19: resolution: {integrity: sha512-jAl8gJM2DvuIJiI9sL1CuiHtKM4s5aEIomkU8G3LFvbP+p8i7Sz8VV63uieTgoewGqKbi+hxBTiOKJlB35upCg==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.4.16 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 sort-css-media-queries: 2.1.0 dev: false @@ -14642,6 +15041,17 @@ packages: svgo: 2.8.0 dev: false + /postcss-svgo/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-value-parser: 4.2.0 + svgo: 2.8.0 + dev: false + /postcss-unique-selectors/5.1.1_postcss@8.4.18: resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} engines: {node: ^10 || ^12 || >=14.0} @@ -14652,16 +15062,26 @@ packages: postcss-selector-parser: 6.0.10 dev: false + /postcss-unique-selectors/5.1.1_postcss@8.4.19: + resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 + dev: false + /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss-zindex/5.1.0_postcss@8.4.18: + /postcss-zindex/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.18 + postcss: 8.4.19 dev: false /postcss/8.4.14: @@ -14679,6 +15099,15 @@ packages: nanoid: 3.3.4 picocolors: 1.0.0 source-map-js: 1.0.2 + dev: false + + /postcss/8.4.19: + resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 /preact-render-to-string/5.2.4_preact@10.11.0: resolution: {integrity: sha512-iIPHb3BXUQ3Za6KNhkjN/waq11Oh+QWWtAgN3id3LrL+cszH3DYh8TxJPNQ6Aogsbu4JsqdJLBZltwPFpG6N6w==} @@ -14742,6 +15171,15 @@ packages: react-is: 18.2.0 dev: true + /pretty-format/29.3.1: + resolution: {integrity: sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.0.0 + ansi-styles: 5.2.0 + react-is: 18.2.0 + dev: true + /pretty-format/3.8.0: resolution: {integrity: sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew==} dev: false @@ -14759,13 +15197,13 @@ packages: react: 17.0.2 dev: false - /prisma/4.5.0: - resolution: {integrity: sha512-9Aeg4qiKlv9Wsjz4NO8k2CzRzlvS3A4FYVJ5+28sBBZ0eEwbiVOE/Jj7v6rZC1tFW2s4GSICQOAyuOjc6WsNew==} + /prisma/4.6.1: + resolution: {integrity: sha512-BR4itMCuzrDV4tn3e2TF+nh1zIX/RVU0isKtKoN28ADeoJ9nYaMhiuRRkFd2TZN8+l/XfYzoRKyHzUFXLQhmBQ==} engines: {node: '>=14.17'} hasBin: true requiresBuild: true dependencies: - '@prisma/engines': 4.5.0 + '@prisma/engines': 4.6.1 /prismjs/1.29.0: resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} @@ -14855,6 +15293,7 @@ packages: /punycode/1.4.1: resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} + dev: false /punycode/2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} @@ -14931,6 +15370,7 @@ packages: /range-parser/1.2.0: resolution: {integrity: sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==} engines: {node: '>= 0.6'} + dev: false /range-parser/1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} @@ -14965,6 +15405,7 @@ packages: ini: 1.3.8 minimist: 1.2.6 strip-json-comments: 2.0.1 + dev: false /react-base16-styling/0.6.0: resolution: {integrity: sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==} @@ -15066,7 +15507,7 @@ packages: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-focus-lock/2.9.1_bbvjflvjoibwhtpmedigb26h6y: + /react-focus-lock/2.9.1_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -15076,13 +15517,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.19.0 - '@types/react': 18.0.24 + '@types/react': 18.0.25 focus-lock: 0.11.3 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6_react@18.2.0 - use-callback-ref: 1.3.0_bbvjflvjoibwhtpmedigb26h6y - use-sidecar: 1.1.2_bbvjflvjoibwhtpmedigb26h6y + use-callback-ref: 1.3.0_fan5qbzahqtxlm5dzefqlqx5ia + use-sidecar: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia dev: false /react-frame-component/5.2.3_v2m5e27vhdewzwhryxwfaorcca: @@ -15188,7 +15629,7 @@ packages: react: 18.2.0 scheduler: 0.20.2 - /react-remove-scroll-bar/2.3.3_bbvjflvjoibwhtpmedigb26h6y: + /react-remove-scroll-bar/2.3.3_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-i9GMNWwpz8XpUpQ6QlevUtFjHGqnPG4Hxs+wlIJntu/xcsZVEpJcIV71K3ZkqNy2q3GfgvkD7y6t/Sv8ofYSbw==} engines: {node: '>=10'} peerDependencies: @@ -15198,13 +15639,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 react: 18.2.0 - react-style-singleton: 2.2.1_bbvjflvjoibwhtpmedigb26h6y + react-style-singleton: 2.2.1_fan5qbzahqtxlm5dzefqlqx5ia tslib: 2.4.0 dev: false - /react-remove-scroll/2.5.5_bbvjflvjoibwhtpmedigb26h6y: + /react-remove-scroll/2.5.5_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -15214,13 +15655,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 react: 18.2.0 - react-remove-scroll-bar: 2.3.3_bbvjflvjoibwhtpmedigb26h6y - react-style-singleton: 2.2.1_bbvjflvjoibwhtpmedigb26h6y + react-remove-scroll-bar: 2.3.3_fan5qbzahqtxlm5dzefqlqx5ia + react-style-singleton: 2.2.1_fan5qbzahqtxlm5dzefqlqx5ia tslib: 2.4.0 - use-callback-ref: 1.3.0_bbvjflvjoibwhtpmedigb26h6y - use-sidecar: 1.1.2_bbvjflvjoibwhtpmedigb26h6y + use-callback-ref: 1.3.0_fan5qbzahqtxlm5dzefqlqx5ia + use-sidecar: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia dev: false /react-router-config/5.1.1_oyuskl3t7voyrff2xstzuy4hqu: @@ -15279,7 +15720,7 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /react-style-singleton/2.2.1_bbvjflvjoibwhtpmedigb26h6y: + /react-style-singleton/2.2.1_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -15289,7 +15730,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 @@ -15506,13 +15947,6 @@ packages: unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.0.0 - /registry-auth-token/3.3.2: - resolution: {integrity: sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==} - dependencies: - rc: 1.2.8 - safe-buffer: 5.2.1 - dev: true - /registry-auth-token/4.2.2: resolution: {integrity: sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==} engines: {node: '>=6.0.0'} @@ -15520,13 +15954,6 @@ packages: rc: 1.2.8 dev: false - /registry-url/3.1.0: - resolution: {integrity: sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==} - engines: {node: '>=0.10.0'} - dependencies: - rc: 1.2.8 - dev: true - /registry-url/5.1.0: resolution: {integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==} engines: {node: '>=8'} @@ -15623,6 +16050,7 @@ packages: /require-from-string/2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} + dev: false /require-like/0.1.2: resolution: {integrity: sha512-oyrU88skkMtDdauHDuKVrgR+zuItqr6/c//FXzvmxRGMexSDc6hNvJInGW3LL46n+8b50RykrvwSUIIQH2LQ5A==} @@ -15758,7 +16186,7 @@ packages: dependencies: find-up: 5.0.0 picocolors: 1.0.0 - postcss: 8.4.18 + postcss: 8.4.19 strip-json-comments: 3.1.1 dev: false @@ -15818,7 +16246,7 @@ packages: htmlparser2: 6.1.0 is-plain-object: 5.0.0 parse-srcset: 1.0.2 - postcss: 8.4.18 + postcss: 8.4.19 dev: false /sax/1.2.1: @@ -15974,6 +16402,7 @@ packages: path-is-inside: 1.0.2 path-to-regexp: 2.2.1 range-parser: 1.2.0 + dev: false /serve-index/1.9.1: resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==} @@ -16002,26 +16431,6 @@ packages: - supports-color dev: false - /serve/14.0.1: - resolution: {integrity: sha512-tNGwxl27FwA8TbmMQqN0jTaSx8/trL532qZsJHX1VdiEIjjtMJHCs7AFS6OvtC7cTHOvmjXqt5yczejU6CV2Xg==} - engines: {node: '>= 14'} - hasBin: true - dependencies: - '@zeit/schemas': 2.21.0 - ajv: 8.11.0 - arg: 5.0.2 - boxen: 7.0.0 - chalk: 5.0.1 - chalk-template: 0.4.0 - clipboardy: 3.0.0 - compression: 1.7.4 - is-port-reachable: 4.0.0 - serve-handler: 6.1.3 - update-check: 1.5.4 - transitivePeerDependencies: - - supports-color - dev: true - /set-blocking/2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: false @@ -16138,25 +16547,25 @@ packages: engines: {node: '>=12'} dev: false - /slate-history/0.66.0_slate@0.84.0: - resolution: {integrity: sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==} + /slate-history/0.85.0_slate@0.85.0: + resolution: {integrity: sha512-4rPx+Y7ubROlc85mYzK9iXRMgjmor6v87AMx5Oh6eOuW4elCz+uAiBWT6ates7JjCNiDXBHxtMvBEa37UG5dWg==} peerDependencies: slate: '>=0.65.3' dependencies: is-plain-object: 5.0.0 - slate: 0.84.0 + slate: 0.85.0 dev: false - /slate-hyperscript/0.77.0_slate@0.84.0: + /slate-hyperscript/0.77.0_slate@0.85.0: resolution: {integrity: sha512-M6uRpttwKnosniQORNPYQABHQ9XWC7qaSr/127LWWPjTOR5MSSwrHGrghN81BhZVqpICHrI7jkPA2813cWdHNA==} peerDependencies: slate: '>=0.65.3' dependencies: is-plain-object: 5.0.0 - slate: 0.84.0 + slate: 0.85.0 dev: false - /slate-react/0.83.2_rfmbozn33mohlw2u2tgp67vxlm: + /slate-react/0.83.2_ytkvt2xiozu2acehuv5fakzad4: resolution: {integrity: sha512-V5qtPsCOiDVCMU3ovj/CWndxx9/as5/wGJxnbJDRVzuazSh+NVw/YuGTlus1fCt+Nlt6UHOhFvM7C9pXYaftPA==} peerDependencies: react: '>=16.8.0' @@ -16172,12 +16581,12 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 scroll-into-view-if-needed: 2.2.29 - slate: 0.84.0 + slate: 0.85.0 tiny-invariant: 1.0.6 dev: false - /slate/0.84.0: - resolution: {integrity: sha512-jAxK10V9nAtAFr6PpCfLdLi+VYNmAOMKC/PIaOWH2HGTrmZEY2XxJt4kbnRNVEbUHkQ1dqaBImVLsVzdoUL8/w==} + /slate/0.85.0: + resolution: {integrity: sha512-SHlgOI7fDG50sL+lfAI+nXF9FQpoqf7KNRofggyyE4ngsj1nINOEpFSYKGPkZgVUUkPflWK6PuBJMR6nEuUiKg==} dependencies: immer: 9.0.16 is-plain-object: 5.0.0 @@ -16413,6 +16822,7 @@ packages: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 strip-ansi: 7.0.1 + dev: false /string.prototype.matchall/4.0.7: resolution: {integrity: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==} @@ -16487,6 +16897,7 @@ packages: engines: {node: '>=12'} dependencies: ansi-regex: 6.0.1 + dev: false /strip-bom-string/1.0.0: resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==} @@ -16510,13 +16921,14 @@ packages: /strip-json-comments/2.0.1: resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} engines: {node: '>=0.10.0'} + dev: false /strip-json-comments/3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} - /stripe/10.15.0: - resolution: {integrity: sha512-KXw7dozfIEQCxsshjKUwsNwlD55CkhcvVgwwxFtQNikVlRpNUPy6Ljz2mN9OXjinbbmLIcn26MAiPxfNp8Adtg==} + /stripe/10.17.0: + resolution: {integrity: sha512-JHV2KoL+nMQRXu3m9ervCZZvi4DDCJfzHUE6CmtJxR9TmizyYfrVuhGvnsZLLnheby9Qrnf4Hq6iOEcejGwnGQ==} engines: {node: ^8.1 || >=10.*} dependencies: '@types/node': 18.11.9 @@ -16568,7 +16980,7 @@ packages: supports-color: 5.5.0 dev: false - /styled-jsx/5.1.0_otspjrsspon4ofp37rshhlhp2y: + /styled-jsx/5.1.0_3lzqd2prgnu7gkxqqdmtvzna5u: resolution: {integrity: sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -16581,7 +16993,7 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 client-only: 0.0.1 react: 18.2.0 dev: false @@ -16614,6 +17026,17 @@ packages: postcss-selector-parser: 6.0.10 dev: false + /stylehacks/5.1.0_postcss@8.4.19: + resolution: {integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.4 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 + dev: false + /stylis/4.1.3: resolution: {integrity: sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==} dev: false @@ -16693,8 +17116,8 @@ packages: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: true - /tailwindcss/3.2.1_postcss@8.4.18: - resolution: {integrity: sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==} + /tailwindcss/3.2.4_postcss@8.4.19: + resolution: {integrity: sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==} engines: {node: '>=12.13.0'} hasBin: true peerDependencies: @@ -16714,11 +17137,11 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.18 - postcss-import: 14.1.0_postcss@8.4.18 - postcss-js: 4.0.0_postcss@8.4.18 - postcss-load-config: 3.1.4_postcss@8.4.18 - postcss-nested: 6.0.0_postcss@8.4.18 + postcss: 8.4.19 + postcss-import: 14.1.0_postcss@8.4.19 + postcss-js: 4.0.0_postcss@8.4.19 + postcss-load-config: 3.1.4_postcss@8.4.19 + postcss-nested: 6.0.0_postcss@8.4.19 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -16928,7 +17351,7 @@ packages: /ts-interface-checker/0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /ts-jest/29.0.3_2vinbdoj7vidlkv4wi2i3bfqf4: + /ts-jest/29.0.3_v72o2yzbigfissiesqypkt53yu: resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -16949,11 +17372,11 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.19.6 + '@babel/core': 7.20.2 bs-logger: 0.2.6 esbuild: 0.15.10 fast-json-stable-stringify: 2.1.0 - jest: 29.2.2 + jest: 29.3.1 jest-util: 29.1.2 json5: 2.2.1 lodash.memoize: 4.1.2 @@ -16988,8 +17411,8 @@ packages: typescript: 4.8.4 dev: true - /tsx/3.11.0: - resolution: {integrity: sha512-q+q4xxu41+AafVwvAGqtNJ1ekPFd33ZhTMXvgIpHMqv/W89efwDRE9IyjhEAZm5iTHsshKaf1BYWSk789BrNCA==} + /tsx/3.12.1: + resolution: {integrity: sha512-Rcg1x+rNe7qwlP8j7kx4VjP/pJo/V57k+17hlrn6a7FuQLNwkaw5W4JF75tYornNVCxkXdSUnqlIT8JY/ttvIw==} hasBin: true dependencies: '@esbuild-kit/cjs-loader': 2.4.0 @@ -17101,6 +17524,7 @@ packages: /type-fest/2.19.0: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} + dev: false /type-is/1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} @@ -17276,13 +17700,6 @@ packages: escalade: 3.1.1 picocolors: 1.0.0 - /update-check/1.5.4: - resolution: {integrity: sha512-5YHsflzHP4t1G+8WGPlvKbJEbAJGCgw+Em+dGR1KmBUbr1J36SJBqlHLjR7oob7sco5hWHGQVcr9B2poIVDDTQ==} - dependencies: - registry-auth-token: 3.3.2 - registry-url: 3.1.0 - dev: true - /update-notifier/5.1.0: resolution: {integrity: sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==} engines: {node: '>=10'} @@ -17356,7 +17773,7 @@ packages: punycode: 1.3.2 querystring: 0.2.0 - /use-callback-ref/1.3.0_bbvjflvjoibwhtpmedigb26h6y: + /use-callback-ref/1.3.0_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -17366,7 +17783,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 react: 18.2.0 tslib: 2.4.0 dev: false @@ -17428,7 +17845,7 @@ packages: react: 17.0.2 dev: false - /use-isomorphic-layout-effect/1.1.2_bbvjflvjoibwhtpmedigb26h6y: + /use-isomorphic-layout-effect/1.1.2_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -17437,7 +17854,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 react: 18.2.0 dev: false @@ -17455,7 +17872,7 @@ packages: use-isomorphic-layout-effect: 1.1.2_abohtbkno3ufvpuzxfjqlu7hzi dev: false - /use-sidecar/1.1.2_bbvjflvjoibwhtpmedigb26h6y: + /use-sidecar/1.1.2_fan5qbzahqtxlm5dzefqlqx5ia: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -17465,7 +17882,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.24 + '@types/react': 18.0.25 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.4.0 @@ -17550,6 +17967,7 @@ packages: /vary/1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} + dev: false /vfile-location/3.2.0: resolution: {integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==} @@ -17927,6 +18345,7 @@ packages: engines: {node: '>=12'} dependencies: string-width: 5.1.2 + dev: false /wildcard/2.0.0: resolution: {integrity: sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==} @@ -17952,6 +18371,7 @@ packages: ansi-styles: 6.1.1 string-width: 5.1.2 strip-ansi: 7.0.1 + dev: false /wrappy/1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}