diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 75e5292..a991de8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,12 +8,12 @@ "name": "frontend", "version": "0.6.0", "dependencies": { - "cytoscape": "^3.34.0", + "cytoscape": "^3.34.1", "react": "^19.2.8", "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", @@ -866,9 +870,9 @@ "license": "MIT" }, "node_modules/cytoscape": { - "version": "3.34.0", - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.34.0.tgz", - "integrity": "sha512-62rNSrioXw93uliKFBwjukeQyeWwH2PqDrTac31r2P6464u3AUvTk0xS4LVvT251g7IgkFunrI48ZEZGjywSOg==", + "version": "3.34.1", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.34.1.tgz", + "integrity": "sha512-Lr0RvH9H75y9ar8h9Toy6u4lxRSCcxUq+hHcQ26sVWo6BnaQp1gwEZOYqwuYTZhyW7npyKnNLP8oJ2p1/3OZ7g==", "license": "MIT", "engines": { "node": ">=0.10" diff --git a/frontend/package.json b/frontend/package.json index 9ed0946..427411a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,12 +12,12 @@ "test": "vitest run" }, "dependencies": { - "cytoscape": "^3.34.0", + "cytoscape": "^3.34.1", "react": "^19.2.8", "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",