diff options
| author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-12-03 20:22:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 20:22:14 +0000 |
| commit | d0b7b662b4f8a8e35f844ff56cf127d84ca77b03 (patch) | |
| tree | 4461be852b8b8d38715f07c774745d6d511d1d66 | |
| parent | 12.61.1 (diff) | |
| download | misskey-d0b7b662b4f8a8e35f844ff56cf127d84ca77b03.tar.gz misskey-d0b7b662b4f8a8e35f844ff56cf127d84ca77b03.tar.bz2 misskey-d0b7b662b4f8a8e35f844ff56cf127d84ca77b03.zip | |
Bump apexcharts from 3.22.1 to 3.22.2
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.22.1 to 3.22.2.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Commits](https://github.com/apexcharts/apexcharts.js/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 1a657010c9..434e50fab5 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "@typescript-eslint/parser": "4.6.1", "@vue/compiler-sfc": "3.0.3", "abort-controller": "3.0.0", - "apexcharts": "3.22.1", + "apexcharts": "3.22.2", "autobind-decorator": "2.4.0", "autosize": "4.0.2", "autwh": "0.1.0", @@ -1495,10 +1495,10 @@ anymatch@~3.1.1: normalize-path "^3.0.0" picomatch "^2.0.4" -apexcharts@3.22.1: - version "3.22.1" - resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.22.1.tgz#c3593f135a7e188bc395777fa87f722992933c3e" - integrity sha512-wZ/6FT1JMKy9d6ZFbzNt98DLFYnSl19dhD1wav4rh+QTIQSS8qwD79T9ZaSJNXsWv0KfqLu6BIeUI+Z2U9O/eg== +apexcharts@3.22.2: + version "3.22.2" + resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.22.2.tgz#7656a54e4a69479e0737c05defcd542c8cc162c5" + integrity sha512-pR+cmApk7dhfYILBpe8RVb+FdLfVCt/RDWvAJO1F5feeSQ8lKDgFkRuVu9KOeEarHVXjUpnhLqHNMx7YaprK8A== dependencies: "@rollup/plugin-babel" "^5.2.1" svg.draggable.js "^2.2.2" |