From f4a8a19aa19e80171b7ec4d4bcfe0a4b430d0a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:55:17 +0000 Subject: [PATCH] chore(deps-dev): update chai requirement from ^4.3.8 to ^4.3.10 Updates the requirements on [chai](https://github.com/chaijs/chai) to permit the latest version. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.3.8...v4.3.10) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 03da799..d3bed0f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/sinon": "^10.0.17", "@types/sinon-chai": "^3.2.10", "axios": "^0.27.2", - "chai": "^4.3.8", + "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "eslint": "^8.50.0", "gulp": "^4.0.2",