From fff4178265fea42fd35828cf534eaa652f24820b Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Mon, 22 Jun 2026 13:24:12 -0400 Subject: [PATCH] So far this round of updates is working. Still testing... --- package-lock.json | 46 +++++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ae174ee..532a723b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3227,12 +3227,6 @@ "url": "https://opencollective.com/vitest" } }, - "node_modules/@yr/monotone-cubic-spline": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@yr/monotone-cubic-spline/-/monotone-cubic-spline-1.0.3.tgz", - "integrity": "sha512-FQXkOta0XBSUPHndIKON2Y9JeQz5ZeMqLYZVVK93FliNBFm7LNMIZmY6FrMEB9XPcDbE2bekMbZD6kzDkxwYjA==", - "license": "MIT" - }, "node_modules/@zag-js/accordion": { "version": "1.34.1", "resolved": "https://registry.npmjs.org/@zag-js/accordion/-/accordion-1.34.1.tgz", @@ -3906,13 +3900,10 @@ } }, "node_modules/apexcharts": { - "version": "5.10.3", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.10.3.tgz", - "integrity": "sha512-wwvkSLsodNOc/rHo5MJsn3GPM4Krc5Gs0zKX4Lfzq4LohcTbyKylYUGEqJFmXXxGR7yLbZQz31sB5RTqT5mv1g==", - "license": "SEE LICENSE IN LICENSE", - "dependencies": { - "@yr/monotone-cubic-spline": "^1.0.3" - } + "version": "5.15.2", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-5.15.2.tgz", + "integrity": "sha512-qbd+ehDiRxo++wAqaGLmJcd683ktulTqoku4WYYyQ3XOgJIn4yhOQGV27KcdK7c2yhwxblyh4mgMm8ukI0wC0Q==", + "license": "SEE LICENSE IN LICENSE" }, "node_modules/argparse": { "version": "2.0.1", @@ -4254,9 +4245,9 @@ } }, "node_modules/dexie": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/dexie/-/dexie-4.3.0.tgz", - "integrity": "sha512-5EeoQpJvMKHe6zWt/FSIIuRa3CWlZeIl6zKXt+Lz7BU6RoRRLgX9dZEynRfXrkLcldKYCBiz7xekTEylnie1Ug==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/dexie/-/dexie-4.4.4.tgz", + "integrity": "sha512-jIwsYI8Os2hgnqc6O49YwFDKGc5v5QjGx0wPVp543ip1F53VFAKMLthV2pQosQcVTv3eAskTWYspOx195PM0FQ==", "license": "Apache-2.0" }, "node_modules/dijkstrajs": { @@ -4765,19 +4756,19 @@ } }, "node_modules/flowbite-svelte": { - "version": "1.31.0", - "resolved": "https://registry.npmjs.org/flowbite-svelte/-/flowbite-svelte-1.31.0.tgz", - "integrity": "sha512-A7Ts/R5GsL8DbgRf+8+1wdrIOOK0nq4ggEkv4RuY0oGuzH1PLBAH+bvC1L8AgQ5li9mj3o8eE9tHW7Md8yjPsw==", + "version": "1.33.1", + "resolved": "https://registry.npmjs.org/flowbite-svelte/-/flowbite-svelte-1.33.1.tgz", + "integrity": "sha512-HIG61H/YvWbfk0JTfirbPFb1F/YRPiJWYlUE7KTlmZ1X/ZTG6NZA9CgRuraO358cdpt0kv1gPYldrAKM1Apx2w==", "license": "MIT", "dependencies": { - "@floating-ui/dom": "^1.7.4", - "@floating-ui/utils": "^0.2.10", - "apexcharts": "^5.3.6", + "@floating-ui/dom": "^1.7.6", + "@floating-ui/utils": "^0.2.11", + "apexcharts": "^5.10.4", "clsx": "^2.1.1", "date-fns": "^4.1.0", "esm-env": "^1.2.2", "flowbite": "^3.1.2", - "tailwind-merge": "^3.4.0", + "tailwind-merge": "^3.5.0", "tailwind-variants": "^3.2.2" }, "peerDependencies": { @@ -5639,13 +5630,10 @@ "license": "MIT" }, "node_modules/openai": { - "version": "6.27.0", - "resolved": "https://registry.npmjs.org/openai/-/openai-6.27.0.tgz", - "integrity": "sha512-osTKySlrdYrLYTt0zjhY8yp0JUBmWDCN+Q+QxsV4xMQnnoVFpylgKGgxwN8sSdTNw0G4y+WUXs4eCMWpyDNWZQ==", + "version": "6.44.0", + "resolved": "https://registry.npmjs.org/openai/-/openai-6.44.0.tgz", + "integrity": "sha512-09/gH+8jH0RgUwsgWHAaxsKGRT5zVZ95IaJUnqAWj6XejIBmnFRwq2WUIF37VtDEsmGrtPmvCs5+yBSeZGWvkA==", "license": "Apache-2.0", - "bin": { - "openai": "bin/cli" - }, "peerDependencies": { "ws": "^8.18.0", "zod": "^3.25 || ^4.0"