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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-01 11:34:30 -03:00 committed by GitHub
parent 5e6033e261
commit 466958ea60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -14,6 +14,6 @@
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint-plugin-playwright": "^0.18.0"
"eslint-plugin-playwright": "^0.19.0"
}
}