From 89d61c8956b33dbd702cc4d354e2e09ab9f337a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 16:46:17 +0000 Subject: [PATCH] Bump bcrypt from 3.0.8 to 5.0.0 in /ex_17_emailValified 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_17_emailValified/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex_17_emailValified/package.json b/ex_17_emailValified/package.json index 6f244bb..c96593d 100644 --- a/ex_17_emailValified/package.json +++ b/ex_17_emailValified/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@babel/runtime": "^7.4.4", - "bcrypt": "^3.0.6", + "bcrypt": "^5.0.0", "meteor-node-stubs": "^0.4.1" }, "meteor": {