From aee35637264ceffa51b39ec75ae187ee77bd4eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 21:57:23 +0000 Subject: [PATCH] build(deps): bump cytoscape from 3.23.0 to 3.25.0 Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.23.0 to 3.25.0. - [Release notes](https://github.com/cytoscape/cytoscape.js/releases) - [Commits](https://github.com/cytoscape/cytoscape.js/compare/v3.23.0...v3.25.0) --- updated-dependencies: - dependency-name: cytoscape dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f752602067..1c45bb581cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "animate.css": "^4.1.1", "bootstrap": "^5.2.3", "codemirror": "^6.0.1", - "cytoscape": "^3.13.0", + "cytoscape": "^3.25.0", "cytoscape-canvas": "^3.0.1", "cytoscape-context-menus": "^4.0.0", "cytoscape-dagre": "^2.2.1", @@ -3484,9 +3484,9 @@ "dev": true }, "node_modules/cytoscape": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.23.0.tgz", - "integrity": "sha512-gRZqJj/1kiAVPkrVFvz/GccxsXhF3Qwpptl32gKKypO4IlqnKBjTOu+HbXtEggSGzC5KCaHp3/F7GgENrtsFkA==", + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.25.0.tgz", + "integrity": "sha512-7MW3Iz57mCUo6JQCho6CmPBCbTlJr7LzyEtIkutG255HLVd4XuBg2I9BkTZLI/e4HoaOB/BiAzXuQybQ95+r9Q==", "dependencies": { "heap": "^0.2.6", "lodash": "^4.17.21" diff --git a/package.json b/package.json index fc57238ad0f..80f4f70c92f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "animate.css": "^4.1.1", "bootstrap": "^5.2.3", "codemirror": "^6.0.1", - "cytoscape": "^3.13.0", + "cytoscape": "^3.25.0", "cytoscape-canvas": "^3.0.1", "cytoscape-context-menus": "^4.0.0", "cytoscape-dagre": "^2.2.1",