From 72a1d95d5c74937aae6e4a9ed106c344c366cf53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 15:06:52 +0000 Subject: [PATCH] Bump bcrypt from 0.8.7 to 5.0.0 in /Chapter07/07_plugin_di Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 0.8.7 to 5.0.0. - [Release notes](https://github.com/kelektiv/node.bcrypt.js/releases) - [Changelog](https://github.com/kelektiv/node.bcrypt.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node.bcrypt.js/compare/v0.8.7...v5.0.0) Signed-off-by: dependabot[bot] --- Chapter07/07_plugin_di/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter07/07_plugin_di/package.json b/Chapter07/07_plugin_di/package.json index 1deabb8..665202a 100644 --- a/Chapter07/07_plugin_di/package.json +++ b/Chapter07/07_plugin_di/package.json @@ -6,7 +6,7 @@ "dependencies": { "async": "^2.0.0-rc.3", "authsrv-plugin-logout": "^0.0.0", - "bcrypt": "^0.8.6", + "bcrypt": "^5.0.0", "body-parser": "^1.15.0", "errorhandler": "^1.4.3", "express": "^4.13.4",