Skip to content

Commit

Permalink
Bump d3-graphviz from 5.3.0 to 5.4.0 in /client/web/antrea-ui (#358)
Browse files Browse the repository at this point in the history
Bumps [d3-graphviz](https://github.com/magjac/d3-graphviz) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/magjac/d3-graphviz/releases)
- [Changelog](https://github.com/magjac/d3-graphviz/blob/master/CHANGELOG.md)
- [Commits](magjac/d3-graphviz@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: d3-graphviz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent e74fbb7 commit 1b9d353
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion client/web/antrea-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"axios-auth-refresh": "^3.3.6",
"base-64": "^1.0.0",
"d3": "^7.9.0",
"d3-graphviz": "^5.3.0",
"d3-graphviz": "^5.4.0",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.1",
"is-ip": "^5.0.1",
Expand Down
18 changes: 9 additions & 9 deletions client/web/antrea-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -478,10 +478,10 @@
resolved "https://registry.yarnpkg.com/@hookform/error-message/-/error-message-2.0.1.tgz#6a37419106e13664ad6a29c9dae699ae6cd276b8"
integrity sha512-U410sAr92xgxT1idlu9WWOVjndxLdgPUHEB8Schr27C9eh7/xUnITWpCMF93s+lGiG++D4JnbSnrb5A21AdSNg==

"@hpcc-js/wasm@^2.16.0":
version "2.16.0"
resolved "https://registry.yarnpkg.com/@hpcc-js/wasm/-/wasm-2.16.0.tgz#41f7a3073c0988c0b96e7ad509289515a11f7a78"
integrity sha512-e2aPTthjER80Kt/BZPHKksm6YjyMul4qUDDbIxhZYjbUvrxy9ogDr81P4pa1DSUIMzQ1f/7yCC22SBYIa3j5gg==
"@hpcc-js/wasm@^2.16.2":
version "2.16.2"
resolved "https://registry.yarnpkg.com/@hpcc-js/wasm/-/wasm-2.16.2.tgz#20a086356b9b0e3c5035bdc3c68eb04b3c0b43a6"
integrity sha512-THiidUMYR8/cIfFT3MVcWuRE7bQKh295nrFBxGvUNc4Nq8e2uU1LtiplHs7AUkJ0GxgvZoR+8TQ1/E3Qb/uE2g==
dependencies:
yargs "17.7.2"

Expand Down Expand Up @@ -1857,12 +1857,12 @@ d3-geo@3:
dependencies:
d3-array "2.5.0 - 3"

d3-graphviz@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/d3-graphviz/-/d3-graphviz-5.3.0.tgz#bfad71bbb9f8414944f4e09ec70ad8644b346aac"
integrity sha512-esY291tZsn4NKxnJa1CVsgyc1KFUp1AlZz81GWyJadrM648iEnVpcXeGKqjyXbkLkeI59Dc2YmkuWE07eG+fYw==
d3-graphviz@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/d3-graphviz/-/d3-graphviz-5.4.0.tgz#a63ecb4345ff31aacb8813c74533fdd1ec4304ed"
integrity sha512-e/kvvdfIfARiB4bF9/vDgY6WwvLxGCny2tS6ozUaOwgbL/CfaBWT7EwvCH5PiDQuvdx+xscnxjCsoUjw2CR86A==
dependencies:
"@hpcc-js/wasm" "^2.16.0"
"@hpcc-js/wasm" "^2.16.2"
d3-dispatch "^3.0.1"
d3-format "^3.1.0"
d3-interpolate "^3.0.1"
Expand Down

0 comments on commit 1b9d353

Please sign in to comment.