From f158a7865abaae554ca35724f1b83b3d4f21b4c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 16:36:58 +0900 Subject: [PATCH] chore(deps): update playwright monorepo to v1.43.1 (#1969) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- pnpm-lock.yaml | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index a5f692b4..f30616ae 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "youtubei.js": "9.2.1" }, "devDependencies": { - "@playwright/test": "1.43.0", + "@playwright/test": "1.43.1", "@total-typescript/ts-reset": "0.5.1", "@types/color": "3.0.6", "@types/electron-localshortcut": "3.1.3", @@ -210,7 +210,7 @@ "eslint-plugin-prettier": "5.1.3", "glob": "10.3.12", "node-gyp": "10.1.0", - "playwright": "1.43.0", + "playwright": "1.43.1", "rollup": "4.14.1", "typescript": "5.4.5", "utf-8-validate": "6.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5374776e..dfcfb933 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -165,8 +165,8 @@ dependencies: devDependencies: '@playwright/test': - specifier: 1.43.0 - version: 1.43.0 + specifier: 1.43.1 + version: 1.43.1 '@total-typescript/ts-reset': specifier: 0.5.1 version: 0.5.1 @@ -240,8 +240,8 @@ devDependencies: specifier: 10.1.0 version: 10.1.0 playwright: - specifier: 1.43.0 - version: 1.43.0 + specifier: 1.43.1 + version: 1.43.1 rollup: specifier: 4.14.1 version: 4.14.1 @@ -1352,12 +1352,12 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@playwright/test@1.43.0: - resolution: {integrity: sha512-Ebw0+MCqoYflop7wVKj711ccbNlrwTBCtjY5rlbiY9kHL2bCYxq+qltK6uPsVBGGAOb033H2VO0YobcQVxoW7Q==} + /@playwright/test@1.43.1: + resolution: {integrity: sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.43.0 + playwright: 1.43.1 dev: true /@polka/url@1.0.0-next.24: @@ -5600,18 +5600,18 @@ packages: find-up: 3.0.0 dev: false - /playwright-core@1.43.0: - resolution: {integrity: sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==} + /playwright-core@1.43.1: + resolution: {integrity: sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==} engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.43.0: - resolution: {integrity: sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==} + /playwright@1.43.1: + resolution: {integrity: sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.43.0 + playwright-core: 1.43.1 optionalDependencies: fsevents: 2.3.2 dev: true