From cefecd7903c4ab0dd2d2f2075306b50be501e9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 3 Feb 2019 00:35:30 +0900 Subject: [PATCH] Update cafy requirement from 12.0.0 to 12.1.0 (#4099) Updates the requirements on [cafy](https://github.com/syuilo/cafy) to permit the latest version. - [Release notes](https://github.com/syuilo/cafy/releases) - [Changelog](https://github.com/syuilo/cafy/blob/master/CHANGELOG.md) - [Commits](https://github.com/syuilo/cafy/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c1e11c4d..5948bf06e 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "bcryptjs": "2.4.3", "bee-queue": "1.2.2", "bootstrap-vue": "2.0.0-rc.11", - "cafy": "12.0.0", + "cafy": "12.1.0", "chai": "4.2.0", "chai-http": "4.2.1", "chalk": "2.4.2",