From 6ea656780bafa53476af77b79b10d6eeac15526e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 19:20:29 -0500 Subject: [PATCH] fix(deps): update dependency bcryptjs to v3 (#13160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 57cd781bd0..ae2f3bfcab 100644 --- a/install/package.json +++ b/install/package.json @@ -43,7 +43,7 @@ "archiver": "7.0.1", "async": "3.2.6", "autoprefixer": "10.4.20", - "bcryptjs": "2.4.3", + "bcryptjs": "3.0.2", "benchpressjs": "2.5.3", "body-parser": "1.20.3", "bootbox": "6.0.0",