From 2eff7c8455179503b5f10218413c6309eaee42d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 14:09:47 +0000 Subject: [PATCH] Bump ava from 3.2.0 to 3.3.0 Bumps [ava](https://github.com/avajs/ava) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/avajs/ava/releases) - [Commits](https://github.com/avajs/ava/compare/v3.2.0...v3.3.0) 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 99e90aac..4289c3dd 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "@types/winreg": "1.2.30", "@typescript-eslint/eslint-plugin": "2.19.0", "@typescript-eslint/parser": "2.19.0", - "ava": "3.2.0", + "ava": "3.3.0", "babel-loader": "8.0.6", "concurrently": "5.1.0", "copy-webpack-plugin": "5.1.1", diff --git a/yarn.lock b/yarn.lock index 5e8c8cb2..ac2d68ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1427,10 +1427,10 @@ atob@^2.1.1: resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== -ava@3.2.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/ava/-/ava-3.2.0.tgz#ab019f211c24f5d732b26babb7c75635012d3b83" - integrity sha512-Jf2DlzrDp83f8OcyN0fNcT6QX1ORk3E/bCxBrwPxbh3Szg8eA03QjK/ZYjAa6OHIEWBxZuuT7x7kupgrUo7HVQ== +ava@3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/ava/-/ava-3.3.0.tgz#f95d9630e0811e7c03cbd1fa1316a9c8a872c6bb" + integrity sha512-RaH6jpiS/9ZdIuP1QkyhHvhprk0h38LVdkkpL7Mw25XR3z/6w1N3Nq9O2qm3awnw38CfIztmipzkv+671nWH2w== dependencies: "@concordance/react" "^2.0.0" ansi-styles "^4.2.1"