diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-11 04:05:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-11 04:05:53 +0900 |
| commit | cb573276cc1ff2f2055ecf7ff6bec04df3f98d55 (patch) | |
| tree | dc3140e475e4f607d047e7bf3ea3a7ddaca6d0a8 | |
| parent | Refactoring :sparkles: (diff) | |
| parent | fix(package): update debug to version 2.6.1 (diff) | |
| download | sharkey-cb573276cc1ff2f2055ecf7ff6bec04df3f98d55.tar.gz sharkey-cb573276cc1ff2f2055ecf7ff6bec04df3f98d55.tar.bz2 sharkey-cb573276cc1ff2f2055ecf7ff6bec04df3f98d55.zip | |
Merge pull request #148 from syuilo/greenkeeper/debug-2.6.1
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 b974102dc1..a552bb4ff4 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "cors": "2.8.1", "cropperjs": "1.0.0-beta", "crypto": "0.0.3", - "debug": "2.6.0", + "debug": "2.6.1", "deepcopy": "0.6.3", "elasticsearch": "12.1.3", "escape-html": "1.0.3", |