diff --git a/reactflow-remix/package-lock.json b/reactflow-remix/package-lock.json index c939275..b8601d5 100644 --- a/reactflow-remix/package-lock.json +++ b/reactflow-remix/package-lock.json @@ -9,7 +9,7 @@ "@remix-run/node": "^2.8.1", "@remix-run/react": "^2.8.1", "@remix-run/serve": "^2.8.1", - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.3.0", "isbot": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -2377,11 +2377,11 @@ "integrity": "sha512-BEO6al7BYqcnfX15W2cnGR+Q566ACXAT9UQykORCWW80lmkpWsnEob6zJS1ZVBKsSJC8+7vJkHwlp+lXG1UCdw==" }, "node_modules/@xyflow/react": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.0.0.tgz", - "integrity": "sha512-f0cboW5ZbKR+xGUr2QtYiIZwGvxDHzCjdtp2KBSNcQCmyc9xgaJ2PMCKBpwAUF0u+RoA7mEW2jE3mPI9WCBy0A==", + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.3.0.tgz", + "integrity": "sha512-dujEbjOn+5gMGg/wsojxtI7v2CfWm7ieRyiOHiZTPyw6p/VIdCoS3nLfSBP3TT+swoHSAXZ78iomHSKoUl4tMg==", "dependencies": { - "@xyflow/system": "0.0.34", + "@xyflow/system": "0.0.42", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -2391,9 +2391,9 @@ } }, "node_modules/@xyflow/system": { - "version": "0.0.34", - "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.34.tgz", - "integrity": "sha512-Gcc2aSPZX5YMn+Rv6a2lxRes005YLc6LRaMtzRsobCcIEMpBUWzEx8/OrvpAYOCM3UCxlqfUOK2ekglxbjzYEQ==", + "version": "0.0.42", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.42.tgz", + "integrity": "sha512-kWYj+Y0GOct0jKYTdyRMNOLPxGNbb2TYvPg2gTmJnZ31DOOMkL5uRBLX825DR2gOACDu+i5FHLxPJUPf/eGOJw==", "dependencies": { "@types/d3-drag": "^3.0.7", "@types/d3-selection": "^3.0.10", diff --git a/reactflow-remix/package.json b/reactflow-remix/package.json index b4fd57f..9198a89 100644 --- a/reactflow-remix/package.json +++ b/reactflow-remix/package.json @@ -14,7 +14,7 @@ "@remix-run/node": "^2.8.1", "@remix-run/react": "^2.8.1", "@remix-run/serve": "^2.8.1", - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.3.0", "isbot": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0"