From b42abf2930f7b1b7c05c074e418c81f5d4c3a672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 07:51:22 +0000 Subject: [PATCH] build(deps-dev): bump ava from 3.15.0 to 4.3.0 Bumps [ava](https://github.com/avajs/ava) from 3.15.0 to 4.3.0. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v3.15.0...v4.3.0) --- updated-dependencies: - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc62e51..e6bc12f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@commitlint/cli": "^12.0.1", "@commitlint/config-conventional": "^12.0.1", - "ava": "^3.4.0", + "ava": "^4.3.0", "coveralls": "^3.0.6", "husky": "^6.0.0", "markdown-magic": "^2.0.0",