From d1283745934e27d56653e57dd5fd885a0cd466d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 23 Nov 2018 05:32:21 +0000 Subject: [PATCH] Update chai-as-promised requirement from ^6.0.0 to ^7.1.1 Updates the requirements on [chai-as-promised](https://github.com/domenic/chai-as-promised) to permit the latest version. - [Release notes](https://github.com/domenic/chai-as-promised/releases) - [Commits](https://github.com/domenic/chai-as-promised/commits/v7.1.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a219c3..225d4bc 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "chai": "^3.5.0", - "chai-as-promised": "^6.0.0", + "chai-as-promised": "^7.1.1", "eslint": "^3.11.1", "eslint-config-hexo": "^1.0.3", "istanbul": "^0.4.5",