From 33a12d3a39834bcc86b9fa219af105ae1c3dcf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 04:57:25 +0000 Subject: [PATCH] chore(deps-dev): bump chai in /test/fixtures/mocha-failure Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 5.1.1. - [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.5.0...v5.1.1) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/fixtures/mocha-failure/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/mocha-failure/package.json b/test/fixtures/mocha-failure/package.json index b4110f6..1eab020 100644 --- a/test/fixtures/mocha-failure/package.json +++ b/test/fixtures/mocha-failure/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/rvagg/polendina.git" }, "devDependencies": { - "chai": "^4.3.7", + "chai": "^5.1.1", "mocha": "^10.2.0" } }