From bfd62e0efecdb465b174036174d0c74885953b2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 21:58:42 +0000 Subject: [PATCH] build(deps): bump cytoscape from 3.23.0 to 3.24.0 Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.23.0 to 3.24.0. - [Release notes](https://github.com/cytoscape/cytoscape.js/releases) - [Commits](https://github.com/cytoscape/cytoscape.js/compare/v3.23.0...v3.24.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..d0fc3e4a0fa 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.24.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.24.0", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.24.0.tgz", + "integrity": "sha512-W9fJMrAfr/zKFzDCpRR/wn6uoEQ7gfbJmxPK5DadXj69XyAhZYi1QXLOE+UXJfXVXxqGM1o1eeiIrtxrtB43zA==", "dependencies": { "heap": "^0.2.6", "lodash": "^4.17.21" diff --git a/package.json b/package.json index fc57238ad0f..50fa9cbbcf7 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.24.0", "cytoscape-canvas": "^3.0.1", "cytoscape-context-menus": "^4.0.0", "cytoscape-dagre": "^2.2.1",