From c08a8bf5adc1c5f268944372dabefa5ae6e77139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:06:54 +0000 Subject: [PATCH] build(deps): bump the cytoscape group across 1 directory with 2 updates Bumps the cytoscape group with 2 updates in the / directory: [cytoscape](https://github.com/cytoscape/cytoscape.js) and [cytoscape-context-menus](https://github.com/iVis-at-Bilkent/cytoscape.js-context-menus). Updates `cytoscape` from 3.30.1 to 3.30.3 - [Release notes](https://github.com/cytoscape/cytoscape.js/releases) - [Commits](https://github.com/cytoscape/cytoscape.js/compare/v3.30.1...v3.30.3) Updates `cytoscape-context-menus` from 4.1.0 to 4.2.1 - [Release notes](https://github.com/iVis-at-Bilkent/cytoscape.js-context-menus/releases) - [Commits](https://github.com/iVis-at-Bilkent/cytoscape.js-context-menus/compare/v4.1.0...v4.2.1) --- updated-dependencies: - dependency-name: cytoscape dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cytoscape - dependency-name: cytoscape-context-menus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cytoscape ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 375c5a11113..8b264d3c001 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,9 +24,9 @@ "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "cropperjs": "^2.0.0-rc.1", - "cytoscape": "^3.30.1", + "cytoscape": "^3.30.3", "cytoscape-canvas": "^3.0.1", - "cytoscape-context-menus": "^4.0.0", + "cytoscape-context-menus": "^4.2.1", "cytoscape-dagre": "^2.2.1", "cytoscape-grid-guide": "^2.3.0", "diff-match-patch": "^1.0.4", @@ -6043,9 +6043,9 @@ } }, "node_modules/cytoscape": { - "version": "3.30.1", - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.1.tgz", - "integrity": "sha512-TRJc3HbBPkHd50u9YfJh2FxD1lDLZ+JXnJoyBn5LkncoeuT7fapO/Hq/Ed8TdFclaKshzInge2i30bg7VKeoPQ==", + "version": "3.30.3", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.3.tgz", + "integrity": "sha512-HncJ9gGJbVtw7YXtIs3+6YAFSSiKsom0amWc33Z7QbylbY2JGMrA0yz4EwrdTScZxnwclXeEZHzO5pxoy0ZE4g==", "engines": { "node": ">=0.10" } @@ -6056,9 +6056,9 @@ "integrity": "sha512-R1nCLnJHGTR5fWEpNQQBPyoigdnfhnk1lOHegzmzz1Kg6yxzVf0hfdRAMa0wPAhtC4kkgyoViiIfZ/zyCqMhEQ==" }, "node_modules/cytoscape-context-menus": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/cytoscape-context-menus/-/cytoscape-context-menus-4.1.0.tgz", - "integrity": "sha512-qbrdRfz8JQuZBZamhzmExPpJvUNR4VA3rcN4qChu4eVplWYU4n8N98A0ksrr2kfmUvCAL529N04KzwZd8xra7w==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/cytoscape-context-menus/-/cytoscape-context-menus-4.2.1.tgz", + "integrity": "sha512-h0dXq/DGIQUegC+mncawzFT+zV52I5dxME3fDLqO6cd5pYfx9U+u2YZjn29z8YfRjvayBtsxpD6JUvgiH1ZdaQ==", "peerDependencies": { "cytoscape": "^2.7.0 || ^3.0.0" } diff --git a/package.json b/package.json index 78f5dd63735..360bc906f2b 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,9 @@ "animate.css": "^4.1.1", "bootstrap": "^5.3.2", "cropperjs": "^2.0.0-rc.1", - "cytoscape": "^3.30.1", + "cytoscape": "^3.30.3", "cytoscape-canvas": "^3.0.1", - "cytoscape-context-menus": "^4.0.0", + "cytoscape-context-menus": "^4.2.1", "cytoscape-dagre": "^2.2.1", "cytoscape-grid-guide": "^2.3.0", "diff-match-patch": "^1.0.4",