build(deps-dev): bump eslint-plugin-playwright from 2.5.1 to 2.7.0 in /packages/ui (#9264)

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] 2026-02-22 21:17:55 +01:00 committed by GitHub
parent b9fbb92aae
commit eec866072a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -30,7 +30,7 @@
"eslint": "^9.39.2",
"eslint-config-it4c": "^0.11.2",
"eslint-plugin-jsdoc": "^62.5.3",
"eslint-plugin-playwright": "^2.5.1",
"eslint-plugin-playwright": "^2.7.0",
"eslint-plugin-storybook": "^10.2.10",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"glob": "^13.0.6",
@ -7510,13 +7510,13 @@
}
},
"node_modules/eslint-plugin-playwright": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.5.1.tgz",
"integrity": "sha512-q7oqVQTTfa3VXJQ8E+ln0QttPGrs/XmSO1FjOMzQYBMYF3btih4FIrhEYh34JF184GYDmq3lJ/n7CMa49OHBvA==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.7.0.tgz",
"integrity": "sha512-kUgwDZL3knnuJF53WSf5xNnB1aLPnX8furoh0PSrmmFIfMfIMmY3sNd4gtZ2MUUnaIX1/A9ndYtD7bhV1dj+1g==",
"dev": true,
"license": "MIT",
"dependencies": {
"globals": "^16.4.0"
"globals": "^17.3.0"
},
"engines": {
"node": ">=16.9.0"
@ -7526,9 +7526,9 @@
}
},
"node_modules/eslint-plugin-playwright/node_modules/globals": {
"version": "16.5.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==",
"version": "17.3.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.3.0.tgz",
"integrity": "sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==",
"dev": true,
"license": "MIT",
"engines": {

View File

@ -98,7 +98,7 @@
"eslint": "^9.39.2",
"eslint-config-it4c": "^0.11.2",
"eslint-plugin-jsdoc": "^62.5.3",
"eslint-plugin-playwright": "^2.5.1",
"eslint-plugin-playwright": "^2.7.0",
"eslint-plugin-storybook": "^10.2.10",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"glob": "^13.0.6",