diff --git a/package-lock.json b/package-lock.json index 918aabe..671baf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@xyflow/react": "^12.5.1", + "@xyflow/react": "^12.6.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, @@ -1497,12 +1497,12 @@ } }, "node_modules/@xyflow/react": { - "version": "12.5.1", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.5.1.tgz", - "integrity": "sha512-jMKQVqGwCz0x6pUyvxTIuCMbyehfua7CfEEWDj29zQSHigQpCy0/5d8aOmZrqK4cwur/pVHLQomT6Rm10gXfHg==", + "version": "12.6.1", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.6.1.tgz", + "integrity": "sha512-DQs1LOaxSIdsoxsfZSLBoID93eQvfBXDraBwalpKaVcWTueWfjnW9mQ7jviwC3zPLwyx/ioPh+C45/Ez7+CHUQ==", "license": "MIT", "dependencies": { - "@xyflow/system": "0.0.53", + "@xyflow/system": "0.0.58", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -1512,9 +1512,9 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.53", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.53.tgz", - "integrity": "sha512-QTWieiTtvNYyQAz1fxpzgtUGXNpnhfh6vvZa7dFWpWS2KOz6bEHODo/DTK3s07lDu0Bq0Db5lx/5M5mNjb9VDQ==", + "version": "0.0.58", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.58.tgz", + "integrity": "sha512-f4l+/AAdWejcFrkaCbKWRWyL64G7gMR0xrwRlbG6oF4KIOMcygGFxOXdOV8QCMcQ9u++QIDpsogpUhexX4vi1Q==", "license": "MIT", "dependencies": { "@types/d3-drag": "^3.0.7", diff --git a/package.json b/package.json index cbb8b33..a89ebb1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@xyflow/react": "^12.5.1", + "@xyflow/react": "^12.6.1", "react": "^18.2.0", "react-dom": "^18.2.0" },