From 12deefbb3ef30327b8b405639bfbb70f3bed6ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:20:29 +0000 Subject: [PATCH] chore(deps-dev): bump chai from 4.3.10 to 5.0.0 Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.0.0. - [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.10...v5.0.0) --- 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 74b3355..bdbc5b0 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/sinon": "^10.0.13", "@types/through2": "^2.0.36", "c8": "^8.0.1", - "chai": "^4.3.6", + "chai": "^5.0.0", "chai-as-promised": "^7.1.1", "eslint": "^8.26.0", "eslint-config-hexo": "^5.0.0",