From df3fd5b0d849d841b3737ef75ac672826b485b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:59:11 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-playwright from 0.20.0 to 0.21.0 Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.20.0 to 0.21.0. - [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/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eslint-configs/eslint-config-base/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eslint-configs/eslint-config-base/package.json b/eslint-configs/eslint-config-base/package.json index 27695f64..38f1cad7 100644 --- a/eslint-configs/eslint-config-base/package.json +++ b/eslint-configs/eslint-config-base/package.json @@ -27,7 +27,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^27.6.0", - "eslint-plugin-playwright": "^0.20.0", + "eslint-plugin-playwright": "^0.21.0", "eslint-plugin-prettier": "^5.0.1", "jest": ">=29.7.0", "prettier": ">=3.1.1" diff --git a/package-lock.json b/package-lock.json index b2607751..a4a27a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "eslint-plugin-header": "^3.1.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-jest": "^27.6.0", - "eslint-plugin-playwright": "^0.20.0", + "eslint-plugin-playwright": "^0.21.0", "eslint-plugin-prettier": "^5.0.1", "jest": ">=29.7.0", "prettier": ">=3.1.1" @@ -5739,9 +5739,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" },