From d24c8660e46dc4b8a7c5cc0c5b8af7a9f4300611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:10:25 +0000 Subject: [PATCH] Update chai requirement from ^4.3.7 to ^4.3.8 Updates the requirements on [chai](https://github.com/chaijs/chai) to permit the latest version. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a88dc9ab..08dd1ed4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "axios": "^1.4.0", "gulp": "^4.0.2", "mocha": "^10.2.0", - "chai": "^4.3.7", + "chai": "^4.3.8", "nan": "2.17.0", "modbus-stack": "^0.2.1" },