From 7b79cff4df267fa7c46d604763f9d51c4126795a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:10:25 +0000 Subject: [PATCH] chore(deps-dev): bump ava from 6.1.1 to 6.1.2 Bumps [ava](https://github.com/avajs/ava) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v6.1.1...v6.1.2) --- updated-dependencies: - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d8800b3e..d6a8f112 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.1.0", "ajv-cli": "~5.0.0", - "ava": "^6.1.1", + "ava": "^6.1.2", "babel-eslint": "^10.0.0", "commitizen": "^4.3.0", "eslint": "^8.57.0", diff --git a/yarn.lock b/yarn.lock index c3a77cb6..737417fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3300,10 +3300,10 @@ autoprefixer@^10.4.14: picocolors "^1.0.0" postcss-value-parser "^4.2.0" -ava@^6.1.1: - version "6.1.1" - resolved "https://registry.yarnpkg.com/ava/-/ava-6.1.1.tgz#76910bbd567cbe1e09345d7873e7116ae9b54153" - integrity sha512-A+DG0Ag0e5zvt262Ze0pG5QH7EBmhn+DB9uK7WkUtJVAtGjZFeKTpUOKx339DMGn53+FB24pCJC5klX2WU4VOw== +ava@^6.1.2: + version "6.1.2" + resolved "https://registry.yarnpkg.com/ava/-/ava-6.1.2.tgz#fe4f107177b8bf511135827bfcd0a4e6f82d457a" + integrity sha512-WcpxJ8yZ7mk9ABTinD0IAjcemovSeVGjuuwZx0JS9johREWFeLTl8UP6wd7l6nmnrWqkKZdwaD71a/ocH4qPKw== dependencies: "@vercel/nft" "^0.26.2" acorn "^8.11.3"