diff --git a/package-lock.json b/package-lock.json index 7f194d6..2543408 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@sveltejs/adapter-node": "^1.3.1", "@sveltejs/kit": "^1.27.6", "@tailwindcss/forms": "^0.5.7", - "@types/cytoscape": "^3.19.15", + "@types/cytoscape": "^3.19.16", "@types/cytoscape-dagre": "^2.3.2", "@types/cytoscape-euler": "^1.2.3", "@typescript-eslint/eslint-plugin": "^6.13.1", @@ -885,9 +885,9 @@ "dev": true }, "node_modules/@types/cytoscape": { - "version": "3.19.15", - "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.19.15.tgz", - "integrity": "sha512-v1PNoMBzoIrOGZfuU/PFwDEPxfP4GnfVCTrZPx4M2G4EFS7BV/FLCCoVMOzdBG98MJbNBXpx1LCrs8wh0vybEw==", + "version": "3.19.16", + "resolved": "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.19.16.tgz", + "integrity": "sha512-A3zkjaZ6cOGyqEvrVuC1YUgiRSJhDZOj8Qhd1ALH2/+YxH2za1BOmR4RWQsKYHsc+aMP/IWoqg1COuUbZ39t/g==", "dev": true }, "node_modules/@types/cytoscape-dagre": { diff --git a/package.json b/package.json index 88fccc8..1cceb89 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@sveltejs/adapter-node": "^1.3.1", "@sveltejs/kit": "^1.27.6", "@tailwindcss/forms": "^0.5.7", - "@types/cytoscape": "^3.19.15", + "@types/cytoscape": "^3.19.16", "@types/cytoscape-dagre": "^2.3.2", "@types/cytoscape-euler": "^1.2.3", "@typescript-eslint/eslint-plugin": "^6.13.1",