From 1003feba4e219882296bb2ccbdadd0d2344fbbbd Mon Sep 17 00:00:00 2001
From: "greenkeeper[bot]" <greenkeeper[bot]@users.noreply.github.com>
Date: Wed, 17 May 2017 05:04:00 +0000
Subject: [PATCH 1/3] fix(package): update debug to version 2.6.7

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index f5927cb561..7e87f53999 100644
--- a/package.json
+++ b/package.json
@@ -102,7 +102,7 @@
     "cors": "2.8.3",
     "cropperjs": "1.0.0-rc",
     "crypto": "0.0.3",
-    "debug": "2.6.6",
+    "debug": "2.6.7",
     "deep-equal": "1.0.1",
     "deepcopy": "0.6.3",
     "download": "6.1.0",

From 27568bc7eb0a74db27733fa5614907b1fa7d892f Mon Sep 17 00:00:00 2001
From: "greenkeeper[bot]" <greenkeeper[bot]@users.noreply.github.com>
Date: Thu, 18 May 2017 05:14:21 +0000
Subject: [PATCH 2/3] fix(package): update body-parser to version 1.17.2

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index f5927cb561..97deff7607 100644
--- a/package.json
+++ b/package.json
@@ -95,7 +95,7 @@
     "animejs": "2.0.2",
     "autwh": "0.0.1",
     "bcryptjs": "2.4.3",
-    "body-parser": "1.17.1",
+    "body-parser": "1.17.2",
     "cafy": "2.4.0",
     "chalk": "1.1.3",
     "compression": "1.6.2",

From 29957f9d3622a9030b6c03628e4d21cf90e8c521 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=81=93=E3=81=B4=E3=81=AA=E3=81=9F=E3=81=BF=E3=81=BD?=
 <Syuilotan@yahoo.co.jp>
Date: Thu, 18 May 2017 14:36:14 +0900
Subject: [PATCH 3/3] Better English

---
 src/web/app/boot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/web/app/boot.js b/src/web/app/boot.js
index 59af08f8a2..5abbeba684 100644
--- a/src/web/app/boot.js
+++ b/src/web/app/boot.js
@@ -54,7 +54,7 @@ if (app == 'misskey') {
 
 // Load an app script
 // Note: 'async' makes can load the script asyncly.
-//       'defer' makes can run script when the dom loaded.
+//       'defer' makes can run the script when the dom loaded.
 const script = document.createElement('script');
 script.setAttribute('src', `/assets/${app}.${VERSION}.${lang}.js`);
 script.setAttribute('async', 'true');