From 436e42a5a7bcfb4ef37d37055b4de7d12f62b95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 18:30:50 +0200 Subject: [PATCH] chore(deps-dev): Bump eslint-plugin-playwright in /__tests__/e2e (#5069) Bumps [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) from 0.18.0 to 0.19.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.18.0...v0.19.0) --- updated-dependencies: - dependency-name: eslint-plugin-playwright dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- __tests__/e2e/package-lock.json | 8 ++++---- __tests__/e2e/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/__tests__/e2e/package-lock.json b/__tests__/e2e/package-lock.json index 3ff4fe10ca..ed6a2c4293 100644 --- a/__tests__/e2e/package-lock.json +++ b/__tests__/e2e/package-lock.json @@ -13,7 +13,7 @@ "@playwright/test": "^1.39.0", "asana-phrase": "^0.0.8", "eslint": "^8.51.0", - "eslint-plugin-playwright": "^0.18.0", + "eslint-plugin-playwright": "^0.19.0", "playwright": "^1.39.0", "typescript": "^5.2.2" } @@ -2175,9 +2175,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.18.0.tgz", - "integrity": "sha512-VLvKOAaDvRTonUeI3J8plXIJQuReXjbjrgDGoNwsiydwdqk3lt+mbzgsBcxJscMJDHc9XgnLVo0nWTiaYHLGYQ==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.19.0.tgz", + "integrity": "sha512-/pk5oDxusdPnsPNo16o7kWk4Pq8e0Jw7vM0xI/G4wDHhYw1ImQpclB3fQGbjKAO1eauGRLWtJAq5l1Xq3oF16A==", "dev": true, "dependencies": { "globals": "^13.23.0" diff --git a/__tests__/e2e/package.json b/__tests__/e2e/package.json index 2b7ffd8698..e27d45ee46 100644 --- a/__tests__/e2e/package.json +++ b/__tests__/e2e/package.json @@ -16,7 +16,7 @@ "@playwright/test": "^1.39.0", "asana-phrase": "^0.0.8", "eslint": "^8.51.0", - "eslint-plugin-playwright": "^0.18.0", + "eslint-plugin-playwright": "^0.19.0", "playwright": "^1.39.0", "typescript": "^5.2.2" }