From 61779e2a27bd106c188707a1e304066113d5bf36 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 09:46:25 +0000 Subject: [PATCH] Update chai to v5 Update @types/chai from 4.3.20 to 5.0.0 Change-type: patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7c2425f..1bf0ee9 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,10 @@ "@balena/lint": "^8.2.8", "@balena/sbvr-parser": "^1.4.6", "@balena/sbvr-types": "^9.0.2", - "@types/chai": "^4.3.20", + "@types/chai": "^5.0.0", "@types/chai-things": "0.0.38", "@types/mocha": "^10.0.8", - "chai": "^4.5.0", + "chai": "^5.0.0", "chai-things": "~0.2.0", "husky": "^9.1.6", "lint-staged": "^15.2.10",