diff --git a/package-lock.json b/package-lock.json index b236a53df..26124162e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "eslint-plugin-import": "2.32.0", "eslint-plugin-jsdoc": "50.3.0", "eslint-plugin-license-header": "^0.8.0", - "eslint-plugin-playwright": "^1.6.2", + "eslint-plugin-playwright": "^2.4.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "5.5.4", "eslint-plugin-rxjs": "^5.0.2", @@ -17252,54 +17252,29 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.8.3.tgz", - "integrity": "sha512-h87JPFHkz8a6oPhn8GRGGhSQoAJjx0AkOv1jME6NoMk2FpEsfvfJJNaQDxLSqSALkCr0IJXPGTnp6SIRVu5Nqg==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-2.4.0.tgz", + "integrity": "sha512-MWNXfXlLfwXAjj4Z80PvCCFCXgCYy5OCHan57Z/beGrjkJ3maG1GanuGX8Ck6T6fagplBx2ZdkifxSfByftaTQ==", "dev": true, "license": "MIT", - "workspaces": [ - "examples" - ], "dependencies": { - "globals": "^13.23.0" + "globals": "^16.4.0" }, "engines": { - "node": ">=16.6.0" + "node": ">=16.9.0" }, "peerDependencies": { - "eslint": ">=8.40.0", - "eslint-plugin-jest": ">=25" - }, - "peerDependenciesMeta": { - "eslint-plugin-jest": { - "optional": true - } + "eslint": ">=8.40.0" } }, "node_modules/eslint-plugin-playwright/node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "dev": true, "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint-plugin-playwright/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "license": "(MIT OR CC0-1.0)", - "engines": { - "node": ">=10" + "node": ">=18" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 532ebaa7f..8b5576750 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "eslint-plugin-import": "2.32.0", "eslint-plugin-jsdoc": "50.3.0", "eslint-plugin-license-header": "^0.8.0", - "eslint-plugin-playwright": "^1.6.2", + "eslint-plugin-playwright": "^2.4.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "5.5.4", "eslint-plugin-rxjs": "^5.0.2",