diff --git a/package-lock.json b/package-lock.json index bfba1f27..bbe27afb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,12 +16,12 @@ "@tailwindcss/typography": "^0.5.20", "@tanstack/react-query": "^5.101.4", "@tanstack/react-router": "^1.170.18", - "@xyflow/react": "^12.11.2", + "@xyflow/react": "^12.11.5", "clsx": "^2.1.1", "date-fns": "^4.4.0", - "nanostores": "^1.4.1", + "nanostores": "^1.5.2", "next-themes": "^0.4.6", - "query-string": "^9.4.1", + "query-string": "^9.5.0", "react": "^19.2.8", "react-dom": "^19.2.8", "react-hot-toast": "^2.6.0", @@ -4826,12 +4826,12 @@ "license": "MIT" }, "node_modules/@xyflow/react": { - "version": "12.11.2", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.2.tgz", - "integrity": "sha512-eLAlDWJfWnQEhJwGMjlWdAXO9eYllKpliUmPQlAmOLxz6mExXuzMVDUKLMquixgkrtmMFFtug3jGKmYYld12cA==", + "version": "12.11.5", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.11.5.tgz", + "integrity": "sha512-QqoryGkqEhWBuQN9bZWRKhwr3Uoj9lCGj/tg0NnIWHHEOXV+5c8cYsc7Q9TST63V92lHqcNV9P5cjvJ9ZAmblQ==", "license": "MIT", "dependencies": { - "@xyflow/system": "0.0.79", + "@xyflow/system": "0.0.81", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -4851,9 +4851,9 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.79", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.79.tgz", - "integrity": "sha512-czLyOh91NF0hIzbNzwi8I6GlqG23BHh2435OddfI6uiaLH3xdrdygO93gqgH1Bv9mhy8XPFQJOBn1FTq4LvEWA==", + "version": "0.0.81", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.81.tgz", + "integrity": "sha512-hfbafW4i7uLq7ILok8QWFFm4KMFw22lbZNJHKfHOMSOOoCk5e5m8yfr84UV9NaJajmogWaLVnp2XFU9JQejlqg==", "license": "MIT", "dependencies": { "@types/d3-drag": "^3.0.7", @@ -5491,9 +5491,9 @@ "license": "MIT" }, "node_modules/decode-uri-component": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.4.1.tgz", - "integrity": "sha512-+8VxcR21HhTy8nOt6jf20w0c9CADrw1O8d+VZ/YzzCt4bJ3uBjw+D1q2osAB8RnpwwaeYBxy0HyKQxD5JBMuuQ==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.5.0.tgz", + "integrity": "sha512-1BiQVoK8C9gUbQU6NzAtO/tkz2qOFpEObMWpcFvhx4fYnj4Oc5yzaJN/LD36ihkVUdXyh5ZekzX+yM+ty/SrPg==", "license": "MIT", "engines": { "node": ">=14.16" @@ -7186,9 +7186,9 @@ } }, "node_modules/nanostores": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-1.4.1.tgz", - "integrity": "sha512-PGd3uPojJB9Z07d5NX3Db/SOSBbyy3wLMUGq0GpnEEJfVzY9mq7daPMAZ3jObV5D3Jn+YKND636eI5ULg7F80Q==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-1.5.2.tgz", + "integrity": "sha512-B0UbxzK1s0CN8Xht6r+7iT5+xV8PTaRERR1nATeplRv1Rw5YLWfVAid0hkqY3EceqpG4RjTk8GAwIxQY39Rnwg==", "funding": [ { "type": "github", @@ -7696,12 +7696,12 @@ } }, "node_modules/query-string": { - "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==", + "version": "9.5.0", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-9.5.0.tgz", + "integrity": "sha512-YlJmwNyi0RGYjlxYcuDncMsxFU7YyutbuI7gTm8ySxIGBlwx5yiBCOD5ig9ZNoHkawk/1Dey0N5mEfcUybMVAA==", "license": "MIT", "dependencies": { - "decode-uri-component": "^0.4.1", + "decode-uri-component": "^0.5.0", "filter-obj": "^5.1.0", "split-on-first": "^3.0.0" }, diff --git a/package.json b/package.json index 65ef02f2..5d18a38b 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "@tailwindcss/typography": "^0.5.20", "@tanstack/react-query": "^5.101.4", "@tanstack/react-router": "^1.170.18", - "@xyflow/react": "^12.11.2", + "@xyflow/react": "^12.11.5", "clsx": "^2.1.1", "date-fns": "^4.4.0", - "nanostores": "^1.4.1", + "nanostores": "^1.5.2", "next-themes": "^0.4.6", - "query-string": "^9.4.1", + "query-string": "^9.5.0", "react": "^19.2.8", "react-dom": "^19.2.8", "react-hot-toast": "^2.6.0",