From 241c791e3ce19e53028ef2500629a7c32b4b5216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:23:57 +0000 Subject: [PATCH] Bump zrender and vue-echarts in /bundles/org.openhab.ui.habot/web Bumps [zrender](https://github.com/ecomfe/zrender) to 5.6.0 and updates ancestor dependency [vue-echarts](https://github.com/ecomfe/vue-echarts). These dependencies need to be updated together. Updates `zrender` from 4.0.3 to 5.6.0 - [Release notes](https://github.com/ecomfe/zrender/releases) - [Commits](https://github.com/ecomfe/zrender/compare/4.0.3...5.6.0) Updates `vue-echarts` from 3.0.3 to 7.0.3 - [Release notes](https://github.com/ecomfe/vue-echarts/releases) - [Changelog](https://github.com/ecomfe/vue-echarts/blob/main/CHANGELOG.md) - [Commits](https://github.com/ecomfe/vue-echarts/commits/v7.0.3) --- updated-dependencies: - dependency-name: zrender dependency-type: indirect - dependency-name: vue-echarts dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../web/package-lock.json | 38 ++++++------------- bundles/org.openhab.ui.habot/web/package.json | 2 +- 2 files changed, 13 insertions(+), 27 deletions(-) diff --git a/bundles/org.openhab.ui.habot/web/package-lock.json b/bundles/org.openhab.ui.habot/web/package-lock.json index 58413d93a..01e1c9ab6 100644 --- a/bundles/org.openhab.ui.habot/web/package-lock.json +++ b/bundles/org.openhab.ui.habot/web/package-lock.json @@ -1,6 +1,6 @@ { "name": "habot", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4789,14 +4789,6 @@ "stream-shift": "1.0.0" } }, - "echarts": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/echarts/-/echarts-4.0.4.tgz", - "integrity": "sha512-PDWGchRwBvMcNJbg94/thIIDgD8Jw2APtbK6K9rq1X8h6rQIdQ3IFTEvRwGS9U0zsUgJQQwXFLXIw+RJ/EH3fw==", - "requires": { - "zrender": "4.0.3" - } - }, "ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", @@ -7801,7 +7793,8 @@ "lodash": { "version": "4.17.5", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz", - "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==" + "integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw==", + "dev": true }, "lodash._reinterpolate": { "version": "3.0.0", @@ -11729,11 +11722,6 @@ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=", "dev": true }, - "resize-detector": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/resize-detector/-/resize-detector-0.1.2.tgz", - "integrity": "sha512-3FGjGTm7Z0dEN88GiCMesPaLnPBB3B5NaDKCla+dljd2OZv91f1L9oCmuYjikS/QnDvn0y12xbdpQWouGs1+0w==" - }, "resolve": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.5.0.tgz", @@ -13580,14 +13568,17 @@ "resolved": "https://registry.npmjs.org/vue-async-computed/-/vue-async-computed-3.3.1.tgz", "integrity": "sha512-k04X7FsyAu+Tmc40KDUFT22LRZNfgHqpsuCWNUnU2FubeyBlVFLuJkxEdvRZEPVOEWIQuazFzYR1N/whfVkqvQ==" }, + "vue-demi": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.13.11.tgz", + "integrity": "sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==" + }, "vue-echarts": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-3.0.3.tgz", - "integrity": "sha512-srqkiEsFIBv6i0FkdWMp9F8uTqeVgTsbW2jhUXe6w7je6swD7gYcW1zy9Mf1XX041wZqlXjVQgJsNHIQ7GUExg==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/vue-echarts/-/vue-echarts-7.0.3.tgz", + "integrity": "sha512-/jSxNwOsw5+dYAUcwSfkLwKPuzTQ0Cepz1LxCOpj2QcHrrmUa/Ql0eQqMmc1rTPQVrh2JQ29n2dhq75ZcHvRDw==", "requires": { - "echarts": "4.0.4", - "lodash": "4.17.5", - "resize-detector": "0.1.2" + "vue-demi": "^0.13.11" } }, "vue-eslint-parser": { @@ -14480,11 +14471,6 @@ "requires": { "camelcase": "4.1.0" } - }, - "zrender": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/zrender/-/zrender-4.0.3.tgz", - "integrity": "sha512-LdkntRaNogzKAwlICuS0wdZcYaeA94llQ0SWqsgbcd6SPasgkjstaoe6vr5P9Pd2ID/rlhf3UrmIuFzqOLdDuA==" } } } diff --git a/bundles/org.openhab.ui.habot/web/package.json b/bundles/org.openhab.ui.habot/web/package.json index 1c21f7dcd..089628f22 100644 --- a/bundles/org.openhab.ui.habot/web/package.json +++ b/bundles/org.openhab.ui.habot/web/package.json @@ -21,7 +21,7 @@ "jexl": "^1.1.4", "sprintf-js": "^1.1.1", "vue-async-computed": "^3.3.1", - "vue-echarts": "^3.0.3" + "vue-echarts": "^7.0.3" }, "devDependencies": { "babel-eslint": "^8.2.2",