From 2873045223bc2a16b7448836c1e80fbcc85483af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:48:24 +0000 Subject: [PATCH] build(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 1172397..b35e96a 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@kevinoid/eslint-config": "^32.0.0", "ansi-styles": "^5.0.0", "c8": "^8.0.0", - "chai": "^4.0.0", + "chai": "^5.0.0", "eslint": "^8.38.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.3",