From eba16da4cb967538223762085b8e69d9d24ff7fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 05:35:17 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade dependency ava to v5.2.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ab526f6..f83bdf2 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@node-loader/import-maps": "1.1.0", "@randomized/random": "^4.1.0", "@total-order/primitive": "^1.0.1", - "ava": "5.1.1", + "ava": "5.2.0", "babel-plugin-transform-remove-console": "6.9.4", "babel-plugin-unassert": "3.2.0", "babel-preset-power-assert": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 4ee243c..82bef24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2311,10 +2311,10 @@ autoprefixer@^10.1.0: picocolors "^1.0.0" postcss-value-parser "^4.2.0" -ava@5.1.1: - version "5.1.1" - resolved "https://registry.yarnpkg.com/ava/-/ava-5.1.1.tgz#41b1e1f60965b0701aca3a48bc63cb4c94f7ee6d" - integrity sha512-od1CWgWVIKZSdEc1dhQWhbsd6KBs0EYjek7eqZNGPvy+NyC9Q1bXixcadlgOXwDG9aM0zLMQZwRXfe9gMb1LQQ== +ava@5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/ava/-/ava-5.2.0.tgz#0fae0a987872df1859391a658f2374f5f16d6d29" + integrity sha512-W8yxFXJr/P68JP55eMpQIa6AiXhCX3VeuajM8nolyWNExcMDD6rnIWKTjw0B/+GkFHBIaN6Jd0LtcMThcoqVfg== dependencies: acorn "^8.8.1" acorn-walk "^8.2.0"