From 8f6bf6876dc9b018743850a98dd9b1d4c7d6fbd8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 09:06:01 +0000 Subject: [PATCH] chore(deps): bump argon2 from 0.24.1 to 0.25.1 Bumps [argon2](https://github.com/ranisalt/node-argon2) from 0.24.1 to 0.25.1. - [Release notes](https://github.com/ranisalt/node-argon2/releases) - [Commits](https://github.com/ranisalt/node-argon2/compare/v0.24.1...v0.25.1) 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..ae5a81e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "tsc": "tsc" }, "dependencies": { - "argon2": "^0.24.0", + "argon2": "^0.25.1", "bcrypt": "^3.0.6", "node-exceptions": "^4.0.1" },