From 7742b0b18db5a2e9037008853c24383f698639ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:27:32 +0000 Subject: [PATCH] Bump eslint-plugin-playwright from 1.8.0 to 1.8.1 Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases) - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md) - [Commits](https://github.com/playwright-community/eslint-plugin-playwright/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-patch ... 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 93a00b6..d6fc7a5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/node": "^22.7.5", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-playwright": "^1.8.0", + "eslint-plugin-playwright": "^1.8.1", "globals": "^15.11.0", "prettier": "3.3.3" }, diff --git a/yarn.lock b/yarn.lock index 4e05a36..4a3b149 100644 --- a/yarn.lock +++ b/yarn.lock @@ -218,10 +218,10 @@ eslint-config-prettier@^9.1.0: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== -eslint-plugin-playwright@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.8.0.tgz#b54359804f458964afb460cb2d689f41deb70081" - integrity sha512-+vHG8VdtgMKwsEJrj973FqoTSn7GAtUsgudSeolLrigBPKwuXeHjcWKYPYPpMUVAISl3IMR7reQmK2v13sjaRw== +eslint-plugin-playwright@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.8.1.tgz#e28e68819265cd60acba73eef11d295bcc8a44dc" + integrity sha512-wzT8rUFOXN6ztRVHSAZI0QpQnxY7bbvcu2z+C/giy3zrkL8WlsFQCv7NillgLBhWnr7oZjC5Pax/GMAJmZlWHA== dependencies: globals "^13.23.0"