From 0ab03fe1a1d1921279eb0cd1179ea8b7df0fbf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:55:44 +0200 Subject: [PATCH] Bump apexcharts from 3.42.0 to 3.43.0 in /reposilite-frontend (#1950) Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.42.0 to 3.43.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/compare/v3.42.0...v3.43.0) --- updated-dependencies: - dependency-name: 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> --- reposilite-frontend/package-lock.json | 8 ++++---- reposilite-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reposilite-frontend/package-lock.json b/reposilite-frontend/package-lock.json index 501f4f21f..e5de83480 100644 --- a/reposilite-frontend/package-lock.json +++ b/reposilite-frontend/package-lock.json @@ -16,7 +16,7 @@ "@vueuse/core": "^10.4.1", "@vueuse/head": "^2.0.0", "ansi-to-html": "^0.7.2", - "apexcharts": "^3.42.0", + "apexcharts": "^3.43.0", "axios": "^1.5.0", "downloadjs": "^1.4.7", "mime-types": "^2.1.35", @@ -1741,9 +1741,9 @@ } }, "node_modules/apexcharts": { - "version": "3.42.0", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.42.0.tgz", - "integrity": "sha512-hYhzZqh2Efny9uiutkGU2M/EarJ4Nn8s6dxZ0C7E7N+SV4d1xjTioXi2NLn4UKVJabZkb3HnpXDoumXgtAymwg==", + "version": "3.43.0", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.43.0.tgz", + "integrity": "sha512-YPw1aLatPQMUqVLMp5d+LDaXFi4QrRQND72/XO7/2NJdg+R5MjE9sifJ0GzOfgoZM7ltBUTjwfSxIvwR/9V8yw==", "dependencies": { "@yr/monotone-cubic-spline": "^1.0.3", "svg.draggable.js": "^2.2.2", diff --git a/reposilite-frontend/package.json b/reposilite-frontend/package.json index 2de9b0bb3..25d0ab1a0 100644 --- a/reposilite-frontend/package.json +++ b/reposilite-frontend/package.json @@ -23,7 +23,7 @@ "@vueuse/core": "^10.4.1", "@vueuse/head": "^2.0.0", "ansi-to-html": "^0.7.2", - "apexcharts": "^3.42.0", + "apexcharts": "^3.43.0", "axios": "^1.5.0", "downloadjs": "^1.4.7", "mime-types": "^2.1.35",