From 466958ea605130b435a84b997d0cd3e1f4402b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:34:30 -0300 Subject: [PATCH] Bump eslint-plugin-playwright from 0.18.0 to 0.19.0 in /tracker (#3578) 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> --- tracker/package-lock.json | 8 ++++---- tracker/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tracker/package-lock.json b/tracker/package-lock.json index 6660d3b7a..7080f99c9 100644 --- a/tracker/package-lock.json +++ b/tracker/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "eslint": "^8.54.0", - "eslint-plugin-playwright": "^0.18.0" + "eslint-plugin-playwright": "^0.19.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -559,9 +559,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/tracker/package.json b/tracker/package.json index e52fb1c09..7ff3cfdd8 100644 --- a/tracker/package.json +++ b/tracker/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "eslint": "^8.54.0", - "eslint-plugin-playwright": "^0.18.0" + "eslint-plugin-playwright": "^0.19.0" } }