diff options
| author | greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com> | 2018-10-08 14:50:32 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-08 14:50:32 +0900 |
| commit | 9b3af6efcdb656a545d98292ceb59a06f6b7e0a7 (patch) | |
| tree | b537c473a13c401d42ec4532c2b19573552f7a5f | |
| parent | Improve theme (diff) | |
| download | sharkey-9b3af6efcdb656a545d98292ceb59a06f6b7e0a7.tar.gz sharkey-9b3af6efcdb656a545d98292ceb59a06f6b7e0a7.tar.bz2 sharkey-9b3af6efcdb656a545d98292ceb59a06f6b7e0a7.zip | |
fix(package): update jsdom to version 12.2.0 (#2848)
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 88a9c07e16..9a552e943e 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "is-root": "2.0.0", "is-url": "1.2.4", "js-yaml": "3.12.0", - "jsdom": "12.1.0", + "jsdom": "12.2.0", "json5": "2.1.0", "json5-loader": "1.0.1", "koa": "2.5.1", |