From 23efc9c3120315355a98dd133cdd889679131c03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 06:12:32 +0000 Subject: [PATCH] fix(driver-test-support): update dependency chai to v5 --- package.json | 2 +- packages/driver-test-support/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 090dde987e8..0ac12447996 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@typescript-eslint/eslint-plugin": "7.8.0", "@typescript-eslint/parser": "7.8.0", "asyncbox": "3.0.0", - "chai": "4.4.1", + "chai": "5.1.0", "chai-as-promised": "7.1.1", "chai-webdriverio-async": "3.0.0", "conventional-changelog-conventionalcommits": "7.0.2", diff --git a/packages/driver-test-support/package.json b/packages/driver-test-support/package.json index 787b0f4d1e2..b7f225a7e71 100644 --- a/packages/driver-test-support/package.json +++ b/packages/driver-test-support/package.json @@ -46,7 +46,7 @@ "@types/stoppable": "1.1.3", "axios": "1.6.8", "bluebird": "3.7.2", - "chai": "4.4.1", + "chai": "5.1.0", "get-port": "5.1.1", "lodash": "4.17.21", "sinon": "17.0.2",