From 620dcb760386d0a30e6ee73436cbdb88aeff1fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:34:18 +0000 Subject: [PATCH] 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 f3db4dd7..3ed62c76 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "7.0.0", "@typescript-eslint/parser": "6.21.0", - "ava": "6.1.1", + "ava": "6.1.2", "babel-loader": "9.1.3", "concurrently": "8.2.2", "copy-webpack-plugin": "12.0.2", diff --git a/yarn.lock b/yarn.lock index c1c97aaa..04338862 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2034,10 +2034,10 @@ at-least-node@^1.0.0: resolved "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2" integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== -ava@6.1.1: - version "6.1.1" - resolved "https://registry.npmjs.org/ava/-/ava-6.1.1.tgz#76910bbd567cbe1e09345d7873e7116ae9b54153" - integrity sha512-A+DG0Ag0e5zvt262Ze0pG5QH7EBmhn+DB9uK7WkUtJVAtGjZFeKTpUOKx339DMGn53+FB24pCJC5klX2WU4VOw== +ava@6.1.2: + version "6.1.2" + resolved "https://registry.npmjs.org/ava/-/ava-6.1.2.tgz#fe4f107177b8bf511135827bfcd0a4e6f82d457a" + integrity sha512-WcpxJ8yZ7mk9ABTinD0IAjcemovSeVGjuuwZx0JS9johREWFeLTl8UP6wd7l6nmnrWqkKZdwaD71a/ocH4qPKw== dependencies: "@vercel/nft" "^0.26.2" acorn "^8.11.3"