From a22dbac78a0af90fc670f5e2d3db0196cd09b427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:33:36 +0000 Subject: [PATCH] chore(deps): update devdependency eslint-plugin-playwright to v1 --- package.json | 2 +- yarn.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 976d56f6..a23793a2 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "changelogen": "^0.5.5", "eslint": "~8.57.0", "eslint-config-prettier": "^9.0.0", - "eslint-plugin-playwright": "^0.15.3", + "eslint-plugin-playwright": "^1.6.2", "h3": "^1.8.2", "happy-dom": "^14.12.3", "husky": "^9.0.11", diff --git a/yarn.lock b/yarn.lock index d9757a54..ef36362d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6781,10 +6781,12 @@ eslint-plugin-jsdoc@^50.2.2: spdx-expression-parse "^4.0.0" synckit "^0.9.1" -eslint-plugin-playwright@^0.15.3: - version "0.15.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.3.tgz#9fd8753688351bcaf41797eb6a7df8807fd5eb1b" - integrity sha512-LQMW5y0DLK5Fnpya7JR1oAYL2/7Y9wDiYw6VZqlKqcRGSgjbVKNqxraphk7ra1U3Bb5EK444xMgUlQPbMg2M1g== +eslint-plugin-playwright@^1.6.2: + version "1.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.6.2.tgz#1ea6fed0030bb4a9a0becf75cfcce246f1c9b6c6" + integrity sha512-mraN4Em3b5jLt01q7qWPyLg0Q5v3KAWfJSlEWwldyUXoa7DSPrBR4k6B6LROLqipsG8ndkwWMdjl1Ffdh15tag== + dependencies: + globals "^13.23.0" eslint-plugin-regexp@^2.5.0, eslint-plugin-regexp@^2.6.0: version "2.6.0" @@ -7674,7 +7676,7 @@ globals@^11.1.0: resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== -globals@^13.19.0, globals@^13.24.0: +globals@^13.19.0, globals@^13.23.0, globals@^13.24.0: version "13.24.0" resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171" integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==