From 4d28c7ea5f22b7ecef5ecc96cb4a661592ecc342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 14:09:29 +0000 Subject: [PATCH] Bump apexcharts from 3.35.4 to 3.37.1 in /ui/changes Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.35.4 to 3.37.1. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits) --- updated-dependencies: - dependency-name: apexcharts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/changes/package-lock.json | 14 +++++++------- ui/changes/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/changes/package-lock.json b/ui/changes/package-lock.json index 8be475a5a6..5b695be4e2 100644 --- a/ui/changes/package-lock.json +++ b/ui/changes/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@js-temporal/polyfill": "^0.4.2", - "apexcharts": "^3.35.4", + "apexcharts": "^3.37.1", "localforage": "^1.10.0" }, "devDependencies": { @@ -570,9 +570,9 @@ } }, "node_modules/apexcharts": { - "version": "3.35.4", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.4.tgz", - "integrity": "sha512-dsXjETHF2OmKtxNv66wBeFGU2qtZQnr6kp/vcNY05GWs4vcBepg54qNgOJ2Gp/gXskiGw/frrmIKGi8lJ/UDnQ==", + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.1.tgz", + "integrity": "sha512-fmQ5Updeb/LASl+S1+mIxXUFxzY0Fa7gexfCs4o+OPP9f2NEBNjvybOtPrah44N4roK7U5o5Jis906QeEQu0cA==", "dependencies": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", @@ -4994,9 +4994,9 @@ } }, "apexcharts": { - "version": "3.35.4", - "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.35.4.tgz", - "integrity": "sha512-dsXjETHF2OmKtxNv66wBeFGU2qtZQnr6kp/vcNY05GWs4vcBepg54qNgOJ2Gp/gXskiGw/frrmIKGi8lJ/UDnQ==", + "version": "3.37.1", + "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.1.tgz", + "integrity": "sha512-fmQ5Updeb/LASl+S1+mIxXUFxzY0Fa7gexfCs4o+OPP9f2NEBNjvybOtPrah44N4roK7U5o5Jis906QeEQu0cA==", "requires": { "svg.draggable.js": "^2.2.2", "svg.easing.js": "^2.0.0", diff --git a/ui/changes/package.json b/ui/changes/package.json index 6b5c73ca4d..5b21d48b30 100644 --- a/ui/changes/package.json +++ b/ui/changes/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@js-temporal/polyfill": "^0.4.2", - "apexcharts": "^3.35.4", + "apexcharts": "^3.37.1", "localforage": "^1.10.0" } }