From 6faefbeacf0a713f75d3ffe49f10dd93845b8a0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:01:36 +0000 Subject: [PATCH] :arrow_up: Updates chai to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/github/package.json b/api/github/package.json index d6bf744a..08f6673b 100644 --- a/api/github/package.json +++ b/api/github/package.json @@ -26,7 +26,7 @@ }, "homepage": "https://github.com/pimterry/dev-bot#readme", "devDependencies": { - "chai": "3.5.0", + "chai": "5.0.3", "formatio": "1.2.0", "mocha": "3.5.3", "nock": "8.2.2",