From 2a06bddd853e67fd1f8f121f529eac66c1ed5440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 05:05:36 +0000 Subject: [PATCH] build(deps-dev): bump ava from 3.15.0 to 5.1.1 Bumps [ava](https://github.com/avajs/ava) from 3.15.0 to 5.1.1. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v3.15.0...v5.1.1) --- 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..e0c3639 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": "^5.1.1", "coveralls": "^3.0.6", "husky": "^6.0.0", "markdown-magic": "^2.0.0",