From 3c66301f039c08202c33818f727cae9edea4c227 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 27 Nov 2022 14:22:53 -0500 Subject: [PATCH] fix(deps): update bootbox to v6 --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 65a74e4b7d..05c004cd08 100644 --- a/install/package.json +++ b/install/package.json @@ -38,7 +38,7 @@ "bcryptjs": "2.4.3", "benchpressjs": "2.4.3", "body-parser": "1.20.1", - "bootbox": "https://github.com/makeusabrew/bootbox.git#v6-wip", + "bootbox": "6.0.0", "bootstrap": "5.2.3", "bootswatch": "5.2.2", "chalk": "4.1.2",