From e8ddb233658db3c4daf69616fba4894c540b4847 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 02:46:24 +0000 Subject: [PATCH] chore(deps): update dependency @playwright/test to v1.60.0 --- pnpm-lock.yaml | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f7238d2..2143cdd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,22 +12,19 @@ dependencies: devDependencies: '@playwright/test': specifier: ^1.37.1 - version: 1.37.1 + version: 1.60.0 '@types/node': specifier: ^20.5.7 version: 20.5.7 packages: - /@playwright/test@1.37.1: - resolution: {integrity: sha512-bq9zTli3vWJo8S3LwB91U0qDNQDpEXnw7knhxLM0nwDvexQAwx9tO8iKDZSqqneVq+URd/WIoz+BALMqUTgdSg==} - engines: {node: '>=16'} + /@playwright/test@1.60.0: + resolution: {integrity: sha512-O71yZIbAh/PxDMNGns37GHBIfrVkEVyn+AXyIa5dOTfb4/xNvRWV+Vv/NMbNCtODB/pO7vLlF2OTmMVLhmr7Ag==} + engines: {node: '>=18'} hasBin: true dependencies: - '@types/node': 20.5.7 - playwright-core: 1.37.1 - optionalDependencies: - fsevents: 2.3.2 + playwright: 1.60.0 dev: true /@types/node@20.5.7: @@ -47,8 +44,18 @@ packages: dev: true optional: true - /playwright-core@1.37.1: - resolution: {integrity: sha512-17EuQxlSIYCmEMwzMqusJ2ztDgJePjrbttaefgdsiqeLWidjYz9BxXaTaZWxH1J95SHGk6tjE+dwgWILJoUZfA==} - engines: {node: '>=16'} + /playwright-core@1.60.0: + resolution: {integrity: sha512-9bW6zvX/m0lEbgTKJ6YppOKx8H3VOPBMOCFh2irXFOT4BbHgrx5hPjwJYLT40Lu+4qtD36qKc/Hn56StUW57IA==} + engines: {node: '>=18'} + hasBin: true + dev: true + + /playwright@1.60.0: + resolution: {integrity: sha512-hheHdokM8cdqCb0lcE3s+zT4t4W+vvjpGxsZlDnikarzx8tSzMebh3UiFtgqwFwnTnjYQcsyMF8ei2mCO/tpeA==} + engines: {node: '>=18'} hasBin: true + dependencies: + playwright-core: 1.60.0 + optionalDependencies: + fsevents: 2.3.2 dev: true