From cf0253d6c4339c70148f11d3c9d0970dce9a6276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:06:53 -0500 Subject: [PATCH] Update chai requirement from ^4.3.3 to ^4.3.4 (#70) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9ec23a..f72af07 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "onecolor": "^3.1.0" }, "devDependencies": { - "chai": "^4.3.3", + "chai": "^4.3.4", "concat": "^1.0.3", "eslint": "^5.16.0", "eslint-config-tc": "^6.5.0",