diff --git a/package-lock.json b/package-lock.json index 28e7ddc27a..6ab1b87a87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "electron-builder": "24.13.3", "electron-reload": "1.5.0", "eslint": "8.57.0", - "eslint-plugin-playwright": "1.6.0", + "eslint-plugin-playwright": "1.6.2", "eslint-plugin-prettier": "5.1.3", "highlight.js": "11.9.0", "husky": "9.0.11", @@ -11678,10 +11678,11 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.6.0.tgz", - "integrity": "sha512-tI1E/EDbHT4Fx5KvukUG3RTIT0gk44gvTP8bNwxLCFsUXVM98ZJG5zWU6Om5JOzH9FrmN4AhMu/UKyEsu0ZoDA==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-1.6.2.tgz", + "integrity": "sha512-mraN4Em3b5jLt01q7qWPyLg0Q5v3KAWfJSlEWwldyUXoa7DSPrBR4k6B6LROLqipsG8ndkwWMdjl1Ffdh15tag==", "dev": true, + "license": "MIT", "workspaces": [ "examples" ], @@ -11706,6 +11707,7 @@ "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -11721,6 +11723,7 @@ "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" }, diff --git a/package.json b/package.json index 12c26b7153..515df00776 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "electron-builder": "24.13.3", "electron-reload": "1.5.0", "eslint": "8.57.0", - "eslint-plugin-playwright": "1.6.0", + "eslint-plugin-playwright": "1.6.2", "eslint-plugin-prettier": "5.1.3", "highlight.js": "11.9.0", "husky": "9.0.11",