diff --git a/package-lock.json b/package-lock.json index 480dbb1..6f24ee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -249,9 +249,9 @@ "optional": true }, "bluebird": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz", - "integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==" + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.5.tgz", + "integrity": "sha512-5am6HnnfN+urzt4yfg7IgTbotDjIT/u8AJpEt0sIU9FtXfVeezXAPKswrG+xKUCOYAINpSdgZVDU6QFh+cuH3w==" }, "body-parser": { "version": "1.18.3", diff --git a/package.json b/package.json index 4651588..de589dd 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "url": "https://github.com/haipc/znotepad.com.git" }, "dependencies": { - "bluebird": "^3.5.3", + "bluebird": "^3.5.5", "body-parser": "^1.18.3", "chalk": "^2.4.2", "cheerio": "^1.0.0-rc.2",