From 3ecd911413ec37f669b88c0fe3bc5481e10f4996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:56:50 +0000 Subject: [PATCH] chore: update dependency playwright to v1.42.1 --- package.json | 2 +- pnpm-lock.yaml | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2e1b25a..4bf4912 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "eslint-plugin-import": "2.29.1", "globals": "14.0.0", "http-server": "14.1.1", - "playwright": "1.42.0", + "playwright": "1.42.1", "prettier": "3.2.4", "prettier-plugin-packagejson": "2.4.12", "rimraf": "5.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 327ed89..933da6b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ importers: specifier: 14.1.1 version: 14.1.1 playwright: - specifier: 1.42.0 - version: 1.42.0 + specifier: 1.42.1 + version: 1.42.1 prettier: specifier: 3.2.4 version: 3.2.4 @@ -7846,7 +7846,7 @@ packages: jest-process-manager: 0.4.0 jest-runner: 29.7.0 nyc: 15.1.0 - playwright-core: 1.41.1 + playwright-core: 1.42.0 rimraf: 3.0.2 uuid: 8.3.2 transitivePeerDependencies: @@ -9088,6 +9088,11 @@ packages: resolution: {integrity: sha512-0HD9y8qEVlcbsAjdpBaFjmaTHf+1FeIddy8VJLeiqwhcNqGCBe4Wp2e8knpqiYbzxtxarxiXyNDw2cG8sCaNMQ==} engines: {node: '>=16'} hasBin: true + + /playwright-core@1.42.1: + resolution: {integrity: sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==} + engines: {node: '>=16'} + hasBin: true dev: true /playwright@1.41.1: @@ -9099,12 +9104,12 @@ packages: optionalDependencies: fsevents: 2.3.2 - /playwright@1.42.0: - resolution: {integrity: sha512-Ko7YRUgj5xBHbntrgt4EIw/nE//XBHOKVKnBjO1KuZkmkhlbgyggTe5s9hjqQ1LpN+Xg+kHsQyt5Pa0Bw5XpvQ==} + /playwright@1.42.1: + resolution: {integrity: sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.42.0 + playwright-core: 1.42.1 optionalDependencies: fsevents: 2.3.2 dev: true