From a34284df834b2fc5ea50655b528e05d80ca22cf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:44:03 -0500 Subject: [PATCH] fix(deps): update dependency bcryptjs to v3.0.3 (#13751) 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 38e7a2b3a7..875f46d00c 100644 --- a/install/package.json +++ b/install/package.json @@ -43,7 +43,7 @@ "archiver": "7.0.1", "async": "3.2.6", "autoprefixer": "10.4.21", - "bcryptjs": "3.0.2", + "bcryptjs": "3.0.3", "benchpressjs": "2.5.5", "body-parser": "2.2.0", "bootbox": "6.0.4",