diff --git a/package.json b/package.json index 157f85c5c3..7d302ff15c 100644 --- a/package.json +++ b/package.json @@ -185,7 +185,7 @@ "youtubei.js": "9.2.0" }, "devDependencies": { - "@playwright/test": "1.42.1", + "@playwright/test": "1.43.0", "@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.42.1", + "playwright": "1.43.0", "rollup": "4.14.0", "typescript": "5.4.3", "utf-8-validate": "6.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2305a3a300..1cd7c62727 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -165,8 +165,8 @@ dependencies: devDependencies: '@playwright/test': - specifier: 1.42.1 - version: 1.42.1 + specifier: 1.43.0 + version: 1.43.0 '@total-typescript/ts-reset': specifier: 0.5.1 version: 0.5.1 @@ -240,8 +240,8 @@ devDependencies: specifier: 10.0.1 version: 10.0.1 playwright: - specifier: 1.42.1 - version: 1.42.1 + specifier: 1.43.0 + version: 1.43.0 rollup: specifier: 4.14.0 version: 4.14.0 @@ -1351,12 +1351,12 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@playwright/test@1.42.1: - resolution: {integrity: sha512-Gq9rmS54mjBL/7/MvBaNOBwbfnh7beHvS6oS4srqXFcQHpQCV1+c8JXWE8VLPyRDhgS3H8x8A7hztqI9VnwrAQ==} + /@playwright/test@1.43.0: + resolution: {integrity: sha512-Ebw0+MCqoYflop7wVKj711ccbNlrwTBCtjY5rlbiY9kHL2bCYxq+qltK6uPsVBGGAOb033H2VO0YobcQVxoW7Q==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.42.1 + playwright: 1.43.0 dev: true /@polka/url@1.0.0-next.24: @@ -5562,18 +5562,18 @@ packages: find-up: 3.0.0 dev: false - /playwright-core@1.42.1: - resolution: {integrity: sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==} + /playwright-core@1.43.0: + resolution: {integrity: sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==} engines: {node: '>=16'} hasBin: true dev: true - /playwright@1.42.1: - resolution: {integrity: sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==} + /playwright@1.43.0: + resolution: {integrity: sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.42.1 + playwright-core: 1.43.0 optionalDependencies: fsevents: 2.3.2 dev: true