diff options
| author | こぴなたみぽ <Syuilotan@yahoo.co.jp> | 2017-08-10 17:50:59 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-10 17:50:59 +0900 |
| commit | 11e75c19a540e136cb61a9ced479abafa4c862f4 (patch) | |
| tree | 3c6d8e7d929c5bdd524a2e6e6a211f282628601e | |
| parent | Merge pull request #674 from syuilo/greenkeeper/@types/rimraf-2.0.0 (diff) | |
| parent | fix(package): update debug to version 3.0.0 (diff) | |
| download | misskey-11e75c19a540e136cb61a9ced479abafa4c862f4.tar.gz misskey-11e75c19a540e136cb61a9ced479abafa4c862f4.tar.bz2 misskey-11e75c19a540e136cb61a9ced479abafa4c862f4.zip | |
Merge pull request #672 from syuilo/greenkeeper/debug-3.0.0
Update debug to the latest version 🚀
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2abb583135..dbd1cda742 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "cors": "2.8.4", "cropperjs": "1.0.0-rc.3", "crypto": "0.0.3", - "debug": "2.6.8", + "debug": "3.0.0", "deep-equal": "1.0.1", "deepcopy": "0.6.3", "diskusage": "^0.2.2", |