about summary refs log tree commit diff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-07 19:20:08 +0000
committerGitHub <noreply@github.com>2023-01-07 19:20:08 +0000
commit41d290d671c48dfae282abfe43b1435803d6d053 (patch)
tree79f93981768d867ddb4f596526a6ba85bcb408ab /editors/code/package.json
parent7449f9fa1018b4f3682eb176b65ad5fcd8d56d56 (diff)
downloadrust-41d290d671c48dfae282abfe43b1435803d6d053.tar.gz
rust-41d290d671c48dfae282abfe43b1435803d6d053.zip
Bump d3-color and d3-graphviz in /editors/code
Bumps [d3-color](https://github.com/d3/d3-color) to 3.1.0 and updates ancestor dependency [d3-graphviz](https://github.com/magjac/d3-graphviz). These dependencies need to be updated together.


Updates `d3-color` from 2.0.0 to 3.1.0
- [Release notes](https://github.com/d3/d3-color/releases)
- [Commits](https://github.com/d3/d3-color/compare/v2.0.0...v3.1.0)

Updates `d3-graphviz` from 4.1.1 to 5.0.2
- [Release notes](https://github.com/magjac/d3-graphviz/releases)
- [Changelog](https://github.com/magjac/d3-graphviz/blob/master/CHANGELOG.md)
- [Commits](https://github.com/magjac/d3-graphviz/compare/v4.1.1...v5.0.2)

---
updated-dependencies:
- dependency-name: d3-color
  dependency-type: indirect
- dependency-name: d3-graphviz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 89ff64fca73..454b95a63b2 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -36,7 +36,7 @@
     },
     "dependencies": {
         "d3": "^7.6.1",
-        "d3-graphviz": "^4.1.1",
+        "d3-graphviz": "^5.0.2",
         "vscode-languageclient": "^8.0.2"
     },
     "devDependencies": {