Bump apexcharts from 3.42.0 to 3.43.0 in /ui/changes (#3678)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-10-03 10:24:47 -04:00 коммит произвёл GitHub
Родитель b2bee190b7
Коммит fd0645a1be
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

14
ui/changes/package-lock.json сгенерированный
Просмотреть файл

@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"apexcharts": "^3.42.0",
"apexcharts": "^3.43.0",
"localforage": "^1.10.0"
},
"devDependencies": {
@ -575,9 +575,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",
@ -4946,9 +4946,9 @@
}
},
"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==",
"requires": {
"@yr/monotone-cubic-spline": "^1.0.3",
"svg.draggable.js": "^2.2.2",

Просмотреть файл

@ -17,7 +17,7 @@
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.4",
"apexcharts": "^3.42.0",
"apexcharts": "^3.43.0",
"localforage": "^1.10.0"
}
}