From f523e5df71f29d12211c8c07a6e1dc7fede12fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 03:13:48 +0000 Subject: [PATCH] build(deps): bump vis-util from 5.0.5 to 5.0.7 Bumps [vis-util](https://github.com/visjs/vis-util) from 5.0.5 to 5.0.7. - [Release notes](https://github.com/visjs/vis-util/releases) - [Changelog](https://github.com/visjs/vis-util/blob/master/.releaserc.yml) - [Commits](https://github.com/visjs/vis-util/compare/v5.0.5...v5.0.7) --- updated-dependencies: - dependency-name: vis-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d306273c..f88a0240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "uuid": "^7.0.3", "vis-data": "^7.1.2", "vis-timeline": "^7.5.0", - "vis-util": "^5.0.2", + "vis-util": "^5.0.7", "vue-awesome": "^3.5.1", "vue-chartjs": "^4.1.0", "vue-color": "^2.8.1", @@ -24842,9 +24842,9 @@ } }, "node_modules/vis-util": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/vis-util/-/vis-util-5.0.5.tgz", - "integrity": "sha512-NQHl/gkJYW7+MEJ0Ed4oo5nsvtUl95rfruZQj69T2oSLBrnDfxUJzBZ00rA5fNuSLW9DL+FemdMOVGvMu6kIrQ==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/vis-util/-/vis-util-5.0.7.tgz", + "integrity": "sha512-E3L03G3+trvc/X4LXvBfih3YIHcKS2WrP0XTdZefr6W6Qi/2nNCqZfe4JFfJU6DcQLm6Gxqj2Pfl+02859oL5A==", "engines": { "node": ">=8" }, @@ -24854,7 +24854,7 @@ }, "peerDependencies": { "@egjs/hammerjs": "^2.0.0", - "component-emitter": "^1.3.0" + "component-emitter": "^1.3.0 || ^2.0.0" } }, "node_modules/void-elements": { @@ -45149,9 +45149,9 @@ "requires": {} }, "vis-util": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/vis-util/-/vis-util-5.0.5.tgz", - "integrity": "sha512-NQHl/gkJYW7+MEJ0Ed4oo5nsvtUl95rfruZQj69T2oSLBrnDfxUJzBZ00rA5fNuSLW9DL+FemdMOVGvMu6kIrQ==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/vis-util/-/vis-util-5.0.7.tgz", + "integrity": "sha512-E3L03G3+trvc/X4LXvBfih3YIHcKS2WrP0XTdZefr6W6Qi/2nNCqZfe4JFfJU6DcQLm6Gxqj2Pfl+02859oL5A==", "requires": {} }, "void-elements": { diff --git a/package.json b/package.json index d57d93f9..caa31e22 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "uuid": "^7.0.3", "vis-data": "^7.1.2", "vis-timeline": "^7.5.0", - "vis-util": "^5.0.2", + "vis-util": "^5.0.7", "vue-awesome": "^3.5.1", "vue-chartjs": "^4.1.0", "vue-color": "^2.8.1",