From b5cb2f8b9c34ff2646ab60c22aa92b674daad64f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 16:50:41 -0500 Subject: [PATCH] fix(deps): update dependency bootbox to v5 (#8751) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 4d3979a83f..5d386ae87e 100644 --- a/install/package.json +++ b/install/package.json @@ -43,7 +43,7 @@ "bcryptjs": "2.4.3", "benchpressjs": "2.4.0", "body-parser": "^1.19.0", - "bootbox": "4.4.0", + "bootbox": "5.5.2", "bootstrap": "^3.4.1", "chart.js": "^2.9.3", "cli-graph": "^3.2.2",