From 218c70686ef8d4141fd7bb1420efbfdb74c6b0cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:52:06 +0000 Subject: [PATCH] build(deps): bump playwright from 1.42.1 to 1.43.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.42.1 to 1.43.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.42.1...v1.43.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) 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",