diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json index 90128ef85..b26a43c69 100644 --- a/packages/ui/package-lock.json +++ b/packages/ui/package-lock.json @@ -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": { diff --git a/packages/ui/package.json b/packages/ui/package.json index c47845541..9465cf26f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",