Skip to content

Commit

Permalink
build(deps): bump cytoscape and @types/cytoscape
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.25.0 to 3.28.1
- [Release notes](https://github.com/cytoscape/cytoscape.js/releases)
- [Commits](cytoscape/cytoscape.js@v3.25.0...v3.28.1)

Updates `@types/cytoscape` from 3.19.9 to 3.21.0
- [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-minor
- dependency-name: "@types/cytoscape"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Apr 1, 2024
1 parent a7436e3 commit af375b6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
20 changes: 9 additions & 11 deletions frank-flow/src/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frank-flow/src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"cytoscape": "^3.25.0",
"cytoscape": "^3.28.1",
"jqwidgets-ng": "^19.0.5",
"jsplumb": "^2.15.6",
"monaco-editor": "^0.44.0",
Expand All @@ -55,7 +55,7 @@
"@briebug/cypress-schematic": "^5.0.1",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^17.6.1",
"@types/cytoscape": "^3.19.9",
"@types/cytoscape": "^3.21.0",
"@types/jasmine": "^5.1.4",
"@types/turndown": "^5.0.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down
16 changes: 8 additions & 8 deletions frank-flow/src/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2279,10 +2279,10 @@
resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz"
integrity sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==

"@types/cytoscape@^3.19.9":
version "3.19.9"
resolved "https://registry.npmjs.org/@types/cytoscape/-/cytoscape-3.19.9.tgz"
integrity sha512-oqCx0ZGiBO0UESbjgq052vjDAy2X53lZpMrWqiweMpvVwKw/2IiYDdzPFK6+f4tMfdv9YKEM9raO5bAZc3UYBg==
"@types/cytoscape@^3.21.0":
version "3.21.0"
resolved "https://registry.yarnpkg.com/@types/cytoscape/-/cytoscape-3.21.0.tgz#30f5634774862b9a507b89a1b10616efabf1bf88"
integrity sha512-RN5SPiyVDpUP+LoOlxxlOYAMzkE7iuv3gA1jt3Hx2qTwArpZVPPdO+SI0hUj49OAn4QABR7JK9Gi0hibzGE0Aw==

"@types/eslint-scope@^3.7.3":
version "3.7.3"
Expand Down Expand Up @@ -4042,10 +4042,10 @@ cypress@^7.7.0:
url "^0.11.0"
yauzl "^2.10.0"

cytoscape@^3.25.0:
version "3.25.0"
resolved "https://registry.npmjs.org/cytoscape/-/cytoscape-3.25.0.tgz"
integrity sha512-7MW3Iz57mCUo6JQCho6CmPBCbTlJr7LzyEtIkutG255HLVd4XuBg2I9BkTZLI/e4HoaOB/BiAzXuQybQ95+r9Q==
cytoscape@^3.28.1:
version "3.28.1"
resolved "https://registry.yarnpkg.com/cytoscape/-/cytoscape-3.28.1.tgz#f32c3e009bdf32d47845a16a4cd2be2bbc01baf7"
integrity sha512-xyItz4O/4zp9/239wCcH8ZcFuuZooEeF8KHRmzjDfGdXsj3OG9MFSMA0pJE0uX3uCN/ygof6hHf4L7lst+JaDg==
dependencies:
heap "^0.2.6"
lodash "^4.17.21"
Expand Down

0 comments on commit af375b6

Please sign in to comment.