From a3b8a055699d1d31758ce78628e885970dfebd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 12:15:56 +0000 Subject: [PATCH] Bump ava from 5.1.1 to 5.2.0 Bumps [ava](https://github.com/avajs/ava) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: ava dependency-type: direct:development update-type: version-update:semver-minor ... 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 da1160eb..9ad8451d 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@types/uuid": "9.0.0", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", - "ava": "5.1.1", + "ava": "5.2.0", "babel-loader": "9.1.2", "concurrently": "7.6.0", "copy-webpack-plugin": "11.0.0", diff --git a/yarn.lock b/yarn.lock index 63107c62..605a0368 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1782,10 +1782,10 @@ atob@^2.1.2: resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -ava@5.1.1: - version "5.1.1" - resolved "https://registry.npmjs.org/ava/-/ava-5.1.1.tgz#41b1e1f60965b0701aca3a48bc63cb4c94f7ee6d" - integrity sha512-od1CWgWVIKZSdEc1dhQWhbsd6KBs0EYjek7eqZNGPvy+NyC9Q1bXixcadlgOXwDG9aM0zLMQZwRXfe9gMb1LQQ== +ava@5.2.0: + version "5.2.0" + resolved "https://registry.npmjs.org/ava/-/ava-5.2.0.tgz#0fae0a987872df1859391a658f2374f5f16d6d29" + integrity sha512-W8yxFXJr/P68JP55eMpQIa6AiXhCX3VeuajM8nolyWNExcMDD6rnIWKTjw0B/+GkFHBIaN6Jd0LtcMThcoqVfg== dependencies: acorn "^8.8.1" acorn-walk "^8.2.0"