diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index c9ccb57f3..27d8ff3c5 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -17,7 +17,7 @@ "cytoscape": "^3.28.1", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-node-html-label": "^1.2.2", - "cytoscape-popper": "^2.0.0", + "cytoscape-popper": "^4.0.1", "html-to-image": "^1.11.11", "next": "^14.2.13", "next-transpile-modules": "^10.0.1", @@ -8824,12 +8824,9 @@ } }, "node_modules/cytoscape-popper": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/cytoscape-popper/-/cytoscape-popper-2.0.0.tgz", - "integrity": "sha512-b7WSOn8qXHWtdIXFNmrgc8qkaOs16tMY0EwtRXlxzvn8X+al6TAFrUwZoYATkYSlotfd/36ZMoeKMEoUck6feA==", - "dependencies": { - "@popperjs/core": "^2.0.0" - }, + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/cytoscape-popper/-/cytoscape-popper-4.0.1.tgz", + "integrity": "sha512-u2gYDMMvGSlAJbNfKvMljOM/p+BrHu0A4VcpELa+xJf54HoMn+nV0iuhALZx+O89b74SKJRy7jYo2WfkD5uvsw==", "peerDependencies": { "cytoscape": "^3.2.0" } diff --git a/dashboard/package.json b/dashboard/package.json index dd65d1f9b..144757f97 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -27,7 +27,7 @@ "cytoscape": "^3.28.1", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-node-html-label": "^1.2.2", - "cytoscape-popper": "^2.0.0", + "cytoscape-popper": "^4.0.1", "html-to-image": "^1.11.11", "next": "^14.2.13", "next-transpile-modules": "^10.0.1",