diff --git a/package.json b/package.json index f5927cb56..8d77b0de1 100644 --- a/package.json +++ b/package.json @@ -95,14 +95,14 @@ "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", "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", diff --git a/src/web/app/boot.js b/src/web/app/boot.js index 59af08f8a..5abbeba68 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');