Skip to content

Commit 1aa22cf

Browse files
build(deps-dev): bump @playwright/test from 1.50.1 to 1.52.0
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.50.1 to 1.52.0. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.50.1...v1.52.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.52.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adb871b commit 1aa22cf

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
},
148148
"devDependencies": {
149149
"@podman-desktop/api": "1.18.0",
150-
"@playwright/test": "^1.50.1",
150+
"@playwright/test": "^1.52.0",
151151
"@podman-desktop/tests-playwright": "next",
152152
"@types/node": "^20.17.30",
153153
"@typescript-eslint/eslint-plugin": "^5.55.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -450,12 +450,12 @@
450450
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
451451
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
452452

453-
"@playwright/test@^1.50.1":
454-
version "1.50.1"
455-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.50.1.tgz#027d00ca77ec79688764eb765cfe9a688807bf0b"
456-
integrity sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==
453+
"@playwright/test@^1.52.0":
454+
version "1.52.0"
455+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.52.0.tgz#267ec595b43a8f4fa5e444ea503689629e91a5b8"
456+
integrity sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==
457457
dependencies:
458-
playwright "1.50.1"
458+
playwright "1.52.0"
459459

460460
"@podman-desktop/api@1.18.0":
461461
version "1.18.0"
@@ -2370,17 +2370,17 @@ picomatch@^2.3.1:
23702370
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
23712371
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
23722372

2373-
playwright-core@1.50.1:
2374-
version "1.50.1"
2375-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.50.1.tgz#6a0484f1f1c939168f40f0ab3828c4a1592c4504"
2376-
integrity sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==
2373+
playwright-core@1.52.0:
2374+
version "1.52.0"
2375+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.52.0.tgz#238f1f0c3edd4ebba0434ce3f4401900319a3dca"
2376+
integrity sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==
23772377

2378-
playwright@1.50.1:
2379-
version "1.50.1"
2380-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.50.1.tgz#2f93216511d65404f676395bfb97b41aa052b180"
2381-
integrity sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==
2378+
playwright@1.52.0:
2379+
version "1.52.0"
2380+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.52.0.tgz#26cb9a63346651e1c54c8805acfd85683173d4bd"
2381+
integrity sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==
23822382
dependencies:
2383-
playwright-core "1.50.1"
2383+
playwright-core "1.52.0"
23842384
optionalDependencies:
23852385
fsevents "2.3.2"
23862386

0 commit comments

Comments
 (0)