From c8fe0bdbcc4f309710c6a9805ea48102638d7cfb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 04:27:58 +0000 Subject: [PATCH] chore(deps): bump argon2 from 0.24.1 to 0.26.2 Bumps [argon2](https://github.com/ranisalt/node-argon2) from 0.24.1 to 0.26.2. - [Release notes](https://github.com/ranisalt/node-argon2/releases) - [Commits](https://github.com/ranisalt/node-argon2/compare/v0.24.1...v0.26.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2db2cd7..d5048f7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "tsc": "tsc" }, "dependencies": { - "argon2": "^0.24.0", + "argon2": "^0.26.2", "bcrypt": "^3.0.6", "node-exceptions": "^4.0.1" },