From 53e56ad970a95c714ce443fc6b186c9b66f89eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 01:09:09 +0000 Subject: [PATCH] chore(deps-dev): bump v-network-graph from 0.7.0 to 0.9.4 Bumps [v-network-graph](https://github.com/dash14/v-network-graph) from 0.7.0 to 0.9.4. - [Release notes](https://github.com/dash14/v-network-graph/releases) - [Commits](https://github.com/dash14/v-network-graph/compare/v0.7.0...v0.9.4) --- updated-dependencies: - dependency-name: v-network-graph dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5bb62e0..901d187 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,6 @@ "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard-scss": "^6.1.0", - "v-network-graph": "^0.7.0" + "v-network-graph": "^0.9.4" } } diff --git a/yarn.lock b/yarn.lock index f2ae422..e52941d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10092,12 +10092,13 @@ uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== -v-network-graph@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/v-network-graph/-/v-network-graph-0.7.0.tgz#0d2abbacd67ce0a6853e3c2d0b42a7ac45623480" - integrity sha512-Ez4T2VCm3fnPXDsQVVZCIBDWlQVIsyTap+GGzg005gJJyuL0nXK1y3M7KEiE8kOnWr2Zj7G5lh+XnrQAQ1xa/w== +v-network-graph@^0.9.4: + version "0.9.4" + resolved "https://registry.yarnpkg.com/v-network-graph/-/v-network-graph-0.9.4.tgz#3b22176cf5de94b6e334e9b0ce61ed558bc0ea75" + integrity sha512-ZuRYfDZeXvxqkhzxMybHk5e4MEAT28CLtKyCxjbECvGPiN1DGCOwZNQxO7kHKqPpnU8Usqe6wXHqo3lePcjqHg== dependencies: "@dash14/svg-pan-zoom" "^3.6.9" + lodash-es "^4.17.21" mitt "^3.0.0" v8-compile-cache@^2.3.0: