diff --git a/cli-tests/package-lock.json b/cli-tests/package-lock.json index 6805c6bd6ac..ec66fcdeacb 100644 --- a/cli-tests/package-lock.json +++ b/cli-tests/package-lock.json @@ -26,7 +26,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-plugin-import": "^2.28.0", - "eslint-plugin-playwright": "^0.15.2" + "eslint-plugin-playwright": "^0.16.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -1319,9 +1319,9 @@ } }, "node_modules/eslint-plugin-playwright": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.15.2.tgz", - "integrity": "sha512-Q2jQ7ORjZscvwxR6MEgITZy23vxlnYlJlMR7aICFczWVMijTCZPGvvMoZaLWkAzx5J6fciulwbg+JJeRjMkTig==", + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-playwright/-/eslint-plugin-playwright-0.16.0.tgz", + "integrity": "sha512-DcHpF0SLbNeh9MT4pMzUGuUSnJ7q5MWbP8sSEFIMS6j7Ggnduq8ghNlfhURgty4c1YFny7Ge9xYTO1FSAoV2Vw==", "dev": true, "peerDependencies": { "eslint": ">=7", diff --git a/cli-tests/package.json b/cli-tests/package.json index f9c586d9610..111d1275568 100644 --- a/cli-tests/package.json +++ b/cli-tests/package.json @@ -30,6 +30,6 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-plugin-import": "^2.28.0", - "eslint-plugin-playwright": "^0.15.2" + "eslint-plugin-playwright": "^0.16.0" } }