From ac873a4f20493567f0a0ee8c9295e820e2aa37ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 17:11:05 +0000 Subject: [PATCH] Bump bcrypt from 3.0.8 to 5.0.0 in /ex_08_useAccount 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] --- ex_08_useAccount/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex_08_useAccount/package.json b/ex_08_useAccount/package.json index 7c47b6c..f45c650 100644 --- a/ex_08_useAccount/package.json +++ b/ex_08_useAccount/package.json @@ -7,7 +7,7 @@ "dependencies": { "@babel/runtime": "^7.1.2", "babel-runtime": "^6.20.0", - "bcrypt": "^3.0.7", + "bcrypt": "^5.0.0", "meteor-node-stubs": "~0.2.4" }, "meteor": {