From bbb0e5630bc31b2da3d7ccbc64922d91fcf599ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:49:54 +0000 Subject: [PATCH] chore(deps-dev): bump @playwright/test from 1.36.1 to 1.48.2 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.36.1 to 1.48.2. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.36.1...v1.48.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/chrome-devtools/package.json | 2 +- pnpm-lock.yaml | 32 ++++++++++++++++----------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/packages/chrome-devtools/package.json b/packages/chrome-devtools/package.json index ea02b25aae6..4e6edba1e61 100644 --- a/packages/chrome-devtools/package.json +++ b/packages/chrome-devtools/package.json @@ -68,7 +68,7 @@ "@modern-js/storybook": "2.60.3", "@modern-js/tsconfig": "2.60.3", "@module-federation/runtime": "workspace:*", - "@playwright/test": "1.36.1", + "@playwright/test": "1.48.2", "@storybook/addon-essentials": "^8", "@types/chrome": "^0.0.272", "@types/dagre": "^0.7.52", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f62cce537ed..5bf0e3d3351 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1959,8 +1959,8 @@ importers: specifier: workspace:* version: link:../runtime '@playwright/test': - specifier: 1.36.1 - version: 1.36.1 + specifier: 1.48.2 + version: 1.48.2 '@storybook/addon-essentials': specifier: ^8 version: 8.3.3(storybook@8.4.0) @@ -13723,16 +13723,12 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@playwright/test@1.36.1: - resolution: {integrity: sha512-YK7yGWK0N3C2QInPU6iaf/L3N95dlGdbsezLya4n0ZCh3IL7VgPGxC6Gnznh9ApWdOmkJeleT2kMTcWPRZvzqg==} - engines: {node: '>=16'} - deprecated: Please update to the latest version of Playwright to test up-to-date browsers. + /@playwright/test@1.48.2: + resolution: {integrity: sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==} + engines: {node: '>=18'} hasBin: true dependencies: - '@types/node': 20.12.14 - playwright-core: 1.36.1 - optionalDependencies: - fsevents: 2.3.2 + playwright: 1.48.2 dev: true /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.14.2)(webpack@5.95.0): @@ -35182,12 +35178,22 @@ packages: resolution: {integrity: sha512-8xCNE/aT/EXKenuMDZ+xTVwkT8gsoHN2z/Q29l80u0ppGEXVvsKRzNMbtKhg8LS8k1tJLAHHylf6p4VFmP6XUQ==} engines: {node: '>= 0.4.0'} - /playwright-core@1.36.1: - resolution: {integrity: sha512-7+tmPuMcEW4xeCL9cp9KxmYpQYHKkyjwoXRnoeTowaeNat8PoBMk/HwCYhqkH2fRkshfKEOiVus/IhID2Pg8kg==} - engines: {node: '>=16'} + /playwright-core@1.48.2: + resolution: {integrity: sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==} + engines: {node: '>=18'} hasBin: true dev: true + /playwright@1.48.2: + resolution: {integrity: sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==} + engines: {node: '>=18'} + hasBin: true + dependencies: + playwright-core: 1.48.2 + optionalDependencies: + fsevents: 2.3.2 + dev: true + /pnp-webpack-plugin@1.7.0(typescript@5.5.2): resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'}