From f31c65d66e640ca7efad81078d3cc48d5b27bb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:43:18 +0000 Subject: [PATCH] Update chai requirement from ^4.3.3 to ^4.3.4 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/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/4.3.3...v4.3.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 371feb26..349f8d7e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/sinon": "^9.0.11", "@types/sinon-chai": "^3.2.5", "axios": "^0.21.1", - "chai": "^4.3.3", + "chai": "^4.3.4", "chai-as-promised": "^7.1.1", "eslint": "^7.21.0", "gulp": "^4.0.2",