From c8f272ff3fce11d4a6eb28140269445bec2cf800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:33:13 +0000 Subject: [PATCH] Bump cytoscape-expand-collapse from 3.2.1 to 4.1.1 Bumps [cytoscape-expand-collapse](https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse) from 3.2.1 to 4.1.1. - [Release notes](https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse/releases) - [Commits](https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse/compare/3.2.1...v4.1.1) --- updated-dependencies: - dependency-name: cytoscape-expand-collapse dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26f6369..f7048b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "cytoscape": "github:dbt-labs/cytoscape.js#feature/cubic-bezier-edges", "cytoscape-context-menus": "3.0.5", "cytoscape-dagre": "^2.2.1", - "cytoscape-expand-collapse": "^3.1.1", + "cytoscape-expand-collapse": "^4.1.1", "dagre": "^0.8.5", "deepmerge": "^2.1.1", "file-loader": "^1.1.11", @@ -6097,9 +6097,9 @@ } }, "node_modules/cytoscape-expand-collapse": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/cytoscape-expand-collapse/-/cytoscape-expand-collapse-3.2.1.tgz", - "integrity": "sha512-jJlCW1VJaaU0nhPLqSWYrK+9dltdtpSBZjWk5BxFvA0w2GWp32u3zDv6uvyX0Um7RDN3lqv/7M4eo2LL1V36CQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/cytoscape-expand-collapse/-/cytoscape-expand-collapse-4.1.1.tgz", + "integrity": "sha512-MI4/GsA6Rf6RRzNR1aCitBLSnxiIKLxvZyCzF+oti/zn/ui1jmf769VcEFAEbjjsAtwteGsTmczI+niCMWJNvA==", "dev": true, "peerDependencies": { "cytoscape": "^3.3.0" @@ -19362,9 +19362,9 @@ } }, "cytoscape-expand-collapse": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/cytoscape-expand-collapse/-/cytoscape-expand-collapse-3.2.1.tgz", - "integrity": "sha512-jJlCW1VJaaU0nhPLqSWYrK+9dltdtpSBZjWk5BxFvA0w2GWp32u3zDv6uvyX0Um7RDN3lqv/7M4eo2LL1V36CQ==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/cytoscape-expand-collapse/-/cytoscape-expand-collapse-4.1.1.tgz", + "integrity": "sha512-MI4/GsA6Rf6RRzNR1aCitBLSnxiIKLxvZyCzF+oti/zn/ui1jmf769VcEFAEbjjsAtwteGsTmczI+niCMWJNvA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 35a3bdc..05b907e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "cytoscape": "github:dbt-labs/cytoscape.js#feature/cubic-bezier-edges", "cytoscape-context-menus": "3.0.5", "cytoscape-dagre": "^2.2.1", - "cytoscape-expand-collapse": "^3.1.1", + "cytoscape-expand-collapse": "^4.1.1", "dagre": "^0.8.5", "deepmerge": "^2.1.1", "file-loader": "^1.1.11",