From 784d75d1e799bf3e5683db014c91dd4bb41ba784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 00:53:01 +0000 Subject: [PATCH] [npm] Bump chai from 4.3.4 to 5.1.2 Bumps [chai](https://github.com/chaijs/chai) from 4.3.4 to 5.1.2. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.3.4...v5.1.2) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76710cec..b21f1eb1 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "bfx-api-mock-srv": "git+https://github.com/bitfinexcom/bfx-api-mock-srv.git", "bfx-report-express": "git+https://github.com/bitfinexcom/bfx-report-express.git", - "chai": "4.3.4", + "chai": "5.1.2", "grenache-grape": "git+https://github.com/bitfinexcom/grenache-grape.git", "mocha": "10.1.0", "nodemon": "2.0.20",