From 5dd3d74af3325110064b28507407516914ad0f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:01:10 +0200 Subject: [PATCH] Bump vue3-apexcharts from 1.6.0 to 1.7.0 in /aas-web-ui (#52) Bumps [vue3-apexcharts](https://github.com/apexcharts/vue3-apexcharts) from 1.6.0 to 1.7.0. - [Commits](https://github.com/apexcharts/vue3-apexcharts/commits) --- updated-dependencies: - dependency-name: vue3-apexcharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- aas-web-ui/package.json | 2 +- aas-web-ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aas-web-ui/package.json b/aas-web-ui/package.json index 6021ce3..8783f16 100644 --- a/aas-web-ui/package.json +++ b/aas-web-ui/package.json @@ -27,7 +27,7 @@ "uuid": "^10.0.0", "vue": "^3.5.10", "vue-router": "^4.4.5", - "vue3-apexcharts": "^1.6.0", + "vue3-apexcharts": "^1.7.0", "vuetify": "^3.7.1", "webfontloader": "^1.0.0" }, diff --git a/aas-web-ui/yarn.lock b/aas-web-ui/yarn.lock index 230b482..9a546d0 100644 --- a/aas-web-ui/yarn.lock +++ b/aas-web-ui/yarn.lock @@ -2438,10 +2438,10 @@ vue-tsc@^2.1.4: "@vue/language-core" "2.1.4" semver "^7.5.4" -vue3-apexcharts@^1.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/vue3-apexcharts/-/vue3-apexcharts-1.6.0.tgz#2ea6eb9acdd3c31cff790b67d6c2bf1b38cc09f6" - integrity sha512-gemKFXpw4TuVcllwyKJGYjTwiJQxxCUwbXsiiEEZjs0zc9jvOHvreN8frXz7QbnYqMqOHF9D1TBqwENvoPNjLw== +vue3-apexcharts@^1.7.0: + version "1.7.0" + resolved "https://registry.yarnpkg.com/vue3-apexcharts/-/vue3-apexcharts-1.7.0.tgz#45eb110af8c51164ce80329838e5e210901a7b87" + integrity sha512-BmWoS8+x5XLCtk2ml7rLVO+QU+fjgQUUCjUXSFW9cNQpCMa5Z0eRPvZjvYLt5aDKNREtuZoidlG9WRjZ/Af7lA== vue@^3.2.25, vue@^3.5.10: version "3.5.10"