From da8b65b0518442594ee0c622dd2e6be97415eafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:22:35 +0000 Subject: [PATCH] chore(deps): bump eslint-plugin-playwright from 0.20.0 to 0.22.1 Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.20.0 to 0.22.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/v0.20.0...v0.22.1) --- 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 27695f64b..ecb1ad06f 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.22.1", "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 33fc02357..4fe4a14ea 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.22.1", "eslint-plugin-prettier": "^5.0.1", "jest": ">=29.7.0", "prettier": ">=3.1.1" @@ -5780,9 +5780,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.22.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.22.1.tgz", + "integrity": "sha512-xUQ9mJH+CjifLG6vMowl3r49G/8JvW4G10IqHjc1WO44fffdhLZF/i4Def+U3y6LqUEBp0JAMnWUhEck7ksqrw==", "dependencies": { "globals": "^13.23.0" },