diff --git a/reactflow-nextjs-app-router/package-lock.json b/reactflow-nextjs-app-router/package-lock.json index 5552a30..277ca04 100644 --- a/reactflow-nextjs-app-router/package-lock.json +++ b/reactflow-nextjs-app-router/package-lock.json @@ -8,7 +8,7 @@ "name": "reactflow-next-app-router", "version": "0.1.0", "dependencies": { - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.3.1", "next": "14.1.3", "react": "^18", "react-dom": "^18" @@ -608,11 +608,11 @@ "dev": true }, "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.1", + "resolved": "https://registry.npmjs.org/@xyflow/react/-/react-12.3.1.tgz", + "integrity": "sha512-PurYFxwzJa0U6RRX9k4VbNRU+vQd6mRKFR8Uk1dF81diCKZDj495y6AupqsjMHtkO66tGHV0LdenLpIHvnOEFw==", "dependencies": { - "@xyflow/system": "0.0.34", + "@xyflow/system": "0.0.43", "classcat": "^5.0.3", "zustand": "^4.4.0" }, @@ -622,9 +622,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.43", + "resolved": "https://registry.npmjs.org/@xyflow/system/-/system-0.0.43.tgz", + "integrity": "sha512-1zHgad1cWr1mKm2xbFaarK0Jg8WRgaQ8ubSBIo/pRdq3fEgCuqgNkL9NSAP6Rvm8zi3+Lu4JPUMN+EEx5QgX9A==", "dependencies": { "@types/d3-drag": "^3.0.7", "@types/d3-selection": "^3.0.10", diff --git a/reactflow-nextjs-app-router/package.json b/reactflow-nextjs-app-router/package.json index 6461934..024d964 100644 --- a/reactflow-nextjs-app-router/package.json +++ b/reactflow-nextjs-app-router/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@xyflow/react": "^12.0.0", + "@xyflow/react": "^12.3.1", "next": "14.1.3", "react": "^18", "react-dom": "^18"