From d84808aa6852c8cbc4f2502ad3d710dbdff0266c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Dec 2021 10:27:19 -0800 Subject: [PATCH] Bump eslint-plugin-playwright from 0.7.0 to 0.7.1 (#4633) Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v0.7.0...v0.7.1) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82c538ea5f..51f48264be 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "d3-scale": "1.0.x", "d3-selection": "1.3.x", "eslint": "7.0.0", - "eslint-plugin-playwright": "0.7.0", + "eslint-plugin-playwright": "0.7.1", "eslint-plugin-vue": "^7.5.0", "eslint-plugin-you-dont-need-lodash-underscore": "^6.10.0", "eventemitter3": "^1.2.0",