From 18ae2daf7302197bfb2fcf51c4266f6202a9f1bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:00:36 +0000 Subject: [PATCH] build(deps): bump cytoscape Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.30.1 to 3.30.2. - [Release notes](https://github.com/cytoscape/cytoscape.js/releases) - [Commits](https://github.com/cytoscape/cytoscape.js/compare/v3.30.1...v3.30.2) --- updated-dependencies: - dependency-name: cytoscape dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../interactives/city-trip/package-lock.json | 14 +++++++------- .../static/interactives/city-trip/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/csfieldguide/static/interactives/city-trip/package-lock.json b/csfieldguide/static/interactives/city-trip/package-lock.json index 336271712..a76f2ea4c 100644 --- a/csfieldguide/static/interactives/city-trip/package-lock.json +++ b/csfieldguide/static/interactives/city-trip/package-lock.json @@ -8,7 +8,7 @@ "name": "csfg-interactive-city-trip", "version": "1.0.0", "dependencies": { - "cytoscape": "3.30.1", + "cytoscape": "3.30.2", "cytoscape-automove": "1.10.3", "cytoscape-no-overlap": "1.0.1", "mathjs": "12.4.2" @@ -38,9 +38,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.2", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.2.tgz", + "integrity": "sha512-oICxQsjW8uSaRmn4UK/jkczKOqTrVqt5/1WL0POiJUT2EKNc9STM4hYFHv917yu55aTBMFNRzymlJhVAiWPCxw==", "engines": { "node": ">=0.10" } @@ -157,9 +157,9 @@ "integrity": "sha512-8njCHOTtFFLtegk6zQo0kkVX1rngygb/KQI6z1qZxlFI3scluC+LVTCFbrkWjBv4vvLlbQ9t88IPMC6k95VTTg==" }, "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.2", + "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.2.tgz", + "integrity": "sha512-oICxQsjW8uSaRmn4UK/jkczKOqTrVqt5/1WL0POiJUT2EKNc9STM4hYFHv917yu55aTBMFNRzymlJhVAiWPCxw==" }, "cytoscape-automove": { "version": "1.10.3", diff --git a/csfieldguide/static/interactives/city-trip/package.json b/csfieldguide/static/interactives/city-trip/package.json index 9922e2392..37905c5a7 100644 --- a/csfieldguide/static/interactives/city-trip/package.json +++ b/csfieldguide/static/interactives/city-trip/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "dependencies": { - "cytoscape": "3.30.1", + "cytoscape": "3.30.2", "cytoscape-no-overlap": "1.0.1", "cytoscape-automove": "1.10.3", "mathjs": "12.4.2"