From 7b361390cba88fd7b4ebe92ef4c5a46cb4181606 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 08:37:10 +0000 Subject: [PATCH] Bump expect-playwright from 0.2.2 to 0.2.4 Bumps [expect-playwright](https://github.com/mxschmitt/expect-playwright) from 0.2.2 to 0.2.4. - [Release notes](https://github.com/mxschmitt/expect-playwright/releases) - [Commits](https://github.com/mxschmitt/expect-playwright/compare/v0.2.2...v0.2.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f277d127..c71b84c14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2763,9 +2763,9 @@ } }, "expect-playwright": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/expect-playwright/-/expect-playwright-0.2.2.tgz", - "integrity": "sha512-dcnfNZitSmp496SCh1LIcHreqQ9X4Pvk2nLHfLmBPqo23N0wr7b3PAFPK+xYJtND5Hn4jPqliDJBA31cRVeOHg==" + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/expect-playwright/-/expect-playwright-0.2.4.tgz", + "integrity": "sha512-gsEJxwNPgjq924zuMqZ++P12zAOw2vxKOFRDQzWZgd4cK7cmannqEP41ArOKcfaQRKdSihuXL+ehJ5qDTiriJA==" }, "extend": { "version": "3.0.2", diff --git a/package.json b/package.json index 5331428b0..8db21adff 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "chokidar": "^3.4.0", "commander": "^5.1.0", "debug": "*", - "expect-playwright": "^0.2.2", + "expect-playwright": "^0.2.4", "glob": "^7.1.6", "inquirer": "^7.1.0", "kleur": "^3.0.3",