diff --git a/package-lock.json b/package-lock.json index 8a67f4ef..c0f96ef0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,19 +11,19 @@ "@dagrejs/dagre": "^3.0.0", "@headlessui/react": "^2.2.10", "@heroicons/react": "^2.2.0", - "@nanostores/persistent": "^1.3.4", + "@nanostores/persistent": "^1.3.5", "@nanostores/react": "^1.1.0", "@tailwindcss/typography": "^0.5.20", "@tanstack/react-query": "^5.101.1", "@tanstack/react-router": "^1.170.16", - "@xyflow/react": "^12.11.1", + "@xyflow/react": "^12.11.2", "clsx": "^2.1.1", "date-fns": "^4.4.0", - "nanostores": "^1.3.0", + "nanostores": "^1.4.1", "next-themes": "^0.4.6", - "query-string": "^9.4.0", - "react": "^19.2.7", - "react-dom": "^19.2.7", + "query-string": "^9.4.1", + "react": "^19.2.8", + "react-dom": "^19.2.8", "react-hot-toast": "^2.6.0", "react-time-sync": "^5.2.1", "zod": "^4.4.3" @@ -1502,9 +1502,9 @@ } }, "node_modules/@nanostores/persistent": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/@nanostores/persistent/-/persistent-1.3.4.tgz", - "integrity": "sha512-fZ42MOredSkqt450XrPxmQ94pSRPTas/rBUVCvEEMCR+rIp8bdo/xoaFFcG2cwpqAzA164PdD6p3D+MXLJYumw==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@nanostores/persistent/-/persistent-1.3.5.tgz", + "integrity": "sha512-CNdhro3jEzNdPpPImIltnPpDKp5vxYmomHlZI7EMNoAxddImx97djxXDdPd2HIC4UczzUUMk7AMWCfMpFJHUsw==", "funding": [ { "type": "github", @@ -4855,12 +4855,12 @@ "license": "MIT" }, "node_modules/@xyflow/react": { - "version": "12.11.1", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.1.tgz", - "integrity": "sha512-L+zBoLGSXham0MnlY8QqjfR7/C5JNw0zxkaey5aZ5XmCgJBAdH4+WRIu8CR40d3l/BdU635V6YbhBK1jMo8/6Q==", + "version": "12.11.2", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.2.tgz", + "integrity": "sha512-eLAlDWJfWnQEhJwGMjlWdAXO9eYllKpliUmPQlAmOLxz6mExXuzMVDUKLMquixgkrtmMFFtug3jGKmYYld12cA==", "license": "MIT", "dependencies": { - "@xyflow/system": "0.0.78", + "@xyflow/system": "0.0.79", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -4880,9 +4880,9 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.78", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.78.tgz", - "integrity": "sha512-lY0z2qP33fUhTva9Vaxrk0lqZta2pkbxB1trHAx1omnJqRtPvDlAQYV2r5fhS6AdpkulYmbNW0svy+A4/t4B/g==", + "version": "0.0.79", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.79.tgz", + "integrity": "sha512-czLyOh91NF0hIzbNzwi8I6GlqG23BHh2435OddfI6uiaLH3xdrdygO93gqgH1Bv9mhy8XPFQJOBn1FTq4LvEWA==", "license": "MIT", "dependencies": { "@types/d3-drag": "^3.0.7", @@ -7006,9 +7006,9 @@ } }, "node_modules/nanostores": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-1.3.0.tgz", - "integrity": "sha512-XPUa/jz+P1oJvN9VBxw4L9MtdFfaH3DAryqPssqhb2kXjmb9npz0dly6rCsgFWOPr4Yg9mTfM3MDZgZZ+7A3lA==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-1.4.1.tgz", + "integrity": "sha512-PGd3uPojJB9Z07d5NX3Db/SOSBbyy3wLMUGq0GpnEEJfVzY9mq7daPMAZ3jObV5D3Jn+YKND636eI5ULg7F80Q==", "funding": [ { "type": "github", @@ -7516,9 +7516,9 @@ } }, "node_modules/query-string": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.4.0.tgz", - "integrity": "sha512-ivvWyHqU9K1Log4hJFhqVIIMoEi0nzmlRhvk2pPcTuQH/Y0K5iTTMxEx7R0PRHD2Z1hMVbWnjfsEWbIKIK+3IA==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.4.1.tgz", + "integrity": "sha512-lSyJeN3RuaG7DZGWThtYRhk96+kEyZ/+doZpERuWbjeFL+Ok3vEat/swU498rAI0NcVt5/RJp8UDuLz7FckxrA==", "license": "MIT", "dependencies": { "decode-uri-component": "^0.4.1", @@ -7533,9 +7533,9 @@ } }, "node_modules/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", - "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -7574,15 +7574,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", - "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz", + "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.7" + "react": "^19.2.8" } }, "node_modules/react-hot-toast": { diff --git a/package.json b/package.json index 254afa1b..261fc499 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,19 @@ "@dagrejs/dagre": "^3.0.0", "@headlessui/react": "^2.2.10", "@heroicons/react": "^2.2.0", - "@nanostores/persistent": "^1.3.4", + "@nanostores/persistent": "^1.3.5", "@nanostores/react": "^1.1.0", "@tailwindcss/typography": "^0.5.20", "@tanstack/react-query": "^5.101.1", "@tanstack/react-router": "^1.170.16", - "@xyflow/react": "^12.11.1", + "@xyflow/react": "^12.11.2", "clsx": "^2.1.1", "date-fns": "^4.4.0", - "nanostores": "^1.3.0", + "nanostores": "^1.4.1", "next-themes": "^0.4.6", - "query-string": "^9.4.0", - "react": "^19.2.7", - "react-dom": "^19.2.7", + "query-string": "^9.4.1", + "react": "^19.2.8", + "react-dom": "^19.2.8", "react-hot-toast": "^2.6.0", "react-time-sync": "^5.2.1", "zod": "^4.4.3"