From 174deb417d732b8af12dd1c634a7c831d4c060d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 15:06:55 +0000 Subject: [PATCH] Bump bcrypt in /Chapter07/05_plugin_module_impersonation Bumps [bcrypt](https://github.com/kelektiv/node.bcrypt.js) from 3.0.8 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/v3.0.8...v5.0.0) Signed-off-by: dependabot[bot] --- Chapter07/05_plugin_module_impersonation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter07/05_plugin_module_impersonation/package.json b/Chapter07/05_plugin_module_impersonation/package.json index 6a3100a..866b01f 100644 --- a/Chapter07/05_plugin_module_impersonation/package.json +++ b/Chapter07/05_plugin_module_impersonation/package.json @@ -5,7 +5,7 @@ "main": "app.js", "dependencies": { "async": "^2.0.0-rc.3", - "bcrypt": "^3.0.4", + "bcrypt": "^5.0.0", "body-parser": "^1.15.0", "errorhandler": "^1.4.3", "express": "^4.13.4",