diff --git a/package-lock.json b/package-lock.json index 6c8f86b..3f83f94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,6 +25,7 @@ "clsx": "^2.1.1", "cytoscape": "3.33.1", "cytoscape-fcose": "2.2.0", + "leaflet": "^1.9.4", "lucide-react": "^0.577.0", "next-themes": "^0.4.6", "react": "^19.2.4", @@ -42,7 +43,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/cytoscape": "3.21.9", + "@types/cytoscape": "3.31.0", "@types/leaflet": "^1.9.21", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", @@ -55,7 +56,7 @@ "vitest": "^4.1.0" }, "engines": { - "node": ">=20" + "node": ">=24" } }, "node_modules/@acemir/cssom": { @@ -2886,11 +2887,15 @@ } }, "node_modules/@types/cytoscape": { - "version": "3.21.9", - "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.21.9.tgz", - "integrity": "sha512-JyrG4tllI6jvuISPjHK9j2Xv/LTbnLekLke5otGStjFluIyA9JjgnvgZrSBsp8cEDpiTjwgZUZwpPv8TSBcoLw==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.31.0.tgz", + "integrity": "sha512-EXHOHxqQjGxLDEh5cP4te6J0bi7LbCzmZkzsR6f703igUac8UGMdEohMyU3GHAayCTZrLQOMnaE/lqB2Ekh8Ww==", + "deprecated": "This is a stub types definition. cytoscape provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "cytoscape": "*" + } }, "node_modules/@types/d3-array": { "version": "3.2.2", @@ -3937,8 +3942,7 @@ "version": "1.9.4", "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz", "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==", - "license": "BSD-2-Clause", - "peer": true + "license": "BSD-2-Clause" }, "node_modules/lightningcss": { "version": "1.32.0", diff --git a/package.json b/package.json index e4c2f18..07f46d2 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", - "@types/cytoscape": "3.21.9", + "@types/cytoscape": "3.31.0", "@types/leaflet": "^1.9.21", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3",