From e7d77067037eb2f387a2e36a96b9a854ab5129be Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 16:08:04 +0000 Subject: [PATCH] Bump ava from 3.5.1 to 3.5.2 Bumps [ava](https://github.com/avajs/ava) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v3.5.1...v3.5.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 34294971..8272f012 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@types/webpack": "4.41.8", "@typescript-eslint/eslint-plugin": "2.25.0", "@typescript-eslint/parser": "2.25.0", - "ava": "3.5.1", + "ava": "3.5.2", "babel-loader": "8.1.0", "concurrently": "5.1.0", "copy-webpack-plugin": "5.1.1", diff --git a/yarn.lock b/yarn.lock index f4b4866f..6fc18914 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1483,10 +1483,10 @@ atob@^2.1.2: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -ava@3.5.1: - version "3.5.1" - resolved "https://registry.yarnpkg.com/ava/-/ava-3.5.1.tgz#6dde079621606824495957c78f95c8485639bc14" - integrity sha512-gde/nh438C6cj6/pKntjoPmGg1VSsZlRjyuYTjp0ixsNDj+1YNVeASrlzI+NgvcUmbx17G8uOgByt7lDu8ddXA== +ava@3.5.2: + version "3.5.2" + resolved "https://registry.yarnpkg.com/ava/-/ava-3.5.2.tgz#9a37305c03840c4b63eb53edae29741d8414633e" + integrity sha512-4MYpx0D7VQwzvqCOQsbnPK2Dmg7lipWe2k/n75i0cuFwuosq9MYIWc9MnmCZ1GIlPQ70qOP1DgQcD0ScH/W79Q== dependencies: "@concordance/react" "^2.0.0" ansi-styles "^4.2.1"