From 2d251543cdecd5bb047c36eddb3e931d7dc1e06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 23 Nov 2018 04:50:29 +0000 Subject: [PATCH] Update chai requirement from ^3.4.1 to ^4.2.0 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/master/History.md) - [Commits](https://github.com/chaijs/chai/commits/4.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 287c42d..ac2cd92 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "swig-extras": "0.0.1" }, "devDependencies": { - "chai": "^3.4.1", + "chai": "^4.2.0", "eslint": "^1.10.3", "eslint-config-hexo": "^1.0.2", "istanbul": "^0.4.1",