From 869d13f86cad1b2656e859cdce1da3d543063001 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Tue, 12 Sep 2023 13:57:53 +0800 Subject: [PATCH] chore: update dependencies --- package.json | 20 +- pnpm-lock.yaml | 614 +++++++++++++++++++++++-------------------------- 2 files changed, 302 insertions(+), 332 deletions(-) diff --git a/package.json b/package.json index 7b71c6a4..4f5099af 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "@codemirror/language-data": "6.3.1", "@codemirror/state": "6.2.1", "@codemirror/theme-one-dark": "6.1.2", - "@codemirror/view": "6.18.0", - "@crossbell/connect-kit": "1.5.13", + "@codemirror/view": "6.18.1", + "@crossbell/connect-kit": "1.5.14", "@crossbell/contract": "1.5.13", "@crossbell/indexer": "1.5.13", "@crossbell/notification": "1.5.13", @@ -80,7 +80,7 @@ "fast-deep-equal": "3.1.3", "hast-util-from-html": "2.0.1", "hast-util-to-html": "8.0.4", - "i18next": "23.5.0", + "i18next": "23.5.1", "i18next-resources-to-backend": "1.1.4", "immer": "10.0.2", "ioredis": "5.3.2", @@ -89,7 +89,7 @@ "jsdom": "22.1.0", "jsonfeed-to-rss": "3.0.7", "katex": "0.16.8", - "langchain": "0.0.145", + "langchain": "0.0.146", "lottie-react": "2.4.0", "mdast-util-to-hast": "12.3.0", "mdast-util-toc": "7.0.0", @@ -102,7 +102,7 @@ "open-graph-scraper": "^6.2.2", "pangu": "4.0.7", "path-to-regexp": "6.2.1", - "pinyin-pro": "3.16.4", + "pinyin-pro": "3.16.6", "plaiceholder": "3.0.0", "prismjs": "1.29.0", "qier-progress": "1.0.4", @@ -113,7 +113,7 @@ "react-hook-form": "7.46.1", "react-hot-toast": "2.4.1", "react-i18next": "13.2.2", - "react-parallax-tilt": "1.7.164", + "react-parallax-tilt": "1.7.166", "react-popper": "2.3.0", "react-sortablejs": "6.1.4", "react-string-replace": "1.1.1", @@ -152,7 +152,7 @@ "unist-builder": "4.0.0", "unist-util-visit": "5.0.0", "uuid": "9.0.0", - "viem": "1.10.4", + "viem": "1.10.9", "wagmi": "1.4.1", "zustand": "4.4.1" }, @@ -169,7 +169,7 @@ "@types/katex": "0.16.2", "@types/mdast": "4.0.0", "@types/mjml": "4.7.1", - "@types/node": "20.5.9", + "@types/node": "20.6.0", "@types/pangu": "4.0.0", "@types/prismjs": "1.26.0", "@types/react": "18.2.21", @@ -182,10 +182,10 @@ "@types/uuid": "9.0.3", "autoprefixer": "10.4.15", "babel-loader": "9.1.3", - "cspell": "7.3.2", + "cspell": "7.3.5", "esbuild": "0.19.2", "esbuild-register": "3.4.2", - "eslint": "8.48.0", + "eslint": "8.49.0", "eslint-config-next": "13.4.19", "eslint-plugin-import": "2.28.1", "eslint-plugin-react": "7.33.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 92a2c708..7e2aaf47 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ dependencies: version: 0.2.3(react-dom@18.2.0)(react@18.2.0) '@codemirror/autocomplete': specifier: ^6.9.0 - version: 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + version: 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/commands': specifier: 6.2.5 version: 6.2.5 @@ -22,7 +22,7 @@ dependencies: version: 6.9.0 '@codemirror/language-data': specifier: 6.3.1 - version: 6.3.1(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + version: 6.3.1(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/state': specifier: 6.2.1 version: 6.2.1 @@ -30,11 +30,11 @@ dependencies: specifier: 6.1.2 version: 6.1.2 '@codemirror/view': - specifier: 6.18.0 - version: 6.18.0 + specifier: 6.18.1 + version: 6.18.1 '@crossbell/connect-kit': - specifier: 1.5.13 - version: 1.5.13(@tanstack/react-query@4.35.0)(@types/react@18.2.21)(@wagmi/core@1.4.1)(react-dom@18.2.0)(typescript@5.2.2)(wagmi@1.4.1)(zod@3.22.2) + specifier: 1.5.14 + version: 1.5.14(@tanstack/react-query@4.35.0)(@types/react@18.2.21)(@wagmi/core@1.4.1)(react-dom@18.2.0)(typescript@5.2.2)(wagmi@1.4.1)(zod@3.22.2) '@crossbell/contract': specifier: 1.5.13 version: 1.5.13(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(zod@3.22.2) @@ -88,7 +88,7 @@ dependencies: version: 6.0.20(@mantine/core@6.0.20)(@mantine/hooks@6.0.20)(dayjs@1.11.9)(react@18.2.0) '@monaco-editor/react': specifier: 4.5.2 - version: 4.5.2(monaco-editor@0.41.0)(react-dom@18.2.0)(react@18.2.0) + version: 4.5.2(monaco-editor@0.43.0)(react-dom@18.2.0)(react@18.2.0) '@popperjs/core': specifier: 2.11.8 version: 2.11.8 @@ -106,7 +106,7 @@ dependencies: version: 4.35.0(@tanstack/react-query@4.35.0)(react-dom@18.2.0)(react@18.2.0) '@uiw/codemirror-extensions-events': specifier: 4.21.13 - version: 4.21.13(@codemirror/view@6.18.0) + version: 4.21.13(@codemirror/view@6.18.1) '@urql/core': specifier: 4.1.2 version: 4.1.2 @@ -156,8 +156,8 @@ dependencies: specifier: 8.0.4 version: 8.0.4 i18next: - specifier: 23.5.0 - version: 23.5.0 + specifier: 23.5.1 + version: 23.5.1 i18next-resources-to-backend: specifier: 1.1.4 version: 1.1.4 @@ -183,8 +183,8 @@ dependencies: specifier: 0.16.8 version: 0.16.8 langchain: - specifier: 0.0.145 - version: 0.0.145(cheerio@1.0.0-rc.12)(ioredis@5.3.2)(jsdom@22.1.0) + specifier: 0.0.146 + version: 0.0.146(cheerio@1.0.0-rc.12)(ioredis@5.3.2)(jsdom@22.1.0) lottie-react: specifier: 2.4.0 version: 2.4.0(react-dom@18.2.0)(react@18.2.0) @@ -205,7 +205,7 @@ dependencies: version: 4.0.2 next: specifier: 13.4.12 - version: 13.4.12(@babel/core@7.22.15)(react-dom@18.2.0)(react@18.2.0) + version: 13.4.12(@babel/core@7.22.17)(react-dom@18.2.0)(react@18.2.0) next-themes: specifier: 0.2.1 version: 0.2.1(next@13.4.12)(react-dom@18.2.0)(react@18.2.0) @@ -222,8 +222,8 @@ dependencies: specifier: 6.2.1 version: 6.2.1 pinyin-pro: - specifier: 3.16.4 - version: 3.16.4 + specifier: 3.16.6 + version: 3.16.6 plaiceholder: specifier: 3.0.0 version: 3.0.0(sharp@0.32.5) @@ -253,10 +253,10 @@ dependencies: version: 2.4.1(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0) react-i18next: specifier: 13.2.2 - version: 13.2.2(i18next@23.5.0)(react-dom@18.2.0)(react@18.2.0) + version: 13.2.2(i18next@23.5.1)(react-dom@18.2.0)(react@18.2.0) react-parallax-tilt: - specifier: 1.7.164 - version: 1.7.164(react-dom@18.2.0)(react@18.2.0) + specifier: 1.7.166 + version: 1.7.166(react-dom@18.2.0)(react@18.2.0) react-popper: specifier: 2.3.0 version: 2.3.0(@popperjs/core@2.11.8)(react-dom@18.2.0)(react@18.2.0) @@ -372,11 +372,11 @@ dependencies: specifier: 9.0.0 version: 9.0.0 viem: - specifier: 1.10.4 - version: 1.10.4(typescript@5.2.2)(zod@3.22.2) + specifier: 1.10.9 + version: 1.10.9(typescript@5.2.2)(zod@3.22.2) wagmi: specifier: 1.4.1 - version: 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2) + version: 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2) zustand: specifier: 4.4.1 version: 4.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0) @@ -419,8 +419,8 @@ devDependencies: specifier: 4.7.1 version: 4.7.1 '@types/node': - specifier: 20.5.9 - version: 20.5.9 + specifier: 20.6.0 + version: 20.6.0 '@types/pangu': specifier: 4.0.0 version: 4.0.0 @@ -456,10 +456,10 @@ devDependencies: version: 10.4.15(postcss@8.4.29) babel-loader: specifier: 9.1.3 - version: 9.1.3(@babel/core@7.22.15)(webpack@5.88.2) + version: 9.1.3(@babel/core@7.22.17)(webpack@5.88.2) cspell: - specifier: 7.3.2 - version: 7.3.2 + specifier: 7.3.5 + version: 7.3.5 esbuild: specifier: 0.19.2 version: 0.19.2 @@ -467,20 +467,20 @@ devDependencies: specifier: 3.4.2 version: 3.4.2(esbuild@0.19.2) eslint: - specifier: 8.48.0 - version: 8.48.0 + specifier: 8.49.0 + version: 8.49.0 eslint-config-next: specifier: 13.4.19 - version: 13.4.19(eslint@8.48.0)(typescript@5.2.2) + version: 13.4.19(eslint@8.49.0)(typescript@5.2.2) eslint-plugin-import: specifier: 2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + version: 2.28.1(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) eslint-plugin-react: specifier: 7.33.2 - version: 7.33.2(eslint@8.48.0) + version: 7.33.2(eslint@8.49.0) eslint-plugin-unused-imports: specifier: 3.0.0 - version: 3.0.0(eslint@8.48.0) + version: 3.0.0(eslint@8.49.0) husky: specifier: 8.0.3 version: 8.0.3 @@ -546,7 +546,7 @@ packages: /@anthropic-ai/sdk@0.6.2: resolution: {integrity: sha512-fB9PUj9RFT+XjkL+E9Ol864ZIJi+1P8WnbHspN3N3/GK2uSzjd0cbVIKTGgf4v3N8MwaQu+UWnU7C4BG/fap/g==} dependencies: - '@types/node': 18.17.14 + '@types/node': 18.17.15 '@types/node-fetch': 2.6.4 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -576,20 +576,20 @@ packages: resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} engines: {node: '>=6.9.0'} - /@babel/core@7.22.15: - resolution: {integrity: sha512-PtZqMmgRrvj8ruoEOIwVA3yoF91O+Hgw9o7DAUTNBA6Mo2jpu31clx9a7Nz/9JznqetTR6zwfC4L3LAjKQXUwA==} + /@babel/core@7.22.17: + resolution: {integrity: sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.13 '@babel/generator': 7.22.15 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.22.15) + '@babel/helper-module-transforms': 7.22.17(@babel/core@7.22.17) '@babel/helpers': 7.22.15 '@babel/parser': 7.22.16 '@babel/template': 7.22.15 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 + '@babel/traverse': 7.22.17 + '@babel/types': 7.22.17 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -621,7 +621,7 @@ packages: resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.22.17 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 jsesc: 2.5.2 @@ -657,15 +657,15 @@ packages: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.22.17 - /@babel/helper-module-transforms@7.22.15(@babel/core@7.22.15): - resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==} + /@babel/helper-module-transforms@7.22.17(@babel/core@7.22.17): + resolution: {integrity: sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.22.17 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -676,7 +676,7 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.22.17 /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} @@ -705,8 +705,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.22.15 - '@babel/types': 7.22.15 + '@babel/traverse': 7.22.17 + '@babel/types': 7.22.17 transitivePeerDependencies: - supports-color @@ -738,7 +738,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.15 + '@babel/types': 7.22.17 /@babel/runtime@7.22.10: resolution: {integrity: sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==} @@ -759,7 +759,7 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@babel/parser': 7.22.16 - '@babel/types': 7.22.15 + '@babel/types': 7.22.17 /@babel/template@7.22.5: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} @@ -787,8 +787,8 @@ packages: - supports-color dev: true - /@babel/traverse@7.22.15: - resolution: {integrity: sha512-DdHPwvJY0sEeN4xJU5uRLmZjgMMDIvMPniLuYzUVXj/GGzysPl0/fwt44JBkyUIzGJPV8QgHMcQdQ34XFuKTYQ==} + /@babel/traverse@7.22.17: + resolution: {integrity: sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 @@ -798,7 +798,7 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.22.16 - '@babel/types': 7.22.15 + '@babel/types': 7.22.17 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -820,8 +820,8 @@ packages: '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 - /@babel/types@7.22.15: - resolution: {integrity: sha512-X+NLXr0N8XXmN5ZsaQdm9U2SSC3UbIYq/doL++sueHOTisgZHoKaQtZxGuV2cUPQHMfjKEfg/g6oy7Hm6SKFtA==} + /@babel/types@7.22.17: + resolution: {integrity: sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.22.5 @@ -851,7 +851,7 @@ packages: existy: 1.0.1 dev: false - /@codemirror/autocomplete@6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4): + /@codemirror/autocomplete@6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4): resolution: {integrity: sha512-Fbwm0V/Wn3BkEJZRhr0hi5BhCo5a7eBL6LYaliPjOSwCyfOpnjXY59HruSxOUNV+1OYer0Tgx1zRNQttjXyDog==} peerDependencies: '@codemirror/language': ^6.0.0 @@ -861,7 +861,7 @@ packages: dependencies: '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 '@lezer/common': 1.0.4 dev: false @@ -870,7 +870,7 @@ packages: dependencies: '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 '@lezer/common': 1.0.4 dev: false @@ -892,10 +892,10 @@ packages: '@lezer/cpp': 1.1.0 dev: false - /@codemirror/lang-css@6.2.0(@codemirror/view@6.18.0): + /@codemirror/lang-css@6.2.0(@codemirror/view@6.18.1): resolution: {integrity: sha512-oyIdJM29AyRPM3+PPq1I2oIk8NpUfEN3kAM05XWDDs6o3gSneIKaVJifT2P+fqONLou2uIgXynFyMUDQvo/szA==} dependencies: - '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 '@lezer/common': 1.0.4 @@ -907,12 +907,12 @@ packages: /@codemirror/lang-html@6.4.5: resolution: {integrity: sha512-dUCSxkIw2G+chaUfw3Gfu5kkN83vJQN8gfQDp9iEHsIZluMJA0YJveT12zg/28BJx+uPsbQ6VimKCgx3oJrZxA==} dependencies: - '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) - '@codemirror/lang-css': 6.2.0(@codemirror/view@6.18.0) + '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.18.1) '@codemirror/lang-javascript': 6.1.9 '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 '@lezer/common': 1.0.4 '@lezer/css': 1.1.2 '@lezer/html': 1.3.4 @@ -928,11 +928,11 @@ packages: /@codemirror/lang-javascript@6.1.9: resolution: {integrity: sha512-z3jdkcqOEBT2txn2a87A0jSy6Te3679wg/U8QzMeftFt+4KA6QooMwfdFzJiuC3L6fXKfTXZcDocoaxMYfGz0w==} dependencies: - '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/language': 6.9.0 '@codemirror/lint': 6.2.2 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 '@lezer/common': 1.0.4 '@lezer/javascript': 1.4.3 dev: false @@ -944,10 +944,10 @@ packages: '@lezer/json': 1.0.0 dev: false - /@codemirror/lang-less@6.0.1(@codemirror/view@6.18.0): + /@codemirror/lang-less@6.0.1(@codemirror/view@6.18.1): resolution: {integrity: sha512-ABcsKBjLbyPZwPR5gePpc8jEKCQrFF4pby2WlMVdmJOOr7OWwwyz8DZonPx/cKDE00hfoSLc8F7yAcn/d6+rTQ==} dependencies: - '@codemirror/lang-css': 6.2.0(@codemirror/view@6.18.0) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.18.1) '@codemirror/language': 6.9.0 '@lezer/highlight': 1.1.6 '@lezer/lr': 1.3.6 @@ -958,11 +958,11 @@ packages: /@codemirror/lang-markdown@6.2.0: resolution: {integrity: sha512-deKegEQVzfBAcLPqsJEa+IxotqPVwWZi90UOEvQbfa01NTAw8jNinrykuYPTULGUj+gha0ZG2HBsn4s5d64Qrg==} dependencies: - '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/lang-html': 6.4.5 '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 '@lezer/common': 1.0.4 '@lezer/markdown': 1.0.3 dev: false @@ -977,10 +977,10 @@ packages: '@lezer/php': 1.0.1 dev: false - /@codemirror/lang-python@6.1.3(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4): + /@codemirror/lang-python@6.1.3(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4): resolution: {integrity: sha512-S9w2Jl74hFlD5nqtUMIaXAq9t5WlM0acCkyuQWUUSvZclk1sV+UfnpFiZzuZSG+hfEaOmxKR5UxY/Uxswn7EhQ==} dependencies: - '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/language': 6.9.0 '@lezer/python': 1.1.7 transitivePeerDependencies: @@ -996,10 +996,10 @@ packages: '@lezer/rust': 1.0.0 dev: false - /@codemirror/lang-sass@6.0.2(@codemirror/view@6.18.0): + /@codemirror/lang-sass@6.0.2(@codemirror/view@6.18.1): resolution: {integrity: sha512-l/bdzIABvnTo1nzdY6U+kPAC51czYQcOErfzQ9zSm9D8GmNPD0WTW8st/CJwBTPLO8jlrbyvlSEcN20dc4iL0Q==} dependencies: - '@codemirror/lang-css': 6.2.0(@codemirror/view@6.18.0) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.18.1) '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 '@lezer/common': 1.0.4 @@ -1008,10 +1008,10 @@ packages: - '@codemirror/view' dev: false - /@codemirror/lang-sql@6.5.0(@codemirror/view@6.18.0)(@lezer/common@1.0.4): + /@codemirror/lang-sql@6.5.0(@codemirror/view@6.18.1)(@lezer/common@1.0.4): resolution: {integrity: sha512-ztJ+5lk0yWf4E7sQQqsidPYJa0a/511Ln/IaI3A+fGv6z0SrGDG0Lu6SAehczcehrhgNwMhPlerJMeXw7vZs2g==} dependencies: - '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 '@lezer/highlight': 1.1.6 @@ -1040,10 +1040,10 @@ packages: '@lezer/lr': 1.3.6 dev: false - /@codemirror/lang-xml@6.0.2(@codemirror/view@6.18.0): + /@codemirror/lang-xml@6.0.2(@codemirror/view@6.18.1): resolution: {integrity: sha512-JQYZjHL2LAfpiZI2/qZ/qzDuSqmGKMwyApYmEUUCTxLM4MWS7sATUEfIguZQr9Zjx/7gcdnewb039smF6nC2zw==} dependencies: - '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + '@codemirror/autocomplete': 6.9.0(@codemirror/language@6.9.0)(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 '@lezer/common': 1.0.4 @@ -1052,26 +1052,26 @@ packages: - '@codemirror/view' dev: false - /@codemirror/language-data@6.3.1(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4): + /@codemirror/language-data@6.3.1(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4): resolution: {integrity: sha512-p6jhJmvhGe1TG1EGNhwH7nFWWFSTJ8NDKnB2fVx5g3t+PpO0+63R7GJNxjS0TmmH3cdMxZbzejsik+rlEh1EyQ==} dependencies: '@codemirror/lang-angular': 0.1.1 '@codemirror/lang-cpp': 6.0.2 - '@codemirror/lang-css': 6.2.0(@codemirror/view@6.18.0) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.18.1) '@codemirror/lang-html': 6.4.5 '@codemirror/lang-java': 6.0.1 '@codemirror/lang-javascript': 6.1.9 '@codemirror/lang-json': 6.0.1 - '@codemirror/lang-less': 6.0.1(@codemirror/view@6.18.0) + '@codemirror/lang-less': 6.0.1(@codemirror/view@6.18.1) '@codemirror/lang-markdown': 6.2.0 '@codemirror/lang-php': 6.0.1 - '@codemirror/lang-python': 6.1.3(@codemirror/state@6.2.1)(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + '@codemirror/lang-python': 6.1.3(@codemirror/state@6.2.1)(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/lang-rust': 6.0.1 - '@codemirror/lang-sass': 6.0.2(@codemirror/view@6.18.0) - '@codemirror/lang-sql': 6.5.0(@codemirror/view@6.18.0)(@lezer/common@1.0.4) + '@codemirror/lang-sass': 6.0.2(@codemirror/view@6.18.1) + '@codemirror/lang-sql': 6.5.0(@codemirror/view@6.18.1)(@lezer/common@1.0.4) '@codemirror/lang-vue': 0.1.1 '@codemirror/lang-wast': 6.0.1 - '@codemirror/lang-xml': 6.0.2(@codemirror/view@6.18.0) + '@codemirror/lang-xml': 6.0.2(@codemirror/view@6.18.1) '@codemirror/language': 6.9.0 '@codemirror/legacy-modes': 6.3.2 transitivePeerDependencies: @@ -1084,7 +1084,7 @@ packages: resolution: {integrity: sha512-nFu311/0ne/qGuGCL3oKuktBgzVOaxCHZPZv1tLSZkNjPYxxvkjSbzno3MlErG2tgw1Yw1yF8BxMCegeMXqpiw==} dependencies: '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 '@lezer/common': 1.0.4 '@lezer/highlight': 1.1.6 '@lezer/lr': 1.3.6 @@ -1101,7 +1101,7 @@ packages: resolution: {integrity: sha512-kHGuynBHjqinp1Bx25D2hgH8a6Fh1m9rSmZFzBVTqPIXDIcZ6j3VI67DY8USGYpGrjrJys9R52eLxtfERGNozg==} dependencies: '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 crelt: 1.0.6 dev: false @@ -1114,12 +1114,12 @@ packages: dependencies: '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 '@lezer/highlight': 1.1.6 dev: false - /@codemirror/view@6.18.0: - resolution: {integrity: sha512-T6q1yYAoU+gSWfJFR4ryvDQcyOqS+Mw5RCvh26y0KiNksOOLYhNvdB3BTyLz8vy4fKaYlzbAOyBU7OQPUGHzjQ==} + /@codemirror/view@6.18.1: + resolution: {integrity: sha512-xcsXcMkIMd7l3WZEWoc4ljteAiqzxb5gVerRxk5132p5cLix6rTydWTQjsj2oxORepfsrwy1fC4r20iMa9plrg==} dependencies: '@codemirror/state': 6.2.1 style-mod: 4.1.0 @@ -1154,8 +1154,8 @@ packages: - utf-8-validate dev: false - /@crossbell/connect-kit@1.5.13(@tanstack/react-query@4.35.0)(@types/react@18.2.21)(@wagmi/core@1.4.1)(react-dom@18.2.0)(typescript@5.2.2)(wagmi@1.4.1)(zod@3.22.2): - resolution: {integrity: sha512-xXZ1LNa6z0B7K75eCId9qtL6kRaRbieCxQN2Fd53FlQKRoiH5lYL/NvTxESk6gVEpTDwArdQWnU/ehWUrtXDcQ==} + /@crossbell/connect-kit@1.5.14(@tanstack/react-query@4.35.0)(@types/react@18.2.21)(@wagmi/core@1.4.1)(react-dom@18.2.0)(typescript@5.2.2)(wagmi@1.4.1)(zod@3.22.2): + resolution: {integrity: sha512-2SupeMJQODE6i1xbmAI293Y8RoR4F8lO+lta10DrpO0SS5HGj3/ZCTlHZPbqPVK7NsqkuM8ZtyOY5R72pgmWNg==} peerDependencies: '@tanstack/react-query': ^4 wagmi: ^1.0.0 @@ -1168,12 +1168,12 @@ packages: '@crossbell/util-hooks': 1.5.13(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(zod@3.22.2) '@crossbell/util-metadata': 1.5.13(typescript@5.2.2)(zod@3.22.2) '@emotion/react': 11.11.1(@types/react@18.2.21)(react@18.2.0) - '@mantine/core': 6.0.20(@emotion/react@11.11.1)(@mantine/hooks@6.0.19)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@mantine/hooks': 6.0.19(react@18.2.0) - '@mantine/notifications': 6.0.19(@mantine/core@6.0.20)(@mantine/hooks@6.0.19)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.20(@emotion/react@11.11.1)(@mantine/hooks@6.0.20)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@mantine/hooks': 6.0.20(react@18.2.0) + '@mantine/notifications': 6.0.20(@mantine/core@6.0.20)(@mantine/hooks@6.0.20)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query': 4.35.0(react-dom@18.2.0)(react@18.2.0) - '@wagmi/connectors': 3.1.1(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2) - '@web3modal/ethereum': 2.7.1(@wagmi/core@1.4.1)(viem@1.10.4) + '@wagmi/connectors': 3.1.1(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2) + '@web3modal/ethereum': 2.7.1(@wagmi/core@1.4.1)(viem@1.10.9) canvas-confetti: 1.6.0 check-password-strength: 2.0.7 classnames: 2.3.2 @@ -1189,8 +1189,8 @@ packages: react-google-recaptcha: 3.1.0(react@18.2.0) rxjs: 7.8.1 ts-essentials: 9.4.0(typescript@5.2.2) - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) - wagmi: 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) + wagmi: 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2) zustand: 4.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0) transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -1215,7 +1215,7 @@ packages: '@crossbell/util-hooks': 1.5.13(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(zod@3.22.2) crossbell: 1.6.4(typescript@5.2.2)(zod@3.22.2) react: 18.2.0 - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) transitivePeerDependencies: - bufferutil - react-dom @@ -1233,7 +1233,7 @@ packages: dayjs: 1.11.9 lodash.compact: 3.0.1 lru-cache: 10.0.1 - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) transitivePeerDependencies: - bufferutil - react @@ -1265,8 +1265,8 @@ packages: dayjs: 1.11.9 react: 18.2.0 react-intersection-observer: 9.5.2(react@18.2.0) - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) - wagmi: 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) + wagmi: 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2) zustand: 4.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' @@ -1297,7 +1297,7 @@ packages: react: 18.2.0 rxjs: 7.8.1 ts-essentials: 9.4.0(typescript@5.2.2) - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) zustand: 4.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' @@ -1371,15 +1371,15 @@ packages: - zod dev: false - /@cspell/cspell-bundled-dicts@7.3.2: - resolution: {integrity: sha512-mmb9gi2/jTj983ijgVsdsQ4FM5Bv/lKslgJt4jDUm6SOtQYW4geCJNl5/MbMzcMQUWSJouS0w4C55AyrJmq0iw==} + /@cspell/cspell-bundled-dicts@7.3.5: + resolution: {integrity: sha512-Iz1XdWEaCQsUdlqDVfHVQV/2okkqctXIHNhE97IFVGC7lBwUIwpDMTd/jBnOhazN8+4TPPo30Qi2M+ZAFzXJxQ==} engines: {node: '>=16'} dependencies: '@cspell/dict-ada': 4.0.2 '@cspell/dict-aws': 4.0.0 '@cspell/dict-bash': 4.1.1 - '@cspell/dict-companies': 3.0.21 - '@cspell/dict-cpp': 5.0.4 + '@cspell/dict-companies': 3.0.22 + '@cspell/dict-cpp': 5.0.5 '@cspell/dict-cryptocurrencies': 4.0.0 '@cspell/dict-csharp': 4.0.2 '@cspell/dict-css': 4.0.7 @@ -1406,17 +1406,17 @@ packages: '@cspell/dict-latex': 4.0.0 '@cspell/dict-lorem-ipsum': 4.0.0 '@cspell/dict-lua': 4.0.1 - '@cspell/dict-node': 4.0.2 + '@cspell/dict-node': 4.0.3 '@cspell/dict-npm': 5.0.8 '@cspell/dict-php': 4.0.2 '@cspell/dict-powershell': 5.0.2 '@cspell/dict-public-licenses': 2.0.3 - '@cspell/dict-python': 4.1.7 + '@cspell/dict-python': 4.1.8 '@cspell/dict-r': 2.0.1 '@cspell/dict-ruby': 5.0.0 '@cspell/dict-rust': 4.0.1 '@cspell/dict-scala': 5.0.0 - '@cspell/dict-software-terms': 3.2.2 + '@cspell/dict-software-terms': 3.2.3 '@cspell/dict-sql': 2.1.1 '@cspell/dict-svelte': 1.0.2 '@cspell/dict-swift': 2.0.1 @@ -1424,32 +1424,32 @@ packages: '@cspell/dict-vue': 3.0.0 dev: true - /@cspell/cspell-json-reporter@7.3.2: - resolution: {integrity: sha512-5j1CX2OXkQGO3ljMBzfHjDzEiixodjfxVGR3VKkQX1vxTUMTIkPgt4BsgOVCQtqTiO21Dd2Bzn+H0/Jf4OL37g==} + /@cspell/cspell-json-reporter@7.3.5: + resolution: {integrity: sha512-VDDKwyFPOBaa36+f8utOFEMsGW8D66bQG3etB/DEir5BdhRcDrxXmCzkztv1x2nn6vayxE6gGY52ImjuxjJ9rQ==} engines: {node: '>=16'} dependencies: - '@cspell/cspell-types': 7.3.2 + '@cspell/cspell-types': 7.3.5 dev: true - /@cspell/cspell-pipe@7.3.2: - resolution: {integrity: sha512-ZKOkb6IxuEXRXtjVAlZ41+4SXhyiGqrQ3FW16iZlCbM9Mp9WJAw2MOVh6wvpXmfKcM5/3jK1A4rFylB7b0QBHw==} + /@cspell/cspell-pipe@7.3.5: + resolution: {integrity: sha512-QC6wtMAmpXUdFj1GvHD4+blOQkEGBmKnF0mPtOq6dh5wIZiQsNw7iAOQlBL+uAO3sG+kPQzjNFRCUch8n6CI9A==} engines: {node: '>=16'} dev: true - /@cspell/cspell-resolver@7.3.2: - resolution: {integrity: sha512-3gvZPlYLkjuPezF2VyCVurEJiJnb3sbr32Jp3MfvpO7x026RXMbetkdH87MKoiSAThxSiyG+qi/jvUeDYY/Wtg==} + /@cspell/cspell-resolver@7.3.5: + resolution: {integrity: sha512-8hLcTEPcTt9K/zcIZINLmtwanc3i2eZhM4Qxctajaz8m0/8suBjQHRjwLwC2nlFbDHXmm644RcPYEY3pgqB0/w==} engines: {node: '>=16'} dependencies: global-dirs: 3.0.1 dev: true - /@cspell/cspell-service-bus@7.3.2: - resolution: {integrity: sha512-i2sPnUSsFJXc5afijbUsUtv1YEXyO8EbJbXV0kdE6KVu7I0CSMV8jprJaG3X1m5HE6lGftNcpLKLHjSlFOFvsA==} + /@cspell/cspell-service-bus@7.3.5: + resolution: {integrity: sha512-YJcVlHEQZNe0juM37S/ZedWnl6mAnF4D86BFLXBEDA3XKON7bF13FQvBqYuduiDS5VpQ47fNDuKfACHPJBshKA==} engines: {node: '>=16'} dev: true - /@cspell/cspell-types@7.3.2: - resolution: {integrity: sha512-2lvRUfIgH9TvqGEDpuukuD6J84XPP8KFxR/qphtPZAzwg9SEpiagdN79eFlPe4ZI2xHNvwEsPDJUxuvxXu15wQ==} + /@cspell/cspell-types@7.3.5: + resolution: {integrity: sha512-KXoe6pJQKSqXTp0JEdFBh2NHtwzXBu68AULyQfGbDiBf8kbT8XaeboPObt0DOpJMeEIgDgzE3uK7kVwhgBdsEw==} engines: {node: '>=16'} dev: true @@ -1465,12 +1465,12 @@ packages: resolution: {integrity: sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==} dev: true - /@cspell/dict-companies@3.0.21: - resolution: {integrity: sha512-u9b7qtCWYS728WqiJeAucJcjRs16Y1yGGwagS/w59SV25R0rXbXbPbQuX8wYDcaeIO8uRHGkbSWngx6O4qFoCQ==} + /@cspell/dict-companies@3.0.22: + resolution: {integrity: sha512-hUN4polifWv1IIXb4NDNXctr/smJ7/1IrOy0rU6fOwPCY/u9DkQO+xeASzuFJasvs6v0Pub/y+NUQLaeXNRW6g==} dev: true - /@cspell/dict-cpp@5.0.4: - resolution: {integrity: sha512-Vmz/CCb2d91ES5juaO8+CFWeTa2AFsbpR8bkCPJq+P8cRP16+37tY0zNXEBSK/1ur4MakaRf76jeQBijpZxw0Q==} + /@cspell/dict-cpp@5.0.5: + resolution: {integrity: sha512-ojCpQ4z+sHHLJYfvA3SApqQ1BjO/k3TUdDgqR3sVhFl5qjT9yz1/srBNzqCaBBSz/fiO5A8NKdSA9+IFrUHcig==} dev: true /@cspell/dict-cryptocurrencies@4.0.0: @@ -1581,8 +1581,8 @@ packages: resolution: {integrity: sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==} dev: true - /@cspell/dict-node@4.0.2: - resolution: {integrity: sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==} + /@cspell/dict-node@4.0.3: + resolution: {integrity: sha512-sFlUNI5kOogy49KtPg8SMQYirDGIAoKBO3+cDLIwD4MLdsWy1q0upc7pzGht3mrjuyMiPRUV14Bb0rkVLrxOhg==} dev: true /@cspell/dict-npm@5.0.8: @@ -1601,8 +1601,8 @@ packages: resolution: {integrity: sha512-JSLEdpEYufQ1H+93UHi+axlqQm1fhgK6kpdLHp6uPHu//CsvETcqNVawjB+qOdI/g38JTMw5fBqSd0aGNxa6Dw==} dev: true - /@cspell/dict-python@4.1.7: - resolution: {integrity: sha512-8GkO7/w1QEpu4Y1GTHGYHrwfc/ZdiBRw7D/BGYCIiOoQPLi0YxMke7wzRC3j246yrzLt28ntDBjr4fB3+uFZtQ==} + /@cspell/dict-python@4.1.8: + resolution: {integrity: sha512-yFrO9gGI3KIbw0Y1odAEtagrzmthjJVank9B7qlsSQvN78RgD1JQQycTadNWpzdjCj+JuiiH8pJBFWflweZoxw==} dependencies: '@cspell/dict-data-science': 1.0.11 dev: true @@ -1623,8 +1623,8 @@ packages: resolution: {integrity: sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==} dev: true - /@cspell/dict-software-terms@3.2.2: - resolution: {integrity: sha512-DmdS/qAyJVmKKku4ab89HVZhsvRIk84HoPUVIZ/zJhmuCO+LF45Ylzy1/7G32MYLjbG/o1Ze3UvbaE9HY4FKKA==} + /@cspell/dict-software-terms@3.2.3: + resolution: {integrity: sha512-L1Fjkt+Q5MnjEOGPXQxdT4+8ieDBcaHSjh1gHzxdqFXTOnnfvsLUa5ykuv/fG06b/G/yget1066ftKosMaPcXA==} dev: true /@cspell/dict-sql@2.1.1: @@ -1647,15 +1647,15 @@ packages: resolution: {integrity: sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==} dev: true - /@cspell/dynamic-import@7.3.2: - resolution: {integrity: sha512-G2ZBPC08X3lUQmHRobGdFYxb3oTSuSIfpW1P/oTMovqbuVoQh108W2WXv0Va40LVGkQD9OS31ZafHbcLELANeA==} + /@cspell/dynamic-import@7.3.5: + resolution: {integrity: sha512-eoTny1xV4vGlVWNl9HTiMcZtcZ2f+esNJ3XxytyZoFsQynlevut5U8X1B5SeEVoed5UmXMhYnqM92Qr2t/8tZQ==} engines: {node: '>=16'} dependencies: import-meta-resolve: 3.0.0 dev: true - /@cspell/strong-weak-map@7.3.2: - resolution: {integrity: sha512-Y2JL8A/CG37NnreVtU3DhvcOuYWNEAKUmOSU9NfBeOoptWwTMBvbNF5UbOpmZrf2BXc8OmdHIogIWHXYIESiyg==} + /@cspell/strong-weak-map@7.3.5: + resolution: {integrity: sha512-Wu9S+DbaYb5L9A28oBmBOJN0j14Y+umh70kGfUJ1zWdvqfk/33YLGKdDIbTt5GhjLP4O9cmU+RXk5S9x1lJg8A==} engines: {node: '>=16'} dev: true @@ -1664,7 +1664,7 @@ packages: dependencies: '@codemirror/language': 6.9.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 '@lezer/highlight': 1.1.6 dev: false @@ -1973,18 +1973,18 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.48.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.49.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.48.0 + eslint: 8.49.0 eslint-visitor-keys: 3.4.3 dev: true - /@eslint-community/regexpp@4.8.0: - resolution: {integrity: sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==} + /@eslint-community/regexpp@4.8.1: + resolution: {integrity: sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true @@ -2005,8 +2005,8 @@ packages: - supports-color dev: true - /@eslint/js@8.48.0: - resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} + /@eslint/js@8.49.0: + resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -2285,27 +2285,6 @@ packages: '@lit-labs/ssr-dom-shim': 1.1.1 dev: false - /@mantine/core@6.0.20(@emotion/react@11.11.1)(@mantine/hooks@6.0.19)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-v/51klCP3nRZIIv0tl8zvOHpksbEK6+AXr0PcQzLnV0KY9xEbV6mh6mEM/w6ygigXRMTQ3oSK85fX1JYg9xC6Q==} - peerDependencies: - '@mantine/hooks': 6.0.20 - 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.19(react@18.2.0) - '@mantine/styles': 6.0.20(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0) - '@mantine/utils': 6.0.20(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.6(@types/react@18.2.21)(react@18.2.0) - react-textarea-autosize: 8.3.4(@types/react@18.2.21)(react@18.2.0) - transitivePeerDependencies: - - '@emotion/react' - - '@types/react' - dev: false - /@mantine/core@6.0.20(@emotion/react@11.11.1)(@mantine/hooks@6.0.20)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-v/51klCP3nRZIIv0tl8zvOHpksbEK6+AXr0PcQzLnV0KY9xEbV6mh6mEM/w6ygigXRMTQ3oSK85fX1JYg9xC6Q==} peerDependencies: @@ -2342,14 +2321,6 @@ packages: react: 18.2.0 dev: false - /@mantine/hooks@6.0.19(react@18.2.0): - resolution: {integrity: sha512-YkmuB6kmoenU1PVuE8tLBA+6RJIY9hIsGyIQG1yuPAy6SLWNFT8g2T9YvI/psqsUbVIYGaNEXg8zq42xbxnD8Q==} - peerDependencies: - react: '>=16.8.0' - dependencies: - react: 18.2.0 - dev: false - /@mantine/hooks@6.0.20(react@18.2.0): resolution: {integrity: sha512-Sys2qr6KwyNjAWgzm94F9rGG94l709G69pO3iofQXwzKX/fZushk1NMIt5g9De9F+qXm+67wa0DpA0QWLNLxlg==} peerDependencies: @@ -2358,17 +2329,17 @@ packages: react: 18.2.0 dev: false - /@mantine/notifications@6.0.19(@mantine/core@6.0.20)(@mantine/hooks@6.0.19)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Cr2y8g2nM8bUAP+JYcKdT+a3d+1awUd40EMrDMwb+yUXUSt1amZerYQ7qRuezqvBgiViy/HGnM4WfeF3sfWJRQ==} + /@mantine/notifications@6.0.20(@mantine/core@6.0.20)(@mantine/hooks@6.0.20)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-cEBmuu5G3Pz1dUBtFTfcT56jK8QGd87/TQKpYn4vtiEnwSqVAJ+KwIv30CBl8z1T9/LGDpNhcFtho8H2tkGOxQ==} peerDependencies: - '@mantine/core': 6.0.19 - '@mantine/hooks': 6.0.19 + '@mantine/core': 6.0.20 + '@mantine/hooks': 6.0.20 react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.20(@emotion/react@11.11.1)(@mantine/hooks@6.0.19)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@mantine/hooks': 6.0.19(react@18.2.0) - '@mantine/utils': 6.0.19(react@18.2.0) + '@mantine/core': 6.0.20(@emotion/react@11.11.1)(@mantine/hooks@6.0.20)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@mantine/hooks': 6.0.20(react@18.2.0) + '@mantine/utils': 6.0.20(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-transition-group: 4.4.2(react-dom@18.2.0)(react@18.2.0) @@ -2388,14 +2359,6 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@mantine/utils@6.0.19(react@18.2.0): - resolution: {integrity: sha512-duvtnaW1gDR2gnvUqnWhl6DMW7sN0HEWqS8Z/BbwaMi75U+Xp17Q72R9JtiIrxQbzsq+KvH9L9B/pxMVwbLirg==} - peerDependencies: - react: '>=16.8.0' - dependencies: - react: 18.2.0 - dev: false - /@mantine/utils@6.0.20(react@18.2.0): resolution: {integrity: sha512-9vsSskPtFyfPW2DOad6brLl9x4MnZtlyhszyoZOyMgXf/vdQbThKhL6PpqUbmlalwQpnCObbkEwVydugeh2dyQ==} peerDependencies: @@ -2427,24 +2390,24 @@ packages: - supports-color dev: false - /@monaco-editor/loader@1.3.3(monaco-editor@0.41.0): + /@monaco-editor/loader@1.3.3(monaco-editor@0.43.0): resolution: {integrity: sha512-6KKF4CTzcJiS8BJwtxtfyYt9shBiEv32ateQ9T4UVogwn4HM/uPo9iJd2Dmbkpz8CM6Y0PDUpjnZzCwC+eYo2Q==} peerDependencies: monaco-editor: '>= 0.21.0 < 1' dependencies: - monaco-editor: 0.41.0 + monaco-editor: 0.43.0 state-local: 1.0.7 dev: false - /@monaco-editor/react@4.5.2(monaco-editor@0.41.0)(react-dom@18.2.0)(react@18.2.0): + /@monaco-editor/react@4.5.2(monaco-editor@0.43.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-emcWu6vg1OpXPiYll4aPOaXe8bwYB4UaaNTwtArFLgMoNGBzRZb2Xn0Bra2HMIFM7QLgs7fCGunHO5LkfT2LBA==} peerDependencies: monaco-editor: '>= 0.25.0 < 1' react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@monaco-editor/loader': 1.3.3(monaco-editor@0.41.0) - monaco-editor: 0.41.0 + '@monaco-editor/loader': 1.3.3(monaco-editor@0.43.0) + monaco-editor: 0.43.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -2811,7 +2774,7 @@ packages: resolution: {integrity: sha512-gYw0ki/EAuV1oSyMxpqandHjnthZjYYy+YWpTAzf8BqfXM3ItcZLpjxfg+3+mXW8HIO+3jw6T9iiqEXsqHaMMw==} dependencies: '@safe-global/safe-gateway-typescript-sdk': 3.10.0 - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) transitivePeerDependencies: - bufferutil - encoding @@ -2824,7 +2787,7 @@ packages: resolution: {integrity: sha512-XJbEPuaVc7b9n23MqlF6c+ToYIS3f7P2Sel8f3cSBQ9WORE4xrSuvhMpK9fDSFqJ7by/brc+rmJR/5HViRr0/w==} dependencies: '@safe-global/safe-gateway-typescript-sdk': 3.10.0 - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) transitivePeerDependencies: - bufferutil - encoding @@ -3135,7 +3098,7 @@ packages: /@types/connect@3.4.36: resolution: {integrity: sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.6.0 dev: false /@types/cookie@0.5.2: @@ -3248,7 +3211,7 @@ packages: /@types/node-fetch@2.6.4: resolution: {integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.6.0 form-data: 3.0.1 dev: false @@ -3256,12 +3219,16 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: false - /@types/node@18.17.14: - resolution: {integrity: sha512-ZE/5aB73CyGqgQULkLG87N9GnyGe5TcQjv34pwS8tfBs1IkCh0ASM69mydb2znqd6v0eX+9Ytvk6oQRqu8T1Vw==} + /@types/node@18.17.15: + resolution: {integrity: sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==} dev: false /@types/node@20.5.9: resolution: {integrity: sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ==} + dev: true + + /@types/node@20.6.0: + resolution: {integrity: sha512-najjVq5KN2vsH2U/xyh2opaSEz6cZMR2SetLIlxlj08nOcmPOemJmUK2o4kUzfLqfrWE0PIrNeE16XhYDd3nqg==} /@types/pangu@4.0.0: resolution: {integrity: sha512-da3b6P7QDH41VdfF2xRE8/KgL06nX3RawfiIMAvJ/sYzLWQCQtxc+B3qWVtrIlrNlSgV/e1oG2SZYUpN6gvmhQ==} @@ -3346,16 +3313,16 @@ packages: /@types/ws@7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.6.0 dev: false /@types/ws@8.5.5: resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==} dependencies: - '@types/node': 20.5.9 + '@types/node': 20.6.0 dev: false - /@typescript-eslint/parser@6.4.0(eslint@8.48.0)(typescript@5.2.2): + /@typescript-eslint/parser@6.4.0(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -3370,7 +3337,7 @@ packages: '@typescript-eslint/typescript-estree': 6.4.0(typescript@5.2.2) '@typescript-eslint/visitor-keys': 6.4.0 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.49.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color @@ -3418,12 +3385,12 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@uiw/codemirror-extensions-events@4.21.13(@codemirror/view@6.18.0): + /@uiw/codemirror-extensions-events@4.21.13(@codemirror/view@6.18.1): resolution: {integrity: sha512-dTXBb6o0CtSoBywhvM5bzXp1NzYvnv+ngpYIEjbhL2h0ZBNNjhxc8bnCAKeZ/+xCbK1jouiLCZdfaAliL78u6w==} peerDependencies: '@codemirror/view': '>=6.0.0' dependencies: - '@codemirror/view': 6.18.0 + '@codemirror/view': 6.18.1 dev: false /@ungap/structured-clone@1.2.0: @@ -3439,7 +3406,7 @@ packages: - graphql dev: false - /@wagmi/connectors@3.1.1(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2): + /@wagmi/connectors@3.1.1(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2): resolution: {integrity: sha512-ewOV40AlrXcX018qckU0V9OCsDgHhs+KZjQJZhlplqRtc2ijjS62B5kcypXkcTtfU5qXUBA9KEwPsSTxGdT4ag==} peerDependencies: typescript: '>=5.0.4' @@ -3459,7 +3426,7 @@ packages: abitype: 0.8.7(typescript@5.2.2)(zod@3.22.2) eventemitter3: 4.0.7 typescript: 5.2.2 - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) transitivePeerDependencies: - '@react-native-async-storage/async-storage' - bufferutil @@ -3471,7 +3438,7 @@ packages: - zod dev: false - /@wagmi/core@1.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2): + /@wagmi/core@1.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2): resolution: {integrity: sha512-b6LDFL0vZSCNcIHjnJzv++hakavTTt1/2WEQg2S5eEnaHTp7UoQlwfCyjKeiBhRih4yF34N06ea8cyEVjyjXrw==} peerDependencies: typescript: '>=5.0.4' @@ -3480,11 +3447,11 @@ packages: typescript: optional: true dependencies: - '@wagmi/connectors': 3.1.1(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2) + '@wagmi/connectors': 3.1.1(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2) abitype: 0.8.7(typescript@5.2.2)(zod@3.22.2) eventemitter3: 4.0.7 typescript: 5.2.2 - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) zustand: 4.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0) transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -3872,14 +3839,14 @@ packages: tslib: 1.14.1 dev: false - /@web3modal/ethereum@2.7.1(@wagmi/core@1.4.1)(viem@1.10.4): + /@web3modal/ethereum@2.7.1(@wagmi/core@1.4.1)(viem@1.10.9): resolution: {integrity: sha512-1x3qhYh9qgtvw1MDQD4VeDf2ZOsVANKRPtUty4lF+N4L8xnAIwvNKUAMA4j6T5xSsjqUfq5Tdy5mYsNxLmsWMA==} peerDependencies: '@wagmi/core': '>=1' viem: '>=1' dependencies: - '@wagmi/core': 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2) - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + '@wagmi/core': 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) dev: false /@webassemblyjs/ast@1.11.6: @@ -4408,14 +4375,14 @@ packages: resolution: {integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==} dev: false - /babel-loader@9.1.3(@babel/core@7.22.15)(webpack@5.88.2): + /babel-loader@9.1.3(@babel/core@7.22.17)(webpack@5.88.2): resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.22.17 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.88.2(esbuild@0.19.2) @@ -4987,7 +4954,7 @@ packages: eip1193-types: 0.2.1 exponential-backoff: 3.1.1 p-limit: 3.1.0 - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) transitivePeerDependencies: - bufferutil - typescript @@ -5006,71 +4973,71 @@ packages: type-fest: 1.4.0 dev: true - /cspell-dictionary@7.3.2: - resolution: {integrity: sha512-hL8fOZ7zTkUuE6jq2CUObxUp0fSLsNQyMo+HAkpg0w6ssHvbgnP6HP8kyEN641L/F0X/Ow2vo3CaRBadvyyzCA==} + /cspell-dictionary@7.3.5: + resolution: {integrity: sha512-D+402fX5CAahY/R8pkE8ZlhGe8nWIYNaIcAQmu2OmebHQqnlNl25picISLtvbYxot7QNrpOQqKcqPlY7jirpxw==} engines: {node: '>=16'} dependencies: - '@cspell/cspell-pipe': 7.3.2 - '@cspell/cspell-types': 7.3.2 - cspell-trie-lib: 7.3.2 + '@cspell/cspell-pipe': 7.3.5 + '@cspell/cspell-types': 7.3.5 + cspell-trie-lib: 7.3.5 fast-equals: 4.0.3 gensequence: 5.0.2 dev: true - /cspell-gitignore@7.3.2: - resolution: {integrity: sha512-NWxxFcf4wwKbRInkZK/p/BrPR2ElCpcB8DLcrBxRkiI4uX7yCX8v5QjI8ZpTyuaUTl9aFqJFYtj9Q7GqkBnPzA==} + /cspell-gitignore@7.3.5: + resolution: {integrity: sha512-V5My7JMm4jWcFnLDmJ1RCnIvHHgkclCDG6zCzIN4rdYvk2A1ODqKE6e5yaCN8DyqQcVsJ4sBQfvptpmAflAjIw==} engines: {node: '>=16'} hasBin: true dependencies: - cspell-glob: 7.3.2 + cspell-glob: 7.3.5 find-up: 5.0.0 dev: true - /cspell-glob@7.3.2: - resolution: {integrity: sha512-R/YwtBN5ApOTONkBoTOSCKDMmnRRA1fF9prkaFMfE0aT5oC2VF0N7hLCSYjpQM+kYsXeqLDc13vxFBOnHRuc3g==} + /cspell-glob@7.3.5: + resolution: {integrity: sha512-ezM11DTv3HTGat6g9/fZMMS+Ufhr7+9QKptlGl8D4DBGtOGJ4Apg8qfIGaoMa261nXyVjxn87/I5yi1DrnuJ0w==} engines: {node: '>=16'} dependencies: micromatch: 4.0.5 dev: true - /cspell-grammar@7.3.2: - resolution: {integrity: sha512-ale40T4M0jHmwQsPjIbpZKzaRxMVy5dnpyvplwj7ExX4sp2Grt1wcqxk2ELS4r4bsaIap+iIfeYYhoXqYq1dQg==} + /cspell-grammar@7.3.5: + resolution: {integrity: sha512-MaIvNczGKzjbrtslAXwKl6cXX1074eSx+UnSOsTYfZgMQMfmN1e3uW2EhAasKz3Q8j/HFuOAXFxu3FMJOXRtug==} engines: {node: '>=16'} hasBin: true dependencies: - '@cspell/cspell-pipe': 7.3.2 - '@cspell/cspell-types': 7.3.2 + '@cspell/cspell-pipe': 7.3.5 + '@cspell/cspell-types': 7.3.5 dev: true - /cspell-io@7.3.2: - resolution: {integrity: sha512-nul6K4YUMe1VdxuJDDOMvWUw/hIS2UZkvJLDo5GkAus7YmGSR0knfDueU+hebYszRa0LxjrduuPNcNJE/ZWUFg==} + /cspell-io@7.3.5: + resolution: {integrity: sha512-h1YsSzhMkiqP2ZdDI0PGwy7Qgd2bFvCQbgtsU5PqLTOBxNc+HE3kKj58umSw9rf8wObAx69gt+p+a1Fa/Ol6Yw==} engines: {node: '>=16'} dependencies: - '@cspell/cspell-service-bus': 7.3.2 + '@cspell/cspell-service-bus': 7.3.5 node-fetch: 2.7.0 transitivePeerDependencies: - encoding dev: true - /cspell-lib@7.3.2: - resolution: {integrity: sha512-cbo0TSL2JnM/GdiutH193aynxdxSnxBR1DYJ1/8ycIWDU0p4AHO0EZ+5L5MkBFwpM20OicuXvLrAem9WjYVDBQ==} + /cspell-lib@7.3.5: + resolution: {integrity: sha512-3foZs/gZCxBIc3grMp/OWstgmB3q6sRHLt958vvNnArnJ9a8Yd+WP/NCezJNf8l3iGDjLt6x/KfDY9ZEoHbk4g==} engines: {node: '>=16'} dependencies: - '@cspell/cspell-bundled-dicts': 7.3.2 - '@cspell/cspell-pipe': 7.3.2 - '@cspell/cspell-resolver': 7.3.2 - '@cspell/cspell-types': 7.3.2 - '@cspell/dynamic-import': 7.3.2 - '@cspell/strong-weak-map': 7.3.2 + '@cspell/cspell-bundled-dicts': 7.3.5 + '@cspell/cspell-pipe': 7.3.5 + '@cspell/cspell-resolver': 7.3.5 + '@cspell/cspell-types': 7.3.5 + '@cspell/dynamic-import': 7.3.5 + '@cspell/strong-weak-map': 7.3.5 clear-module: 4.1.2 comment-json: 4.2.3 configstore: 6.0.0 cosmiconfig: 8.0.0 - cspell-dictionary: 7.3.2 - cspell-glob: 7.3.2 - cspell-grammar: 7.3.2 - cspell-io: 7.3.2 - cspell-trie-lib: 7.3.2 + cspell-dictionary: 7.3.5 + cspell-glob: 7.3.5 + cspell-grammar: 7.3.5 + cspell-io: 7.3.5 + cspell-trie-lib: 7.3.5 fast-equals: 5.0.1 find-up: 6.3.0 gensequence: 5.0.2 @@ -5082,31 +5049,31 @@ packages: - encoding dev: true - /cspell-trie-lib@7.3.2: - resolution: {integrity: sha512-IXNCWBw4UDZuY6MB+j7YNdcDpTdcfElsLkwTV8fEmNfUeClJacn2mQicQ/LKZJLvOc1TNbcSPWSCe3kQA+uxNw==} + /cspell-trie-lib@7.3.5: + resolution: {integrity: sha512-beEKTG2C1H0nbZLES+wIjpUhDxRYAQUdE5ERyVSJCLB7TKdYN4E6vmPzA5Z0Vh0DbMxTjRwlpWSLxLG8wQB2uw==} engines: {node: '>=16'} dependencies: - '@cspell/cspell-pipe': 7.3.2 - '@cspell/cspell-types': 7.3.2 + '@cspell/cspell-pipe': 7.3.5 + '@cspell/cspell-types': 7.3.5 gensequence: 5.0.2 dev: true - /cspell@7.3.2: - resolution: {integrity: sha512-/YY1C0CYBP+GueFon1BUgcDGc1YXDCyAIjuebvRygjt1cXwCklQVF5bZIGCrimgjzTrY+wx0ePgzuVQ9RyJnOQ==} + /cspell@7.3.5: + resolution: {integrity: sha512-5CcFqHpi5VoJUvdnmC1bhg2leHTaRlj+ARjt+c5clEgiK9FOv0StdlVKCY4V5R96JEBfnsc3SSaNnCu+6oWAVA==} engines: {node: '>=16'} hasBin: true dependencies: - '@cspell/cspell-json-reporter': 7.3.2 - '@cspell/cspell-pipe': 7.3.2 - '@cspell/cspell-types': 7.3.2 - '@cspell/dynamic-import': 7.3.2 + '@cspell/cspell-json-reporter': 7.3.5 + '@cspell/cspell-pipe': 7.3.5 + '@cspell/cspell-types': 7.3.5 + '@cspell/dynamic-import': 7.3.5 chalk: 5.3.0 chalk-template: 1.1.0 commander: 11.0.0 - cspell-gitignore: 7.3.2 - cspell-glob: 7.3.2 - cspell-io: 7.3.2 - cspell-lib: 7.3.2 + cspell-gitignore: 7.3.5 + cspell-glob: 7.3.5 + cspell-io: 7.3.5 + cspell-lib: 7.3.5 fast-glob: 3.3.1 fast-json-stable-stringify: 2.1.0 file-entry-cache: 6.0.1 @@ -5859,8 +5826,8 @@ packages: safe-array-concat: 1.0.0 dev: true - /es-module-lexer@1.3.0: - resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} + /es-module-lexer@1.3.1: + resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==} dev: true /es-set-tostringtag@2.0.1: @@ -5955,7 +5922,7 @@ packages: engines: {node: '>=12'} dev: false - /eslint-config-next@13.4.19(eslint@8.48.0)(typescript@5.2.2): + /eslint-config-next@13.4.19(eslint@8.49.0)(typescript@5.2.2): resolution: {integrity: sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 @@ -5966,14 +5933,14 @@ packages: dependencies: '@next/eslint-plugin-next': 13.4.19 '@rushstack/eslint-patch': 1.3.3 - '@typescript-eslint/parser': 6.4.0(eslint@8.48.0)(typescript@5.2.2) - eslint: 8.48.0 + '@typescript-eslint/parser': 6.4.0(eslint@8.49.0)(typescript@5.2.2) + eslint: 8.49.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.48.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.48.0) - eslint-plugin-react: 7.33.2(eslint@8.48.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.48.0) + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.49.0) + eslint-plugin-react: 7.33.2(eslint@8.49.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.49.0) typescript: 5.2.2 transitivePeerDependencies: - eslint-import-resolver-webpack @@ -5990,7 +5957,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.48.0): + /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0): resolution: {integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -5999,9 +5966,9 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.15.0 - eslint: 8.48.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + eslint: 8.49.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) fast-glob: 3.3.1 get-tsconfig: 4.7.0 is-core-module: 2.13.0 @@ -6013,7 +5980,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -6034,16 +6001,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.4.0(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.4.0(eslint@8.49.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.48.0 + eslint: 8.49.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.48.0) + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -6053,16 +6020,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.4.0(eslint@8.48.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.4.0(eslint@8.49.0)(typescript@5.2.2) array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.48.0 + eslint: 8.49.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.48.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -6078,7 +6045,7 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.48.0): + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.49.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -6093,7 +6060,7 @@ packages: axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.48.0 + eslint: 8.49.0 has: 1.0.3 jsx-ast-utils: 3.3.5 language-tags: 1.0.5 @@ -6103,16 +6070,16 @@ packages: semver: 6.3.1 dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.48.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.49.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.48.0 + eslint: 8.49.0 dev: true - /eslint-plugin-react@7.33.2(eslint@8.48.0): + /eslint-plugin-react@7.33.2(eslint@8.49.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} engines: {node: '>=4'} peerDependencies: @@ -6123,7 +6090,7 @@ packages: array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 es-iterator-helpers: 1.0.12 - eslint: 8.48.0 + eslint: 8.49.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 @@ -6137,7 +6104,7 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-unused-imports@3.0.0(eslint@8.48.0): + /eslint-plugin-unused-imports@3.0.0(eslint@8.49.0): resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6147,7 +6114,7 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - eslint: 8.48.0 + eslint: 8.49.0 eslint-rule-composer: 0.3.0 dev: true @@ -6177,15 +6144,15 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.48.0: - resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} + /eslint@8.49.0: + resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.48.0) - '@eslint-community/regexpp': 4.8.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) + '@eslint-community/regexpp': 4.8.1 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.48.0 + '@eslint/js': 8.49.0 '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -7145,8 +7112,8 @@ packages: '@babel/runtime': 7.22.10 dev: false - /i18next@23.5.0: - resolution: {integrity: sha512-SidadIY6yQfmgsDuP1kAGmLbADTGfb7dNCUbAccJ7cbIqKf0+92YNgTI8EWfhV57uX7h+h9Q4yrIMoC+o5Qu+w==} + /i18next@23.5.1: + resolution: {integrity: sha512-JelYzcaCoFDaa+Ysbfz2JsGAKkrHiMG6S61+HLBUEIPaF40WMwW9hCPymlQGrP+wWawKxKPuSuD71WZscCsWHg==} dependencies: '@babel/runtime': 7.22.15 dev: false @@ -7774,8 +7741,8 @@ packages: engines: {node: '>=6'} dev: false - /langchain@0.0.145(cheerio@1.0.0-rc.12)(ioredis@5.3.2)(jsdom@22.1.0): - resolution: {integrity: sha512-hgCYArkLgibyjka75muVwDlId2q8D+UPpqtr1XCJvZxU01bYagCKi22jDXiLpIdGTaDYbrAZpNENFphurXQ0Wg==} + /langchain@0.0.146(cheerio@1.0.0-rc.12)(ioredis@5.3.2)(jsdom@22.1.0): + resolution: {integrity: sha512-WPkvlYNBH1cqPH0/mcDzfNjht5VJSD7dJMHCjhagLneVD7v69yMiNNkrme+DKHOqnPBbNUHDmlXGLAnTs4gpDQ==} engines: {node: '>=18'} peerDependencies: '@aws-crypto/sha256-js': ^5.0.0 @@ -7832,7 +7799,7 @@ packages: ignore: ^5.2.0 ioredis: ^5.3.2 jsdom: '*' - llmonitor: ^0.5.4 + llmonitor: '*' mammoth: '*' mongodb: ^5.2.0 mysql2: ^3.3.3 @@ -7853,6 +7820,7 @@ packages: typesense: ^1.5.3 usearch: ^1.1.1 vectordb: ^0.1.4 + voy-search: 0.6.2 weaviate-ts-client: ^1.4.0 youtube-transcript: ^1.0.6 youtubei.js: ^5.8.0 @@ -8007,6 +7975,8 @@ packages: optional: true vectordb: optional: true + voy-search: + optional: true weaviate-ts-client: optional: true youtube-transcript: @@ -8028,10 +7998,10 @@ packages: jsdom: 22.1.0 jsonpointer: 5.0.1 langchainhub: 0.0.6 - langsmith: 0.0.33 + langsmith: 0.0.35 ml-distance: 4.0.1 object-hash: 3.0.0 - openai: 4.5.0 + openai: 4.4.0 openapi-types: 12.1.3 p-queue: 6.6.2 p-retry: 4.6.2 @@ -8047,8 +8017,8 @@ packages: resolution: {integrity: sha512-SW6105T+YP1cTe0yMf//7kyshCgvCTyFBMTgH2H3s9rTAR4e+78DA/BBrUL/Mt4Q5eMWui7iGuAYb3pgGsdQ9w==} dev: false - /langsmith@0.0.33: - resolution: {integrity: sha512-8dVBjJsuIwsnUFtA6OJ85k2wWzpka+LsF2EFzpzpF3yOHO/Ui7oeCMobyp6L7QcgWIBdRUIJY6sNSxAW0uAMHg==} + /langsmith@0.0.35: + resolution: {integrity: sha512-3EItwg4fPKE8xWl7TxbnjQgxiHT5WoffsvJYh06ml/otI7zrLoY1cZzdJJTN4bkiCRnPdd3uvV6UVjtZN9MMgA==} hasBin: true dependencies: '@types/uuid': 9.0.3 @@ -8886,8 +8856,8 @@ packages: num-sort: 2.1.0 dev: false - /monaco-editor@0.41.0: - resolution: {integrity: sha512-1o4olnZJsiLmv5pwLEAmzHTE/5geLKQ07BrGxlF4Ri/AXAc2yyDGZwHjiTqD8D/ROKUZmwMA28A+yEowLNOEcA==} + /monaco-editor@0.43.0: + resolution: {integrity: sha512-cnoqwQi/9fml2Szamv1XbSJieGJ1Dc8tENVMD26Kcfl7xGQWp7OBKMjlwKVGYFJ3/AXJjSOGvcqK7Ry/j9BM1Q==} dev: false /motion@10.16.2: @@ -8958,12 +8928,12 @@ packages: react: '*' react-dom: '*' dependencies: - next: 13.4.12(@babel/core@7.22.15)(react-dom@18.2.0)(react@18.2.0) + next: 13.4.12(@babel/core@7.22.17)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /next@13.4.12(@babel/core@7.22.15)(react-dom@18.2.0)(react@18.2.0): + /next@13.4.12(@babel/core@7.22.17)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-eHfnru9x6NRmTMcjQp6Nz0J4XH9OubmzOa7CkWL+AUrUxpibub3vWwttjduu9No16dug1kq04hiUUpo7J3m3Xw==} engines: {node: '>=16.8.0'} hasBin: true @@ -8988,7 +8958,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.22.15)(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.22.17)(react@18.2.0) watchpack: 2.4.0 zod: 3.21.4 optionalDependencies: @@ -9201,11 +9171,11 @@ packages: validator: 13.11.0 dev: false - /openai@4.5.0: - resolution: {integrity: sha512-9cA5i6KpEAeLV8nZrVgOXqRmUWUIu4FV2oRKvSIwrA7Z5aMd4sXVOaqWAuRDhFFewirxhys8D6R5B2Drj1pKIQ==} + /openai@4.4.0: + resolution: {integrity: sha512-JN0t628Kh95T0IrXl0HdBqnlJg+4Vq0Bnh55tio+dfCnyzHvMLiWyCM9m726MAJD2YkDU4/8RQB6rNbEq9ct2w==} hasBin: true dependencies: - '@types/node': 18.17.14 + '@types/node': 18.17.15 '@types/node-fetch': 2.6.4 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -9469,8 +9439,8 @@ packages: thread-stream: 0.15.2 dev: false - /pinyin-pro@3.16.4: - resolution: {integrity: sha512-NP1x+Z9OajEIjJzIs5gzp3DHiUln8SLIytoYspPFQ8Xd6NMBO2HHZuki1XgYzGS7qat4oRZlwnZ+hvCZwuldbg==} + /pinyin-pro@3.16.6: + resolution: {integrity: sha512-l4W4c/K49kj33P5JwpAHkkN/rlxeOwQ07bLhMg8kJVIsdxD3Cpa3aIBF1PKUPt3rxbebawmBoeR1x8VgZmFO5w==} dev: false /pirates@4.0.6: @@ -9880,7 +9850,7 @@ packages: - csstype dev: false - /react-i18next@13.2.2(i18next@23.5.0)(react-dom@18.2.0)(react@18.2.0): + /react-i18next@13.2.2(i18next@23.5.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-+nFUkbRByFwnrfDcYqvzBuaeZb+nACHx+fAWN/pZMddWOCJH5hoc21+Sa/N/Lqi6ne6/9wC/qRGOoQhJa6IkEQ==} peerDependencies: i18next: '>= 23.2.3' @@ -9895,7 +9865,7 @@ packages: dependencies: '@babel/runtime': 7.22.15 html-parse-stringify: 3.0.1 - i18next: 23.5.0 + i18next: 23.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -9911,8 +9881,8 @@ packages: /react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - /react-parallax-tilt@1.7.164(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-ehKIYYPol5/vp5misVDpmESVFLwjCClieHxzjPtZSsSeR6+m/l7/jp7gYl4KPR3vA3lqi8griNi3c1T4tDUBXA==} + /react-parallax-tilt@1.7.166(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-ta8lUE6MJhLAAO/T/2V8JwJ39VGaS0lpr9IybMtPjulV0i1OXNFI5v8xPDMWKuL+LoAO5NEEncfrzF3bu4QD/A==} 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 @@ -10913,7 +10883,7 @@ packages: inline-style-parser: 0.1.1 dev: false - /styled-jsx@5.1.1(@babel/core@7.22.15)(react@18.2.0): + /styled-jsx@5.1.1(@babel/core@7.22.17)(react@18.2.0): resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -10926,7 +10896,7 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.22.15 + '@babel/core': 7.22.17 client-only: 0.0.1 react: 18.2.0 dev: false @@ -11725,8 +11695,8 @@ packages: vfile-message: 4.0.2 dev: false - /viem@1.10.4(typescript@5.2.2)(zod@3.22.2): - resolution: {integrity: sha512-GRnz1KLWh7rDFvR0fMUBt8orVu/QbGJ3QqlLo7M71H4rig39TvjDoVyMp7eFK18+Zs6niqev1f8woX9fv3cwVg==} + /viem@1.10.9(typescript@5.2.2)(zod@3.22.2): + resolution: {integrity: sha512-fhQxnMBFwGbyE/VOfcvcavxAPyqIHSgOB793gQcMPH1B9ahQvjMe3C3icqypC01ACaqpDPgYWGfvF/ExTeIPuA==} peerDependencies: typescript: '>=5.0.4' peerDependenciesMeta: @@ -11773,7 +11743,7 @@ packages: xml-name-validator: 4.0.0 dev: false - /wagmi@1.4.1(@types/react@18.2.21)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2): + /wagmi@1.4.1(@types/react@18.2.21)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2): resolution: {integrity: sha512-v3xd+uYZfLCAs1I4fLU7U9hg/gCw+Ud005J7kNR0mi20BcFAEU1EDN1LxHxpjUV0qKhOzSlMlrLjJyBCmSYhFA==} peerDependencies: react: '>=17.0.0' @@ -11786,12 +11756,12 @@ packages: '@tanstack/query-sync-storage-persister': 4.33.0 '@tanstack/react-query': 4.35.0(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query-persist-client': 4.33.0(@tanstack/react-query@4.35.0) - '@wagmi/core': 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0)(typescript@5.2.2)(viem@1.10.4)(zod@3.22.2) + '@wagmi/core': 1.4.1(@types/react@18.2.21)(immer@10.0.2)(react@18.2.0)(typescript@5.2.2)(viem@1.10.9)(zod@3.22.2) abitype: 0.8.7(typescript@5.2.2)(zod@3.22.2) react: 18.2.0 typescript: 5.2.2 use-sync-external-store: 1.2.0(react@18.2.0) - viem: 1.10.4(typescript@5.2.2)(zod@3.22.2) + viem: 1.10.9(typescript@5.2.2)(zod@3.22.2) transitivePeerDependencies: - '@react-native-async-storage/async-storage' - '@types/react' @@ -11884,7 +11854,7 @@ packages: browserslist: 4.21.10 chrome-trace-event: 1.0.3 enhanced-resolve: 5.15.0 - es-module-lexer: 1.3.0 + es-module-lexer: 1.3.1 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1