From 5d2c947205d3d9ba61f9016652c08ede10e8e265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 12:05:58 +0000 Subject: [PATCH] chore(deps-dev): bump chai from 4.5.0 to 5.2.1 Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 5.2.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.2.1) --- updated-dependencies: - dependency-name: chai dependency-version: 5.2.1 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 662b601c..f03cbb4a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@types/prismjs": "^1.26.0", "@types/rewire": "^2.5.30", "c8": "^10.1.2", - "chai": "^4.3.6", + "chai": "^5.2.1", "domhandler": "^5.0.3", "eslint": "^8.23.0", "eslint-config-hexo": "^5.0.0",