From 293204305636d7871214945314d9a2249f39f452 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 5 Dec 2022 16:16:49 +0100 Subject: [PATCH] :arrow_up: Upgrade dependencies --- apps/builder/package.json | 61 +- apps/docs/openapi/builder/_spec_.json | 4 +- apps/landing-page/package.json | 20 +- apps/viewer/package.json | 18 +- package.json | 2 +- packages/bot-engine/package.json | 14 +- packages/db/package.json | 4 +- packages/emails/package.json | 6 +- packages/eslint-config-custom/package.json | 4 +- packages/models/package.json | 2 +- packages/scripts/package.json | 2 +- packages/typebot-js/package.json | 4 +- packages/utils/package.json | 4 +- packages/wordpress/package.json | 2 +- pnpm-lock.yaml | 3165 +++++++++----------- 15 files changed, 1501 insertions(+), 1811 deletions(-) diff --git a/apps/builder/package.json b/apps/builder/package.json index 0d37e86b1..19338fc34 100644 --- a/apps/builder/package.json +++ b/apps/builder/package.json @@ -13,9 +13,9 @@ }, "dependencies": { "@chakra-ui/css-reset": "2.0.10", - "@chakra-ui/react": "2.4.1", + "@chakra-ui/react": "2.4.2", "@codemirror/lang-css": "6.0.1", - "@codemirror/lang-html": "6.2.0", + "@codemirror/lang-html": "6.4.0", "@codemirror/lang-javascript": "6.1.1", "@codemirror/lang-json": "6.0.1", "@codemirror/lint": "6.1.0", @@ -26,27 +26,28 @@ "@emotion/react": "11.10.5", "@emotion/styled": "11.10.5", "@faire/mjml-react": "3.0.0", - "@giphy/js-fetch-api": "4.4.0", - "@giphy/js-types": "4.2.1", - "@giphy/react-components": "6.2.0", + "@giphy/js-fetch-api": "4.6.0", + "@giphy/js-types": "4.4.0", + "@giphy/react-components": "6.4.0", "@googleapis/drive": "4.0.0", - "@sentry/nextjs": "7.21.1", - "@stripe/stripe-js": "1.44.1", - "@tanstack/react-query": "^4.18.0", + "@lezer/css": "^1.1.1", + "@sentry/nextjs": "7.23.0", + "@stripe/stripe-js": "1.46.0", + "@tanstack/react-query": "^4.19.1", "@tanstack/react-table": "8.7.0", - "@trpc/client": "10.3.0", - "@trpc/next": "10.3.0", - "@trpc/react-query": "10.3.0", - "@trpc/server": "10.3.0", - "@udecode/plate-basic-marks": "18.9.0", + "@trpc/client": "10.4.3", + "@trpc/next": "10.4.3", + "@trpc/react-query": "10.4.3", + "@trpc/server": "10.4.3", + "@udecode/plate-basic-marks": "18.13.0", "@udecode/plate-common": "^7.0.2", - "@udecode/plate-core": "18.9.0", - "@udecode/plate-link": "18.11.0", - "@udecode/plate-serializer-html": "18.9.0", - "@udecode/plate-ui-link": "18.11.0", - "@udecode/plate-ui-toolbar": "18.9.0", + "@udecode/plate-core": "18.13.0", + "@udecode/plate-link": "18.13.0", + "@udecode/plate-serializer-html": "18.13.0", + "@udecode/plate-ui-link": "18.13.0", + "@udecode/plate-ui-toolbar": "18.13.0", "@use-gesture/react": "^10.2.22", - "aws-sdk": "2.1261.0", + "aws-sdk": "2.1267.0", "bot-engine": "workspace:*", "browser-image-compression": "2.0.0", "canvas-confetti": "1.6.0", @@ -57,7 +58,7 @@ "emails": "workspace:*", "emojilib": "3.0.7", "focus-visible": "5.2.0", - "framer-motion": "7.6.12", + "framer-motion": "7.6.19", "google-auth-library": "8.7.0", "google-spreadsheet": "3.3.0", "got": "12.5.3", @@ -68,7 +69,7 @@ "micro": "10.0.1", "micro-cors": "0.1.1", "minio": "7.0.32", - "next": "13.0.5", + "next": "13.0.6", "next-auth": "4.12.3", "nextjs-cors": "^2.1.2", "nodemailer": "6.8.0", @@ -78,39 +79,39 @@ "qs": "6.11.0", "react": "18.2.0", "react-dom": "18.2.0", - "slate": "0.86.0", + "slate": "0.87.0", "slate-history": "0.86.0", "slate-hyperscript": "0.77.0", - "slate-react": "0.86.0", + "slate-react": "0.87.0", "stripe": "11.1.0", "styled-components": "5.3.6", "svg-round-corners": "0.4.1", "swr": "1.3.0", "tinycolor2": "1.4.2", - "trpc-openapi": "1.0.0-alpha.4", + "trpc-openapi": "1.0.0", "typebot-js": "workspace:*", - "use-debounce": "8.0.4" + "use-debounce": "9.0.2" }, "devDependencies": { - "@babel/core": "7.20.2", - "@chakra-ui/styled-system": "2.3.5", + "@babel/core": "7.20.5", + "@chakra-ui/styled-system": "2.4.0", "@playwright/test": "1.28.1", "@types/canvas-confetti": "1.6.0", "@types/google-spreadsheet": "3.3.0", "@types/jsonwebtoken": "8.5.9", "@types/micro-cors": "0.1.2", "@types/minio": "7.0.15", - "@types/node": "18.11.9", + "@types/node": "18.11.10", "@types/nodemailer": "6.4.6", "@types/nprogress": "0.2.0", "@types/papaparse": "5.3.5", "@types/prettier": "2.7.1", "@types/qs": "6.9.7", - "@types/react": "18.0.25", + "@types/react": "18.0.26", "@types/tinycolor2": "1.4.3", "db": "workspace:*", "dotenv": "16.0.3", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-config-custom": "workspace:*", "models": "workspace:*", "next-transpile-modules": "10.0.0", diff --git a/apps/docs/openapi/builder/_spec_.json b/apps/docs/openapi/builder/_spec_.json index 6f59f128c..8ee1d3547 100644 --- a/apps/docs/openapi/builder/_spec_.json +++ b/apps/docs/openapi/builder/_spec_.json @@ -1273,7 +1273,9 @@ "200": { "description": "Successful response", "content": { - "application/json": {} + "application/json": { + "schema": {} + } } }, "default": { diff --git a/apps/landing-page/package.json b/apps/landing-page/package.json index a36ccb07b..c5a97de3f 100644 --- a/apps/landing-page/package.json +++ b/apps/landing-page/package.json @@ -10,8 +10,8 @@ "analyze": "cross-env ANALYZE=true next build" }, "dependencies": { - "@chakra-ui/icon": "3.0.12", - "@chakra-ui/react": "2.4.1", + "@chakra-ui/icon": "3.0.13", + "@chakra-ui/react": "2.4.2", "@emotion/react": "11.10.5", "@emotion/styled": "11.10.5", "@vercel/analytics": "0.1.5", @@ -19,23 +19,23 @@ "bot-engine": "workspace:*", "db": "workspace:*", "focus-visible": "5.2.0", - "framer-motion": "7.6.12", + "framer-motion": "7.6.19", "models": "workspace:*", - "next": "13.0.5", + "next": "13.0.6", "react": "18.2.0", "react-dom": "18.2.0", "utils": "workspace:*" }, "devDependencies": { - "@babel/core": "7.20.2", - "@chakra-ui/styled-system": "2.3.5", - "@next/bundle-analyzer": "13.0.5", + "@babel/core": "7.20.5", + "@chakra-ui/styled-system": "2.4.0", + "@next/bundle-analyzer": "13.0.6", "@types/aos": "3.0.4", - "@types/node": "18.11.9", - "@types/react": "18.0.25", + "@types/node": "18.11.10", + "@types/react": "18.0.26", "autoprefixer": "10.4.13", "cross-env": "7.0.3", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-config-custom": "workspace:*", "next-transpile-modules": "10.0.0", "postcss": "8.4.19", diff --git a/apps/viewer/package.json b/apps/viewer/package.json index 0754f7eb4..9e44694e2 100644 --- a/apps/viewer/package.json +++ b/apps/viewer/package.json @@ -12,16 +12,16 @@ "test:report": "pnpm playwright show-report" }, "dependencies": { - "@sentry/nextjs": "7.21.1", - "@trpc/server": "10.3.0", - "aws-sdk": "2.1261.0", + "@sentry/nextjs": "7.23.0", + "@trpc/server": "10.4.3", + "aws-sdk": "2.1267.0", "bot-engine": "workspace:*", "cors": "2.8.5", "cuid": "2.1.8", "db": "workspace:*", "google-spreadsheet": "3.3.0", "got": "12.5.3", - "next": "13.0.5", + "next": "13.0.6", "nextjs-cors": "^2.1.2", "nodemailer": "6.8.0", "qs": "6.11.0", @@ -29,23 +29,23 @@ "react-dom": "18.2.0", "sanitize-html": "2.7.3", "stripe": "11.1.0", - "trpc-openapi": "1.0.0-alpha.4" + "trpc-openapi": "1.0.0" }, "devDependencies": { "@babel/preset-env": "7.20.2", "@faire/mjml-react": "3.0.0", "@playwright/test": "1.28.1", - "@types/cors": "2.8.12", + "@types/cors": "2.8.13", "@types/google-spreadsheet": "3.3.0", - "@types/node": "18.11.9", + "@types/node": "18.11.10", "@types/nodemailer": "6.4.6", "@types/papaparse": "5.3.5", "@types/qs": "6.9.7", - "@types/react": "18.0.25", + "@types/react": "18.0.26", "@types/sanitize-html": "2.6.2", "dotenv": "16.0.3", "emails": "workspace:*", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-config-custom": "workspace:*", "google-auth-library": "8.7.0", "models": "workspace:*", diff --git a/package.json b/package.json index ad01a38ac..331b6912d 100644 --- a/package.json +++ b/package.json @@ -31,5 +31,5 @@ "path": "node_modules/cz-emoji" } }, - "packageManager": "pnpm@7.17.1" + "packageManager": "pnpm@7.18.0" } diff --git a/packages/bot-engine/package.json b/packages/bot-engine/package.json index 59fa70ac5..e787a09b1 100644 --- a/packages/bot-engine/package.json +++ b/packages/bot-engine/package.json @@ -11,27 +11,27 @@ "lint": "eslint \"src/**/*.ts*\"" }, "dependencies": { - "@stripe/react-stripe-js": "1.15.0", - "@stripe/stripe-js": "1.44.1", + "@stripe/react-stripe-js": "1.16.0", + "@stripe/stripe-js": "1.46.0", "prop-types": "15.8.1", "qs": "6.11.0", "react-frame-component": "5.2.3", - "react-phone-number-input": "3.2.12", + "react-phone-number-input": "3.2.13", "react-scroll": "1.8.8", "react-transition-group": "4.4.5", "resize-observer": "1.0.4" }, "devDependencies": { - "@types/node": "18.11.9", + "@types/node": "18.11.10", "@types/qs": "6.9.7", - "@types/react": "18.0.25", + "@types/react": "18.0.26", "@types/react-phone-number-input": "3.0.14", "@types/react-scroll": "1.8.5", "@types/react-transition-group": "4.4.5", "autoprefixer": "10.4.13", "db": "workspace:*", - "esbuild": "^0.15.16", - "eslint": "8.28.0", + "esbuild": "^0.15.18", + "eslint": "8.29.0", "eslint-config-custom": "workspace:*", "models": "workspace:*", "postcss": "8.4.19", diff --git a/packages/db/package.json b/packages/db/package.json index 28e107f69..c29287b48 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -12,11 +12,11 @@ "create:migration": "prisma migrate dev" }, "dependencies": { - "@prisma/client": "4.6.1" + "@prisma/client": "4.7.1" }, "devDependencies": { "dotenv-cli": "6.0.0", - "prisma": "4.6.1", + "prisma": "4.7.1", "tsconfig": "workspace:*", "typescript": "4.9.3" } diff --git a/packages/emails/package.json b/packages/emails/package.json index 3cb6d54b6..0264c4810 100644 --- a/packages/emails/package.json +++ b/packages/emails/package.json @@ -15,16 +15,16 @@ "license": "ISC", "devDependencies": { "@faire/mjml-react": "3.0.0", - "@types/node": "18.11.9", + "@types/node": "18.11.10", "@types/nodemailer": "6.4.6", - "@types/react": "18.0.25", + "@types/react": "18.0.26", "concurrently": "7.6.0", "http-server": "14.1.1", "nodemailer": "6.8.0", "react": "18.2.0", "tsx": "3.12.1", "utils": "workspace:*", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-config-custom": "workspace:*", "tsconfig": "workspace:*" }, diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index d3b747356..ed2e4d1ed 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -2,8 +2,8 @@ "name": "eslint-config-custom", "main": "index.js", "dependencies": { - "eslint": "8.28.0", - "eslint-config-next": "13.0.5", + "eslint": "8.29.0", + "eslint-config-next": "13.0.6", "eslint-config-prettier": "8.5.0", "eslint-plugin-react": "7.31.11" } diff --git a/packages/models/package.json b/packages/models/package.json index 1318da18a..f623fffc9 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "typescript": "4.9.3", - "next": "13.0.5", + "next": "13.0.6", "db": "workspace:*", "tsconfig": "workspace:*" }, diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 8d6cbac2e..96bd86f8c 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -12,7 +12,7 @@ "db:bulkUpdate": "tsx bulkUpdate.ts" }, "devDependencies": { - "@types/node": "18.11.9", + "@types/node": "18.11.10", "@types/prompts": "^2.4.1", "db": "workspace:*", "emails": "workspace:*", diff --git a/packages/typebot-js/package.json b/packages/typebot-js/package.json index 0b7391c39..83804d153 100644 --- a/packages/typebot-js/package.json +++ b/packages/typebot-js/package.json @@ -11,9 +11,9 @@ "test": "pnpm jest" }, "devDependencies": { - "@types/jest": "29.2.3", + "@types/jest": "29.2.4", "tsup": "6.5.0", - "eslint": "8.28.0", + "eslint": "8.29.0", "eslint-config-custom": "workspace:*", "jest": "29.3.1", "jest-environment-jsdom": "29.3.1", diff --git a/packages/utils/package.json b/packages/utils/package.json index 09e9e8a58..298511c2c 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -8,12 +8,12 @@ "devDependencies": { "@playwright/test": "1.28.1", "@types/nodemailer": "6.4.6", - "aws-sdk": "2.1261.0", + "aws-sdk": "2.1267.0", "cuid": "2.1.8", "db": "workspace:*", "dotenv": "16.0.3", "models": "workspace:*", - "next": "13.0.5", + "next": "13.0.6", "nodemailer": "6.8.0", "tsconfig": "workspace:*", "typescript": "4.9.3" diff --git a/packages/wordpress/package.json b/packages/wordpress/package.json index 209285901..c530c01a3 100644 --- a/packages/wordpress/package.json +++ b/packages/wordpress/package.json @@ -7,7 +7,7 @@ "license": "AGPL-3.0-or-later", "devDependencies": { "@prettier/plugin-php": "0.19.2", - "prettier": "2.7.1" + "prettier": "2.8.0" }, "scripts": { "deploy": "pnpm copy && pnpm commit", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 97cdc9236..73c99860c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,12 +14,12 @@ importers: apps/builder: specifiers: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@chakra-ui/css-reset': 2.0.10 - '@chakra-ui/react': 2.4.1 - '@chakra-ui/styled-system': 2.3.5 + '@chakra-ui/react': 2.4.2 + '@chakra-ui/styled-system': 2.4.0 '@codemirror/lang-css': 6.0.1 - '@codemirror/lang-html': 6.2.0 + '@codemirror/lang-html': 6.4.0 '@codemirror/lang-javascript': 6.1.1 '@codemirror/lang-json': 6.0.1 '@codemirror/lint': 6.1.0 @@ -30,41 +30,42 @@ importers: '@emotion/react': 11.10.5 '@emotion/styled': 11.10.5 '@faire/mjml-react': 3.0.0 - '@giphy/js-fetch-api': 4.4.0 - '@giphy/js-types': 4.2.1 - '@giphy/react-components': 6.2.0 + '@giphy/js-fetch-api': 4.6.0 + '@giphy/js-types': 4.4.0 + '@giphy/react-components': 6.4.0 '@googleapis/drive': 4.0.0 + '@lezer/css': ^1.1.1 '@playwright/test': 1.28.1 - '@sentry/nextjs': 7.21.1 - '@stripe/stripe-js': 1.44.1 - '@tanstack/react-query': ^4.18.0 + '@sentry/nextjs': 7.23.0 + '@stripe/stripe-js': 1.46.0 + '@tanstack/react-query': ^4.19.1 '@tanstack/react-table': 8.7.0 - '@trpc/client': 10.3.0 - '@trpc/next': 10.3.0 - '@trpc/react-query': 10.3.0 - '@trpc/server': 10.3.0 + '@trpc/client': 10.4.3 + '@trpc/next': 10.4.3 + '@trpc/react-query': 10.4.3 + '@trpc/server': 10.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 '@types/minio': 7.0.15 - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/nodemailer': 6.4.6 '@types/nprogress': 0.2.0 '@types/papaparse': 5.3.5 '@types/prettier': 2.7.1 '@types/qs': 6.9.7 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/tinycolor2': 1.4.3 - '@udecode/plate-basic-marks': 18.9.0 + '@udecode/plate-basic-marks': 18.13.0 '@udecode/plate-common': ^7.0.2 - '@udecode/plate-core': 18.9.0 - '@udecode/plate-link': 18.11.0 - '@udecode/plate-serializer-html': 18.9.0 - '@udecode/plate-ui-link': 18.11.0 - '@udecode/plate-ui-toolbar': 18.9.0 + '@udecode/plate-core': 18.13.0 + '@udecode/plate-link': 18.13.0 + '@udecode/plate-serializer-html': 18.13.0 + '@udecode/plate-ui-link': 18.13.0 + '@udecode/plate-ui-toolbar': 18.13.0 '@use-gesture/react': ^10.2.22 - aws-sdk: 2.1261.0 + aws-sdk: 2.1267.0 bot-engine: workspace:* browser-image-compression: 2.0.0 canvas-confetti: 1.6.0 @@ -76,10 +77,10 @@ importers: dotenv: 16.0.3 emails: workspace:* emojilib: 3.0.7 - eslint: 8.28.0 + eslint: 8.29.0 eslint-config-custom: workspace:* focus-visible: 5.2.0 - framer-motion: 7.6.12 + framer-motion: 7.6.19 google-auth-library: 8.7.0 google-spreadsheet: 3.3.0 got: 12.5.3 @@ -91,7 +92,7 @@ importers: micro-cors: 0.1.1 minio: 7.0.32 models: workspace:* - next: 13.0.5 + next: 13.0.6 next-auth: 4.12.3 next-transpile-modules: 10.0.0 nextjs-cors: ^2.1.2 @@ -102,28 +103,28 @@ importers: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0 - slate: 0.86.0 + slate: 0.87.0 slate-history: 0.86.0 slate-hyperscript: 0.77.0 - slate-react: 0.86.0 + slate-react: 0.87.0 stripe: 11.1.0 styled-components: 5.3.6 superjson: ^1.11.0 svg-round-corners: 0.4.1 swr: 1.3.0 tinycolor2: 1.4.2 - trpc-openapi: 1.0.0-alpha.4 + trpc-openapi: 1.0.0 tsconfig: workspace:* typebot-js: workspace:* typescript: 4.9.3 - use-debounce: 8.0.4 + use-debounce: 9.0.2 utils: workspace:* zod: 3.19.1 dependencies: '@chakra-ui/css-reset': 2.0.10_hp5f5nkljdiwilp4rgxyefcplu - '@chakra-ui/react': 2.4.1_hkukxbqflua6lnjhisenr4vbym + '@chakra-ui/react': 2.4.2_366jsnbj2fqgpp64v3qddukxli '@codemirror/lang-css': 6.0.1_fuptfgfvjei7zlnjj2tcjb3b3y - '@codemirror/lang-html': 6.2.0 + '@codemirror/lang-html': 6.4.0 '@codemirror/lang-javascript': 6.1.1 '@codemirror/lang-json': 6.0.1 '@codemirror/lint': 6.1.0 @@ -131,30 +132,31 @@ importers: '@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_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy '@faire/mjml-react': 3.0.0_7tbcn2mecc3yvuxakflodiks3m - '@giphy/js-fetch-api': 4.4.0 - '@giphy/js-types': 4.2.1 - '@giphy/react-components': 6.2.0_o6ujcdmwt6ni5mv4wdf5n6tg3y + '@giphy/js-fetch-api': 4.6.0 + '@giphy/js-types': 4.4.0 + '@giphy/react-components': 6.4.0_bkycudvrb3j3gvocoupj7qjewi '@googleapis/drive': 4.0.0 - '@sentry/nextjs': 7.21.1_next@13.0.5+react@18.2.0 - '@stripe/stripe-js': 1.44.1 - '@tanstack/react-query': 4.18.0_biqbaboplfbrettd7655fr4n2y + '@lezer/css': 1.1.1 + '@sentry/nextjs': 7.23.0_next@13.0.6+react@18.2.0 + '@stripe/stripe-js': 1.46.0 + '@tanstack/react-query': 4.19.1_biqbaboplfbrettd7655fr4n2y '@tanstack/react-table': 8.7.0_biqbaboplfbrettd7655fr4n2y - '@trpc/client': 10.3.0_@trpc+server@10.3.0 - '@trpc/next': 10.3.0_vi2iz35cofb5u3hzttlzs2jwlq - '@trpc/react-query': 10.3.0_bhwn3e6ab7ypvnnsonc4sfinhq - '@trpc/server': 10.3.0 - '@udecode/plate-basic-marks': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-common': 7.0.2_2npvsnaaim3osywur4n3dtxjwq - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-link': 18.11.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-serializer-html': 18.9.0_rnwpf2b62kxl5ly5fslmybylc4 - '@udecode/plate-ui-link': 18.11.0_jf54b2ta42iw76fo6uzhmk7vly - '@udecode/plate-ui-toolbar': 18.9.0_jf54b2ta42iw76fo6uzhmk7vly + '@trpc/client': 10.4.3_@trpc+server@10.4.3 + '@trpc/next': 10.4.3_diwvdd2upbq3oxpk4kmtk7r6my + '@trpc/react-query': 10.4.3_x72ucuwg27nhluiflrpycjcdya + '@trpc/server': 10.4.3 + '@udecode/plate-basic-marks': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-common': 7.0.2_kdcf77jyhqhkk4nf6ve56gfpim + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-link': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-serializer-html': 18.13.0_u3qfyojtroy3deytbsgn6nw5mq + '@udecode/plate-ui-link': 18.13.0_a7vbdltyn6k6qzaurmrjy54xku + '@udecode/plate-ui-toolbar': 18.13.0_a7vbdltyn6k6qzaurmrjy54xku '@use-gesture/react': 10.2.22_react@18.2.0 - aws-sdk: 2.1261.0 + aws-sdk: 2.1267.0 bot-engine: link:../../packages/bot-engine browser-image-compression: 2.0.0 canvas-confetti: 1.6.0 @@ -165,7 +167,7 @@ importers: emails: link:../../packages/emails emojilib: 3.0.7 focus-visible: 5.2.0 - framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y google-auth-library: 8.7.0 google-spreadsheet: 3.3.0 got: 12.5.3 @@ -176,9 +178,9 @@ importers: micro: 10.0.1 micro-cors: 0.1.1 minio: 7.0.32 - next: 13.0.5_mqvh5p7ejg4taogoj6tpk3gd5a - next-auth: 4.12.3_2xoejpawkzgot77rbv5mbik6ve - nextjs-cors: 2.1.2_next@13.0.5 + next: 13.0.6_672uxklweod7ene3nqtsh262ca + next-auth: 4.12.3_ph7ncimqkfipxkhrqa54rmxzeq + nextjs-cors: 2.1.2_next@13.0.6 nodemailer: 6.8.0 nprogress: 0.2.0 papaparse: 5.3.2 @@ -186,38 +188,38 @@ importers: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-hyperscript: 0.77.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-hyperscript: 0.77.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym stripe: 11.1.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba svg-round-corners: 0.4.1 swr: 1.3.0_react@18.2.0 tinycolor2: 1.4.2 - trpc-openapi: 1.0.0-alpha.4_xfmifnqysbeeolwxnsx4yhzpwe + trpc-openapi: 1.0.0_oyzzjjwtijk3faxgr5s3bmufyi typebot-js: link:../../packages/typebot-js - use-debounce: 8.0.4_react@18.2.0 + use-debounce: 9.0.2_react@18.2.0 devDependencies: - '@babel/core': 7.20.2 - '@chakra-ui/styled-system': 2.3.5 + '@babel/core': 7.20.5 + '@chakra-ui/styled-system': 2.4.0 '@playwright/test': 1.28.1 '@types/canvas-confetti': 1.6.0 '@types/google-spreadsheet': 3.3.0 '@types/jsonwebtoken': 8.5.9 '@types/micro-cors': 0.1.2 '@types/minio': 7.0.15 - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/nodemailer': 6.4.6 '@types/nprogress': 0.2.0 '@types/papaparse': 5.3.5 '@types/prettier': 2.7.1 '@types/qs': 6.9.7 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/tinycolor2': 1.4.3 db: link:../../packages/db dotenv: 16.0.3 - eslint: 8.28.0 + eslint: 8.29.0 eslint-config-custom: link:../../packages/eslint-config-custom models: link:../../packages/models next-transpile-modules: 10.0.0 @@ -272,28 +274,28 @@ importers: apps/landing-page: specifiers: - '@babel/core': 7.20.2 - '@chakra-ui/icon': 3.0.12 - '@chakra-ui/react': 2.4.1 - '@chakra-ui/styled-system': 2.3.5 + '@babel/core': 7.20.5 + '@chakra-ui/icon': 3.0.13 + '@chakra-ui/react': 2.4.2 + '@chakra-ui/styled-system': 2.4.0 '@emotion/react': 11.10.5 '@emotion/styled': 11.10.5 - '@next/bundle-analyzer': 13.0.5 + '@next/bundle-analyzer': 13.0.6 '@types/aos': 3.0.4 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.10 + '@types/react': 18.0.26 '@vercel/analytics': 0.1.5 aos: 2.3.4 autoprefixer: 10.4.13 bot-engine: workspace:* cross-env: 7.0.3 db: workspace:* - eslint: 8.28.0 + eslint: 8.29.0 eslint-config-custom: workspace:* focus-visible: 5.2.0 - framer-motion: 7.6.12 + framer-motion: 7.6.19 models: workspace:* - next: 13.0.5 + next: 13.0.6 next-transpile-modules: 10.0.0 postcss: 8.4.19 prettier: 2.8.0 @@ -303,31 +305,31 @@ importers: typescript: 4.9.3 utils: workspace:* dependencies: - '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/react': 2.4.1_hkukxbqflua6lnjhisenr4vbym - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/react': 2.4.2_366jsnbj2fqgpp64v3qddukxli + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy '@vercel/analytics': 0.1.5_react@18.2.0 aos: 2.3.4 bot-engine: link:../../packages/bot-engine db: link:../../packages/db focus-visible: 5.2.0 - framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y models: link:../../packages/models - next: 13.0.5_mqvh5p7ejg4taogoj6tpk3gd5a + next: 13.0.6_672uxklweod7ene3nqtsh262ca react: 18.2.0 react-dom: 18.2.0_react@18.2.0 utils: link:../../packages/utils devDependencies: - '@babel/core': 7.20.2 - '@chakra-ui/styled-system': 2.3.5 - '@next/bundle-analyzer': 13.0.5 + '@babel/core': 7.20.5 + '@chakra-ui/styled-system': 2.4.0 + '@next/bundle-analyzer': 13.0.6 '@types/aos': 3.0.4 - '@types/node': 18.11.9 - '@types/react': 18.0.25 + '@types/node': 18.11.10 + '@types/react': 18.0.26 autoprefixer: 10.4.13_postcss@8.4.19 cross-env: 7.0.3 - eslint: 8.28.0 + eslint: 8.29.0 eslint-config-custom: link:../../packages/eslint-config-custom next-transpile-modules: 10.0.0 postcss: 8.4.19 @@ -340,30 +342,30 @@ importers: '@babel/preset-env': 7.20.2 '@faire/mjml-react': 3.0.0 '@playwright/test': 1.28.1 - '@sentry/nextjs': 7.21.1 - '@trpc/server': 10.3.0 - '@types/cors': 2.8.12 + '@sentry/nextjs': 7.23.0 + '@trpc/server': 10.4.3 + '@types/cors': 2.8.13 '@types/google-spreadsheet': 3.3.0 - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/nodemailer': 6.4.6 '@types/papaparse': 5.3.5 '@types/qs': 6.9.7 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/sanitize-html': 2.6.2 - aws-sdk: 2.1261.0 + aws-sdk: 2.1267.0 bot-engine: workspace:* cors: 2.8.5 cuid: 2.1.8 db: workspace:* dotenv: 16.0.3 emails: workspace:* - eslint: 8.28.0 + eslint: 8.29.0 eslint-config-custom: workspace:* google-auth-library: 8.7.0 google-spreadsheet: 3.3.0 got: 12.5.3 models: workspace:* - next: 13.0.5 + next: 13.0.6 next-transpile-modules: 10.0.0 nextjs-cors: ^2.1.2 node-fetch: ^3.3.0 @@ -375,45 +377,45 @@ importers: sanitize-html: 2.7.3 stripe: 11.1.0 superjson: ^1.11.0 - trpc-openapi: 1.0.0-alpha.4 + trpc-openapi: 1.0.0 tsconfig: workspace:* typescript: 4.9.3 utils: workspace:* zod: 3.19.1 dependencies: - '@sentry/nextjs': 7.21.1_next@13.0.5+react@18.2.0 - '@trpc/server': 10.3.0 - aws-sdk: 2.1261.0 + '@sentry/nextjs': 7.23.0_next@13.0.6+react@18.2.0 + '@trpc/server': 10.4.3 + aws-sdk: 2.1267.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.3 - next: 13.0.5_mqvh5p7ejg4taogoj6tpk3gd5a - nextjs-cors: 2.1.2_next@13.0.5 + next: 13.0.6_672uxklweod7ene3nqtsh262ca + nextjs-cors: 2.1.2_next@13.0.6 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: 11.1.0 - trpc-openapi: 1.0.0-alpha.4_xfmifnqysbeeolwxnsx4yhzpwe + trpc-openapi: 1.0.0_oyzzjjwtijk3faxgr5s3bmufyi devDependencies: - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 '@faire/mjml-react': 3.0.0_7tbcn2mecc3yvuxakflodiks3m '@playwright/test': 1.28.1 - '@types/cors': 2.8.12 + '@types/cors': 2.8.13 '@types/google-spreadsheet': 3.3.0 - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/nodemailer': 6.4.6 '@types/papaparse': 5.3.5 '@types/qs': 6.9.7 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/sanitize-html': 2.6.2 dotenv: 16.0.3 emails: link:../../packages/emails - eslint: 8.28.0 + eslint: 8.29.0 eslint-config-custom: link:../../packages/eslint-config-custom google-auth-library: 8.7.0 models: link:../../packages/models @@ -428,18 +430,18 @@ importers: packages/bot-engine: specifiers: - '@stripe/react-stripe-js': 1.15.0 - '@stripe/stripe-js': 1.44.1 - '@types/node': 18.11.9 + '@stripe/react-stripe-js': 1.16.0 + '@stripe/stripe-js': 1.46.0 + '@types/node': 18.11.10 '@types/qs': 6.9.7 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-phone-number-input': 3.0.14 '@types/react-scroll': 1.8.5 '@types/react-transition-group': 4.4.5 autoprefixer: 10.4.13 db: workspace:* - esbuild: ^0.15.16 - eslint: 8.28.0 + esbuild: ^0.15.18 + eslint: 8.29.0 eslint-config-custom: workspace:* models: workspace:* postcss: 8.4.19 @@ -449,7 +451,7 @@ importers: react: 18.2.0 react-dom: 18.2.0 react-frame-component: 5.2.3 - react-phone-number-input: 3.2.12 + react-phone-number-input: 3.2.13 react-scroll: 1.8.8 react-transition-group: 4.4.5 resize-observer: 1.0.4 @@ -460,26 +462,26 @@ importers: typescript: 4.9.3 utils: workspace:* dependencies: - '@stripe/react-stripe-js': 1.15.0_mljfwq7caaxrtdqn7u72ntpebq - '@stripe/stripe-js': 1.44.1 + '@stripe/react-stripe-js': 1.16.0_keartrz7uyerl3wkpjpue4xbhy + '@stripe/stripe-js': 1.46.0 prop-types: 15.8.1 qs: 6.11.0 react-frame-component: 5.2.3_v2m5e27vhdewzwhryxwfaorcca - react-phone-number-input: 3.2.12_biqbaboplfbrettd7655fr4n2y + react-phone-number-input: 3.2.13_biqbaboplfbrettd7655fr4n2y react-scroll: 1.8.8_biqbaboplfbrettd7655fr4n2y react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y resize-observer: 1.0.4 devDependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/qs': 6.9.7 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-phone-number-input': 3.0.14 '@types/react-scroll': 1.8.5 '@types/react-transition-group': 4.4.5 autoprefixer: 10.4.13_postcss@8.4.19 db: link:../db - esbuild: 0.15.16 - eslint: 8.28.0 + esbuild: 0.15.18 + eslint: 8.29.0 eslint-config-custom: link:../eslint-config-custom models: link:../models postcss: 8.4.19 @@ -495,27 +497,27 @@ importers: packages/db: specifiers: - '@prisma/client': 4.6.1 + '@prisma/client': 4.7.1 dotenv-cli: 6.0.0 - prisma: 4.6.1 + prisma: 4.7.1 tsconfig: workspace:* typescript: 4.9.3 dependencies: - '@prisma/client': 4.6.1_prisma@4.6.1 + '@prisma/client': 4.7.1_prisma@4.7.1 devDependencies: dotenv-cli: 6.0.0 - prisma: 4.6.1 + prisma: 4.7.1 tsconfig: link:../tsconfig typescript: 4.9.3 packages/emails: specifiers: '@faire/mjml-react': 3.0.0 - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/nodemailer': 6.4.6 - '@types/react': 18.0.25 + '@types/react': 18.0.26 concurrently: 7.6.0 - eslint: 8.28.0 + eslint: 8.29.0 eslint-config-custom: workspace:* http-server: 14.1.1 nodemailer: 6.8.0 @@ -525,11 +527,11 @@ importers: utils: workspace:* devDependencies: '@faire/mjml-react': 3.0.0_7tbcn2mecc3yvuxakflodiks3m - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/nodemailer': 6.4.6 - '@types/react': 18.0.25 + '@types/react': 18.0.26 concurrently: 7.6.0 - eslint: 8.28.0 + eslint: 8.29.0 eslint-config-custom: link:../eslint-config-custom http-server: 14.1.1 nodemailer: 6.8.0 @@ -540,20 +542,20 @@ importers: packages/eslint-config-custom: specifiers: - eslint: 8.28.0 - eslint-config-next: 13.0.5 + eslint: 8.29.0 + eslint-config-next: 13.0.6 eslint-config-prettier: 8.5.0 eslint-plugin-react: 7.31.11 dependencies: - eslint: 8.28.0 - eslint-config-next: 13.0.5_hsf322ms6xhhd4b5ne6lb74y4a - eslint-config-prettier: 8.5.0_eslint@8.28.0 - eslint-plugin-react: 7.31.11_eslint@8.28.0 + eslint: 8.29.0 + eslint-config-next: 13.0.6_s5ps7njkmjlaqajutnox5ntcla + eslint-config-prettier: 8.5.0_eslint@8.29.0 + eslint-plugin-react: 7.31.11_eslint@8.29.0 packages/models: specifiers: db: workspace:* - next: 13.0.5 + next: 13.0.6 tsconfig: workspace:* typescript: 4.9.3 zod: 3.19.1 @@ -561,13 +563,13 @@ importers: zod: 3.19.1 devDependencies: db: link:../db - next: 13.0.5_biqbaboplfbrettd7655fr4n2y + next: 13.0.6_biqbaboplfbrettd7655fr4n2y tsconfig: link:../tsconfig typescript: 4.9.3 packages/scripts: specifiers: - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/prompts': ^2.4.1 db: workspace:* emails: workspace:* @@ -579,7 +581,7 @@ importers: typescript: 4.9.3 utils: workspace:* devDependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/prompts': 2.4.1 db: link:../db emails: link:../emails @@ -596,8 +598,8 @@ importers: packages/typebot-js: specifiers: - '@types/jest': 29.2.3 - eslint: 8.28.0 + '@types/jest': 29.2.4 + eslint: 8.29.0 eslint-config-custom: workspace:* jest: 29.3.1 jest-environment-jsdom: 29.3.1 @@ -607,13 +609,13 @@ importers: tsup: 6.5.0 typescript: 4.9.3 devDependencies: - '@types/jest': 29.2.3 - eslint: 8.28.0 + '@types/jest': 29.2.4 + eslint: 8.29.0 eslint-config-custom: link:../eslint-config-custom jest: 29.3.1 jest-environment-jsdom: 29.3.1 prettier: 2.8.0 - ts-jest: 29.0.3_xfgng25n7h75vidboz3b57kub4 + ts-jest: 29.0.3_rvuiotqfzkg4dsbpuvfcn277lq tsconfig: link:../tsconfig tsup: 6.5.0_typescript@4.9.3 typescript: 4.9.3 @@ -622,24 +624,24 @@ importers: specifiers: '@playwright/test': 1.28.1 '@types/nodemailer': 6.4.6 - aws-sdk: 2.1261.0 + aws-sdk: 2.1267.0 cuid: 2.1.8 db: workspace:* dotenv: 16.0.3 models: workspace:* - next: 13.0.5 + next: 13.0.6 nodemailer: 6.8.0 tsconfig: workspace:* typescript: 4.9.3 devDependencies: '@playwright/test': 1.28.1 '@types/nodemailer': 6.4.6 - aws-sdk: 2.1261.0 + aws-sdk: 2.1267.0 cuid: 2.1.8 db: link:../db dotenv: 16.0.3 models: link:../models - next: 13.0.5_biqbaboplfbrettd7655fr4n2y + next: 13.0.6_biqbaboplfbrettd7655fr4n2y nodemailer: 6.8.0 tsconfig: link:../tsconfig typescript: 4.9.3 @@ -647,10 +649,10 @@ importers: packages/wordpress: specifiers: '@prettier/plugin-php': 0.19.2 - prettier: 2.7.1 + prettier: 2.8.0 devDependencies: - '@prettier/plugin-php': 0.19.2_prettier@2.7.1 - prettier: 2.7.1 + '@prettier/plugin-php': 0.19.2_prettier@2.8.0 + prettier: 2.8.0 packages: @@ -783,13 +785,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 + '@babel/generator': 7.20.5 '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.1 - '@babel/parser': 7.20.3 + '@babel/helpers': 7.20.6 + '@babel/parser': 7.20.5 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -802,20 +804,20 @@ packages: - supports-color dev: false - /@babel/core/7.20.2: - resolution: {integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==} + /@babel/core/7.20.5: + resolution: {integrity: sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/generator': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.1 - '@babel/parser': 7.20.3 + '@babel/helpers': 7.20.6 + '@babel/parser': 7.20.5 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -824,20 +826,20 @@ packages: transitivePeerDependencies: - supports-color - /@babel/generator/7.19.3: - resolution: {integrity: sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@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 + '@babel/types': 7.20.5 + '@jridgewell/gen-mapping': 0.3.2 + jsesc: 2.5.2 + dev: false + + /@babel/generator/7.20.5: + resolution: {integrity: sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.20.5 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -845,34 +847,34 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@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.20.2 + '@babel/types': 7.20.5 - /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2: + /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.5: resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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.20.2: + /@babel/helper-create-class-features-plugin/7.19.0_@babel+core@7.20.5: resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 @@ -883,23 +885,23 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2: + /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.5: resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.2.1 - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2: + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.5: resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -916,32 +918,32 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@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.2 + '@babel/types': 7.20.5 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@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.20.2 + '@babel/types': 7.20.5 /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.0 + '@babel/types': 7.20.5 /@babel/helper-module-transforms/7.20.2: resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} @@ -953,8 +955,8 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color @@ -962,7 +964,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@babel/helper-plugin-utils/7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} @@ -972,17 +974,17 @@ packages: 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: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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.20.2 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color @@ -993,8 +995,8 @@ 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.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color @@ -1002,24 +1004,19 @@ packages: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@babel/helper-skip-transparent-expression-wrappers/7.18.9: resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 /@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.2 - - /@babel/helper-string-parser/7.18.10: - resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} - engines: {node: '>=6.9.0'} - dev: false + '@babel/types': 7.20.5 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} @@ -1039,18 +1036,18 @@ packages: dependencies: '@babel/helper-function-name': 7.19.0 '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color - /@babel/helpers/7.20.1: - resolution: {integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==} + /@babel/helpers/7.20.6: + resolution: {integrity: sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 transitivePeerDependencies: - supports-color @@ -1062,139 +1059,131 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.19.3: - resolution: {integrity: sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==} + /@babel/parser/7.20.5: + resolution: {integrity: sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.2 - dev: false + '@babel/types': 7.20.5 - /@babel/parser/7.20.3: - resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.20.2 - - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.2: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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.20.2 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 - /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.2: + /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.5: resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-environment-visitor': 7.18.9 '@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 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.5: 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.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.5 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.2: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.5 - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.2: + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} @@ -1207,150 +1196,150 @@ packages: '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.12.9 dev: false - /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.2: + /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} 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/core': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@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-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.5 - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2: + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.5 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.5: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.5: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.5: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.2: + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.5: resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: @@ -1362,37 +1351,37 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.5: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: @@ -1404,106 +1393,106 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.5: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.5: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.5: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.20.2: + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -1514,123 +1503,123 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.5: resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.2: + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.5: resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@babel/helper-function-name': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.5: resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.5: resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.5: resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 @@ -1638,44 +1627,44 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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.20.2: + /@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.20.5: resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.5: 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.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.19.1 transitivePeerDependencies: @@ -1691,316 +1680,316 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2: + /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.5: resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-react-constant-elements/7.18.12_@babel+core@7.20.2: + /@babel/plugin-transform-react-constant-elements/7.18.12_@babel+core@7.20.5: resolution: {integrity: sha512-Q99U9/ttiu+LMnRU8psd23HhvwXmKWDQIpocm0JKaICcZHnw+mdQbHm6xnSy7dOl8I5PELakYtNBubNQlBXbZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.5: 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.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 dev: false - /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.2: + /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.5: resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 - '@babel/types': 7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 + '@babel/types': 7.20.5 dev: false - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 regenerator-transform: 0.15.0 - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-runtime/7.19.1_@babel+core@7.20.2: + /@babel/plugin-transform-runtime/7.19.1_@babel+core@7.20.5: 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.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-imports': 7.18.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 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.5 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.5 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.2: + /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.5: resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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.20.2: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.5: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typescript/7.19.3_@babel+core@7.20.2: + /@babel/plugin-transform-typescript/7.19.3_@babel+core@7.20.5: 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.20.2 - '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-class-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.2: + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.5: 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.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.5 '@babel/helper-plugin-utils': 7.20.2 - /@babel/preset-env/7.20.2_@babel+core@7.20.2: + /@babel/preset-env/7.20.2_@babel+core@7.20.5: 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/core': 7.20.5 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.5 '@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/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.5 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.5 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.5 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.5 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.5 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.5 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.5 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.5 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.5 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.5 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.5 + '@babel/preset-modules': 0.1.5_@babel+core@7.20.5 '@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 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.5 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.5 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.5 core-js-compat: 3.25.3 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/preset-modules/0.1.5_@babel+core@7.20.2: + /@babel/preset-modules/0.1.5_@babel+core@7.20.5: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.5 + '@babel/types': 7.20.5 esutils: 2.0.3 - /@babel/preset-react/7.18.6_@babel+core@7.20.2: + /@babel/preset-react/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@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.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 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.5 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.5 dev: false - /@babel/preset-typescript/7.18.6_@babel+core@7.20.2: + /@babel/preset-typescript/7.18.6_@babel+core@7.20.5: resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.20.2 + '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.20.5 transitivePeerDependencies: - supports-color dev: false @@ -2024,21 +2013,21 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 /@babel/traverse/7.19.3_supports-color@5.5.0: resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.19.3 + '@babel/generator': 7.20.5 '@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.3 - '@babel/types': 7.19.3 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: @@ -2050,37 +2039,46 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 + '@babel/generator': 7.20.5 '@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 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/traverse/7.20.5: + resolution: {integrity: sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.20.5 + '@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.5 + '@babel/types': 7.20.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.19.3: - resolution: {integrity: sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.18.10 - '@babel/helper-validator-identifier': 7.19.1 - to-fast-properties: 2.0.0 - dev: false - - /@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 '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 - /@babel/types/7.20.2: - resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} + /@babel/types/7.20.5: + resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 @@ -2091,34 +2089,34 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@chakra-ui/accordion/2.1.3_rhqecsxtwh7dx2w2f5tba3fuxq: - resolution: {integrity: sha512-OAJSbF0UHBipi6ySBlTZM1vZi5Uoe+1UyYTBId1CxRPYHHgm3n9xAYjOtiA+TrT63aZbKwNV2KBshmGSMnNPGQ==} + /@chakra-ui/accordion/2.1.4_ftfhqkmo2drr2poctf2f6f33cu: + resolution: {integrity: sha512-PQFW6kr+Bdru0DjKA8akC4BAz1VAJisLgo4TsJwjPO2gTS0zr99C+3bBs9uoDnjSJAf18/Q5zdXv11adA8n2XA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: '@chakra-ui/descendant': 3.0.11_react@18.2.0 - '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq '@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_qdk4nlcrd4u3ygjdkp2vyrbf2y - framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_gjahqayimkbx2v6khqy2uk5svi + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/alert/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-L2h2EeLH0x6+FDG8liu/EuDGAkI3Cgym6aXJdhaJDY3Q18o7lATrkU5Nb7jAf3sHKMwTW5X0YzAOtFiwjpALGA==} + /@chakra-ui/alert/2.0.13_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-7LqPv6EUBte4XM/Q2qBFIT5o4BC0dSlni9BHOH2BgAc5B1NF+pBAMDTUH7JNBiN7RHTV7EHAIWDziiX/NK28+Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq '@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 + '@chakra-ui/spinner': 2.0.11_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2126,20 +2124,20 @@ packages: resolution: {integrity: sha512-E3jMPGqKuGTbt7mKtc8g/MOOenw2c4wqRC1vOypyFgmC8wsewdY+DJJNENF3atXAK7p5VMBKQfZ7ipNlHnDAwA==} dev: false - /@chakra-ui/avatar/2.2.1_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/avatar/2.2.1_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-sgiogfLM8vas8QJTt7AJI4XxNXYdViCWj+xYJwyOwUN93dWKImqqx3O2ihCXoXTIqQWg1rcEgoJ5CxCg6rQaQQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/image': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/image': 2.0.12_xivvz2l3eyrkvszadds3phcwaq '@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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/breadcrumb/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/breadcrumb/2.1.1_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-OSa+F9qJ1xmF0zVxC1GU46OWbbhGf0kurHioSB729d+tRw/OMzmqrrfCJ7KVUUN8NEnTZXT5FIgokMvHGEt+Hg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -2147,7 +2145,7 @@ packages: dependencies: '@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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2155,46 +2153,46 @@ packages: resolution: {integrity: sha512-8uhrckMwoR/powlAhxiFZPM0s8vn0B2yEyEaRcwpy5NmRAJSTEotC2WkSyQl/Cjysx9scredumB5g+fBX7IqGQ==} dev: false - /@chakra-ui/button/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-SRW44nz3Jcbl0XkwCxqn1GE7cT/cqKALBMCnBxM5zXJqzMfYjuQHdtJA2AzX/WB3qKab1GJK4rXCV37h4l3Q3Q==} + /@chakra-ui/button/2.0.13_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-T9W/zHpHZVcbx/BMg0JIXCgRycut/eYoTYee/E+eBxyPCH45n308AsYU2bZ8TgZxUwbYNRgMp4qRL/KHUQDv5g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@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 + '@chakra-ui/spinner': 2.0.11_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/card/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/card/2.1.1_xivvz2l3eyrkvszadds3phcwaq: 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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/checkbox/2.2.4_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-yNuUFFBuFu9Sih8DlqOn+SLj2RtpVGebePkwUqSRQygMfveFYuWYWt1sbrFYyt0KmIBq0OkucUMy4OnkErUOHQ==} + /@chakra-ui/checkbox/2.2.5_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-7fNH+Q2nB2uMSnYAPtYxnuwZ1MOJqblZHa/ScfZ/fjiPDyEae1m068ZP/l9yJ5zlawYMTkp83m/JVcu5QFYurA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/form-control': 2.0.13_xivvz2l3eyrkvszadds3phcwaq '@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-types': 2.0.5_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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/visually-hidden': 2.0.13_xivvz2l3eyrkvszadds3phcwaq '@zag-js/focus-visible': 0.1.0 react: 18.2.0 dev: false @@ -2208,14 +2206,14 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/close-button/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-34rOJ+NDdkhaP1CI0bP5jmE4KCmvgaxxuI5Ano52XHRnFad4ghqqSZ0oae7RqNMcxRK4YNX8JYtj6xdQsfc6kA==} + /@chakra-ui/close-button/2.0.13_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-ZI/3p84FPlW0xoDCZYqsnIvR6bTc2d/TlhwyTHsDDxq9ZOWp9c2JicVn6WTdWGdshk8itnZZdG50IcnizGnimA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2228,13 +2226,13 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/control-box/2.0.11_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/control-box/2.0.11_xivvz2l3eyrkvszadds3phcwaq: 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.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2254,7 +2252,7 @@ packages: '@emotion/react': '>=10.0.35' react: '>=18' dependencies: - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq react: 18.2.0 dev: false @@ -2272,14 +2270,14 @@ packages: resolution: {integrity: sha512-P936+WKinz5fgHzfwiUQjE/t7NC8bU89Tceim4tbn8CIm/9b+CsHX64eNw4vyJqRwt78TXQK7aGBIbS18R0q5Q==} dev: false - /@chakra-ui/editable/2.0.15_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-Xb/hxMhguZmmGrdAosRAIRy70n7RSxoDWULojV+22ysWvqO8X+TkkwnF36XQX7c/V7F/yY0UqOXZWqdeoNqWPw==} + /@chakra-ui/editable/2.0.16_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-kIFPufzIlViNv7qi2PxxWWBvjLb+3IP5hUGmqOA9qcYz5TAdqblQqDClm0iajlIDNUFWnS4h056o8jKsQ42a5A==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@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-types': 2.0.5_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 @@ -2287,7 +2285,7 @@ packages: '@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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2295,29 +2293,29 @@ packages: resolution: {integrity: sha512-ZIoqUbgJ5TcCbZRchMv4n7rOl1JL04doMebED88LO5mux36iVP9er/nnOY4Oke1bANKKURMrQf5VTT9hoYeA7A==} dev: false - /@chakra-ui/focus-lock/2.0.13_fan5qbzahqtxlm5dzefqlqx5ia: + /@chakra-ui/focus-lock/2.0.13_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-AVSJt+3Ukia/m9TCZZgyWvTY7pw88jArivWVJ2gySGYYIs6z/FJMnlwbCVldV2afS0g3cYaii7aARb/WrlG34Q==} peerDependencies: react: '>=18' dependencies: '@chakra-ui/dom-utils': 2.0.4 react: 18.2.0 - react-focus-lock: 2.9.1_fan5qbzahqtxlm5dzefqlqx5ia + react-focus-lock: 2.9.1_kzbn2opkn2327fwg5yzwzya5o4 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/form-control/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-rSnAStY0qodnxiiL9MkS7wMBls+aG9yevq/yIuuETC42XfBNndKu7MLHFEKFIpAMuZvNocJtB+sP8qpe8jLolg==} + /@chakra-ui/form-control/2.0.13_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-J964JlgrxP+LP3kYmLk1ttbl73u6ghT+JQDjEjkEUc8lSS9Iv4u9XkRDQHuz2t2y0KHjQdH12PUfUfBqcITbYw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq '@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-types': 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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2333,56 +2331,56 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/icon/3.0.12_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-VbUqgMcoZ26P1MtZdUqlxAKYDi1Bt8sSPNRID8QOwWfqyRYrbzabORVhKR3gpi6GaINjm7KRHIXHarj3u6EWdA==} + /@chakra-ui/icon/3.0.13_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-RaDLC4psd8qyInY2RX4AlYRfpLBNw3VsMih17BFf8EESVhBXNJcYy7Q9eMV/K4NvZfZT42vuVqGVNFmkG89lBQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@chakra-ui/shared-utils': 2.0.3 - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/image/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/image/2.0.12_xivvz2l3eyrkvszadds3phcwaq: 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.3_react@18.2.0 - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/input/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-28K033kg+9SpU0/HCvcAcY42JQPTpSR7ytcZV+6i/MBvGR72Dsf4JJQuQIcAtEW1lH0l/OpbY6ozhaoRW5NhdQ==} + /@chakra-ui/input/2.0.14_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-CkSrUJeKWogOSt2pUf2vVv5s0bUVcAi4/XGj1JVCCfyIX6a6h1m8R69MShTPxPiQ0Mdebq5ATrW/aZQQXZzRGQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/form-control': 2.0.13_xivvz2l3eyrkvszadds3phcwaq '@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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/layout/2.1.10_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-9WlbZGIg0TMIwnxuCuZfkE7HJUInL5qRWgw9I3U960/4GYZRrlcxx8I1ZuHNww0FdItNrlnYLXEfXP77uU779w==} + /@chakra-ui/layout/2.1.11_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-UP19V8EeI/DEODbWrZlqC0sg248bpFaWpMiM/+g9Bsxs9aof3yexpMD/7gb0yrfbIrkdvSBrcQeqxXGzbfoopw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@chakra-ui/breakpoint-utils': 2.0.5 - '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq '@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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2398,7 +2396,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/media-query/3.2.8_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/media-query/3.2.8_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-djmEg/eJ5Qrjn7SArTqjsvlwF6mNeMuiawrTwnU+0EKq9Pq/wVSb7VaIhxdQYJLA/DbRhE/KPMogw1LNVKa4Rw==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -2406,12 +2404,12 @@ packages: dependencies: '@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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/menu/2.1.4_rhqecsxtwh7dx2w2f5tba3fuxq: - resolution: {integrity: sha512-7kEM5dCSBMXig3iyvsSxzYi/7zkmaf843zoxb7QTB7sRB97wrCxIE8yy1/73YTzxOP3zdAyITPcxNJ/bkiVptQ==} + /@chakra-ui/menu/2.1.5_ftfhqkmo2drr2poctf2f6f33cu: + resolution: {integrity: sha512-2UusrQtxHcqcO9n/0YobNN3RJC8yAZU6oJbRPuvsQ9IL89scEWCTIxXEYrnIjeh/5zikcSEDGo9zM9Udg/XcsA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' @@ -2420,7 +2418,7 @@ packages: '@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/popper': 3.0.10_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 @@ -2430,55 +2428,55 @@ packages: '@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_qdk4nlcrd4u3ygjdkp2vyrbf2y - framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_gjahqayimkbx2v6khqy2uk5svi + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/modal/2.2.3_npcuuyqp4oyhkqlthm5jwryj2i: - resolution: {integrity: sha512-fSpnFiI3rlif5ynyO3P8A1S/97B/SOFUrIuNaJnhKSgiu7VtklPjiPWHCw5Y+ktEvagDXEmkpztcfMBPTY0wIA==} + /@chakra-ui/modal/2.2.4_7tfovmcnk6h23um3hiee3qaglm: + resolution: {integrity: sha512-K2cafyNI0b4OSAB55qIXt5DLZqj7E1G0+Fza02ZOBZpgTCNQyDtc0KzdVMJZ9ryxKd16LUk5UmKHugY/VpHEWQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/focus-lock': 2.0.13_fan5qbzahqtxlm5dzefqlqx5ia + '@chakra-ui/close-button': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/focus-lock': 2.0.13_kzbn2opkn2327fwg5yzwzya5o4 '@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-types': 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 - '@chakra-ui/transition': 2.0.12_qdk4nlcrd4u3ygjdkp2vyrbf2y - aria-hidden: 1.2.1_fan5qbzahqtxlm5dzefqlqx5ia - framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/transition': 2.0.12_gjahqayimkbx2v6khqy2uk5svi + aria-hidden: 1.2.1_kzbn2opkn2327fwg5yzwzya5o4 + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-remove-scroll: 2.5.5_fan5qbzahqtxlm5dzefqlqx5ia + react-remove-scroll: 2.5.5_kzbn2opkn2327fwg5yzwzya5o4 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/number-input/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-Kn6PKLkGl+5hrMoeaGGN19qVHHJB79G4c0rfkWPjDWKsgpbCwHQctLJwrkxuwGAn1iWzw4WL31lsb+o6ZRQHbA==} + /@chakra-ui/number-input/2.0.14_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-IARUAbP4pn1gP5fY2dK4wtbR3ONjzHgTjH4Zj3ErZvdu/yTURLaZmlb6UGHwgqjWLyioactZ/+n4Njj5CRjs8w==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@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/form-control': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq '@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-types': 2.0.5_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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2490,7 +2488,7 @@ packages: resolution: {integrity: sha512-/rIMoYI3c2uLtFIrnTFOPRAI8StUuu335WszqKM0KAW1lwG9H6uSbxqlpZT1Pxi/VQqZKfheGiMQOx5lfTmM/A==} dev: false - /@chakra-ui/pin-input/2.0.16_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/pin-input/2.0.16_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-51cioNYpBSgi9/jq6CrzoDvo8fpMwFXu3SaFRbKO47s9Dz/OAW0MpjyabTfSpwOv0xKZE+ayrYGJopCzZSWXPg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -2501,38 +2499,38 @@ packages: '@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/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/popover/2.1.3_rhqecsxtwh7dx2w2f5tba3fuxq: - resolution: {integrity: sha512-3CbeXjpCYnKyq5Z2IqUyfXZYpi5GzmPQZqzS2/kuJwgTuSjtuQovX0QI7oNE4zv4r6yEABW/kVrI7pn0/Tet1Q==} + /@chakra-ui/popover/2.1.4_ftfhqkmo2drr2poctf2f6f33cu: + resolution: {integrity: sha512-NXVtyMxYzDKzzQph/+GFRSM3tEj3gNvlCX/xGRsCOt9I446zJ1InCd/boXQKAc813coEN9McSOjNWgo+NCBD+Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/close-button': 2.0.13_xivvz2l3eyrkvszadds3phcwaq '@chakra-ui/lazy-utils': 2.0.3 - '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/popper': 3.0.10_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-types': 2.0.5_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.12_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/popper/3.0.9_react@18.2.0: - resolution: {integrity: sha512-xtQ1SXxKyDFY3jWNXxr6xdiGQ8mCI5jaw+c2CWKp/bb8FnASXEFLWIlmWx8zxkE1BbPMszWHnaGF8uCBRjmQMA==} + /@chakra-ui/popper/3.0.10_react@18.2.0: + resolution: {integrity: sha512-6LacbBGX0piHWY/DYxOGCTTFAoRGRHpGIRzTgfNy8jxw4f+rukaVudd4Pc2fwjCTdobJKM8nGNYIYNv9/Dmq9Q==} peerDependencies: react: '>=18' dependencies: - '@chakra-ui/react-types': 2.0.4_react@18.2.0 + '@chakra-ui/react-types': 2.0.5_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 @@ -2550,19 +2548,19 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/progress/2.1.1_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/progress/2.1.1_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-ddAXaYGNObGqH1stRAYxkdospf6J4CDOhB0uyw9BeHRSsYkCUQWkUBd/melJuZeGHEH2ItF9T7FZ4JhcepP3GA==} 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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/provider/2.0.23_5rzy53przelm5jchjmb5vr6dxy: - resolution: {integrity: sha512-oYrvBivTsmBZ7NOyvctOmj+p2dDbRioe0S77S51G9iS+aGTh37W10HgaT0zyrDuZQVARoF9RUyOB5T6vuqwdCQ==} + /@chakra-ui/provider/2.0.24_5rzy53przelm5jchjmb5vr6dxy: + resolution: {integrity: sha512-32+DGfoXAOUOXwjLstdGQ+k/YoCwdFxWbwnEAp7WleislYsMcl0JeINDAbvksQH0piBty77swTuWfUU5cIox7g==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -2572,25 +2570,25 @@ packages: '@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/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm '@chakra-ui/utils': 2.0.12 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/radio/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-P8mbdCZY9RG5034o1Tvy1/p573cHWDyzYuG8DtdEydiP6KGwaFza16/5N0slLY1BQwClIRmImLLw4vI+76J8XA==} + /@chakra-ui/radio/2.0.14_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-e/hY1g92Xdu5d5A27NFfa1+ccE2q/A5H7sc/M7p0fId6KO33Dst25Hy+HThtqnYN0Y3Om58fiXEKo5SsdtvSfA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/form-control': 2.0.13_xivvz2l3eyrkvszadds3phcwaq '@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-types': 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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm '@zag-js/focus-visible': 0.1.0 react: 18.2.0 dev: false @@ -2619,8 +2617,8 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react-types/2.0.4_react@18.2.0: - resolution: {integrity: sha512-kYhuSStw9pIJXrmQB7/J1u90bst31pEx9r25pyDG/rekk8E9JuqBR+z+UWODTFx00V2rtWCcJS5rPbONgvWX0A==} + /@chakra-ui/react-types/2.0.5_react@18.2.0: + resolution: {integrity: sha512-GApp+R/VjS1UV5ms5irrij5LOIgUM0dqSVHagyEFEz88LRKkqMD9RuO577ZsVd4Gn0ULsacVJCUA0HtNUBJNzA==} peerDependencies: react: '>=18' dependencies: @@ -2789,8 +2787,8 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react/2.4.1_hkukxbqflua6lnjhisenr4vbym: - resolution: {integrity: sha512-qZVRrQi5JRIc44EaeOaXvXt6EdWhkQjhFFL8hyH0RH6cSFlotmmzCHBT5N1jC6nqXFn5OOxOWMD9FIVsbI56hQ==} + /@chakra-ui/react/2.4.2_366jsnbj2fqgpp64v3qddukxli: + resolution: {integrity: sha512-lPDCCuY3S7XSeIK+P+ypGIL+lFqEZQt8H3Iyq4coblULMsj8skdSUqaoQ4I9fGgOi1koTPe4OlXb+rmqwQQ9MQ==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -2798,73 +2796,73 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/accordion': 2.1.3_rhqecsxtwh7dx2w2f5tba3fuxq - '@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/accordion': 2.1.4_ftfhqkmo2drr2poctf2f6f33cu + '@chakra-ui/alert': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/avatar': 2.2.1_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/breadcrumb': 2.1.1_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/button': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/card': 2.1.1_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/checkbox': 2.2.5_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/close-button': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/control-box': 2.0.11_xivvz2l3eyrkvszadds3phcwaq '@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/editable': 2.0.16_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/form-control': 2.0.13_xivvz2l3eyrkvszadds3phcwaq '@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/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/image': 2.0.12_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/input': 2.0.14_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/layout': 2.1.11_xivvz2l3eyrkvszadds3phcwaq '@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_rhqecsxtwh7dx2w2f5tba3fuxq - '@chakra-ui/modal': 2.2.3_npcuuyqp4oyhkqlthm5jwryj2i - '@chakra-ui/number-input': 2.0.13_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/pin-input': 2.0.16_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/popover': 2.1.3_rhqecsxtwh7dx2w2f5tba3fuxq - '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/media-query': 3.2.8_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/menu': 2.1.5_ftfhqkmo2drr2poctf2f6f33cu + '@chakra-ui/modal': 2.2.4_7tfovmcnk6h23um3hiee3qaglm + '@chakra-ui/number-input': 2.0.14_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/pin-input': 2.0.16_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/popover': 2.1.4_ftfhqkmo2drr2poctf2f6f33cu + '@chakra-ui/popper': 3.0.10_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/progress': 2.1.1_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/provider': 2.0.24_5rzy53przelm5jchjmb5vr6dxy + '@chakra-ui/radio': 2.0.14_xivvz2l3eyrkvszadds3phcwaq '@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_rhqecsxtwh7dx2w2f5tba3fuxq - '@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_l7kkytsttj6xd2iuwow5j32g6u - '@chakra-ui/tooltip': 2.2.1_l7kkytsttj6xd2iuwow5j32g6u - '@chakra-ui/transition': 2.0.12_qdk4nlcrd4u3ygjdkp2vyrbf2y + '@chakra-ui/select': 2.0.14_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/skeleton': 2.0.18_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/slider': 2.0.14_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/spinner': 2.0.11_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/stat': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/styled-system': 2.4.0 + '@chakra-ui/switch': 2.0.17_ftfhqkmo2drr2poctf2f6f33cu + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/table': 2.0.12_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/tabs': 2.1.5_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/tag': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/textarea': 2.0.14_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/theme': 2.2.2_wydxv7ulravhb2h4fp66dsrywe + '@chakra-ui/theme-utils': 2.0.5 + '@chakra-ui/toast': 4.0.4_47ua2hqy7yb2ewmfkemm4n5wde + '@chakra-ui/tooltip': 2.2.2_47ua2hqy7yb2ewmfkemm4n5wde + '@chakra-ui/transition': 2.0.12_gjahqayimkbx2v6khqy2uk5svi '@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.12_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/visually-hidden': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 transitivePeerDependencies: - '@types/react' dev: false - /@chakra-ui/select/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-5MHqD2OlnLdPt8FQVxfgMJZKOTdcbu3cMFGCS2X9XCxJQkQa4kPfXq3N6BRh5L5XFI+uRsmk6aYJoawZiwNJPg==} + /@chakra-ui/select/2.0.14_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-fvVGxAtLaIXGOMicrzSa6imMw5h26S1ar3xyNmXgR40dbpTPHmtQJkbHBf9FwwQXgSgKWgBzsztw5iDHCpPVzA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -2872,27 +2870,27 @@ packages: resolution: {integrity: sha512-pCU+SUGdXzjAuUiUT8mriekL3tJVfNdwSTIaNeip7k/SWDzivrKGMwAFBxd3XVTDevtVusndkO4GJuQ3yILzDg==} dev: false - /@chakra-ui/skeleton/2.0.18_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/skeleton/2.0.18_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-qjcD8BgVx4kL8Lmb8EvmmDGM2ICl6CqhVE2LShJrgG7PDM6Rt6rYM617kqLurLYZjbJUiwgf9VXWifS0IpT31Q==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/media-query': 3.2.8_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/media-query': 3.2.8_xivvz2l3eyrkvszadds3phcwaq '@chakra-ui/react-use-previous': 2.0.3_react@18.2.0 - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/slider/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-MypqZrKFNFPH8p0d2g2DQacl5ylUQKlGKeBu099ZCmT687U2Su3cq1wOGNGnD6VZvtwDYMKXn7kXPSMW06aBcg==} + /@chakra-ui/slider/2.0.14_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-z4Q5rWtYVTdFgBVvR6aUhSMg3CQuAgjJGHvLHEGDCUjYCuBXrb3SmWyvv03uKyjSbwRyKqSsvAnSCxtmHODt/w==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: '@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-types': 2.0.5_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 @@ -2900,53 +2898,53 @@ packages: '@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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/spinner/2.0.11_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/spinner/2.0.11_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-piO2ghWdJzQy/+89mDza7xLhPnW7pA+ADNbgCb1vmriInWedS41IBKe+pSPz4IidjCbFu7xwKE0AerFIbrocCA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/stat/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-3MTt4nA46AvlIuE6OP2O1Nna9+vcIZD1E9G4QLKwPoJ5pDHKcY4Y0t4oDdbawykthyj2fIBko7FiMIHTaAOjqg==} + /@chakra-ui/stat/2.0.13_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-6XeuE/7w0BjyCHSxMbsf6/rNOOs8BSit1NS7g7+Jd/40Pc/SKlNWLd3kxXPid4eT3RwyNIdMPtm30OActr9nqQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/styled-system/2.3.5: - resolution: {integrity: sha512-Xj78vEq/R+1OVx36tJnAb/vLtX6DD9k/yxj3lCigl3q5Qjr6aglPBjqHdfFbGaQeB0Gt4ABPyxUDO3sAhdxC4w==} + /@chakra-ui/styled-system/2.4.0: + resolution: {integrity: sha512-G4HpbFERq4C1cBwKNDNkpCiliOICLXjYwKI/e/6hxNY+GlPxt8BCzz3uhd3vmEoG2vRM4qjidlVjphhWsf6vRQ==} dependencies: csstype: 3.1.1 lodash.mergewith: 4.6.2 - /@chakra-ui/switch/2.0.16_rhqecsxtwh7dx2w2f5tba3fuxq: - resolution: {integrity: sha512-uLGjXHaxjCvf97jrwTuYtHSAzep/Mb8hSr/D1BRlBNz6E0kHGRaKANl/pAZAK1z7ZzvyYokK65Wpce2GQ4U/dQ==} + /@chakra-ui/switch/2.0.17_ftfhqkmo2drr2poctf2f6f33cu: + resolution: {integrity: sha512-BQabfC6qYi5xBJvEFPzKq0yl6fTtTNNEHTid5r7h0PWcCnAiHwQJTpQRpxp+AjK569LMLtTXReTZvNBrzEwOrA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' dependencies: - '@chakra-ui/checkbox': 2.2.4_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm - framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/checkbox': 2.2.5_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false - /@chakra-ui/system/2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm: - resolution: {integrity: sha512-nOEXC08d4PiK/4QwSV4tnci2SoWjDHEVSveWW9qoRRr1iZUbQffpwYyJY4pBpPJE7CsA2w3GXK7NdMFRwPtamQ==} + /@chakra-ui/system/2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm: + resolution: {integrity: sha512-/2m8hFfFzOMO2OlwHxTWqINOBJMjxWwU5V/AcB7C0qS51Dcj9c7kupilM6QdqiOLLdMS7mIVRSYr8jn8gMw9fA==} peerDependencies: '@emotion/react': ^11.0.0 '@emotion/styled': ^11.0.0 @@ -2954,27 +2952,27 @@ packages: dependencies: '@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/styled-system': 2.4.0 + '@chakra-ui/theme-utils': 2.0.5 '@chakra-ui/utils': 2.0.12 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.10.5_hmjty4frusbltjhl3xd7udcm2y + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.10.5_3djhvnr4jirfvebjqpipo7gthy react: 18.2.0 react-fast-compare: 3.2.0 dev: false - /@chakra-ui/table/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/table/2.0.12_xivvz2l3eyrkvszadds3phcwaq: 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.5_react@18.2.0 - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tabs/2.1.5_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/tabs/2.1.5_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-XmnKDclAJe0FoW4tdC8AlnZpPN5fcj92l4r2sqiL9WyYVEM71hDxZueETIph/GTtfMelG7Z8e5vBHP4rh1RT5g==} peerDependencies: '@chakra-ui/system': '>=2.0.0' @@ -2988,109 +2986,109 @@ packages: '@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 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/tag/2.0.12_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-LmPnE6aFF0pfscgYRKZbkWvG7detszwNdcmalQJdp2C8E/xuqi9Vj9RWU/bmRyWHJN+8R603mvPVWj5oN0rarA==} + /@chakra-ui/tag/2.0.13_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-W1urf+tvGMt6J3cc31HudybYSl+B5jYUP5DJxzXM9p+n3JrvXWAo4D6LmpLBHY5zT2mNne14JF1rVeRcG4Rtdg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/icon': 3.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/icon': 3.0.13_xivvz2l3eyrkvszadds3phcwaq '@chakra-ui/react-context': 2.0.5_react@18.2.0 - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/textarea/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: - resolution: {integrity: sha512-tMiBGimVB+Z8T+yAQ4E45ECmCix0Eisuukf4wUBOpdSRWaArpAoA4RuA34z7OoMbNa3fxEVcvnd2apX1InBtsQ==} + /@chakra-ui/textarea/2.0.14_xivvz2l3eyrkvszadds3phcwaq: + resolution: {integrity: sha512-r8hF1rCi+GseLtY/IGeVWXFN0Uve2b820UQumRj4qxj7PsPqw1hFg7Cecbbb9zwF38K/m+D3IdwFeJzI1MtgRA==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/form-control': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/form-control': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false - /@chakra-ui/theme-tools/2.0.13_egpsumyyi4jwuead4x5ybt4xte: - resolution: {integrity: sha512-Dvai4lljtrs9f2aha3b9yajmxroNaVGNvkKkwh77dRW2jcNNBXepkGWfNLXVkP68Yydz5O+Lt5DKvETrEho9cQ==} + /@chakra-ui/theme-tools/2.0.14_wydxv7ulravhb2h4fp66dsrywe: + resolution: {integrity: sha512-lVcDmq5pyU0QbsIFKjt/iVUFDap7di2QHvPvGChA1YSjtg1PtuUi+BxEXWzp3Nfgw/N4rMvlBs+S0ynJypdwbg==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: '@chakra-ui/anatomy': 2.1.0 - '@chakra-ui/styled-system': 2.3.5 - '@ctrl/tinycolor': 3.4.1 + '@chakra-ui/styled-system': 2.4.0 + color2k: 2.0.0 dev: false - /@chakra-ui/theme-utils/2.0.4: - resolution: {integrity: sha512-vrYuZxzc31c1bevfJRCk4j68dUw4Bxt6QAm3RZcUQyvTnS6q5FhMz+R1X6vS3+IfIhSscZFxwRQSp/TpyY4Vtw==} + /@chakra-ui/theme-utils/2.0.5: + resolution: {integrity: sha512-QQowSM8fvQlTmT0w9wtqUlWOB4i+9eA7P4XRm4bfhBMZ7XpK4ctV95sPeGqaXVccsz5m0q1AuGWa+j6eMCbrrg==} dependencies: - '@chakra-ui/styled-system': 2.3.5 - '@chakra-ui/theme': 2.2.1_egpsumyyi4jwuead4x5ybt4xte + '@chakra-ui/styled-system': 2.4.0 + '@chakra-ui/theme': 2.2.2_wydxv7ulravhb2h4fp66dsrywe lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/theme/2.2.1_egpsumyyi4jwuead4x5ybt4xte: - resolution: {integrity: sha512-6qEJMfnTjB5vGoY1kO/fDarK0Ivrb77UzDw8rY0aTHbjLJkOVxtd7d2H7m8xufh6gecCI5HuXqq8I297pLYm+w==} + /@chakra-ui/theme/2.2.2_wydxv7ulravhb2h4fp66dsrywe: + resolution: {integrity: sha512-7DlOQiXmnaqYyqXwqmfFSCWGkUonuqmNC5mmUCwxI435KgHNCaE2bIm6DI7N2NcIcuVcfc8Vn0UqrDoGU3zJBg==} peerDependencies: '@chakra-ui/styled-system': '>=2.0.0' dependencies: '@chakra-ui/anatomy': 2.1.0 - '@chakra-ui/styled-system': 2.3.5 - '@chakra-ui/theme-tools': 2.0.13_egpsumyyi4jwuead4x5ybt4xte + '@chakra-ui/styled-system': 2.4.0 + '@chakra-ui/theme-tools': 2.0.14_wydxv7ulravhb2h4fp66dsrywe dev: false - /@chakra-ui/toast/4.0.3_l7kkytsttj6xd2iuwow5j32g6u: - resolution: {integrity: sha512-n6kShxGrHikrJO1vC5cPFbvz5LjG56NhVch3tmyk2g2yrJ87zbNGQqQ2BlLuJcEVFDu3tu+wC1qHdXs8WU4bjg==} + /@chakra-ui/toast/4.0.4_47ua2hqy7yb2ewmfkemm4n5wde: + resolution: {integrity: sha512-Gv52UQ4fJtziL9Qg0Yterb76C1GgzViryPDf2dxSzTlnCcKIbY4ktEhehyFBjDXYoGkFb47NZUEyhy+u8p3GUA==} peerDependencies: - '@chakra-ui/system': 2.3.3 + '@chakra-ui/system': 2.3.4 framer-motion: '>=4.0.0' react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/alert': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi - '@chakra-ui/close-button': 2.0.12_5rblpff3ywqi5dqv4dv3oiensi + '@chakra-ui/alert': 2.0.13_xivvz2l3eyrkvszadds3phcwaq + '@chakra-ui/close-button': 2.0.13_xivvz2l3eyrkvszadds3phcwaq '@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.12_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/styled-system': 2.4.0 + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/theme': 2.2.2_wydxv7ulravhb2h4fp66dsrywe + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/tooltip/2.2.1_l7kkytsttj6xd2iuwow5j32g6u: - resolution: {integrity: sha512-X/VIYgegx1Ab6m0PSI/iISo/hRAe4Xv+hOwinIxIUUkLS8EOtBvq4RhlB6ieFn8jAAPDzPKJW6QFqz8ecJdUiw==} + /@chakra-ui/tooltip/2.2.2_47ua2hqy7yb2ewmfkemm4n5wde: + resolution: {integrity: sha512-WDgQVEMHdsyUpKG9Nogy2FKLBgfdJG7hTSrSbH1WLvHsPkpPLknL4i5Z/pCvpa4A7SzTa6ps350mxtJ054MeMg==} peerDependencies: '@chakra-ui/system': '>=2.0.0' framer-motion: '>=4.0.0' react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/popper': 3.0.9_react@18.2.0 + '@chakra-ui/popper': 3.0.10_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-types': 2.0.5_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.12_biqbaboplfbrettd7655fr4n2y + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@chakra-ui/transition/2.0.12_qdk4nlcrd4u3ygjdkp2vyrbf2y: + /@chakra-ui/transition/2.0.12_gjahqayimkbx2v6khqy2uk5svi: resolution: {integrity: sha512-ff6eU+m08ccYfCkk0hKfY/XlmGxCrfbBgsKgV4mirZ4SKUL1GVye8CYuHwWQlBJo+8s0yIpsTNxAuX4n/cW9/w==} peerDependencies: framer-motion: '>=4.0.0' react: '>=18' dependencies: - framer-motion: 7.6.12_biqbaboplfbrettd7655fr4n2y + framer-motion: 7.6.19_biqbaboplfbrettd7655fr4n2y react: 18.2.0 dev: false @@ -3103,13 +3101,13 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/visually-hidden/2.0.13_5rblpff3ywqi5dqv4dv3oiensi: + /@chakra-ui/visually-hidden/2.0.13_xivvz2l3eyrkvszadds3phcwaq: resolution: {integrity: sha512-sDEeeEjLfID333EC46NdCbhK2HyMXlpl5HzcJjuwWIpyVz4E1gKQ9hlwpq6grijvmzeSywQ5D3tTwUrvZck4KQ==} peerDependencies: '@chakra-ui/system': '>=2.0.0' react: '>=18' dependencies: - '@chakra-ui/system': 2.3.3_dovxhg2tvkkxkdnqyoum6wzcxm + '@chakra-ui/system': 2.3.4_dovxhg2tvkkxkdnqyoum6wzcxm react: 18.2.0 dev: false @@ -3142,14 +3140,14 @@ packages: '@codemirror/autocomplete': 6.3.0_6sg3hux6loqrl4z5btxnltg6sy '@codemirror/language': 6.2.1 '@codemirror/state': 6.1.4 - '@lezer/css': 1.0.0 + '@lezer/css': 1.1.1 transitivePeerDependencies: - '@codemirror/view' - '@lezer/common' dev: false - /@codemirror/lang-html/6.2.0: - resolution: {integrity: sha512-0Kr+gWPu1J4mhpLbqHPqoD5+xLCwAntfzRv9L61cqRSFNpDpDbGbONSN5xzWupo6AJ9qtDOlJNBFBuL72tXPwg==} + /@codemirror/lang-html/6.4.0: + resolution: {integrity: sha512-HHged0d9AQ/mpjYLTYDVdtI7235dO0COFNgc5uuiGokgjWx3L/sjMSw5aS/Nk7JG++LhsohG5HMNTCuqAq3Tcg==} dependencies: '@codemirror/autocomplete': 6.3.0_6sg3hux6loqrl4z5btxnltg6sy '@codemirror/lang-css': 6.0.1_fuptfgfvjei7zlnjj2tcjb3b3y @@ -3158,6 +3156,7 @@ packages: '@codemirror/state': 6.1.4 '@codemirror/view': 6.3.0 '@lezer/common': 1.0.1 + '@lezer/css': 1.1.1 '@lezer/html': 1.1.1 dev: false @@ -3226,11 +3225,6 @@ packages: dev: false optional: true - /@ctrl/tinycolor/3.4.1: - resolution: {integrity: sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==} - engines: {node: '>=10'} - dev: false - /@dnd-kit/accessibility/3.0.1_react@18.2.0: resolution: {integrity: sha512-HXRrwS9YUYQO9lFRc/49uO/VICbM+O+ZRpFDe9Pd1rwVv2PCNkRiTZRdxrDgng/UkvdC3Re9r2vwPpXXrWeFzg==} peerDependencies: @@ -3311,13 +3305,13 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/generator': 7.20.4 - '@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.20.2_@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/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 '@babel/runtime': 7.19.0 '@babel/runtime-corejs3': 7.19.1 '@babel/traverse': 7.20.1 @@ -3331,7 +3325,7 @@ packages: '@slorber/static-site-generator-webpack-plugin': 4.0.7 '@svgr/webpack': 6.5.1 autoprefixer: 10.4.13_postcss@8.4.19 - babel-loader: 8.2.5_npabyccmuonwo2rku4k53xo3hi + babel-loader: 8.2.5_ztqwsvkb6z73luspkai6ilstpu babel-plugin-dynamic-import-node: 2.3.3 boxen: 6.2.1 chalk: 4.1.2 @@ -3428,8 +3422,8 @@ packages: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@babel/parser': 7.20.3 - '@babel/traverse': 7.20.1 + '@babel/parser': 7.20.5 + '@babel/traverse': 7.20.5 '@docusaurus/logger': 2.2.0 '@docusaurus/utils': 2.2.0_@docusaurus+types@2.2.0 '@mdx-js/mdx': 1.6.22 @@ -3465,7 +3459,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.25 + '@types/react': 18.0.26 '@types/react-router-config': 5.0.6 '@types/react-router-dom': 5.3.3 react: 17.0.2 @@ -3691,7 +3685,7 @@ packages: peerDependencies: react: '*' dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 prop-types: 15.8.1 react: 17.0.2 dev: false @@ -3750,7 +3744,7 @@ packages: '@docusaurus/plugin-content-pages': 2.2.0_sfoxds7t5ydpegc3knd667wn6m '@docusaurus/utils': 2.2.0_@docusaurus+types@2.2.0 '@types/history': 4.7.11 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-router-config': 5.0.6 clsx: 1.2.1 parse-numeric-range: 1.3.0 @@ -3817,7 +3811,7 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.25 + '@types/react': 18.0.26 commander: 5.1.0 joi: 17.6.2 react: 17.0.2 @@ -3896,14 +3890,14 @@ packages: - webpack-cli dev: false - /@emotion/babel-plugin/11.10.5_@babel+core@7.20.2: + /@emotion/babel-plugin/11.10.5_@babel+core@7.20.5: resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 '@babel/runtime': 7.19.0 '@emotion/hash': 0.9.0 '@emotion/memoize': 0.8.0 @@ -3965,7 +3959,7 @@ packages: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} dev: false - /@emotion/react/11.10.5_cuziicjcvwawlf5iuhzacuhqcy: + /@emotion/react/11.10.5_xl5my4wapvq2ctl7qwehtbgorq: resolution: {integrity: sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==} peerDependencies: '@babel/core': ^7.0.0 @@ -3977,20 +3971,20 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.5 '@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.25 + '@types/react': 18.0.26 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false - /@emotion/react/11.9.3_cuziicjcvwawlf5iuhzacuhqcy: + /@emotion/react/11.9.3_xl5my4wapvq2ctl7qwehtbgorq: resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} peerDependencies: '@babel/core': ^7.0.0 @@ -4002,14 +3996,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.5 '@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.25 + '@types/react': 18.0.26 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -4042,7 +4036,7 @@ packages: resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled/11.10.5_hmjty4frusbltjhl3xd7udcm2y: + /@emotion/styled/11.10.5_3djhvnr4jirfvebjqpipo7gthy: resolution: {integrity: sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==} peerDependencies: '@babel/core': ^7.0.0 @@ -4055,19 +4049,19 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.5 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.5_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/react': 11.10.5_xl5my4wapvq2ctl7qwehtbgorq '@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.25 + '@types/react': 18.0.26 react: 18.2.0 dev: false - /@emotion/styled/11.9.3_k5mwnuku3st74msu3y3fxwjuli: + /@emotion/styled/11.9.3_fhqx2qw7lfnut5yhosu25c54gi: resolution: {integrity: sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA==} peerDependencies: '@babel/core': ^7.0.0 @@ -4080,14 +4074,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@babel/runtime': 7.19.0 - '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.2 + '@emotion/babel-plugin': 11.10.5_@babel+core@7.20.5 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.9.3_cuziicjcvwawlf5iuhzacuhqcy + '@emotion/react': 11.9.3_xl5my4wapvq2ctl7qwehtbgorq '@emotion/serialize': 1.1.1 '@emotion/utils': 1.2.0 - '@types/react': 18.0.25 + '@types/react': 18.0.26 react: 18.2.0 dev: false @@ -4137,7 +4131,7 @@ packages: /@esbuild-kit/core-utils/3.0.0: resolution: {integrity: sha512-TXmwH9EFS3DC2sI2YJWJBgHGhlteK0Xyu1VabwetMULfm3oYhbrsWV5yaSr2NTWZIgDGVLHbRf0inxbjXqAcmQ==} dependencies: - esbuild: 0.15.16 + esbuild: 0.15.18 source-map-support: 0.5.21 dev: true @@ -4148,8 +4142,8 @@ packages: get-tsconfig: 4.2.0 dev: true - /@esbuild/android-arm/0.15.10: - resolution: {integrity: sha512-FNONeQPy/ox+5NBkcSbYJxoXj9GWu8gVGJTVmUyoOCKQFDTrHVKgNSzChdNt0I8Aj/iKcsDf2r9BFwv+FSNUXg==} + /@esbuild/android-arm/0.15.18: + resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -4157,26 +4151,8 @@ packages: dev: true optional: true - /@esbuild/android-arm/0.15.16: - resolution: {integrity: sha512-nyB6CH++2mSgx3GbnrJsZSxzne5K0HMyNIWafDHqYy7IwxFc4fd/CgHVZXr8Eh+Q3KbIAcAe3vGyqIPhGblvMQ==} - engines: {node: '>=12'} - cpu: [arm] - os: [android] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-loong64/0.15.10: - resolution: {integrity: sha512-w0Ou3Z83LOYEkwaui2M8VwIp+nLi/NA60lBLMvaJ+vXVMcsARYdEzLNE7RSm4+lSg4zq4d7fAVuzk7PNQ5JFgg==} - engines: {node: '>=12'} - cpu: [loong64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /@esbuild/linux-loong64/0.15.16: - resolution: {integrity: sha512-SDLfP1uoB0HZ14CdVYgagllgrG7Mdxhkt4jDJOKl/MldKrkQ6vDJMZKl2+5XsEY/Lzz37fjgLQoJBGuAw/x8kQ==} + /@esbuild/linux-loong64/0.15.18: + resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -4226,22 +4202,22 @@ packages: '@floating-ui/core': 0.7.3 dev: false - /@floating-ui/react-dom-interactions/0.6.6_2zx2umvpluuhvlq44va5bta2da: + /@floating-ui/react-dom-interactions/0.6.6_ib3m5ricvtkl2cll7qpr2f6lvq: 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_2zx2umvpluuhvlq44va5bta2da - aria-hidden: 1.2.1_fan5qbzahqtxlm5dzefqlqx5ia + '@floating-ui/react-dom': 0.7.2_ib3m5ricvtkl2cll7qpr2f6lvq + aria-hidden: 1.2.1_kzbn2opkn2327fwg5yzwzya5o4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - use-isomorphic-layout-effect: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia + use-isomorphic-layout-effect: 1.1.2_kzbn2opkn2327fwg5yzwzya5o4 transitivePeerDependencies: - '@types/react' dev: false - /@floating-ui/react-dom/0.7.2_2zx2umvpluuhvlq44va5bta2da: + /@floating-ui/react-dom/0.7.2_ib3m5ricvtkl2cll7qpr2f6lvq: resolution: {integrity: sha512-1T0sJcpHgX/u4I1OzIEhlcrvkUN8ln39nz7fMoE/2HDHrPiMFoOGR7++GYyfUmIQHkkrTinaeQsO3XWubjSvGg==} peerDependencies: react: '>=16.8.0' @@ -4250,16 +4226,16 @@ 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_fan5qbzahqtxlm5dzefqlqx5ia + use-isomorphic-layout-effect: 1.1.2_kzbn2opkn2327fwg5yzwzya5o4 transitivePeerDependencies: - '@types/react' dev: false - /@giphy/js-analytics/4.1.1: - resolution: {integrity: sha512-C4GOSYHCkgG4CcEZ48Zepa4HMrFx1ZMLso28ms681pi1Zb9cA6I7u3rBywcLNeS+oi4Ny0lmceygIDtMBy3uyQ==} + /@giphy/js-analytics/4.2.0: + resolution: {integrity: sha512-AikTYgDp+d9yB9Ox4IDLOeZw/LGoL+gd4AdQpW9OLg8cHVHu8TuizXndby+2eGkjMy+O4XxfVNC6ADGalyG5jQ==} dependencies: - '@giphy/js-types': 4.2.1 - '@giphy/js-util': 4.1.1 + '@giphy/js-types': 4.4.0 + '@giphy/js-util': 4.3.0 append-query: 2.1.1 throttle-debounce: 3.0.1 dev: false @@ -4270,38 +4246,38 @@ packages: emotion: 10.0.27 dev: false - /@giphy/js-fetch-api/4.4.0: - resolution: {integrity: sha512-eLJuOxY8LQnmg80qzH34zs9s0+ibLzgX98mQwWSOFxz3WKyVkxT5/YBvr5e1bNznrlFGKSqIb2RV4gG+/YlLPg==} + /@giphy/js-fetch-api/4.6.0: + resolution: {integrity: sha512-GXZLNZ41J89GoqCdz68djubOO0Vq2onsu6ZiW+h+kQYkfC/gN1tO6d9NBywG5pOJ9U4l4aY9f7qQtPdJqV3aYA==} dependencies: - '@giphy/js-types': 4.2.1 - '@giphy/js-util': 4.1.1 + '@giphy/js-types': 4.4.0 + '@giphy/js-util': 4.3.0 qs: 6.11.0 dev: false - /@giphy/js-types/4.2.1: - resolution: {integrity: sha512-Ii+TvBhQsDHaeS79Y/dSqJTCeH3TirHv9DpbuIzxJ2VDKpsXVuIMrxAybwQ7Ve/mF+kjvEiL7TXtrz9Sc8Zxeg==} + /@giphy/js-types/4.4.0: + resolution: {integrity: sha512-W9G6crS2oqTn7g0RpvYu1l/sna4LnivRTk25jmxdzujOFb9kvQ+VFM/v9RPYV2GIBnzT/maW/EwjFIba9jkflA==} dev: false - /@giphy/js-util/4.1.1: - resolution: {integrity: sha512-b+Q6vQiRFyLrRzhV9OBEpLON57wxpvrSRjtk9rdtbISpgvmgcSzyb/g2SCB9Ptqo8c50+1HK6MQxA1ufTXBafw==} + /@giphy/js-util/4.3.0: + resolution: {integrity: sha512-ZxYw4DiNVchMxtCjVdLzXJ6+40To1C1B37PJ2a7zUP8Dxa62uGctbyb2PXAB1NmsCZOhy1d0QGEnjxK5LQocHQ==} dependencies: - '@giphy/js-types': 4.2.1 + '@giphy/js-types': 4.4.0 dompurify: 2.4.0 uuid: 8.3.2 dev: false - /@giphy/react-components/6.2.0_o6ujcdmwt6ni5mv4wdf5n6tg3y: - resolution: {integrity: sha512-fI6cNUl7WaTTRFTYxUIUew+3ilj1BqFH6bgl+1LsESSbWr1dpkG1MnPFPWWdk3dGETpxoAXjPsKJ6V6KChKmug==} + /@giphy/react-components/6.4.0_bkycudvrb3j3gvocoupj7qjewi: + resolution: {integrity: sha512-YBhHh72ort9xQN0sZE/0f+VTfAd9qIB3Kwh3gkIdk+lrub8p2Qbj8EqEyF5xSsDJHlU5IUNH3PAaj5ZfQ4G5Cg==} peerDependencies: react: 16.10.2 - 18 dependencies: - '@emotion/react': 11.9.3_cuziicjcvwawlf5iuhzacuhqcy - '@emotion/styled': 11.9.3_k5mwnuku3st74msu3y3fxwjuli - '@giphy/js-analytics': 4.1.1 + '@emotion/react': 11.9.3_xl5my4wapvq2ctl7qwehtbgorq + '@emotion/styled': 11.9.3_fhqx2qw7lfnut5yhosu25c54gi + '@giphy/js-analytics': 4.2.0 '@giphy/js-brand': 2.2.2 - '@giphy/js-fetch-api': 4.4.0 - '@giphy/js-types': 4.2.1 - '@giphy/js-util': 4.1.1 + '@giphy/js-fetch-api': 4.6.0 + '@giphy/js-types': 4.4.0 + '@giphy/js-util': 4.3.0 intersection-observer: 0.12.2 react: 18.2.0 react-use: 17.4.0_biqbaboplfbrettd7655fr4n2y @@ -4368,7 +4344,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 chalk: 4.1.2 jest-message-util: 29.3.1 jest-util: 29.3.1 @@ -4389,14 +4365,14 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.4.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 29.2.0 - jest-config: 29.3.1_@types+node@18.11.9 + jest-config: 29.3.1_@types+node@18.11.10 jest-haste-map: 29.3.1 jest-message-util: 29.3.1 jest-regex-util: 29.2.0 @@ -4423,17 +4399,10 @@ packages: dependencies: '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 jest-mock: 29.3.1 dev: true - /@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.3.1: resolution: {integrity: sha512-wlrznINZI5sMjwvUoLVk617ll/UYfGIZNxmbU+Pa7wmkL4vYzhV9R2pwVqUh4NWWuLQWkI8+8mOkxs//prKQ3g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -4457,7 +4426,7 @@ packages: dependencies: '@jest/types': 29.3.1 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.11.9 + '@types/node': 18.11.10 jest-message-util: 29.3.1 jest-mock: 29.3.1 jest-util: 29.3.1 @@ -4490,7 +4459,7 @@ packages: '@jest/transform': 29.3.1 '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.15 - '@types/node': 18.11.9 + '@types/node': 18.11.10 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -4551,7 +4520,7 @@ packages: resolution: {integrity: sha512-8wmCFBTVGYqFNLWfcOWoVuMuKYPUBTnTMDkdvFtAYELwDOl9RGwOsvQWGPFxDJ8AWY9xM/8xCXdqmPK3+Q5Lug==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jest/types': 29.3.1 '@jridgewell/trace-mapping': 0.3.15 babel-plugin-istanbul: 6.1.1 @@ -4577,7 +4546,7 @@ packages: '@jest/schemas': 29.0.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/yargs': 17.0.13 chalk: 4.1.2 dev: true @@ -4589,7 +4558,7 @@ packages: '@jest/schemas': 29.0.0 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/yargs': 17.0.13 chalk: 4.1.2 @@ -4639,8 +4608,8 @@ packages: resolution: {integrity: sha512-8TR5++Q/F//tpDsLd5zkrvEX5xxeemafEaek7mUp7Y+bI8cKQXdSqhzTOBaOogETcMOVr0pT3BBPXp13477ciw==} dev: false - /@lezer/css/1.0.0: - resolution: {integrity: sha512-616VqgDKumHmYIuxs3tnX1irEQmoDHgF/TlP4O5ICWwyHwLMErq+8iKVuzTkOdBqvYAVmObqThcDEAaaMJjAdg==} + /@lezer/css/1.1.1: + resolution: {integrity: sha512-mSjx+unLLapEqdOYDejnGBokB5+AiJKZVclmud0MKQOKx3DLJ5b5VTCstgDDknR6iIV4gVrN6euzsCnj0A2gQA==} dependencies: '@lezer/highlight': 1.1.1 '@lezer/lr': 1.2.3 @@ -4788,8 +4757,8 @@ packages: tslib: 2.4.0 dev: false - /@next/bundle-analyzer/13.0.5: - resolution: {integrity: sha512-45q05yO6ZqS5NHHaxnU/PsVdMw5XfT6d7CptFaIr/9O2nECDjhM56G5JQx+346fkI76l1embxkLBzoQByTYGKQ==} + /@next/bundle-analyzer/13.0.6: + resolution: {integrity: sha512-DRubgAxddPYog5GlmS3RkNOaRsSNQNNo+icc/i+grzPmJtYvPFsKuy7qCwyt0zSuW9aZfVOZGek1KQJ3c+5R4w==} dependencies: webpack-bundle-analyzer: 4.7.0 transitivePeerDependencies: @@ -4797,113 +4766,113 @@ packages: - utf-8-validate dev: true - /@next/env/13.0.5: - resolution: {integrity: sha512-F3KLtiDrUslAZhTYTh8Zk5ZaavbYwLUn3NYPBnOjAXU8hWm0QVGVzKIOuURQ098ofRU4e9oglf3Sj9pFx5nI5w==} + /@next/env/13.0.6: + resolution: {integrity: sha512-yceT6DCHKqPRS1cAm8DHvDvK74DLIkDQdm5iV+GnIts8h0QbdHvkUIkdOvQoOODgpr6018skbmSQp12z5OWIQQ==} - /@next/eslint-plugin-next/13.0.5: - resolution: {integrity: sha512-H9U9B1dFnCDmylDZ6/dYt95Ie1Iu+SLBMcO6rkIGIDcj5UK+DNyMiWm83xWBZ1gREM8cfp5Srv1g6wqf8pM4lw==} + /@next/eslint-plugin-next/13.0.6: + resolution: {integrity: sha512-JUANdYNCddhmQBjQQPxEJYL7GMCqYtbfrdmtX7c013srig7waNCG69Aoql7CgAgjdy8jn1ovHVdcF/NB46XN3Q==} dependencies: glob: 7.1.7 dev: false - /@next/swc-android-arm-eabi/13.0.5: - resolution: {integrity: sha512-YO691dxHlviy6H0eghgwqn+5kU9J3iQnKERHTDSppqjjGDBl6ab4wz9XfI5AhljjkaTg3TknHoIEWFDoZ4Ve8g==} + /@next/swc-android-arm-eabi/13.0.6: + resolution: {integrity: sha512-FGFSj3v2Bluw8fD/X+1eXIEB0PhoJE0zfutsAauRhmNpjjZshLDgoXMWm1jTRL/04K/o9gwwO2+A8+sPVCH1uw==} engines: {node: '>= 10'} cpu: [arm] os: [android] requiresBuild: true optional: true - /@next/swc-android-arm64/13.0.5: - resolution: {integrity: sha512-ugbwffkUmp8cd2afehDC8LtQeFUxElRUBBngfB5UYSWBx18HW4OgzkPFIY8jUBH16zifvGZWXbICXJWDHrOLtw==} + /@next/swc-android-arm64/13.0.6: + resolution: {integrity: sha512-7MgbtU7kimxuovVsd7jSJWMkIHBDBUsNLmmlkrBRHTvgzx5nDBXogP0hzZm7EImdOPwVMPpUHRQMBP9mbsiJYQ==} engines: {node: '>= 10'} cpu: [arm64] os: [android] requiresBuild: true optional: true - /@next/swc-darwin-arm64/13.0.5: - resolution: {integrity: sha512-mshlh8QOtOalfZbc17uNAftWgqHTKnrv6QUwBe+mpGz04eqsSUzVz1JGZEdIkmuDxOz00cK2NPoc+VHDXh99IQ==} + /@next/swc-darwin-arm64/13.0.6: + resolution: {integrity: sha512-AUVEpVTxbP/fxdFsjVI9d5a0CFn6NVV7A/RXOb0Y+pXKIIZ1V5rFjPwpYfIfyOo2lrqgehMNQcyMRoTrhq04xg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64/13.0.5: - resolution: {integrity: sha512-SfigOKW4Z2UB3ruUPyvrlDIkcJq1hiw1wvYApWugD+tQsAkYZKEoz+/8emCmeYZ6Gwgi1WHV+z52Oj8u7bEHPg==} + /@next/swc-darwin-x64/13.0.6: + resolution: {integrity: sha512-SasCDJlshglsPnbzhWaIF6VEGkQy2NECcAOxPwaPr0cwbbt4aUlZ7QmskNzgolr5eAjFS/xTr7CEeKJtZpAAtQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-freebsd-x64/13.0.5: - resolution: {integrity: sha512-0NJg8HZr4yG8ynmMGFXQf+Mahvq4ZgBmUwSlLXXymgxEQgH17erH/LoR69uITtW+KTsALgk9axEt5AAabM4ucg==} + /@next/swc-freebsd-x64/13.0.6: + resolution: {integrity: sha512-6Lbxd9gAdXneTkwHyYW/qtX1Tdw7ND9UbiGsGz/SP43ZInNWnW6q0au4hEVPZ9bOWWRKzcVoeTBdoMpQk9Hx9w==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] requiresBuild: true optional: true - /@next/swc-linux-arm-gnueabihf/13.0.5: - resolution: {integrity: sha512-Cye+h3oDT3NDWjACMlRaolL8fokpKie34FlPj9nfoW7bYKmoMBY1d4IO/GgBF+5xEl7HkH0Ny/qex63vQ0pN+A==} + /@next/swc-linux-arm-gnueabihf/13.0.6: + resolution: {integrity: sha512-wNdi5A519e1P+ozEuYOhWPzzE6m1y7mkO6NFwn6watUwO0X9nZs7fT9THmnekvmFQpaZ6U+xf2MQ9poQoCh6jQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu/13.0.5: - resolution: {integrity: sha512-5BfDS/VoRDR5QUGG9oedOCEZGmV2zxUVFYLUJVPMSMeIgqkjxWQBiG2BUHZI6/LGk9yvHmjx7BTvtBCLtRg6IQ==} + /@next/swc-linux-arm64-gnu/13.0.6: + resolution: {integrity: sha512-e8KTRnleQY1KLk5PwGV5hrmvKksCc74QRpHl5ffWnEEAtL2FE0ave5aIkXqErsPdXkiKuA/owp3LjQrP+/AH7Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl/13.0.5: - resolution: {integrity: sha512-xenvqlXz+KxVKAB1YR723gnVNszpsCvKZkiFFaAYqDGJ502YuqU2fwLsaSm/ASRizNcBYeo9HPLTyc3r/9cdMQ==} + /@next/swc-linux-arm64-musl/13.0.6: + resolution: {integrity: sha512-/7RF03C3mhjYpHN+pqOolgME3guiHU5T3TsejuyteqyEyzdEyLHod+jcYH6ft7UZ71a6TdOewvmbLOtzHW2O8A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu/13.0.5: - resolution: {integrity: sha512-9Ahi1bbdXwhrWQmOyoTod23/hhK05da/FzodiNqd6drrMl1y7+RujoEcU8Dtw3H1mGWB+yuTlWo8B4Iba8hqiQ==} + /@next/swc-linux-x64-gnu/13.0.6: + resolution: {integrity: sha512-kxyEXnYHpOEkFnmrlwB1QlzJtjC6sAJytKcceIyFUHbCaD3W/Qb5tnclcnHKTaFccizZRePXvV25Ok/eUSpKTw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl/13.0.5: - resolution: {integrity: sha512-V+1mnh49qmS9fOZxVRbzjhBEz9IUGJ7AQ80JPWAYQM5LI4TxfdiF4APLPvJ52rOmNeTqnVz1bbKtVOso+7EZ4w==} + /@next/swc-linux-x64-musl/13.0.6: + resolution: {integrity: sha512-N0c6gubS3WW1oYYgo02xzZnNatfVQP/CiJq2ax+DJ55ePV62IACbRCU99TZNXXg+Kos6vNW4k+/qgvkvpGDeyA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc/13.0.5: - resolution: {integrity: sha512-wRE9rkp7I+/3Jf2T9PFIJOKq3adMWYEFkPOA7XAkUfYbQHlDJm/U5cVCWUsKByyQq5RThwufI91sgd19MfxRxg==} + /@next/swc-win32-arm64-msvc/13.0.6: + resolution: {integrity: sha512-QjeMB2EBqBFPb/ac0CYr7GytbhUkrG4EwFWbcE0vsRp4H8grt25kYpFQckL4Jak3SUrp7vKfDwZ/SwO7QdO8vw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc/13.0.5: - resolution: {integrity: sha512-Q1XQSLEhFuFhkKFdJIGt7cYQ4T3u6P5wrtUNreg5M+7P+fjSiC8+X+Vjcw+oebaacsdl0pWZlK+oACGafush1w==} + /@next/swc-win32-ia32-msvc/13.0.6: + resolution: {integrity: sha512-EQzXtdqRTcmhT/tCq81rIwE36Y3fNHPInaCuJzM/kftdXfa0F+64y7FAoMO13npX8EG1+SamXgp/emSusKrCXg==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc/13.0.5: - resolution: {integrity: sha512-t5gRblrwwiNZP6cT7NkxlgxrFgHWtv9ei5vUraCLgBqzvIsa7X+PnarZUeQCXqz6Jg9JSGGT9j8lvzD97UqeJQ==} + /@next/swc-win32-x64-msvc/13.0.6: + resolution: {integrity: sha512-pSkqZ//UP/f2sS9T7IvHLfEWDPTX0vRyXJnAUNisKvO3eF3e1xdhDX7dix/X3Z3lnN4UjSwOzclAI87JFbOwmQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -4949,7 +4918,7 @@ packages: engines: {node: '>=14'} hasBin: true dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 playwright-core: 1.28.1 dev: true @@ -4960,7 +4929,7 @@ packages: resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==} dev: false - /@prettier/plugin-php/0.19.2_prettier@2.7.1: + /@prettier/plugin-php/0.19.2_prettier@2.8.0: resolution: {integrity: sha512-j4Io//Js9ajKP7vgjKpS0rS8B/HKIJxutUshlbCpXvsP8Cz28MYp2VFJytpS9zyLEfsMPXordNWjkBVvHRL7ow==} peerDependencies: prettier: ^1.15.0 || ^2.0.0 @@ -4968,11 +4937,11 @@ packages: linguist-languages: 7.21.0 mem: 8.1.1 php-parser: 3.1.2 - prettier: 2.7.1 + prettier: 2.8.0 dev: true - /@prisma/client/4.6.1_prisma@4.6.1: - resolution: {integrity: sha512-M1+NNrMzqaOIxT7PBGcTs3IZo7d1EW/+gVQd4C4gUgWBDGgD9AcIeZnUSidgWClmpMSgVUdnVORjsWWGUameYA==} + /@prisma/client/4.7.1_prisma@4.7.1: + resolution: {integrity: sha512-/GbnOwIPtjiveZNUzGXOdp7RxTEkHL4DZP3vBaFNadfr6Sf0RshU5EULFzVaSi9i9PIK9PYd+1Rn7z2B2npb9w==} engines: {node: '>=14.17'} requiresBuild: true peerDependencies: @@ -4981,16 +4950,16 @@ packages: prisma: optional: true dependencies: - '@prisma/engines-version': 4.6.1-3.694eea289a8462c80264df36757e4fdc129b1b32 - prisma: 4.6.1 + '@prisma/engines-version': 4.7.1-1.272861e07ab64f234d3ffc4094e32bd61775599c + prisma: 4.7.1 dev: false - /@prisma/engines-version/4.6.1-3.694eea289a8462c80264df36757e4fdc129b1b32: - resolution: {integrity: sha512-HUCmkXAU2jqp2O1RvNtbE+seLGLyJGEABZS/R38rZjSAafAy0WzBuHq+tbZMnD+b5OSCsTVtIPVcuvx1ySxcWQ==} + /@prisma/engines-version/4.7.1-1.272861e07ab64f234d3ffc4094e32bd61775599c: + resolution: {integrity: sha512-Bd4LZ+WAnUHOq31e9X/ihi5zPlr4SzTRwUZZYxvWOxlerIZ7HJlVa9zXpuKTKLpI9O1l8Ec4OYCKsivWCs5a3Q==} dev: false - /@prisma/engines/4.6.1: - resolution: {integrity: sha512-3u2/XxvxB+Q7cMXHnKU0CpBiUK1QWqpgiBv28YDo1zOIJE3FCF8DI2vrp6vuwjGt5h0JGXDSvmSf4D4maVjJdw==} + /@prisma/engines/4.7.1: + resolution: {integrity: sha512-zWabHosTdLpXXlMefHmnouhXMoTB1+SCbUU3t4FCmdrtIOZcarPKU3Alto7gm/pZ9vHlGOXHCfVZ1G7OIrSbog==} requiresBuild: true /@radix-ui/react-compose-refs/1.0.0_react@18.2.0: @@ -5066,13 +5035,13 @@ packages: resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==} dev: false - /@sentry/browser/7.21.1: - resolution: {integrity: sha512-cS2Jz2+fs9+4pJqLJPtYqGyY97ywJDWAWIR1Yla3hs1QQuH6m0Nz3ojZD1gE2eKH9mHwkGbnNAh+hHcrYrfGzw==} + /@sentry/browser/7.23.0: + resolution: {integrity: sha512-2/dLGOSaM5AvlRdMgYxDyxPxkUUqYyxF7QZ0NicdIXkKXa0fM38IdibeXrE8XzC7rF2B7DQZ6U7uDb1Yry60ig==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.21.1 - '@sentry/types': 7.21.1 - '@sentry/utils': 7.21.1 + '@sentry/core': 7.23.0 + '@sentry/types': 7.23.0 + '@sentry/utils': 7.23.0 tslib: 1.14.1 dev: false @@ -5094,27 +5063,27 @@ packages: - supports-color dev: false - /@sentry/core/7.21.1: - resolution: {integrity: sha512-Og5wEEsy24fNvT/T7IKjcV4EvVK5ryY2kxbJzKY6GU2eX+i+aBl+n/vp7U0Es351C/AlTkS+0NOUsp2TQQFxZA==} + /@sentry/core/7.23.0: + resolution: {integrity: sha512-oNLGsscSdMs1urCbpwe868NsoJWyeTOQXOm5w2e78yE7G6zm2Ra473NQio3lweaEvjQgSGpFyEfAn/3ubZbtPw==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.21.1 - '@sentry/utils': 7.21.1 + '@sentry/types': 7.23.0 + '@sentry/utils': 7.23.0 tslib: 1.14.1 dev: false - /@sentry/integrations/7.21.1: - resolution: {integrity: sha512-DbQZSdsqaD9RTy5WvLzonoJa2CIgeapnGfFOadnQGOD8A8GT9Bre/BgcQ5ksHqGnVfzYwpU26k/ue9gjXnI/Pg==} + /@sentry/integrations/7.23.0: + resolution: {integrity: sha512-KbVaIRQPhGkmrdFVXS+eTM2Dvzz5skb7lnxsRF3dGfH6+EsVJfqfz/9jbAKgEDMpHtPCGJ6/369g/AgM/ljoGg==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.21.1 - '@sentry/utils': 7.21.1 + '@sentry/types': 7.23.0 + '@sentry/utils': 7.23.0 localforage: 1.10.0 tslib: 1.14.1 dev: false - /@sentry/nextjs/7.21.1_next@13.0.5+react@18.2.0: - resolution: {integrity: sha512-PNX9p8YtXkDXHAJXtngNNLnPNVPuKK3kpCItnoIqMHFrFc5acpUObIyfTZseycv7yBgflw/4206VVBCyIDBeMA==} + /@sentry/nextjs/7.23.0_next@13.0.6+react@18.2.0: + resolution: {integrity: sha512-GkefELyxAdoLVY8fd5zdwwqHCO2HCO7X2jGydMW6FGbQ2JE3c8f9Z0B61o/Gfyt/XOcp/83PCFwGoLfWOwOrrg==} engines: {node: '>=8'} peerDependencies: next: ^10.0.8 || ^11.0 || ^12.0 || ^13.0 @@ -5126,16 +5095,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.21.1 - '@sentry/integrations': 7.21.1 - '@sentry/node': 7.21.1 - '@sentry/react': 7.21.1_react@18.2.0 - '@sentry/tracing': 7.21.1 - '@sentry/types': 7.21.1 - '@sentry/utils': 7.21.1 + '@sentry/core': 7.23.0 + '@sentry/integrations': 7.23.0 + '@sentry/node': 7.23.0 + '@sentry/react': 7.23.0_react@18.2.0 + '@sentry/tracing': 7.23.0 + '@sentry/types': 7.23.0 + '@sentry/utils': 7.23.0 '@sentry/webpack-plugin': 1.20.0 chalk: 3.0.0 - next: 13.0.5_mqvh5p7ejg4taogoj6tpk3gd5a + next: 13.0.6_672uxklweod7ene3nqtsh262ca react: 18.2.0 rollup: 2.78.0 tslib: 1.14.1 @@ -5144,13 +5113,13 @@ packages: - supports-color dev: false - /@sentry/node/7.21.1: - resolution: {integrity: sha512-B+p1nQHaFWdCCRVmvqlr/+vdQCI3mGLObucNfK2YC22IQZg7+3u6tEbxJ7umITIjeSSKgf7ZoZwCxL9VfkrNXg==} + /@sentry/node/7.23.0: + resolution: {integrity: sha512-w6J+5YRsQEn55508yQYT43ahMP5IHruxq8XnFqYMFZvRohVxrZ1qTz7AMoSgc8fDcHr+LKhs1PxJIqqNwkWrFA==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.21.1 - '@sentry/types': 7.21.1 - '@sentry/utils': 7.21.1 + '@sentry/core': 7.23.0 + '@sentry/types': 7.23.0 + '@sentry/utils': 7.23.0 cookie: 0.4.2 https-proxy-agent: 5.0.1 lru_map: 0.3.3 @@ -5159,40 +5128,40 @@ packages: - supports-color dev: false - /@sentry/react/7.21.1_react@18.2.0: - resolution: {integrity: sha512-w91PIUyX07mErKgrBQA+7ID8zFKrYDUYSOrFSHufg5DdPq4EpHiNDe/Yngg3e9ELhtr1AbCnEvx9wlvqLi3nZQ==} + /@sentry/react/7.23.0_react@18.2.0: + resolution: {integrity: sha512-MY8WhhImMYEbF8YMPHxs/fhQ9DftmWz1KxT52jEcZUAYfbwmt8zVy4LfBUpMNA4rFy72E9k4DsFQtD0FwCcp3g==} engines: {node: '>=8'} peerDependencies: react: 15.x || 16.x || 17.x || 18.x dependencies: - '@sentry/browser': 7.21.1 - '@sentry/types': 7.21.1 - '@sentry/utils': 7.21.1 + '@sentry/browser': 7.23.0 + '@sentry/types': 7.23.0 + '@sentry/utils': 7.23.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 tslib: 1.14.1 dev: false - /@sentry/tracing/7.21.1: - resolution: {integrity: sha512-b1BTPsRaNQpohzegoz59KGuBl+To651vEq0vMS4tCzSyIdxkYso3JCrjDdEqW/2MliQYANNVrUai2bmwmU9h1g==} + /@sentry/tracing/7.23.0: + resolution: {integrity: sha512-sbwvf6gjLgUTkBwZQOV7RkZPah7KnnpeVcwnNl+vigq6FNgNtejz53FFCo6t4mNGZSerfWbEy/c3C1LMX9AaXw==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.21.1 - '@sentry/types': 7.21.1 - '@sentry/utils': 7.21.1 + '@sentry/core': 7.23.0 + '@sentry/types': 7.23.0 + '@sentry/utils': 7.23.0 tslib: 1.14.1 dev: false - /@sentry/types/7.21.1: - resolution: {integrity: sha512-3/IKnd52Ol21amQvI+kz+WB76s8/LR5YvFJzMgIoI2S8d82smIr253zGijRXxHPEif8kMLX4Yt+36VzrLxg6+A==} + /@sentry/types/7.23.0: + resolution: {integrity: sha512-fZ5XfVRswVZhKoCutQ27UpIHP16tvyc6ws+xq+njHv8Jg8gFBCoOxlJxuFhegD2xxylAn1aiSHNAErFWdajbpA==} engines: {node: '>=8'} dev: false - /@sentry/utils/7.21.1: - resolution: {integrity: sha512-F0W0AAi8tgtTx6ApZRI2S9HbXEA9ENX1phTZgdNNWcMFm1BNbc21XEwLqwXBNjub5nlA6CE8xnjXRgdZKx4kzQ==} + /@sentry/utils/7.23.0: + resolution: {integrity: sha512-ad/XXH03MfgDH/7N7FjKEOVaKrfQWdMaE0nCxZCr2RrvlitlmGQmPpms95epr1CpzSU3BDRImlILx6+TlrXOgg==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.21.1 + '@sentry/types': 7.23.0 tslib: 1.14.1 dev: false @@ -5251,118 +5220,118 @@ packages: webpack-sources: 3.2.3 dev: false - /@stripe/react-stripe-js/1.15.0_mljfwq7caaxrtdqn7u72ntpebq: - resolution: {integrity: sha512-nqIOuAbbAN1p/zj2d2vykMzd097ZiHbu0+EpPRcfiswBRQIQIZaPrUwmj6HGD8BRA6Wp89mZen1UJbqtsfc3ZA==} + /@stripe/react-stripe-js/1.16.0_keartrz7uyerl3wkpjpue4xbhy: + resolution: {integrity: sha512-HCgaZjo2tGn7ZxMul6NAiBNYgPBIX5Bxx0lsE8DxFakp1v/JA0KZezs0HXj37Ua0clK1Ip4kVCBG0TIJsqf/Aw==} peerDependencies: '@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.44.1 + '@stripe/stripe-js': 1.46.0 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@stripe/stripe-js/1.44.1: - resolution: {integrity: sha512-DKj3U6tS+sCNsSXsoZbOl5gDrAVD3cAZ9QCiVSykLC3iJo085kkmw/3BAACRH54Bq2bN34yySuH6G1SLh2xHXA==} + /@stripe/stripe-js/1.46.0: + resolution: {integrity: sha512-dkm0zCEoRLu5rTnsIgwDf/QG2DKcalOT2dk1IVgMySOHWTChLyOvQwMYhEduGgLvyYWTwNhAUV4WOLPQvjwLwA==} dev: false - /@svgr/babel-plugin-add-jsx-attribute/6.5.1_@babel+core@7.20.2: + /@svgr/babel-plugin-add-jsx-attribute/6.5.1_@babel+core@7.20.5: resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 dev: false - /@svgr/babel-plugin-remove-jsx-attribute/6.5.0_@babel+core@7.20.2: + /@svgr/babel-plugin-remove-jsx-attribute/6.5.0_@babel+core@7.20.5: resolution: {integrity: sha512-8zYdkym7qNyfXpWvu4yq46k41pyNM9SOstoWhKlm+IfdCE1DdnRKeMUPsWIEO/DEkaWxJ8T9esNdG3QwQ93jBA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 dev: false - /@svgr/babel-plugin-remove-jsx-empty-expression/6.5.0_@babel+core@7.20.2: + /@svgr/babel-plugin-remove-jsx-empty-expression/6.5.0_@babel+core@7.20.5: resolution: {integrity: sha512-NFdxMq3xA42Kb1UbzCVxplUc0iqSyM9X8kopImvFnB+uSDdzIHOdbs1op8ofAvVRtbg4oZiyRl3fTYeKcOe9Iw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 dev: false - /@svgr/babel-plugin-replace-jsx-attribute-value/6.5.1_@babel+core@7.20.2: + /@svgr/babel-plugin-replace-jsx-attribute-value/6.5.1_@babel+core@7.20.5: resolution: {integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 dev: false - /@svgr/babel-plugin-svg-dynamic-title/6.5.1_@babel+core@7.20.2: + /@svgr/babel-plugin-svg-dynamic-title/6.5.1_@babel+core@7.20.5: resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 dev: false - /@svgr/babel-plugin-svg-em-dimensions/6.5.1_@babel+core@7.20.2: + /@svgr/babel-plugin-svg-em-dimensions/6.5.1_@babel+core@7.20.5: resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 dev: false - /@svgr/babel-plugin-transform-react-native-svg/6.5.1_@babel+core@7.20.2: + /@svgr/babel-plugin-transform-react-native-svg/6.5.1_@babel+core@7.20.5: resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 dev: false - /@svgr/babel-plugin-transform-svg-component/6.5.1_@babel+core@7.20.2: + /@svgr/babel-plugin-transform-svg-component/6.5.1_@babel+core@7.20.5: resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==} engines: {node: '>=12'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 dev: false - /@svgr/babel-preset/6.5.1_@babel+core@7.20.2: + /@svgr/babel-preset/6.5.1_@babel+core@7.20.5: resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@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 + '@babel/core': 7.20.5 + '@svgr/babel-plugin-add-jsx-attribute': 6.5.1_@babel+core@7.20.5 + '@svgr/babel-plugin-remove-jsx-attribute': 6.5.0_@babel+core@7.20.5 + '@svgr/babel-plugin-remove-jsx-empty-expression': 6.5.0_@babel+core@7.20.5 + '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1_@babel+core@7.20.5 + '@svgr/babel-plugin-svg-dynamic-title': 6.5.1_@babel+core@7.20.5 + '@svgr/babel-plugin-svg-em-dimensions': 6.5.1_@babel+core@7.20.5 + '@svgr/babel-plugin-transform-react-native-svg': 6.5.1_@babel+core@7.20.5 + '@svgr/babel-plugin-transform-svg-component': 6.5.1_@babel+core@7.20.5 dev: false /@svgr/core/6.5.1: resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.20.2 - '@svgr/babel-preset': 6.5.1_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@svgr/babel-preset': 6.5.1_@babel+core@7.20.5 '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.5.1 camelcase: 6.3.0 cosmiconfig: 7.0.1 @@ -5374,7 +5343,7 @@ packages: resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 entities: 4.4.0 dev: false @@ -5384,8 +5353,8 @@ packages: peerDependencies: '@svgr/core': ^6.0.0 dependencies: - '@babel/core': 7.20.2 - '@svgr/babel-preset': 6.5.1_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@svgr/babel-preset': 6.5.1_@babel+core@7.20.5 '@svgr/core': 6.5.1 '@svgr/hast-util-to-babel-ast': 6.5.1 svg-parser: 2.0.4 @@ -5409,11 +5378,11 @@ packages: resolution: {integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-transform-react-constant-elements': 7.18.12_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@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/core': 7.20.5 + '@babel/plugin-transform-react-constant-elements': 7.18.12_@babel+core@7.20.5 + '@babel/preset-env': 7.20.2_@babel+core@7.20.5 + '@babel/preset-react': 7.18.6_@babel+core@7.20.5 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.5 '@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 @@ -5439,12 +5408,12 @@ packages: dependencies: defer-to-connect: 2.0.1 - /@tanstack/query-core/4.18.0: - resolution: {integrity: sha512-PP4mG8MD08sq64RZCqMfXMYfaj7+Oulwg7xZ/fJoEOdTZNcPIgaOkHajZvUBsNLbi/0ViMvJB4cFkL2Jg2WPbw==} + /@tanstack/query-core/4.19.1: + resolution: {integrity: sha512-Zp0aIose5C8skBzqbVFGk9HJsPtUhRVDVNWIqVzFbGQQgYSeLZMd3Sdb4+EnA5wl1J7X+bre2PJGnQg9x/zHOA==} dev: false - /@tanstack/react-query/4.18.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-s1kdbGMdVcfUIllzsHUqVUdktBT5uuIRgnvrqFNLjl9TSOXEoBSDrhjsGjao0INQZv8cMpQlgOh3YH9YtN6cKw==} + /@tanstack/react-query/4.19.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-5dvHvmc0vrWI03AJugzvKfirxCyCLe+qawrWFCXdu8t7dklIhJ7D5ZhgTypv7mMtIpdHPcECtCiT/+V74wCn2A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5455,7 +5424,7 @@ packages: react-native: optional: true dependencies: - '@tanstack/query-core': 4.18.0 + '@tanstack/query-core': 4.19.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 use-sync-external-store: 1.2.0_react@18.2.0 @@ -5494,53 +5463,53 @@ packages: engines: {node: '>= 10'} dev: true - /@trpc/client/10.3.0_@trpc+server@10.3.0: - resolution: {integrity: sha512-plZ/uNGVZ0tsMwJKjVLUzT7B1kGxa+TpLxZ9i9OfxKUpPnMtz0MSg8Qx2oHqTqbGgcmmekyusmTfLyNzym2ZlA==} + /@trpc/client/10.4.3_@trpc+server@10.4.3: + resolution: {integrity: sha512-VMdyLHr6PG2FlMxnbPt/6jniDBxv3Ys1hFhk0AriFDD9h4Lg9fznwGn5RI1eV5RCOAoCQ/+ZwPMSKOMBhiycTw==} peerDependencies: - '@trpc/server': 10.3.0 + '@trpc/server': 10.4.3 dependencies: - '@trpc/server': 10.3.0 + '@trpc/server': 10.4.3 dev: false - /@trpc/next/10.3.0_vi2iz35cofb5u3hzttlzs2jwlq: - resolution: {integrity: sha512-d8+c5SsAnE0v6ZSTYZwp+OomTI8MkJUf4yoH8WvOwM6HWR1z00ua8Jdp7jfu+RkJJIcDGi+NgDDOjaLvB5RR2w==} + /@trpc/next/10.4.3_diwvdd2upbq3oxpk4kmtk7r6my: + resolution: {integrity: sha512-H4sM3lrtA2seFFkgXcW3ZQLCqGS7YqJNYDQx8FOlvcoH+klmQ+UNNgurdP2R/i50nGFwc4aN9kENrsvq0xfH5A==} peerDependencies: '@tanstack/react-query': ^4.3.8 - '@trpc/client': 10.3.0 + '@trpc/client': 10.4.3 '@trpc/react-query': ^10.0.0-proxy-beta.21 - '@trpc/server': 10.3.0 + '@trpc/server': 10.4.3 next: '*' react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@tanstack/react-query': 4.18.0_biqbaboplfbrettd7655fr4n2y - '@trpc/client': 10.3.0_@trpc+server@10.3.0 - '@trpc/react-query': 10.3.0_bhwn3e6ab7ypvnnsonc4sfinhq - '@trpc/server': 10.3.0 - next: 13.0.5_mqvh5p7ejg4taogoj6tpk3gd5a + '@tanstack/react-query': 4.19.1_biqbaboplfbrettd7655fr4n2y + '@trpc/client': 10.4.3_@trpc+server@10.4.3 + '@trpc/react-query': 10.4.3_x72ucuwg27nhluiflrpycjcdya + '@trpc/server': 10.4.3 + next: 13.0.6_672uxklweod7ene3nqtsh262ca react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-ssr-prepass: 1.5.0_react@18.2.0 dev: false - /@trpc/react-query/10.3.0_bhwn3e6ab7ypvnnsonc4sfinhq: - resolution: {integrity: sha512-qxVcGAf5A9i9yaYJmVhgbOysfcHvZj7rnOSiKPNWSEd3k5UHHizTrEcY++lhEzpdTxDLzEr/mV1oisByv0ymXQ==} + /@trpc/react-query/10.4.3_x72ucuwg27nhluiflrpycjcdya: + resolution: {integrity: sha512-gm8hnV8Q7RPc0am0paSuu30+jk9cQoJhKByAdrTRoLUEkuDb7r78sebN6RM3OYMPfWfSBGutIoWHkjJzP2kdtw==} peerDependencies: '@tanstack/react-query': ^4.3.8 - '@trpc/client': 10.3.0 - '@trpc/server': 10.3.0 + '@trpc/client': 10.4.3 + '@trpc/server': 10.4.3 react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@tanstack/react-query': 4.18.0_biqbaboplfbrettd7655fr4n2y - '@trpc/client': 10.3.0_@trpc+server@10.3.0 - '@trpc/server': 10.3.0 + '@tanstack/react-query': 4.19.1_biqbaboplfbrettd7655fr4n2y + '@trpc/client': 10.4.3_@trpc+server@10.4.3 + '@trpc/server': 10.4.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@trpc/server/10.3.0: - resolution: {integrity: sha512-PdSSmO9vBeWKdVhr3WHUPAPscOLLY+M6G7CL1AqjNL1grTOiB0bN1bvb4/D9qAdgwWB8qZOLb7WeuAudyD4FpQ==} + /@trpc/server/10.4.3: + resolution: {integrity: sha512-U+TVFtMUnySUfKHXjdpdZdFS268naGafbjQiG/H7t0OKpiLnbJ4IhgyYzj82Hvghb6Ow9E+UTNt6ALP7KoN4/g==} dev: false /@trysound/sax/0.2.0: @@ -5658,8 +5627,8 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.2 @@ -5668,33 +5637,33 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.20.5 + '@babel/types': 7.20.5 dev: true /@types/babel__traverse/7.18.2: resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 dev: true /@types/body-parser/1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/canvas-confetti/1.6.0: @@ -5705,17 +5674,19 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.31 - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false - /@types/cors/2.8.12: - resolution: {integrity: sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==} + /@types/cors/2.8.13: + resolution: {integrity: sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA==} + dependencies: + '@types/node': 18.11.10 dev: true /@types/eslint-scope/3.7.4: @@ -5736,7 +5707,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 dev: false @@ -5757,7 +5728,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: true /@types/hast/2.3.4: @@ -5772,7 +5743,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 hoist-non-react-statics: 3.3.2 dev: false @@ -5786,7 +5757,7 @@ packages: /@types/http-proxy/1.17.9: resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/is-hotkey/0.1.7: @@ -5806,11 +5777,11 @@ packages: dependencies: '@types/istanbul-lib-report': 3.0.0 - /@types/jest/29.2.3: - resolution: {integrity: sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w==} + /@types/jest/29.2.4: + resolution: {integrity: sha512-PipFB04k2qTRPePduVLTRiPzQfvMeLwUN3Z21hsAKaB/W9IIzgB2pizCL466ftJlcyZqnHoC9ZHpxLGl3fS86A==} dependencies: - expect: 29.2.2 - pretty-format: 29.2.1 + expect: 29.3.1 + pretty-format: 29.3.1 dev: true /@types/js-cookie/2.2.7: @@ -5820,7 +5791,7 @@ packages: /@types/jsdom/20.0.0: resolution: {integrity: sha512-YfAchFs0yM1QPDrLm2VHe+WHGtqms3NXnXAMolrgrVP6fgBHHXy1ozAbo/dFtPNtZC/m66bPiCTWYmqp1F14gA==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 '@types/tough-cookie': 4.0.2 parse5: 7.1.1 dev: true @@ -5835,13 +5806,13 @@ packages: /@types/jsonwebtoken/8.5.9: resolution: {integrity: sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/lodash.mergewith/4.6.6: @@ -5869,7 +5840,7 @@ packages: /@types/micro/7.3.7: resolution: {integrity: sha512-MFsX7eCj0Tg3TtphOQvANNvNtFpya+s/rYOCdV6o+DFjOQPFi2EVRbBALjbbgZTXUaJP1Q281MJiJOD40d0UxQ==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: true /@types/mime/3.0.1: @@ -5879,20 +5850,20 @@ packages: /@types/minio/7.0.15: resolution: {integrity: sha512-1VR05lWJDuxkn/C7d87MPAJs0p+onKnkUN3nyQ0xrrtaziZQmONy/nxXRaAVWheEyIb6sl0TTi77I/GAQDN5Lw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: true /@types/node/17.0.45: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node/18.11.9: - resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} + /@types/node/18.11.10: + resolution: {integrity: sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==} /@types/nodemailer/6.4.6: resolution: {integrity: sha512-pD6fL5GQtUKvD2WnPmg5bC2e8kWCAPDwMPmHe/ohQbW+Dy0EcHgZ2oCSuPlWNqk74LS5BVMig1SymQbFMPPK3w==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: true /@types/normalize-package-data/2.4.1: @@ -5906,7 +5877,7 @@ packages: /@types/papaparse/5.3.5: resolution: {integrity: sha512-R1icl/hrJPFRpuYj9PVG03WBAlghJj4JW9Py5QdR8FFSxaLmZRyu7xYDCCBZIJNfUv3MYaeBbhBoX958mUTAaw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: true /@types/parse-json/4.0.0: @@ -5924,7 +5895,7 @@ packages: /@types/prompts/2.4.1: resolution: {integrity: sha512-1Mqzhzi9W5KlooNE4o0JwSXGUDeQXKldbGn9NO4tpxwZbHXYd+WcKpCksG2lbhH7U9I9LigfsdVsP2QAY0lNPA==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: true /@types/prop-types/15.7.5: @@ -5940,14 +5911,14 @@ packages: /@types/react-phone-number-input/3.0.14: resolution: {integrity: sha512-xOje1m+Z9n3kxj5/bCJzpDeokA95aYYuFbmcK8myyod+KLy3h5tKwCQwSEcU+603EeyfgTMkjz7GYY9S0aZLCQ==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 dev: true /@types/react-redux/7.1.24: resolution: {integrity: sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.25 + '@types/react': 18.0.26 hoist-non-react-statics: 3.3.2 redux: 4.2.0 dev: false @@ -5956,7 +5927,7 @@ packages: resolution: {integrity: sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-router': 5.1.19 dev: false @@ -5964,7 +5935,7 @@ packages: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.25 + '@types/react': 18.0.26 '@types/react-router': 5.1.19 dev: false @@ -5972,19 +5943,19 @@ packages: resolution: {integrity: sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.25 + '@types/react': 18.0.26 dev: false /@types/react-scroll/1.8.5: resolution: {integrity: sha512-+adEt41hQHMX4aoBOD9Y336QzQzAtlFXTrsFWToS+efgqsYXUOo0JKLeI0O5GLE50Peap6DsbUQRK6gnv8t6wQ==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 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.25 + '@types/react': 18.0.26 dev: true /@types/react/18.0.25: @@ -5994,10 +5965,17 @@ packages: '@types/scheduler': 0.16.2 csstype: 3.1.1 + /@types/react/18.0.26: + resolution: {integrity: sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.1.1 + /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/retry/0.12.0: @@ -6013,7 +5991,7 @@ packages: /@types/sax/1.2.4: resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/scheduler/0.16.2: @@ -6029,13 +6007,13 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/stack-utils/2.0.1: @@ -6057,7 +6035,7 @@ packages: /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 dev: false /@types/yargs-parser/21.0.0: @@ -6068,7 +6046,7 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/parser/5.43.0_hsf322ms6xhhd4b5ne6lb74y4a: + /@typescript-eslint/parser/5.43.0_s5ps7njkmjlaqajutnox5ntcla: resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6082,7 +6060,7 @@ packages: '@typescript-eslint/types': 5.43.0 '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 debug: 4.3.4 - eslint: 8.28.0 + eslint: 8.29.0 typescript: 4.9.3 transitivePeerDependencies: - supports-color @@ -6130,8 +6108,8 @@ packages: eslint-visitor-keys: 3.3.0 dev: false - /@udecode/plate-basic-marks/18.9.0_qbwdrgbzdszuchmsdbxkacoc6i: - resolution: {integrity: sha512-L/n0fBGr8GsN+TTSLWLSddCP4QlDDNYOzGzReb9YAiF1AvzSTE8gTgic+T2rfk7uv04Gig/MiBcnK6uU/iekMQ==} + /@udecode/plate-basic-marks/18.13.0_7d6ihf2kewtwjuzinz26ddnuhq: + resolution: {integrity: sha512-uwAmhXdMbvUhUyG6A0jhDEla5DDqP1lBnhLe8Pm+PGNRl4/UENtCWc/f3rxffJEjCS+59a3W+VILCNUoUEoHYg==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6139,12 +6117,12 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6159,8 +6137,8 @@ packages: - xstate dev: false - /@udecode/plate-button/18.9.0_qbwdrgbzdszuchmsdbxkacoc6i: - resolution: {integrity: sha512-USgJNBUPb9dAyxK9EmlsX6xA8aCI5DcQNo7SzIFG0P2xlXWCu6dgoVCEUSr+1qkVGD5UUGGKG+2b3rEwdgwfgw==} + /@udecode/plate-button/18.13.0_7d6ihf2kewtwjuzinz26ddnuhq: + resolution: {integrity: sha512-3OKE9nhpOvZvQQaYBdPHY6csLQeakyNmUg+v6sjM8aJJcAufOdcL5GoAm5f6gRARkdUZJRDZik+bt5xcHuM0UQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6168,12 +6146,12 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6188,7 +6166,7 @@ packages: - xstate dev: false - /@udecode/plate-common/7.0.2_2npvsnaaim3osywur4n3dtxjwq: + /@udecode/plate-common/7.0.2_kdcf77jyhqhkk4nf6ve56gfpim: resolution: {integrity: sha512-FYggaasSk7Acy+l/N+dMCuBrVKXwEyRFATry4c5crjQqqhz7PPKtNmmpBGVOLFrEuI76gzZXzk3IrXRwPQebbQ==} peerDependencies: react: '>=16.8.0' @@ -6197,17 +6175,17 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.66.1' dependencies: - '@udecode/plate-core': 7.0.2_2npvsnaaim3osywur4n3dtxjwq + '@udecode/plate-core': 7.0.2_kdcf77jyhqhkk4nf6ve56gfpim is-hotkey: 0.1.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym dev: false - /@udecode/plate-core/18.9.0_qbwdrgbzdszuchmsdbxkacoc6i: - resolution: {integrity: sha512-QYOB/+Y0OGELf426bigwloMBg8K+d+nNL7lmxdLj9ios4FiF0aVidVcP75uyHDC7Vy/9bpiF5Ti8lda4d/n4wQ==} + /@udecode/plate-core/18.13.0_7d6ihf2kewtwjuzinz26ddnuhq: + resolution: {integrity: sha512-VWUpqTbEKOvjM3VF7V3NtzHmBTAC6GTGSkjELyorX8RrECBrdVu9LTiPaRCCfYb4XsVCWWSdWr4XZfnBlPrx0Q==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6218,15 +6196,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_xeqeww3zlamkk42mxejxlzumlu + jotai: 1.8.4_ie5fh5dexxim7kzq5x6jrhsvfu 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.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym use-deep-compare: 1.1.0_react@18.2.0 zustand: 3.7.2_react@18.2.0 transitivePeerDependencies: @@ -6243,7 +6221,7 @@ packages: - xstate dev: false - /@udecode/plate-core/7.0.2_2npvsnaaim3osywur4n3dtxjwq: + /@udecode/plate-core/7.0.2_kdcf77jyhqhkk4nf6ve56gfpim: resolution: {integrity: sha512-YFmzVRcRWkWRbqRuD/guCHuSb/NSdUtUocSz1XL7I/oCzZgXY5ddqsj6Aciu2hiiI0s9PeeAPwmegOi1lsClRg==} peerDependencies: react: '>=16.8.0' @@ -6256,14 +6234,14 @@ packages: lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym zustand: 3.7.2_react@18.2.0 dev: false - /@udecode/plate-floating/18.9.0_umcwtmj5hpn256lo2d634axy3y: - resolution: {integrity: sha512-X0Df7D+/DZxs3l6KuhvXPNcL0izHbQ5L0VD2XxJTETgPRvI036k7lWgnTM0ZtoRD2XLtMqk1OMoeiwQzhLwBpw==} + /@udecode/plate-floating/18.13.0_uqenfjf4jlrmh4vmthsjjikhum: + resolution: {integrity: sha512-5DRoDQdxDr0XsFa2Gj2skbNiP88gwU1rIoJIORMZ0dJmMQ9RDYjmAhQimTCGMKPkkSVmF0t9HeGe9s5ocfkbEg==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6271,13 +6249,13 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@floating-ui/react-dom-interactions': 0.6.6_2zx2umvpluuhvlq44va5bta2da - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i + '@floating-ui/react-dom-interactions': 0.6.6_ib3m5ricvtkl2cll7qpr2f6lvq + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6293,8 +6271,8 @@ packages: - xstate dev: false - /@udecode/plate-link/18.11.0_qbwdrgbzdszuchmsdbxkacoc6i: - resolution: {integrity: sha512-XLTraRUH3VtjNFbNLt3geb+6VtlWILhsngsUPnlxL1IRIsM0lYHo1hSgK/Ro2weYH7YAgZ/qlXt7y2lgX6gVrQ==} + /@udecode/plate-link/18.13.0_7d6ihf2kewtwjuzinz26ddnuhq: + resolution: {integrity: sha512-E6TpA3ftOK1TLrhEbVXqIneVE6GpX5R56UQSjSCgtbaqLLIwT8JZ7rZDd/UXB2h4/V61nH/B4kb/Co0VzotfyA==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6302,14 +6280,14 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-button': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-normalizers': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i + '@udecode/plate-button': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-normalizers': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6324,8 +6302,8 @@ packages: - xstate dev: false - /@udecode/plate-normalizers/18.9.0_qbwdrgbzdszuchmsdbxkacoc6i: - resolution: {integrity: sha512-oMnInl7UYyPiDxuVA5NS9lefMizoNDfYbbUbAb4zdDlv4DEA7wZGD7TA4HxzljtMPZqkaLVZ9fsATUbBrvcV4Q==} + /@udecode/plate-normalizers/18.13.0_7d6ihf2kewtwjuzinz26ddnuhq: + resolution: {integrity: sha512-0PKrkkLLuoWtoNLDRlyEGXWxHurI7NBaxZHG9NpmMYrdjhElFbhparLmr46r7M0S6sTHJZwBrnX/SCvI0jYF9w==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6333,12 +6311,12 @@ packages: slate-history: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6353,8 +6331,8 @@ packages: - xstate dev: false - /@udecode/plate-serializer-html/18.9.0_rnwpf2b62kxl5ly5fslmybylc4: - resolution: {integrity: sha512-pEkIv+Gw4HcACSHT0mQk5iRFXv/hfNwLQMqhOuPBMNSdq5VgVna4ieiASNCUxNsDNcrHVB4WLZ0x/I+DY5ivTQ==} + /@udecode/plate-serializer-html/18.13.0_u3qfyojtroy3deytbsgn6nw5mq: + resolution: {integrity: sha512-foi0fAnaj8Kgp5xfbGq/w1/nEOrAq79nwM2R/UbpXLXF5j9Uxd2+b+HeEqaUm56z8MipMJ9UXmiB6xVlAw4Usg==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6363,14 +6341,14 @@ packages: slate-hyperscript: '>=0.66.0' slate-react: '>=0.79.0' dependencies: - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq html-entities: 2.3.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-hyperscript: 0.77.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-hyperscript: 0.77.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym transitivePeerDependencies: - '@babel/core' - '@babel/template' @@ -6385,8 +6363,8 @@ packages: - xstate dev: false - /@udecode/plate-styled-components/18.9.0_luzl54daq2r7dah7m5bv4x7rjy: - resolution: {integrity: sha512-raO3+SRSak9sdho8dMMrRqHxjx4svXygho4FZ1Vceu3nm/QqpiweAX9oMYXjtzFZq0ZLnVl9bh0bm9Zj0qtX7g==} + /@udecode/plate-styled-components/18.13.0_a5ocustkjigcb2tdzwaaralx2a: + resolution: {integrity: sha512-3Rnr61fty2hkq+0gfKZTb1sul4UfIBHlx+XRm/I0ucmGzi5aJxFLe45I7dICHFXmA7E/rx4MhBoF2DY7HXFSxw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6396,14 +6374,14 @@ packages: slate-react: '>=0.79.0' styled-components: '>=5.0.0' dependencies: - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq clsx: 1.2.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba transitivePeerDependencies: - '@babel/core' @@ -6419,8 +6397,8 @@ packages: - xstate dev: false - /@udecode/plate-ui-button/18.9.0_luzl54daq2r7dah7m5bv4x7rjy: - resolution: {integrity: sha512-hCA6uDDAdsJaJDXLp78uCqDhJpca0GQv0m8UG0g+kUZXGM3LsEljYajJGnVVshunVbZP3/0vUL9u1YkZl92MwA==} + /@udecode/plate-ui-button/18.13.0_a5ocustkjigcb2tdzwaaralx2a: + resolution: {integrity: sha512-LodNpcfFOIYt3N808bOI96wudDAs+uxfcFxgtfyXTxxMN4QPQAN5+dJk4ViJu76vtJWkZq6Y+8VmghWgl9sQJQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6429,14 +6407,14 @@ packages: slate-react: '>=0.79.0' styled-components: '>=5.0.0' dependencies: - '@udecode/plate-button': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-styled-components': 18.9.0_luzl54daq2r7dah7m5bv4x7rjy + '@udecode/plate-button': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-styled-components': 18.13.0_a5ocustkjigcb2tdzwaaralx2a react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba transitivePeerDependencies: - '@babel/core' @@ -6453,8 +6431,8 @@ packages: - xstate dev: false - /@udecode/plate-ui-link/18.11.0_jf54b2ta42iw76fo6uzhmk7vly: - resolution: {integrity: sha512-iB+qQIC3BRlzfVrGXQZ2yJm3tQaQ4f6IEcoeRdS1yBGUleUR77rzKAbIa0k2NPeBqi3fAJ9ZV2zDCXu4e4EtHQ==} + /@udecode/plate-ui-link/18.13.0_a7vbdltyn6k6qzaurmrjy54xku: + resolution: {integrity: sha512-OD+8qbQMDn5Z+LJWKxGCchavwaMCrPfMLgRnXAONuz6p8ozVGoguLJ6LMhoH7LJZt/pvPmzEIIvp1qwy/mmdQA==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6463,16 +6441,16 @@ packages: slate-react: '>=0.79.0' styled-components: '>=5.0.0' dependencies: - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-link': 18.11.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-styled-components': 18.9.0_luzl54daq2r7dah7m5bv4x7rjy - '@udecode/plate-ui-button': 18.9.0_luzl54daq2r7dah7m5bv4x7rjy - '@udecode/plate-ui-toolbar': 18.9.0_jf54b2ta42iw76fo6uzhmk7vly + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-link': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-styled-components': 18.13.0_a5ocustkjigcb2tdzwaaralx2a + '@udecode/plate-ui-button': 18.13.0_a5ocustkjigcb2tdzwaaralx2a + '@udecode/plate-ui-toolbar': 18.13.0_a7vbdltyn6k6qzaurmrjy54xku react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba transitivePeerDependencies: - '@babel/core' @@ -6490,8 +6468,8 @@ packages: - xstate dev: false - /@udecode/plate-ui-toolbar/18.9.0_jf54b2ta42iw76fo6uzhmk7vly: - resolution: {integrity: sha512-qUwHWnYddJG0Cmtw/dIi+hqe6FlXt2Y4gPd3fB1VpWEYKjBV9jqvqZdMFjpVfOm2SvCPko/upp30aXH0ArtrDQ==} + /@udecode/plate-ui-toolbar/18.13.0_a7vbdltyn6k6qzaurmrjy54xku: + resolution: {integrity: sha512-hO32TiOrDyFAjGUwXbIi4ibJrD+VfWyoiGx1TwtagAQFZ+I57BNMLUFyRDyiiOUyMCRP3oDtlEioCRoxEJCTbg==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -6501,16 +6479,16 @@ packages: styled-components: '>=5.0.0' dependencies: '@tippyjs/react': 4.2.6_biqbaboplfbrettd7655fr4n2y - '@udecode/plate-core': 18.9.0_qbwdrgbzdszuchmsdbxkacoc6i - '@udecode/plate-floating': 18.9.0_umcwtmj5hpn256lo2d634axy3y - '@udecode/plate-styled-components': 18.9.0_luzl54daq2r7dah7m5bv4x7rjy - '@udecode/plate-ui-button': 18.9.0_luzl54daq2r7dah7m5bv4x7rjy + '@udecode/plate-core': 18.13.0_7d6ihf2kewtwjuzinz26ddnuhq + '@udecode/plate-floating': 18.13.0_uqenfjf4jlrmh4vmthsjjikhum + '@udecode/plate-styled-components': 18.13.0_a5ocustkjigcb2tdzwaaralx2a + '@udecode/plate-ui-button': 18.13.0_a5ocustkjigcb2tdzwaaralx2a react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-use: 17.4.0_biqbaboplfbrettd7655fr4n2y - slate: 0.86.0 - slate-history: 0.86.0_slate@0.86.0 - slate-react: 0.86.0_g37k7sf7urqqfksvh3hvwmvue4 + slate: 0.87.0 + slate-history: 0.86.0_slate@0.87.0 + slate-react: 0.87.0_n2cfbellevwxpal743zx3kzaym styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba transitivePeerDependencies: - '@babel/core' @@ -6975,7 +6953,7 @@ packages: /argparse/2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - /aria-hidden/1.2.1_fan5qbzahqtxlm5dzefqlqx5ia: + /aria-hidden/1.2.1_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-PN344VAf9j1EAi+jyVHOJ8XidQdPVssGco39eNcsGdM4wcsILtxrKLkbuiMfLWYROK1FjRQasMWCBttrhjnr6A==} engines: {node: '>=10'} peerDependencies: @@ -6985,7 +6963,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 react: 18.2.0 tslib: 2.4.0 dev: false @@ -7124,8 +7102,8 @@ packages: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} - /aws-sdk/2.1261.0: - resolution: {integrity: sha512-Lumifi52Vj6ss1tlZ9Z+BvJ+Yk2MTwPQyrDCZh79xggFgXYoDU/g4rZUr47/1AXBZje3mVkLeRM15hvUwKlTaA==} + /aws-sdk/2.1267.0: + resolution: {integrity: sha512-ANTtRay26WwNRbYs6eZYN71b3DURNfWaq3AD6BtVNa8fVvnSLn+NNINw2+vLRjDLPZXMAQVHm0qH/TmyBvtjRA==} engines: {node: '>= 10.0.0'} dependencies: buffer: 4.9.2 @@ -7172,17 +7150,17 @@ packages: resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} dev: false - /babel-jest/29.3.1_@babel+core@7.20.2: + /babel-jest/29.3.1_@babel+core@7.20.5: 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.20.2 + '@babel/core': 7.20.5 '@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.20.2 + babel-preset-jest: 29.2.0_@babel+core@7.20.5 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -7190,14 +7168,14 @@ packages: - supports-color dev: true - /babel-loader/8.2.5_npabyccmuonwo2rku4k53xo3hi: + /babel-loader/8.2.5_ztqwsvkb6z73luspkai6ilstpu: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -7260,7 +7238,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.18.10 - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.18.2 dev: true @@ -7282,36 +7260,36 @@ packages: resolve: 1.22.1 dev: false - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2: + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.5: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2: + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.5: resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 core-js-compat: 3.25.3 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2: + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.5: resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + '@babel/core': 7.20.5 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.5 transitivePeerDependencies: - supports-color @@ -7332,35 +7310,35 @@ packages: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.2: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.5: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@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 + '@babel/core': 7.20.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.5 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.5 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.5 dev: true - /babel-preset-jest/29.2.0_@babel+core@7.20.2: + /babel-preset-jest/29.2.0_@babel+core@7.20.5: 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.20.2 + '@babel/core': 7.20.5 babel-plugin-jest-hoist: 29.2.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.5 dev: true /bail/1.0.5: @@ -7604,23 +7582,13 @@ packages: ieee754: 1.2.1 dev: false - /bundle-require/3.1.2_esbuild@0.15.10: + /bundle-require/3.1.2_esbuild@0.15.18: resolution: {integrity: sha512-Of6l6JBAxiyQ5axFxUM6dYeP/W7X2Sozeo/4EYB9sJhL+dqL7TKjg+shwxp6jlu/6ZSERfsYtIpSJ1/x3XkAEA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} peerDependencies: esbuild: '>=0.13' dependencies: - esbuild: 0.15.10 - load-tsconfig: 0.2.3 - dev: true - - /bundle-require/3.1.2_esbuild@0.15.16: - resolution: {integrity: sha512-Of6l6JBAxiyQ5axFxUM6dYeP/W7X2Sozeo/4EYB9sJhL+dqL7TKjg+shwxp6jlu/6ZSERfsYtIpSJ1/x3XkAEA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - peerDependencies: - esbuild: '>=0.13' - dependencies: - esbuild: 0.15.16 + esbuild: 0.15.18 load-tsconfig: 0.2.3 dev: true @@ -8033,6 +8001,10 @@ packages: /color-name/1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + /color2k/2.0.0: + resolution: {integrity: sha512-DWX9eXOC4fbJNiuvdH4QSHvvfLWyFo9TuFp7V9OzdsbPAdrWAuYc8qvFP2bIQ/LKh4LrAVnJ6vhiQYPvAHdtTg==} + dev: false + /colord/2.9.3: resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} dev: false @@ -8909,11 +8881,6 @@ packages: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} dev: true - /diff-sequences/29.2.0: - resolution: {integrity: sha512-413SY5JpYeSBZxmenGEmCVQ8mCgtFJF0w9PROdaS6z987XC2Pd2GOKqOITLtMftmyFZqgtCOb/QA7/Z3ZXfzIw==} - 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} @@ -9263,8 +9230,8 @@ packages: resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} dev: false - /esbuild-android-64/0.15.10: - resolution: {integrity: sha512-UI7krF8OYO1N7JYTgLT9ML5j4+45ra3amLZKx7LO3lmLt1Ibn8t3aZbX5Pu4BjWiqDuJ3m/hsvhPhK/5Y/YpnA==} + /esbuild-android-64/0.15.18: + resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -9272,17 +9239,8 @@ packages: dev: true optional: true - /esbuild-android-64/0.15.16: - resolution: {integrity: sha512-Vwkv/sT0zMSgPSVO3Jlt1pUbnZuOgtOQJkJkyyJFAlLe7BiT8e9ESzo0zQSx4c3wW4T6kGChmKDPMbWTgtliQA==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-android-arm64/0.15.10: - resolution: {integrity: sha512-EOt55D6xBk5O05AK8brXUbZmoFj4chM8u3riGflLa6ziEoVvNjRdD7Cnp82NHQGfSHgYR06XsPI8/sMuA/cUwg==} + /esbuild-android-arm64/0.15.18: + resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -9290,17 +9248,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.15.16: - resolution: {integrity: sha512-lqfKuofMExL5niNV3gnhMUYacSXfsvzTa/58sDlBET/hCOG99Zmeh+lz6kvdgvGOsImeo6J9SW21rFCogNPLxg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-64/0.15.10: - resolution: {integrity: sha512-hbDJugTicqIm+WKZgp208d7FcXcaK8j2c0l+fqSJ3d2AzQAfjEYDRM3Z2oMeqSJ9uFxyj/muSACLdix7oTstRA==} + /esbuild-darwin-64/0.15.18: + resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -9308,17 +9257,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.15.16: - resolution: {integrity: sha512-wo2VWk/n/9V2TmqUZ/KpzRjCEcr00n7yahEdmtzlrfQ3lfMCf3Wa+0sqHAbjk3C6CKkR3WKK/whkMq5Gj4Da9g==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-darwin-arm64/0.15.10: - resolution: {integrity: sha512-M1t5+Kj4IgSbYmunf2BB6EKLkWUq+XlqaFRiGOk8bmBapu9bCDrxjf4kUnWn59Dka3I27EiuHBKd1rSO4osLFQ==} + /esbuild-darwin-arm64/0.15.18: + resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -9326,17 +9266,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.15.16: - resolution: {integrity: sha512-fMXaUr5ou0M4WnewBKsspMtX++C1yIa3nJ5R2LSbLCfJT3uFdcRoU/NZjoM4kOMKyOD9Sa/2vlgN8G07K3SJnw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-64/0.15.10: - resolution: {integrity: sha512-KMBFMa7C8oc97nqDdoZwtDBX7gfpolkk6Bcmj6YFMrtCMVgoU/x2DI1p74DmYl7CSS6Ppa3xgemrLrr5IjIn0w==} + /esbuild-freebsd-64/0.15.18: + resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -9344,17 +9275,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.15.16: - resolution: {integrity: sha512-UzIc0xlRx5x9kRuMr+E3+hlSOxa/aRqfuMfiYBXu2jJ8Mzej4lGL7+o6F5hzhLqWfWm1GWHNakIdlqg1ayaTNQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-freebsd-arm64/0.15.10: - resolution: {integrity: sha512-m2KNbuCX13yQqLlbSojFMHpewbn8wW5uDS6DxRpmaZKzyq8Dbsku6hHvh2U+BcLwWY4mpgXzFUoENEf7IcioGg==} + /esbuild-freebsd-arm64/0.15.18: + resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -9362,17 +9284,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.15.16: - resolution: {integrity: sha512-8xyiYuGc0DLZphFQIiYaLHlfoP+hAN9RHbE+Ibh8EUcDNHAqbQgUrQg7pE7Bo00rXmQ5Ap6KFgcR0b4ALZls1g==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-32/0.15.10: - resolution: {integrity: sha512-guXrwSYFAvNkuQ39FNeV4sNkNms1bLlA5vF1H0cazZBOLdLFIny6BhT+TUbK/hdByMQhtWQ5jI9VAmPKbVPu1w==} + /esbuild-linux-32/0.15.18: + resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -9380,17 +9293,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.15.16: - resolution: {integrity: sha512-iGijUTV+0kIMyUVoynK0v+32Oi8yyp0xwMzX69GX+5+AniNy/C/AL1MjFTsozRp/3xQPl7jVux/PLe2ds10/2w==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-64/0.15.10: - resolution: {integrity: sha512-jd8XfaSJeucMpD63YNMO1JCrdJhckHWcMv6O233bL4l6ogQKQOxBYSRP/XLWP+6kVTu0obXovuckJDcA0DKtQA==} + /esbuild-linux-64/0.15.18: + resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -9398,17 +9302,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.15.16: - resolution: {integrity: sha512-tuSOjXdLw7VzaUj89fIdAaQT7zFGbKBcz4YxbWrOiXkwscYgE7HtTxUavreBbnRkGxKwr9iT/gmeJWNm4djy/g==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-arm/0.15.10: - resolution: {integrity: sha512-6N8vThLL/Lysy9y4Ex8XoLQAlbZKUyExCWyayGi2KgTBelKpPgj6RZnUaKri0dHNPGgReJriKVU6+KDGQwn10A==} + /esbuild-linux-arm/0.15.18: + resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -9416,17 +9311,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.15.16: - resolution: {integrity: sha512-XKcrxCEXDTOuoRj5l12tJnkvuxXBMKwEC5j0JISw3ziLf0j4zIwXbKbTmUrKFWbo6ZgvNpa7Y5dnbsjVvH39bQ==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-arm64/0.15.10: - resolution: {integrity: sha512-GByBi4fgkvZFTHFDYNftu1DQ1GzR23jws0oWyCfhnI7eMOe+wgwWrc78dbNk709Ivdr/evefm2PJiUBMiusS1A==} + /esbuild-linux-arm64/0.15.18: + resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -9434,17 +9320,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.15.16: - resolution: {integrity: sha512-mPYksnfHnemNrvjrDhZyixL/AfbJN0Xn9S34ZOHYdh6/jJcNd8iTsv3JwJoEvTJqjMggjMhGUPJAdjnFBHoH8A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-mips64le/0.15.10: - resolution: {integrity: sha512-BxP+LbaGVGIdQNJUNF7qpYjEGWb0YyHVSKqYKrn+pTwH/SiHUxFyJYSP3pqkku61olQiSBnSmWZ+YUpj78Tw7Q==} + /esbuild-linux-mips64le/0.15.18: + resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -9452,17 +9329,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.15.16: - resolution: {integrity: sha512-kSJO2PXaxfm0pWY39+YX+QtpFqyyrcp0ZeI8QPTrcFVQoWEPiPVtOfTZeS3ZKedfH+Ga38c4DSzmKMQJocQv6A==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-ppc64le/0.15.10: - resolution: {integrity: sha512-LoSQCd6498PmninNgqd/BR7z3Bsk/mabImBWuQ4wQgmQEeanzWd5BQU2aNi9mBURCLgyheuZS6Xhrw5luw3OkQ==} + /esbuild-linux-ppc64le/0.15.18: + resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -9470,17 +9338,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.15.16: - resolution: {integrity: sha512-NimPikwkBY0yGABw6SlhKrtT35sU4O23xkhlrTT/O6lSxv3Pm5iSc6OYaqVAHWkLdVf31bF4UDVFO+D990WpAA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-riscv64/0.15.10: - resolution: {integrity: sha512-Lrl9Cr2YROvPV4wmZ1/g48httE8z/5SCiXIyebiB5N8VT7pX3t6meI7TQVHw/wQpqP/AF4SksDuFImPTM7Z32Q==} + /esbuild-linux-riscv64/0.15.18: + resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -9488,17 +9347,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.15.16: - resolution: {integrity: sha512-ty2YUHZlwFOwp7pR+J87M4CVrXJIf5ZZtU/umpxgVJBXvWjhziSLEQxvl30SYfUPq0nzeWKBGw5i/DieiHeKfw==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-linux-s390x/0.15.10: - resolution: {integrity: sha512-ReP+6q3eLVVP2lpRrvl5EodKX7EZ1bS1/z5j6hsluAlZP5aHhk6ghT6Cq3IANvvDdscMMCB4QEbI+AjtvoOFpA==} + /esbuild-linux-s390x/0.15.18: + resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -9506,17 +9356,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.15.16: - resolution: {integrity: sha512-VkZaGssvPDQtx4fvVdZ9czezmyWyzpQhEbSNsHZZN0BHvxRLOYAQ7sjay8nMQwYswP6O2KlZluRMNPYefFRs+w==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - - /esbuild-netbsd-64/0.15.10: - resolution: {integrity: sha512-iGDYtJCMCqldMskQ4eIV+QSS/CuT7xyy9i2/FjpKvxAuCzrESZXiA1L64YNj6/afuzfBe9i8m/uDkFHy257hTw==} + /esbuild-netbsd-64/0.15.18: + resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -9524,17 +9365,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.15.16: - resolution: {integrity: sha512-ElQ9rhdY51et6MJTWrCPbqOd/YuPowD7Cxx3ee8wlmXQQVW7UvQI6nSprJ9uVFQISqSF5e5EWpwWqXZsECLvXg==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-openbsd-64/0.15.10: - resolution: {integrity: sha512-ftMMIwHWrnrYnvuJQRJs/Smlcb28F9ICGde/P3FUTCgDDM0N7WA0o9uOR38f5Xe2/OhNCgkjNeb7QeaE3cyWkQ==} + /esbuild-openbsd-64/0.15.18: + resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -9542,17 +9374,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.15.16: - resolution: {integrity: sha512-KgxMHyxMCT+NdLQE1zVJEsLSt2QQBAvJfmUGDmgEq8Fvjrf6vSKB00dVHUEDKcJwMID6CdgCpvYNt999tIYhqA==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - - /esbuild-sunos-64/0.15.10: - resolution: {integrity: sha512-mf7hBL9Uo2gcy2r3rUFMjVpTaGpFJJE5QTDDqUFf1632FxteYANffDZmKbqX0PfeQ2XjUDE604IcE7OJeoHiyg==} + /esbuild-sunos-64/0.15.18: + resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -9560,17 +9383,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.15.16: - resolution: {integrity: sha512-exSAx8Phj7QylXHlMfIyEfNrmqnLxFqLxdQF6MBHPdHAjT7fsKaX6XIJn+aQEFiOcE4X8e7VvdMCJ+WDZxjSRQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - - /esbuild-windows-32/0.15.10: - resolution: {integrity: sha512-ttFVo+Cg8b5+qHmZHbEc8Vl17kCleHhLzgT8X04y8zudEApo0PxPg9Mz8Z2cKH1bCYlve1XL8LkyXGFjtUYeGg==} + /esbuild-windows-32/0.15.18: + resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -9578,17 +9392,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.15.16: - resolution: {integrity: sha512-zQgWpY5pUCSTOwqKQ6/vOCJfRssTvxFuEkpB4f2VUGPBpdddZfdj8hbZuFRdZRPIVHvN7juGcpgCA/XCF37mAQ==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /esbuild-windows-64/0.15.10: - resolution: {integrity: sha512-2H0gdsyHi5x+8lbng3hLbxDWR7mKHWh5BXZGKVG830KUmXOOWFE2YKJ4tHRkejRduOGDrBvHBriYsGtmTv3ntA==} + /esbuild-windows-64/0.15.18: + resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -9596,17 +9401,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.15.16: - resolution: {integrity: sha512-HjW1hHRLSncnM3MBCP7iquatHVJq9l0S2xxsHHj4yzf4nm9TU4Z7k4NkeMlD/dHQ4jPlQQhwcMvwbJiOefSuZw==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /esbuild-windows-arm64/0.15.10: - resolution: {integrity: sha512-S+th4F+F8VLsHLR0zrUcG+Et4hx0RKgK1eyHc08kztmLOES8BWwMiaGdoW9hiXuzznXQ0I/Fg904MNbr11Nktw==} + /esbuild-windows-arm64/0.15.18: + resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -9614,73 +9410,34 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.15.16: - resolution: {integrity: sha512-oCcUKrJaMn04Vxy9Ekd8x23O8LoU01+4NOkQ2iBToKgnGj5eo1vU9i27NQZ9qC8NFZgnQQZg5oZWAejmbsppNA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /esbuild/0.15.10: - resolution: {integrity: sha512-N7wBhfJ/E5fzn/SpNgX+oW2RLRjwaL8Y0ezqNqhjD6w0H2p0rDuEz2FKZqpqLnO8DCaWumKe8dsC/ljvVSSxng==} + /esbuild/0.15.18: + resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.15.10 - '@esbuild/linux-loong64': 0.15.10 - esbuild-android-64: 0.15.10 - esbuild-android-arm64: 0.15.10 - esbuild-darwin-64: 0.15.10 - esbuild-darwin-arm64: 0.15.10 - esbuild-freebsd-64: 0.15.10 - esbuild-freebsd-arm64: 0.15.10 - esbuild-linux-32: 0.15.10 - esbuild-linux-64: 0.15.10 - esbuild-linux-arm: 0.15.10 - esbuild-linux-arm64: 0.15.10 - esbuild-linux-mips64le: 0.15.10 - esbuild-linux-ppc64le: 0.15.10 - esbuild-linux-riscv64: 0.15.10 - esbuild-linux-s390x: 0.15.10 - esbuild-netbsd-64: 0.15.10 - esbuild-openbsd-64: 0.15.10 - esbuild-sunos-64: 0.15.10 - esbuild-windows-32: 0.15.10 - esbuild-windows-64: 0.15.10 - esbuild-windows-arm64: 0.15.10 - dev: true - - /esbuild/0.15.16: - resolution: {integrity: sha512-o6iS9zxdHrrojjlj6pNGC2NAg86ECZqIETswTM5KmJitq+R1YmahhWtMumeQp9lHqJaROGnsBi2RLawGnfo5ZQ==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/android-arm': 0.15.16 - '@esbuild/linux-loong64': 0.15.16 - esbuild-android-64: 0.15.16 - esbuild-android-arm64: 0.15.16 - esbuild-darwin-64: 0.15.16 - esbuild-darwin-arm64: 0.15.16 - esbuild-freebsd-64: 0.15.16 - esbuild-freebsd-arm64: 0.15.16 - esbuild-linux-32: 0.15.16 - esbuild-linux-64: 0.15.16 - esbuild-linux-arm: 0.15.16 - esbuild-linux-arm64: 0.15.16 - esbuild-linux-mips64le: 0.15.16 - esbuild-linux-ppc64le: 0.15.16 - esbuild-linux-riscv64: 0.15.16 - esbuild-linux-s390x: 0.15.16 - esbuild-netbsd-64: 0.15.16 - esbuild-openbsd-64: 0.15.16 - esbuild-sunos-64: 0.15.16 - esbuild-windows-32: 0.15.16 - esbuild-windows-64: 0.15.16 - esbuild-windows-arm64: 0.15.16 + '@esbuild/android-arm': 0.15.18 + '@esbuild/linux-loong64': 0.15.18 + esbuild-android-64: 0.15.18 + esbuild-android-arm64: 0.15.18 + esbuild-darwin-64: 0.15.18 + esbuild-darwin-arm64: 0.15.18 + esbuild-freebsd-64: 0.15.18 + esbuild-freebsd-arm64: 0.15.18 + esbuild-linux-32: 0.15.18 + esbuild-linux-64: 0.15.18 + esbuild-linux-arm: 0.15.18 + esbuild-linux-arm64: 0.15.18 + esbuild-linux-mips64le: 0.15.18 + esbuild-linux-ppc64le: 0.15.18 + esbuild-linux-riscv64: 0.15.18 + esbuild-linux-s390x: 0.15.18 + esbuild-netbsd-64: 0.15.18 + esbuild-openbsd-64: 0.15.18 + esbuild-sunos-64: 0.15.18 + esbuild-windows-32: 0.15.18 + esbuild-windows-64: 0.15.18 + esbuild-windows-arm64: 0.15.18 dev: true /escalade/3.1.1: @@ -9726,8 +9483,8 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-next/13.0.5_hsf322ms6xhhd4b5ne6lb74y4a: - resolution: {integrity: sha512-lge94W7ME6kNCO96eCykq5GbKbllzmcDNDhh1/llMCRgNPl0+GIQ8dOoM0I7uRQVW56VmTXFybJFXgow11a5pg==} + /eslint-config-next/13.0.6_s5ps7njkmjlaqajutnox5ntcla: + resolution: {integrity: sha512-Tfn/0lirhkEuoGxKMtDQNtQuC7P3eHcyUyhIJY/OHtjU9ExHFtcge/Fe8Ou/Jd7DIC71vN3CT72oszVwia71cg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -9735,29 +9492,29 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 13.0.5 + '@next/eslint-plugin-next': 13.0.6 '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/parser': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a - eslint: 8.28.0 + '@typescript-eslint/parser': 5.43.0_s5ps7njkmjlaqajutnox5ntcla + eslint: 8.29.0 eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 3.5.2_ktrec6dplf4now6nlbc6d67jee - eslint-plugin-import: 2.26.0_eslint@8.28.0 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.28.0 - eslint-plugin-react: 7.31.11_eslint@8.28.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.28.0 + eslint-import-resolver-typescript: 3.5.2_lt3hqehuojhfcbzgzqfngbtmrq + eslint-plugin-import: 2.26.0_eslint@8.29.0 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.29.0 + eslint-plugin-react: 7.31.11_eslint@8.29.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.29.0 typescript: 4.9.3 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color dev: false - /eslint-config-prettier/8.5.0_eslint@8.28.0: + /eslint-config-prettier/8.5.0_eslint@8.29.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.28.0 + eslint: 8.29.0 dev: false /eslint-import-resolver-node/0.3.6: @@ -9769,7 +9526,7 @@ packages: - supports-color dev: false - /eslint-import-resolver-typescript/3.5.2_ktrec6dplf4now6nlbc6d67jee: + /eslint-import-resolver-typescript/3.5.2_lt3hqehuojhfcbzgzqfngbtmrq: resolution: {integrity: sha512-zX4ebnnyXiykjhcBvKIf5TNvt8K7yX6bllTRZ14MiurKPjDpCAZujlszTdB8pcNXhZcOf+god4s9SjQa5GnytQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -9778,8 +9535,8 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.10.0 - eslint: 8.28.0 - eslint-plugin-import: 2.26.0_eslint@8.28.0 + eslint: 8.29.0 + eslint-plugin-import: 2.26.0_eslint@8.29.0 get-tsconfig: 4.2.0 globby: 13.1.2 is-core-module: 2.10.0 @@ -9789,7 +9546,7 @@ packages: - supports-color dev: false - /eslint-module-utils/2.7.4_sjge656jyd3rr27cepuzx7h5u4: + /eslint-module-utils/2.7.4_uplb3bqnui63takc5j27khdnpm: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -9811,13 +9568,13 @@ packages: optional: true dependencies: debug: 3.2.7 - eslint: 8.28.0 + eslint: 8.29.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-import/2.26.0_eslint@8.28.0: + /eslint-plugin-import/2.26.0_eslint@8.29.0: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -9831,9 +9588,9 @@ packages: array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.28.0 + eslint: 8.29.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_sjge656jyd3rr27cepuzx7h5u4 + eslint-module-utils: 2.7.4_uplb3bqnui63takc5j27khdnpm has: 1.0.3 is-core-module: 2.10.0 is-glob: 4.0.3 @@ -9847,7 +9604,7 @@ packages: - supports-color dev: false - /eslint-plugin-jsx-a11y/6.6.1_eslint@8.28.0: + /eslint-plugin-jsx-a11y/6.6.1_eslint@8.29.0: resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} engines: {node: '>=4.0'} peerDependencies: @@ -9861,7 +9618,7 @@ packages: axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.28.0 + eslint: 8.29.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -9869,16 +9626,16 @@ packages: semver: 6.3.0 dev: false - /eslint-plugin-react-hooks/4.6.0_eslint@8.28.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.29.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.28.0 + eslint: 8.29.0 dev: false - /eslint-plugin-react/7.31.11_eslint@8.28.0: + /eslint-plugin-react/7.31.11_eslint@8.29.0: resolution: {integrity: sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==} engines: {node: '>=4'} peerDependencies: @@ -9888,7 +9645,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.28.0 + eslint: 8.29.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -9916,13 +9673,13 @@ packages: esrecurse: 4.3.0 estraverse: 5.3.0 - /eslint-utils/3.0.0_eslint@8.28.0: + /eslint-utils/3.0.0_eslint@8.29.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.28.0 + eslint: 8.29.0 eslint-visitor-keys: 2.1.0 /eslint-visitor-keys/2.1.0: @@ -9933,8 +9690,8 @@ packages: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint/8.28.0: - resolution: {integrity: sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==} + /eslint/8.29.0: + resolution: {integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: @@ -9949,7 +9706,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.28.0 + eslint-utils: 3.0.0_eslint@8.29.0 eslint-visitor-keys: 3.3.0 espree: 9.4.0 esquery: 1.4.0 @@ -10035,7 +9792,7 @@ packages: resolution: {integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==} engines: {node: '>= 0.8'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 require-like: 0.1.2 dev: false @@ -10081,17 +9838,6 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /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.2 - jest-get-type: 29.2.0 - jest-matcher-utils: 29.2.2 - jest-message-util: 29.2.1 - jest-util: 29.3.1 - dev: true - /expect/29.3.1: resolution: {integrity: sha512-gGb1yTgU30Q0O/tQq+z30KBWv24ApkMgFUpvKBkyLUBL68Wv8dHdJxTBZFl/iT8K/bqDHvUYRH6IIN3rToopPA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -10483,8 +10229,8 @@ packages: /fraction.js/4.2.0: resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==} - /framer-motion/7.6.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-Xm1jPB91v6vIr9b+V3q6c96sPzU1jWdvN+Mv4CvIAY23ZIezGNIWxWNGIWj1We0CZ8SSOQkttz8921M10TQjXg==} + /framer-motion/7.6.19_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-U+ogwGwNw6Y+pdq6GZB5xvnvLDlq3FTmcKaG5MCUjXuqRLrjKbKTqN4iwZISv3ajwUfgNHM6+tu31LRbYfF9YQ==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -10492,7 +10238,6 @@ packages: '@motionone/dom': 10.13.1 framesync: 6.1.2 hey-listen: 1.0.8 - popmotion: 11.0.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 style-value-types: 5.1.2 @@ -11948,8 +11693,8 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.2 - '@babel/parser': 7.20.3 + '@babel/core': 7.20.5 + '@babel/parser': 7.20.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -12001,7 +11746,7 @@ packages: '@jest/expect': 29.3.1 '@jest/test-result': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -12060,10 +11805,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jest/test-sequencer': 29.3.1 '@jest/types': 29.3.1 - babel-jest: 29.3.1_@babel+core@7.20.2 + babel-jest: 29.3.1_@babel+core@7.20.5 chalk: 4.1.2 ci-info: 3.4.0 deepmerge: 4.2.2 @@ -12086,7 +11831,7 @@ packages: - supports-color dev: true - /jest-config/29.3.1_@types+node@18.11.9: + /jest-config/29.3.1_@types+node@18.11.10: resolution: {integrity: sha512-y0tFHdj2WnTEhxmGUK1T7fgLen7YK4RtfvpLFBXfQkh2eMJAQq24Vx9472lvn5wg0MAO6B+iPfJfzdR9hJYalg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12098,11 +11843,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 '@jest/test-sequencer': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 - babel-jest: 29.3.1_@babel+core@7.20.2 + '@types/node': 18.11.10 + babel-jest: 29.3.1_@babel+core@7.20.5 chalk: 4.1.2 ci-info: 3.4.0 deepmerge: 4.2.2 @@ -12125,16 +11870,6 @@ packages: - supports-color dev: true - /jest-diff/29.2.1: - resolution: {integrity: sha512-gfh/SMNlQmP3MOUgdzxPOd4XETDJifADpT937fN1iUGz+9DgOu2eUPHH25JDkLVcLwwqxv3GzVyK4VBUr9fjfA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - chalk: 4.1.2 - diff-sequences: 29.2.0 - jest-get-type: 29.2.0 - 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} @@ -12176,7 +11911,7 @@ packages: '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 '@types/jsdom': 20.0.0 - '@types/node': 18.11.9 + '@types/node': 18.11.10 jest-mock: 29.3.1 jest-util: 29.3.1 jsdom: 20.0.1 @@ -12193,7 +11928,7 @@ packages: '@jest/environment': 29.3.1 '@jest/fake-timers': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 jest-mock: 29.3.1 jest-util: 29.3.1 dev: true @@ -12209,7 +11944,7 @@ packages: dependencies: '@jest/types': 29.3.1 '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.9 + '@types/node': 18.11.10 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -12230,16 +11965,6 @@ packages: pretty-format: 29.3.1 dev: true - /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.3.1 - dev: true - /jest-matcher-utils/29.3.1: resolution: {integrity: sha512-fkRMZUAScup3txIKfMe3AIZZmPEjWEdsPJFK3AIy5qRohWqQFg1qrmKfYXR9qEkNc7OdAu2N4KPHibEmy4HPeQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12250,21 +11975,6 @@ packages: pretty-format: 29.3.1 dev: true - /jest-message-util/29.2.1: - resolution: {integrity: sha512-Dx5nEjw9V8C1/Yj10S/8ivA8F439VS8vTq1L7hEgwHFn9ovSKNpYW/kwNh7UglaEgXO42XxzKJB+2x0nSglFVw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - '@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-message-util/29.3.1: resolution: {integrity: sha512-lMJTbgNcDm5z+6KDxWtqOFWlGQxD6XaYwBqHR8kmpkP+WWWG90I35kdtQHY67Ay5CSuydkTBbJG+tH9JShFCyA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -12285,7 +11995,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 jest-util: 29.3.1 dev: true @@ -12340,7 +12050,7 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.10 @@ -12371,7 +12081,7 @@ packages: '@jest/test-result': 29.3.1 '@jest/transform': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -12394,18 +12104,18 @@ packages: resolution: {integrity: sha512-+3JOc+s28upYLI2OJM4PWRGK9AgpsMs/ekNryUV0yMBClT9B1DF2u2qay8YxcQd338PPYSFNb0lsar1B49sLDA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@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 + '@babel/core': 7.20.5 + '@babel/generator': 7.20.5 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.5 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.20.5 + '@babel/traverse': 7.20.5 + '@babel/types': 7.20.5 '@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.20.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.5 chalk: 4.1.2 expect: 29.3.1 graceful-fs: 4.2.10 @@ -12427,7 +12137,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.1.2 - '@types/node': 18.11.9 + '@types/node': 18.11.10 chalk: 4.1.2 ci-info: 3.4.0 graceful-fs: 4.2.10 @@ -12439,7 +12149,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 chalk: 4.1.2 ci-info: 3.4.0 graceful-fs: 4.2.10 @@ -12463,7 +12173,7 @@ packages: dependencies: '@jest/test-result': 29.3.1 '@jest/types': 29.3.1 - '@types/node': 18.11.9 + '@types/node': 18.11.10 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -12475,7 +12185,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -12483,7 +12193,7 @@ packages: resolution: {integrity: sha512-lY4AnnmsEWeiXirAIA0c9SDPbuCBq8IYuDVL8PMm0MZ2PEs2yPvRA/J64QBXuZp7CYKrDM/rmNrc9/i3KJQncw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 jest-util: 29.3.1 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -12525,7 +12235,7 @@ packages: resolution: {integrity: sha512-KEhB/eLGLomWGPTb+/RNbYsTjIyx03JmbqAyIyiXBuNSa7CmNrJd5ysFhblayzs/e/vbOPMUaLnjHUMhGp4yLw==} dev: false - /jotai/1.8.4_xeqeww3zlamkk42mxejxlzumlu: + /jotai/1.8.4_ie5fh5dexxim7kzq5x6jrhsvfu: resolution: {integrity: sha512-bkHDHNxm7bU4+bJL4z96fTlJYN34UDRTu3ghEajJrDepayON9YEaxPrXr7xhLnIRntoFC6eDYYhMNA/ilbj2RQ==} engines: {node: '>=12.7.0'} peerDependencies: @@ -12559,7 +12269,7 @@ packages: xstate: optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 immer: 9.0.16 react: 18.2.0 dev: false @@ -13807,7 +13517,7 @@ packages: /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /next-auth/4.12.3_2xoejpawkzgot77rbv5mbik6ve: + /next-auth/4.12.3_ph7ncimqkfipxkhrqa54rmxzeq: resolution: {integrity: sha512-kfJjYOH2or/y+pEBkeA6O2MxIXOKXNiOKLKhrQHsaRqMDttEQX0yEK3xXVTB1yB7xbMLGcMvsIS3d23BC/K8/A==} engines: {node: ^12.19.0 || ^14.15.0 || ^16.13.0} peerDependencies: @@ -13823,7 +13533,7 @@ packages: '@panva/hkdf': 1.0.2 cookie: 0.5.0 jose: 4.10.0 - next: 13.0.5_mqvh5p7ejg4taogoj6tpk3gd5a + next: 13.0.6_672uxklweod7ene3nqtsh262ca nodemailer: 6.8.0 oauth: 0.9.15 openid-client: 5.1.10 @@ -13840,8 +13550,8 @@ packages: enhanced-resolve: 5.10.0 dev: true - /next/13.0.5_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-awpc3DkphyKydwCotcBnuKwh6hMqkT5xdiBK4OatJtOZurDPBYLP62jtM2be/4OunpmwIbsS0Eyv+ZGU97ciEg==} + /next/13.0.6_672uxklweod7ene3nqtsh262ca: + resolution: {integrity: sha512-COvigvms2LRt1rrzfBQcMQ2GZd86Mvk1z+LOLY5pniFtL4VrTmhZ9salrbKfSiXbhsD01TrDdD68ec3ABDyscA==} engines: {node: '>=14.6.0'} hasBin: true peerDependencies: @@ -13858,7 +13568,51 @@ packages: sass: optional: true dependencies: - '@next/env': 13.0.5 + '@next/env': 13.0.6 + '@swc/helpers': 0.4.14 + 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_zavbqmrropwrojvx6ojaa4s7im + optionalDependencies: + '@next/swc-android-arm-eabi': 13.0.6 + '@next/swc-android-arm64': 13.0.6 + '@next/swc-darwin-arm64': 13.0.6 + '@next/swc-darwin-x64': 13.0.6 + '@next/swc-freebsd-x64': 13.0.6 + '@next/swc-linux-arm-gnueabihf': 13.0.6 + '@next/swc-linux-arm64-gnu': 13.0.6 + '@next/swc-linux-arm64-musl': 13.0.6 + '@next/swc-linux-x64-gnu': 13.0.6 + '@next/swc-linux-x64-musl': 13.0.6 + '@next/swc-win32-arm64-msvc': 13.0.6 + '@next/swc-win32-ia32-msvc': 13.0.6 + '@next/swc-win32-x64-msvc': 13.0.6 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + dev: false + + /next/13.0.6_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-COvigvms2LRt1rrzfBQcMQ2GZd86Mvk1z+LOLY5pniFtL4VrTmhZ9salrbKfSiXbhsD01TrDdD68ec3ABDyscA==} + engines: {node: '>=14.6.0'} + hasBin: true + peerDependencies: + fibers: '>= 3.1.0' + node-sass: ^6.0.0 || ^7.0.0 + react: ^18.2.0 + react-dom: ^18.2.0 + sass: ^1.3.0 + peerDependenciesMeta: + fibers: + optional: true + node-sass: + optional: true + sass: + optional: true + dependencies: + '@next/env': 13.0.6 '@swc/helpers': 0.4.14 caniuse-lite: 1.0.30001429 postcss: 8.4.14 @@ -13866,75 +13620,31 @@ packages: react-dom: 18.2.0_react@18.2.0 styled-jsx: 5.1.0_react@18.2.0 optionalDependencies: - '@next/swc-android-arm-eabi': 13.0.5 - '@next/swc-android-arm64': 13.0.5 - '@next/swc-darwin-arm64': 13.0.5 - '@next/swc-darwin-x64': 13.0.5 - '@next/swc-freebsd-x64': 13.0.5 - '@next/swc-linux-arm-gnueabihf': 13.0.5 - '@next/swc-linux-arm64-gnu': 13.0.5 - '@next/swc-linux-arm64-musl': 13.0.5 - '@next/swc-linux-x64-gnu': 13.0.5 - '@next/swc-linux-x64-musl': 13.0.5 - '@next/swc-win32-arm64-msvc': 13.0.5 - '@next/swc-win32-ia32-msvc': 13.0.5 - '@next/swc-win32-x64-msvc': 13.0.5 + '@next/swc-android-arm-eabi': 13.0.6 + '@next/swc-android-arm64': 13.0.6 + '@next/swc-darwin-arm64': 13.0.6 + '@next/swc-darwin-x64': 13.0.6 + '@next/swc-freebsd-x64': 13.0.6 + '@next/swc-linux-arm-gnueabihf': 13.0.6 + '@next/swc-linux-arm64-gnu': 13.0.6 + '@next/swc-linux-arm64-musl': 13.0.6 + '@next/swc-linux-x64-gnu': 13.0.6 + '@next/swc-linux-x64-musl': 13.0.6 + '@next/swc-win32-arm64-msvc': 13.0.6 + '@next/swc-win32-ia32-msvc': 13.0.6 + '@next/swc-win32-x64-msvc': 13.0.6 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros dev: true - /next/13.0.5_mqvh5p7ejg4taogoj6tpk3gd5a: - resolution: {integrity: sha512-awpc3DkphyKydwCotcBnuKwh6hMqkT5xdiBK4OatJtOZurDPBYLP62jtM2be/4OunpmwIbsS0Eyv+ZGU97ciEg==} - engines: {node: '>=14.6.0'} - hasBin: true - peerDependencies: - fibers: '>= 3.1.0' - node-sass: ^6.0.0 || ^7.0.0 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - peerDependenciesMeta: - fibers: - optional: true - node-sass: - optional: true - sass: - optional: true - dependencies: - '@next/env': 13.0.5 - '@swc/helpers': 0.4.14 - 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_3lzqd2prgnu7gkxqqdmtvzna5u - optionalDependencies: - '@next/swc-android-arm-eabi': 13.0.5 - '@next/swc-android-arm64': 13.0.5 - '@next/swc-darwin-arm64': 13.0.5 - '@next/swc-darwin-x64': 13.0.5 - '@next/swc-freebsd-x64': 13.0.5 - '@next/swc-linux-arm-gnueabihf': 13.0.5 - '@next/swc-linux-arm64-gnu': 13.0.5 - '@next/swc-linux-arm64-musl': 13.0.5 - '@next/swc-linux-x64-gnu': 13.0.5 - '@next/swc-linux-x64-musl': 13.0.5 - '@next/swc-win32-arm64-msvc': 13.0.5 - '@next/swc-win32-ia32-msvc': 13.0.5 - '@next/swc-win32-x64-msvc': 13.0.5 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - dev: false - - /nextjs-cors/2.1.2_next@13.0.5: + /nextjs-cors/2.1.2_next@13.0.6: resolution: {integrity: sha512-2yOVivaaf2ILe4f/qY32hnj3oC77VCOsUQJQfhVMGsXE/YMEWUY2zy78sH9FKUCM7eG42/l3pDofIzMD781XGA==} peerDependencies: next: ^8.1.1-canary.54 || ^9.0.0 || ^10.0.0-0 || ^11.0.0 || ^12.0.0 || ^13.0.0 dependencies: cors: 2.8.5 - next: 13.0.5_mqvh5p7ejg4taogoj6tpk3gd5a + next: 13.0.6_672uxklweod7ene3nqtsh262ca dev: false /no-case/2.3.2: @@ -14575,15 +14285,6 @@ packages: hasBin: true dev: true - /popmotion/11.0.5: - resolution: {integrity: sha512-la8gPM1WYeFznb/JqF4GiTkRRPZsfaj2+kCxqQgr2MJylMmIKUwBfWW8Wa5fml/8gmtlD5yI01MP1QCZPWmppA==} - dependencies: - framesync: 6.1.2 - hey-listen: 1.0.8 - style-value-types: 5.1.2 - tslib: 2.4.0 - dev: false - /portfinder/1.0.32: resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} engines: {node: '>= 0.12.0'} @@ -15201,12 +14902,6 @@ packages: hasBin: true dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} - engines: {node: '>=10.13.0'} - hasBin: true - dev: true - /prettier/2.8.0: resolution: {integrity: sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==} engines: {node: '>=10.13.0'} @@ -15219,15 +14914,6 @@ packages: renderkid: 3.0.0 dev: false - /pretty-format/29.2.1: - resolution: {integrity: sha512-Y41Sa4aLCtKAXvwuIpTvcFBkyeYp2gdFWzXGA+ZNES3VwURIB165XO/z7CjETwzCCS53MjW/rLMyyqEnTtaOfA==} - 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/29.3.1: resolution: {integrity: sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15254,13 +14940,13 @@ packages: react: 17.0.2 dev: false - /prisma/4.6.1: - resolution: {integrity: sha512-BR4itMCuzrDV4tn3e2TF+nh1zIX/RVU0isKtKoN28ADeoJ9nYaMhiuRRkFd2TZN8+l/XfYzoRKyHzUFXLQhmBQ==} + /prisma/4.7.1: + resolution: {integrity: sha512-CCQP+m+1qZOGIZlvnL6T3ZwaU0LAleIHYFPN9tFSzjs/KL6vH9rlYbGOkTuG9Q1s6Ki5D0LJlYlW18Z9EBUpGg==} engines: {node: '>=14.17'} hasBin: true requiresBuild: true dependencies: - '@prisma/engines': 4.6.1 + '@prisma/engines': 4.7.1 /prismjs/1.29.0: resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} @@ -15561,7 +15247,7 @@ packages: /react-fast-compare/3.2.0: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} - /react-focus-lock/2.9.1_fan5qbzahqtxlm5dzefqlqx5ia: + /react-focus-lock/2.9.1_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-pSWOQrUmiKLkffPO6BpMXN7SNKXMsuOakl652IBuALAu1esk+IcpJyM+ALcYzPTTFz1rD0R54aB9A4HuP5t1Wg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -15571,13 +15257,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.19.0 - '@types/react': 18.0.25 + '@types/react': 18.0.26 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_fan5qbzahqtxlm5dzefqlqx5ia - use-sidecar: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia + use-callback-ref: 1.3.0_kzbn2opkn2327fwg5yzwzya5o4 + use-sidecar: 1.1.2_kzbn2opkn2327fwg5yzwzya5o4 dev: false /react-frame-component/5.2.3_v2m5e27vhdewzwhryxwfaorcca: @@ -15664,8 +15350,8 @@ packages: resolution: {integrity: sha512-0BIROPARmXHpk4AS3eWBOsewxoM5ndk2psYP/JmbCq8tz3uR2LIV1XiroZ9PKrmDRMctpW+TvsBCtWasuS8vFA==} dev: false - /react-phone-number-input/3.2.12_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-bqfg4iz4KWIkCGi7nV69CG90iX9EZ5wBXKoMnoyw7NDv/e2KH2uobDSLHXC4HydUgB+InjERxRdbdWTBbEff2w==} + /react-phone-number-input/3.2.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-2hvWIZCCbG5zQTcZOuwP++ixOlns4vosn7EXLJc8y9LSNCDBAJHufP/CrKp3YrCoGcyzokzmDbU8FmqfPRg8SA==} peerDependencies: react: '>=16.8' react-dom: '>=16.8' @@ -15701,7 +15387,7 @@ packages: react-is: 17.0.2 dev: false - /react-remove-scroll-bar/2.3.3_fan5qbzahqtxlm5dzefqlqx5ia: + /react-remove-scroll-bar/2.3.3_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-i9GMNWwpz8XpUpQ6QlevUtFjHGqnPG4Hxs+wlIJntu/xcsZVEpJcIV71K3ZkqNy2q3GfgvkD7y6t/Sv8ofYSbw==} engines: {node: '>=10'} peerDependencies: @@ -15711,13 +15397,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 react: 18.2.0 - react-style-singleton: 2.2.1_fan5qbzahqtxlm5dzefqlqx5ia + react-style-singleton: 2.2.1_kzbn2opkn2327fwg5yzwzya5o4 tslib: 2.4.0 dev: false - /react-remove-scroll/2.5.5_fan5qbzahqtxlm5dzefqlqx5ia: + /react-remove-scroll/2.5.5_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -15727,13 +15413,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 react: 18.2.0 - react-remove-scroll-bar: 2.3.3_fan5qbzahqtxlm5dzefqlqx5ia - react-style-singleton: 2.2.1_fan5qbzahqtxlm5dzefqlqx5ia + react-remove-scroll-bar: 2.3.3_kzbn2opkn2327fwg5yzwzya5o4 + react-style-singleton: 2.2.1_kzbn2opkn2327fwg5yzwzya5o4 tslib: 2.4.0 - use-callback-ref: 1.3.0_fan5qbzahqtxlm5dzefqlqx5ia - use-sidecar: 1.1.2_fan5qbzahqtxlm5dzefqlqx5ia + use-callback-ref: 1.3.0_kzbn2opkn2327fwg5yzwzya5o4 + use-sidecar: 1.1.2_kzbn2opkn2327fwg5yzwzya5o4 dev: false /react-router-config/5.1.1_oyuskl3t7voyrff2xstzuy4hqu: @@ -15800,7 +15486,7 @@ packages: react: 18.2.0 dev: false - /react-style-singleton/2.2.1_fan5qbzahqtxlm5dzefqlqx5ia: + /react-style-singleton/2.2.1_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -15810,7 +15496,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 @@ -16705,26 +16391,26 @@ packages: engines: {node: '>=12'} dev: false - /slate-history/0.86.0_slate@0.86.0: + /slate-history/0.86.0_slate@0.87.0: resolution: {integrity: sha512-OxObL9tbhgwvSlnKSCpGIh7wnuaqvOj5jRExGjEyCU2Ke8ctf22HjT+jw7GEi9ttLzNTUmTEU3YIzqKGeqN+og==} peerDependencies: slate: '>=0.65.3' dependencies: is-plain-object: 5.0.0 - slate: 0.86.0 + slate: 0.87.0 dev: false - /slate-hyperscript/0.77.0_slate@0.86.0: + /slate-hyperscript/0.77.0_slate@0.87.0: resolution: {integrity: sha512-M6uRpttwKnosniQORNPYQABHQ9XWC7qaSr/127LWWPjTOR5MSSwrHGrghN81BhZVqpICHrI7jkPA2813cWdHNA==} peerDependencies: slate: '>=0.65.3' dependencies: is-plain-object: 5.0.0 - slate: 0.86.0 + slate: 0.87.0 dev: false - /slate-react/0.86.0_g37k7sf7urqqfksvh3hvwmvue4: - resolution: {integrity: sha512-FlzG0CL1MtpZk7DRH6a101FdqdhTi+vZ23SbY5hQudIdgLo7QnUBv97BRe30VctqsL9L+Z2OsFHSCmWpIIxJAw==} + /slate-react/0.87.0_n2cfbellevwxpal743zx3kzaym: + resolution: {integrity: sha512-3ujWBdsMqCY2wRHjBYkbh44gkhIgEPjwvFnrzMporbgIRXUVdlAeQM3DevHZnS+Cvja9XTH9nI4Q0vChzzQPfQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -16739,12 +16425,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.86.0 + slate: 0.87.0 tiny-invariant: 1.0.6 dev: false - /slate/0.86.0: - resolution: {integrity: sha512-aexL720Tpqx6St5oz0jo0/wZWCT7z8lChKkVJo2eiFkSNmoSnCGR62d2itAvmse7dEXkl4DbfAxRQPj8JDuGTg==} + /slate/0.87.0: + resolution: {integrity: sha512-m+IWERpdtb7Zna09MxHlUYIAoo4WVdxp2fSf7c+jSV9pDmJ4QvUTuHghX/TVrxtr+8BKGhyQCWIerZt32B1Ysg==} dependencies: immer: 9.0.16 is-plain-object: 5.0.0 @@ -16814,6 +16500,7 @@ packages: /sourcemap-codec/1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} + deprecated: Please use @jridgewell/sourcemap-codec instead dev: false /space-separated-tokens/1.1.5: @@ -17101,7 +16788,7 @@ packages: resolution: {integrity: sha512-erOslPQZSYKOotQjmKRy4eBon/tdhzLIYzBdPSNVWDdatSQozkkPlh8mVeXNwubYYZYx61/yS23eWiGDF93z2w==} engines: {node: '>=12.*'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.11.10 qs: 6.11.0 /strnum/1.0.5: @@ -17149,24 +16836,6 @@ packages: supports-color: 5.5.0 dev: false - /styled-jsx/5.1.0_3lzqd2prgnu7gkxqqdmtvzna5u: - resolution: {integrity: sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==} - engines: {node: '>= 12.0.0'} - peerDependencies: - '@babel/core': '*' - babel-plugin-macros: '*' - react: '>= 16.8.0 || 17.x.x || ^18.0.0-0' - peerDependenciesMeta: - '@babel/core': - optional: true - babel-plugin-macros: - optional: true - dependencies: - '@babel/core': 7.20.2 - client-only: 0.0.1 - react: 18.2.0 - dev: false - /styled-jsx/5.1.0_react@18.2.0: resolution: {integrity: sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==} engines: {node: '>= 12.0.0'} @@ -17184,6 +16853,24 @@ packages: react: 18.2.0 dev: true + /styled-jsx/5.1.0_zavbqmrropwrojvx6ojaa4s7im: + resolution: {integrity: sha512-/iHaRJt9U7T+5tp6TRelLnqBqiaIT0HsO0+vgyj8hK2KUk7aejFqRrumqPUlAqDwAj8IbS/1hk3IhBAAK/FCUQ==} + engines: {node: '>= 12.0.0'} + peerDependencies: + '@babel/core': '*' + babel-plugin-macros: '*' + react: '>= 16.8.0 || 17.x.x || ^18.0.0-0' + peerDependenciesMeta: + '@babel/core': + optional: true + babel-plugin-macros: + optional: true + dependencies: + '@babel/core': 7.20.5 + client-only: 0.0.1 + react: 18.2.0 + 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} @@ -17544,19 +17231,19 @@ packages: resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} dev: false - /trpc-openapi/1.0.0-alpha.4_xfmifnqysbeeolwxnsx4yhzpwe: - resolution: {integrity: sha512-Zt+IUlYY/pw3Kk78ByTCOZb47r8zJFBUqr1imiOzyVjpaUMVMSPA2RpATCiOJQGSvR70YqoZAMPAu+KPoDmh2w==} + /trpc-openapi/1.0.0_oyzzjjwtijk3faxgr5s3bmufyi: + resolution: {integrity: sha512-JpvY/gwHBbeyn84QpRA/LgDG8m/9qrqSP2DRS7TBdHU6IggK6cJzOa1au8rXU828GUPtnicqbRpI4uJ/4rDiQA==} peerDependencies: - '@trpc/server': ^10.0.0-rc.7 + '@trpc/server': ^10.0.0 zod: ^3.14.4 dependencies: - '@trpc/server': 10.3.0 + '@trpc/server': 10.4.3 co-body: 6.1.0 lodash.clonedeep: 4.5.0 node-mocks-http: 1.12.1 openapi-types: 12.0.2 zod: 3.19.1 - zod-to-json-schema: 3.19.0_zod@3.19.1 + zod-to-json-schema: 3.19.3_zod@3.19.1 dev: false /ts-easing/0.2.0: @@ -17566,7 +17253,7 @@ packages: /ts-interface-checker/0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /ts-jest/29.0.3_xfgng25n7h75vidboz3b57kub4: + /ts-jest/29.0.3_rvuiotqfzkg4dsbpuvfcn277lq: resolution: {integrity: sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -17587,9 +17274,9 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.20.5 bs-logger: 0.2.6 - esbuild: 0.15.10 + esbuild: 0.15.18 fast-json-stable-stringify: 2.1.0 jest: 29.3.1 jest-util: 29.1.2 @@ -17633,11 +17320,11 @@ packages: typescript: optional: true dependencies: - bundle-require: 3.1.2_esbuild@0.15.16 + bundle-require: 3.1.2_esbuild@0.15.18 cac: 6.7.14 chokidar: 3.5.3 debug: 4.3.4 - esbuild: 0.15.16 + esbuild: 0.15.18 execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 @@ -17670,11 +17357,11 @@ packages: typescript: optional: true dependencies: - bundle-require: 3.1.2_esbuild@0.15.10 + bundle-require: 3.1.2_esbuild@0.15.18 cac: 6.7.14 chokidar: 3.5.3 debug: 4.3.4 - esbuild: 0.15.10 + esbuild: 0.15.18 execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 @@ -18072,7 +17759,7 @@ packages: punycode: 1.3.2 querystring: 0.2.0 - /use-callback-ref/1.3.0_fan5qbzahqtxlm5dzefqlqx5ia: + /use-callback-ref/1.3.0_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -18082,7 +17769,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 react: 18.2.0 tslib: 2.4.0 dev: false @@ -18113,8 +17800,8 @@ packages: scheduler: 0.23.0 dev: false - /use-debounce/8.0.4_react@18.2.0: - resolution: {integrity: sha512-fGqsYQzl8kLHF2QpQSgIwgOgJmnh6j5L6SIzQiHdLfwp3q1egUL3btq5Bg2SJysH6A0ILLgT2IqXZKoNJr0nFw==} + /use-debounce/9.0.2_react@18.2.0: + resolution: {integrity: sha512-QLyB0sxt9F5AisGDrUybCRJSLE60bTQR0yXc+IebNGUu1GCXwii1zsZl82mPGdWqDVQy7+1FKMLHQUixxf5Nbw==} engines: {node: '>= 10.0.0'} peerDependencies: react: '>=16.8.0' @@ -18131,7 +17818,7 @@ packages: react: 18.2.0 dev: false - /use-isomorphic-layout-effect/1.1.2_fan5qbzahqtxlm5dzefqlqx5ia: + /use-isomorphic-layout-effect/1.1.2_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -18140,7 +17827,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 react: 18.2.0 dev: false @@ -18171,7 +17858,7 @@ packages: use-isomorphic-layout-effect: 1.1.2_qnxonbsml5syl42mqdnwkqq4yu dev: false - /use-sidecar/1.1.2_fan5qbzahqtxlm5dzefqlqx5ia: + /use-sidecar/1.1.2_kzbn2opkn2327fwg5yzwzya5o4: resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -18181,7 +17868,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.26 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.4.0 @@ -18858,8 +18545,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /zod-to-json-schema/3.19.0_zod@3.19.1: - resolution: {integrity: sha512-ChPYAl3MWnZwKgNMMYP+/MgYWekL4Ef6n0ot/PBURTUfBpzjnSFB8unZaL3MDwH0YcAwQW63n2pnPJi/dqHfwg==} + /zod-to-json-schema/3.19.3_zod@3.19.1: + resolution: {integrity: sha512-ACNhkhhspMy0bb2aGPWiYH4Prp7Xkyz/eWuuR/1+Ql8SO6uhSrWWePQP1XVC/rzVvnQ3r4K35x97THh+VFmc+w==} peerDependencies: zod: ^3.19.0 dependencies: