diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c0de69b..91113a7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "react-dom": "^19.2.8" }, "devDependencies": { - "@types/cytoscape": "^3.21.9", + "@types/cytoscape": "^3.31.0", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", @@ -629,11 +629,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/deep-eql": { "version": "4.0.2", diff --git a/frontend/package.json b/frontend/package.json index 8fc0de5..a25a74f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "react-dom": "^19.2.8" }, "devDependencies": { - "@types/cytoscape": "^3.21.9", + "@types/cytoscape": "^3.31.0", "@types/node": "^24.13.3", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3",