From 4d7cecfa791c8d1ba5936eb7067b705246353e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 06:01:17 +0000 Subject: [PATCH] Update chai requirement from ~4.3.6 to ~4.3.7 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.6...v4.3.7) --- 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 5129e8af6..36f5a4dd2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@types/node": "~10.17.60", "@typescript-eslint/eslint-plugin": "~5.45.0", "@typescript-eslint/parser": "~5.45.0", - "chai": "~4.3.6", + "chai": "~4.3.7", "chai-as-promised": "~7.1.1", "eslint": "~8.28.0", "eslint-plugin-mocha": "~9.0.0",