diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-10-26 06:39:48 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-26 06:39:48 +0900 |
| commit | 35a6da26d2de63413b2b1699b03247ca5ce50ff5 (patch) | |
| tree | 290e0c81ce52e8f1f36426f0c810ca8a0df882fd /package-lock.json | |
| parent | Bump webpack from 4.23.0 to 4.23.1 (#3011) (diff) | |
| download | misskey-35a6da26d2de63413b2b1699b03247ca5ce50ff5.tar.gz misskey-35a6da26d2de63413b2b1699b03247ca5ce50ff5.tar.bz2 misskey-35a6da26d2de63413b2b1699b03247ca5ce50ff5.zip | |
Bump apexcharts from 2.1.5 to 2.1.6 (#3013)
Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/apexcharts/apexcharts.js/releases)
- [Changelog](https://github.com/apexcharts/apexcharts.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apexcharts/apexcharts.js/compare/v2.1.5...v2.1.6)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 823720550e..0a20d97137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1259,9 +1259,9 @@ }
},
"apexcharts": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-2.1.5.tgz",
- "integrity": "sha512-4eKh2HyQVr5ct2t7cWkvDSUyJM9KGw6dRHAlojqo6HJz+XtrnnvL8uP18rzNq4M80P3Ul+yDjpCt5EXlYPfo5Q==",
+ "version": "2.1.6",
+ "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-2.1.6.tgz",
+ "integrity": "sha512-kIb4Q07bWwTGuTWhyzhDAOz6nrltDgyP8VUUwqetxr0o11mNH6PA6YVnR/e9nyd9HU6q3bFZN8eVuSatnqdxAQ==",
"requires": {
"babel-polyfill": "^6.26.0",
"core-js": "^2.5.7",
@@ -5675,7 +5675,8 @@ },
"ansi-regex": {
"version": "2.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"aproba": {
"version": "1.2.0",
@@ -6040,7 +6041,8 @@ },
"safe-buffer": {
"version": "5.1.1",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"safer-buffer": {
"version": "2.1.2",
@@ -6088,6 +6090,7 @@ "strip-ansi": {
"version": "3.0.1",
"bundled": true,
+ "optional": true,
"requires": {
"ansi-regex": "^2.0.0"
}
@@ -6126,11 +6129,13 @@ },
"wrappy": {
"version": "1.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
},
"yallist": {
"version": "3.0.2",
- "bundled": true
+ "bundled": true,
+ "optional": true
}
}
},
|