From f5048435357731fbcd16b3c3506790fb6b6a2afa Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 27 Mar 2023 17:37:25 +0200 Subject: [PATCH] updated dependencies --- test-harness/box.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-harness/box.json b/test-harness/box.json index a231683..b64ca02 100644 --- a/test-harness/box.json +++ b/test-harness/box.json @@ -5,10 +5,10 @@ "private":true, "description":"", "dependencies":{ - "coldbox":"^5.0.0" + "coldbox":"^6.0.0" }, "devDependencies":{ - "testbox":"^2.8.0" + "testbox":"^4.0.0" }, "installPaths":{ "coldbox":"coldbox/", @@ -17,4 +17,4 @@ "testbox":{ "runner":"http://localhost:60299/tests/runner.cfm" } -} \ No newline at end of file +}