Skip to content

Commit a4e4ac4

Browse files
Update playwright to v1.48.2 (#28322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ff51c2 commit a4e4ac4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

playwright/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.48.0-jammy
1+
FROM mcr.microsoft.com/playwright:v1.48.2-jammy
22

33
WORKDIR /work
44

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,11 +2015,11 @@
20152015
webcrypto-core "^1.8.0"
20162016

20172017
"@playwright/test@^1.40.1":
2018-
version "1.48.1"
2019-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.48.1.tgz#343e710fcf2e559529e3ec8d7782e09f325b9396"
2020-
integrity sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==
2018+
version "1.48.2"
2019+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.48.2.tgz#87dd40633f980872283404c8142a65744d3f13d6"
2020+
integrity sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==
20212021
dependencies:
2022-
playwright "1.48.1"
2022+
playwright "1.48.2"
20232023

20242024
"@polka/url@^1.0.0-next.24":
20252025
version "1.0.0-next.28"
@@ -9088,17 +9088,17 @@ pkg-dir@^7.0.0:
90889088
dependencies:
90899089
find-up "^6.3.0"
90909090

9091-
[email protected].1, playwright-core@^1.45.1:
9092-
version "1.48.1"
9093-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.1.tgz#5fe28fb9a9326dae88d4608c35e819163cceeb23"
9094-
integrity sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==
9091+
[email protected].2, playwright-core@^1.45.1:
9092+
version "1.48.2"
9093+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.2.tgz#cd76ed8af61690edef5c05c64721c26a8db2f3d7"
9094+
integrity sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==
90959095

9096-
9097-
version "1.48.1"
9098-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.1.tgz#2a920cfbec4572c84789e757d8b044baaed49435"
9099-
integrity sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==
9096+
9097+
version "1.48.2"
9098+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.2.tgz#fca45ae8abdc34835c715718072aaff7e305167e"
9099+
integrity sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==
91009100
dependencies:
9101-
playwright-core "1.48.1"
9101+
playwright-core "1.48.2"
91029102
optionalDependencies:
91039103
fsevents "2.3.2"
91049104

0 commit comments

Comments
 (0)