From 2a3430d7bf8b555e04080943c97f6eef236d3b23 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 30 Mar 2023 23:35:54 +0100 Subject: [PATCH] chore: Upgrade npm packages and dependencies. - Upgrade multiple dependencies to their latest versions, including "@codemirror", "@crossbell", "@iconify-json", "@mantine", and many others. - Improve project performance and stability with these dependency upgrades. - Ensure compatibility with the latest versions of various development tools, including "typescript", "eslint", and "tailwindcss". --- package.json | 48 +- pnpm-lock.yaml | 1394 +++++++++++++++++++++++++++++------------------- 2 files changed, 871 insertions(+), 571 deletions(-) diff --git a/package.json b/package.json index 334662d6..25c76326 100644 --- a/package.json +++ b/package.json @@ -37,24 +37,24 @@ "@crossbell/util-hooks": "0.0.55", "@emoji-mart/data": "1.1.2", "@emoji-mart/react": "1.1.1", - "@floating-ui/react": "^0.22.0", + "@floating-ui/react": "^0.22.2", "@headlessui/react": "1.7.13", - "@heroicons/react": "2.0.16", + "@heroicons/react": "2.0.17", "@iconify-json/mingcute": "^1.1.5", - "@mantine/core": "^6.0.4", + "@mantine/core": "^6.0.5", "@monaco-editor/react": "4.4.6", "@prisma/client": "^4.12.0", "@tanstack/react-query": "4.28.0", "@tanstack/react-query-devtools": "4.28.0", "@tanstack/react-query-persist-client": "4.28.0", - "@uiw/codemirror-extensions-events": "4.19.9", - "@uiw/react-codemirror": "4.19.9", + "@uiw/codemirror-extensions-events": "4.19.11", + "@uiw/react-codemirror": "4.19.11", "@urql/core": "3.2.2", "axios": "1.3.4", "canvas-confetti": "^1.6.0", "chroma-js": "^2.4.2", "clsx": "1.2.1", - "crossbell.js": "0.19.4", + "crossbell.js": "0.19.5", "dayjs": "1.11.7", "dotenv": "16.0.3", "emoji-mart": "5.5.2", @@ -62,15 +62,15 @@ "fast-deep-equal": "3.1.3", "i18next": "^22.4.13", "idb-keyval": "6.2.0", - "immer": "9.0.19", + "immer": "9.0.21", "ioredis": "5.3.1", "js-yaml": "4.1.0", "jsonfeed-to-rss": "^3.0.6", - "langchain": "^0.0.39", + "langchain": "^0.0.44", "lottie-react": "^2.4.0", "mdast-util-to-string": "3.1.1", "mdast-util-toc": "6.1.1", - "nanoid": "4.0.1", + "nanoid": "4.0.2", "next": "13.2.4", "next-i18next": "^13.2.2", "nextjs-progressbar": "0.0.16", @@ -79,11 +79,11 @@ "prismjs": "1.29.0", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.43.7", + "react-hook-form": "7.43.9", "react-hot-toast": "2.4.0", "react-i18next": "^12.2.0", "react-infinite-scroller": "1.2.6", - "react-parallax-tilt": "^1.7.119", + "react-parallax-tilt": "^1.7.120", "react-scroll": "1.8.9", "react-sortablejs": "6.1.4", "refractor": "4.8.1", @@ -105,9 +105,9 @@ "remark-parse": "10.0.1", "remark-rehype": "10.1.0", "remark-stringify": "10.0.2", - "sharp": "0.31.3", + "sharp": "0.32.0", "sortablejs": "1.15.0", - "tailwind-merge": "^1.10.0", + "tailwind-merge": "^1.11.0", "tailwindcss-animate": "^1.0.5", "unidata.js": "0.7.17", "unified": "10.1.2", @@ -115,21 +115,21 @@ "unist-util-visit": "4.1.2", "use-onclickoutside": "0.4.1", "uuid": "9.0.0", - "wagmi": "0.12.6" + "wagmi": "0.12.8" }, "devDependencies": { "@next/bundle-analyzer": "13.2.4", - "@playwright/test": "1.32.0", - "@tailwindcss/line-clamp": "^0.4.2", + "@playwright/test": "1.32.1", + "@tailwindcss/line-clamp": "^0.4.4", "@types/canvas-confetti": "^1.6.0", "@types/chroma-js": "^2.4.0", "@types/cookie": "0.5.1", "@types/hast": "2.3.4", "@types/js-yaml": "4.0.5", "@types/mjml": "4.7.0", - "@types/node": "18.15.5", + "@types/node": "18.15.11", "@types/prismjs": "1.26.0", - "@types/react": "18.0.28", + "@types/react": "18.0.31", "@types/react-dom": "18.0.11", "@types/react-infinite-scroller": "1.2.3", "@types/react-scroll": "1.8.6", @@ -141,20 +141,20 @@ "autoprefixer": "10.4.14", "babel-loader": "^9.1.2", "cross-spawn": "7.0.3", - "esbuild": "0.17.12", + "esbuild": "0.17.14", "esbuild-register": "3.4.2", - "eslint": "8.36.0", + "eslint": "8.37.0", "eslint-config-next": "13.2.4", "husky": "8.0.3", "lint-staged": "13.2.0", "next-pwa": "^5.6.0", "postcss-import": "15.1.0", - "prettier": "2.8.6", + "prettier": "2.8.7", "prisma": "^4.12.0", - "tailwindcss": "3.2.7", - "typescript": "5.0.2", + "tailwindcss": "3.3.1", + "typescript": "5.0.3", "unocss": "0.50.6", - "vitest": "0.29.7" + "vitest": "0.29.8" }, "engines": { "node": ">=15" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f86a2347..89988dd8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,19 +18,19 @@ dependencies: version: 6.9.3 '@crossbell/connect-kit': specifier: 0.0.55 - version: 0.0.55(@tanstack/react-query@4.28.0)(@types/react@18.0.28)(ethers@5.7.2)(react-dom@18.2.0)(typescript@5.0.2)(wagmi@0.12.6) + version: 0.0.55(@tanstack/react-query@4.28.0)(@types/react@18.0.31)(ethers@5.7.2)(react-dom@18.2.0)(typescript@5.0.3)(wagmi@0.12.8) '@crossbell/contract': specifier: 0.0.55 - version: 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6) + version: 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8) '@crossbell/indexer': specifier: 0.0.55 - version: 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6) + version: 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8) '@crossbell/notification': specifier: 0.0.55 - version: 0.0.55(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@tanstack/react-query@4.28.0)(@types/react@18.0.28)(ethers@5.7.2)(immer@9.0.19)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(wagmi@0.12.6) + version: 0.0.55(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@tanstack/react-query@4.28.0)(@types/react@18.0.31)(ethers@5.7.2)(immer@9.0.21)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3)(wagmi@0.12.8) '@crossbell/ui': specifier: 0.0.55 - version: 0.0.55(@types/react@18.0.28)(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(wagmi@0.12.6) + version: 0.0.55(@types/react@18.0.31)(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3)(wagmi@0.12.8) '@crossbell/util-hooks': specifier: 0.0.55 version: 0.0.55(react-dom@18.2.0)(react@18.2.0) @@ -41,20 +41,20 @@ dependencies: specifier: 1.1.1 version: 1.1.1(emoji-mart@5.5.2)(react@18.2.0) '@floating-ui/react': - specifier: ^0.22.0 - version: 0.22.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^0.22.2 + version: 0.22.2(react-dom@18.2.0)(react@18.2.0) '@headlessui/react': specifier: 1.7.13 version: 1.7.13(react-dom@18.2.0)(react@18.2.0) '@heroicons/react': - specifier: 2.0.16 - version: 2.0.16(react@18.2.0) + specifier: 2.0.17 + version: 2.0.17(react@18.2.0) '@iconify-json/mingcute': specifier: ^1.1.5 version: 1.1.5 '@mantine/core': - specifier: ^6.0.4 - version: 6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0) + specifier: ^6.0.5 + version: 6.0.5(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.31)(react-dom@18.2.0)(react@18.2.0) '@monaco-editor/react': specifier: 4.4.6 version: 4.4.6(monaco-editor@0.36.1)(react-dom@18.2.0)(react@18.2.0) @@ -71,11 +71,11 @@ dependencies: specifier: 4.28.0 version: 4.28.0(@tanstack/react-query@4.28.0) '@uiw/codemirror-extensions-events': - specifier: 4.19.9 - version: 4.19.9(@codemirror/view@6.9.3) + specifier: 4.19.11 + version: 4.19.11(@codemirror/view@6.9.3) '@uiw/react-codemirror': - specifier: 4.19.9 - version: 4.19.9(@babel/runtime@7.21.0)(@codemirror/autocomplete@6.4.2)(@codemirror/language@6.6.0)(@codemirror/lint@6.1.1)(@codemirror/search@6.2.3)(@codemirror/state@6.2.0)(@codemirror/theme-one-dark@6.1.0)(@codemirror/view@6.9.3)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0) + specifier: 4.19.11 + version: 4.19.11(@babel/runtime@7.21.0)(@codemirror/autocomplete@6.4.2)(@codemirror/language@6.6.0)(@codemirror/lint@6.2.0)(@codemirror/search@6.3.0)(@codemirror/state@6.2.0)(@codemirror/theme-one-dark@6.1.1)(@codemirror/view@6.9.3)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0) '@urql/core': specifier: 3.2.2 version: 3.2.2(graphql@16.6.0) @@ -92,8 +92,8 @@ dependencies: specifier: 1.2.1 version: 1.2.1 crossbell.js: - specifier: 0.19.4 - version: 0.19.4 + specifier: 0.19.5 + version: 0.19.5 dayjs: specifier: 1.11.7 version: 1.11.7 @@ -116,8 +116,8 @@ dependencies: specifier: 6.2.0 version: 6.2.0 immer: - specifier: 9.0.19 - version: 9.0.19 + specifier: 9.0.21 + version: 9.0.21 ioredis: specifier: 5.3.1 version: 5.3.1 @@ -128,8 +128,8 @@ dependencies: specifier: ^3.0.6 version: 3.0.6 langchain: - specifier: ^0.0.39 - version: 0.0.39 + specifier: ^0.0.44 + version: 0.0.44 lottie-react: specifier: ^2.4.0 version: 2.4.0(react-dom@18.2.0)(react@18.2.0) @@ -140,11 +140,11 @@ dependencies: specifier: 6.1.1 version: 6.1.1 nanoid: - specifier: 4.0.1 - version: 4.0.1 + specifier: 4.0.2 + version: 4.0.2 next: specifier: 13.2.4 - version: 13.2.4(@babel/core@7.20.12)(react-dom@18.2.0)(react@18.2.0) + version: 13.2.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) next-i18next: specifier: ^13.2.2 version: 13.2.2(i18next@22.4.13)(next@13.2.4)(react-i18next@12.2.0)(react@18.2.0) @@ -167,8 +167,8 @@ dependencies: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-hook-form: - specifier: 7.43.7 - version: 7.43.7(react@18.2.0) + specifier: 7.43.9 + version: 7.43.9(react@18.2.0) react-hot-toast: specifier: 2.4.0 version: 2.4.0(csstype@3.1.1)(react-dom@18.2.0)(react@18.2.0) @@ -179,8 +179,8 @@ dependencies: specifier: 1.2.6 version: 1.2.6(react@18.2.0) react-parallax-tilt: - specifier: ^1.7.119 - version: 1.7.119(react-dom@18.2.0)(react@18.2.0) + specifier: ^1.7.120 + version: 1.7.120(react-dom@18.2.0)(react@18.2.0) react-scroll: specifier: 1.8.9 version: 1.8.9(react-dom@18.2.0)(react@18.2.0) @@ -207,7 +207,7 @@ dependencies: version: 6.1.1 rehype-react: specifier: 7.1.2 - version: 7.1.2(@types/react@18.0.28) + version: 7.1.2(@types/react@18.0.31) rehype-sanitize: specifier: 5.0.1 version: 5.0.1 @@ -245,17 +245,17 @@ dependencies: specifier: 10.0.2 version: 10.0.2 sharp: - specifier: 0.31.3 - version: 0.31.3 + specifier: 0.32.0 + version: 0.32.0 sortablejs: specifier: 1.15.0 version: 1.15.0 tailwind-merge: - specifier: ^1.10.0 - version: 1.10.0 + specifier: ^1.11.0 + version: 1.11.0 tailwindcss-animate: specifier: ^1.0.5 - version: 1.0.5(tailwindcss@3.2.7) + version: 1.0.5(tailwindcss@3.3.1) unidata.js: specifier: 0.7.17 version: 0.7.17 @@ -270,24 +270,24 @@ dependencies: version: 4.1.2 use-onclickoutside: specifier: 0.4.1 - version: 0.4.1(@types/react@18.0.28)(react@18.2.0) + version: 0.4.1(@types/react@18.0.31)(react@18.2.0) uuid: specifier: 9.0.0 version: 9.0.0 wagmi: - specifier: 0.12.6 - version: 0.12.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2) + specifier: 0.12.8 + version: 0.12.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3) devDependencies: '@next/bundle-analyzer': specifier: 13.2.4 version: 13.2.4 '@playwright/test': - specifier: 1.32.0 - version: 1.32.0 + specifier: 1.32.1 + version: 1.32.1 '@tailwindcss/line-clamp': - specifier: ^0.4.2 - version: 0.4.2(tailwindcss@3.2.7) + specifier: ^0.4.4 + version: 0.4.4(tailwindcss@3.3.1) '@types/canvas-confetti': specifier: ^1.6.0 version: 1.6.0 @@ -307,14 +307,14 @@ devDependencies: specifier: 4.7.0 version: 4.7.0 '@types/node': - specifier: 18.15.5 - version: 18.15.5 + specifier: 18.15.11 + version: 18.15.11 '@types/prismjs': specifier: 1.26.0 version: 1.26.0 '@types/react': - specifier: 18.0.28 - version: 18.0.28 + specifier: 18.0.31 + version: 18.0.31 '@types/react-dom': specifier: 18.0.11 version: 18.0.11 @@ -344,22 +344,22 @@ devDependencies: version: 10.4.14(postcss@8.4.21) babel-loader: specifier: ^9.1.2 - version: 9.1.2(@babel/core@7.20.12)(webpack@5.76.3) + version: 9.1.2(@babel/core@7.21.3)(webpack@5.77.0) cross-spawn: specifier: 7.0.3 version: 7.0.3 esbuild: - specifier: 0.17.12 - version: 0.17.12 + specifier: 0.17.14 + version: 0.17.14 esbuild-register: specifier: 3.4.2 - version: 3.4.2(esbuild@0.17.12) + version: 3.4.2(esbuild@0.17.14) eslint: - specifier: 8.36.0 - version: 8.36.0 + specifier: 8.37.0 + version: 8.37.0 eslint-config-next: specifier: 13.2.4 - version: 13.2.4(eslint@8.36.0)(typescript@5.0.2) + version: 13.2.4(eslint@8.37.0)(typescript@5.0.3) husky: specifier: 8.0.3 version: 8.0.3 @@ -368,28 +368,28 @@ devDependencies: version: 13.2.0 next-pwa: specifier: ^5.6.0 - version: 5.6.0(@babel/core@7.20.12)(esbuild@0.17.12)(next@13.2.4)(webpack@5.76.3) + version: 5.6.0(@babel/core@7.21.3)(esbuild@0.17.14)(next@13.2.4)(webpack@5.77.0) postcss-import: specifier: 15.1.0 version: 15.1.0(postcss@8.4.21) prettier: - specifier: 2.8.6 - version: 2.8.6 + specifier: 2.8.7 + version: 2.8.7 prisma: specifier: ^4.12.0 version: 4.12.0 tailwindcss: - specifier: 3.2.7 - version: 3.2.7(postcss@8.4.21) + specifier: 3.3.1 + version: 3.3.1(postcss@8.4.21) typescript: - specifier: 5.0.2 - version: 5.0.2 + specifier: 5.0.3 + version: 5.0.3 unocss: specifier: 0.50.6 version: 0.50.6(postcss@8.4.21)(rollup@2.79.1)(vite@4.2.1) vitest: - specifier: 0.29.7 - version: 0.29.7 + specifier: 0.29.8 + version: 0.29.8 packages: @@ -415,6 +415,15 @@ packages: resolution: {integrity: sha512-vy9fM3pIxZmX07dL+VX1aZe7ynZ+YyB0jY+jE6r3hOK6GNY2t6W8rzpFC4tgpbXUYABkFQwgJq2XYXlxbXAI0g==} dev: true + /@anthropic-ai/sdk@0.4.2: + resolution: {integrity: sha512-L/uhXDxPNWKIUV3V2v+97XyVVjY2P6vhxpdNFqmZEKUKy6FqVwcfPPHcckH6ixyQ5+j/Zq4A6eybc7ewc2+WjQ==} + dependencies: + '@fortaine/fetch-event-source': 3.0.6 + cross-fetch: 3.1.5 + transitivePeerDependencies: + - encoding + dev: false + /@apideck/better-ajv-errors@0.3.6(ajv@8.12.0): resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} engines: {node: '>=10'} @@ -458,6 +467,29 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: true + + /@babel/core@7.21.3: + resolution: {integrity: sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.0 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.21.3 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-module-transforms': 7.21.2 + '@babel/helpers': 7.21.0 + '@babel/parser': 7.21.3 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.3 + '@babel/types': 7.21.3 + convert-source-map: 1.9.0 + debug: 4.3.4(supports-color@8.1.1) + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color /@babel/generator@7.20.7: resolution: {integrity: sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==} @@ -466,6 +498,16 @@ packages: '@babel/types': 7.20.7 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 + dev: true + + /@babel/generator@7.21.3: + resolution: {integrity: sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.3 + '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.17 + jsesc: 2.5.2 /@babel/helper-annotate-as-pure@7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} @@ -494,6 +536,20 @@ packages: browserslist: 4.21.5 lru-cache: 5.1.1 semver: 6.3.0 + dev: true + + /@babel/helper-compilation-targets@7.20.7(@babel/core@7.21.3): + resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.20.10 + '@babel/core': 7.21.3 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.5 + lru-cache: 5.1.1 + semver: 6.3.0 /@babel/helper-create-class-features-plugin@7.20.12(@babel/core@7.20.12): resolution: {integrity: sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==} @@ -539,6 +595,23 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: true + + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.3): + resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} + peerDependencies: + '@babel/core': ^7.4.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.20.2 + debug: 4.3.4(supports-color@8.1.1) + lodash.debounce: 4.0.8 + resolve: 1.22.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: false /@babel/helper-environment-visitor@7.18.9: resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} @@ -557,6 +630,14 @@ packages: dependencies: '@babel/template': 7.20.7 '@babel/types': 7.20.7 + dev: true + + /@babel/helper-function-name@7.21.0: + resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.20.7 + '@babel/types': 7.21.3 /@babel/helper-hoist-variables@7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} @@ -591,6 +672,22 @@ packages: '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color + dev: true + + /@babel/helper-module-transforms@7.21.2: + resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-simple-access': 7.20.2 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.3 + '@babel/types': 7.21.3 + transitivePeerDependencies: + - supports-color /@babel/helper-optimise-call-expression@7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} @@ -684,6 +781,17 @@ packages: '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color + dev: true + + /@babel/helpers@7.21.0: + resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.3 + '@babel/types': 7.21.3 + transitivePeerDependencies: + - supports-color /@babel/highlight@7.18.6: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} @@ -700,6 +808,13 @@ packages: dependencies: '@babel/types': 7.20.7 + /@babel/parser@7.21.3: + resolution: {integrity: sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.21.3 + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.20.12): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} @@ -1334,18 +1449,18 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-runtime@7.21.0(@babel/core@7.20.12): + /@babel/plugin-transform-runtime@7.21.0(@babel/core@7.21.3): resolution: {integrity: sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.3 '@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.12) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.20.12) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.20.12) + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.3) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.3) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.3) semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -1552,6 +1667,24 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: true + + /@babel/traverse@7.21.3: + resolution: {integrity: sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.21.3 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.21.3 + '@babel/types': 7.21.3 + debug: 4.3.4(supports-color@8.1.1) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color /@babel/types@7.20.7: resolution: {integrity: sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==} @@ -1561,6 +1694,14 @@ packages: '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 + /@babel/types@7.21.3: + resolution: {integrity: sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==} + 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 + /@bret/truthy@1.0.1: resolution: {integrity: sha512-mFVhqy/yrh+BZwzqQQptGcTq5SJ+T0uhWQ/hmBkU0RFV3YN2UkcDhxvAzUuMDibOi6s66YM01BUGAi1y/92QGw==} dependencies: @@ -1658,8 +1799,16 @@ packages: crelt: 1.0.5 dev: false - /@codemirror/search@6.2.3: - resolution: {integrity: sha512-V9n9233lopQhB1dyjsBK2Wc1i+8hcCqxl1wQ46c5HWWLePoe4FluV3TGHoZ04rBRlGjNyz9DTmpJErig8UE4jw==} + /@codemirror/lint@6.2.0: + resolution: {integrity: sha512-KVCECmR2fFeYBr1ZXDVue7x3q5PMI0PzcIbA+zKufnkniMBo1325t0h1jM85AKp8l3tj67LRxVpZfgDxEXlQkg==} + dependencies: + '@codemirror/state': 6.2.0 + '@codemirror/view': 6.9.3 + crelt: 1.0.5 + dev: false + + /@codemirror/search@6.3.0: + resolution: {integrity: sha512-rBhZxzT34CarfhgCZGhaLBScABDN3iqJxixzNuINp9lrb3lzm0nTpR77G1VrxGO3HOGK7j62jcJftQM7eCOIuw==} dependencies: '@codemirror/state': 6.2.0 '@codemirror/view': 6.9.3 @@ -1670,13 +1819,13 @@ packages: resolution: {integrity: sha512-69QXtcrsc3RYtOtd+GsvczJ319udtBf1PTrr2KbLWM/e2CXUPnh0Nz9AUo8WfhSQ7GeL8dPVNUmhQVgpmuaNGA==} dev: false - /@codemirror/theme-one-dark@6.1.0: - resolution: {integrity: sha512-AiTHtFRu8+vWT9wWUWDM+cog6ZwgivJogB1Tm/g40NIpLwph7AnmxrSzWfvJN5fBVufsuwBxecQCNmdcR5D7Aw==} + /@codemirror/theme-one-dark@6.1.1: + resolution: {integrity: sha512-+CfzmScfJuD6uDF5bHJkAjWTQ2QAAHxODCPxUEgcImDYcJLT+4l5vLnBHmDVv46kCC5uUJGMrBJct2Z6JbvqyQ==} dependencies: '@codemirror/language': 6.6.0 '@codemirror/state': 6.2.0 '@codemirror/view': 6.9.3 - '@lezer/highlight': 1.1.3 + '@lezer/highlight': 1.1.4 dev: false /@codemirror/view@6.9.3: @@ -1687,7 +1836,7 @@ packages: w3c-keyname: 2.2.6 dev: false - /@coinbase/wallet-sdk@3.6.5(@babel/core@7.20.12): + /@coinbase/wallet-sdk@3.6.5(@babel/core@7.21.3): resolution: {integrity: sha512-8F91dvvC/+CTpaNTr+FgpLMa2YxjpXpE9pdnGewMoYi41ISbiXZado5VjYo9QSZlS+myzfKvDGpTzLFFUXPfDg==} engines: {node: '>= 10.0.0'} dependencies: @@ -1697,12 +1846,12 @@ packages: bn.js: 5.2.1 buffer: 6.0.3 clsx: 1.2.1 - eth-block-tracker: 4.4.3(@babel/core@7.20.12) + eth-block-tracker: 4.4.3(@babel/core@7.21.3) eth-json-rpc-filters: 5.1.0 eth-rpc-errors: 4.0.2 json-rpc-engine: 6.1.0 keccak: 3.0.3 - preact: 10.13.1 + preact: 10.13.2 qs: 6.11.1 rxjs: 6.6.7 sha.js: 2.4.11 @@ -1716,40 +1865,40 @@ packages: - utf-8-validate dev: false - /@crossbell/connect-kit@0.0.55(@tanstack/react-query@4.28.0)(@types/react@18.0.28)(ethers@5.7.2)(react-dom@18.2.0)(typescript@5.0.2)(wagmi@0.12.6): + /@crossbell/connect-kit@0.0.55(@tanstack/react-query@4.28.0)(@types/react@18.0.31)(ethers@5.7.2)(react-dom@18.2.0)(typescript@5.0.3)(wagmi@0.12.8): resolution: {integrity: sha512-ueWDbX96Z1rjhEc1Mow6i6fheIPW3ehHorKqyLzrLBCFV/18d8kiVwnjaHe3whS1gWn0M15zjRHfy9UWHIok6Q==} peerDependencies: '@tanstack/react-query': ^4 ethers: ^5 wagmi: ^0.12 dependencies: - '@crossbell/contract': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6) - '@crossbell/indexer': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6) - '@crossbell/ui': 0.0.55(@types/react@18.0.28)(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(wagmi@0.12.6) + '@crossbell/contract': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8) + '@crossbell/indexer': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8) + '@crossbell/ui': 0.0.55(@types/react@18.0.31)(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3)(wagmi@0.12.8) '@crossbell/util-ethers': 0.0.55 '@crossbell/util-hooks': 0.0.55(react-dom@18.2.0)(react@18.2.0) '@crossbell/util-metadata': 0.0.55 - '@emotion/react': 11.10.6(@types/react@18.0.28)(react@18.2.0) - '@mantine/core': 6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0) + '@emotion/react': 11.10.6(@types/react@18.0.31)(react@18.2.0) + '@mantine/core': 6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.31)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.4(react@18.2.0) '@mantine/notifications': 6.0.4(@mantine/core@6.0.4)(@mantine/hooks@6.0.4)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': 4.28.0(react-dom@18.2.0)(react@18.2.0) canvas-confetti: 1.6.0 check-password-strength: 2.0.7 classnames: 2.3.2 - crossbell.js: 0.19.4 + crossbell.js: 0.19.5 detect-browser: 5.3.0 embla-carousel-react: 7.1.0(react@18.2.0) ethers: 5.7.2 - immer: 9.0.19 + immer: 9.0.21 lodash.debounce: 4.0.8 qrcode: 1.5.1 react: 18.2.0 react-dropzone: 14.2.3(react@18.2.0) react-google-recaptcha: 2.1.0(react@18.2.0) - ts-essentials: 9.3.1(typescript@5.0.2) - wagmi: 0.12.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2) - zustand: 4.3.6(immer@9.0.19)(react@18.2.0) + ts-essentials: 9.3.1(typescript@5.0.3) + wagmi: 0.12.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3) + zustand: 4.3.6(immer@9.0.21)(react@18.2.0) transitivePeerDependencies: - '@types/react' - bufferutil @@ -1760,19 +1909,19 @@ packages: - utf-8-validate dev: false - /@crossbell/contract@0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6): + /@crossbell/contract@0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8): resolution: {integrity: sha512-VIzCkvfcowho3RikhuRH3nxdJfMveAPrk6NqpkTTNeH4GZ8yFqE+mHgFFb0n53r8+I7UU1SgMc8UD79bZXZmIw==} peerDependencies: ethers: ^5 react: ^18 wagmi: ^0.12 dependencies: - '@crossbell/indexer': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6) + '@crossbell/indexer': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8) '@crossbell/util-hooks': 0.0.55(react-dom@18.2.0)(react@18.2.0) - crossbell.js: 0.19.4 + crossbell.js: 0.19.5 ethers: 5.7.2 react: 18.2.0 - wagmi: 0.12.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2) + wagmi: 0.12.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3) transitivePeerDependencies: - bufferutil - react-dom @@ -1781,19 +1930,19 @@ packages: - utf-8-validate dev: false - /@crossbell/indexer@0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6): + /@crossbell/indexer@0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8): resolution: {integrity: sha512-O2+KK2Nud9yu+ySnUj41m1GY9KdilXJiyBnGZ5OGSWqBWUnTrYn3CgKLCN7BiNimkzqVDS25zLjPR6ikfg85Uw==} peerDependencies: ethers: ^5 wagmi: ^0.12 dependencies: '@tanstack/react-query': 4.28.0(react-dom@18.2.0)(react@18.2.0) - crossbell.js: 0.19.4 + crossbell.js: 0.19.5 dayjs: 1.11.7 ethers: 5.7.2 lodash.compact: 3.0.1 lru-cache: 8.0.4 - wagmi: 0.12.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2) + wagmi: 0.12.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3) transitivePeerDependencies: - bufferutil - react @@ -1807,7 +1956,7 @@ packages: resolution: {integrity: sha512-AYGDrwiSKqCGNDi0mEPP1k+96loWik+Pd40xH0MzRNM4RtCutPbwm4o+Sj5iWu0tlHoQC2bTs1XcufsLiv+WYw==} dev: false - /@crossbell/notification@0.0.55(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@tanstack/react-query@4.28.0)(@types/react@18.0.28)(ethers@5.7.2)(immer@9.0.19)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(wagmi@0.12.6): + /@crossbell/notification@0.0.55(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@tanstack/react-query@4.28.0)(@types/react@18.0.31)(ethers@5.7.2)(immer@9.0.21)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3)(wagmi@0.12.8): resolution: {integrity: sha512-TKc7ruHbRMx3Q3L09pFqUOuZevzOU/BNO0MoxT8OTmzx15/Gfn00T6VGetviVXBFwS7fwLzzES6hkAMR+KGqdQ==} peerDependencies: '@tanstack/react-query': ^4 @@ -1815,20 +1964,20 @@ packages: react: ^18 wagmi: ^0.12 dependencies: - '@crossbell/connect-kit': 0.0.55(@tanstack/react-query@4.28.0)(@types/react@18.0.28)(ethers@5.7.2)(react-dom@18.2.0)(typescript@5.0.2)(wagmi@0.12.6) - '@crossbell/indexer': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6) - '@crossbell/ui': 0.0.55(@types/react@18.0.28)(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(wagmi@0.12.6) + '@crossbell/connect-kit': 0.0.55(@tanstack/react-query@4.28.0)(@types/react@18.0.31)(ethers@5.7.2)(react-dom@18.2.0)(typescript@5.0.3)(wagmi@0.12.8) + '@crossbell/indexer': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8) + '@crossbell/ui': 0.0.55(@types/react@18.0.31)(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3)(wagmi@0.12.8) '@crossbell/util-hooks': 0.0.55(react-dom@18.2.0)(react@18.2.0) '@crossbell/util-metadata': 0.0.55 - '@mantine/core': 6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.31)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': 4.28.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 dayjs: 1.11.7 ethers: 5.7.2 react: 18.2.0 react-intersection-observer: 9.4.3(react@18.2.0) - wagmi: 0.12.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2) - zustand: 4.3.6(immer@9.0.19)(react@18.2.0) + wagmi: 0.12.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3) + zustand: 4.3.6(immer@9.0.21)(react@18.2.0) transitivePeerDependencies: - '@emotion/react' - '@mantine/hooks' @@ -1842,25 +1991,25 @@ packages: - utf-8-validate dev: false - /@crossbell/ui@0.0.55(@types/react@18.0.28)(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2)(wagmi@0.12.6): + /@crossbell/ui@0.0.55(@types/react@18.0.31)(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3)(wagmi@0.12.8): resolution: {integrity: sha512-i6jLgXvjQfAU4pJCwpsYrRO4jZOOfI948uka9FvcB2njKC9CEwXrO4YJN7sNCO16P8zxdSgHDlidjIVakouXKw==} peerDependencies: react: ^18 react-dom: ^18 dependencies: - '@crossbell/indexer': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.6) + '@crossbell/indexer': 0.0.55(ethers@5.7.2)(react-dom@18.2.0)(react@18.2.0)(wagmi@0.12.8) '@crossbell/util-hooks': 0.0.55(react-dom@18.2.0)(react@18.2.0) '@crossbell/util-metadata': 0.0.55 '@tanstack/react-query': 4.28.0(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 - crossbell.js: 0.19.4 + crossbell.js: 0.19.5 facepaint: 1.2.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-intersection-observer: 9.4.3(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.0.28)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.0.31)(react@18.2.0) react-transition-group: 4.4.5(react-dom@18.2.0)(react@18.2.0) - ts-essentials: 9.3.1(typescript@5.0.2) + ts-essentials: 9.3.1(typescript@5.0.3) transitivePeerDependencies: - '@types/react' - bufferutil @@ -1882,7 +2031,7 @@ packages: react: ^18 dependencies: '@tanstack/react-query': 4.28.0(react-dom@18.2.0)(react@18.2.0) - crossbell.js: 0.19.4 + crossbell.js: 0.19.5 react: 18.2.0 transitivePeerDependencies: - bufferutil @@ -1897,7 +2046,7 @@ packages: dependencies: '@crossbell/util-ethers': 0.0.55 '@fastify/deepmerge': 1.3.0 - crossbell.js: 0.19.4 + crossbell.js: 0.19.5 transitivePeerDependencies: - bufferutil - supports-color @@ -1959,7 +2108,7 @@ packages: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} dev: false - /@emotion/react@11.10.6(@types/react@18.0.28)(react@18.2.0): + /@emotion/react@11.10.6(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==} peerDependencies: '@types/react': '*' @@ -1975,7 +2124,7 @@ packages: '@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.28 + '@types/react': 18.0.31 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -2014,8 +2163,8 @@ packages: resolution: {integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==} dev: false - /@esbuild/android-arm64@0.17.12: - resolution: {integrity: sha512-WQ9p5oiXXYJ33F2EkE3r0FRDFVpEdcDiwNX3u7Xaibxfx6vQE0Sb8ytrfQsA5WO6kDn6mDfKLh6KrPBjvkk7xA==} + /@esbuild/android-arm64@0.17.14: + resolution: {integrity: sha512-eLOpPO1RvtsP71afiFTvS7tVFShJBCT0txiv/xjFBo5a7R7Gjw7X0IgIaFoLKhqXYAXhahoXm7qAmRXhY4guJg==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -2023,8 +2172,8 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.17.12: - resolution: {integrity: sha512-E/sgkvwoIfj4aMAPL2e35VnUJspzVYl7+M1B2cqeubdBhADV4uPon0KCc8p2G+LqSJ6i8ocYPCqY3A4GGq0zkQ==} + /@esbuild/android-arm@0.17.14: + resolution: {integrity: sha512-0CnlwnjDU8cks0yJLXfkaU/uoLyRf9VZJs4p1PskBr2AlAHeEsFEwJEo0of/Z3g+ilw5mpyDwThlxzNEIxOE4g==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -2032,8 +2181,8 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.17.12: - resolution: {integrity: sha512-m4OsaCr5gT+se25rFPHKQXARMyAehHTQAz4XX1Vk3d27VtqiX0ALMBPoXZsGaB6JYryCLfgGwUslMqTfqeLU0w==} + /@esbuild/android-x64@0.17.14: + resolution: {integrity: sha512-nrfQYWBfLGfSGLvRVlt6xi63B5IbfHm3tZCdu/82zuFPQ7zez4XjmRtF/wIRYbJQ/DsZrxJdEvYFE67avYXyng==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -2041,8 +2190,8 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.17.12: - resolution: {integrity: sha512-O3GCZghRIx+RAN0NDPhyyhRgwa19MoKlzGonIb5hgTj78krqp9XZbYCvFr9N1eUxg0ZQEpiiZ4QvsOQwBpP+lg==} + /@esbuild/darwin-arm64@0.17.14: + resolution: {integrity: sha512-eoSjEuDsU1ROwgBH/c+fZzuSyJUVXQTOIN9xuLs9dE/9HbV/A5IqdXHU1p2OfIMwBwOYJ9SFVGGldxeRCUJFyw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -2050,8 +2199,8 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.17.12: - resolution: {integrity: sha512-5D48jM3tW27h1qjaD9UNRuN+4v0zvksqZSPZqeSWggfMlsVdAhH3pwSfQIFJwcs9QJ9BRibPS4ViZgs3d2wsCA==} + /@esbuild/darwin-x64@0.17.14: + resolution: {integrity: sha512-zN0U8RWfrDttdFNkHqFYZtOH8hdi22z0pFm0aIJPsNC4QQZv7je8DWCX5iA4Zx6tRhS0CCc0XC2m7wKsbWEo5g==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -2059,8 +2208,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.17.12: - resolution: {integrity: sha512-OWvHzmLNTdF1erSvrfoEBGlN94IE6vCEaGEkEH29uo/VoONqPnoDFfShi41Ew+yKimx4vrmmAJEGNoyyP+OgOQ==} + /@esbuild/freebsd-arm64@0.17.14: + resolution: {integrity: sha512-z0VcD4ibeZWVQCW1O7szaLxGsx54gcCnajEJMdYoYjLiq4g1jrP2lMq6pk71dbS5+7op/L2Aod+erw+EUr28/A==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -2068,8 +2217,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.17.12: - resolution: {integrity: sha512-A0Xg5CZv8MU9xh4a+7NUpi5VHBKh1RaGJKqjxe4KG87X+mTjDE6ZvlJqpWoeJxgfXHT7IMP9tDFu7IZ03OtJAw==} + /@esbuild/freebsd-x64@0.17.14: + resolution: {integrity: sha512-hd9mPcxfTgJlolrPlcXkQk9BMwNBvNBsVaUe5eNUqXut6weDQH8whcNaKNF2RO8NbpT6GY8rHOK2A9y++s+ehw==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -2077,8 +2226,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.17.12: - resolution: {integrity: sha512-cK3AjkEc+8v8YG02hYLQIQlOznW+v9N+OI9BAFuyqkfQFR+DnDLhEM5N8QRxAUz99cJTo1rLNXqRrvY15gbQUg==} + /@esbuild/linux-arm64@0.17.14: + resolution: {integrity: sha512-FhAMNYOq3Iblcj9i+K0l1Fp/MHt+zBeRu/Qkf0LtrcFu3T45jcwB6A1iMsemQ42vR3GBhjNZJZTaCe3VFPbn9g==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -2086,8 +2235,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.17.12: - resolution: {integrity: sha512-WsHyJ7b7vzHdJ1fv67Yf++2dz3D726oO3QCu8iNYik4fb5YuuReOI9OtA+n7Mk0xyQivNTPbl181s+5oZ38gyA==} + /@esbuild/linux-arm@0.17.14: + resolution: {integrity: sha512-BNTl+wSJ1omsH8s3TkQmIIIQHwvwJrU9u1ggb9XU2KTVM4TmthRIVyxSp2qxROJHhZuW/r8fht46/QE8hU8Qvg==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -2095,8 +2244,8 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.17.12: - resolution: {integrity: sha512-jdOBXJqcgHlah/nYHnj3Hrnl9l63RjtQ4vn9+bohjQPI2QafASB5MtHAoEv0JQHVb/xYQTFOeuHnNYE1zF7tYw==} + /@esbuild/linux-ia32@0.17.14: + resolution: {integrity: sha512-91OK/lQ5y2v7AsmnFT+0EyxdPTNhov3y2CWMdizyMfxSxRqHazXdzgBKtlmkU2KYIc+9ZK3Vwp2KyXogEATYxQ==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -2104,8 +2253,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.17.12: - resolution: {integrity: sha512-GTOEtj8h9qPKXCyiBBnHconSCV9LwFyx/gv3Phw0pa25qPYjVuuGZ4Dk14bGCfGX3qKF0+ceeQvwmtI+aYBbVA==} + /@esbuild/linux-loong64@0.17.14: + resolution: {integrity: sha512-vp15H+5NR6hubNgMluqqKza85HcGJgq7t6rMH7O3Y6ApiOWPkvW2AJfNojUQimfTp6OUrACUXfR4hmpcENXoMQ==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -2113,8 +2262,8 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.17.12: - resolution: {integrity: sha512-o8CIhfBwKcxmEENOH9RwmUejs5jFiNoDw7YgS0EJTF6kgPgcqLFjgoc5kDey5cMHRVCIWc6kK2ShUePOcc7RbA==} + /@esbuild/linux-mips64el@0.17.14: + resolution: {integrity: sha512-90TOdFV7N+fgi6c2+GO9ochEkmm9kBAKnuD5e08GQMgMINOdOFHuYLPQ91RYVrnWwQ5683sJKuLi9l4SsbJ7Hg==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -2122,8 +2271,8 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.17.12: - resolution: {integrity: sha512-biMLH6NR/GR4z+ap0oJYb877LdBpGac8KfZoEnDiBKd7MD/xt8eaw1SFfYRUeMVx519kVkAOL2GExdFmYnZx3A==} + /@esbuild/linux-ppc64@0.17.14: + resolution: {integrity: sha512-NnBGeoqKkTugpBOBZZoktQQ1Yqb7aHKmHxsw43NddPB2YWLAlpb7THZIzsRsTr0Xw3nqiPxbA1H31ZMOG+VVPQ==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -2131,8 +2280,8 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.17.12: - resolution: {integrity: sha512-jkphYUiO38wZGeWlfIBMB72auOllNA2sLfiZPGDtOBb1ELN8lmqBrlMiucgL8awBw1zBXN69PmZM6g4yTX84TA==} + /@esbuild/linux-riscv64@0.17.14: + resolution: {integrity: sha512-0qdlKScLXA8MGVy21JUKvMzCYWovctuP8KKqhtE5A6IVPq4onxXhSuhwDd2g5sRCzNDlDjitc5sX31BzDoL5Fw==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -2140,8 +2289,8 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.17.12: - resolution: {integrity: sha512-j3ucLdeY9HBcvODhCY4b+Ds3hWGO8t+SAidtmWu/ukfLLG/oYDMaA+dnugTVAg5fnUOGNbIYL9TOjhWgQB8W5g==} + /@esbuild/linux-s390x@0.17.14: + resolution: {integrity: sha512-Hdm2Jo1yaaOro4v3+6/zJk6ygCqIZuSDJHdHaf8nVH/tfOuoEX5Riv03Ka15LmQBYJObUTNS1UdyoMk0WUn9Ww==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -2149,8 +2298,8 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.17.12: - resolution: {integrity: sha512-uo5JL3cgaEGotaqSaJdRfFNSCUJOIliKLnDGWaVCgIKkHxwhYMm95pfMbWZ9l7GeW9kDg0tSxcy9NYdEtjwwmA==} + /@esbuild/linux-x64@0.17.14: + resolution: {integrity: sha512-8KHF17OstlK4DuzeF/KmSgzrTWQrkWj5boluiiq7kvJCiQVzUrmSkaBvcLB2UgHpKENO2i6BthPkmUhNDaJsVw==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -2158,8 +2307,8 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.17.12: - resolution: {integrity: sha512-DNdoRg8JX+gGsbqt2gPgkgb00mqOgOO27KnrWZtdABl6yWTST30aibGJ6geBq3WM2TIeW6COs5AScnC7GwtGPg==} + /@esbuild/netbsd-x64@0.17.14: + resolution: {integrity: sha512-nVwpqvb3yyXztxIT2+VsxJhB5GCgzPdk1n0HHSnchRAcxqKO6ghXwHhJnr0j/B+5FSyEqSxF4q03rbA2fKXtUQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -2167,8 +2316,8 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.17.12: - resolution: {integrity: sha512-aVsENlr7B64w8I1lhHShND5o8cW6sB9n9MUtLumFlPhG3elhNWtE7M1TFpj3m7lT3sKQUMkGFjTQBrvDDO1YWA==} + /@esbuild/openbsd-x64@0.17.14: + resolution: {integrity: sha512-1RZ7uQQ9zcy/GSAJL1xPdN7NDdOOtNEGiJalg/MOzeakZeTrgH/DoCkbq7TaPDiPhWqnDF+4bnydxRqQD7il6g==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -2176,8 +2325,8 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.17.12: - resolution: {integrity: sha512-qbHGVQdKSwi0JQJuZznS4SyY27tYXYF0mrgthbxXrZI3AHKuRvU+Eqbg/F0rmLDpW/jkIZBlCO1XfHUBMNJ1pg==} + /@esbuild/sunos-x64@0.17.14: + resolution: {integrity: sha512-nqMjDsFwv7vp7msrwWRysnM38Sd44PKmW8EzV01YzDBTcTWUpczQg6mGao9VLicXSgW/iookNK6AxeogNVNDZA==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -2185,8 +2334,8 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.17.12: - resolution: {integrity: sha512-zsCp8Ql+96xXTVTmm6ffvoTSZSV2B/LzzkUXAY33F/76EajNw1m+jZ9zPfNJlJ3Rh4EzOszNDHsmG/fZOhtqDg==} + /@esbuild/win32-arm64@0.17.14: + resolution: {integrity: sha512-xrD0mccTKRBBIotrITV7WVQAwNJ5+1va6L0H9zN92v2yEdjfAN7864cUaZwJS7JPEs53bDTzKFbfqVlG2HhyKQ==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -2194,8 +2343,8 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.17.12: - resolution: {integrity: sha512-FfrFjR4id7wcFYOdqbDfDET3tjxCozUgbqdkOABsSFzoZGFC92UK7mg4JKRc/B3NNEf1s2WHxJ7VfTdVDPN3ng==} + /@esbuild/win32-ia32@0.17.14: + resolution: {integrity: sha512-nXpkz9bbJrLLyUTYtRotSS3t5b+FOuljg8LgLdINWFs3FfqZMtbnBCZFUmBzQPyxqU87F8Av+3Nco/M3hEcu1w==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -2203,8 +2352,8 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.17.12: - resolution: {integrity: sha512-JOOxw49BVZx2/5tW3FqkdjSD/5gXYeVGPDcB0lvap0gLQshkh1Nyel1QazC+wNxus3xPlsYAgqU1BUmrmCvWtw==} + /@esbuild/win32-x64@0.17.14: + resolution: {integrity: sha512-gPQmsi2DKTaEgG14hc3CHXHp62k8g6qr0Pas+I4lUxRMugGSATh/Bi8Dgusoz9IQ0IfdrvLpco6kujEIBoaogA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -2212,28 +2361,28 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.2.0(eslint@8.36.0): - resolution: {integrity: sha512-gB8T4H4DEfX2IV9zGDJPOBgP1e/DbfCPDTtEqUMckpvzS1OYtva8JdFYBqMwYk7xAQ429WGF/UPqn8uQ//h2vQ==} + /@eslint-community/eslint-utils@4.4.0(eslint@8.37.0): + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.36.0 - eslint-visitor-keys: 3.3.0 + eslint: 8.37.0 + eslint-visitor-keys: 3.4.0 dev: true - /@eslint-community/regexpp@4.4.0: - resolution: {integrity: sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==} + /@eslint-community/regexpp@4.5.0: + resolution: {integrity: sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint/eslintrc@2.0.1: - resolution: {integrity: sha512-eFRmABvW2E5Ho6f5fHLqgena46rOj7r7OKHYfLElqcBfGFHHpjBhivyi5+jOEQuSpdc/1phIZJlbC2te+tZNIw==} + /@eslint/eslintrc@2.0.2: + resolution: {integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4(supports-color@8.1.1) - espree: 9.5.0 + espree: 9.5.1 globals: 13.20.0 ignore: 5.2.4 import-fresh: 3.3.0 @@ -2244,8 +2393,8 @@ packages: - supports-color dev: true - /@eslint/js@8.36.0: - resolution: {integrity: sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==} + /@eslint/js@8.37.0: + resolution: {integrity: sha512-x5vzdtOOGgFVDCUs81QRB2+liax8rFg3+7hqM+QhBG0/G3F1ZsoYl97UrqgHgQ9KKT7G6c4V+aTUCgu/n22v1A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -2568,14 +2717,14 @@ packages: resolution: {integrity: sha512-J8TOSBq3SoZbDhM9+R/u77hP93gz/rajSA+K2kGyijPpORPWUXHUpTaleoj+92As0S9uPRP7Oi8IqMf0u+ro6A==} dev: false - /@floating-ui/core@1.2.4: - resolution: {integrity: sha512-SQOeVbMwb1di+mVWWJLpsUTToKfqVNioXys011beCAhyOIFtS+GQoW4EQSneuxzmQKddExDwQ+X0hLl4lJJaSQ==} + /@floating-ui/core@1.2.5: + resolution: {integrity: sha512-qrcbyfnRVziRlB6IYwjCopYhO7Vud750JlJyuljruIXcPxr22y8zdckcJGsuOdnQ639uVD1tTXddrcH3t3QYIQ==} dev: false /@floating-ui/dom@1.2.5: resolution: {integrity: sha512-+sAUfpQ3Frz+VCbPCqj+cZzvEESy3fjSeT/pDWkYCWOBXYNNKZfuVsHuv8/JO2zze8+Eb/Q7a6hZVgzS81fLbQ==} dependencies: - '@floating-ui/core': 1.2.4 + '@floating-ui/core': 1.2.5 dev: false /@floating-ui/react-dom@1.3.0(react-dom@18.2.0)(react@18.2.0): @@ -2602,8 +2751,8 @@ packages: tabbable: 6.1.1 dev: false - /@floating-ui/react@0.22.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-8bAm6zWBsGm3n4XU3qSDLr9Fq9eLqYmnLPn1k/snRi78Vlpp0PLOIE56NZdaLwVPPearlPpBIxQFhoJpDj/XLQ==} + /@floating-ui/react@0.22.2(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-7u5JqNfcbUCY9WNGJvcbaoChTx5fbFlW2Mpo/6B5DzB+pPWRBbFknALRUTcXj599Sm7vCZ2HdJS9hID22QKriQ==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -2615,6 +2764,11 @@ packages: tabbable: 6.1.1 dev: false + /@fortaine/fetch-event-source@3.0.6: + resolution: {integrity: sha512-621GAuLMvKtyZQ3IA6nlDWhV1V/7PGOTNIGLUifxt0KzM+dZIweJ6F3XvQF3QnqeNfS1N7WQ0Kil1Di/lhChEw==} + engines: {node: '>=16.15'} + dev: false + /@headlessui/react@1.7.13(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-9n+EQKRtD9266xIHXdY5MfiXPDfYwl7zBM7KOx2Ae3Gdgxy8QML1FkCMjq6AsOf0l6N9uvI4HcFtuFlenaldKg==} engines: {node: '>=10'} @@ -2627,8 +2781,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@heroicons/react@2.0.16(react@18.2.0): - resolution: {integrity: sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==} + /@heroicons/react@2.0.17(react@18.2.0): + resolution: {integrity: sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==} peerDependencies: react: '>= 16' dependencies: @@ -2777,6 +2931,12 @@ packages: '@lezer/common': 1.0.2 dev: false + /@lezer/highlight@1.1.4: + resolution: {integrity: sha512-IECkFmw2l7sFcYXrV8iT9GeY4W0fU4CxX0WMwhmhMIVjoDdD1Hr6q3G2NqVtLg/yVe5n7i4menG3tJ2r4eCrPQ==} + dependencies: + '@lezer/common': 1.0.2 + dev: false + /@lezer/html@1.3.2: resolution: {integrity: sha512-LKGyDdqqDugXR/lKM9FwaKEfMerbZ/aqvhLf0P1FLLK/pVP7wKHXGcg6g3cJ7ckvFidn0tXA8jioG0irVsCBAQ==} dependencies: @@ -2815,7 +2975,7 @@ packages: '@lit-labs/ssr-dom-shim': 1.1.0 dev: false - /@mantine/core@6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0): + /@mantine/core@6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.31)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-qF/zQ+BZSrfvzHB1LHEESSKLqYZaQRTgsWt26gn52fyRXtLER1PU4mIafP2C7+3+7z5guUr1ZE25pCuwx4Bbxg==} peerDependencies: '@mantine/hooks': 6.0.4 @@ -2829,8 +2989,29 @@ packages: '@radix-ui/react-scroll-area': 1.0.2(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.0.28)(react@18.2.0) - react-textarea-autosize: 8.3.4(@types/react@18.0.28)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.0.31)(react@18.2.0) + react-textarea-autosize: 8.3.4(@types/react@18.0.31)(react@18.2.0) + transitivePeerDependencies: + - '@emotion/react' + - '@types/react' + dev: false + + /@mantine/core@6.0.5(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.31)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-jmP47Fcdw+UvcX1gDG5dNEhdF0QPeMnFZkB6JNAzaIuXKk8AVDh0rXXki0kWHx88gh/f5bGvOoRnKUb6v7UtDQ==} + peerDependencies: + '@mantine/hooks': 6.0.5 + react: '>=16.8.0' + react-dom: '>=16.8.0' + dependencies: + '@floating-ui/react': 0.19.2(react-dom@18.2.0)(react@18.2.0) + '@mantine/hooks': 6.0.4(react@18.2.0) + '@mantine/styles': 6.0.5(@emotion/react@11.10.6)(react-dom@18.2.0)(react@18.2.0) + '@mantine/utils': 6.0.5(react@18.2.0) + '@radix-ui/react-scroll-area': 1.0.2(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.0.31)(react@18.2.0) + react-textarea-autosize: 8.3.4(@types/react@18.0.31)(react@18.2.0) transitivePeerDependencies: - '@emotion/react' - '@types/react' @@ -2852,7 +3033,7 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.4(@emotion/react@11.10.6)(@mantine/hooks@6.0.4)(@types/react@18.0.31)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.4(react@18.2.0) '@mantine/utils': 6.0.4(react@18.2.0) react: 18.2.0 @@ -2867,7 +3048,21 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@emotion/react': 11.10.6(@types/react@18.0.28)(react@18.2.0) + '@emotion/react': 11.10.6(@types/react@18.0.31)(react@18.2.0) + clsx: 1.1.1 + csstype: 3.0.9 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@mantine/styles@6.0.5(@emotion/react@11.10.6)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-z4G+xlf4fMFNDx0tSLXQYboyPrkv0s0oK1LFmh/cd3yoZWO9D1BF+p1eylAYAPjGdyzSg60daalWaoWR82oEiQ==} + peerDependencies: + '@emotion/react': '>=11.9.0' + react: '>=16.8.0' + react-dom: '>=16.8.0' + dependencies: + '@emotion/react': 11.10.6(@types/react@18.0.31)(react@18.2.0) clsx: 1.1.1 csstype: 3.0.9 react: 18.2.0 @@ -2882,6 +3077,14 @@ packages: react: 18.2.0 dev: false + /@mantine/utils@6.0.5(react@18.2.0): + resolution: {integrity: sha512-P2FVcBd2oZ9ANOsZUtTwJ4+FV6NgCRE5B7trsT8gEFUbMeQLietcsZEgAe5xhzEu9Afp5V8X8a+E9yx1blMpNg==} + peerDependencies: + react: '>=16.8.0' + dependencies: + react: 18.2.0 + dev: false + /@mapbox/hast-util-table-cell-style@0.2.0: resolution: {integrity: sha512-gqaTIGC8My3LVSnU38IwjHVKJC94HSonjvFHDk8/aSrApL8v4uWgm8zJkK7MJIIbHuNOr/+Mv2KkQKcxs6LEZA==} engines: {node: '>=12'} @@ -3301,13 +3504,13 @@ packages: tslib: 2.5.0 dev: true - /@playwright/test@1.32.0: - resolution: {integrity: sha512-zOdGloaF0jeec7hqoLqM5S3L2rR4WxMJs6lgiAeR70JlH7Ml54ZPoIIf3X7cvnKde3Q9jJ/gaxkFh8fYI9s1rg==} + /@playwright/test@1.32.1: + resolution: {integrity: sha512-FTwjCuhlm1qHUGf4hWjfr64UMJD/z0hXYbk+O387Ioe6WdyZQ+0TBDAc6P+pHjx2xCv1VYNgrKbYrNixFWy4Dg==} engines: {node: '>=14'} hasBin: true dependencies: - '@types/node': 18.15.5 - playwright-core: 1.32.0 + '@types/node': 18.15.11 + playwright-core: 1.32.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -3727,12 +3930,12 @@ packages: dependencies: tslib: 2.5.0 - /@tailwindcss/line-clamp@0.4.2(tailwindcss@3.2.7): - resolution: {integrity: sha512-HFzAQuqYCjyy/SX9sLGB1lroPzmcnWv1FHkIpmypte10hptf4oPUfucryMKovZh2u0uiS9U5Ty3GghWfEJGwVw==} + /@tailwindcss/line-clamp@0.4.4(tailwindcss@3.3.1): + resolution: {integrity: sha512-5U6SY5z8N42VtrCrKlsTAA35gy2VSyYtHWCsg1H87NU1SXnEfekTVlrga9fzUDrrHcGi2Lb5KenUWb4lRQT5/g==} peerDependencies: tailwindcss: '>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1' dependencies: - tailwindcss: 3.2.7(postcss@8.4.21) + tailwindcss: 3.3.1(postcss@8.4.21) dev: true /@tanstack/match-sorter-utils@8.7.6: @@ -3823,7 +4026,7 @@ packages: /@types/bn.js@5.1.1: resolution: {integrity: sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==} dependencies: - '@types/node': 18.15.5 + '@types/node': 18.15.11 dev: false /@types/canvas-confetti@1.6.0: @@ -3847,7 +4050,7 @@ packages: /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.15.5 + '@types/node': 18.15.11 dev: false /@types/cookie@0.5.1: @@ -3863,14 +4066,14 @@ packages: /@types/eslint-scope@3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - '@types/eslint': 8.21.3 - '@types/estree': 1.0.0 + '@types/eslint': 8.37.0 + '@types/estree': 0.0.51 dev: true - /@types/eslint@8.21.3: - resolution: {integrity: sha512-fa7GkppZVEByMWGbTtE5MbmXWJTVbrjjaS8K6uQj+XtuuUv1fsuPAxhygfqLmsb/Ufb3CV8deFCpiMfAgi00Sw==} + /@types/eslint@8.37.0: + resolution: {integrity: sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==} dependencies: - '@types/estree': 1.0.0 + '@types/estree': 0.0.51 '@types/json-schema': 7.0.11 dev: true @@ -3894,7 +4097,7 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.15.5 + '@types/node': 18.15.11 dev: true /@types/hast@2.3.4: @@ -3905,7 +4108,7 @@ packages: /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 hoist-non-react-statics: 3.3.2 dev: false @@ -3957,8 +4160,8 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: false - /@types/node@18.15.5: - resolution: {integrity: sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==} + /@types/node@18.15.11: + resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==} /@types/nprogress@0.2.0: resolution: {integrity: sha512-1cYJrqq9GezNFPsWTZpFut/d4CjpZqA0vhqDUPFWYKF1oIyBz5qnoYMzR+0C/T96t3ebLAC1SSnwrVOm5/j74A==} @@ -3975,7 +4178,7 @@ packages: /@types/pbkdf2@3.1.0: resolution: {integrity: sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==} dependencies: - '@types/node': 18.15.5 + '@types/node': 18.15.11 dev: false /@types/prismjs@1.26.0: @@ -3987,41 +4190,41 @@ packages: /@types/react-dom@18.0.11: resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 dev: true /@types/react-infinite-scroller@1.2.3: resolution: {integrity: sha512-l60JckVoO+dxmKW2eEG7jbliEpITsTJvRPTe97GazjF5+ylagAuyYdXl8YY9DQsTP9QjhqGKZROknzgscGJy0A==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 dev: true /@types/react-scroll@1.8.6: resolution: {integrity: sha512-aMTiNgcmA7dwn1yjoHsiL78RfRnKCXzFyMbv63VrZTXloSfNePBdKtVObC3/My6irwDf0Oz0U4VjEC/vrv6/9w==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 dev: true - /@types/react@18.0.28: - resolution: {integrity: sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==} + /@types/react@18.0.31: + resolution: {integrity: sha512-EEG67of7DsvRDU6BLLI0p+k1GojDLz9+lZsnCpCRTa/lOokvyPBvp8S5x+A24hME3yyQuIipcP70KJ6H7Qupww==} dependencies: '@types/prop-types': 15.7.5 - '@types/scheduler': 0.16.2 + '@types/scheduler': 0.16.3 csstype: 3.1.1 /@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.15.5 + '@types/node': 18.15.11 dev: true - /@types/scheduler@0.16.2: - resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} + /@types/scheduler@0.16.3: + resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} /@types/secp256k1@4.0.3: resolution: {integrity: sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==} dependencies: - '@types/node': 18.15.5 + '@types/node': 18.15.11 dev: false /@types/sortablejs@1.15.1: @@ -4049,10 +4252,10 @@ packages: /@types/ws@7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 18.15.5 + '@types/node': 18.15.11 dev: false - /@typescript-eslint/parser@5.55.0(eslint@8.36.0)(typescript@5.0.2): + /@typescript-eslint/parser@5.55.0(eslint@8.37.0)(typescript@5.0.3): resolution: {integrity: sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4064,10 +4267,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.55.0 '@typescript-eslint/types': 5.55.0 - '@typescript-eslint/typescript-estree': 5.55.0(typescript@5.0.2) + '@typescript-eslint/typescript-estree': 5.55.0(typescript@5.0.3) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.36.0 - typescript: 5.0.2 + eslint: 8.37.0 + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true @@ -4085,7 +4288,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree@5.55.0(typescript@5.0.2): + /@typescript-eslint/typescript-estree@5.55.0(typescript@5.0.3): resolution: {integrity: sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4100,8 +4303,8 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0(typescript@5.0.2) - typescript: 5.0.2 + tsutils: 3.21.0(typescript@5.0.3) + typescript: 5.0.3 transitivePeerDependencies: - supports-color dev: true @@ -4114,8 +4317,8 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@uiw/codemirror-extensions-basic-setup@4.19.9(@codemirror/autocomplete@6.4.2)(@codemirror/commands@6.2.2)(@codemirror/language@6.6.0)(@codemirror/lint@6.1.1)(@codemirror/search@6.2.3)(@codemirror/state@6.2.0)(@codemirror/view@6.9.3): - resolution: {integrity: sha512-O4yAgVpD3Pon4t4+lwZ2MTGg2TeU/Jv8YzKS9ap4fP/WMTVrKmpdq+DOafbhZSlhmU0XGfQPPJ4WX6rtZgx3Rw==} + /@uiw/codemirror-extensions-basic-setup@4.19.11(@codemirror/autocomplete@6.4.2)(@codemirror/commands@6.2.2)(@codemirror/language@6.6.0)(@codemirror/lint@6.2.0)(@codemirror/search@6.3.0)(@codemirror/state@6.2.0)(@codemirror/view@6.9.3): + resolution: {integrity: sha512-yT7DtFUZESyqyMm0kcMbT6dQ8TIK8tcA6XzMtkgLtsiB883rlc9kYVJScyDz8M9mCckycVbuFlhEdqN54PoiGw==} peerDependencies: '@codemirror/autocomplete': '>=6.0.0' '@codemirror/commands': '>=6.0.0' @@ -4128,22 +4331,22 @@ packages: '@codemirror/autocomplete': 6.4.2(@codemirror/language@6.6.0)(@codemirror/state@6.2.0)(@codemirror/view@6.9.3)(@lezer/common@1.0.2) '@codemirror/commands': 6.2.2 '@codemirror/language': 6.6.0 - '@codemirror/lint': 6.1.1 - '@codemirror/search': 6.2.3 + '@codemirror/lint': 6.2.0 + '@codemirror/search': 6.3.0 '@codemirror/state': 6.2.0 '@codemirror/view': 6.9.3 dev: false - /@uiw/codemirror-extensions-events@4.19.9(@codemirror/view@6.9.3): - resolution: {integrity: sha512-efdL0MPu3wt76k2mmRn53dbY5kYOJ6T84UHq6OICtw3LoXwc86yadW/iTdaD8SQ738aHudnwQQksJ0SZ6xWHRg==} + /@uiw/codemirror-extensions-events@4.19.11(@codemirror/view@6.9.3): + resolution: {integrity: sha512-0/mfmpuA/EU7SKVLyQcMEeFi39V9Y+1crAQzRzrueS58MdyTQ9BW42YY5Yy6y0KUa/pca6xHax7lI+t1Jdjdfg==} peerDependencies: '@codemirror/view': '>=6.0.0' dependencies: '@codemirror/view': 6.9.3 dev: false - /@uiw/react-codemirror@4.19.9(@babel/runtime@7.21.0)(@codemirror/autocomplete@6.4.2)(@codemirror/language@6.6.0)(@codemirror/lint@6.1.1)(@codemirror/search@6.2.3)(@codemirror/state@6.2.0)(@codemirror/theme-one-dark@6.1.0)(@codemirror/view@6.9.3)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-U+A1fSfELMFFs5a+ZOPwCJKZMYaMy6QHOfNOOV7WhSveM7GYHT970GjTfs2dn1LlvhebwyK9ei0rCXZdsI9n9Q==} + /@uiw/react-codemirror@4.19.11(@babel/runtime@7.21.0)(@codemirror/autocomplete@6.4.2)(@codemirror/language@6.6.0)(@codemirror/lint@6.2.0)(@codemirror/search@6.3.0)(@codemirror/state@6.2.0)(@codemirror/theme-one-dark@6.1.1)(@codemirror/view@6.9.3)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-KoTMg0krVi8EgIPotMYAfTTB+9U4CrJe1ZeSLVR92Wif0pPjYLN5TQF0kqiiH97gJNGHVte/mUftmDjK7Sv2ZA==} peerDependencies: '@babel/runtime': '>=7.11.0' '@codemirror/state': '>=6.0.0' @@ -4156,9 +4359,9 @@ packages: '@babel/runtime': 7.21.0 '@codemirror/commands': 6.2.2 '@codemirror/state': 6.2.0 - '@codemirror/theme-one-dark': 6.1.0 + '@codemirror/theme-one-dark': 6.1.1 '@codemirror/view': 6.9.3 - '@uiw/codemirror-extensions-basic-setup': 4.19.9(@codemirror/autocomplete@6.4.2)(@codemirror/commands@6.2.2)(@codemirror/language@6.6.0)(@codemirror/lint@6.1.1)(@codemirror/search@6.2.3)(@codemirror/state@6.2.0)(@codemirror/view@6.9.3) + '@uiw/codemirror-extensions-basic-setup': 4.19.11(@codemirror/autocomplete@6.4.2)(@codemirror/commands@6.2.2)(@codemirror/language@6.6.0)(@codemirror/lint@6.2.0)(@codemirror/search@6.3.0)(@codemirror/state@6.2.0)(@codemirror/view@6.9.3) codemirror: 6.0.1(@lezer/common@1.0.2) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -4340,7 +4543,7 @@ packages: chokidar: 3.5.3 fast-glob: 3.2.12 magic-string: 0.30.0 - vite: 4.2.1(@types/node@18.15.5) + vite: 4.2.1(@types/node@18.15.11) transitivePeerDependencies: - rollup dev: true @@ -4354,30 +4557,30 @@ packages: wonka: 6.2.4 dev: false - /@vitest/expect@0.29.7: - resolution: {integrity: sha512-UtG0tW0DP6b3N8aw7PHmweKDsvPv4wjGvrVZW7OSxaFg76ShtVdMiMcUkZJgCE8QWUmhwaM0aQhbbVLo4F4pkA==} + /@vitest/expect@0.29.8: + resolution: {integrity: sha512-xlcVXn5I5oTq6NiZSY3ykyWixBxr5mG8HYtjvpgg6KaqHm0mvhX18xuwl5YGxIRNt/A5jidd7CWcNHrSvgaQqQ==} dependencies: - '@vitest/spy': 0.29.7 - '@vitest/utils': 0.29.7 + '@vitest/spy': 0.29.8 + '@vitest/utils': 0.29.8 chai: 4.3.7 dev: true - /@vitest/runner@0.29.7: - resolution: {integrity: sha512-Yt0+csM945+odOx4rjZSjibQfl2ymxqVsmYz6sO2fiO5RGPYDFCo60JF6tLL9pz4G/kjY4irUxadeB1XT+H1jg==} + /@vitest/runner@0.29.8: + resolution: {integrity: sha512-FzdhnRDwEr/A3Oo1jtIk/B952BBvP32n1ObMEb23oEJNO+qO5cBet6M2XWIDQmA7BDKGKvmhUf2naXyp/2JEwQ==} dependencies: - '@vitest/utils': 0.29.7 + '@vitest/utils': 0.29.8 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/spy@0.29.7: - resolution: {integrity: sha512-IalL0iO6A6Xz8hthR8sctk6ZS//zVBX48EiNwQguYACdgdei9ZhwMaBFV70mpmeYAFCRAm+DpoFHM5470Im78A==} + /@vitest/spy@0.29.8: + resolution: {integrity: sha512-VdjBe9w34vOMl5I5mYEzNX8inTxrZ+tYUVk9jxaZJmHFwmDFC/GV3KBFTA/JKswr3XHvZL+FE/yq5EVhb6pSAw==} dependencies: tinyspy: 1.1.1 dev: true - /@vitest/utils@0.29.7: - resolution: {integrity: sha512-vNgGadp2eE5XKCXtZXL5UyNEDn68npSct75OC9AlELenSK0DiV1Mb9tfkwJHKjRb69iek+e79iipoJx8+s3SdA==} + /@vitest/utils@0.29.8: + resolution: {integrity: sha512-qGzuf3vrTbnoY+RjjVVIBYfuWMjn3UMUqyQtdGNZ6ZIIyte7B37exj6LaVkrZiUTvzSadVvO/tJm8AEgbGCBPg==} dependencies: cli-truncate: 3.1.0 diff: 5.1.0 @@ -4385,19 +4588,19 @@ packages: pretty-format: 27.5.1 dev: true - /@wagmi/chains@0.2.14(typescript@5.0.2): - resolution: {integrity: sha512-esWhs1sf8/J/u+54F/sUQ97iZ/zUN2rYUrLYOD35ynIJn9ZwGXeV/tkiXx/6xXDmq0VK5oe1Pe7BU/pvaURzcA==} + /@wagmi/chains@0.2.15(typescript@5.0.3): + resolution: {integrity: sha512-yeNamxRmqq1/PirJqCpKHSJcetZ9ivZdJnCIvNvJifpCz1A2dLlD1+NON11saiyShH7tshS5Eaf0pm9Luna8JQ==} peerDependencies: typescript: '>=4.9.4' peerDependenciesMeta: typescript: optional: true dependencies: - typescript: 5.0.2 + typescript: 5.0.3 dev: false - /@wagmi/connectors@0.3.8(@babel/core@7.20.12)(@types/node@18.15.5)(@wagmi/core@0.10.6)(ethers@5.7.2)(react@18.2.0)(typescript@5.0.2): - resolution: {integrity: sha512-SLukavwDqFiMO+GmAdxdEXKnAbNcBcOUtVu6QjhOPzmcETA59f2QWleUPDBZx62SE40HAiA/Z53exAiWUqIelA==} + /@wagmi/connectors@0.3.10(@babel/core@7.21.3)(@types/node@18.15.11)(@wagmi/core@0.10.8)(ethers@5.7.2)(react@18.2.0)(typescript@5.0.3): + resolution: {integrity: sha512-O9wa6N47TJtpVdBXaONxXXjiq9ahXboGbBnf6m5tb4RIirCzEY7gnsJYYd61k3TQjd9T++xKKKzDTysm37hUHg==} peerDependencies: '@wagmi/core': '>=0.9.x' ethers: '>=5.5.1 <6' @@ -4408,18 +4611,18 @@ packages: typescript: optional: true dependencies: - '@coinbase/wallet-sdk': 3.6.5(@babel/core@7.20.12) + '@coinbase/wallet-sdk': 3.6.5(@babel/core@7.21.3) '@ledgerhq/connect-kit-loader': 1.0.2 '@safe-global/safe-apps-provider': 0.15.2 '@safe-global/safe-apps-sdk': 7.10.1 - '@wagmi/core': 0.10.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react@18.2.0)(typescript@5.0.2) - '@walletconnect/ethereum-provider': 2.5.2(@types/node@18.15.5)(@web3modal/standalone@2.2.2)(typescript@5.0.2) + '@wagmi/core': 0.10.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react@18.2.0)(typescript@5.0.3) + '@walletconnect/ethereum-provider': 2.5.2(@types/node@18.15.11)(@web3modal/standalone@2.2.2)(typescript@5.0.3) '@walletconnect/legacy-provider': 2.0.0 '@web3modal/standalone': 2.2.2(react@18.2.0) - abitype: 0.3.0(typescript@5.0.2) + abitype: 0.3.0(typescript@5.0.3) ethers: 5.7.2 eventemitter3: 4.0.7 - typescript: 5.0.2 + typescript: 5.0.3 transitivePeerDependencies: - '@babel/core' - '@react-native-async-storage/async-storage' @@ -4436,8 +4639,8 @@ packages: - zod dev: false - /@wagmi/core@0.10.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react@18.2.0)(typescript@5.0.2): - resolution: {integrity: sha512-dtQo3pARUKPsU3+K60ojkYVPpGX12T+dgfbNwYLASpXhwwk5hElhP7YBm/9tMYk4ZIup+yQetTAmoa8/+JW2ng==} + /@wagmi/core@0.10.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react@18.2.0)(typescript@5.0.3): + resolution: {integrity: sha512-lBhA7TM6leaYyh7QXWFtmdXX+tTe88MtZmCclBVrT71z9tnX/JxXntEB7aGiHIWFyBNjzgWjBNrBAjxYgxhaCA==} peerDependencies: ethers: '>=5.5.1 <6' typescript: '>=4.9.4' @@ -4445,13 +4648,13 @@ packages: typescript: optional: true dependencies: - '@wagmi/chains': 0.2.14(typescript@5.0.2) - '@wagmi/connectors': 0.3.8(@babel/core@7.20.12)(@types/node@18.15.5)(@wagmi/core@0.10.6)(ethers@5.7.2)(react@18.2.0)(typescript@5.0.2) - abitype: 0.3.0(typescript@5.0.2) + '@wagmi/chains': 0.2.15(typescript@5.0.3) + '@wagmi/connectors': 0.3.10(@babel/core@7.21.3)(@types/node@18.15.11)(@wagmi/core@0.10.8)(ethers@5.7.2)(react@18.2.0)(typescript@5.0.3) + abitype: 0.3.0(typescript@5.0.3) ethers: 5.7.2 eventemitter3: 4.0.7 - typescript: 5.0.2 - zustand: 4.3.6(immer@9.0.19)(react@18.2.0) + typescript: 5.0.3 + zustand: 4.3.6(immer@9.0.21)(react@18.2.0) transitivePeerDependencies: - '@babel/core' - '@react-native-async-storage/async-storage' @@ -4469,10 +4672,10 @@ packages: - zod dev: false - /@walletconnect/core@2.5.2(@types/node@18.15.5)(typescript@5.0.2): + /@walletconnect/core@2.5.2(@types/node@18.15.11)(typescript@5.0.3): resolution: {integrity: sha512-R0D9NKgHBpdun65q+1L49GOIGDLaIodnyb+Dq0tXGVzvXzy2lkXOlh2e9am61ixaVrUsHt7b96b318geqsuk4Q==} dependencies: - '@walletconnect/heartbeat': 1.2.0(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/heartbeat': 1.2.0(@types/node@18.15.11)(typescript@5.0.3) '@walletconnect/jsonrpc-provider': 1.0.10 '@walletconnect/jsonrpc-utils': 1.0.6 '@walletconnect/jsonrpc-ws-connection': 1.0.10 @@ -4482,8 +4685,8 @@ packages: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.1 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) - '@walletconnect/utils': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/types': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) + '@walletconnect/utils': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) events: 3.3.0 lodash.isequal: 4.5.0 pino: 7.11.0 @@ -4524,7 +4727,7 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/ethereum-provider@2.5.2(@types/node@18.15.5)(@web3modal/standalone@2.2.2)(typescript@5.0.2): + /@walletconnect/ethereum-provider@2.5.2(@types/node@18.15.11)(@web3modal/standalone@2.2.2)(typescript@5.0.3): resolution: {integrity: sha512-WEN85tsuHgvoiMK4KpsRsOgsKB0QLCctSwxTqyWDybBbXuJRJGWXkZ6Oma9VSmUR0MgPSjiGmOFgY4ybMlhEMA==} peerDependencies: '@web3modal/standalone': '>=2' @@ -4536,10 +4739,10 @@ packages: '@walletconnect/jsonrpc-provider': 1.0.10 '@walletconnect/jsonrpc-types': 1.0.2 '@walletconnect/jsonrpc-utils': 1.0.6 - '@walletconnect/sign-client': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) - '@walletconnect/types': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) - '@walletconnect/universal-provider': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) - '@walletconnect/utils': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/sign-client': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) + '@walletconnect/types': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) + '@walletconnect/universal-provider': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) + '@walletconnect/utils': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) '@web3modal/standalone': 2.2.2(react@18.2.0) events: 3.3.0 transitivePeerDependencies: @@ -4562,14 +4765,14 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/heartbeat@1.2.0(@types/node@18.15.5)(typescript@5.0.2): + /@walletconnect/heartbeat@1.2.0(@types/node@18.15.11)(typescript@5.0.3): resolution: {integrity: sha512-0vbzTa/ARrpmMmOD+bQMxPvFYKtOLQZObgZakrYr0aODiMOO71CmPVNV2eAqXnw9rMmcP+z91OybLeIFlwTjjA==} dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/time': 1.0.2 chai: 4.3.7 mocha: 10.2.0 - ts-node: 10.9.1(@types/node@18.15.5)(typescript@5.0.2) + ts-node: 10.9.1(@types/node@18.15.11)(typescript@5.0.3) tslib: 1.14.1 transitivePeerDependencies: - '@swc/core' @@ -4661,7 +4864,7 @@ packages: '@walletconnect/legacy-types': 2.0.0 '@walletconnect/legacy-utils': 2.0.0 copy-to-clipboard: 3.3.3 - preact: 10.13.1 + preact: 10.13.2 qrcode: 1.5.1 dev: false @@ -4737,17 +4940,17 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/sign-client@2.5.2(@types/node@18.15.5)(typescript@5.0.2): + /@walletconnect/sign-client@2.5.2(@types/node@18.15.11)(typescript@5.0.3): resolution: {integrity: sha512-eKUnGCVgYqN+6b4gm27ML/064m0c/2hTlTHy6tbUszYtEPTzb+q4fvpnWs6blaOjzc18l8NFwX3c1+MHxVdQUQ==} dependencies: - '@walletconnect/core': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/core': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) '@walletconnect/events': 1.0.1 - '@walletconnect/heartbeat': 1.2.0(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/heartbeat': 1.2.0(@types/node@18.15.11)(typescript@5.0.3) '@walletconnect/jsonrpc-utils': 1.0.6 '@walletconnect/logger': 2.0.1 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) - '@walletconnect/utils': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/types': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) + '@walletconnect/utils': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) events: 3.3.0 pino: 7.11.0 transitivePeerDependencies: @@ -4767,11 +4970,11 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/types@2.5.2(@types/node@18.15.5)(typescript@5.0.2): + /@walletconnect/types@2.5.2(@types/node@18.15.11)(typescript@5.0.3): resolution: {integrity: sha512-VnV43qs4f2hwv6wGQ9ZSE+smP0z2oVy2XaVO5Szd2fmOx9bB+ov+sQzh9xeoQ+DhjNrbJhUaecW/peE6CPPSag==} dependencies: '@walletconnect/events': 1.0.1 - '@walletconnect/heartbeat': 1.2.0(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/heartbeat': 1.2.0(@types/node@18.15.11)(typescript@5.0.3) '@walletconnect/jsonrpc-types': 1.0.2 '@walletconnect/keyvaluestorage': 1.0.2 '@walletconnect/logger': 2.0.1 @@ -4785,7 +4988,7 @@ packages: - typescript dev: false - /@walletconnect/universal-provider@2.5.2(@types/node@18.15.5)(typescript@5.0.2): + /@walletconnect/universal-provider@2.5.2(@types/node@18.15.11)(typescript@5.0.3): resolution: {integrity: sha512-R61VL02zvcljwSC+FJVzxGswbN21tokQLG0IQL1tVq30+KfkZOt0y/UxsDNvgHNGleGgfoQZzOWsfSLgp5pcBQ==} dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.6 @@ -4793,9 +4996,9 @@ packages: '@walletconnect/jsonrpc-types': 1.0.2 '@walletconnect/jsonrpc-utils': 1.0.6 '@walletconnect/logger': 2.0.1 - '@walletconnect/sign-client': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) - '@walletconnect/types': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) - '@walletconnect/utils': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/sign-client': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) + '@walletconnect/types': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) + '@walletconnect/utils': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) eip1193-provider: 1.0.1 events: 3.3.0 pino: 7.11.0 @@ -4812,7 +5015,7 @@ packages: - utf-8-validate dev: false - /@walletconnect/utils@2.5.2(@types/node@18.15.5)(typescript@5.0.2): + /@walletconnect/utils@2.5.2(@types/node@18.15.11)(typescript@5.0.3): resolution: {integrity: sha512-s5bpY5q/RaXMc6LgPp+E7qPbKhrff9TjrLRjN2m9COnt9cERowpQEFrPzWmh10FatRZ7dNrudJ5I/c36nFc+hw==} dependencies: '@stablelib/chacha20poly1305': 1.0.1 @@ -4824,7 +5027,7 @@ packages: '@walletconnect/relay-api': 1.0.9 '@walletconnect/safe-json': 1.0.1 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.5.2(@types/node@18.15.5)(typescript@5.0.2) + '@walletconnect/types': 2.5.2(@types/node@18.15.11)(typescript@5.0.3) '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 @@ -5007,7 +5210,7 @@ packages: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} dev: false - /abitype@0.3.0(typescript@5.0.2): + /abitype@0.3.0(typescript@5.0.3): resolution: {integrity: sha512-0YokyAV4hKMcy97Pl+6QgZBlBdZJN2llslOs7kiFY+cu7kMlVXDBpxMExfv0krzBCQt2t7hNovpQ3y/zvEm18A==} engines: {pnpm: '>=7'} peerDependencies: @@ -5017,7 +5220,7 @@ packages: zod: optional: true dependencies: - typescript: 5.0.2 + typescript: 5.0.3 dev: false /acorn-import-assertions@1.8.0(acorn@8.8.2): @@ -5036,26 +5239,10 @@ packages: acorn: 8.8.2 dev: true - /acorn-node@1.8.2: - resolution: {integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==} - dependencies: - acorn: 7.4.1 - acorn-walk: 7.2.0 - xtend: 4.0.2 - - /acorn-walk@7.2.0: - resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} - engines: {node: '>=0.4.0'} - /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} - /acorn@7.4.1: - resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} - engines: {node: '>=0.4.0'} - hasBin: true - /acorn@8.8.1: resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} engines: {node: '>=0.4.0'} @@ -5196,6 +5383,9 @@ packages: engines: {node: '>=12'} dev: true + /any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + /anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} @@ -5260,10 +5450,6 @@ packages: is-string: 1.0.7 dev: true - /array-keyed-map@2.1.3: - resolution: {integrity: sha512-JIUwuFakO+jHjxyp4YgSiKXSZeC0U+R1jR94bXWBcVlFRBycqXlb+kH9JHxBGcxnVuSqx5bnn0Qz9xtSeKOjiA==} - dev: false - /array-union@1.0.2: resolution: {integrity: sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==} engines: {node: '>=0.10.0'} @@ -5422,32 +5608,32 @@ packages: deep-equal: 2.2.0 dev: true - /babel-loader@8.3.0(@babel/core@7.20.12)(webpack@5.76.3): + /babel-loader@8.3.0(@babel/core@7.21.3)(webpack@5.77.0): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.3 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.76.3(esbuild@0.17.12) + webpack: 5.77.0(esbuild@0.17.14) dev: true - /babel-loader@9.1.2(@babel/core@7.20.12)(webpack@5.76.3): + /babel-loader@9.1.2(@babel/core@7.21.3)(webpack@5.77.0): resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.3 find-cache-dir: 3.3.2 schema-utils: 4.0.0 - webpack: 5.76.3(esbuild@0.17.12) + webpack: 5.77.0(esbuild@0.17.14) dev: true /babel-plugin-macros@2.8.0: @@ -5479,6 +5665,20 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: true + + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.3): + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.20.10 + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: false /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.20.12): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} @@ -5490,6 +5690,19 @@ packages: core-js-compat: 3.27.2 transitivePeerDependencies: - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.3): + resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + core-js-compat: 3.27.2 + transitivePeerDependencies: + - supports-color + dev: false /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.20.12): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} @@ -5500,6 +5713,18 @@ packages: '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.20.12) transitivePeerDependencies: - supports-color + dev: true + + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.3): + resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + transitivePeerDependencies: + - supports-color + dev: false /babel-plugin-preval@4.0.0: resolution: {integrity: sha512-fZI/4cYneinlj2k/FsXw0/lTWSC5KKoepUueS1g25Gb5vx3GrRyaVwxWCshYqx11GEU4mZnbbFhee8vpquFS2w==} @@ -5567,7 +5792,7 @@ packages: dependencies: buffer: 5.7.1 inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.2 dev: false /blakejs@1.2.1: @@ -5870,14 +6095,14 @@ packages: engines: {node: '>=6'} dev: true - /clean-webpack-plugin@4.0.0(webpack@5.76.3): + /clean-webpack-plugin@4.0.0(webpack@5.77.0): resolution: {integrity: sha512-WuWE1nyTNAyW5T7oNyys2EN0cfP2fdRxhxnIQWiAp0bMabPdHhoGxM8A6YL2GhqwgrPnnaemVE7nv5XJ2Fhh2w==} engines: {node: '>=10.0.0'} peerDependencies: webpack: '>=4.0.0 <6.0.0' dependencies: del: 4.1.1 - webpack: 5.76.3(esbuild@0.17.12) + webpack: 5.77.0(esbuild@0.17.14) dev: true /cli-cursor@3.1.0: @@ -5943,8 +6168,8 @@ packages: '@codemirror/autocomplete': 6.4.2(@codemirror/language@6.6.0)(@codemirror/state@6.2.0)(@codemirror/view@6.9.3)(@lezer/common@1.0.2) '@codemirror/commands': 6.2.2 '@codemirror/language': 6.6.0 - '@codemirror/lint': 6.1.1 - '@codemirror/search': 6.2.3 + '@codemirror/lint': 6.2.0 + '@codemirror/search': 6.3.0 '@codemirror/state': 6.2.0 '@codemirror/view': 6.9.3 transitivePeerDependencies: @@ -6018,6 +6243,10 @@ packages: /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + /commander@4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} + /commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} @@ -6169,8 +6398,8 @@ packages: - utf-8-validate dev: false - /crossbell.js@0.19.4: - resolution: {integrity: sha512-H+nbpYqyCr49PPYYjlYtt6pAfEOEKshoCIys65dh/eP1KhAVRX8r6MgYS2BO6M1fQ/kM9hCiKrPXBfNaHlZLBA==} + /crossbell.js@0.19.5: + resolution: {integrity: sha512-quFGf6hEpNYLHcqI/Q1FrufcahnK8eSGzzYSAEwUwUrNRDDnAF28dWYhUUONqxtq6PH4ercn9pG+JizrpluwvA==} dependencies: '@crossbell/ipfs-fetch': 0.0.15 async-retry: 1.3.3 @@ -6346,9 +6575,6 @@ packages: object-keys: 1.1.1 dev: true - /defined@1.0.1: - resolution: {integrity: sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==} - /defu@6.1.2: resolution: {integrity: sha512-+uO4+qr7msjNNWKYPHqN/3+Dx3NFkmIzayk2L1MyZQlvgZb/J1A0fo410dpKrN2SnqFjt8n4JL8fDJE0wIgjFQ==} dev: true @@ -6412,15 +6638,6 @@ packages: resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} dev: false - /detective@5.2.1: - resolution: {integrity: sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==} - engines: {node: '>=0.8.0'} - hasBin: true - dependencies: - acorn-node: 1.8.2 - defined: 1.0.1 - minimist: 1.2.8 - /didyoumean@1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} @@ -6703,45 +6920,45 @@ packages: ext: 1.7.0 dev: false - /esbuild-register@3.4.2(esbuild@0.17.12): + /esbuild-register@3.4.2(esbuild@0.17.14): resolution: {integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==} peerDependencies: esbuild: '>=0.12 <1' dependencies: debug: 4.3.4(supports-color@8.1.1) - esbuild: 0.17.12 + esbuild: 0.17.14 transitivePeerDependencies: - supports-color dev: true - /esbuild@0.17.12: - resolution: {integrity: sha512-bX/zHl7Gn2CpQwcMtRogTTBf9l1nl+H6R8nUbjk+RuKqAE3+8FDulLA+pHvX7aA7Xe07Iwa+CWvy9I8Y2qqPKQ==} + /esbuild@0.17.14: + resolution: {integrity: sha512-vOO5XhmVj/1XQR9NQ1UPq6qvMYL7QFJU57J5fKBKBKxp17uDt5PgxFDb4A2nEiXhr1qQs4x0F5+66hVVw4ruNw==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.17.12 - '@esbuild/android-arm64': 0.17.12 - '@esbuild/android-x64': 0.17.12 - '@esbuild/darwin-arm64': 0.17.12 - '@esbuild/darwin-x64': 0.17.12 - '@esbuild/freebsd-arm64': 0.17.12 - '@esbuild/freebsd-x64': 0.17.12 - '@esbuild/linux-arm': 0.17.12 - '@esbuild/linux-arm64': 0.17.12 - '@esbuild/linux-ia32': 0.17.12 - '@esbuild/linux-loong64': 0.17.12 - '@esbuild/linux-mips64el': 0.17.12 - '@esbuild/linux-ppc64': 0.17.12 - '@esbuild/linux-riscv64': 0.17.12 - '@esbuild/linux-s390x': 0.17.12 - '@esbuild/linux-x64': 0.17.12 - '@esbuild/netbsd-x64': 0.17.12 - '@esbuild/openbsd-x64': 0.17.12 - '@esbuild/sunos-x64': 0.17.12 - '@esbuild/win32-arm64': 0.17.12 - '@esbuild/win32-ia32': 0.17.12 - '@esbuild/win32-x64': 0.17.12 + '@esbuild/android-arm': 0.17.14 + '@esbuild/android-arm64': 0.17.14 + '@esbuild/android-x64': 0.17.14 + '@esbuild/darwin-arm64': 0.17.14 + '@esbuild/darwin-x64': 0.17.14 + '@esbuild/freebsd-arm64': 0.17.14 + '@esbuild/freebsd-x64': 0.17.14 + '@esbuild/linux-arm': 0.17.14 + '@esbuild/linux-arm64': 0.17.14 + '@esbuild/linux-ia32': 0.17.14 + '@esbuild/linux-loong64': 0.17.14 + '@esbuild/linux-mips64el': 0.17.14 + '@esbuild/linux-ppc64': 0.17.14 + '@esbuild/linux-riscv64': 0.17.14 + '@esbuild/linux-s390x': 0.17.14 + '@esbuild/linux-x64': 0.17.14 + '@esbuild/netbsd-x64': 0.17.14 + '@esbuild/openbsd-x64': 0.17.14 + '@esbuild/sunos-x64': 0.17.14 + '@esbuild/win32-arm64': 0.17.14 + '@esbuild/win32-ia32': 0.17.14 + '@esbuild/win32-x64': 0.17.14 dev: true /escalade@3.1.1: @@ -6761,7 +6978,7 @@ packages: engines: {node: '>=12'} dev: false - /eslint-config-next@13.2.4(eslint@8.36.0)(typescript@5.0.2): + /eslint-config-next@13.2.4(eslint@8.37.0)(typescript@5.0.3): resolution: {integrity: sha512-lunIBhsoeqw6/Lfkd6zPt25w1bn0znLA/JCL+au1HoEpSb4/PpsOYsYtgV/q+YPsoKIOzFyU5xnb04iZnXjUvg==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 @@ -6772,15 +6989,15 @@ packages: dependencies: '@next/eslint-plugin-next': 13.2.4 '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/parser': 5.55.0(eslint@8.36.0)(typescript@5.0.2) - eslint: 8.36.0 + '@typescript-eslint/parser': 5.55.0(eslint@8.37.0)(typescript@5.0.3) + eslint: 8.37.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.3(eslint-plugin-import@2.27.5)(eslint@8.36.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.36.0) - eslint-plugin-react: 7.32.2(eslint@8.36.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.36.0) - typescript: 5.0.2 + eslint-import-resolver-typescript: 3.5.3(eslint-plugin-import@2.27.5)(eslint@8.37.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.37.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.37.0) + eslint-plugin-react: 7.32.2(eslint@8.37.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.37.0) + typescript: 5.0.3 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color @@ -6796,7 +7013,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@3.5.3(eslint-plugin-import@2.27.5)(eslint@8.36.0): + /eslint-import-resolver-typescript@3.5.3(eslint-plugin-import@2.27.5)(eslint@8.37.0): resolution: {integrity: sha512-njRcKYBc3isE42LaTcJNVANR3R99H9bAxBDMNDr2W7yq5gYPxbU3MkdhsQukxZ/Xg9C2vcyLlDsbKfRDg0QvCQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -6805,8 +7022,8 @@ packages: dependencies: debug: 4.3.4(supports-color@8.1.1) enhanced-resolve: 5.12.0 - eslint: 8.36.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0) + eslint: 8.37.0 + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.37.0) get-tsconfig: 4.4.0 globby: 13.1.3 is-core-module: 2.11.0 @@ -6816,7 +7033,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0): + /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.3)(eslint@8.37.0): resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -6837,16 +7054,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.55.0(eslint@8.36.0)(typescript@5.0.2) + '@typescript-eslint/parser': 5.55.0(eslint@8.37.0)(typescript@5.0.3) debug: 3.2.7 - eslint: 8.36.0 + eslint: 8.37.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.3(eslint-plugin-import@2.27.5)(eslint@8.36.0) + eslint-import-resolver-typescript: 3.5.3(eslint-plugin-import@2.27.5)(eslint@8.37.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0): + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-typescript@3.5.3)(eslint@8.37.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -6856,15 +7073,15 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.55.0(eslint@8.36.0)(typescript@5.0.2) + '@typescript-eslint/parser': 5.55.0(eslint@8.37.0)(typescript@5.0.3) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.36.0 + eslint: 8.37.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.3)(eslint@8.36.0) + eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.55.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.3)(eslint@8.37.0) has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -6879,7 +7096,7 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.36.0): + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.37.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -6894,7 +7111,7 @@ packages: axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.36.0 + eslint: 8.37.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -6904,16 +7121,16 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.36.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.37.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.36.0 + eslint: 8.37.0 dev: true - /eslint-plugin-react@7.32.2(eslint@8.36.0): + /eslint-plugin-react@7.32.2(eslint@8.37.0): resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: @@ -6923,7 +7140,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.36.0 + eslint: 8.37.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -6958,15 +7175,20 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.36.0: - resolution: {integrity: sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==} + /eslint-visitor-keys@3.4.0: + resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: true + + /eslint@8.37.0: + resolution: {integrity: sha512-NU3Ps9nI05GUoVMxcZx1J8CNR6xOvUT4jAUMH5+z8lpp3aEdPVCImKw6PWG4PY+Vfkpr+jvMpxs/qoE7wq0sPw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.2.0(eslint@8.36.0) - '@eslint-community/regexpp': 4.4.0 - '@eslint/eslintrc': 2.0.1 - '@eslint/js': 8.36.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.37.0) + '@eslint-community/regexpp': 4.5.0 + '@eslint/eslintrc': 2.0.2 + '@eslint/js': 8.37.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -6977,8 +7199,8 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-visitor-keys: 3.3.0 - espree: 9.5.0 + eslint-visitor-keys: 3.4.0 + espree: 9.5.1 esquery: 1.5.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 @@ -6992,7 +7214,7 @@ packages: imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.3.0 + js-sdsl: 4.4.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -7007,13 +7229,13 @@ packages: - supports-color dev: true - /espree@9.5.0: - resolution: {integrity: sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==} + /espree@9.5.1: + resolution: {integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.8.2 acorn-jsx: 5.3.2(acorn@8.8.2) - eslint-visitor-keys: 3.3.0 + eslint-visitor-keys: 3.4.0 dev: true /esquery@1.5.0: @@ -7053,10 +7275,10 @@ packages: engines: {node: '>=0.10.0'} dev: true - /eth-block-tracker@4.4.3(@babel/core@7.20.12): + /eth-block-tracker@4.4.3(@babel/core@7.21.3): resolution: {integrity: sha512-A8tG4Z4iNg4mw5tP1Vung9N9IjgMNqpiMoJ/FouSFwNCGHv2X0mmOYwtQOJzki6XN7r7Tyo01S29p7b224I4jw==} dependencies: - '@babel/plugin-transform-runtime': 7.21.0(@babel/core@7.20.12) + '@babel/plugin-transform-runtime': 7.21.0(@babel/core@7.21.3) '@babel/runtime': 7.21.0 eth-query: 2.1.2 json-rpc-random-id: 1.0.1 @@ -7186,11 +7408,6 @@ packages: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - /eventsource-parser@0.1.0: - resolution: {integrity: sha512-M9QjFtEIkwytUarnx113HGmgtk52LSn3jNAtnWKi3V+b9rqSfQeVdLsaD5AG/O4IrGQwmAAHBIsqbmURPTd2rA==} - engines: {node: '>=14.18'} - dev: false - /evp_bytestokey@1.0.3: resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} dependencies: @@ -7565,6 +7782,16 @@ packages: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} dev: true + /glob@7.1.6: + resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + /glob@7.1.7: resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} dependencies: @@ -7670,17 +7897,14 @@ packages: dependencies: get-intrinsic: 1.2.0 - /gpt3-tokenizer@1.1.5: - resolution: {integrity: sha512-O9iCL8MqGR0Oe9wTh0YftzIbysypNQmS5a5JG3cB3M4LMYjlAVvNnf8LUzVY9MrI7tj+YLY356uHtO2lLX2HpA==} - engines: {node: '>=12'} - dependencies: - array-keyed-map: 2.1.3 - dev: false - /graceful-fs@4.2.10: resolution: {integrity: sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==} dev: true + /graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + dev: true + /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true @@ -8008,8 +8232,8 @@ packages: engines: {node: '>= 4'} dev: true - /immer@9.0.19: - resolution: {integrity: sha512-eY+Y0qcsB4TZKwgQzLaE/lqYMlKhv5J9dyd2RhhtGhNo2njPXDqU9XPfcNfa3MIDsdtZt5KlkIsirlo4dHsWdQ==} + /immer@9.0.21: + resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==} dev: false /import-fresh@3.3.0: @@ -8415,7 +8639,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.15.5 + '@types/node': 18.15.11 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -8424,7 +8648,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.15.5 + '@types/node': 18.15.11 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -8432,10 +8656,9 @@ packages: /jiti@1.18.2: resolution: {integrity: sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==} hasBin: true - dev: true - /js-sdsl@4.3.0: - resolution: {integrity: sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==} + /js-sdsl@4.4.0: + resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==} dev: true /js-sha3@0.8.0: @@ -8595,8 +8818,9 @@ packages: resolution: {integrity: sha512-ymToLHqL02udwVdbkowNpzjFd6UzozMtshPQKVi5k1EjKRqKqBrOnE9QbLEb0/pV76SAiIT13hdL8R6suc+f3g==} dev: true - /langchain@0.0.39: - resolution: {integrity: sha512-vBdCHYWtP05j6/trnVKZ+tic6oF2GOJKnCtm4/cxgHrdAkxq2eQ3dju4eYuXI4jIVyeGYsFCg3R7t2P8mdv1eg==} + /langchain@0.0.44: + resolution: {integrity: sha512-Ly+LN9mqkjAj2XPXWamnhkppkppuGEHuMmpQxhxYuYFwNC1nH2ARTxZ6H5w9E6kHgSWnPjXQkYPGoj0HDTm9Yg==} + engines: {node: '>=18'} peerDependencies: '@dqbd/tiktoken': ^1.0.2 '@huggingface/inference': ^1.5.1 @@ -8607,10 +8831,10 @@ packages: cohere-ai: ^5.0.2 d3-dsv: ^3.0.1 hnswlib-node: ^1.4.2 - pdf-parse: ^1.1.1 + pdfjs-dist: ^3.4.120 puppeteer: ^19.7.2 redis: ^4.6.4 - serpapi: ^1.1.1 + replicate: ^0.6.0 srt-parser-2: ^1.2.2 typeorm: ^0.3.12 peerDependenciesMeta: @@ -8632,24 +8856,25 @@ packages: optional: true hnswlib-node: optional: true - pdf-parse: + pdfjs-dist: optional: true puppeteer: optional: true redis: optional: true - serpapi: + replicate: optional: true srt-parser-2: optional: true typeorm: optional: true dependencies: + '@anthropic-ai/sdk': 0.4.2 + '@fortaine/fetch-event-source': 3.0.6 browser-or-node: 2.1.1 - eventsource-parser: 0.1.0 exponential-backoff: 3.1.1 expr-eval: 2.0.2 - gpt3-tokenizer: 1.1.5 + flat: 5.0.2 is-binary-path: 2.1.0 jsonpointer: 5.0.1 object-hash: 3.0.0 @@ -8660,6 +8885,7 @@ packages: zod: 3.21.4 transitivePeerDependencies: - debug + - encoding dev: false /language-subtag-registry@0.3.22: @@ -8685,18 +8911,12 @@ packages: type-check: 0.4.0 dev: true - /lilconfig@2.0.6: - resolution: {integrity: sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==} - engines: {node: '>=10'} - /lilconfig@2.1.0: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} engines: {node: '>=10'} - dev: true /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - dev: false /lint-staged@13.2.0: resolution: {integrity: sha512-GbyK5iWinax5Dfw5obm2g2ccUiZXNGtAS4mCbJ0Lv4rq6iEtfBSjOYdcbOtAIFtM114t0vdpViDDetjVTSd8Vw==} @@ -9471,10 +9691,6 @@ packages: brace-expansion: 2.0.1 dev: true - /minimist@1.2.7: - resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} - dev: false - /minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} @@ -9586,19 +9802,26 @@ packages: resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} dev: false + /mz@2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + dependencies: + any-promise: 1.3.0 + object-assign: 4.1.1 + thenify-all: 1.6.0 + /nanoid@3.3.3: resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: false - /nanoid@3.3.4: - resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} + /nanoid@3.3.6: + resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid@4.0.1: - resolution: {integrity: sha512-udKGtCCUafD3nQtJg9wBhRP3KMbPglUsgV5JVsXhvyBs/oefqb4sqMEhKBBgqZncYowu58p1prsZQBYvAj/Gww==} + /nanoid@4.0.2: + resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==} engines: {node: ^14 || ^16 || >=18} hasBin: true dev: false @@ -9630,22 +9853,22 @@ packages: hoist-non-react-statics: 3.3.2 i18next: 22.4.13 i18next-fs-backend: 2.1.1 - next: 13.2.4(@babel/core@7.20.12)(react-dom@18.2.0)(react@18.2.0) + next: 13.2.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-i18next: 12.2.0(i18next@22.4.13)(react-dom@18.2.0)(react@18.2.0) dev: false - /next-pwa@5.6.0(@babel/core@7.20.12)(esbuild@0.17.12)(next@13.2.4)(webpack@5.76.3): + /next-pwa@5.6.0(@babel/core@7.21.3)(esbuild@0.17.14)(next@13.2.4)(webpack@5.77.0): resolution: {integrity: sha512-XV8g8C6B7UmViXU8askMEYhWwQ4qc/XqJGnexbLV68hzKaGHZDMtHsm2TNxFcbR7+ypVuth/wwpiIlMwpRJJ5A==} peerDependencies: next: '>=9.0.0' dependencies: - babel-loader: 8.3.0(@babel/core@7.20.12)(webpack@5.76.3) - clean-webpack-plugin: 4.0.0(webpack@5.76.3) + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.77.0) + clean-webpack-plugin: 4.0.0(webpack@5.77.0) globby: 11.1.0 - next: 13.2.4(@babel/core@7.20.12)(react-dom@18.2.0)(react@18.2.0) - terser-webpack-plugin: 5.3.6(esbuild@0.17.12)(webpack@5.76.3) - workbox-webpack-plugin: 6.5.4(webpack@5.76.3) + next: 13.2.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) + terser-webpack-plugin: 5.3.6(esbuild@0.17.14)(webpack@5.77.0) + workbox-webpack-plugin: 6.5.4(webpack@5.77.0) workbox-window: 6.5.4 transitivePeerDependencies: - '@babel/core' @@ -9661,7 +9884,7 @@ packages: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} dev: false - /next@13.2.4(@babel/core@7.20.12)(react-dom@18.2.0)(react@18.2.0): + /next@13.2.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-g1I30317cThkEpvzfXujf0O4wtaQHtDCLhlivwlTJ885Ld+eOgcz7r3TGQzeU+cSRoNHtD8tsJgzxVdYojFssw==} engines: {node: '>=14.6.0'} hasBin: true @@ -9688,7 +9911,7 @@ packages: postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.20.12)(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.21.3)(react@18.2.0) optionalDependencies: '@next/swc-android-arm-eabi': 13.2.4 '@next/swc-android-arm64': 13.2.4 @@ -9714,14 +9937,14 @@ packages: react: '>= 16.0.0' dependencies: '@types/nprogress': 0.2.0 - next: 13.2.4(@babel/core@7.20.12)(react-dom@18.2.0)(react@18.2.0) + next: 13.2.4(@babel/core@7.21.3)(react-dom@18.2.0)(react@18.2.0) nprogress: 0.2.0 prop-types: 15.8.1 react: 18.2.0 dev: false - /node-abi@3.31.0: - resolution: {integrity: sha512-eSKV6s+APenqVh8ubJyiu/YhZgxQpGP66ntzUb3lY1xB9ukSRaGnx0AIxI+IM+1+IVYC1oWobgG5L3Lt9ARykQ==} + /node-abi@3.33.0: + resolution: {integrity: sha512-7GGVawqyHF4pfd0YFybhv/eM9JwTtPqx0mAanQ146O3FlSh3pA24zf9IRQTOsfTSqXTNzPSP5iagAJ94jjuVog==} engines: {node: '>=10'} dependencies: semver: 7.3.8 @@ -9735,8 +9958,8 @@ packages: resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} dev: false - /node-addon-api@5.1.0: - resolution: {integrity: sha512-eh0GgfEkpnoWDq+VY8OyvYhFEzBk6jIYbRKdIlyTiAXIVJ8PyBaKb0rp7oDtoddbdoHWhq8wwr+XZ81F1rpNdA==} + /node-addon-api@6.0.0: + resolution: {integrity: sha512-GyHvgPvUXBvAkXa0YvYnhilSB1A+FRYMpIVggKzPZqdaZfevZOuzfWzyvgzOwRLHBeo/MMswmJFsrNF4Nw1pmA==} dev: false /node-fetch-native@1.0.2: @@ -10221,7 +10444,7 @@ packages: resolution: {integrity: sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==} dependencies: duplexify: 4.1.2 - split2: 4.1.0 + split2: 4.2.0 dev: false /pino-std-serializers@4.0.0: @@ -10259,6 +10482,10 @@ packages: - supports-color dev: false + /pirates@4.0.5: + resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} + engines: {node: '>= 6'} + /pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} @@ -10274,8 +10501,8 @@ packages: pathe: 1.1.0 dev: true - /playwright-core@1.32.0: - resolution: {integrity: sha512-Z9Ij17X5Z3bjpp6XKujGBp9Gv4eViESac9aDmwgQFUEJBW0K80T21m/Z+XJQlu4cNsvPygw33b6V1Va6Bda5zQ==} + /playwright-core@1.32.1: + resolution: {integrity: sha512-KZYUQC10mXD2Am1rGlidaalNGYk3LU1vZqqNk0gT4XPty1jOqgup8KDP8l2CUlqoNKhXM5IfGjWgW37xvGllBA==} engines: {node: '>=14'} hasBin: true dev: true @@ -10333,7 +10560,7 @@ packages: ts-node: optional: true dependencies: - lilconfig: 2.0.6 + lilconfig: 2.1.0 postcss: 8.4.21 yaml: 1.10.2 @@ -10360,7 +10587,7 @@ packages: resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.3.4 + nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 @@ -10368,12 +10595,12 @@ packages: resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.3.4 + nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 - /preact@10.13.1: - resolution: {integrity: sha512-KyoXVDU5OqTpG9LXlB3+y639JAGzl8JSBXLn1J9HTSB3gbKcuInga7bZnXLlxmK94ntTs1EFeZp0lrja2AuBYQ==} + /preact@10.13.2: + resolution: {integrity: sha512-q44QFLhOhty2Bd0Y46fnYW0gD/cbVM9dUVtNTDKPcdXSMA7jfY+Jpd6rk3GB0lcQss0z5s/6CmVP0Z/hV+g6pw==} dev: false /prebuild-install@7.1.1: @@ -10384,10 +10611,10 @@ packages: detect-libc: 2.0.1 expand-template: 2.0.3 github-from-package: 0.0.0 - minimist: 1.2.7 + minimist: 1.2.8 mkdirp-classic: 0.5.3 napi-build-utils: 1.0.2 - node-abi: 3.31.0 + node-abi: 3.33.0 pump: 3.0.0 rc: 1.2.8 simple-get: 4.0.1 @@ -10400,8 +10627,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier@2.8.6: - resolution: {integrity: sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==} + /prettier@2.8.7: + resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -10535,7 +10762,7 @@ packages: dependencies: deep-extend: 0.6.0 ini: 1.3.8 - minimist: 1.2.7 + minimist: 1.2.8 strip-json-comments: 2.0.1 dev: false @@ -10580,8 +10807,8 @@ packages: react-async-script: 1.2.0(react@18.2.0) dev: false - /react-hook-form@7.43.7(react@18.2.0): - resolution: {integrity: sha512-38yehQkQQ5uufaPKFScs7jhLE8n3+LG9H/BZfFAiBL2+7piDmw/BrdNJV4irzMaPnWZGhmGLHVICHXNVGIuXZg==} + /react-hook-form@7.43.9(react@18.2.0): + resolution: {integrity: sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 @@ -10647,8 +10874,8 @@ packages: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} dev: true - /react-parallax-tilt@1.7.119(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-8lQKAcC2OgmeO7Myo4Q7w429QKVywdvcQrWME7eoZv4/GkNN9Pl+mXXi1cmHiKFLeolkOFg5xQuyN4SHDpwC1A==} + /react-parallax-tilt@1.7.120(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-9j5EjcYIV4HY8O/NaUaY0nfkZky2av/ccAhkHCa4dw+jiBjA/5XiCVBubvsr9u9WzGDeBUPmOaDaRvfkY1xG2A==} peerDependencies: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 @@ -10657,7 +10884,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-remove-scroll-bar@2.3.4(@types/react@18.0.28)(react@18.2.0): + /react-remove-scroll-bar@2.3.4(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} engines: {node: '>=10'} peerDependencies: @@ -10667,13 +10894,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.0.28)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.0.31)(react@18.2.0) tslib: 2.5.0 dev: false - /react-remove-scroll@2.5.5(@types/react@18.0.28)(react@18.2.0): + /react-remove-scroll@2.5.5(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -10683,13 +10910,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.0.28)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.0.28)(react@18.2.0) + react-remove-scroll-bar: 2.3.4(@types/react@18.0.31)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.0.31)(react@18.2.0) tslib: 2.5.0 - use-callback-ref: 1.3.0(@types/react@18.0.28)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.0.28)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@18.0.31)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.0.31)(react@18.2.0) dev: false /react-scroll@1.8.9(react-dom@18.2.0)(react@18.2.0): @@ -10720,7 +10947,7 @@ packages: tiny-invariant: 1.2.0 dev: false - /react-style-singleton@2.2.1(@types/react@18.0.28)(react@18.2.0): + /react-style-singleton@2.2.1(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -10730,14 +10957,14 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 tslib: 2.5.0 dev: false - /react-textarea-autosize@8.3.4(@types/react@18.0.28)(react@18.2.0): + /react-textarea-autosize@8.3.4(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-CdtmP8Dc19xL8/R6sWvtknD/eCXkQr30dtvC4VmGInhRsfF8X/ihXCq6+9l9qbxmKRiq407/7z5fxE7cVWQNgQ==} engines: {node: '>=10'} peerDependencies: @@ -10746,7 +10973,7 @@ packages: '@babel/runtime': 7.21.0 react: 18.2.0 use-composed-ref: 1.3.0(react@18.2.0) - use-latest: 1.2.1(@types/react@18.0.28)(react@18.2.0) + use-latest: 1.2.1(@types/react@18.0.31)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false @@ -10966,14 +11193,14 @@ packages: unified: 10.1.2 dev: false - /rehype-react@7.1.2(@types/react@18.0.28): + /rehype-react@7.1.2(@types/react@18.0.31): resolution: {integrity: sha512-IWsFMS2M4NTbvWzumBBKhdb39ElV+r5YQHA2HafDDRrH84bEryJA2YPPNbF9he4QzAFOssaMJ9buSC6cDcJTLw==} peerDependencies: '@types/react': '>=17' dependencies: '@mapbox/hast-util-table-cell-style': 0.2.0 '@types/hast': 2.3.4 - '@types/react': 18.0.28 + '@types/react': 18.0.31 hast-to-hyperscript: 10.0.3 hast-util-whitespace: 2.0.1 unified: 10.1.2 @@ -11195,8 +11422,8 @@ packages: fsevents: 2.3.2 dev: true - /rollup@3.20.1: - resolution: {integrity: sha512-sz2w8cBJlWQ2E17RcpvHuf4sk2BQx4tfKDnjNPikEpLEevrbIAR7CH3PGa2hpPwWbNgPaA9yh9Jzljds5bc9zg==} + /rollup@3.20.2: + resolution: {integrity: sha512-3zwkBQl7Ai7MFYQE0y1MeQ15+9jsi7XxfrqwTb/9EK8D9C9+//EBR4M+CuA1KODRaNbFez/lWxA5vhEGZp4MUg==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -11358,6 +11585,12 @@ packages: dependencies: randombytes: 2.1.0 + /serialize-javascript@6.0.1: + resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + dependencies: + randombytes: 2.1.0 + dev: true + /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: false @@ -11374,14 +11607,14 @@ packages: safe-buffer: 5.2.1 dev: false - /sharp@0.31.3: - resolution: {integrity: sha512-XcR4+FCLBFKw1bdB+GEhnUNXNXvnt0tDo4WsBsraKymuo/IAuPuCBVAL2wIkUw2r/dwFW5Q5+g66Kwl2dgDFVg==} + /sharp@0.32.0: + resolution: {integrity: sha512-yLAypVcqj1toSAqRSwbs86nEzfyZVDYqjuUX8grhFpeij0DDNagKJXELS/auegDBRDg1XBtELdOGfo2X1cCpeA==} engines: {node: '>=14.15.0'} requiresBuild: true dependencies: color: 4.2.3 detect-libc: 2.0.1 - node-addon-api: 5.1.0 + node-addon-api: 6.0.0 prebuild-install: 7.1.1 semver: 7.3.8 simple-get: 4.0.1 @@ -11543,8 +11776,8 @@ packages: engines: {node: '>=6'} dev: false - /split2@4.1.0: - resolution: {integrity: sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==} + /split2@4.2.0: + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} engines: {node: '>= 10.x'} dev: false @@ -11753,7 +11986,7 @@ packages: inline-style-parser: 0.1.1 dev: false - /styled-jsx@5.1.1(@babel/core@7.20.12)(react@18.2.0): + /styled-jsx@5.1.1(@babel/core@7.21.3)(react@18.2.0): resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -11766,7 +11999,7 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.20.12 + '@babel/core': 7.21.3 client-only: 0.0.1 react: 18.2.0 @@ -11774,6 +12007,18 @@ packages: resolution: {integrity: sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==} dev: false + /sucrase@3.31.0: + resolution: {integrity: sha512-6QsHnkqyVEzYcaiHsOKkzOtOgdJcb8i54x6AV2hDwyZcY9ZyykGZVw6L/YN98xC0evwTP6utsWWrKRaa8QlfEQ==} + engines: {node: '>=8'} + hasBin: true + dependencies: + commander: 4.1.1 + glob: 7.1.6 + lines-and-columns: 1.2.4 + mz: 2.7.0 + pirates: 4.0.5 + ts-interface-checker: 0.1.13 + /superjson@1.12.2: resolution: {integrity: sha512-ugvUo9/WmvWOjstornQhsN/sR9mnGtWGYeTxFuqLb4AiT4QdUavjGFRALCPKWWnAiUJ4HTpytj5e0t5HoMRkXg==} engines: {node: '>=10'} @@ -11819,20 +12064,20 @@ packages: resolution: {integrity: sha512-4kl5w+nCB44EVRdO0g/UGoOp3vlwgycUVtkk/7DPyeLZUCuNFFKCFG6/t/DgHLrUPHjrZg6s5tNm+56Q2B0xyg==} dev: false - /tailwind-merge@1.10.0: - resolution: {integrity: sha512-WFnDXSS4kFTZwjKg5/oZSGzBRU/l+qcbv5NVTzLUQvJ9yovDAP05h0F2+ZFW0Lw9EcgRoc2AfURUdZvnEFrXKg==} + /tailwind-merge@1.11.0: + resolution: {integrity: sha512-oG3/328Y7LrfPMfkgMNxoqEk1ZQdXBxdphf9FFrreo8q0EtVIHt3bQf2IyFhQuVt8puB57lCRBNbazGhYAyz9w==} dev: false - /tailwindcss-animate@1.0.5(tailwindcss@3.2.7): + /tailwindcss-animate@1.0.5(tailwindcss@3.3.1): resolution: {integrity: sha512-UU3qrOJ4lFQABY+MVADmBm+0KW3xZyhMdRvejwtXqYOL7YjHYxmuREFAZdmVG5LPe5E9CAst846SLC4j5I3dcw==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' dependencies: - tailwindcss: 3.2.7(postcss@8.4.21) + tailwindcss: 3.3.1(postcss@8.4.21) dev: false - /tailwindcss@3.2.7(postcss@8.4.21): - resolution: {integrity: sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==} + /tailwindcss@3.3.1(postcss@8.4.21): + resolution: {integrity: sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g==} engines: {node: '>=12.13.0'} hasBin: true peerDependencies: @@ -11841,13 +12086,13 @@ packages: arg: 5.0.2 chokidar: 3.5.3 color-name: 1.1.4 - detective: 5.2.1 didyoumean: 1.2.2 dlv: 1.1.3 fast-glob: 3.2.12 glob-parent: 6.0.2 is-glob: 4.0.3 - lilconfig: 2.0.6 + jiti: 1.18.2 + lilconfig: 2.1.0 micromatch: 4.0.5 normalize-path: 3.0.0 object-hash: 3.0.0 @@ -11861,6 +12106,7 @@ packages: postcss-value-parser: 4.2.0 quick-lru: 5.1.1 resolve: 1.22.1 + sucrase: 3.31.0 transitivePeerDependencies: - ts-node @@ -11886,7 +12132,7 @@ packages: end-of-stream: 1.4.4 fs-constants: 1.0.0 inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.2 dev: false /tar@6.1.13: @@ -11916,7 +12162,7 @@ packages: unique-string: 2.0.0 dev: true - /terser-webpack-plugin@5.3.6(esbuild@0.17.12)(webpack@5.76.3): + /terser-webpack-plugin@5.3.6(esbuild@0.17.14)(webpack@5.77.0): resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -11933,12 +12179,37 @@ packages: optional: true dependencies: '@jridgewell/trace-mapping': 0.3.17 - esbuild: 0.17.12 + esbuild: 0.17.14 jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 terser: 5.16.1 - webpack: 5.76.3(esbuild@0.17.12) + webpack: 5.77.0(esbuild@0.17.14) + dev: true + + /terser-webpack-plugin@5.3.7(esbuild@0.17.14)(webpack@5.77.0): + resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + '@jridgewell/trace-mapping': 0.3.17 + esbuild: 0.17.14 + jest-worker: 27.5.1 + schema-utils: 3.1.1 + serialize-javascript: 6.0.1 + terser: 5.16.8 + webpack: 5.77.0(esbuild@0.17.14) dev: true /terser@5.16.1: @@ -11952,6 +12223,17 @@ packages: source-map-support: 0.5.21 dev: true + /terser@5.16.8: + resolution: {integrity: sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + '@jridgewell/source-map': 0.3.2 + acorn: 8.8.2 + commander: 2.20.3 + source-map-support: 0.5.21 + dev: true + /text-encoding-utf-8@1.0.2: resolution: {integrity: sha512-8bw4MY9WjdsD2aMtO0OzOCY3pXGYNx2d2FfHRVUKkiCPDWjKuOlhLVASS+pD7VkLTVjW268LYJHwsnPFlBpbAg==} dev: false @@ -11960,6 +12242,17 @@ packages: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true + /thenify-all@1.6.0: + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} + dependencies: + thenify: 3.3.1 + + /thenify@3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + dependencies: + any-promise: 1.3.0 + /thread-stream@0.15.2: resolution: {integrity: sha512-UkEhKIg2pD+fjkHQKyJO3yoIvAP3N6RlNFt2dUhcS1FGvCD1cQa1M/PGknCLFIyZdtJOWQjejp7bdNqmN7zwdA==} dependencies: @@ -12046,19 +12339,22 @@ packages: resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==} dev: false - /ts-essentials@9.3.1(typescript@5.0.2): + /ts-essentials@9.3.1(typescript@5.0.3): resolution: {integrity: sha512-9CChSvQMyVRo29Vb1A2jbs+LKo3d/bAf+ndSaX0T8cEiy/HChVaRN/HY5DqUryZ8hZ6uol9bEgCnGmnDbwBR9Q==} peerDependencies: typescript: '>=4.1.0' dependencies: - typescript: 5.0.2 + typescript: 5.0.3 dev: false + /ts-interface-checker@0.1.13: + resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} + /ts-mixer@6.0.3: resolution: {integrity: sha512-k43M7uCG1AkTyxgnmI5MPwKoUvS/bRvLvUb7+Pgpdlmok8AoqmUaZxUUw8zKM5B1lqZrt41GjYgnvAi0fppqgQ==} dev: false - /ts-node@10.9.1(@types/node@18.15.5)(typescript@5.0.2): + /ts-node@10.9.1(@types/node@18.15.11)(typescript@5.0.3): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -12077,14 +12373,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.15.5 + '@types/node': 18.15.11 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.0.2 + typescript: 5.0.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: false @@ -12104,14 +12400,14 @@ packages: /tslib@2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsutils@3.21.0(typescript@5.0.2): + /tsutils@3.21.0(typescript@5.0.3): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.0.2 + typescript: 5.0.3 dev: true /tunnel-agent@0.6.0: @@ -12172,8 +12468,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: false - /typescript@5.0.2: - resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==} + /typescript@5.0.3: + resolution: {integrity: sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==} engines: {node: '>=12.20'} hasBin: true @@ -12429,7 +12725,7 @@ packages: punycode: 2.2.0 dev: true - /use-callback-ref@1.3.0(@types/react@18.0.28)(react@18.2.0): + /use-callback-ref@1.3.0(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -12439,7 +12735,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 react: 18.2.0 tslib: 2.5.0 dev: false @@ -12452,7 +12748,7 @@ packages: react: 18.2.0 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@18.0.28)(react@18.2.0): + /use-isomorphic-layout-effect@1.1.2(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -12461,11 +12757,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 react: 18.2.0 dev: false - /use-latest@1.2.1(@types/react@18.0.28)(react@18.2.0): + /use-latest@1.2.1(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} peerDependencies: '@types/react': '*' @@ -12474,24 +12770,24 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 react: 18.2.0 - use-isomorphic-layout-effect: 1.1.2(@types/react@18.0.28)(react@18.2.0) + use-isomorphic-layout-effect: 1.1.2(@types/react@18.0.31)(react@18.2.0) dev: false - /use-onclickoutside@0.4.1(@types/react@18.0.28)(react@18.2.0): + /use-onclickoutside@0.4.1(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-hAo1viJ9D2mPffUig4EWCwE4as7fq84HANk3MCkY3rhXk5oMl0mjLCLF/OhzWIhTaITcAcDDcnaxRdMHPq+sww==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: are-passive-events-supported: 1.1.1 react: 18.2.0 - use-latest: 1.2.1(@types/react@18.0.28)(react@18.2.0) + use-latest: 1.2.1(@types/react@18.0.31)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false - /use-sidecar@1.1.2(@types/react@18.0.28)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@18.0.31)(react@18.2.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -12501,7 +12797,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.31 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.5.0 @@ -12602,8 +12898,8 @@ packages: vfile-message: 3.1.3 dev: false - /vite-node@0.29.7(@types/node@18.15.5): - resolution: {integrity: sha512-PakCZLvz37yFfUPWBnLa1OYHPCGm5v4pmRrTcFN4V/N/T3I6tyP3z07S//9w+DdeL7vVd0VSeyMZuAh+449ZWw==} + /vite-node@0.29.8(@types/node@18.15.11): + resolution: {integrity: sha512-b6OtCXfk65L6SElVM20q5G546yu10/kNrhg08afEoWlFRJXFq9/6glsvSVY+aI6YeC1tu2TtAqI2jHEQmOmsFw==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -12612,7 +12908,7 @@ packages: mlly: 1.2.0 pathe: 1.1.0 picocolors: 1.0.0 - vite: 4.2.1(@types/node@18.15.5) + vite: 4.2.1(@types/node@18.15.11) transitivePeerDependencies: - '@types/node' - less @@ -12623,7 +12919,7 @@ packages: - terser dev: true - /vite@4.2.1(@types/node@18.15.5): + /vite@4.2.1(@types/node@18.15.11): resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -12648,17 +12944,17 @@ packages: terser: optional: true dependencies: - '@types/node': 18.15.5 - esbuild: 0.17.12 + '@types/node': 18.15.11 + esbuild: 0.17.14 postcss: 8.4.21 resolve: 1.22.1 - rollup: 3.20.1 + rollup: 3.20.2 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest@0.29.7: - resolution: {integrity: sha512-aWinOSOu4jwTuZHkb+cCyrqQ116Q9TXaJrNKTHudKBknIpR0VplzeaOUuDF9jeZcrbtQKZQt6yrtd+eakbaxHg==} + /vitest@0.29.8: + resolution: {integrity: sha512-JIAVi2GK5cvA6awGpH0HvH/gEG9PZ0a/WoxdiV3PmqK+3CjQMf8c+J/Vhv4mdZ2nRyXFw66sAg6qz7VNkaHfDQ==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -12667,6 +12963,7 @@ packages: '@vitest/ui': '*' happy-dom: '*' jsdom: '*' + playwright: '*' safaridriver: '*' webdriverio: '*' peerDependenciesMeta: @@ -12680,6 +12977,8 @@ packages: optional: true jsdom: optional: true + playwright: + optional: true safaridriver: optional: true webdriverio: @@ -12687,11 +12986,11 @@ packages: dependencies: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 - '@types/node': 18.15.5 - '@vitest/expect': 0.29.7 - '@vitest/runner': 0.29.7 - '@vitest/spy': 0.29.7 - '@vitest/utils': 0.29.7 + '@types/node': 18.15.11 + '@vitest/expect': 0.29.8 + '@vitest/runner': 0.29.8 + '@vitest/spy': 0.29.8 + '@vitest/utils': 0.29.8 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -12706,8 +13005,8 @@ packages: tinybench: 2.4.0 tinypool: 0.4.0 tinyspy: 1.1.1 - vite: 4.2.1(@types/node@18.15.5) - vite-node: 0.29.7(@types/node@18.15.5) + vite: 4.2.1(@types/node@18.15.11) + vite-node: 0.29.8(@types/node@18.15.11) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -12727,8 +13026,8 @@ packages: resolution: {integrity: sha512-f+fciywl1SJEniZHD6H+kUO8gOnwIr7f4ijKA6+ZvJFjeGi1r4PDLl53Ayud9O/rk64RqgoQine0feoeOU0kXg==} dev: false - /wagmi@0.12.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.2): - resolution: {integrity: sha512-IxU+m/AWPpCvFzXuT93hWNcB1n28HFF7V7fziAgidGKdnha/R4juNk2nuzvEx4+8WLepTEWwbZyT9XMKJYMJ7w==} + /wagmi@0.12.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react-dom@18.2.0)(react@18.2.0)(typescript@5.0.3): + resolution: {integrity: sha512-llLlk6rl9MOqE1HgFtDBSJlUetmAD6WR68EvvGTZYXmw1lu9vHPcfoNHAB9pq/i7S3jTDLyv+Z+NGGoyryVS6w==} peerDependencies: ethers: '>=5.5.1 <6' react: '>=17.0.0' @@ -12740,11 +13039,11 @@ packages: '@tanstack/query-sync-storage-persister': 4.27.1 '@tanstack/react-query': 4.28.0(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query-persist-client': 4.28.0(@tanstack/react-query@4.28.0) - '@wagmi/core': 0.10.6(@babel/core@7.20.12)(@types/node@18.15.5)(ethers@5.7.2)(immer@9.0.19)(react@18.2.0)(typescript@5.0.2) - abitype: 0.3.0(typescript@5.0.2) + '@wagmi/core': 0.10.8(@babel/core@7.21.3)(@types/node@18.15.11)(ethers@5.7.2)(immer@9.0.21)(react@18.2.0)(typescript@5.0.3) + abitype: 0.3.0(typescript@5.0.3) ethers: 5.7.2 react: 18.2.0 - typescript: 5.0.2 + typescript: 5.0.3 use-sync-external-store: 1.2.0(react@18.2.0) transitivePeerDependencies: - '@babel/core' @@ -12769,7 +13068,7 @@ packages: engines: {node: '>=10.13.0'} dependencies: glob-to-regexp: 0.4.1 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 dev: true /web-namespaces@2.0.1: @@ -12895,8 +13194,8 @@ packages: engines: {node: '>=10.13.0'} dev: true - /webpack@5.76.3(esbuild@0.17.12): - resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} + /webpack@5.77.0(esbuild@0.17.14): + resolution: {integrity: sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -12919,14 +13218,14 @@ packages: eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 - graceful-fs: 4.2.10 + graceful-fs: 4.2.11 json-parse-even-better-errors: 2.3.1 loader-runner: 4.3.0 mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.6(esbuild@0.17.12)(webpack@5.76.3) + terser-webpack-plugin: 5.3.7(esbuild@0.17.14)(webpack@5.77.0) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -13169,7 +13468,7 @@ packages: resolution: {integrity: sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA==} dev: true - /workbox-webpack-plugin@6.5.4(webpack@5.76.3): + /workbox-webpack-plugin@6.5.4(webpack@5.77.0): resolution: {integrity: sha512-LmWm/zoaahe0EGmMTrSLUi+BjyR3cdGEfU3fS6PN1zKFYbqAKuQ+Oy/27e4VSXsyIwAw8+QDfk1XHNGtZu9nQg==} engines: {node: '>=10.0.0'} peerDependencies: @@ -13178,7 +13477,7 @@ packages: fast-json-stable-stringify: 2.1.0 pretty-bytes: 5.6.0 upath: 1.2.0 - webpack: 5.76.3(esbuild@0.17.12) + webpack: 5.77.0(esbuild@0.17.14) webpack-sources: 1.4.3 workbox-build: 6.5.4 transitivePeerDependencies: @@ -13265,6 +13564,7 @@ packages: /xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} + dev: false /y18n@4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} @@ -13365,7 +13665,7 @@ packages: resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} dev: false - /zustand@4.3.6(immer@9.0.19)(react@18.2.0): + /zustand@4.3.6(immer@9.0.21)(react@18.2.0): resolution: {integrity: sha512-6J5zDxjxLE+yukC2XZWf/IyWVKnXT9b9HUv09VJ/bwGCpKNcaTqp7Ws28Xr8jnbvnZcdRaidztAPsXFBIqufiw==} engines: {node: '>=12.7.0'} peerDependencies: @@ -13377,7 +13677,7 @@ packages: react: optional: true dependencies: - immer: 9.0.19 + immer: 9.0.21 react: 18.2.0 use-sync-external-store: 1.2.0(react@18.2.0) dev: false