diff --git a/package-lock.json b/package-lock.json index 4d3b243..39fa2c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "mocha": "^10.4.0", "mocha-multi": "^1.1.7", "mochawesome": "^7.1.3", - "playwright": "^1.42.1", + "playwright": "^1.43.1", "rimraf": "^5.0.5", "ts-node": "^10.9.2", "typescript": "^5.4.3", @@ -11765,11 +11765,11 @@ } }, "node_modules/playwright": { - "version": "1.42.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.1.tgz", - "integrity": "sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==", + "version": "1.43.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz", + "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==", "dependencies": { - "playwright-core": "1.42.1" + "playwright-core": "1.43.1" }, "bin": { "playwright": "cli.js" @@ -11782,9 +11782,9 @@ } }, "node_modules/playwright-core": { - "version": "1.42.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.1.tgz", - "integrity": "sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==", + "version": "1.43.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz", + "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==", "bin": { "playwright-core": "cli.js" }, diff --git a/package.json b/package.json index 24e5254..9a51ec8 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "mocha": "^10.4.0", "mocha-multi": "^1.1.7", "mochawesome": "^7.1.3", - "playwright": "^1.42.1", + "playwright": "^1.43.1", "rimraf": "^5.0.5", "ts-node": "^10.9.2", "typescript": "^5.4.3",