Skip to content

Commit

Permalink
chore(deps): bump cytoscape and @types/cytoscape (#1434)
Browse files Browse the repository at this point in the history
Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) and [@types/cytoscape](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cytoscape). These dependencies needed to be updated together.

Updates `cytoscape` from 3.30.0 to 3.30.1
- [Release notes](https://github.com/cytoscape/cytoscape.js/releases)
- [Commits](cytoscape/cytoscape.js@v3.30.0...v3.30.1)

Updates `@types/cytoscape` from 3.21.4 to 3.21.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cytoscape)

---
updated-dependencies:
- dependency-name: cytoscape
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/cytoscape"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 5962db5 commit aa16058
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"@monaco-editor/react": "^4.6.0",
"@reduxjs/toolkit": "^1.9.7",
"@tippyjs/react": "^4.2.6",
"@types/cytoscape": "^3.21.4",
"@types/cytoscape": "^3.21.5",
"@types/d3": "^7.4.3",
"@types/react": "^17.0.44",
"@types/semver": "^7.5.8",
"ajv": "^8.16.0",
"ajv-formats": "^3.0.1",
"cytoscape": "^3.30.0",
"cytoscape": "^3.30.1",
"cytoscape-popper": "^2.0.0",
"d3-array": "^3.2.4",
"d3-geo-projection": "^4.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1155,10 +1155,10 @@
dependencies:
clipboard "*"

"@types/cytoscape@^3.21.4":
version "3.21.4"
resolved "https://registry.yarnpkg.com/@types/cytoscape/-/cytoscape-3.21.4.tgz#1bfdb7f79c20f410e5e9030ed7192694499a4d20"
integrity sha512-g4M57Zho+AMNYuEptTWH+aZ5VpyF8VcaI2t0+1/PWRZp5XQM6hku1Vo5/Ui721i+L+WCGkI1EjGAeHcYUQ2PRg==
"@types/cytoscape@^3.21.5":
version "3.21.5"
resolved "https://registry.yarnpkg.com/@types/cytoscape/-/cytoscape-3.21.5.tgz#43ea460b2809ff424225377f270750f674c27f75"
integrity sha512-fzYT3vqY5J4gxVXDOsCgDpm0ZdU8bQq+wCv0ucS0MSTtvQdjs3lcb2VetJiUSAd4WBgouqizI+JT1f8Yc6eY7Q==

"@types/d3-array@*":
version "3.2.1"
Expand Down Expand Up @@ -2133,10 +2133,10 @@ cytoscape-popper@^2.0.0:
dependencies:
"@popperjs/core" "^2.0.0"

cytoscape@^3.30.0:
version "3.30.0"
resolved "https://registry.yarnpkg.com/cytoscape/-/cytoscape-3.30.0.tgz#5b0c13f7bb305481e2c70414d4c5f149d92eda82"
integrity sha512-l590mjTHT6/Cbxp13dGPC2Y7VXdgc+rUeF8AnF/JPzhjNevbDJfObnJgaSjlldOgBQZbue+X6IUZ7r5GAgvauQ==
cytoscape@^3.30.1:
version "3.30.1"
resolved "https://registry.yarnpkg.com/cytoscape/-/cytoscape-3.30.1.tgz#9855a284aaefbaf2628fdc6cf956ba83c0ae511b"
integrity sha512-TRJc3HbBPkHd50u9YfJh2FxD1lDLZ+JXnJoyBn5LkncoeuT7fapO/Hq/Ed8TdFclaKshzInge2i30bg7VKeoPQ==

"d3-array@1 - 3", "d3-array@2 - 3", "[email protected] - 3", "[email protected] - 3", [email protected], d3-array@^3.2.2, d3-array@^3.2.4:
version "3.2.4"
Expand Down

0 comments on commit aa16058

Please sign in to comment.