diff --git a/package.json b/package.json index 67f01a81..775955c6 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,14 @@ }, "dependencies": { "@birdgg/react-github": "0.2.3", - "@codemirror/autocomplete": "^6.8.0", + "@codemirror/autocomplete": "^6.8.1", "@codemirror/commands": "6.2.4", - "@codemirror/lang-markdown": "6.1.1", + "@codemirror/lang-markdown": "6.2.0", "@codemirror/language": "6.8.0", "@codemirror/language-data": "6.3.1", "@codemirror/state": "6.2.1", "@codemirror/theme-one-dark": "6.1.2", - "@codemirror/view": "6.13.2", + "@codemirror/view": "6.14.0", "@crossbell/connect-kit": "1.4.5", "@crossbell/contract": "1.4.5", "@crossbell/indexer": "1.4.5", @@ -55,16 +55,16 @@ "@heroicons/react": "2.0.18", "@iconify-json/mingcute": "1.1.7", "@lezer/highlight": "1.1.6", - "@mantine/core": "6.0.13", - "@mantine/dates": "6.0.13", + "@mantine/core": "6.0.14", + "@mantine/dates": "6.0.14", "@monaco-editor/react": "4.5.1", "@popperjs/core": "2.11.8", "@prisma/client": "4.16.1", "@supercharge/request-ip": "1.2.0", - "@tanstack/react-query": "4.29.14", - "@tanstack/react-query-devtools": "4.29.14", - "@tanstack/react-query-persist-client": "4.29.14", - "@uiw/codemirror-extensions-events": "4.21.3", + "@tanstack/react-query": "4.29.15", + "@tanstack/react-query-devtools": "4.29.15", + "@tanstack/react-query-persist-client": "4.29.15", + "@uiw/codemirror-extensions-events": "4.21.4", "@urql/core": "4.0.10", "ahooks": "3.7.7", "aplayer": "^1.10.1", @@ -100,7 +100,7 @@ "medium-zoom": "1.0.8", "mermaid": "10.2.3", "nanoid": "4.0.2", - "next": "13.4.6", + "next": "13.4.7", "node-id3": "0.2.6", "pangu": "4.0.7", "path-to-regexp": "6.2.1", @@ -113,13 +113,13 @@ "react-dom": "18.2.0", "react-hook-form": "7.45.0", "react-hot-toast": "2.4.1", - "react-i18next": "13.0.0", - "react-parallax-tilt": "1.7.148", + "react-i18next": "13.0.1", + "react-parallax-tilt": "1.7.149", "react-popper": "2.3.0", "react-sortablejs": "6.1.4", "react-string-replace": "1.1.1", "react-tweet": "2.0.2", - "react-virtuoso": "4.3.10", + "react-virtuoso": "4.3.11", "refractor": "4.8.1", "rehype-autolink-headings": "6.1.1", "rehype-infer-description-meta": "1.1.0", @@ -153,14 +153,14 @@ "unist-util-visit": "4.1.2", "use-onclickoutside": "0.4.1", "uuid": "9.0.0", - "viem": "1.1.4", - "wagmi": "1.2.0", + "viem": "1.1.6", + "wagmi": "1.2.1", "zustand": "4.3.8" }, "devDependencies": { "@ducanh2912/next-pwa": "9.0.1", "@iconify/tailwind": "0.1.3", - "@next/bundle-analyzer": "13.4.6", + "@next/bundle-analyzer": "13.4.7", "@trivago/prettier-plugin-sort-imports": "4.1.1", "@types/async-lock": "1.4.0", "@types/canvas-confetti": "1.6.0", @@ -188,7 +188,7 @@ "esbuild": "0.18.6", "esbuild-register": "3.4.2", "eslint": "8.43.0", - "eslint-config-next": "13.4.6", + "eslint-config-next": "13.4.7", "eslint-plugin-import": "2.27.5", "eslint-plugin-react": "7.32.2", "eslint-plugin-unused-imports": "2.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94495ff1..fa7d3cfc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,20 +9,20 @@ dependencies: specifier: 0.2.3 version: 0.2.3(react-dom@18.2.0)(react@18.2.0) '@codemirror/autocomplete': - specifier: ^6.8.0 - version: 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) + specifier: ^6.8.1 + version: 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@codemirror/commands': specifier: 6.2.4 version: 6.2.4 '@codemirror/lang-markdown': - specifier: 6.1.1 - version: 6.1.1 + specifier: 6.2.0 + version: 6.2.0 '@codemirror/language': specifier: 6.8.0 version: 6.8.0 '@codemirror/language-data': specifier: 6.3.1 - version: 6.3.1(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) + version: 6.3.1(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@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.13.2 - version: 6.13.2 + specifier: 6.14.0 + version: 6.14.0 '@crossbell/connect-kit': specifier: 1.4.5 - version: 1.4.5(@tanstack/react-query@4.29.14)(@types/react@18.2.13)(react-dom@18.2.0)(typescript@5.1.3)(wagmi@1.2.0)(zod@3.21.4) + version: 1.4.5(@tanstack/react-query@4.29.15)(@types/react@18.2.13)(react-dom@18.2.0)(typescript@5.1.3)(wagmi@1.2.1)(zod@3.21.4) '@crossbell/contract': specifier: 1.4.5 version: 1.4.5(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) @@ -43,7 +43,7 @@ dependencies: version: 1.4.5(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/notification': specifier: 1.4.5 - version: 1.4.5(@tanstack/react-query@4.29.14)(@types/react@18.2.13)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(wagmi@1.2.0)(zod@3.21.4) + version: 1.4.5(@tanstack/react-query@4.29.15)(@types/react@18.2.13)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(wagmi@1.2.1)(zod@3.21.4) '@crossbell/ui': specifier: 1.4.5 version: 1.4.5(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) @@ -81,11 +81,11 @@ dependencies: specifier: 1.1.6 version: 1.1.6 '@mantine/core': - specifier: 6.0.13 - version: 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0) + specifier: 6.0.14 + version: 6.0.14(@emotion/react@11.11.1)(@mantine/hooks@6.0.14)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0) '@mantine/dates': - specifier: 6.0.13 - version: 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(dayjs@1.11.8)(react@18.2.0) + specifier: 6.0.14 + version: 6.0.14(@mantine/core@6.0.14)(@mantine/hooks@6.0.14)(dayjs@1.11.8)(react@18.2.0) '@monaco-editor/react': specifier: 4.5.1 version: 4.5.1(monaco-editor@0.39.0)(react-dom@18.2.0)(react@18.2.0) @@ -99,17 +99,17 @@ dependencies: specifier: 1.2.0 version: 1.2.0 '@tanstack/react-query': - specifier: 4.29.14 - version: 4.29.14(react-dom@18.2.0)(react@18.2.0) + specifier: 4.29.15 + version: 4.29.15(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query-devtools': - specifier: 4.29.14 - version: 4.29.14(@tanstack/react-query@4.29.14)(react-dom@18.2.0)(react@18.2.0) + specifier: 4.29.15 + version: 4.29.15(@tanstack/react-query@4.29.15)(react-dom@18.2.0)(react@18.2.0) '@tanstack/react-query-persist-client': - specifier: 4.29.14 - version: 4.29.14(@tanstack/react-query@4.29.14) + specifier: 4.29.15 + version: 4.29.15(@tanstack/react-query@4.29.15) '@uiw/codemirror-extensions-events': - specifier: 4.21.3 - version: 4.21.3(@codemirror/view@6.13.2) + specifier: 4.21.4 + version: 4.21.4(@codemirror/view@6.14.0) '@urql/core': specifier: 4.0.10 version: 4.0.10 @@ -216,8 +216,8 @@ dependencies: specifier: 4.0.2 version: 4.0.2 next: - specifier: 13.4.6 - version: 13.4.6(@babel/core@7.22.5)(react-dom@18.2.0)(react@18.2.0) + specifier: 13.4.7 + version: 13.4.7(@babel/core@7.22.5)(react-dom@18.2.0)(react@18.2.0) node-id3: specifier: 0.2.6 version: 0.2.6 @@ -255,11 +255,11 @@ dependencies: specifier: 2.4.1 version: 2.4.1(csstype@3.1.2)(react-dom@18.2.0)(react@18.2.0) react-i18next: - specifier: 13.0.0 - version: 13.0.0(i18next@23.2.3)(react-dom@18.2.0)(react@18.2.0) + specifier: 13.0.1 + version: 13.0.1(i18next@23.2.3)(react-dom@18.2.0)(react@18.2.0) react-parallax-tilt: - specifier: 1.7.148 - version: 1.7.148(react-dom@18.2.0)(react@18.2.0) + specifier: 1.7.149 + version: 1.7.149(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) @@ -273,8 +273,8 @@ dependencies: specifier: 2.0.2 version: 2.0.2(react-dom@18.2.0)(react@18.2.0) react-virtuoso: - specifier: 4.3.10 - version: 4.3.10(react-dom@18.2.0)(react@18.2.0) + specifier: 4.3.11 + version: 4.3.11(react-dom@18.2.0)(react@18.2.0) refractor: specifier: 4.8.1 version: 4.8.1 @@ -375,11 +375,11 @@ dependencies: specifier: 9.0.0 version: 9.0.0 viem: - specifier: 1.1.4 - version: 1.1.4(typescript@5.1.3)(zod@3.21.4) + specifier: 1.1.6 + version: 1.1.6(typescript@5.1.3)(zod@3.21.4) wagmi: - specifier: 1.2.0 - version: 1.2.0(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.4)(zod@3.21.4) + specifier: 1.2.1 + version: 1.2.1(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.6)(zod@3.21.4) zustand: specifier: 4.3.8 version: 4.3.8(immer@10.0.2)(react@18.2.0) @@ -387,13 +387,13 @@ dependencies: devDependencies: '@ducanh2912/next-pwa': specifier: 9.0.1 - version: 9.0.1(esbuild@0.18.6)(next@13.4.6)(webpack@5.87.0) + version: 9.0.1(esbuild@0.18.6)(next@13.4.7)(webpack@5.88.0) '@iconify/tailwind': specifier: 0.1.3 version: 0.1.3 '@next/bundle-analyzer': - specifier: 13.4.6 - version: 13.4.6 + specifier: 13.4.7 + version: 13.4.7 '@trivago/prettier-plugin-sort-imports': specifier: 4.1.1 version: 4.1.1(prettier@2.8.8) @@ -462,7 +462,7 @@ devDependencies: version: 10.4.14(postcss@8.4.24) babel-loader: specifier: 9.1.2 - version: 9.1.2(@babel/core@7.22.5)(webpack@5.87.0) + version: 9.1.2(@babel/core@7.22.5)(webpack@5.88.0) cspell: specifier: 6.31.1 version: 6.31.1 @@ -476,11 +476,11 @@ devDependencies: specifier: 8.43.0 version: 8.43.0 eslint-config-next: - specifier: 13.4.6 - version: 13.4.6(eslint@8.43.0)(typescript@5.1.3) + specifier: 13.4.7 + version: 13.4.7(eslint@8.43.0)(typescript@5.1.3) eslint-plugin-import: specifier: 2.27.5 - version: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + version: 2.27.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) eslint-plugin-react: specifier: 7.32.2 version: 7.32.2(eslint@8.43.0) @@ -1807,8 +1807,8 @@ packages: existy: 1.0.1 dev: false - /@codemirror/autocomplete@6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3): - resolution: {integrity: sha512-nTimZYnTYaZ5skAt+zlk8BD41GvjpWgtDni2K+BritA7Ed9A0aJWwo1ohTvwUEfHfhIVtcFSLEddVPkegw8C/Q==} + /@codemirror/autocomplete@6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3): + resolution: {integrity: sha512-HpphvDcTdOx+9R3eUw9hZK9JA77jlaBF0kOt2McbyfvY0rX9pnMoO8rkkZc0GzSbzhIY4m5xJ0uHHgjfqHNmXQ==} peerDependencies: '@codemirror/language': ^6.0.0 '@codemirror/state': ^6.0.0 @@ -1817,7 +1817,7 @@ packages: dependencies: '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.3 dev: false @@ -1826,7 +1826,7 @@ packages: dependencies: '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.3 dev: false @@ -1848,10 +1848,10 @@ packages: '@lezer/cpp': 1.1.0 dev: false - /@codemirror/lang-css@6.2.0(@codemirror/view@6.13.2): + /@codemirror/lang-css@6.2.0(@codemirror/view@6.14.0): resolution: {integrity: sha512-oyIdJM29AyRPM3+PPq1I2oIk8NpUfEN3kAM05XWDDs6o3gSneIKaVJifT2P+fqONLou2uIgXynFyMUDQvo/szA==} dependencies: - '@codemirror/autocomplete': 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) + '@codemirror/autocomplete': 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 '@lezer/common': 1.0.3 @@ -1863,12 +1863,26 @@ packages: /@codemirror/lang-html@6.4.4: resolution: {integrity: sha512-NbrqEp0GUOSvhZbG6BxVcS4SzM4SvN5vkkD2sEoETHIyHLZDb9pO1z+r1L2heb6LuF4bUeBCXKjHXoSeDJHO1w==} dependencies: - '@codemirror/autocomplete': 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) - '@codemirror/lang-css': 6.2.0(@codemirror/view@6.13.2) + '@codemirror/autocomplete': 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.14.0) '@codemirror/lang-javascript': 6.1.9 '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 + '@lezer/common': 1.0.3 + '@lezer/css': 1.1.2 + '@lezer/html': 1.3.4 + dev: false + + /@codemirror/lang-html@6.4.5: + resolution: {integrity: sha512-dUCSxkIw2G+chaUfw3Gfu5kkN83vJQN8gfQDp9iEHsIZluMJA0YJveT12zg/28BJx+uPsbQ6VimKCgx3oJrZxA==} + dependencies: + '@codemirror/autocomplete': 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.14.0) + '@codemirror/lang-javascript': 6.1.9 + '@codemirror/language': 6.8.0 + '@codemirror/state': 6.2.1 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.3 '@lezer/css': 1.1.2 '@lezer/html': 1.3.4 @@ -1884,11 +1898,11 @@ packages: /@codemirror/lang-javascript@6.1.9: resolution: {integrity: sha512-z3jdkcqOEBT2txn2a87A0jSy6Te3679wg/U8QzMeftFt+4KA6QooMwfdFzJiuC3L6fXKfTXZcDocoaxMYfGz0w==} dependencies: - '@codemirror/autocomplete': 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) + '@codemirror/autocomplete': 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@codemirror/language': 6.8.0 '@codemirror/lint': 6.2.2 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.3 '@lezer/javascript': 1.4.3 dev: false @@ -1900,10 +1914,10 @@ packages: '@lezer/json': 1.0.0 dev: false - /@codemirror/lang-less@6.0.1(@codemirror/view@6.13.2): + /@codemirror/lang-less@6.0.1(@codemirror/view@6.14.0): resolution: {integrity: sha512-ABcsKBjLbyPZwPR5gePpc8jEKCQrFF4pby2WlMVdmJOOr7OWwwyz8DZonPx/cKDE00hfoSLc8F7yAcn/d6+rTQ==} dependencies: - '@codemirror/lang-css': 6.2.0(@codemirror/view@6.13.2) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.14.0) '@codemirror/language': 6.8.0 '@lezer/highlight': 1.1.6 '@lezer/lr': 1.3.6 @@ -1911,15 +1925,16 @@ packages: - '@codemirror/view' dev: false - /@codemirror/lang-markdown@6.1.1: - resolution: {integrity: sha512-n87Ms6Y5UYb1UkFu8sRzTLfq/yyF1y2AYiWvaVdbBQi5WDj1tFk5N+AKA+WC0Jcjc1VxvrCCM0iizjdYYi9sFQ==} + /@codemirror/lang-markdown@6.2.0: + resolution: {integrity: sha512-deKegEQVzfBAcLPqsJEa+IxotqPVwWZi90UOEvQbfa01NTAw8jNinrykuYPTULGUj+gha0ZG2HBsn4s5d64Qrg==} dependencies: - '@codemirror/lang-html': 6.4.4 + '@codemirror/autocomplete': 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) + '@codemirror/lang-html': 6.4.5 '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.3 - '@lezer/markdown': 1.0.2 + '@lezer/markdown': 1.0.3 dev: false /@codemirror/lang-php@6.0.1: @@ -1932,10 +1947,10 @@ packages: '@lezer/php': 1.0.1 dev: false - /@codemirror/lang-python@6.1.3(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3): + /@codemirror/lang-python@6.1.3(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3): resolution: {integrity: sha512-S9w2Jl74hFlD5nqtUMIaXAq9t5WlM0acCkyuQWUUSvZclk1sV+UfnpFiZzuZSG+hfEaOmxKR5UxY/Uxswn7EhQ==} dependencies: - '@codemirror/autocomplete': 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) + '@codemirror/autocomplete': 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@codemirror/language': 6.8.0 '@lezer/python': 1.1.7 transitivePeerDependencies: @@ -1951,10 +1966,10 @@ packages: '@lezer/rust': 1.0.0 dev: false - /@codemirror/lang-sass@6.0.2(@codemirror/view@6.13.2): + /@codemirror/lang-sass@6.0.2(@codemirror/view@6.14.0): resolution: {integrity: sha512-l/bdzIABvnTo1nzdY6U+kPAC51czYQcOErfzQ9zSm9D8GmNPD0WTW8st/CJwBTPLO8jlrbyvlSEcN20dc4iL0Q==} dependencies: - '@codemirror/lang-css': 6.2.0(@codemirror/view@6.13.2) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.14.0) '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 '@lezer/common': 1.0.3 @@ -1963,10 +1978,10 @@ packages: - '@codemirror/view' dev: false - /@codemirror/lang-sql@6.5.0(@codemirror/view@6.13.2)(@lezer/common@1.0.3): + /@codemirror/lang-sql@6.5.0(@codemirror/view@6.14.0)(@lezer/common@1.0.3): resolution: {integrity: sha512-ztJ+5lk0yWf4E7sQQqsidPYJa0a/511Ln/IaI3A+fGv6z0SrGDG0Lu6SAehczcehrhgNwMhPlerJMeXw7vZs2g==} dependencies: - '@codemirror/autocomplete': 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) + '@codemirror/autocomplete': 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 '@lezer/highlight': 1.1.6 @@ -1995,10 +2010,10 @@ packages: '@lezer/lr': 1.3.6 dev: false - /@codemirror/lang-xml@6.0.2(@codemirror/view@6.13.2): + /@codemirror/lang-xml@6.0.2(@codemirror/view@6.14.0): resolution: {integrity: sha512-JQYZjHL2LAfpiZI2/qZ/qzDuSqmGKMwyApYmEUUCTxLM4MWS7sATUEfIguZQr9Zjx/7gcdnewb039smF6nC2zw==} dependencies: - '@codemirror/autocomplete': 6.8.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3) + '@codemirror/autocomplete': 6.8.1(@codemirror/language@6.8.0)(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 '@lezer/common': 1.0.3 @@ -2007,26 +2022,26 @@ packages: - '@codemirror/view' dev: false - /@codemirror/language-data@6.3.1(@codemirror/state@6.2.1)(@codemirror/view@6.13.2)(@lezer/common@1.0.3): + /@codemirror/language-data@6.3.1(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3): 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.13.2) + '@codemirror/lang-css': 6.2.0(@codemirror/view@6.14.0) '@codemirror/lang-html': 6.4.4 '@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.13.2) - '@codemirror/lang-markdown': 6.1.1 + '@codemirror/lang-less': 6.0.1(@codemirror/view@6.14.0) + '@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.13.2)(@lezer/common@1.0.3) + '@codemirror/lang-python': 6.1.3(@codemirror/state@6.2.1)(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@codemirror/lang-rust': 6.0.1 - '@codemirror/lang-sass': 6.0.2(@codemirror/view@6.13.2) - '@codemirror/lang-sql': 6.5.0(@codemirror/view@6.13.2)(@lezer/common@1.0.3) + '@codemirror/lang-sass': 6.0.2(@codemirror/view@6.14.0) + '@codemirror/lang-sql': 6.5.0(@codemirror/view@6.14.0)(@lezer/common@1.0.3) '@codemirror/lang-vue': 0.1.1 '@codemirror/lang-wast': 6.0.1 - '@codemirror/lang-xml': 6.0.2(@codemirror/view@6.13.2) + '@codemirror/lang-xml': 6.0.2(@codemirror/view@6.14.0) '@codemirror/language': 6.8.0 '@codemirror/legacy-modes': 6.3.2 transitivePeerDependencies: @@ -2039,7 +2054,7 @@ packages: resolution: {integrity: sha512-r1paAyWOZkfY0RaYEZj3Kul+MiQTEbDvYqf8gPGaRvNneHXCmfSaAVFjwRUPlgxS8yflMxw2CTu6uCMp8R8A2g==} dependencies: '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.3 '@lezer/highlight': 1.1.6 '@lezer/lr': 1.3.6 @@ -2056,7 +2071,7 @@ packages: resolution: {integrity: sha512-kHGuynBHjqinp1Bx25D2hgH8a6Fh1m9rSmZFzBVTqPIXDIcZ6j3VI67DY8USGYpGrjrJys9R52eLxtfERGNozg==} dependencies: '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 crelt: 1.0.6 dev: false @@ -2069,20 +2084,20 @@ packages: dependencies: '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/highlight': 1.1.6 dev: false - /@codemirror/view@6.13.2: - resolution: {integrity: sha512-XA/jUuu1H+eTja49654QkrQwx2CuDMdjciHcdqyasfTVo4HRlvj87rD/Qmm4HfnhwX8234FQSSA8HxEzxihX/Q==} + /@codemirror/view@6.14.0: + resolution: {integrity: sha512-I263FPs4In42MNmrdwN2DfmYPFMVMXgT7o/mxdGp4jv5LPs8i0FOxzmxF5yeeQdYSTztb2ZhmPIu0ahveInVTg==} dependencies: '@codemirror/state': 6.2.1 style-mod: 4.0.3 w3c-keyname: 2.2.8 dev: false - /@coinbase/wallet-sdk@3.6.6: - resolution: {integrity: sha512-vX+epj/Ttjo7XRwlr3TFUUfW5GTRMvORpERPwiu7z2jl3DSVL4rXLmHt5y6LDPlUVreas2gumdcFbu0fLRG9Jg==} + /@coinbase/wallet-sdk@3.7.1: + resolution: {integrity: sha512-LjyoDCB+7p0waQXfK+fUgcAs3Ezk6S6e+LYaoFjpJ6c9VTop3NyZF40Pi7df4z7QJohCwzuIDjz0Rhtig6Y7Pg==} engines: {node: '>= 10.0.0'} dependencies: '@metamask/safe-event-emitter': 2.0.0 @@ -2109,7 +2124,7 @@ packages: - utf-8-validate dev: false - /@crossbell/connect-kit@1.4.5(@tanstack/react-query@4.29.14)(@types/react@18.2.13)(react-dom@18.2.0)(typescript@5.1.3)(wagmi@1.2.0)(zod@3.21.4): + /@crossbell/connect-kit@1.4.5(@tanstack/react-query@4.29.15)(@types/react@18.2.13)(react-dom@18.2.0)(typescript@5.1.3)(wagmi@1.2.1)(zod@3.21.4): resolution: {integrity: sha512-1DK5wMW4Bjxl4T/P9LtzOg/oV5iCKhyuXXUsO+FWhMq7SDjQj2Vbu7I07vW1J9g0feifCaQva6YIR9WePuO61A==} peerDependencies: '@tanstack/react-query': ^4 @@ -2117,16 +2132,16 @@ packages: dependencies: '@crossbell/contract': 1.4.5(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/indexer': 1.4.5(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) - '@crossbell/react-account': 1.4.5(@tanstack/react-query@4.29.14)(react-dom@18.2.0)(typescript@5.1.3)(zod@3.21.4) + '@crossbell/react-account': 1.4.5(@tanstack/react-query@4.29.15)(react-dom@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/ui': 1.4.5(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/util-ethers': 1.4.0 '@crossbell/util-hooks': 1.4.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/util-metadata': 1.4.0(typescript@5.1.3)(zod@3.21.4) '@emotion/react': 11.11.1(@types/react@18.2.13)(react@18.2.0) - '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.14(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) - '@mantine/notifications': 6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(react-dom@18.2.0)(react@18.2.0) - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) + '@mantine/notifications': 6.0.13(@mantine/core@6.0.14)(@mantine/hooks@6.0.13)(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) canvas-confetti: 1.6.0 check-password-strength: 2.0.7 classnames: 2.3.2 @@ -2140,8 +2155,8 @@ packages: react-google-recaptcha: 3.1.0(react@18.2.0) rxjs: 7.8.1 ts-essentials: 9.3.2(typescript@5.1.3) - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) - wagmi: 1.2.0(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.4)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) + wagmi: 1.2.1(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.6)(zod@3.21.4) zustand: 4.3.8(immer@10.0.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' @@ -2162,7 +2177,7 @@ packages: '@crossbell/util-hooks': 1.4.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) crossbell: 1.4.0(typescript@5.1.3)(zod@3.21.4) react: 18.2.0 - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) transitivePeerDependencies: - bufferutil - react-dom @@ -2175,12 +2190,12 @@ packages: /@crossbell/indexer@1.4.5(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4): resolution: {integrity: sha512-s9FW4904DJ/3OXV+4KpcvJilXAfIXGtHJX+2FOieRFn+l9FvxmmXXEVpJNv8yaPbzTFTB6KuPXDcqGoTd9w+Hg==} dependencies: - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) crossbell: 1.4.0(typescript@5.1.3)(zod@3.21.4) dayjs: 1.11.8 lodash.compact: 3.0.1 lru-cache: 10.0.0 - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) transitivePeerDependencies: - bufferutil - react @@ -2195,7 +2210,7 @@ packages: resolution: {integrity: sha512-0Yf9+MMTSD+JJkFbNaK/s+kl3CXhr4oq2yj3K0dvheB+e8uykcpM7yomxHie/sr0ushw3G7Ppf5NXYkfH0eiSw==} dev: false - /@crossbell/notification@1.4.5(@tanstack/react-query@4.29.14)(@types/react@18.2.13)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(wagmi@1.2.0)(zod@3.21.4): + /@crossbell/notification@1.4.5(@tanstack/react-query@4.29.15)(@types/react@18.2.13)(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(wagmi@1.2.1)(zod@3.21.4): resolution: {integrity: sha512-PgB+F5YONAwzDG3TT/o6rMriZzgCp+41GkbLlyAsM7VHGfIcJitfk5SSKyxIycd7y7hE+dBhcajeEkZFfG2iWA==} peerDependencies: '@tanstack/react-query': ^4 @@ -2203,17 +2218,17 @@ packages: wagmi: ^1.0.0 dependencies: '@crossbell/indexer': 1.4.5(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) - '@crossbell/react-account': 1.4.5(@tanstack/react-query@4.29.14)(react-dom@18.2.0)(typescript@5.1.3)(zod@3.21.4) + '@crossbell/react-account': 1.4.5(@tanstack/react-query@4.29.15)(react-dom@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/ui': 1.4.5(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/util-hooks': 1.4.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/util-metadata': 1.4.0(typescript@5.1.3)(zod@3.21.4) - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 dayjs: 1.11.8 react: 18.2.0 react-intersection-observer: 9.5.1(react@18.2.0) - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) - wagmi: 1.2.0(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.4)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) + wagmi: 1.2.1(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.6)(zod@3.21.4) zustand: 4.3.8(immer@10.0.2)(react@18.2.0) transitivePeerDependencies: - '@types/react' @@ -2226,7 +2241,7 @@ packages: - zod dev: false - /@crossbell/react-account@1.4.5(@tanstack/react-query@4.29.14)(react-dom@18.2.0)(typescript@5.1.3)(zod@3.21.4): + /@crossbell/react-account@1.4.5(@tanstack/react-query@4.29.15)(react-dom@18.2.0)(typescript@5.1.3)(zod@3.21.4): resolution: {integrity: sha512-ShO6p08viceQhD0hUlLXeOHhJvMY9F/bBfaD0KCk1cZnimEltWcd6Ku5JuB4CXF/qznngstdpqTloMkxjTYsUA==} peerDependencies: '@tanstack/react-query': ^4 @@ -2236,7 +2251,7 @@ packages: '@crossbell/util-ethers': 1.4.0 '@crossbell/util-hooks': 1.4.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/util-metadata': 1.4.0(typescript@5.1.3)(zod@3.21.4) - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) check-password-strength: 2.0.7 crossbell: 1.4.0(typescript@5.1.3)(zod@3.21.4) immer: 10.0.2 @@ -2244,7 +2259,7 @@ packages: react: 18.2.0 rxjs: 7.8.1 ts-essentials: 9.3.2(typescript@5.1.3) - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) zustand: 4.3.8(immer@10.0.2)(react@18.2.0) transitivePeerDependencies: - bufferutil @@ -2264,7 +2279,7 @@ packages: '@crossbell/indexer': 1.4.5(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/util-hooks': 1.4.4(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(zod@3.21.4) '@crossbell/util-metadata': 1.4.0(typescript@5.1.3)(zod@3.21.4) - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 crossbell: 1.4.0(typescript@5.1.3)(zod@3.21.4) facepaint: 1.2.1 @@ -2292,7 +2307,7 @@ packages: peerDependencies: react: ^18 dependencies: - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) crossbell: 1.4.0(typescript@5.1.3)(zod@3.21.4) react: 18.2.0 transitivePeerDependencies: @@ -2591,7 +2606,7 @@ packages: dependencies: '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.1 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/highlight': 1.1.6 dev: false @@ -2599,21 +2614,21 @@ packages: resolution: {integrity: sha512-bhR5k5W+8GLzysjk8zTMVygQZsgvf7W1F0IlL4ZQ5ugjo5rCyiwGM5d8DYriXspytfu98tv59niang3/T+FoDw==} dev: false - /@ducanh2912/next-pwa@9.0.1(esbuild@0.18.6)(next@13.4.6)(webpack@5.87.0): + /@ducanh2912/next-pwa@9.0.1(esbuild@0.18.6)(next@13.4.7)(webpack@5.88.0): resolution: {integrity: sha512-PSL3Hgje7w258aQutdkQFyWVu657y/dqH920i3vBw9pomrReQQVNs+EljGVahMj73cwUQ2scyd3D8MpqEm3YUQ==} peerDependencies: next: '>=11.0.0' webpack: '>=5.9.0' dependencies: - clean-webpack-plugin: 4.0.0(webpack@5.87.0) + clean-webpack-plugin: 4.0.0(webpack@5.88.0) fast-glob: 3.2.12 - next: 13.4.6(@babel/core@7.22.5)(react-dom@18.2.0)(react@18.2.0) + next: 13.4.7(@babel/core@7.22.5)(react-dom@18.2.0)(react@18.2.0) semver: 7.5.1 - terser-webpack-plugin: 5.3.9(esbuild@0.18.6)(webpack@5.87.0) - webpack: 5.87.0(esbuild@0.18.6) + terser-webpack-plugin: 5.3.9(esbuild@0.18.6)(webpack@5.88.0) + webpack: 5.88.0(esbuild@0.18.6) workbox-build: 7.0.0 workbox-core: 7.0.0 - workbox-webpack-plugin: 7.0.0(webpack@5.87.0) + workbox-webpack-plugin: 7.0.0(webpack@5.88.0) workbox-window: 7.0.0 transitivePeerDependencies: - '@swc/core' @@ -3284,19 +3299,29 @@ packages: resolution: {integrity: sha512-vX1WVAdPjZg9DkDkC+zEx/tKtnST6/qcNpwcjeBgco3XRNHz5PUA+ivi/yr6G3o0kMR60uKBJcfOdfzOFI7PMQ==} dev: false + /@floating-ui/core@1.3.1: + resolution: {integrity: sha512-Bu+AMaXNjrpjh41znzHqaz3r2Nr8hHuHZT6V2LBKMhyMl0FgKA62PNYbqnfgmzOhoWZj70Zecisbo4H1rotP5g==} + dev: false + /@floating-ui/dom@1.3.0: resolution: {integrity: sha512-qIAwejE3r6NeA107u4ELDKkH8+VtgRKdXqtSPaKflL2S2V+doyN+Wt9s5oHKXPDo4E8TaVXaHT3+6BbagH31xw==} dependencies: '@floating-ui/core': 1.3.0 dev: false + /@floating-ui/dom@1.4.2: + resolution: {integrity: sha512-VKmvHVatWnewmGGy+7Mdy4cTJX71Pli6v/Wjb5RQBuq5wjUYx+Ef+kRThi8qggZqDgD8CogCpqhRoVp3+yQk+g==} + dependencies: + '@floating-ui/core': 1.3.1 + dev: false + /@floating-ui/react-dom@1.3.0(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-htwHm67Ji5E/pROEAr7f8IKFShuiCKHwUC/UY4vC3I5jiSvGFAYnSYiZO5MlGmads+QqvUkR9ANHEguGrDv72g==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@floating-ui/dom': 1.3.0 + '@floating-ui/dom': 1.4.2 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -3466,8 +3491,8 @@ packages: '@pedrouid/environment': 1.0.1 dev: false - /@ledgerhq/connect-kit-loader@1.0.2: - resolution: {integrity: sha512-TQ21IjcZOw/scqypaVFY3jHVqI7X7Hta3qN/us6FvTol3AY06UmrhhXGww0E9xHmAbdX241ddwXEiMBSQZFr9g==} + /@ledgerhq/connect-kit-loader@1.1.0: + resolution: {integrity: sha512-HUy12FEczoWY2FPubnsm1uOA8tkVWc0j90i47suThV3C9NL2xx69ZAIEU3Ytzs2bwLek9S1Q2S1VQJvA+3Ygkg==} dev: false /@lezer/common@1.0.3: @@ -3529,8 +3554,8 @@ packages: '@lezer/common': 1.0.3 dev: false - /@lezer/markdown@1.0.2: - resolution: {integrity: sha512-8CY0OoZ6V5EzPjSPeJ4KLVbtXdLBd8V6sRCooN5kHnO28ytreEGTyrtU/zUwo/XLRzGr/e1g44KlzKi3yWGB5A==} + /@lezer/markdown@1.0.3: + resolution: {integrity: sha512-QEcXFCKf1TBdVhmxL2V9afJTIs4w795DTl2NKnsYZyMOtMsA+5AlEy0biPo/Ojv05ELkk6HIPSDBj0g+ShlkBw==} dependencies: '@lezer/common': 1.0.3 '@lezer/highlight': 1.1.6 @@ -3581,17 +3606,17 @@ packages: '@lit-labs/ssr-dom-shim': 1.1.1 dev: false - /@mantine/core@6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-FjVUGgat2qISV9WD1maVJa81y7H0JjKJ3m0cJj65PzgrXT20hzdEda7S3i4j+a8vUnx+836x5q/yS+RDHvoSlA==} + /@mantine/core@6.0.14(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-O916itwsB5XtEStVZRqp3SlB4aLM0sSgOFYYCVnLJ3E9O9E8h1xhaNEml1FJbMtrlNaXYUd6sy/OSRqNl9DyKA==} peerDependencies: - '@mantine/hooks': 6.0.13 + '@mantine/hooks': 6.0.14 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.13(react@18.2.0) - '@mantine/styles': 6.0.13(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0) - '@mantine/utils': 6.0.13(react@18.2.0) + '@mantine/styles': 6.0.14(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0) + '@mantine/utils': 6.0.14(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) @@ -3602,17 +3627,38 @@ packages: - '@types/react' dev: false - /@mantine/dates@6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(dayjs@1.11.8)(react@18.2.0): - resolution: {integrity: sha512-sWStU+sgblTZAfuuFlwG3w3WCFYHVf1L+sG2WdlXOljd9WpQVem214HTh6staJ894+vIQESIvseWvq6FDyQAaQ==} + /@mantine/core@6.0.14(@emotion/react@11.11.1)(@mantine/hooks@6.0.14)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-O916itwsB5XtEStVZRqp3SlB4aLM0sSgOFYYCVnLJ3E9O9E8h1xhaNEml1FJbMtrlNaXYUd6sy/OSRqNl9DyKA==} peerDependencies: - '@mantine/core': 6.0.13 - '@mantine/hooks': 6.0.13 + '@mantine/hooks': 6.0.14 + 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.14(react@18.2.0) + '@mantine/styles': 6.0.14(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0) + '@mantine/utils': 6.0.14(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.13)(react@18.2.0) + react-textarea-autosize: 8.3.4(@types/react@18.2.13)(react@18.2.0) + transitivePeerDependencies: + - '@emotion/react' + - '@types/react' + dev: false + + /@mantine/dates@6.0.14(@mantine/core@6.0.14)(@mantine/hooks@6.0.14)(dayjs@1.11.8)(react@18.2.0): + resolution: {integrity: sha512-iQxZcqTpH/sHv1ZdCru3hFLlXQFA+qT/19a1EmtSJrspITZQJ8xYf8xSkkLyY6Wc6KviX2Lp0fSDE72mQvNbyg==} + peerDependencies: + '@mantine/core': 6.0.14 + '@mantine/hooks': 6.0.14 dayjs: '>=1.0.0' react: '>=16.8.0' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0) - '@mantine/hooks': 6.0.13(react@18.2.0) - '@mantine/utils': 6.0.13(react@18.2.0) + '@mantine/core': 6.0.14(@emotion/react@11.11.1)(@mantine/hooks@6.0.14)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0) + '@mantine/hooks': 6.0.14(react@18.2.0) + '@mantine/utils': 6.0.14(react@18.2.0) dayjs: 1.11.8 react: 18.2.0 dev: false @@ -3625,7 +3671,15 @@ packages: react: 18.2.0 dev: false - /@mantine/notifications@6.0.13(@mantine/core@6.0.13)(@mantine/hooks@6.0.13)(react-dom@18.2.0)(react@18.2.0): + /@mantine/hooks@6.0.14(react@18.2.0): + resolution: {integrity: sha512-cBGdTSdBDLcPScoeI12DCWFVzmT4tX+DmI9s+MOBm4IdhF4ogkLbbRgKosFbaBWNKx9WzYAUiQR/tUI5dTkJPQ==} + peerDependencies: + react: '>=16.8.0' + dependencies: + react: 18.2.0 + dev: false + + /@mantine/notifications@6.0.13(@mantine/core@6.0.14)(@mantine/hooks@6.0.13)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-d3BxNN7LEblvAsui0yGiI1q1Ji2OlhFLfe/cLdj7s5VMOtiKYRV14dICJxe4Jn/o+8Gg+UKw+aO/ZiQoT+BGIw==} peerDependencies: '@mantine/core': 6.0.13 @@ -3633,7 +3687,7 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@mantine/core': 6.0.13(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0) + '@mantine/core': 6.0.14(@emotion/react@11.11.1)(@mantine/hooks@6.0.13)(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0) '@mantine/hooks': 6.0.13(react@18.2.0) '@mantine/utils': 6.0.13(react@18.2.0) react: 18.2.0 @@ -3641,8 +3695,8 @@ packages: react-transition-group: 4.4.2(react-dom@18.2.0)(react@18.2.0) dev: false - /@mantine/styles@6.0.13(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-+27oX8ObiBv8jHHDxXKjqe+7cfTJyaAV/Ie00T49EE4LuHuS6nL4vlXHmqamFtDCj2ypEWBV0sdXDev/DNAXSg==} + /@mantine/styles@6.0.14(@emotion/react@11.11.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-qkqUodvVPzthmVzWQHYe/yWrc8UZcz8A5KfegK2Ps67bZzfoZs/NBVcEx6REq8HTsISjYw3jJyMRxAE3G7Ms4Q==} peerDependencies: '@emotion/react': '>=11.9.0' react: '>=16.8.0' @@ -3663,6 +3717,14 @@ packages: react: 18.2.0 dev: false + /@mantine/utils@6.0.14(react@18.2.0): + resolution: {integrity: sha512-se+3IXJsNj4wnLMlqc7LiBe74m+JLQJ5o3wEcDtFzaJEtEt1rtw/1q3xKuROkH3xEiauhxQgzsc4gj/AslHy2A==} + 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'} @@ -3698,7 +3760,7 @@ packages: dependencies: '@types/debug': 4.1.8 debug: 4.3.4 - semver: 7.5.1 + semver: 7.5.3 superstruct: 1.0.3 transitivePeerDependencies: - supports-color @@ -3787,8 +3849,8 @@ packages: tslib: 2.5.3 dev: false - /@next/bundle-analyzer@13.4.6: - resolution: {integrity: sha512-HqqQxZ4y71az1TYCKILmJXjjY/645/21q/EUVFCGIzKkST+DrvgcJcBpWwlnI0wAuMRbdxvN1FMi7jSlSUIByw==} + /@next/bundle-analyzer@13.4.7: + resolution: {integrity: sha512-cIcU07u6WdDUF1nrFYOSPvx/pie8euxSnWB1Y/XMYj2g5ls+iyaDr/ChyZugD5hNW754x0NFy1CwzpObA0bffQ==} dependencies: webpack-bundle-analyzer: 4.7.0 transitivePeerDependencies: @@ -3796,81 +3858,81 @@ packages: - utf-8-validate dev: true - /@next/env@13.4.6: - resolution: {integrity: sha512-nqUxEtvDqFhmV1/awSg0K2XHNwkftNaiUqCYO9e6+MYmqNObpKVl7OgMkGaQ2SZnFx5YqF0t60ZJTlyJIDAijg==} + /@next/env@13.4.7: + resolution: {integrity: sha512-ZlbiFulnwiFsW9UV1ku1OvX/oyIPLtMk9p/nnvDSwI0s7vSoZdRtxXNsaO+ZXrLv/pMbXVGq4lL8TbY9iuGmVw==} - /@next/eslint-plugin-next@13.4.6: - resolution: {integrity: sha512-bPigeu0RI7bgy1ucBA2Yqcfg539y0Lzo38P2hIkrRB1GNvFSbYg6RTu8n6tGqPVrH3TTlPTNKLXG01wc+5NuwQ==} + /@next/eslint-plugin-next@13.4.7: + resolution: {integrity: sha512-ANEPltxzXbyyG7CvqxdY4PmeM5+RyWdAJGufTHnU+LA/i3J6IDV2r8Z4onKwskwKEhwqzz5lMaSYGGXLyHX+mg==} dependencies: glob: 7.1.7 dev: true - /@next/swc-darwin-arm64@13.4.6: - resolution: {integrity: sha512-ahi6VP98o4HV19rkOXPSUu+ovfHfUxbJQ7VVJ7gL2FnZRr7onEFC1oGQ6NQHpm8CxpIzSSBW79kumlFMOmZVjg==} + /@next/swc-darwin-arm64@13.4.7: + resolution: {integrity: sha512-VZTxPv1b59KGiv/pZHTO5Gbsdeoxcj2rU2cqJu03btMhHpn3vwzEK0gUSVC/XW96aeGO67X+cMahhwHzef24/w==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64@13.4.6: - resolution: {integrity: sha512-13cXxKFsPJIJKzUqrU5XB1mc0xbUgYsRcdH6/rB8c4NMEbWGdtD4QoK9ShN31TZdePpD4k416Ur7p+deMIxnnA==} + /@next/swc-darwin-x64@13.4.7: + resolution: {integrity: sha512-gO2bw+2Ymmga+QYujjvDz9955xvYGrWofmxTq7m70b9pDPvl7aDFABJOZ2a8SRCuSNB5mXU8eTOmVVwyp/nAew==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu@13.4.6: - resolution: {integrity: sha512-Ti+NMHEjTNktCVxNjeWbYgmZvA2AqMMI2AMlzkXsU7W4pXCMhrryAmAIoo+7YdJbsx01JQWYVxGe62G6DoCLaA==} + /@next/swc-linux-arm64-gnu@13.4.7: + resolution: {integrity: sha512-6cqp3vf1eHxjIDhEOc7Mh/s8z1cwc/l5B6ZNkOofmZVyu1zsbEM5Hmx64s12Rd9AYgGoiCz4OJ4M/oRnkE16/Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl@13.4.6: - resolution: {integrity: sha512-OHoC6gO7XfjstgwR+z6UHKlvhqJfyMtNaJidjx3sEcfaDwS7R2lqR5AABi8PuilGgi0BO0O0sCXqLlpp3a0emQ==} + /@next/swc-linux-arm64-musl@13.4.7: + resolution: {integrity: sha512-T1kD2FWOEy5WPidOn1si0rYmWORNch4a/NR52Ghyp4q7KyxOCuiOfZzyhVC5tsLIBDH3+cNdB5DkD9afpNDaOw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu@13.4.6: - resolution: {integrity: sha512-zHZxPGkUlpfNJCboUrFqwlwEX5vI9LSN70b8XEb0DYzzlrZyCyOi7hwDp/+3Urm9AB7YCAJkgR5Sp1XBVjHdfQ==} + /@next/swc-linux-x64-gnu@13.4.7: + resolution: {integrity: sha512-zaEC+iEiAHNdhl6fuwl0H0shnTzQoAoJiDYBUze8QTntE/GNPfTYpYboxF5LRYIjBwETUatvE0T64W6SKDipvg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl@13.4.6: - resolution: {integrity: sha512-K/Y8lYGTwTpv5ME8PSJxwxLolaDRdVy+lOd9yMRMiQE0BLUhtxtCWC9ypV42uh9WpLjoaD0joOsB9Q6mbrSGJg==} + /@next/swc-linux-x64-musl@13.4.7: + resolution: {integrity: sha512-X6r12F8d8SKAtYJqLZBBMIwEqcTRvUdVm+xIq+l6pJqlgT2tNsLLf2i5Cl88xSsIytBICGsCNNHd+siD2fbWBA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc@13.4.6: - resolution: {integrity: sha512-U6LtxEUrjBL2tpW+Kr1nHCSJWNeIed7U7l5o7FiKGGwGgIlFi4UHDiLI6TQ2lxi20fAU33CsruV3U0GuzMlXIw==} + /@next/swc-win32-arm64-msvc@13.4.7: + resolution: {integrity: sha512-NPnmnV+vEIxnu6SUvjnuaWRglZzw4ox5n/MQTxeUhb5iwVWFedolPFebMNwgrWu4AELwvTdGtWjqof53AiWHcw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc@13.4.6: - resolution: {integrity: sha512-eEBeAqpCfhdPSlCZCayjCiyIllVqy4tcqvm1xmg3BgJG0G5ITiMM4Cw2WVeRSgWDJqQGRyyb+q8Y2ltzhXOWsQ==} + /@next/swc-win32-ia32-msvc@13.4.7: + resolution: {integrity: sha512-6Hxijm6/a8XqLQpOOf/XuwWRhcuc/g4rBB2oxjgCMuV9Xlr2bLs5+lXyh8w9YbAUMYR3iC9mgOlXbHa79elmXw==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc@13.4.6: - resolution: {integrity: sha512-OrZs94AuO3ZS5tnqlyPRNgfWvboXaDQCi5aXGve3o3C+Sj0ctMUV9+Do+0zMvvLRumR8E0PTWKvtz9n5vzIsWw==} + /@next/swc-win32-x64-msvc@13.4.7: + resolution: {integrity: sha512-sW9Yt36Db1nXJL+mTr2Wo0y+VkPWeYhygvcHj1FF0srVtV+VoDjxleKtny21QHaG05zdeZnw2fCtf2+dEqgwqA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -4137,8 +4199,8 @@ packages: rollup: 2.79.1 dev: true - /@rushstack/eslint-patch@1.3.1: - resolution: {integrity: sha512-RkmuBcqiNioeeBKbgzMlOdreUkJfYaSjwgx9XDgGGpjvWgyaxWvDmZVSN9CS6LjEASadhgPv2BcFp+SeouWXXA==} + /@rushstack/eslint-patch@1.3.2: + resolution: {integrity: sha512-V+MvGwaHH03hYhY+k6Ef/xKd6RYlc4q8WBx+2ANmipHJcKuktNcI/NgEsJgdSUF6Lw32njT6OnrRsKYCdgHjYw==} dev: true /@safe-global/safe-apps-provider@0.15.2: @@ -4190,14 +4252,14 @@ packages: resolution: {integrity: sha512-bcKpo1oj54hGholplGLpqPHRbIsnbixFtc06nwuNM5/dwSXOq/AAYoIBRsBmnZJSdfeNW5rnff7NTAz3ZCqR9Q==} dependencies: '@noble/curves': 1.0.0 - '@noble/hashes': 1.3.1 + '@noble/hashes': 1.3.0 '@scure/base': 1.1.1 dev: false /@scure/bip39@1.2.0: resolution: {integrity: sha512-SX/uKq52cuxm4YFXWFaVByaSHJh2w3BnokVSeUJVCv6K7WulT9u2BuNRBhuFl8vAuYnzx9bEu9WgpcNYTrYieg==} dependencies: - '@noble/hashes': 1.3.1 + '@noble/hashes': 1.3.0 '@scure/base': 1.1.1 dev: false @@ -4380,58 +4442,48 @@ packages: remove-accents: 0.4.2 dev: false - /@tanstack/query-core@4.29.11: - resolution: {integrity: sha512-8C+hF6SFAb/TlFZyS9FItgNwrw4PMa7YeX+KQYe2ZAiEz6uzg6yIr+QBzPkUwZ/L0bXvGd1sufTm3wotoz+GwQ==} + /@tanstack/query-core@4.29.15: + resolution: {integrity: sha512-Recc1d5rjHesKhzlH3Aw66v+vQxtB9OHEXP/vxgEcEJ0DwEpfe3EQ4id20vuBJHY2XRjfgWGmUs6ZgK6PSsTXA==} dev: false - /@tanstack/query-core@4.29.14: - resolution: {integrity: sha512-ElEAahtLWA7Y7c2Haw10KdEf2tx+XZl/Z8dmyWxZehxWK3TPL5qtXtb7kUEhvt/8u2cSP62fLxgh2qqzMMGnDQ==} - dev: false - - /@tanstack/query-persist-client-core@4.29.11: - resolution: {integrity: sha512-CSmMZchr+446r79NJ/pjD2yfjqNqFV7k8BnqOq4yTZvXsaQLEIn3tsaU45IsPgs4N7g9OBfPUPDdapSQvck2WQ==} + /@tanstack/query-persist-client-core@4.29.15: + resolution: {integrity: sha512-cXOkx7nRrJpL5MmT3tmIW41Xn87KjIVgjcoakcK23luj5sJLgWomTJKiDlyEcUL8P8yrywNut+M1IxbTSndaDQ==} dependencies: - '@tanstack/query-core': 4.29.11 + '@tanstack/query-core': 4.29.15 dev: false - /@tanstack/query-persist-client-core@4.29.14: - resolution: {integrity: sha512-W27en9QsXOu9q1XHBTpkRaXu10RSVllDyVYTnENk2yqck/6TBwRFNKqBpSPqI8hFhaWJ/lRoqnUme0ZVhUUoNA==} + /@tanstack/query-sync-storage-persister@4.29.15: + resolution: {integrity: sha512-M8wEZ2a0sHPvPQxFQBbGdQMDhWI5Rn6KOjM4pA0ybmaqvE7b3lN/nSTcmc+RrdceEH9HWMCqlzUbLUJThLb2iQ==} dependencies: - '@tanstack/query-core': 4.29.14 + '@tanstack/query-persist-client-core': 4.29.15 dev: false - /@tanstack/query-sync-storage-persister@4.29.11: - resolution: {integrity: sha512-JP9U3m9YPkUelcE9+7D6fAEsNEp2ysKsH6qrd0WJtqsuhe5Zwr407NxaQ5uB2ow/MmhPOm8bxzMZw00Y7RagoQ==} - dependencies: - '@tanstack/query-persist-client-core': 4.29.11 - dev: false - - /@tanstack/react-query-devtools@4.29.14(@tanstack/react-query@4.29.14)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-2H4otgQiXJSU7z8HIPw6whm7xfaEA3ouoM2PrWTHs+DMFX0BbodhOfQeJxsjw5uq2oV1yln/DABLJjZoQmQbpQ==} + /@tanstack/react-query-devtools@4.29.15(@tanstack/react-query@4.29.15)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Mtt0c4xNVuo8T6K5+wQZ8hgL8wme99M/+XPwgLDS34PjmTPJs7kWyUuweNyWQZZZsUpAts69k4Dssh+nB5rwsg==} peerDependencies: - '@tanstack/react-query': 4.29.14 + '@tanstack/react-query': 4.29.15 react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@tanstack/match-sorter-utils': 8.8.4 - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) superjson: 1.12.3 use-sync-external-store: 1.2.0(react@18.2.0) dev: false - /@tanstack/react-query-persist-client@4.29.14(@tanstack/react-query@4.29.14): - resolution: {integrity: sha512-UTzv7R0OPgUGZEtbLXtkSlO3Jgf9lAHB9PjDgcZUcWUgc6/A/c9f+XsRIfsWynaAaM+s8ZCaAbEXLiBweWqPzg==} + /@tanstack/react-query-persist-client@4.29.15(@tanstack/react-query@4.29.15): + resolution: {integrity: sha512-sYISV7iFMhFXwHoc9B94ZrCGPyZKPA0CCLqkP4f4Ll9XzsMijYlDUD2C9Wm56aYi3bS+LYy2oSxrMNLqtW4HYw==} peerDependencies: - '@tanstack/react-query': 4.29.14 + '@tanstack/react-query': 4.29.15 dependencies: - '@tanstack/query-persist-client-core': 4.29.14 - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) + '@tanstack/query-persist-client-core': 4.29.15 + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) dev: false - /@tanstack/react-query@4.29.14(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-wh4bd/QIy85YgTDBtj/7/9ZkpRX41QdZuUL8xKoSzuMCukXvAE1/oJ4p0F15lqQq9W3g2pgcbr2Aa+CNvqABhg==} + /@tanstack/react-query@4.29.15(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-1zDkv95ljuJ623hhbYU8YIprPW2x6774kh3IQNEuZav62+S+Zr26uUOrE2zGRp9I1uO5Liw/0uYB3dWXQP5+3Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4442,7 +4494,7 @@ packages: react-native: optional: true dependencies: - '@tanstack/query-core': 4.29.14 + '@tanstack/query-core': 4.29.15 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) use-sync-external-store: 1.2.0(react@18.2.0) @@ -4685,8 +4737,8 @@ packages: '@types/node': 20.3.1 dev: false - /@typescript-eslint/parser@5.59.9(eslint@8.43.0)(typescript@5.1.3): - resolution: {integrity: sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==} + /@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.1.3): + resolution: {integrity: sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4695,9 +4747,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.59.9 - '@typescript-eslint/types': 5.59.9 - '@typescript-eslint/typescript-estree': 5.59.9(typescript@5.1.3) + '@typescript-eslint/scope-manager': 5.60.0 + '@typescript-eslint/types': 5.60.0 + '@typescript-eslint/typescript-estree': 5.60.0(typescript@5.1.3) debug: 4.3.4 eslint: 8.43.0 typescript: 5.1.3 @@ -4705,21 +4757,21 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager@5.59.9: - resolution: {integrity: sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==} + /@typescript-eslint/scope-manager@5.60.0: + resolution: {integrity: sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.9 - '@typescript-eslint/visitor-keys': 5.59.9 + '@typescript-eslint/types': 5.60.0 + '@typescript-eslint/visitor-keys': 5.60.0 dev: true - /@typescript-eslint/types@5.59.9: - resolution: {integrity: sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==} + /@typescript-eslint/types@5.60.0: + resolution: {integrity: sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree@5.59.9(typescript@5.1.3): - resolution: {integrity: sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==} + /@typescript-eslint/typescript-estree@5.60.0(typescript@5.1.3): + resolution: {integrity: sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -4727,32 +4779,32 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.59.9 - '@typescript-eslint/visitor-keys': 5.59.9 + '@typescript-eslint/types': 5.60.0 + '@typescript-eslint/visitor-keys': 5.60.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.1 + semver: 7.5.3 tsutils: 3.21.0(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/visitor-keys@5.59.9: - resolution: {integrity: sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==} + /@typescript-eslint/visitor-keys@5.60.0: + resolution: {integrity: sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.9 + '@typescript-eslint/types': 5.60.0 eslint-visitor-keys: 3.4.1 dev: true - /@uiw/codemirror-extensions-events@4.21.3(@codemirror/view@6.13.2): - resolution: {integrity: sha512-nwjbSNoKvAQ8KVdNMdlStyhuc7gB2uXWisL6ulc9+lyJUIrohT2yKhg5RP9rNir9V9wIVYR+X/WLRqetfUtykg==} + /@uiw/codemirror-extensions-events@4.21.4(@codemirror/view@6.14.0): + resolution: {integrity: sha512-gVTcqBU1YZZ3wDA/d9LEazHAgwhl3EVY8RR2Ywm/TvjiXW76OwAUXL08eWIHt6Ji19d8MtH/LBixjbycBXihOQ==} peerDependencies: '@codemirror/view': '>=6.0.0' dependencies: - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 dev: false /@urql/core@4.0.10: @@ -4764,17 +4816,6 @@ packages: - graphql dev: false - /@wagmi/chains@1.1.0(typescript@5.1.3): - resolution: {integrity: sha512-pWZlxBk0Ql8E7DV8DwqlbBpOyUdaG9UDlQPBxJNALuEK1I0tbQ3AVvSDnlsEIt06UPmPo5o27gzs3hwPQ/A+UA==} - peerDependencies: - typescript: '>=5.0.4' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - typescript: 5.1.3 - dev: false - /@wagmi/chains@1.2.0(typescript@5.1.3): resolution: {integrity: sha512-dmDRipsE54JfyudOBkuhEexqQWcrZqxn/qiujG8SBzMh/az/AH5xlJSA+j1CPWTx9+QofSMF3B7A4gb6XRmSaQ==} peerDependencies: @@ -4786,10 +4827,10 @@ packages: typescript: 5.1.3 dev: false - /@wagmi/connectors@2.2.0(@wagmi/chains@1.1.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.4)(zod@3.21.4): - resolution: {integrity: sha512-pI1ed2V8dC8Gro0YbXrJedFj5U9HHD/zUe9MMUaV3ews2LY6qziSXZp9Dw6TKyiSJ5ANbRlZcl40AmSPozkZmw==} + /@wagmi/connectors@2.3.0(@wagmi/chains@1.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.6)(zod@3.21.4): + resolution: {integrity: sha512-PXYiJrNwmfW7ZbyjW3SRhhTWrxJlThbOLZJ6+vwlgTwC0k5Qd8mfVxDfMKrjxYYGHK7j6d6mAdsk4iJgfE1Dhw==} peerDependencies: - '@wagmi/chains': '>=1.0.0' + '@wagmi/chains': '>=1.2.0' typescript: '>=5.0.4' viem: '>=0.3.35' peerDependenciesMeta: @@ -4798,18 +4839,18 @@ packages: typescript: optional: true dependencies: - '@coinbase/wallet-sdk': 3.6.6 - '@ledgerhq/connect-kit-loader': 1.0.2 + '@coinbase/wallet-sdk': 3.7.1 + '@ledgerhq/connect-kit-loader': 1.1.0 '@safe-global/safe-apps-provider': 0.15.2 '@safe-global/safe-apps-sdk': 7.11.0 - '@wagmi/chains': 1.1.0(typescript@5.1.3) - '@walletconnect/ethereum-provider': 2.8.0(@walletconnect/modal@2.4.5) + '@wagmi/chains': 1.2.0(typescript@5.1.3) + '@walletconnect/ethereum-provider': 2.8.1(@walletconnect/modal@2.5.2) '@walletconnect/legacy-provider': 2.0.0 - '@walletconnect/modal': 2.4.5(react@18.2.0) + '@walletconnect/modal': 2.5.2(react@18.2.0) abitype: 0.8.7(typescript@5.1.3)(zod@3.21.4) eventemitter3: 4.0.7 typescript: 5.1.3 - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) transitivePeerDependencies: - '@react-native-async-storage/async-storage' - bufferutil @@ -4822,8 +4863,8 @@ packages: - zod dev: false - /@wagmi/core@1.2.0(immer@10.0.2)(react@18.2.0)(typescript@5.1.3)(viem@1.1.4)(zod@3.21.4): - resolution: {integrity: sha512-7onf13u0atdXOnoitB+pivnIUPJman7Y8GITKkxwmcwJ3lpE1U/grYE7xHcKN7av7KEu0DozvKPhN7nJ/7OErw==} + /@wagmi/core@1.2.1(immer@10.0.2)(react@18.2.0)(typescript@5.1.3)(viem@1.1.6)(zod@3.21.4): + resolution: {integrity: sha512-t09se2nJfb9sp4UIYbqCkhzBqkNCJLsDBkaLtHFj9eS99wJ5Gtsui4hLPEuT6wTjLb5oF898KCr04721aJiNJw==} peerDependencies: typescript: '>=5.0.4' viem: '>=0.3.35' @@ -4831,12 +4872,12 @@ packages: typescript: optional: true dependencies: - '@wagmi/chains': 1.1.0(typescript@5.1.3) - '@wagmi/connectors': 2.2.0(@wagmi/chains@1.1.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.4)(zod@3.21.4) + '@wagmi/chains': 1.2.0(typescript@5.1.3) + '@wagmi/connectors': 2.3.0(@wagmi/chains@1.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.6)(zod@3.21.4) abitype: 0.8.7(typescript@5.1.3)(zod@3.21.4) eventemitter3: 4.0.7 typescript: 5.1.3 - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) zustand: 4.3.8(immer@10.0.2)(react@18.2.0) transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -4851,8 +4892,8 @@ packages: - zod dev: false - /@walletconnect/core@2.8.0: - resolution: {integrity: sha512-pl7x4sq1nuU0ixA9wF2ecjDecUzIauKr7ZwC29rs9qTcmDpxgJbbOdZwaSl+dJlf1bHC87adVLf5KAkwwo9PzQ==} + /@walletconnect/core@2.8.1: + resolution: {integrity: sha512-mN9Zkdl/NeThntK8cydDoQOW6jUEpOeFgYR1RCKPLH51VQwlbdSgvvQIeanSQXEY4U7AM3x8cs1sxqMomIfRQg==} dependencies: '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-provider': 1.0.13 @@ -4865,8 +4906,8 @@ packages: '@walletconnect/relay-auth': 1.0.4 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.8.0 - '@walletconnect/utils': 2.8.0 + '@walletconnect/types': 2.8.1 + '@walletconnect/utils': 2.8.1 events: 3.3.0 lodash.isequal: 4.5.0 uint8arrays: 3.1.1 @@ -4902,8 +4943,8 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/ethereum-provider@2.8.0(@walletconnect/modal@2.4.5): - resolution: {integrity: sha512-nVVJtZUpoeurFjoEPYlrUHkT3YleCpEC9YAMKJyEIB3MZZInttcGxGyi0vwFQ+trCfuX8RrdKUPQ952NvxvCvw==} + /@walletconnect/ethereum-provider@2.8.1(@walletconnect/modal@2.5.2): + resolution: {integrity: sha512-YlF8CCiFTSEZRyANIBsop/U+t+d1Z1/UXXoE9+iwjSGKJsaym6PgBLPb2d8XdmS/qR6Tcx7lVodTp4cVtezKnA==} peerDependencies: '@walletconnect/modal': '>=2' peerDependenciesMeta: @@ -4914,11 +4955,11 @@ packages: '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 - '@walletconnect/modal': 2.4.5(react@18.2.0) - '@walletconnect/sign-client': 2.8.0 - '@walletconnect/types': 2.8.0 - '@walletconnect/universal-provider': 2.8.0 - '@walletconnect/utils': 2.8.0 + '@walletconnect/modal': 2.5.2(react@18.2.0) + '@walletconnect/sign-client': 2.8.1 + '@walletconnect/types': 2.8.1 + '@walletconnect/universal-provider': 2.8.1 + '@walletconnect/utils': 2.8.1 events: 3.3.0 transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -5070,11 +5111,31 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/modal@2.4.5(react@18.2.0): - resolution: {integrity: sha512-t+sII7GIMsKDr0wvSJxzlpcbxw35WthuVpAqPlzMS7roSPmQZT18KO8Iu4ccLkNZF+ioptRTpBUKtk2eeuaqlQ==} + /@walletconnect/modal-core@2.5.2(react@18.2.0): + resolution: {integrity: sha512-meYjouZxAik0peyhxDUTRY77uu/r4tLe1QoJp/Ra3brHD0i93uwX5U8RlBNDLGQhLGIraZl6xNANcxHGRHFSuQ==} dependencies: - '@web3modal/core': 2.4.5(react@18.2.0) - '@web3modal/ui': 2.4.5(react@18.2.0) + buffer: 6.0.3 + valtio: 1.10.5(react@18.2.0) + transitivePeerDependencies: + - react + dev: false + + /@walletconnect/modal-ui@2.5.2(react@18.2.0): + resolution: {integrity: sha512-ZbHsFP+LWvyJ3wwJf3nJKkwqMOHpJ5ECnAZgopMX+hp/bS+4JEeCzUy1StmzyriT6RImLFRQkI6Zas/NetaUnw==} + dependencies: + '@walletconnect/modal-core': 2.5.2(react@18.2.0) + lit: 2.7.5 + motion: 10.16.2 + qrcode: 1.5.3 + transitivePeerDependencies: + - react + dev: false + + /@walletconnect/modal@2.5.2(react@18.2.0): + resolution: {integrity: sha512-vMLAQFjbMeXZ3+ojb+0OmMRpXCg92vCWJS2t3pF6XyxZrp/qxB9W87HwP7q6ecJtePM1Snil5QlpXipprqzr9g==} + dependencies: + '@walletconnect/modal-core': 2.5.2(react@18.2.0) + '@walletconnect/modal-ui': 2.5.2(react@18.2.0) transitivePeerDependencies: - react dev: false @@ -5112,17 +5173,17 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/sign-client@2.8.0: - resolution: {integrity: sha512-+l9qwvVeUGk0fBQsgx6yb6hdGYt8uQ3a9jR9GgsJvm8FjFh1oUzTKqFnG7XdhCBnzFnbSoLr41Xe8PbN8qoUSw==} + /@walletconnect/sign-client@2.8.1: + resolution: {integrity: sha512-6DbpjP9BED2YZOZdpVgYo0HwPBV7k99imnsdMFrTn16EFAxhuYP0/qPwum9d072oNMGWJSA6d4rzc8FHNtHsCA==} dependencies: - '@walletconnect/core': 2.8.0 + '@walletconnect/core': 2.8.1 '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.0.1 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.8.0 - '@walletconnect/utils': 2.8.0 + '@walletconnect/types': 2.8.1 + '@walletconnect/utils': 2.8.1 events: 3.3.0 transitivePeerDependencies: - '@react-native-async-storage/async-storage' @@ -5137,8 +5198,8 @@ packages: tslib: 1.14.1 dev: false - /@walletconnect/types@2.8.0: - resolution: {integrity: sha512-FMeGK3lGXFDwcs5duoN74xL1aLrkgYqnavWE0DnFPt2i1QmSUITU9c8f88EDh8uPXANd2WIYOItm0DVCNxLGGA==} + /@walletconnect/types@2.8.1: + resolution: {integrity: sha512-MLISp85b+27vVkm3Wkud+eYCwySXCdOrmn0yQCSN6DnRrrunrD05ksz4CXGP7h2oXUvvXPDt/6lXBf1B4AfqrA==} dependencies: '@walletconnect/events': 1.0.1 '@walletconnect/heartbeat': 1.2.1 @@ -5151,17 +5212,17 @@ packages: - lokijs dev: false - /@walletconnect/universal-provider@2.8.0: - resolution: {integrity: sha512-BMsGiINI3rT7DRyDJM7miuWG6vDVE0PV6zMcCXIMDYYPay7zFvJxv2VHEx9an4MutrvQR76NTRyG//i1K84VOQ==} + /@walletconnect/universal-provider@2.8.1: + resolution: {integrity: sha512-6shgE4PM/S+GEh9oTWMloHZlt2BLsCitRn9tBh2Vf+jZiGlug3WNm+tBc/Fo6ILyHuzeYPbkzCM67AxcutOHGQ==} dependencies: '@walletconnect/jsonrpc-http-connection': 1.0.7 '@walletconnect/jsonrpc-provider': 1.0.13 '@walletconnect/jsonrpc-types': 1.0.3 '@walletconnect/jsonrpc-utils': 1.0.8 '@walletconnect/logger': 2.0.1 - '@walletconnect/sign-client': 2.8.0 - '@walletconnect/types': 2.8.0 - '@walletconnect/utils': 2.8.0 + '@walletconnect/sign-client': 2.8.1 + '@walletconnect/types': 2.8.1 + '@walletconnect/utils': 2.8.1 eip1193-provider: 1.0.1 events: 3.3.0 transitivePeerDependencies: @@ -5173,8 +5234,8 @@ packages: - utf-8-validate dev: false - /@walletconnect/utils@2.8.0: - resolution: {integrity: sha512-Q8OwMtUevIn1+64LXyTMLlhH58k3UOAjU5b3smYZ7CEEmwEGpOTfTDAWrB3v+ZDIhjyqP94+8fuvKIbcVLKLWA==} + /@walletconnect/utils@2.8.1: + resolution: {integrity: sha512-d6p9OX3v70m6ijp+j4qvqiQZQU1vbEHN48G8HqXasyro3Z+N8vtcB5/gV4pTYsbWgLSDtPHj49mzbWQ0LdIdTw==} dependencies: '@stablelib/chacha20poly1305': 1.0.1 '@stablelib/hkdf': 1.0.1 @@ -5184,7 +5245,7 @@ packages: '@walletconnect/relay-api': 1.0.9 '@walletconnect/safe-json': 1.0.2 '@walletconnect/time': 1.0.2 - '@walletconnect/types': 2.8.0 + '@walletconnect/types': 2.8.1 '@walletconnect/window-getters': 1.0.1 '@walletconnect/window-metadata': 1.0.1 detect-browser: 5.3.0 @@ -5208,26 +5269,6 @@ packages: tslib: 1.14.1 dev: false - /@web3modal/core@2.4.5(react@18.2.0): - resolution: {integrity: sha512-iulOIW2irVaq+xWTzzM2xbRI4TCR0yTnV2Yz+ifIFl+r3OF3ZOC1jsy4jJnKL7/6e7p4NmmKJk0/w951KzCF5g==} - dependencies: - buffer: 6.0.3 - valtio: 1.10.5(react@18.2.0) - transitivePeerDependencies: - - react - dev: false - - /@web3modal/ui@2.4.5(react@18.2.0): - resolution: {integrity: sha512-LvGjGL7vyQrUrrQOtFAK0SyxJs1yozOnJjP7s7gWXJa7wFWCE+kVjrhE8VrKbwx7nHe78IFA1rs7V1ncCirqVQ==} - dependencies: - '@web3modal/core': 2.4.5(react@18.2.0) - lit: 2.7.5 - motion: 10.16.2 - qrcode: 1.5.3 - transitivePeerDependencies: - - react - dev: false - /@webassemblyjs/ast@1.11.6: resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} dependencies: @@ -5592,10 +5633,10 @@ packages: tslib: 2.5.3 dev: false - /aria-query@5.1.3: - resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} + /aria-query@5.2.1: + resolution: {integrity: sha512-7uFg4b+lETFgdaJyETnILsXgnnzVnkHcgRbwbPwevm5x/LmUlt3MjczMRe1zg824iBgXZNRPTBftNYyRSKLp2g==} dependencies: - deep-equal: 2.2.1 + dequal: 2.0.3 dev: true /array-buffer-byte-length@1.0.0: @@ -5771,13 +5812,13 @@ packages: - debug dev: false - /axobject-query@3.1.1: - resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} + /axobject-query@3.2.1: + resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} dependencies: - deep-equal: 2.2.1 + dequal: 2.0.3 dev: true - /babel-loader@9.1.2(@babel/core@7.22.5)(webpack@5.87.0): + /babel-loader@9.1.2(@babel/core@7.22.5)(webpack@5.88.0): resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -5787,7 +5828,7 @@ packages: '@babel/core': 7.22.5 find-cache-dir: 3.3.2 schema-utils: 4.1.0 - webpack: 5.87.0(esbuild@0.18.6) + webpack: 5.88.0(esbuild@0.18.6) dev: true /babel-plugin-macros@3.1.0: @@ -6047,6 +6088,9 @@ packages: /caniuse-lite@1.0.30001504: resolution: {integrity: sha512-5uo7eoOp2mKbWyfMXnGO9rJWOGU8duvzEiYITW+wivukL7yHH4gX9yuRaobu6El4jPxo6jKZfG+N6fB621GD/Q==} + /caniuse-lite@1.0.30001507: + resolution: {integrity: sha512-SFpUDoSLCaE5XYL2jfqe9ova/pbQHEmbheDf5r4diNwbAgR3qxM9NQtfsiSscjqoya5K7kFcHPUQ+VsUkIJR4A==} + /canvas-confetti@1.6.0: resolution: {integrity: sha512-ej+w/m8Jzpv9Z7W7uJZer14Ke8P2ogsjg4ZMGIuq4iqUOqY2Jq8BNW42iGmNfRwREaaEfFIczLuZZiEVSYNHAA==} dev: false @@ -6163,14 +6207,14 @@ packages: engines: {node: '>=6'} dev: true - /clean-webpack-plugin@4.0.0(webpack@5.87.0): + /clean-webpack-plugin@4.0.0(webpack@5.88.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.87.0(esbuild@0.18.6) + webpack: 5.88.0(esbuild@0.18.6) dev: true /clear-module@4.1.2: @@ -6428,7 +6472,7 @@ packages: async-retry: 1.3.3 eip1193-types: 0.2.1 p-limit: 3.1.0 - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) transitivePeerDependencies: - bufferutil - typescript @@ -6939,29 +6983,6 @@ packages: mimic-response: 3.1.0 dev: false - /deep-equal@2.2.1: - resolution: {integrity: sha512-lKdkdV6EOGoVn65XaOsPdH4rMxTZOnmFyuIkMjM1i5HHCbfjC97dawgTAy0deYNfuqUqW+Q5VrVaQYtUpSd6yQ==} - dependencies: - array-buffer-byte-length: 1.0.0 - call-bind: 1.0.2 - es-get-iterator: 1.1.3 - get-intrinsic: 1.2.1 - is-arguments: 1.1.1 - is-array-buffer: 3.0.2 - is-date-object: 1.0.5 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 - isarray: 2.0.5 - object-is: 1.1.5 - object-keys: 1.1.1 - object.assign: 4.1.4 - regexp.prototype.flags: 1.5.0 - side-channel: 1.0.4 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.1 - which-typed-array: 1.1.9 - dev: true - /deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} @@ -7053,7 +7074,6 @@ packages: /dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} - dev: false /detect-browser@5.3.0: resolution: {integrity: sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==} @@ -7304,20 +7324,6 @@ packages: which-typed-array: 1.1.9 dev: true - /es-get-iterator@1.1.3: - resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - has-symbols: 1.0.3 - is-arguments: 1.1.1 - is-map: 2.0.2 - is-set: 2.0.2 - is-string: 1.0.7 - isarray: 2.0.5 - stop-iteration-iterator: 1.0.0 - dev: true - /es-module-lexer@1.3.0: resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} dev: true @@ -7414,8 +7420,8 @@ packages: engines: {node: '>=12'} dev: false - /eslint-config-next@13.4.6(eslint@8.43.0)(typescript@5.1.3): - resolution: {integrity: sha512-nlv4FYish1RYYHILbQwM5/rD37cOvEqtMfDjtQCYbXdE2O3MggqHu2q6IDeLE2Z6u8ZJyNPgWOA6OimWcxj3qw==} + /eslint-config-next@13.4.7(eslint@8.43.0)(typescript@5.1.3): + resolution: {integrity: sha512-+IRAyD0+J1MZaTi9RQMPUfr6Q+GCZ1wOkK6XM52Vokh7VI4R6YFGOFzdkEFHl4ZyIX4FKa5vcwUP2WscSFNjNQ==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 typescript: '>=3.3.1' @@ -7423,13 +7429,13 @@ packages: typescript: optional: true dependencies: - '@next/eslint-plugin-next': 13.4.6 - '@rushstack/eslint-patch': 1.3.1 - '@typescript-eslint/parser': 5.59.9(eslint@8.43.0)(typescript@5.1.3) + '@next/eslint-plugin-next': 13.4.7 + '@rushstack/eslint-patch': 1.3.2 + '@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.1.3) eslint: 8.43.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) eslint-plugin-jsx-a11y: 6.7.1(eslint@8.43.0) eslint-plugin-react: 7.32.2(eslint@8.43.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.43.0) @@ -7449,7 +7455,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0): + /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0): resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -7459,10 +7465,10 @@ packages: debug: 4.3.4 enhanced-resolve: 5.15.0 eslint: 8.43.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) get-tsconfig: 4.6.0 - globby: 13.1.4 + globby: 13.2.0 is-core-module: 2.12.1 is-glob: 4.0.3 synckit: 0.8.5 @@ -7473,7 +7479,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -7494,16 +7500,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.59.9(eslint@8.43.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.1.3) debug: 3.2.7 eslint: 8.43.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.43.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0): + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -7513,7 +7519,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.59.9(eslint@8.43.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.1.3) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -7521,7 +7527,7 @@ packages: doctrine: 2.1.0 eslint: 8.43.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) has: 1.0.3 is-core-module: 2.12.1 is-glob: 4.0.3 @@ -7543,12 +7549,12 @@ packages: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: '@babel/runtime': 7.22.5 - aria-query: 5.1.3 + aria-query: 5.2.1 array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 ast-types-flow: 0.0.7 axe-core: 4.7.2 - axobject-query: 3.1.1 + axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 eslint: 8.43.0 @@ -8260,8 +8266,8 @@ packages: slash: 3.0.0 dev: true - /globby@13.1.4: - resolution: {integrity: sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==} + /globby@13.2.0: + resolution: {integrity: sha512-jWsQfayf13NvqKUIL3Ta+CIqMnvlaIDFveWE/dpOZ9+3AMEJozsxDvKA02zync9UuvOM8rOXzsD5GqKP4OnWPQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 @@ -8780,6 +8786,7 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 + dev: false /is-array-buffer@3.0.2: resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} @@ -8891,10 +8898,6 @@ packages: is-docker: 3.0.0 dev: true - /is-map@2.0.2: - resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} - dev: true - /is-module@1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} dev: true @@ -8971,10 +8974,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /is-set@2.0.2: - resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} - dev: true - /is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: @@ -9018,23 +9017,12 @@ packages: /is-typedarray@1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} - /is-weakmap@2.0.1: - resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} - dev: true - /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 dev: true - /is-weakset@2.0.2: - resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - dev: true - /is-what@4.1.15: resolution: {integrity: sha512-uKua1wfy3Yt+YqsD6mTUEa2zSi3G1oPlqTflgaPJ7z63vUGN5pxFpnQfeSLMFnJDEsdvOtkp1rUWkYjB4YfhgA==} engines: {node: '>=12.13'} @@ -9047,10 +9035,6 @@ packages: is-docker: 2.2.1 dev: true - /isarray@2.0.5: - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} - dev: true - /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} dev: true @@ -10448,8 +10432,8 @@ packages: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: true - /next@13.4.6(@babel/core@7.22.5)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sjVqjxU+U2aXZnYt4Ud6CTLNNwWjdSfMgemGpIQJcN3Z7Jni9xRWbR0ie5fQzCg87aLqQVhKA2ud2gPoqJ9lGw==} + /next@13.4.7(@babel/core@7.22.5)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-M8z3k9VmG51SRT6v5uDKdJXcAqLzP3C+vaKfLIAM0Mhx1um1G7MDnO63+m52qPdZfrTFzMZNzfsgvm3ghuVHIQ==} engines: {node: '>=16.8.0'} hasBin: true peerDependencies: @@ -10466,10 +10450,10 @@ packages: sass: optional: true dependencies: - '@next/env': 13.4.6 + '@next/env': 13.4.7 '@swc/helpers': 0.5.1 busboy: 1.6.0 - caniuse-lite: 1.0.30001504 + caniuse-lite: 1.0.30001507 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -10477,15 +10461,15 @@ packages: watchpack: 2.4.0 zod: 3.21.4 optionalDependencies: - '@next/swc-darwin-arm64': 13.4.6 - '@next/swc-darwin-x64': 13.4.6 - '@next/swc-linux-arm64-gnu': 13.4.6 - '@next/swc-linux-arm64-musl': 13.4.6 - '@next/swc-linux-x64-gnu': 13.4.6 - '@next/swc-linux-x64-musl': 13.4.6 - '@next/swc-win32-arm64-msvc': 13.4.6 - '@next/swc-win32-ia32-msvc': 13.4.6 - '@next/swc-win32-x64-msvc': 13.4.6 + '@next/swc-darwin-arm64': 13.4.7 + '@next/swc-darwin-x64': 13.4.7 + '@next/swc-linux-arm64-gnu': 13.4.7 + '@next/swc-linux-arm64-musl': 13.4.7 + '@next/swc-linux-x64-gnu': 13.4.7 + '@next/swc-linux-x64-musl': 13.4.7 + '@next/swc-win32-arm64-msvc': 13.4.7 + '@next/swc-win32-ia32-msvc': 13.4.7 + '@next/swc-win32-x64-msvc': 13.4.7 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -10610,14 +10594,6 @@ packages: /object-inspect@1.12.3: resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} - /object-is@1.1.5: - resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - dev: true - /object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -11337,10 +11313,10 @@ packages: - csstype dev: false - /react-i18next@13.0.0(i18next@23.2.3)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-qRFbrSgynsBSjfnSTb/Um3mw9uPjOfDi4Iq2rMCuzfsRsYGdkEdyCr0i+T0bR0bG6xwULvK4k1oRVLLd7ZDBVw==} + /react-i18next@13.0.1(i18next@23.2.3)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-gMO6N2GfSfuH7xlHSsZ/mZf+Py9bLm/+EDKIn5fNTuDTjcCcwmMU5UEuGCDk5mdfivbo7ySyYXBN7B9tbGUxiA==} peerDependencies: - i18next: '>= 23.0.1' + i18next: '>= 23.2.3' react: '>= 16.8.0' react-dom: '*' react-native: '*' @@ -11368,8 +11344,8 @@ packages: /react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - /react-parallax-tilt@1.7.148(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-VQCpQlF+x8ygyZSDsHySfudfEKWRttcYWW1RoUdvDfAVE29OcU5EAnwxDu9c+eoqEi1GKwv7yH5rskdQmmzc/g==} + /react-parallax-tilt@1.7.149(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-rcxYLMnej/JeRrJFicUsuivl7x7/1rDrKG7zeHH2zUvWvy93LPZjWH7nXaP0Jxav3BbO0v5U+SZ34ouOhM4P/g==} 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 @@ -11521,8 +11497,8 @@ packages: swr: 2.1.5(react@18.2.0) dev: false - /react-virtuoso@4.3.10(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-/LDICLCmPRDMOheCKmuHj/U7CGjLT/WtMWZGfOothhhubQeWGbR6mtGyd+uD80Yw/n3ICZtYwERQZnTM8eC0ag==} + /react-virtuoso@4.3.11(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-0YrCvQ5GsIKRcN34GxrzhSJGuMNI+hGxWci5cTVuPQ8QWTEsrKfCyqm7YNBMmV3pu7onG1YVUBo86CyCXdejXg==} engines: {node: '>=10'} peerDependencies: react: '>=16 || >=17 || >= 18' @@ -12094,6 +12070,13 @@ packages: dependencies: lru-cache: 6.0.0 + /semver@7.5.3: + resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + /sentence-splitter@4.2.1: resolution: {integrity: sha512-zn7awgCg40lyb+fe6N/fRJS3r+Ag3SmrmiYHZZSM9oQ2HTnwSMooUgQXSMLeQdi5HWMYOnhrovE2JZ3pyGU0dg==} dependencies: @@ -12312,13 +12295,6 @@ packages: resolution: {integrity: sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==} dev: false - /stop-iteration-iterator@1.0.0: - resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} - engines: {node: '>= 0.4'} - dependencies: - internal-slot: 1.0.5 - dev: true - /stream-browserify@3.0.0: resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} dependencies: @@ -12690,7 +12666,7 @@ packages: unique-string: 2.0.0 dev: true - /terser-webpack-plugin@5.3.9(esbuild@0.18.6)(webpack@5.87.0): + /terser-webpack-plugin@5.3.9(esbuild@0.18.6)(webpack@5.88.0): resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -12712,7 +12688,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 6.0.1 terser: 5.17.7 - webpack: 5.87.0(esbuild@0.18.6) + webpack: 5.88.0(esbuild@0.18.6) dev: true /terser@5.17.7: @@ -13265,8 +13241,8 @@ packages: vfile-message: 3.1.4 dev: false - /viem@1.1.4(typescript@5.1.3)(zod@3.21.4): - resolution: {integrity: sha512-3bJkS60Sw6Rf6a2ydKDnDxAI0PTZK0yGoyux2nqPSBoXBL+w9hXPNcnm8Uf6FlKce5sQadVRfi2n6MrgzablxA==} + /viem@1.1.6(typescript@5.1.3)(zod@3.21.4): + resolution: {integrity: sha512-7nK3HMucLr1Yz0QnDXiD6viigKS6QeYD/YhRHpi3Bby/g0hCyZqK8+YJNtp3/Ri64tpl4kaTIeCScJWV2jqXHQ==} peerDependencies: typescript: '>=5.0.4' dependencies: @@ -13310,8 +13286,8 @@ packages: xml-name-validator: 4.0.0 dev: false - /wagmi@1.2.0(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.4)(zod@3.21.4): - resolution: {integrity: sha512-VSSBEVDMZAWIcWTlewC1XypHsWa1FdkdYXWdgu5pqTCqnW6JKWGsR5TbQY3poCIQoC7B2okisElZT2oVSYbA5Q==} + /wagmi@1.2.1(immer@10.0.2)(react-dom@18.2.0)(react@18.2.0)(typescript@5.1.3)(viem@1.1.6)(zod@3.21.4): + resolution: {integrity: sha512-lPV4+ktMYEjjPnQAY6YLy5wjJJVVboX4YzEqhL/xQrl0rwQBkOU8q17BVnOOn26LVGfAeeyBp2elSaebTLQQzA==} peerDependencies: react: '>=17.0.0' typescript: '>=5.0.4' @@ -13320,15 +13296,15 @@ packages: typescript: optional: true dependencies: - '@tanstack/query-sync-storage-persister': 4.29.11 - '@tanstack/react-query': 4.29.14(react-dom@18.2.0)(react@18.2.0) - '@tanstack/react-query-persist-client': 4.29.14(@tanstack/react-query@4.29.14) - '@wagmi/core': 1.2.0(immer@10.0.2)(react@18.2.0)(typescript@5.1.3)(viem@1.1.4)(zod@3.21.4) + '@tanstack/query-sync-storage-persister': 4.29.15 + '@tanstack/react-query': 4.29.15(react-dom@18.2.0)(react@18.2.0) + '@tanstack/react-query-persist-client': 4.29.15(@tanstack/react-query@4.29.15) + '@wagmi/core': 1.2.1(immer@10.0.2)(react@18.2.0)(typescript@5.1.3)(viem@1.1.6)(zod@3.21.4) abitype: 0.8.7(typescript@5.1.3)(zod@3.21.4) react: 18.2.0 typescript: 5.1.3 use-sync-external-store: 1.2.0(react@18.2.0) - viem: 1.1.4(typescript@5.1.3)(zod@3.21.4) + viem: 1.1.6(typescript@5.1.3)(zod@3.21.4) transitivePeerDependencies: - '@react-native-async-storage/async-storage' - bufferutil @@ -13407,8 +13383,8 @@ packages: engines: {node: '>=10.13.0'} dev: true - /webpack@5.87.0(esbuild@0.18.6): - resolution: {integrity: sha512-GOu1tNbQ7p1bDEoFRs2YPcfyGs8xq52yyPBZ3m2VGnXGtV9MxjrkABHm4V9Ia280OefsSLzvbVoXcfLxjKY/Iw==} + /webpack@5.88.0(esbuild@0.18.6): + resolution: {integrity: sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -13438,7 +13414,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.9(esbuild@0.18.6)(webpack@5.87.0) + terser-webpack-plugin: 5.3.9(esbuild@0.18.6)(webpack@5.88.0) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -13495,15 +13471,6 @@ packages: is-symbol: 1.0.4 dev: true - /which-collection@1.0.1: - resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} - dependencies: - is-map: 2.0.2 - is-set: 2.0.2 - is-weakmap: 2.0.1 - is-weakset: 2.0.2 - dev: true - /which-module@2.0.1: resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} dev: false @@ -13681,7 +13648,7 @@ packages: resolution: {integrity: sha512-SWfEouQfjRiZ7GNABzHUKUyj8pCoe+RwjfOIajcx6J5mtgKkN+t8UToHnpaJL5UVVOf5YhJh+OHhbVNIHe+LVA==} dev: true - /workbox-webpack-plugin@7.0.0(webpack@5.87.0): + /workbox-webpack-plugin@7.0.0(webpack@5.88.0): resolution: {integrity: sha512-R1ZzCHPfzeJjLK2/TpKUhxSQ3fFDCxlWxgRhhSjMQLz3G2MlBnyw/XeYb34e7SGgSv0qG22zEhMIzjMNqNeKbw==} engines: {node: '>=16.0.0'} peerDependencies: @@ -13690,7 +13657,7 @@ packages: fast-json-stable-stringify: 2.1.0 pretty-bytes: 5.6.0 upath: 1.2.0 - webpack: 5.87.0(esbuild@0.18.6) + webpack: 5.88.0(esbuild@0.18.6) webpack-sources: 1.4.3 workbox-build: 7.0.0 transitivePeerDependencies: