From ebab50606f307733c2bf1b5fb6b5bf86e9c01c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 13 Dec 2017 13:14:52 +0000 Subject: [PATCH] Update chai requirement to ^4.1.2 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.1.2) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ab4ea0..0d979a9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "socket.io-client": "^1.4.8" }, "devDependencies": { - "chai": "^3.5.0", + "chai": "^4.1.2", "mocha": "^2.5.3" } }