diff --git a/reactflow-remix/package-lock.json b/reactflow-remix/package-lock.json index c939275..0a549a1 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.1.1", "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.1.1", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.1.1.tgz", + "integrity": "sha512-0/ToFd7YY6fKAWdz+NstK5K190xONpdEBPGTWIcNT0CjiCZ6Wj8qRPlg4oxYHtKkTyBQfsEvBWayJaxhwDIOGw==", "dependencies": { - "@xyflow/system": "0.0.34", + "@xyflow/system": "0.0.39", "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.39", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.39.tgz", + "integrity": "sha512-0WSdTCoA6kF/BqIFyUVinoK32Qj8scfLVxPdDahW1eYBKi5F1SYSouzVjpF2loYskyRbGl4KgxwaHiCgrBYFmA==", "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..831c159 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.1.1", "isbot": "^4.1.0", "react": "^18.2.0", "react-dom": "^18.2.0"