From 4c93e9fc37c1245c655c8e9dbf990ff8c8b4e762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 06:46:36 +0000 Subject: [PATCH] chore(deps): bump @types/cytoscape in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [@types/cytoscape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cytoscape). Updates `@types/cytoscape` from 3.21.9 to 3.31.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cytoscape) --- updated-dependencies: - dependency-name: "@types/cytoscape" dependency-version: 3.31.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e43e4e..078f0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,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", @@ -2886,11 +2886,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", diff --git a/package.json b/package.json index 2731b8c..bfca79d 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,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",