Bump apexcharts from 3.37.1 to 3.37.2 in /ui/changes (#3382)

Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.37.1 to 3.37.2.
- [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-patch
...

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-03-27 14:55:19 -04:00 коммит произвёл GitHub
Родитель 7896799d96
Коммит 450a9331ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

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

@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@js-temporal/polyfill": "^0.4.3",
"apexcharts": "^3.37.1",
"apexcharts": "^3.37.2",
"localforage": "^1.10.0"
},
"devDependencies": {
@ -570,9 +570,9 @@
}
},
"node_modules/apexcharts": {
"version": "3.37.1",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.1.tgz",
"integrity": "sha512-fmQ5Updeb/LASl+S1+mIxXUFxzY0Fa7gexfCs4o+OPP9f2NEBNjvybOtPrah44N4roK7U5o5Jis906QeEQu0cA==",
"version": "3.37.2",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.2.tgz",
"integrity": "sha512-BE5+WgIjnJgLlNPiIVqH47mzhSeSHfzg5jMUN1PVZ3fxM6ZL8WEB6aaNAh0l3c9K6PitimWo7xho48Zp7mBG2w==",
"dependencies": {
"svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0",
@ -4935,9 +4935,9 @@
}
},
"apexcharts": {
"version": "3.37.1",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.1.tgz",
"integrity": "sha512-fmQ5Updeb/LASl+S1+mIxXUFxzY0Fa7gexfCs4o+OPP9f2NEBNjvybOtPrah44N4roK7U5o5Jis906QeEQu0cA==",
"version": "3.37.2",
"resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.37.2.tgz",
"integrity": "sha512-BE5+WgIjnJgLlNPiIVqH47mzhSeSHfzg5jMUN1PVZ3fxM6ZL8WEB6aaNAh0l3c9K6PitimWo7xho48Zp7mBG2w==",
"requires": {
"svg.draggable.js": "^2.2.2",
"svg.easing.js": "^2.0.0",

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

@ -17,7 +17,7 @@
},
"dependencies": {
"@js-temporal/polyfill": "^0.4.3",
"apexcharts": "^3.37.1",
"apexcharts": "^3.37.2",
"localforage": "^1.10.0"
}
}