From 67a7f2157067c5d158574e737a55976de62c8f98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 03:38:08 +0000 Subject: [PATCH] chore(deps): update eslint-plugin-playwright to v0.21.0 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2decc31..58cf3264 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "clsx": "2.1.0", "cross-env": "7.0.3", "eslint": "8.56.0", - "eslint-plugin-playwright": "0.20.0", + "eslint-plugin-playwright": "0.21.0", "eslint-plugin-wkovacs64": "15.1.0", "git-current-commit": "1.1.0", "hibp": "14.0.0", @@ -5334,9 +5334,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.20.0.tgz", - "integrity": "sha512-JWTSwUyPPipSOm6AK8z78bQXtKRCykvhSGUewcmZuxstSZ5oGsykW2JaRXJQ2IIfzKJToCBeKD2ISc8Li8qVEQ==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.21.0.tgz", + "integrity": "sha512-Y6qwguE9L6LB1JCsnPKaHbo+Z4X8/MngD82N0NkwiZ0ch0UVc4Oc2ZqmxanFxftIddnvwtNNlzUezglLlzUzKA==", "dependencies": { "globals": "^13.23.0" }, @@ -18130,9 +18130,9 @@ } }, "eslint-plugin-playwright": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.20.0.tgz", - "integrity": "sha512-JWTSwUyPPipSOm6AK8z78bQXtKRCykvhSGUewcmZuxstSZ5oGsykW2JaRXJQ2IIfzKJToCBeKD2ISc8Li8qVEQ==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.21.0.tgz", + "integrity": "sha512-Y6qwguE9L6LB1JCsnPKaHbo+Z4X8/MngD82N0NkwiZ0ch0UVc4Oc2ZqmxanFxftIddnvwtNNlzUezglLlzUzKA==", "requires": { "globals": "^13.23.0" }, diff --git a/package.json b/package.json index 85da6622..f88e90cc 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "clsx": "2.1.0", "cross-env": "7.0.3", "eslint": "8.56.0", - "eslint-plugin-playwright": "0.20.0", + "eslint-plugin-playwright": "0.21.0", "eslint-plugin-wkovacs64": "15.1.0", "git-current-commit": "1.1.0", "hibp": "14.0.0",