From 9ce990538c69554f4c1dab44f5377858532369ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 16:18:50 +0000 Subject: [PATCH] Update ava requirement from 0.18.1 to 2.1.0 Updates the requirements on [ava](https://github.com/avajs/ava) to permit the latest version. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v0.18.1...v2.1.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf91aa2..5164fea 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "update-notifier": "2.0.0" }, "devDependencies": { - "ava": "0.18.1", + "ava": "2.1.0", "execa": "0.6.0" } }