From 61afa67277a1d09188b069034579d916813cc20d Mon Sep 17 00:00:00 2001 From: Kris Haamer Date: Tue, 23 Jul 2024 10:12:22 +0300 Subject: [PATCH] Upgrade --- app/action.tsx | 2 +- package.json | 34 +- pnpm-lock.yaml | 1080 +++++++++++++++++++++++++----------------------- 3 files changed, 570 insertions(+), 546 deletions(-) diff --git a/app/action.tsx b/app/action.tsx index 2fdffd2..1a81e64 100644 --- a/app/action.tsx +++ b/app/action.tsx @@ -105,7 +105,7 @@ async function submitUserMessage(content: string) { const investingData = await kv.get("investingData"); const completion = runOpenAICompletion(openai, { - model: "gpt-4-turbo", + model: "gpt-4o", response_format: { type: "text" }, stream: true, messages: [ diff --git a/package.json b/package.json index 3b82868..9fb44f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ziran-generative-ui", "private": true, - "version": "0.0.1", + "version": "0.5.0", "scripts": { "dev": "next dev", "build": "next build", @@ -12,8 +12,8 @@ }, "dependencies": { "@fullstory/browser": "^2.0.5", - "@next/third-parties": "^14.2.4", - "@pinecone-database/pinecone": "^2.2.2", + "@next/third-parties": "^14.2.5", + "@pinecone-database/pinecone": "^3.0.0", "@polygon.io/client-js": "^7.3.2", "@radix-ui/colors": "^3.0.0", "@radix-ui/react-avatar": "^1.1.0", @@ -25,12 +25,12 @@ "@radix-ui/react-tabs": "^1.1.0", "@radix-ui/react-toast": "^1.2.1", "@radix-ui/react-tooltip": "^1.1.2", - "@upstash/ratelimit": "^1.2.1", - "@upstash/redis": "^1.32.0", + "@upstash/ratelimit": "^2.0.1", + "@upstash/redis": "^1.33.0", "@vercel/analytics": "^1.3.1", "@vercel/kv": "^2.0.0", "@vis.gl/react-google-maps": "^1.1.0", - "ai": "3.2.16", + "ai": "3.2.33", "chart.js": "^4.4.3", "chartjs-chart-financial": "^0.2.1", "class-variance-authority": "^0.7.0", @@ -40,27 +40,27 @@ "date-fns": "^3.6.0", "dewy-ts": "^0.4.0", "finnhub": "^1.2.18", - "geist": "^1.3.0", - "highcharts": "^11.4.5", + "geist": "^1.3.1", + "highcharts": "^11.4.6", "highcharts-react-official": "^3.2.1", "lottie-react": "^2.4.0", "next": "15.0.0-rc.0", "next-auth": "5.0.0-beta.16", "next-themes": "^0.3.0", - "openai": "^4.52.3", + "openai": "^4.53.0", "react": "19.0.0-rc-f38c22b244-20240704", "react-chartjs-2": "^5.2.0", "react-dom": "19.0.0-rc-f38c22b244-20240704", "react-financial-charts": "^2.0.1", "react-hotjar": "^6.3.1", - "react-intersection-observer": "^9.10.3", + "react-intersection-observer": "^9.13.0", "react-markdown": "^9.0.1", "react-swipeable": "^7.0.1", "react-textarea-autosize": "^8.5.3", "remark-gfm": "^4.0.0", - "sass": "^1.77.6", + "sass": "^1.77.8", "server-only": "^0.0.1", - "swiper": "^11.1.4", + "swiper": "^11.1.5", "tailwind-merge": "^2.4.0", "tailwindcss-animate": "^1.0.7", "usehooks-ts": "^3.1.0", @@ -71,14 +71,14 @@ "@faker-js/faker": "^8.4.1", "@types/d3": "^7.4.3", "@types/d3-scale": "^4.0.8", - "@types/node": "^20.14.10", + "@types/node": "^20.14.11", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "eslint": "9.6.0", + "eslint": "9.7.0", "eslint-config-next": "15.0.0-rc.0", "postcss": "^8.4.39", - "prettier": "^3.3.2", - "tailwindcss": "^3.4.4", - "typescript": "^5.5.3" + "prettier": "^3.3.3", + "tailwindcss": "^3.4.6", + "typescript": "^5.5.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a00236c..695bdbd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,11 +12,11 @@ importers: specifier: ^2.0.5 version: 2.0.5 '@next/third-parties': - specifier: ^14.2.4 - version: 14.2.4(next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6))(react@19.0.0-rc-f38c22b244-20240704) + specifier: ^14.2.5 + version: 14.2.5(next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8))(react@19.0.0-rc-f38c22b244-20240704) '@pinecone-database/pinecone': - specifier: ^2.2.2 - version: 2.2.2 + specifier: ^3.0.0 + version: 3.0.0 '@polygon.io/client-js': specifier: ^7.3.2 version: 7.3.2(encoding@0.1.13) @@ -51,14 +51,14 @@ importers: specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) '@upstash/ratelimit': - specifier: ^1.2.1 - version: 1.2.1 + specifier: ^2.0.1 + version: 2.0.1 '@upstash/redis': - specifier: ^1.32.0 - version: 1.32.0 + specifier: ^1.33.0 + version: 1.33.0 '@vercel/analytics': specifier: ^1.3.1 - version: 1.3.1(next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6))(react@19.0.0-rc-f38c22b244-20240704) + version: 1.3.1(next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8))(react@19.0.0-rc-f38c22b244-20240704) '@vercel/kv': specifier: ^2.0.0 version: 2.0.0 @@ -66,8 +66,8 @@ importers: specifier: ^1.1.0 version: 1.1.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) ai: - specifier: 3.2.16 - version: 3.2.16(openai@4.52.3(encoding@0.1.13))(react@19.0.0-rc-f38c22b244-20240704)(solid-js@1.8.18)(svelte@4.2.18)(vue@3.4.31(typescript@5.5.3))(zod@3.23.8) + specifier: 3.2.33 + version: 3.2.33(openai@4.53.0(encoding@0.1.13))(react@19.0.0-rc-f38c22b244-20240704)(solid-js@1.8.18)(svelte@4.2.18)(vue@3.4.33(typescript@5.5.4))(zod@3.23.8) chart.js: specifier: ^4.4.3 version: 4.4.3 @@ -91,34 +91,34 @@ importers: version: 3.6.0 dewy-ts: specifier: ^0.4.0 - version: 0.4.0(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)) + version: 0.4.0(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)) finnhub: specifier: ^1.2.18 - version: 1.2.18(@babel/core@7.24.7) + version: 1.2.18(@babel/core@7.24.9) geist: - specifier: ^1.3.0 - version: 1.3.0(next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6)) + specifier: ^1.3.1 + version: 1.3.1(next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8)) highcharts: - specifier: ^11.4.5 - version: 11.4.5 + specifier: ^11.4.6 + version: 11.4.6 highcharts-react-official: specifier: ^3.2.1 - version: 3.2.1(highcharts@11.4.5)(react@19.0.0-rc-f38c22b244-20240704) + version: 3.2.1(highcharts@11.4.6)(react@19.0.0-rc-f38c22b244-20240704) lottie-react: specifier: ^2.4.0 version: 2.4.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) next: specifier: 15.0.0-rc.0 - version: 15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6) + version: 15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8) next-auth: specifier: 5.0.0-beta.16 - version: 5.0.0-beta.16(next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6))(react@19.0.0-rc-f38c22b244-20240704) + version: 5.0.0-beta.16(next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8))(react@19.0.0-rc-f38c22b244-20240704) next-themes: specifier: ^0.3.0 version: 0.3.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) openai: - specifier: ^4.52.3 - version: 4.52.3(encoding@0.1.13) + specifier: ^4.53.0 + version: 4.53.0(encoding@0.1.13) react: specifier: 19.0.0-rc-f38c22b244-20240704 version: 19.0.0-rc-f38c22b244-20240704 @@ -135,8 +135,8 @@ importers: specifier: ^6.3.1 version: 6.3.1 react-intersection-observer: - specifier: ^9.10.3 - version: 9.10.3(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) + specifier: ^9.13.0 + version: 9.13.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704) react-markdown: specifier: ^9.0.1 version: 9.0.1(@types/react@18.3.3)(react@19.0.0-rc-f38c22b244-20240704) @@ -150,20 +150,20 @@ importers: specifier: ^4.0.0 version: 4.0.0 sass: - specifier: ^1.77.6 - version: 1.77.6 + specifier: ^1.77.8 + version: 1.77.8 server-only: specifier: ^0.0.1 version: 0.0.1 swiper: - specifier: ^11.1.4 - version: 11.1.4 + specifier: ^11.1.5 + version: 11.1.5 tailwind-merge: specifier: ^2.4.0 version: 2.4.0 tailwindcss-animate: specifier: ^1.0.7 - version: 1.0.7(tailwindcss@3.4.4) + version: 1.0.7(tailwindcss@3.4.6) usehooks-ts: specifier: ^3.1.0 version: 3.1.0(react@19.0.0-rc-f38c22b244-20240704) @@ -184,8 +184,8 @@ importers: specifier: ^4.0.8 version: 4.0.8 '@types/node': - specifier: ^20.14.10 - version: 20.14.10 + specifier: ^20.14.11 + version: 20.14.11 '@types/react': specifier: ^18.3.3 version: 18.3.3 @@ -193,28 +193,28 @@ importers: specifier: ^18.3.0 version: 18.3.0 eslint: - specifier: 9.6.0 - version: 9.6.0 + specifier: 9.7.0 + version: 9.7.0 eslint-config-next: specifier: 15.0.0-rc.0 - version: 15.0.0-rc.0(eslint@9.6.0)(typescript@5.5.3) + version: 15.0.0-rc.0(eslint@9.7.0)(typescript@5.5.4) postcss: specifier: ^8.4.39 version: 8.4.39 prettier: - specifier: ^3.3.2 - version: 3.3.2 + specifier: ^3.3.3 + version: 3.3.3 tailwindcss: - specifier: ^3.4.4 - version: 3.4.4 + specifier: ^3.4.6 + version: 3.4.6 typescript: - specifier: ^5.5.3 - version: 5.5.3 + specifier: ^5.5.4 + version: 5.5.4 packages: - '@ai-sdk/provider-utils@1.0.0': - resolution: {integrity: sha512-Akq7MmGQII8xAuoVjJns/n/2BTUrF6qaXIj/3nEuXk/hPSdETlLWRSrjrTmLpte1VIPE5ecNzTALST+6nz47UQ==} + '@ai-sdk/provider-utils@0.0.14': + resolution: {integrity: sha512-PCQFN3MlC6DShS/81IFU9NVvt9OekQGiZTEowRc2AwAwWrDsv7er3UkcMswFAL/Z7xZKjgu0dZTNH1z9oUlo7A==} engines: {node: '>=18'} peerDependencies: zod: ^3.0.0 @@ -222,12 +222,25 @@ packages: zod: optional: true - '@ai-sdk/provider@0.0.11': - resolution: {integrity: sha512-VTipPQ92Moa5Ovg/nZIc8yNoIFfukZjUHZcQMduJbiUh3CLQyrBAKTEV9AwjPy8wgVxj3+GZjon0yyOJKhfp5g==} + '@ai-sdk/provider-utils@1.0.2': + resolution: {integrity: sha512-57f6O4OFVNEpI8Z8o+K40tIB3YQiTw+VCql/qrAO9Utq7Ti1o6+X9tvm177DlZJL7ft0Rwzvgy48S9YhrEKgmA==} + engines: {node: '>=18'} + peerDependencies: + zod: ^3.0.0 + peerDependenciesMeta: + zod: + optional: true + + '@ai-sdk/provider@0.0.10': + resolution: {integrity: sha512-NzkrtREQpHID1cTqY/C4CI30PVOaXWKYytDR2EcytmFgnP7Z6+CrGIA/YCnNhYAuUm6Nx+nGpRL/Hmyrv7NYzg==} + engines: {node: '>=18'} + + '@ai-sdk/provider@0.0.12': + resolution: {integrity: sha512-oOwPQD8i2Ynpn22cur4sk26FW3mSy6t6/X/K1Ay2yGBKYiSpRyLfObhOrZEGsXDx+3euKy4nEZ193R36NM+tpQ==} engines: {node: '>=18'} - '@ai-sdk/react@0.0.16': - resolution: {integrity: sha512-PUPjI4XB8or2m2NvRU8SBzGfSwjlJ19Mdde8LkeppFoNj++53kgM4BiniAsVRl8v8WNGZ55rrsLyY5g8h+gfeA==} + '@ai-sdk/react@0.0.26': + resolution: {integrity: sha512-cTsvC60khElrN13Z8EDzXUzvji/rmn8D5s/JGcsRbUTu07hcGiT/W6T6m3KzANXq/ydnbGpgHeptKPjAEItN7g==} engines: {node: '>=18'} peerDependencies: react: ^18 || ^19 @@ -238,8 +251,8 @@ packages: zod: optional: true - '@ai-sdk/solid@0.0.11': - resolution: {integrity: sha512-8L4YoNNmDWmdnqtKnFdmaDZ+bIf1m160NXSPMEDhhWvp+t1SGMS/eLemuYEkDnlO18hhM/0IKX8lbQEyz7QYPQ==} + '@ai-sdk/solid@0.0.19': + resolution: {integrity: sha512-i3QUWOo8bJgAlnqJixcb6YKJ3IAwIX3aTcOYGw8/SJHvOYRkydgHGoihpbxzl+L2B7F6FHPcjhZ6cB9j5echAw==} engines: {node: '>=18'} peerDependencies: solid-js: ^1.7.7 @@ -247,8 +260,8 @@ packages: solid-js: optional: true - '@ai-sdk/svelte@0.0.12': - resolution: {integrity: sha512-pSgIQhu0H2MRuoi/oj/5sq7UIK7Nm1oLRmZQ0tz2iQeqO2uo3Pe0si4n7lo8gb8gOMCyqJtqteb13A7rAlusfQ==} + '@ai-sdk/svelte@0.0.20': + resolution: {integrity: sha512-dv5a34NBRRizvPfvt1BUhiQwg/UsUlX6EaaNFjySbC6zYFjv19bq04+54AmmJvb+FbDa2lo1yaFK/WdH8B1m5A==} engines: {node: '>=18'} peerDependencies: svelte: ^3.0.0 || ^4.0.0 @@ -256,8 +269,8 @@ packages: svelte: optional: true - '@ai-sdk/ui-utils@0.0.9': - resolution: {integrity: sha512-RdC68yG1abpFQgpm3Tcn4hMbRzpRj0BXbphhwSpMwHqPQu4c/n82tYYJvhGB+rRXs/qLftLBS1NtrhqEYSVZTg==} + '@ai-sdk/ui-utils@0.0.17': + resolution: {integrity: sha512-+KJHoYvCUW+0kwzOYSEcQTixRMobm2WiSBre31K7t1cPbau9epp8QZHyMahnhZtKtXmM9k3wqZN7kxQXptFCiw==} engines: {node: '>=18'} peerDependencies: zod: ^3.0.0 @@ -265,8 +278,8 @@ packages: zod: optional: true - '@ai-sdk/vue@0.0.11': - resolution: {integrity: sha512-YXqrFCIo8iOCsTBagEAAH6YIgveZCvS66Lm+WcyYVC5ehwx4Hn2vSayaRUiqQiHxDkF/IdETURRKki/cGbp/eg==} + '@ai-sdk/vue@0.0.21': + resolution: {integrity: sha512-esqn0E6N04bUs8h38sd98+JAQbiGgFJX1JGUtsOQ0F9XLMgD6AuCGzEHNi2Q8B/xuOoxfEya+BIPEVez1//Y+A==} engines: {node: '>=18'} peerDependencies: vue: ^3.3.4 @@ -299,8 +312,8 @@ packages: nodemailer: optional: true - '@babel/cli@7.24.7': - resolution: {integrity: sha512-8dfPprJgV4O14WTx+AQyEA+opgUKPrsIXX/MdL50J1n06EQJ6m1T+CdsJe0qEC0B/Xl85i+Un5KVAxd/PACX9A==} + '@babel/cli@7.24.8': + resolution: {integrity: sha512-isdp+G6DpRyKc+3Gqxy2rjzgF7Zj9K0mzLNnxz+E/fgeag8qT3vVulX4gY9dGO1q0y+0lUv6V3a+uhUzMzrwXg==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: @@ -310,20 +323,20 @@ packages: resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} - '@babel/compat-data@7.24.7': - resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==} + '@babel/compat-data@7.24.9': + resolution: {integrity: sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==} engines: {node: '>=6.9.0'} - '@babel/core@7.24.7': - resolution: {integrity: sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==} + '@babel/core@7.24.9': + resolution: {integrity: sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg==} engines: {node: '>=6.9.0'} - '@babel/generator@7.24.7': - resolution: {integrity: sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==} + '@babel/generator@7.24.10': + resolution: {integrity: sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg==} engines: {node: '>=6.9.0'} - '@babel/helper-compilation-targets@7.24.7': - resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==} + '@babel/helper-compilation-targets@7.24.8': + resolution: {integrity: sha512-oU+UoqCHdp+nWVDkpldqIQL/i/bvAv53tRqLG/s+cOXxe66zOYLU7ar/Xs3LdmBihrUMEUhwu6dMZwbNOYDwvw==} engines: {node: '>=6.9.0'} '@babel/helper-environment-visitor@7.24.7': @@ -342,8 +355,8 @@ packages: resolution: {integrity: sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==} engines: {node: '>=6.9.0'} - '@babel/helper-module-transforms@7.24.7': - resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==} + '@babel/helper-module-transforms@7.24.9': + resolution: {integrity: sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -356,45 +369,45 @@ packages: resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} engines: {node: '>=6.9.0'} - '@babel/helper-string-parser@7.24.7': - resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==} + '@babel/helper-string-parser@7.24.8': + resolution: {integrity: sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==} engines: {node: '>=6.9.0'} '@babel/helper-validator-identifier@7.24.7': resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-option@7.24.7': - resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==} + '@babel/helper-validator-option@7.24.8': + resolution: {integrity: sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.24.7': - resolution: {integrity: sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==} + '@babel/helpers@7.24.8': + resolution: {integrity: sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ==} engines: {node: '>=6.9.0'} '@babel/highlight@7.24.7': resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} - '@babel/parser@7.24.7': - resolution: {integrity: sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==} + '@babel/parser@7.24.8': + resolution: {integrity: sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w==} engines: {node: '>=6.0.0'} hasBin: true - '@babel/runtime@7.24.7': - resolution: {integrity: sha512-UwgBRMjJP+xv857DCngvqXI3Iq6J4v0wXmwc6sapg+zyhbwmQX67LUEFrkK5tbyJ30jGuG3ZvWpBiB9LCy1kWw==} + '@babel/runtime@7.24.8': + resolution: {integrity: sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==} engines: {node: '>=6.9.0'} '@babel/template@7.24.7': resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==} engines: {node: '>=6.9.0'} - '@babel/traverse@7.24.7': - resolution: {integrity: sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA==} + '@babel/traverse@7.24.8': + resolution: {integrity: sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ==} engines: {node: '>=6.9.0'} - '@babel/types@7.24.7': - resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} + '@babel/types@7.24.9': + resolution: {integrity: sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==} engines: {node: '>=6.9.0'} '@emnapi/runtime@1.2.0': @@ -410,16 +423,16 @@ packages: resolution: {integrity: sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint/config-array@0.17.0': - resolution: {integrity: sha512-A68TBu6/1mHHuc5YJL0U0VVeGNiklLAL6rRmhTCP2B5XjWLMnrX+HkO+IAXyHvks5cyyY1jjK5ITPQ1HGS2EVA==} + '@eslint/config-array@0.17.1': + resolution: {integrity: sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/eslintrc@3.1.0': resolution: {integrity: sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@eslint/js@9.6.0': - resolution: {integrity: sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==} + '@eslint/js@9.7.0': + resolution: {integrity: sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@eslint/object-schema@2.1.4': @@ -430,11 +443,11 @@ packages: resolution: {integrity: sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'} - '@floating-ui/core@1.6.4': - resolution: {integrity: sha512-a4IowK4QkXl4SCWTGUR0INAfEOX3wtsYw3rKK5InQEHMGObkR8Xk44qYQD9P4r6HHw0iIfK6GUKECmY8sTkqRA==} + '@floating-ui/core@1.6.5': + resolution: {integrity: sha512-8GrTWmoFhm5BsMZOTHeGD2/0FLKLQQHvO/ZmQga4tKempYRLz8aqJGqXVuQgisnMObq2YZ2SgkwctN1LOOxcqA==} - '@floating-ui/dom@1.6.7': - resolution: {integrity: sha512-wmVfPG5o2xnKDU4jx/m4w5qva9FWHcnZ8BvzEe90D/RpwsJaTAVYPEPdQ8sbr/N8zZTAHlZUTQdqg8ZUbzHmng==} + '@floating-ui/dom@1.6.8': + resolution: {integrity: sha512-kx62rP19VZ767Q653wsP1XZCGIirkE09E0QUGNYTM/ttbbQHqcGPdSfWFxUyyNLc/W6aoJRBajOSXhP6GXjC0Q==} '@floating-ui/react-dom@2.1.1': resolution: {integrity: sha512-4h84MJt3CHrtG18mGsXuLCHMrug49d7DFkU0RMIyshRveBeyV2hmV/pDaF2Uxtu8kgq5r46llp5E5FQiR0K2Yg==} @@ -442,8 +455,8 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - '@floating-ui/utils@0.2.4': - resolution: {integrity: sha512-dWO2pw8hhi+WrXq1YJy2yCuWoL20PddgGaqTgVe4cOS9Q6qklXCiA1tJEqX6BEwRNSCP84/afac9hd4MS+zEUA==} + '@floating-ui/utils@0.2.5': + resolution: {integrity: sha512-sTcG+QZ6fdEUObICavU+aB3Mp8HY4n14wYHdxK4fXjPmv3PXZZeY5RaguJmGyeH/CJQhX3fqKUtS4qc1LoHwhQ==} '@fullstory/browser@2.0.5': resolution: {integrity: sha512-2UTJInKM1ReEeLpDKbhEgZiHEgFo84DPJr3FRqMAdCH5+j/s5llZd15BLIKsUn5Xo3YZfz/vbqcBJygA/duIBQ==} @@ -588,8 +601,8 @@ packages: resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} - '@jridgewell/sourcemap-codec@1.4.15': - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + '@jridgewell/sourcemap-codec@1.5.0': + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} '@jridgewell/trace-mapping@0.3.25': resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} @@ -886,8 +899,8 @@ packages: resolution: {integrity: sha512-+fjyYi8wy6x1P+Ee1RWfIIEyxd9Ee9jksEwvrggPwwI/p45kIDTdYTblXsM13y4mNWTiACyLSdbwnPaxxdoz+w==} engines: {node: '>=18'} - '@langchain/core@0.2.14': - resolution: {integrity: sha512-e+dB2Sra+5sY4fPCXrZh4w1fLR68yfX2XSWS97DzHpeJRRnMGbOzjaaks6gy3wPyWhfS1WGLisJCMfCmFvH9fw==} + '@langchain/core@0.2.18': + resolution: {integrity: sha512-ru542BwNcsnDfjTeDbIkFIchwa54ctHZR+kVrC8U9NPS9/36iM8p8ruprOV7Zccj/oxtLE5UpEhV+9MZhVcFlA==} engines: {node: '>=18'} '@langchain/openai@0.0.34': @@ -958,8 +971,8 @@ packages: cpu: [x64] os: [win32] - '@next/third-parties@14.2.4': - resolution: {integrity: sha512-bf5d5m4a+Fh9syLz0Pf9Ax7LdLazlp7ur7DqX0LUMDyIx9Z/F0J/XxieklA9lRqM9KjrCVNT8Tkhg0AvotTBTQ==} + '@next/third-parties@14.2.5': + resolution: {integrity: sha512-PDRJm8RZ3rnGNporHKjcdCeZqoW8iJ5uP0clo1Z08TqJiQzuntJ66zrGYCJyqTakx62UJNOp73YsQCFo6kbYYg==} peerDependencies: next: ^13.0.0 || ^14.0.0 react: ^18.2.0 @@ -979,12 +992,16 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} + '@opentelemetry/api@1.9.0': + resolution: {integrity: sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==} + engines: {node: '>=8.0.0'} + '@panva/hkdf@1.2.1': resolution: {integrity: sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==} - '@pinecone-database/pinecone@2.2.2': - resolution: {integrity: sha512-gbe/4SowHc64pHIm0kBdgY9hVdzsQnnnpcWviwYMB33gOmsL8brvE8fUSpl1dLDvdyXzKcQkzdBsjCDlqgpdMA==} - engines: {node: '>=14.0.0'} + '@pinecone-database/pinecone@3.0.0': + resolution: {integrity: sha512-ppBRr9MZRW8U2eww3QU1s5oTa0sXbaHrRJRS8x1++WVUPclcb6T6me/5sv9cLZDvldvsZY26k3fnrEoXLNnPUQ==} + engines: {node: '>=18.0.0'} '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} @@ -1525,11 +1542,11 @@ packages: '@types/node-fetch@2.6.11': resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} - '@types/node@18.19.39': - resolution: {integrity: sha512-nPwTRDKUctxw3di5b4TfT3I0sWDiWoPQCZjXhvdkINntwr8lcoVCKsTgnXeRubKIlfnV+eN/HYk6Jb40tbcEAQ==} + '@types/node@18.19.41': + resolution: {integrity: sha512-LX84pRJ+evD2e2nrgYCHObGWkiQJ1mL+meAgbvnwk/US6vmMY7S2ygBTGV2Jw91s9vUsLSXeDEkUHZIJGLrhsg==} - '@types/node@20.14.10': - resolution: {integrity: sha512-MdiXf+nDuMvY0gJKxyfZ7/6UFsETO7mGKF54MVD/ekJS6HdFtpZFBgrh6Pseu64XTb2MLyFPlbW6hj8HYRQNOQ==} + '@types/node@20.14.11': + resolution: {integrity: sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==} '@types/prop-types@15.7.12': resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} @@ -1586,15 +1603,15 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@upstash/core-analytics@0.0.9': - resolution: {integrity: sha512-9NXXxZ5y1/A/zqKLlVT7NsAWSggJfOjB0hG6Ffx29b4jbzHOiQVWB55h5+j2clT9Ib+mNPXn0iB5zN3aWLkICw==} + '@upstash/core-analytics@0.0.10': + resolution: {integrity: sha512-7qJHGxpQgQr9/vmeS1PktEwvNAF7TI4iJDi8Pu2CFZ9YUGHZH4fOP5TfYlZ4aVxfopnELiE4BS4FBjyK7V1/xQ==} engines: {node: '>=16.0.0'} - '@upstash/ratelimit@1.2.1': - resolution: {integrity: sha512-o01lV1yFS5Fzj5KONZmNyVch/Qrlj785B2ob+kStUmxn8F6xXk7IHTQqVcHE+Ce3CmT/qQIwvMxDZftyJ5wYpQ==} + '@upstash/ratelimit@2.0.1': + resolution: {integrity: sha512-J+0hlkvWUjlVrjcBQhWx7gbaUGsvFF59i+GAx7YQk8L0E0MQ93xzCPu02uaXhGDJGkxiar7nRRPqj3hs+CdAJg==} - '@upstash/redis@1.32.0': - resolution: {integrity: sha512-KBzCjOgF9mhNcV4HTz7U8g7QTdLVEKi1sSe/97u0E+HkzdPmDt3j9lIPIHEUJz6RrdVH6s4HW4JcPvMLC7w3ew==} + '@upstash/redis@1.33.0': + resolution: {integrity: sha512-5WOilc7AE0ITAdE3NCyMwgOq1n3RHcqW0OfmbotiAyfA+QAEe1R7kXin8L/Yladgdc5lkA0GcYyewqKfAw53jQ==} '@vercel/analytics@1.3.1': resolution: {integrity: sha512-xhSlYgAuJ6Q4WQGkzYTLmXwhYl39sWjoMA3nHxfkvG+WdBT25c563a7QhwwKivEOZtPJXifYHR1m2ihoisbWyA==} @@ -1617,34 +1634,34 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' - '@vue/compiler-core@3.4.31': - resolution: {integrity: sha512-skOiodXWTV3DxfDhB4rOf3OGalpITLlgCeOwb+Y9GJpfQ8ErigdBUHomBzvG78JoVE8MJoQsb+qhZiHfKeNeEg==} + '@vue/compiler-core@3.4.33': + resolution: {integrity: sha512-MoIREbkdPQlnGfSKDMgzTqzqx5nmEjIc0ydLVYlTACGBsfvOJ4tHSbZXKVF536n6fB+0eZaGEOqsGThPpdvF5A==} - '@vue/compiler-dom@3.4.31': - resolution: {integrity: sha512-wK424WMXsG1IGMyDGyLqB+TbmEBFM78hIsOJ9QwUVLGrcSk0ak6zYty7Pj8ftm7nEtdU/DGQxAXp0/lM/2cEpQ==} + '@vue/compiler-dom@3.4.33': + resolution: {integrity: sha512-GzB8fxEHKw0gGet5BKlpfXEqoBnzSVWwMnT+dc25wE7pFEfrU/QsvjZMP9rD4iVXHBBoemTct8mN0GJEI6ZX5A==} - '@vue/compiler-sfc@3.4.31': - resolution: {integrity: sha512-einJxqEw8IIJxzmnxmJBuK2usI+lJonl53foq+9etB2HAzlPjAS/wa7r0uUpXw5ByX3/0uswVSrjNb17vJm1kQ==} + '@vue/compiler-sfc@3.4.33': + resolution: {integrity: sha512-7rk7Vbkn21xMwIUpHQR4hCVejwE6nvhBOiDgoBcR03qvGqRKA7dCBSsHZhwhYUsmjlbJ7OtD5UFIyhP6BY+c8A==} - '@vue/compiler-ssr@3.4.31': - resolution: {integrity: sha512-RtefmITAje3fJ8FSg1gwgDhdKhZVntIVbwupdyZDSifZTRMiWxWehAOTCc8/KZDnBOcYQ4/9VWxsTbd3wT0hAA==} + '@vue/compiler-ssr@3.4.33': + resolution: {integrity: sha512-0WveC9Ai+eT/1b6LCV5IfsufBZ0HP7pSSTdDjcuW302tTEgoBw8rHVHKPbGUtzGReUFCRXbv6zQDDgucnV2WzQ==} - '@vue/reactivity@3.4.31': - resolution: {integrity: sha512-VGkTani8SOoVkZNds1PfJ/T1SlAIOf8E58PGAhIOUDYPC4GAmFA2u/E14TDAFcf3vVDKunc4QqCe/SHr8xC65Q==} + '@vue/reactivity@3.4.33': + resolution: {integrity: sha512-B24QIelahDbyHipBgbUItQblbd4w5HpG3KccL+YkGyo3maXyS253FzcTR3pSz739OTphmzlxP7JxEMWBpewilA==} - '@vue/runtime-core@3.4.31': - resolution: {integrity: sha512-LDkztxeUPazxG/p8c5JDDKPfkCDBkkiNLVNf7XZIUnJ+66GVGkP+TIh34+8LtPisZ+HMWl2zqhIw0xN5MwU1cw==} + '@vue/runtime-core@3.4.33': + resolution: {integrity: sha512-6wavthExzT4iAxpe8q37/rDmf44nyOJGISJPxCi9YsQO+8w9v0gLCFLfH5TzD1V1AYrTAdiF4Y1cgUmP68jP6w==} - '@vue/runtime-dom@3.4.31': - resolution: {integrity: sha512-2Auws3mB7+lHhTFCg8E9ZWopA6Q6L455EcU7bzcQ4x6Dn4cCPuqj6S2oBZgN2a8vJRS/LSYYxwFFq2Hlx3Fsaw==} + '@vue/runtime-dom@3.4.33': + resolution: {integrity: sha512-iHsMCUSFJ+4z432Bn9kZzHX+zOXa6+iw36DaVRmKYZpPt9jW9riF32SxNwB124i61kp9+AZtheQ/mKoJLerAaQ==} - '@vue/server-renderer@3.4.31': - resolution: {integrity: sha512-D5BLbdvrlR9PE3by9GaUp1gQXlCNadIZytMIb8H2h3FMWJd4oUfkUTEH2wAr3qxoRz25uxbTcbqd3WKlm9EHQA==} + '@vue/server-renderer@3.4.33': + resolution: {integrity: sha512-jTH0d6gQcaYideFP/k0WdEu8PpRS9MF8d0b6SfZzNi+ap972pZ0TNIeTaESwdOtdY0XPVj54XEJ6K0wXxir4fw==} peerDependencies: - vue: 3.4.31 + vue: 3.4.33 - '@vue/shared@3.4.31': - resolution: {integrity: sha512-Yp3wtJk//8cO4NItOPpi3QkLExAr/aLBGZMmTtW9WpdwBCJpRM6zj9WgWktXAl8IDIozwNMByT45JP3tO3ACWA==} + '@vue/shared@3.4.33': + resolution: {integrity: sha512-aoRY0jQk3A/cuvdkodTrM4NMfxco8n55eG4H7ML/CRy7OryHfiqvug4xrCBBMbbN+dvXAetDDwZW9DXWWjBntA==} abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} @@ -1664,8 +1681,8 @@ packages: resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} engines: {node: '>= 8.0.0'} - ai@3.2.16: - resolution: {integrity: sha512-kNqnmSQxUm3dcxLv/NoOusoMAq7EK/zahB/N//wkGoawgYqfOUpvz3+uS/FG52tZwMyy4YblVoeuBHpfPWzNDw==} + ai@3.2.33: + resolution: {integrity: sha512-LmDLppW3khj2ABsMw9Sew/Y0XNisdbDzsD+MuGek6sb5EgnOp6MWlJBzAAY5+asZoPKeGI3c4L6nCQp9S4e6Mw==} engines: {node: '>=18'} peerDependencies: openai: ^4.42.0 @@ -1685,8 +1702,8 @@ packages: ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} - ajv@8.16.0: - resolution: {integrity: sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==} + ajv@8.17.1: + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} @@ -1759,9 +1776,6 @@ packages: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} - array.prototype.toreversed@1.1.2: - resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==} - array.prototype.tosorted@1.1.4: resolution: {integrity: sha512-p6Fx8B7b7ZhL/gmUsAy0D15WhvDccw3mnGNbZpi3pmeJdxtWsj2jEaI4Y6oo3XiHfzuSgPwKc04MYt6KgvC/wA==} engines: {node: '>= 0.4'} @@ -1787,8 +1801,9 @@ packages: axobject-query@3.1.1: resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} - axobject-query@4.0.0: - resolution: {integrity: sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==} + axobject-query@4.1.0: + resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} + engines: {node: '>= 0.4'} bail@2.0.2: resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} @@ -1819,8 +1834,8 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browserslist@4.23.1: - resolution: {integrity: sha512-TUfofFo/KsK/bWZ9TWQ5O26tsWW4Uhmt8IYklbnUa70udB6P2wA7w7o4PY4muaEPBQaAX+CEnmmIA41NVHtPVw==} + browserslist@4.23.2: + resolution: {integrity: sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -1848,8 +1863,8 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - caniuse-lite@1.0.30001640: - resolution: {integrity: sha512-lA4VMpW0PSUrFnkmVuEKBUovSWKhj7puyCg8StBChgu298N1AtuF1sKWEvfDuimSEDbhlb/KqPKC3fs1HbuQUA==} + caniuse-lite@1.0.30001643: + resolution: {integrity: sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg==} ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} @@ -2285,8 +2300,8 @@ packages: eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - electron-to-chromium@1.4.818: - resolution: {integrity: sha512-eGvIk2V0dGImV9gWLq8fDfTTsCAeMDwZqEPMr+jMInxZdnp9Us8UpovYpRCf9NQ7VOFgrN2doNSgvISbsbNpxA==} + electron-to-chromium@1.4.833: + resolution: {integrity: sha512-aVGP9xK70Ysrzip1m5LoJjCp1EDrYzZ7Pg/O3QR1h3PAhmc8SNfSXV3kmmtkg5rNO42EcTYmLX3eFMgqALlGIA==} emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -2428,14 +2443,14 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 - eslint-plugin-react@7.34.3: - resolution: {integrity: sha512-aoW4MV891jkUulwDApQbPYTVZmeuSyFrudpbTAQuj5Fv8VL+o6df2xIGpw8B0hPjAaih1/Fb0om9grCdyFYemA==} + eslint-plugin-react@7.35.0: + resolution: {integrity: sha512-v501SSMOWv8gerHkk+IIQBkcGRGrO2nfybfj5pLxuJNFTPxxA3PSryhXTK+9pNbtkggheDdsC0E9Q8CuPk6JKA==} engines: {node: '>=4'} peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - eslint-scope@8.0.1: - resolution: {integrity: sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==} + eslint-scope@8.0.2: + resolution: {integrity: sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} eslint-visitor-keys@3.4.3: @@ -2446,8 +2461,8 @@ packages: resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - eslint@9.6.0: - resolution: {integrity: sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==} + eslint@9.7.0: + resolution: {integrity: sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} hasBin: true @@ -2459,8 +2474,8 @@ packages: resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - esquery@1.5.0: - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} engines: {node: '>=0.10'} esrecurse@4.3.0: @@ -2523,6 +2538,9 @@ packages: fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + fast-uri@3.0.1: + resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==} + fastq@1.17.1: resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} @@ -2611,10 +2629,10 @@ packages: functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - geist@1.3.0: - resolution: {integrity: sha512-IoGBfcqVEYB4bEwsfHd35jF4+X9LHRPYZymHL4YOltHSs9LJa24DYs1Z7rEMQ/lsEvaAIc61Y9aUxgcJaQ8lrg==} + geist@1.3.1: + resolution: {integrity: sha512-Q4gC1pBVPN+D579pBaz0TRRnGA4p9UK6elDY/xizXdFk/g4EKR5g0I+4p/Kj6gM0SajDBZ/0FvDV9ey9ud7BWw==} peerDependencies: - next: '>=13.2.0 <15.0.0-0' + next: '>=13.2.0' gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} @@ -2628,8 +2646,8 @@ packages: resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} engines: {node: '>= 0.4'} - get-tsconfig@4.7.5: - resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==} + get-tsconfig@4.7.6: + resolution: {integrity: sha512-ZAqrLlu18NbDdRaHq+AKXzAmqIUPswPWKUchfytdAjiRFnCe5ojG2bstg6mRiZabkKfCoL/e98pbBELIV/YCeA==} glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} @@ -2644,9 +2662,8 @@ packages: engines: {node: '>=16 || 14 >=14.17'} hasBin: true - glob@10.4.3: - resolution: {integrity: sha512-Q38SGlYRpVtDBPSWEylRyctn7uDeTp4NQERTLiCT1FqA9JXPYWqAVmQU6qh4r/zMM5ehxTcbaO8EjhWnvEhmyg==} - engines: {node: '>=18'} + glob@10.4.5: + resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} hasBin: true glob@7.2.3: @@ -2717,8 +2734,8 @@ packages: highcharts: '>=6.0.0' react: '>=16.8.0' - highcharts@11.4.5: - resolution: {integrity: sha512-jUkojddxLFhyfZ+naLsRtYv/NjXEptcZ0/8bqSSS2aoz9sU80rb4LBJlYfyRFHBGw5sMkUqeaXsv66J49O8n7A==} + highcharts@11.4.6: + resolution: {integrity: sha512-ntFZ053giEEquAxza+HlOWiLQyCLOjQ3M3EV4r6LoSNKS/fz2S0EKGl8G7Jls9EaYmdAHecB/vL4hGI2J1Ud9g==} html-url-attributes@3.0.0: resolution: {integrity: sha512-/sXbVCWayk6GDVg3ctOX6nxaVj7So40FcFAnWlWGNAB1LpYKcV5Cd10APjPjW80O7zYW2MsjBV4zZ7IZO5fVow==} @@ -2734,8 +2751,8 @@ packages: resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} - immutable@4.3.6: - resolution: {integrity: sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==} + immutable@4.3.7: + resolution: {integrity: sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==} import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -2808,8 +2825,8 @@ packages: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} - is-core-module@2.14.0: - resolution: {integrity: sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==} + is-core-module@2.15.0: + resolution: {integrity: sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==} engines: {node: '>= 0.4'} is-data-view@1.0.1: @@ -2923,9 +2940,8 @@ packages: resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} engines: {node: '>=14'} - jackspeak@3.4.1: - resolution: {integrity: sha512-U23pQPDnmYybVkYjObcuYMk43VRlMLLqLI+RdZy8s8WV8WsxO9SnqSroKaluuvcNOdCAlauKszDwd+umbot5Mg==} - engines: {node: '>=18'} + jackspeak@3.4.3: + resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} jiti@1.21.6: resolution: {integrity: sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==} @@ -3157,8 +3173,8 @@ packages: langchainhub@0.0.11: resolution: {integrity: sha512-WnKI4g9kU2bHQP136orXr2bcRdgz9iiTBpTN0jWt9IlScUKnJBoD0aa2HOzHURQKeQDnt2JwqVmQ6Depf5uDLQ==} - langsmith@0.1.36: - resolution: {integrity: sha512-D5hhkFl31uxFdffx0lA6pin0lt8Pv2dpHFZYpSgEzvQ26PQ/Y/tnniQ+aCNokIXuLhMa7uqLtb6tfwjfiZXgdg==} + langsmith@0.1.39: + resolution: {integrity: sha512-K2/qbc96JhrZbSL74RbZ0DBOpTB9Mxicu8RQrZ88Xsp1bH2O3+y5EdcvC0g/1YzQWQhcQ4peknCA24c3VTNiNA==} peerDependencies: '@langchain/core': '*' langchain: '*' @@ -3225,9 +3241,8 @@ packages: lottie-web@5.12.2: resolution: {integrity: sha512-uvhvYPC8kGPjXT3MyKMrL3JitEAmDMp30lVkuq/590Mw9ok6pWcFCwXJveo0t5uqYw1UREQHofD+jVpdjBv8wg==} - lru-cache@10.4.0: - resolution: {integrity: sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==} - engines: {node: '>=18'} + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} @@ -3531,8 +3546,8 @@ packages: resolution: {integrity: sha512-OSs33Z9yWr148JZcbZd5WiAXhh/n9z8TxQcdMhIOlpN9AhWpLfvVFO73+m77bBABQMaY9XSvIa+qk0jlI7Gcaw==} hasBin: true - node-releases@2.0.14: - resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + node-releases@2.0.18: + resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} @@ -3581,10 +3596,6 @@ packages: resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} engines: {node: '>= 0.4'} - object.hasown@1.1.4: - resolution: {integrity: sha512-FZ9LZt9/RHzGySlBARE3VF+gE26TxR38SdmqOqliuTnl9wrKulaQs+4dee1V+Io8VfxqzAfHu6YuRgUy8OHoTg==} - engines: {node: '>= 0.4'} - object.values@1.2.0: resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} engines: {node: '>= 0.4'} @@ -3592,8 +3603,8 @@ packages: once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} - openai@4.52.3: - resolution: {integrity: sha512-IyQLYKGYoEEkUCEm2frPzwHDJ3Ym663KtivnY6pWCzuoi6/HgSIMMxpcuTRS81GH6tiULPYGmTxIvzXdmPIWOw==} + openai@4.53.0: + resolution: {integrity: sha512-XoMaJsSLuedW5eoMEMmZbdNoXgML3ujcU5KfwRnC6rnbmZkHE2Q4J/SArwhqCxQRqJwHnQUj1LpiROmKPExZJA==} hasBin: true openapi-types@12.1.3: @@ -3682,8 +3693,8 @@ packages: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} engines: {node: '>= 6'} - pnpm@8.15.8: - resolution: {integrity: sha512-0aAp4aRHrZC8ls1YsPrUhtKZPVMYVjlve6vy2D6xgju4PFo9D8GPZ1stEDIdSesWH+zjb+gTSqWCPs0hX+7Tkg==} + pnpm@8.15.9: + resolution: {integrity: sha512-SZQ0ydj90aJ5Tr9FUrOyXApjOrzuW7Fee13pDzL0e1E6ypjNXP0AHDHw20VLw4BO3M1XhQHkyik6aBYWa72fgQ==} engines: {node: '>=16.14'} hasBin: true @@ -3715,14 +3726,14 @@ packages: ts-node: optional: true - postcss-nested@6.0.1: - resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} + postcss-nested@6.2.0: + resolution: {integrity: sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 - postcss-selector-parser@6.1.0: - resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==} + postcss-selector-parser@6.1.1: + resolution: {integrity: sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==} engines: {node: '>=4'} postcss-value-parser@4.2.0: @@ -3748,8 +3759,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.3.2: - resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==} + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} engines: {node: '>=14'} hasBin: true @@ -3766,8 +3777,8 @@ packages: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - qs@6.12.2: - resolution: {integrity: sha512-x+NLUpx9SYrcwXtX7ob1gnkSems4i/mGZX5SlYxwIau6RrUSODO89TR/XDGGpn5RPWSYIB+aSfuSlV5+CmbTBg==} + qs@6.12.3: + resolution: {integrity: sha512-AWJm14H1vVaO/iNZ4/hO+HyaTehuy9nRqVdkTqlJt0HWvBiBIEXFmb4C0DGeYo3Xes9rrEW+TxHsaigCbN5ICQ==} engines: {node: '>=0.6'} query-string@7.1.3: @@ -3797,8 +3808,8 @@ packages: react-hotjar@6.3.1: resolution: {integrity: sha512-EwMqL+ROSlKzatMhT/aqRq7XWWfzlnHynSBSTJh5M2O78mBiPohiSl4Ysls3HOQkkD9y6L22BW0c9bxK2JguwQ==} - react-intersection-observer@9.10.3: - resolution: {integrity: sha512-9NYfKwPZRovB6QJee7fDg0zz/SyYrqXtn5xTZU0vwLtLVBtfu9aZt1pVmr825REE49VPDZ7Lm5SNHjJBOTZHpA==} + react-intersection-observer@9.13.0: + resolution: {integrity: sha512-y0UvBfjDiXqC8h0EWccyaj4dVBWMxgEx0t5RGNzQsvkfvZwugnKwxpu70StY4ivzYuMajavwUDjH4LJyIki9Lw==} peerDependencies: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -3920,8 +3931,8 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - sass@1.77.6: - resolution: {integrity: sha512-ByXE1oLD79GVq9Ht1PeHWCPMPB8XHpBuz1r85oByKHjZY6qV6rWnQovQzXJXuQ/XyE1Oj3iPk3lo28uzaRA2/Q==} + sass@1.77.8: + resolution: {integrity: sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==} engines: {node: '>=14.0.0'} hasBin: true @@ -3939,19 +3950,19 @@ packages: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true - semver@7.6.2: - resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} engines: {node: '>=10'} hasBin: true - seroval-plugins@1.0.7: - resolution: {integrity: sha512-GO7TkWvodGp6buMEX9p7tNyIkbwlyuAWbI6G9Ec5bhcm7mQdu3JOK1IXbEUwb3FVzSc363GraG/wLW23NSavIw==} + seroval-plugins@1.1.0: + resolution: {integrity: sha512-KtcJg590L3X3dd7ixs6am4UGVcV69TyjYhHtanIdQJq4dy2OceWXmmvWrYx7oFDNe+LNdxdWd0I5BQXuV5fBhA==} engines: {node: '>=10'} peerDependencies: seroval: ^1.0 - seroval@1.0.7: - resolution: {integrity: sha512-n6ZMQX5q0Vn19Zq7CIKNIo7E75gPkGCFUEqDpa8jgwpYr/vScjqnQ6H09t1uIiZ0ZSK0ypEGvrYK2bhBGWsGdw==} + seroval@1.1.0: + resolution: {integrity: sha512-74Wpe+hhPx4V8NFe00I2Fu9gTJopKoH5vE7nCqFzVgKOXV8AnN23T58K79QLYQotzGpH93UZ+UN2Y11j9huZJg==} engines: {node: '>=10'} server-only@0.0.1: @@ -4042,6 +4053,9 @@ packages: resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==} engines: {node: '>= 0.4'} + string.prototype.repeat@1.0.0: + resolution: {integrity: sha512-0u/TldDbKD8bFCQ/4f5+mNRrXwZ8hg2w7ZR8wa16e8z9XpePWl3eGEcUD0OXpEH/VJH/2G3gjUtR3ZOiBe2S/w==} + string.prototype.trim@1.2.9: resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} engines: {node: '>= 0.4'} @@ -4117,12 +4131,12 @@ packages: resolution: {integrity: sha512-d0FdzYIiAePqRJEb90WlJDkjUEx42xhivxN8muUBmfZnP+tzUgz12DJ2hRJi8sIHCME7jeK1PTMgKPSfTd8JrA==} engines: {node: '>=16'} - swiper@11.1.4: - resolution: {integrity: sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==} + swiper@11.1.5: + resolution: {integrity: sha512-JJQWFXdxiMGC2j6ZGTYat5Z7NN9JORJBgHp0/joX9uPod+cRj0wr5H5VnWSNIz9JeAamQvYKaG7aFrGHIF9OEg==} engines: {node: '>= 4.7.0'} - swr@2.2.0: - resolution: {integrity: sha512-AjqHOv2lAhkuUdIiBu9xbuettzAzWXmCEcLONNKJRba87WAefz8Ca9d6ds/SzrPc235n1IxWYdhJ2zF3MNUaoQ==} + swr@2.2.5: + resolution: {integrity: sha512-QtxqyclFeAsxEUeZIYmsaQ0UjimSq1RZ9Un7I68/0ClKK/U3LoyQunwkQfJZr2fc22DfIXLNDc2wFyTEikCUpg==} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 @@ -4142,8 +4156,8 @@ packages: peerDependencies: tailwindcss: '>=3.0.0 || insiders' - tailwindcss@3.4.4: - resolution: {integrity: sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==} + tailwindcss@3.4.6: + resolution: {integrity: sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==} engines: {node: '>=14.0.0'} hasBin: true @@ -4222,8 +4236,8 @@ packages: typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - typescript@5.5.3: - resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==} + typescript@5.5.4: + resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} engines: {node: '>=14.17'} hasBin: true @@ -4315,11 +4329,11 @@ packages: vfile-message@4.0.2: resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} - vfile@6.0.1: - resolution: {integrity: sha512-1bYqc7pt6NIADBJ98UiG0Bn/CHIVOoZ/IyEkqIruLg0mE1BKzkOXY2D6CSqQIcKqgadppE5lrxgWXJmXd7zZJw==} + vfile@6.0.2: + resolution: {integrity: sha512-zND7NlS8rJYb/sPqkb13ZvbbUoExdbi4w3SfRrMq6R3FvnLQmmfpajJNITuuYm6AZ5uao9vy4BAos3EXBPf2rg==} - vue@3.4.31: - resolution: {integrity: sha512-njqRrOy7W3YLAlVqSKpBebtZpDVg21FPoaq1I7f/+qqBThK9ChAIjkRWgeP6Eat+8C+iia4P3OYqpATP21BCoQ==} + vue@3.4.33: + resolution: {integrity: sha512-VdMCWQOummbhctl4QFMcW6eNtXHsFyDlX60O/tsSQuCcuDOnJ1qPOhhVla65Niece7xq/P2zyZReIO5mP+LGTQ==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -4413,59 +4427,73 @@ packages: snapshots: - '@ai-sdk/provider-utils@1.0.0(zod@3.23.8)': + '@ai-sdk/provider-utils@0.0.14(zod@3.23.8)': + dependencies: + '@ai-sdk/provider': 0.0.10 + eventsource-parser: 1.1.2 + nanoid: 3.3.6 + secure-json-parse: 2.7.0 + optionalDependencies: + zod: 3.23.8 + + '@ai-sdk/provider-utils@1.0.2(zod@3.23.8)': dependencies: - '@ai-sdk/provider': 0.0.11 + '@ai-sdk/provider': 0.0.12 eventsource-parser: 1.1.2 nanoid: 3.3.6 secure-json-parse: 2.7.0 optionalDependencies: zod: 3.23.8 - '@ai-sdk/provider@0.0.11': + '@ai-sdk/provider@0.0.10': dependencies: json-schema: 0.4.0 - '@ai-sdk/react@0.0.16(react@19.0.0-rc-f38c22b244-20240704)(zod@3.23.8)': + '@ai-sdk/provider@0.0.12': dependencies: - '@ai-sdk/provider-utils': 1.0.0(zod@3.23.8) - '@ai-sdk/ui-utils': 0.0.9(zod@3.23.8) - swr: 2.2.0(react@19.0.0-rc-f38c22b244-20240704) + json-schema: 0.4.0 + + '@ai-sdk/react@0.0.26(react@19.0.0-rc-f38c22b244-20240704)(zod@3.23.8)': + dependencies: + '@ai-sdk/provider-utils': 1.0.2(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.17(zod@3.23.8) + swr: 2.2.5(react@19.0.0-rc-f38c22b244-20240704) optionalDependencies: react: 19.0.0-rc-f38c22b244-20240704 zod: 3.23.8 - '@ai-sdk/solid@0.0.11(solid-js@1.8.18)(zod@3.23.8)': + '@ai-sdk/solid@0.0.19(solid-js@1.8.18)(zod@3.23.8)': dependencies: - '@ai-sdk/ui-utils': 0.0.9(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.17(zod@3.23.8) optionalDependencies: solid-js: 1.8.18 transitivePeerDependencies: - zod - '@ai-sdk/svelte@0.0.12(svelte@4.2.18)(zod@3.23.8)': + '@ai-sdk/svelte@0.0.20(svelte@4.2.18)(zod@3.23.8)': dependencies: - '@ai-sdk/provider-utils': 1.0.0(zod@3.23.8) - '@ai-sdk/ui-utils': 0.0.9(zod@3.23.8) + '@ai-sdk/provider-utils': 1.0.2(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.17(zod@3.23.8) sswr: 2.1.0(svelte@4.2.18) optionalDependencies: svelte: 4.2.18 transitivePeerDependencies: - zod - '@ai-sdk/ui-utils@0.0.9(zod@3.23.8)': + '@ai-sdk/ui-utils@0.0.17(zod@3.23.8)': dependencies: - '@ai-sdk/provider-utils': 1.0.0(zod@3.23.8) + '@ai-sdk/provider-utils': 1.0.2(zod@3.23.8) secure-json-parse: 2.7.0 optionalDependencies: zod: 3.23.8 - '@ai-sdk/vue@0.0.11(vue@3.4.31(typescript@5.5.3))(zod@3.23.8)': + '@ai-sdk/vue@0.0.21(vue@3.4.33(typescript@5.5.4))(zod@3.23.8)': dependencies: - '@ai-sdk/ui-utils': 0.0.9(zod@3.23.8) - swrv: 1.0.4(vue@3.4.31(typescript@5.5.3)) + '@ai-sdk/provider-utils': 0.0.14(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.17(zod@3.23.8) + swrv: 1.0.4(vue@3.4.33(typescript@5.5.4)) optionalDependencies: - vue: 3.4.31(typescript@5.5.3) + vue: 3.4.33(typescript@5.5.4) transitivePeerDependencies: - zod @@ -4478,7 +4506,7 @@ snapshots: '@anthropic-ai/sdk@0.9.1(encoding@0.1.13)': dependencies: - '@types/node': 18.19.39 + '@types/node': 18.19.41 '@types/node-fetch': 2.6.11 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -4500,9 +4528,9 @@ snapshots: preact: 10.11.3 preact-render-to-string: 5.2.3(preact@10.11.3) - '@babel/cli@7.24.7(@babel/core@7.24.7)': + '@babel/cli@7.24.8(@babel/core@7.24.9)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.24.9 '@jridgewell/trace-mapping': 0.3.25 commander: 6.2.1 convert-source-map: 2.0.0 @@ -4519,20 +4547,20 @@ snapshots: '@babel/highlight': 7.24.7 picocolors: 1.0.1 - '@babel/compat-data@7.24.7': {} + '@babel/compat-data@7.24.9': {} - '@babel/core@7.24.7': + '@babel/core@7.24.9': dependencies: '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.7 - '@babel/generator': 7.24.7 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.24.7) - '@babel/helpers': 7.24.7 - '@babel/parser': 7.24.7 + '@babel/generator': 7.24.10 + '@babel/helper-compilation-targets': 7.24.8 + '@babel/helper-module-transforms': 7.24.9(@babel/core@7.24.9) + '@babel/helpers': 7.24.8 + '@babel/parser': 7.24.8 '@babel/template': 7.24.7 - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/traverse': 7.24.8 + '@babel/types': 7.24.9 convert-source-map: 2.0.0 debug: 4.3.5 gensync: 1.0.0-beta.2 @@ -4541,44 +4569,44 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/generator@7.24.7': + '@babel/generator@7.24.10': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 - '@babel/helper-compilation-targets@7.24.7': + '@babel/helper-compilation-targets@7.24.8': dependencies: - '@babel/compat-data': 7.24.7 - '@babel/helper-validator-option': 7.24.7 - browserslist: 4.23.1 + '@babel/compat-data': 7.24.9 + '@babel/helper-validator-option': 7.24.8 + browserslist: 4.23.2 lru-cache: 5.1.1 semver: 6.3.1 '@babel/helper-environment-visitor@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-function-name@7.24.7': dependencies: '@babel/template': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-hoist-variables@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/helper-module-imports@7.24.7': dependencies: - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/traverse': 7.24.8 + '@babel/types': 7.24.9 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.24.7(@babel/core@7.24.7)': + '@babel/helper-module-transforms@7.24.9(@babel/core@7.24.9)': dependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.24.9 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-module-imports': 7.24.7 '@babel/helper-simple-access': 7.24.7 @@ -4589,25 +4617,25 @@ snapshots: '@babel/helper-simple-access@7.24.7': dependencies: - '@babel/traverse': 7.24.7 - '@babel/types': 7.24.7 + '@babel/traverse': 7.24.8 + '@babel/types': 7.24.9 transitivePeerDependencies: - supports-color '@babel/helper-split-export-declaration@7.24.7': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 - '@babel/helper-string-parser@7.24.7': {} + '@babel/helper-string-parser@7.24.8': {} '@babel/helper-validator-identifier@7.24.7': {} - '@babel/helper-validator-option@7.24.7': {} + '@babel/helper-validator-option@7.24.8': {} - '@babel/helpers@7.24.7': + '@babel/helpers@7.24.8': dependencies: '@babel/template': 7.24.7 - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 '@babel/highlight@7.24.7': dependencies: @@ -4616,38 +4644,38 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.0.1 - '@babel/parser@7.24.7': + '@babel/parser@7.24.8': dependencies: - '@babel/types': 7.24.7 + '@babel/types': 7.24.9 - '@babel/runtime@7.24.7': + '@babel/runtime@7.24.8': dependencies: regenerator-runtime: 0.14.1 '@babel/template@7.24.7': dependencies: '@babel/code-frame': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 + '@babel/parser': 7.24.8 + '@babel/types': 7.24.9 - '@babel/traverse@7.24.7': + '@babel/traverse@7.24.8': dependencies: '@babel/code-frame': 7.24.7 - '@babel/generator': 7.24.7 + '@babel/generator': 7.24.10 '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-function-name': 7.24.7 '@babel/helper-hoist-variables': 7.24.7 '@babel/helper-split-export-declaration': 7.24.7 - '@babel/parser': 7.24.7 - '@babel/types': 7.24.7 + '@babel/parser': 7.24.8 + '@babel/types': 7.24.9 debug: 4.3.5 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.24.7': + '@babel/types@7.24.9': dependencies: - '@babel/helper-string-parser': 7.24.7 + '@babel/helper-string-parser': 7.24.8 '@babel/helper-validator-identifier': 7.24.7 to-fast-properties: 2.0.0 @@ -4656,14 +4684,14 @@ snapshots: tslib: 2.6.3 optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@9.6.0)': + '@eslint-community/eslint-utils@4.4.0(eslint@9.7.0)': dependencies: - eslint: 9.6.0 + eslint: 9.7.0 eslint-visitor-keys: 3.4.3 '@eslint-community/regexpp@4.11.0': {} - '@eslint/config-array@0.17.0': + '@eslint/config-array@0.17.1': dependencies: '@eslint/object-schema': 2.1.4 debug: 4.3.5 @@ -4685,28 +4713,28 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@9.6.0': {} + '@eslint/js@9.7.0': {} '@eslint/object-schema@2.1.4': {} '@faker-js/faker@8.4.1': {} - '@floating-ui/core@1.6.4': + '@floating-ui/core@1.6.5': dependencies: - '@floating-ui/utils': 0.2.4 + '@floating-ui/utils': 0.2.5 - '@floating-ui/dom@1.6.7': + '@floating-ui/dom@1.6.8': dependencies: - '@floating-ui/core': 1.6.4 - '@floating-ui/utils': 0.2.4 + '@floating-ui/core': 1.6.5 + '@floating-ui/utils': 0.2.5 '@floating-ui/react-dom@2.1.1(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)': dependencies: - '@floating-ui/dom': 1.6.7 + '@floating-ui/dom': 1.6.8 react: 19.0.0-rc-f38c22b244-20240704 react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704) - '@floating-ui/utils@0.2.4': {} + '@floating-ui/utils@0.2.5': {} '@fullstory/browser@2.0.5': dependencies: @@ -4805,48 +4833,48 @@ snapshots: '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 '@jridgewell/resolve-uri@3.1.2': {} '@jridgewell/set-array@1.2.1': {} - '@jridgewell/sourcemap-codec@1.4.15': {} + '@jridgewell/sourcemap-codec@1.5.0': {} '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@kurkle/color@0.3.2': {} - '@langchain/community@0.0.57(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13))': + '@langchain/community@0.0.57(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13))': dependencies: - '@langchain/core': 0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) - '@langchain/openai': 0.0.34(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13))) + '@langchain/core': 0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) + '@langchain/openai': 0.0.34(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13))) expr-eval: 2.0.2 flat: 5.0.2 - langsmith: 0.1.36(@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) + langsmith: 0.1.39(@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) uuid: 9.0.1 zod: 3.23.8 zod-to-json-schema: 3.23.1(zod@3.23.8) optionalDependencies: - '@pinecone-database/pinecone': 2.2.2 - '@upstash/redis': 1.32.0 + '@pinecone-database/pinecone': 3.0.0 + '@upstash/redis': 1.33.0 '@vercel/kv': 2.0.0 transitivePeerDependencies: - encoding - langchain - openai - '@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13))': + '@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13))': dependencies: ansi-styles: 5.2.0 camelcase: 6.3.0 decamelize: 1.2.0 js-tiktoken: 1.0.12 - langsmith: 0.1.36(@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) + langsmith: 0.1.39(@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) ml-distance: 4.0.1 mustache: 4.2.0 p-queue: 6.6.2 @@ -4858,13 +4886,13 @@ snapshots: - langchain - openai - '@langchain/core@0.2.14(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13))': + '@langchain/core@0.2.18(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13))': dependencies: ansi-styles: 5.2.0 camelcase: 6.3.0 decamelize: 1.2.0 js-tiktoken: 1.0.12 - langsmith: 0.1.36(@langchain/core@0.2.14(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) + langsmith: 0.1.39(@langchain/core@0.2.18(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) ml-distance: 4.0.1 mustache: 4.2.0 p-queue: 6.6.2 @@ -4876,20 +4904,20 @@ snapshots: - langchain - openai - '@langchain/openai@0.0.34(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))': + '@langchain/openai@0.0.34(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))': dependencies: - '@langchain/core': 0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) + '@langchain/core': 0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) js-tiktoken: 1.0.12 - openai: 4.52.3(encoding@0.1.13) + openai: 4.53.0(encoding@0.1.13) zod: 3.23.8 zod-to-json-schema: 3.23.1(zod@3.23.8) transitivePeerDependencies: - encoding - langchain - '@langchain/textsplitters@0.0.3(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13))': + '@langchain/textsplitters@0.0.3(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13))': dependencies: - '@langchain/core': 0.2.14(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) + '@langchain/core': 0.2.18(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) js-tiktoken: 1.0.12 transitivePeerDependencies: - langchain @@ -4928,9 +4956,9 @@ snapshots: '@next/swc-win32-x64-msvc@15.0.0-rc.0': optional: true - '@next/third-parties@14.2.4(next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6))(react@19.0.0-rc-f38c22b244-20240704)': + '@next/third-parties@14.2.5(next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8))(react@19.0.0-rc-f38c22b244-20240704)': dependencies: - next: 15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6) + next: 15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8) react: 19.0.0-rc-f38c22b244-20240704 third-party-capital: 1.0.20 @@ -4949,12 +4977,14 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 + '@opentelemetry/api@1.9.0': {} + '@panva/hkdf@1.2.1': {} - '@pinecone-database/pinecone@2.2.2': + '@pinecone-database/pinecone@3.0.0': dependencies: '@sinclair/typebox': 0.29.6 - ajv: 8.16.0 + ajv: 8.17.1 cross-fetch: 3.1.8(encoding@0.1.13) encoding: 0.1.13 @@ -5516,14 +5546,14 @@ snapshots: '@types/node-fetch@2.6.11': dependencies: - '@types/node': 20.14.10 + '@types/node': 20.14.11 form-data: 4.0.0 - '@types/node@18.19.39': + '@types/node@18.19.41': dependencies: undici-types: 5.26.5 - '@types/node@20.14.10': + '@types/node@20.14.11': dependencies: undici-types: 5.26.5 @@ -5546,16 +5576,16 @@ snapshots: '@types/uuid@9.0.8': {} - '@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3)': + '@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4)': dependencies: '@typescript-eslint/scope-manager': 7.2.0 '@typescript-eslint/types': 7.2.0 - '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.3) + '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.5.4) '@typescript-eslint/visitor-keys': 7.2.0 debug: 4.3.5 - eslint: 9.6.0 + eslint: 9.7.0 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color @@ -5566,7 +5596,7 @@ snapshots: '@typescript-eslint/types@7.2.0': {} - '@typescript-eslint/typescript-estree@7.2.0(typescript@5.5.3)': + '@typescript-eslint/typescript-estree@7.2.0(typescript@5.5.4)': dependencies: '@typescript-eslint/types': 7.2.0 '@typescript-eslint/visitor-keys': 7.2.0 @@ -5574,10 +5604,10 @@ snapshots: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.6.2 - ts-api-utils: 1.3.0(typescript@5.5.3) + semver: 7.6.3 + ts-api-utils: 1.3.0(typescript@5.5.4) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - supports-color @@ -5588,28 +5618,28 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@upstash/core-analytics@0.0.9': + '@upstash/core-analytics@0.0.10': dependencies: - '@upstash/redis': 1.32.0 + '@upstash/redis': 1.33.0 - '@upstash/ratelimit@1.2.1': + '@upstash/ratelimit@2.0.1': dependencies: - '@upstash/core-analytics': 0.0.9 + '@upstash/core-analytics': 0.0.10 - '@upstash/redis@1.32.0': + '@upstash/redis@1.33.0': dependencies: crypto-js: 4.2.0 - '@vercel/analytics@1.3.1(next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6))(react@19.0.0-rc-f38c22b244-20240704)': + '@vercel/analytics@1.3.1(next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8))(react@19.0.0-rc-f38c22b244-20240704)': dependencies: server-only: 0.0.1 optionalDependencies: - next: 15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6) + next: 15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8) react: 19.0.0-rc-f38c22b244-20240704 '@vercel/kv@2.0.0': dependencies: - '@upstash/redis': 1.32.0 + '@upstash/redis': 1.33.0 '@vis.gl/react-google-maps@1.1.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)': dependencies: @@ -5618,59 +5648,59 @@ snapshots: react: 19.0.0-rc-f38c22b244-20240704 react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704) - '@vue/compiler-core@3.4.31': + '@vue/compiler-core@3.4.33': dependencies: - '@babel/parser': 7.24.7 - '@vue/shared': 3.4.31 + '@babel/parser': 7.24.8 + '@vue/shared': 3.4.33 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - '@vue/compiler-dom@3.4.31': + '@vue/compiler-dom@3.4.33': dependencies: - '@vue/compiler-core': 3.4.31 - '@vue/shared': 3.4.31 + '@vue/compiler-core': 3.4.33 + '@vue/shared': 3.4.33 - '@vue/compiler-sfc@3.4.31': + '@vue/compiler-sfc@3.4.33': dependencies: - '@babel/parser': 7.24.7 - '@vue/compiler-core': 3.4.31 - '@vue/compiler-dom': 3.4.31 - '@vue/compiler-ssr': 3.4.31 - '@vue/shared': 3.4.31 + '@babel/parser': 7.24.8 + '@vue/compiler-core': 3.4.33 + '@vue/compiler-dom': 3.4.33 + '@vue/compiler-ssr': 3.4.33 + '@vue/shared': 3.4.33 estree-walker: 2.0.2 magic-string: 0.30.10 postcss: 8.4.39 source-map-js: 1.2.0 - '@vue/compiler-ssr@3.4.31': + '@vue/compiler-ssr@3.4.33': dependencies: - '@vue/compiler-dom': 3.4.31 - '@vue/shared': 3.4.31 + '@vue/compiler-dom': 3.4.33 + '@vue/shared': 3.4.33 - '@vue/reactivity@3.4.31': + '@vue/reactivity@3.4.33': dependencies: - '@vue/shared': 3.4.31 + '@vue/shared': 3.4.33 - '@vue/runtime-core@3.4.31': + '@vue/runtime-core@3.4.33': dependencies: - '@vue/reactivity': 3.4.31 - '@vue/shared': 3.4.31 + '@vue/reactivity': 3.4.33 + '@vue/shared': 3.4.33 - '@vue/runtime-dom@3.4.31': + '@vue/runtime-dom@3.4.33': dependencies: - '@vue/reactivity': 3.4.31 - '@vue/runtime-core': 3.4.31 - '@vue/shared': 3.4.31 + '@vue/reactivity': 3.4.33 + '@vue/runtime-core': 3.4.33 + '@vue/shared': 3.4.33 csstype: 3.1.3 - '@vue/server-renderer@3.4.31(vue@3.4.31(typescript@5.5.3))': + '@vue/server-renderer@3.4.33(vue@3.4.33(typescript@5.5.4))': dependencies: - '@vue/compiler-ssr': 3.4.31 - '@vue/shared': 3.4.31 - vue: 3.4.31(typescript@5.5.3) + '@vue/compiler-ssr': 3.4.33 + '@vue/shared': 3.4.33 + vue: 3.4.33(typescript@5.5.4) - '@vue/shared@3.4.31': {} + '@vue/shared@3.4.33': {} abort-controller@3.0.0: dependencies: @@ -5686,15 +5716,16 @@ snapshots: dependencies: humanize-ms: 1.2.1 - ai@3.2.16(openai@4.52.3(encoding@0.1.13))(react@19.0.0-rc-f38c22b244-20240704)(solid-js@1.8.18)(svelte@4.2.18)(vue@3.4.31(typescript@5.5.3))(zod@3.23.8): + ai@3.2.33(openai@4.53.0(encoding@0.1.13))(react@19.0.0-rc-f38c22b244-20240704)(solid-js@1.8.18)(svelte@4.2.18)(vue@3.4.33(typescript@5.5.4))(zod@3.23.8): dependencies: - '@ai-sdk/provider': 0.0.11 - '@ai-sdk/provider-utils': 1.0.0(zod@3.23.8) - '@ai-sdk/react': 0.0.16(react@19.0.0-rc-f38c22b244-20240704)(zod@3.23.8) - '@ai-sdk/solid': 0.0.11(solid-js@1.8.18)(zod@3.23.8) - '@ai-sdk/svelte': 0.0.12(svelte@4.2.18)(zod@3.23.8) - '@ai-sdk/ui-utils': 0.0.9(zod@3.23.8) - '@ai-sdk/vue': 0.0.11(vue@3.4.31(typescript@5.5.3))(zod@3.23.8) + '@ai-sdk/provider': 0.0.12 + '@ai-sdk/provider-utils': 1.0.2(zod@3.23.8) + '@ai-sdk/react': 0.0.26(react@19.0.0-rc-f38c22b244-20240704)(zod@3.23.8) + '@ai-sdk/solid': 0.0.19(solid-js@1.8.18)(zod@3.23.8) + '@ai-sdk/svelte': 0.0.20(svelte@4.2.18)(zod@3.23.8) + '@ai-sdk/ui-utils': 0.0.17(zod@3.23.8) + '@ai-sdk/vue': 0.0.21(vue@3.4.33(typescript@5.5.4))(zod@3.23.8) + '@opentelemetry/api': 1.9.0 eventsource-parser: 1.1.2 json-schema: 0.4.0 jsondiffpatch: 0.6.0 @@ -5703,7 +5734,7 @@ snapshots: sswr: 2.1.0(svelte@4.2.18) zod-to-json-schema: 3.22.5(zod@3.23.8) optionalDependencies: - openai: 4.52.3(encoding@0.1.13) + openai: 4.53.0(encoding@0.1.13) react: 19.0.0-rc-f38c22b244-20240704 svelte: 4.2.18 zod: 3.23.8 @@ -5718,12 +5749,12 @@ snapshots: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - ajv@8.16.0: + ajv@8.17.1: dependencies: fast-deep-equal: 3.1.3 + fast-uri: 3.0.1 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 - uri-js: 4.4.1 ansi-regex@5.0.1: {} @@ -5808,13 +5839,6 @@ snapshots: es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 - array.prototype.toreversed@1.1.2: - dependencies: - call-bind: 1.0.7 - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-shim-unscopables: 1.0.2 - array.prototype.tosorted@1.1.4: dependencies: call-bind: 1.0.7 @@ -5848,9 +5872,7 @@ snapshots: dependencies: deep-equal: 2.2.3 - axobject-query@4.0.0: - dependencies: - dequal: 2.0.3 + axobject-query@4.1.0: {} bail@2.0.2: {} @@ -5877,12 +5899,12 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.23.1: + browserslist@4.23.2: dependencies: - caniuse-lite: 1.0.30001640 - electron-to-chromium: 1.4.818 - node-releases: 2.0.14 - update-browserslist-db: 1.1.0(browserslist@4.23.1) + caniuse-lite: 1.0.30001643 + electron-to-chromium: 1.4.833 + node-releases: 2.0.18 + update-browserslist-db: 1.1.0(browserslist@4.23.2) bufferutil@4.0.8: dependencies: @@ -5906,7 +5928,7 @@ snapshots: camelcase@6.3.0: {} - caniuse-lite@1.0.30001640: {} + caniuse-lite@1.0.30001643: {} ccount@2.0.1: {} @@ -5965,7 +5987,7 @@ snapshots: code-red@1.0.4: dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@types/estree': 1.0.5 acorn: 8.12.1 estree-walker: 3.0.3 @@ -6343,13 +6365,13 @@ snapshots: dependencies: dequal: 2.0.3 - dewy-ts@0.4.0(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)): + dewy-ts@0.4.0(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)): dependencies: '@scarf/scarf': 1.3.0 form-data: 4.0.0 - langchain: 0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)) + langchain: 0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)) node-fetch: 3.3.2 - pnpm: 8.15.8 + pnpm: 8.15.9 transitivePeerDependencies: - '@aws-crypto/sha256-js' - '@aws-sdk/client-bedrock-agent-runtime' @@ -6496,7 +6518,7 @@ snapshots: eastasianwidth@0.2.0: {} - electron-to-chromium@1.4.818: {} + electron-to-chromium@1.4.833: {} emoji-regex@8.0.0: {} @@ -6643,20 +6665,20 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-config-next@15.0.0-rc.0(eslint@9.6.0)(typescript@5.5.3): + eslint-config-next@15.0.0-rc.0(eslint@9.7.0)(typescript@5.5.4): dependencies: '@next/eslint-plugin-next': 15.0.0-rc.0 '@rushstack/eslint-patch': 1.10.3 - '@typescript-eslint/parser': 7.2.0(eslint@9.6.0)(typescript@5.5.3) - eslint: 9.6.0 + '@typescript-eslint/parser': 7.2.0(eslint@9.7.0)(typescript@5.5.4) + eslint: 9.7.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@9.6.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.6.0) - eslint-plugin-jsx-a11y: 6.9.0(eslint@9.6.0) - eslint-plugin-react: 7.34.3(eslint@9.6.0) - eslint-plugin-react-hooks: 4.6.2(eslint@9.6.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@9.7.0))(eslint@9.7.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@9.7.0) + eslint-plugin-jsx-a11y: 6.9.0(eslint@9.7.0) + eslint-plugin-react: 7.35.0(eslint@9.7.0) + eslint-plugin-react-hooks: 4.6.2(eslint@9.7.0) optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color @@ -6664,21 +6686,21 @@ snapshots: eslint-import-resolver-node@0.3.9: dependencies: debug: 3.2.7 - is-core-module: 2.14.0 + is-core-module: 2.15.0 resolve: 1.22.8 transitivePeerDependencies: - supports-color - eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@9.6.0): + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@9.7.0))(eslint@9.7.0): dependencies: debug: 4.3.5 enhanced-resolve: 5.17.0 - eslint: 9.6.0 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@9.6.0))(eslint@9.6.0) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.6.0) + eslint: 9.7.0 + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@9.7.0) fast-glob: 3.3.2 - get-tsconfig: 4.7.5 - is-core-module: 2.14.0 + get-tsconfig: 4.7.6 + is-core-module: 2.15.0 is-glob: 4.0.3 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -6686,18 +6708,18 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@9.6.0))(eslint@9.6.0): + eslint-module-utils@2.8.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0): dependencies: debug: 3.2.7 optionalDependencies: - '@typescript-eslint/parser': 7.2.0(eslint@9.6.0)(typescript@5.5.3) - eslint: 9.6.0 + '@typescript-eslint/parser': 7.2.0(eslint@9.7.0)(typescript@5.5.4) + eslint: 9.7.0 eslint-import-resolver-node: 0.3.9 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@9.6.0) + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@9.7.0))(eslint@9.7.0) transitivePeerDependencies: - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-typescript@3.6.1)(eslint@9.6.0): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-typescript@3.6.1)(eslint@9.7.0): dependencies: array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 @@ -6705,11 +6727,11 @@ snapshots: array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 9.6.0 + eslint: 9.7.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.6.0)(typescript@5.5.3))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1)(eslint@9.6.0))(eslint@9.6.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@7.2.0(eslint@9.7.0)(typescript@5.5.4))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.1(eslint@9.7.0))(eslint@9.7.0))(eslint@9.7.0) hasown: 2.0.2 - is-core-module: 2.14.0 + is-core-module: 2.15.0 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.8 @@ -6718,13 +6740,13 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 7.2.0(eslint@9.6.0)(typescript@5.5.3) + '@typescript-eslint/parser': 7.2.0(eslint@9.7.0)(typescript@5.5.4) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - eslint-plugin-jsx-a11y@6.9.0(eslint@9.6.0): + eslint-plugin-jsx-a11y@6.9.0(eslint@9.7.0): dependencies: aria-query: 5.1.3 array-includes: 3.1.8 @@ -6735,7 +6757,7 @@ snapshots: damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 es-iterator-helpers: 1.0.19 - eslint: 9.6.0 + eslint: 9.7.0 hasown: 2.0.2 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 @@ -6744,33 +6766,33 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 - eslint-plugin-react-hooks@4.6.2(eslint@9.6.0): + eslint-plugin-react-hooks@4.6.2(eslint@9.7.0): dependencies: - eslint: 9.6.0 + eslint: 9.7.0 - eslint-plugin-react@7.34.3(eslint@9.6.0): + eslint-plugin-react@7.35.0(eslint@9.7.0): dependencies: array-includes: 3.1.8 array.prototype.findlast: 1.2.5 array.prototype.flatmap: 1.3.2 - array.prototype.toreversed: 1.1.2 array.prototype.tosorted: 1.1.4 doctrine: 2.1.0 es-iterator-helpers: 1.0.19 - eslint: 9.6.0 + eslint: 9.7.0 estraverse: 5.3.0 + hasown: 2.0.2 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 object.entries: 1.1.8 object.fromentries: 2.0.8 - object.hasown: 1.1.4 object.values: 1.2.0 prop-types: 15.8.1 resolve: 2.0.0-next.5 semver: 6.3.1 string.prototype.matchall: 4.0.11 + string.prototype.repeat: 1.0.0 - eslint-scope@8.0.1: + eslint-scope@8.0.2: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 @@ -6779,13 +6801,13 @@ snapshots: eslint-visitor-keys@4.0.0: {} - eslint@9.6.0: + eslint@9.7.0: dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@9.6.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@9.7.0) '@eslint-community/regexpp': 4.11.0 - '@eslint/config-array': 0.17.0 + '@eslint/config-array': 0.17.1 '@eslint/eslintrc': 3.1.0 - '@eslint/js': 9.6.0 + '@eslint/js': 9.7.0 '@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/retry': 0.3.0 '@nodelib/fs.walk': 1.2.8 @@ -6794,10 +6816,10 @@ snapshots: cross-spawn: 7.0.3 debug: 4.3.5 escape-string-regexp: 4.0.0 - eslint-scope: 8.0.1 + eslint-scope: 8.0.2 eslint-visitor-keys: 4.0.0 espree: 10.1.0 - esquery: 1.5.0 + esquery: 1.6.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 8.0.0 @@ -6831,7 +6853,7 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.12.1) eslint-visitor-keys: 4.0.0 - esquery@1.5.0: + esquery@1.6.0: dependencies: estraverse: 5.3.0 @@ -6886,6 +6908,8 @@ snapshots: fast-safe-stringify@2.1.1: {} + fast-uri@3.0.1: {} + fastq@1.17.1: dependencies: reusify: 1.0.4 @@ -6910,9 +6934,9 @@ snapshots: locate-path: 6.0.0 path-exists: 4.0.0 - finnhub@1.2.18(@babel/core@7.24.7): + finnhub@1.2.18(@babel/core@7.24.9): dependencies: - '@babel/cli': 7.24.7(@babel/core@7.24.7) + '@babel/cli': 7.24.8(@babel/core@7.24.9) superagent: 5.3.1 transitivePeerDependencies: - '@babel/core' @@ -6979,9 +7003,9 @@ snapshots: functions-have-names@1.2.3: {} - geist@1.3.0(next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6)): + geist@1.3.1(next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8)): dependencies: - next: 15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6) + next: 15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8) gensync@1.0.0-beta.2: {} @@ -6999,7 +7023,7 @@ snapshots: es-errors: 1.3.0 get-intrinsic: 1.2.4 - get-tsconfig@4.7.5: + get-tsconfig@4.7.6: dependencies: resolve-pkg-maps: 1.0.0 @@ -7019,10 +7043,10 @@ snapshots: minipass: 7.1.2 path-scurry: 1.11.1 - glob@10.4.3: + glob@10.4.5: dependencies: foreground-child: 3.2.1 - jackspeak: 3.4.1 + jackspeak: 3.4.3 minimatch: 9.0.5 minipass: 7.1.2 package-json-from-dist: 1.0.0 @@ -7107,12 +7131,12 @@ snapshots: dependencies: '@types/hast': 3.0.4 - highcharts-react-official@3.2.1(highcharts@11.4.5)(react@19.0.0-rc-f38c22b244-20240704): + highcharts-react-official@3.2.1(highcharts@11.4.6)(react@19.0.0-rc-f38c22b244-20240704): dependencies: - highcharts: 11.4.5 + highcharts: 11.4.6 react: 19.0.0-rc-f38c22b244-20240704 - highcharts@11.4.5: {} + highcharts@11.4.6: {} html-url-attributes@3.0.0: {} @@ -7126,7 +7150,7 @@ snapshots: ignore@5.3.1: {} - immutable@4.3.6: {} + immutable@4.3.7: {} import-fresh@3.3.0: dependencies: @@ -7197,7 +7221,7 @@ snapshots: is-callable@1.2.7: {} - is-core-module@2.14.0: + is-core-module@2.15.0: dependencies: hasown: 2.0.2 @@ -7301,7 +7325,7 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jackspeak@3.4.1: + jackspeak@3.4.3: dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: @@ -7358,19 +7382,19 @@ snapshots: dependencies: json-buffer: 3.0.1 - langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)): + langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)): dependencies: '@anthropic-ai/sdk': 0.9.1(encoding@0.1.13) - '@langchain/community': 0.0.57(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) - '@langchain/core': 0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) - '@langchain/openai': 0.0.34(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13))) - '@langchain/textsplitters': 0.0.3(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) + '@langchain/community': 0.0.57(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) + '@langchain/core': 0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) + '@langchain/openai': 0.0.34(encoding@0.1.13)(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13))) + '@langchain/textsplitters': 0.0.3(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) binary-extensions: 2.3.0 js-tiktoken: 1.0.12 js-yaml: 4.1.0 jsonpointer: 5.0.1 langchainhub: 0.0.11 - langsmith: 0.1.36(@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) + langsmith: 0.1.39(@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) ml-distance: 4.0.1 openapi-types: 12.1.3 p-retry: 4.6.2 @@ -7379,9 +7403,8 @@ snapshots: zod: 3.23.8 zod-to-json-schema: 3.23.1(zod@3.23.8) optionalDependencies: - '@pinecone-database/pinecone': 2.2.2 + '@pinecone-database/pinecone': 3.0.0 '@vercel/kv': 2.0.0 - d3-dsv: 3.0.1 ignore: 5.3.1 transitivePeerDependencies: - '@aws-crypto/sha256-js' @@ -7457,7 +7480,7 @@ snapshots: langchainhub@0.0.11: {} - langsmith@0.1.36(@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)): + langsmith@0.1.39(@langchain/core@0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)): dependencies: '@types/uuid': 9.0.8 commander: 10.0.1 @@ -7465,11 +7488,11 @@ snapshots: p-retry: 4.6.2 uuid: 9.0.1 optionalDependencies: - '@langchain/core': 0.1.63(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) - langchain: 0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)) - openai: 4.52.3(encoding@0.1.13) + '@langchain/core': 0.1.63(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) + langchain: 0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)) + openai: 4.53.0(encoding@0.1.13) - langsmith@0.1.36(@langchain/core@0.2.14(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)): + langsmith@0.1.39(@langchain/core@0.2.18(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)))(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)): dependencies: '@types/uuid': 9.0.8 commander: 10.0.1 @@ -7477,9 +7500,9 @@ snapshots: p-retry: 4.6.2 uuid: 9.0.1 optionalDependencies: - '@langchain/core': 0.2.14(langchain@0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)))(openai@4.52.3(encoding@0.1.13)) - langchain: 0.1.37(@pinecone-database/pinecone@2.2.2)(@upstash/redis@1.32.0)(@vercel/kv@2.0.0)(d3-dsv@3.0.1)(encoding@0.1.13)(ignore@5.3.1)(openai@4.52.3(encoding@0.1.13)) - openai: 4.52.3(encoding@0.1.13) + '@langchain/core': 0.2.18(langchain@0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)))(openai@4.53.0(encoding@0.1.13)) + langchain: 0.1.37(@pinecone-database/pinecone@3.0.0)(@upstash/redis@1.33.0)(@vercel/kv@2.0.0)(encoding@0.1.13)(ignore@5.3.1)(openai@4.53.0(encoding@0.1.13)) + openai: 4.53.0(encoding@0.1.13) language-subtag-registry@0.3.23: {} @@ -7524,7 +7547,7 @@ snapshots: lottie-web@5.12.2: {} - lru-cache@10.4.0: {} + lru-cache@10.4.3: {} lru-cache@5.1.1: dependencies: @@ -7532,7 +7555,7 @@ snapshots: magic-string@0.30.10: dependencies: - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 make-dir@2.1.0: dependencies: @@ -7683,7 +7706,7 @@ snapshots: trim-lines: 3.0.1 unist-util-position: 5.0.0 unist-util-visit: 5.0.0 - vfile: 6.0.1 + vfile: 6.0.2 mdast-util-to-markdown@2.1.0: dependencies: @@ -7967,10 +7990,10 @@ snapshots: natural-compare@1.4.0: {} - next-auth@5.0.0-beta.16(next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6))(react@19.0.0-rc-f38c22b244-20240704): + next-auth@5.0.0-beta.16(next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8))(react@19.0.0-rc-f38c22b244-20240704): dependencies: '@auth/core': 0.28.1 - next: 15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6) + next: 15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8) react: 19.0.0-rc-f38c22b244-20240704 next-themes@0.3.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704): @@ -7980,17 +8003,17 @@ snapshots: next-tick@1.1.0: {} - next@15.0.0-rc.0(@babel/core@7.24.7)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.6): + next@15.0.0-rc.0(@babel/core@7.24.9)(@opentelemetry/api@1.9.0)(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704)(sass@1.77.8): dependencies: '@next/env': 15.0.0-rc.0 '@swc/helpers': 0.5.11 busboy: 1.6.0 - caniuse-lite: 1.0.30001640 + caniuse-lite: 1.0.30001643 graceful-fs: 4.2.11 postcss: 8.4.31 react: 19.0.0-rc-f38c22b244-20240704 react-dom: 19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704) - styled-jsx: 5.1.3(@babel/core@7.24.7)(react@19.0.0-rc-f38c22b244-20240704) + styled-jsx: 5.1.3(@babel/core@7.24.9)(react@19.0.0-rc-f38c22b244-20240704) optionalDependencies: '@next/swc-darwin-arm64': 15.0.0-rc.0 '@next/swc-darwin-x64': 15.0.0-rc.0 @@ -8001,7 +8024,8 @@ snapshots: '@next/swc-win32-arm64-msvc': 15.0.0-rc.0 '@next/swc-win32-ia32-msvc': 15.0.0-rc.0 '@next/swc-win32-x64-msvc': 15.0.0-rc.0 - sass: 1.77.6 + '@opentelemetry/api': 1.9.0 + sass: 1.77.8 sharp: 0.33.4 transitivePeerDependencies: - '@babel/core' @@ -8023,7 +8047,7 @@ snapshots: node-gyp-build@4.8.1: {} - node-releases@2.0.14: {} + node-releases@2.0.18: {} normalize-path@3.0.0: {} @@ -8070,12 +8094,6 @@ snapshots: define-properties: 1.2.1 es-abstract: 1.23.3 - object.hasown@1.1.4: - dependencies: - define-properties: 1.2.1 - es-abstract: 1.23.3 - es-object-atoms: 1.0.0 - object.values@1.2.0: dependencies: call-bind: 1.0.7 @@ -8086,9 +8104,9 @@ snapshots: dependencies: wrappy: 1.0.2 - openai@4.52.3(encoding@0.1.13): + openai@4.53.0(encoding@0.1.13): dependencies: - '@types/node': 18.19.39 + '@types/node': 18.19.41 '@types/node-fetch': 2.6.11 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -8161,7 +8179,7 @@ snapshots: path-scurry@1.11.1: dependencies: - lru-cache: 10.4.0 + lru-cache: 10.4.3 minipass: 7.1.2 path-type@4.0.0: {} @@ -8182,7 +8200,7 @@ snapshots: pirates@4.0.6: {} - pnpm@8.15.8: {} + pnpm@8.15.9: {} possible-typed-array-names@1.0.0: {} @@ -8205,12 +8223,12 @@ snapshots: optionalDependencies: postcss: 8.4.39 - postcss-nested@6.0.1(postcss@8.4.39): + postcss-nested@6.2.0(postcss@8.4.39): dependencies: postcss: 8.4.39 - postcss-selector-parser: 6.1.0 + postcss-selector-parser: 6.1.1 - postcss-selector-parser@6.1.0: + postcss-selector-parser@6.1.1: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 @@ -8238,7 +8256,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.3.2: {} + prettier@3.3.3: {} pretty-format@3.8.0: {} @@ -8252,7 +8270,7 @@ snapshots: punycode@2.3.1: {} - qs@6.12.2: + qs@6.12.3: dependencies: side-channel: 1.0.6 @@ -8292,7 +8310,7 @@ snapshots: react-hotjar@6.3.1: {} - react-intersection-observer@9.10.3(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704): + react-intersection-observer@9.13.0(react-dom@19.0.0-rc-f38c22b244-20240704(react@19.0.0-rc-f38c22b244-20240704))(react@19.0.0-rc-f38c22b244-20240704): dependencies: react: 19.0.0-rc-f38c22b244-20240704 optionalDependencies: @@ -8313,7 +8331,7 @@ snapshots: remark-rehype: 11.1.0 unified: 11.0.5 unist-util-visit: 5.0.0 - vfile: 6.0.1 + vfile: 6.0.2 transitivePeerDependencies: - supports-color @@ -8323,7 +8341,7 @@ snapshots: react-textarea-autosize@8.5.3(@types/react@18.3.3)(react@19.0.0-rc-f38c22b244-20240704): dependencies: - '@babel/runtime': 7.24.7 + '@babel/runtime': 7.24.8 react: 19.0.0-rc-f38c22b244-20240704 use-composed-ref: 1.3.0(react@19.0.0-rc-f38c22b244-20240704) use-latest: 1.2.1(@types/react@18.3.3)(react@19.0.0-rc-f38c22b244-20240704) @@ -8396,7 +8414,7 @@ snapshots: '@types/mdast': 4.0.4 mdast-util-to-hast: 13.2.0 unified: 11.0.5 - vfile: 6.0.1 + vfile: 6.0.2 remark-stringify@11.0.0: dependencies: @@ -8412,13 +8430,13 @@ snapshots: resolve@1.22.8: dependencies: - is-core-module: 2.14.0 + is-core-module: 2.15.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 resolve@2.0.0-next.5: dependencies: - is-core-module: 2.14.0 + is-core-module: 2.15.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -8451,10 +8469,10 @@ snapshots: safer-buffer@2.1.2: {} - sass@1.77.6: + sass@1.77.8: dependencies: chokidar: 3.6.0 - immutable: 4.3.6 + immutable: 4.3.7 source-map-js: 1.2.0 scheduler@0.25.0-rc-f38c22b244-20240704: {} @@ -8465,14 +8483,14 @@ snapshots: semver@6.3.1: {} - semver@7.6.2: {} + semver@7.6.3: {} - seroval-plugins@1.0.7(seroval@1.0.7): + seroval-plugins@1.1.0(seroval@1.1.0): dependencies: - seroval: 1.0.7 + seroval: 1.1.0 optional: true - seroval@1.0.7: + seroval@1.1.0: optional: true server-only@0.0.1: {} @@ -8497,7 +8515,7 @@ snapshots: dependencies: color: 4.2.3 detect-libc: 2.0.3 - semver: 7.6.2 + semver: 7.6.3 optionalDependencies: '@img/sharp-darwin-arm64': 0.33.4 '@img/sharp-darwin-x64': 0.33.4 @@ -8547,8 +8565,8 @@ snapshots: solid-js@1.8.18: dependencies: csstype: 3.1.3 - seroval: 1.0.7 - seroval-plugins: 1.0.7(seroval@1.0.7) + seroval: 1.1.0 + seroval-plugins: 1.1.0(seroval@1.1.0) optional: true source-map-js@1.2.0: {} @@ -8602,6 +8620,11 @@ snapshots: set-function-name: 2.0.2 side-channel: 1.0.6 + string.prototype.repeat@1.0.0: + dependencies: + define-properties: 1.2.1 + es-abstract: 1.23.3 + string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 @@ -8646,18 +8669,18 @@ snapshots: dependencies: inline-style-parser: 0.2.3 - styled-jsx@5.1.3(@babel/core@7.24.7)(react@19.0.0-rc-f38c22b244-20240704): + styled-jsx@5.1.3(@babel/core@7.24.9)(react@19.0.0-rc-f38c22b244-20240704): dependencies: client-only: 0.0.1 react: 19.0.0-rc-f38c22b244-20240704 optionalDependencies: - '@babel/core': 7.24.7 + '@babel/core': 7.24.9 sucrase@3.35.0: dependencies: '@jridgewell/gen-mapping': 0.3.5 commander: 4.1.1 - glob: 10.4.3 + glob: 10.4.5 lines-and-columns: 1.2.4 mz: 2.7.0 pirates: 4.0.6 @@ -8673,9 +8696,9 @@ snapshots: formidable: 1.2.6 methods: 1.1.2 mime: 2.6.0 - qs: 6.12.2 + qs: 6.12.3 readable-stream: 3.6.2 - semver: 7.6.2 + semver: 7.6.3 transitivePeerDependencies: - supports-color @@ -8692,12 +8715,12 @@ snapshots: svelte@4.2.18: dependencies: '@ampproject/remapping': 2.3.0 - '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/sourcemap-codec': 1.5.0 '@jridgewell/trace-mapping': 0.3.25 '@types/estree': 1.0.5 acorn: 8.12.1 aria-query: 5.3.0 - axobject-query: 4.0.0 + axobject-query: 4.1.0 code-red: 1.0.4 css-tree: 2.3.1 estree-walker: 3.0.3 @@ -8706,26 +8729,27 @@ snapshots: magic-string: 0.30.10 periscopic: 3.1.0 - swiper@11.1.4: {} + swiper@11.1.5: {} - swr@2.2.0(react@19.0.0-rc-f38c22b244-20240704): + swr@2.2.5(react@19.0.0-rc-f38c22b244-20240704): dependencies: + client-only: 0.0.1 react: 19.0.0-rc-f38c22b244-20240704 use-sync-external-store: 1.2.2(react@19.0.0-rc-f38c22b244-20240704) swrev@4.0.0: {} - swrv@1.0.4(vue@3.4.31(typescript@5.5.3)): + swrv@1.0.4(vue@3.4.33(typescript@5.5.4)): dependencies: - vue: 3.4.31(typescript@5.5.3) + vue: 3.4.33(typescript@5.5.4) tailwind-merge@2.4.0: {} - tailwindcss-animate@1.0.7(tailwindcss@3.4.4): + tailwindcss-animate@1.0.7(tailwindcss@3.4.6): dependencies: - tailwindcss: 3.4.4 + tailwindcss: 3.4.6 - tailwindcss@3.4.4: + tailwindcss@3.4.6: dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -8745,8 +8769,8 @@ snapshots: postcss-import: 15.1.0(postcss@8.4.39) postcss-js: 4.0.1(postcss@8.4.39) postcss-load-config: 4.0.2(postcss@8.4.39) - postcss-nested: 6.0.1(postcss@8.4.39) - postcss-selector-parser: 6.1.0 + postcss-nested: 6.2.0(postcss@8.4.39) + postcss-selector-parser: 6.1.1 resolve: 1.22.8 sucrase: 3.35.0 transitivePeerDependencies: @@ -8778,9 +8802,9 @@ snapshots: trough@2.2.0: {} - ts-api-utils@1.3.0(typescript@5.5.3): + ts-api-utils@1.3.0(typescript@5.5.4): dependencies: - typescript: 5.5.3 + typescript: 5.5.4 ts-interface-checker@0.1.13: {} @@ -8835,7 +8859,7 @@ snapshots: dependencies: is-typedarray: 1.0.0 - typescript@5.5.3: {} + typescript@5.5.4: {} unbox-primitive@1.0.2: dependencies: @@ -8854,7 +8878,7 @@ snapshots: extend: 3.0.2 is-plain-obj: 4.1.0 trough: 2.2.0 - vfile: 6.0.1 + vfile: 6.0.2 unist-util-is@6.0.0: dependencies: @@ -8884,9 +8908,9 @@ snapshots: unist-util-is: 6.0.0 unist-util-visit-parents: 6.0.1 - update-browserslist-db@1.1.0(browserslist@4.23.1): + update-browserslist-db@1.1.0(browserslist@4.23.2): dependencies: - browserslist: 4.23.1 + browserslist: 4.23.2 escalade: 3.1.2 picocolors: 1.0.1 @@ -8935,21 +8959,21 @@ snapshots: '@types/unist': 3.0.2 unist-util-stringify-position: 4.0.0 - vfile@6.0.1: + vfile@6.0.2: dependencies: '@types/unist': 3.0.2 unist-util-stringify-position: 4.0.0 vfile-message: 4.0.2 - vue@3.4.31(typescript@5.5.3): + vue@3.4.33(typescript@5.5.4): dependencies: - '@vue/compiler-dom': 3.4.31 - '@vue/compiler-sfc': 3.4.31 - '@vue/runtime-dom': 3.4.31 - '@vue/server-renderer': 3.4.31(vue@3.4.31(typescript@5.5.3)) - '@vue/shared': 3.4.31 + '@vue/compiler-dom': 3.4.33 + '@vue/compiler-sfc': 3.4.33 + '@vue/runtime-dom': 3.4.33 + '@vue/server-renderer': 3.4.33(vue@3.4.33(typescript@5.5.4)) + '@vue/shared': 3.4.33 optionalDependencies: - typescript: 5.5.3 + typescript: 5.5.4 web-streams-polyfill@3.3.3: {}