From a6e878e6c411b0641f14458d1eb57bb9d1c1d0d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Oct 2021 22:05:50 +0000 Subject: [PATCH] build(deps): bump cytoscape from 3.19.0 to 3.20.0 in /js Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.19.0 to 3.20.0. - [Release notes](https://github.com/cytoscape/cytoscape.js/releases) - [Commits](https://github.com/cytoscape/cytoscape.js/compare/v3.19.0...v3.20.0) --- updated-dependencies: - dependency-name: cytoscape dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- js/package-lock.json | 6 +++--- js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index ca13b6d..332a87a 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -677,9 +677,9 @@ "dev": true }, "cytoscape": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.19.0.tgz", - "integrity": "sha512-DANM8bM4EuSTS3DraPK0nLSmzANrzQ2g/cb3u5Biexu/NVsJA+xAoXVvWHRIHDXz3y0gpMjTPv3Z13ZbkNrEPw==", + "version": "3.20.0", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.20.0.tgz", + "integrity": "sha512-V2OUoav8ltY9UPgdjuhQOqkkWT28IbJODioWCjcnLqmjym9lMpnD0ie0vdQCdAiZapjbTGAv8aoKmmSuVcC1gA==", "requires": { "heap": "^0.2.6", "lodash.debounce": "^4.0.8" diff --git a/js/package.json b/js/package.json index e7a3307..832b185 100644 --- a/js/package.json +++ b/js/package.json @@ -38,7 +38,7 @@ }, "dependencies": { "@jupyter-widgets/base": "^4.0.0", - "cytoscape": "^3.19.0", + "cytoscape": "^3.20.0", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-dagre": "^2.3.2", "cytoscape-expand-collapse": "^4.1.0",