Skip to content

Commit 7796200

Browse files
Update playwright to v1.49.0 (element-hq#28566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80cd936 commit 7796200

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.2-jammy
1+
FROM mcr.microsoft.com/playwright:v1.49.0-jammy
22

33
WORKDIR /work
44

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,11 +2073,11 @@
20732073
webcrypto-core "^1.8.0"
20742074

20752075
"@playwright/test@^1.40.1":
2076-
version "1.48.2"
2077-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.48.2.tgz#87dd40633f980872283404c8142a65744d3f13d6"
2078-
integrity sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==
2076+
version "1.49.0"
2077+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.49.0.tgz#74227385b58317ee076b86b56d0e1e1b25cff01e"
2078+
integrity sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==
20792079
dependencies:
2080-
playwright "1.48.2"
2080+
playwright "1.49.0"
20812081

20822082
"@polka/url@^1.0.0-next.24":
20832083
version "1.0.0-next.28"
@@ -9163,17 +9163,17 @@ pkg-dir@^7.0.0:
91639163
dependencies:
91649164
find-up "^6.3.0"
91659165

9166-
playwright-core@1.48.2, playwright-core@^1.45.1:
9167-
version "1.48.2"
9168-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.2.tgz#cd76ed8af61690edef5c05c64721c26a8db2f3d7"
9169-
integrity sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==
9166+
playwright-core@1.49.0, playwright-core@^1.45.1:
9167+
version "1.49.0"
9168+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.0.tgz#8e69ffed3f41855b854982f3632f2922c890afcb"
9169+
integrity sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==
91709170

9171-
playwright@1.48.2:
9172-
version "1.48.2"
9173-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.2.tgz#fca45ae8abdc34835c715718072aaff7e305167e"
9174-
integrity sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==
9171+
playwright@1.49.0:
9172+
version "1.49.0"
9173+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.49.0.tgz#df6b9e05423377a99658202844a294a8afb95d0a"
9174+
integrity sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==
91759175
dependencies:
9176-
playwright-core "1.48.2"
9176+
playwright-core "1.49.0"
91779177
optionalDependencies:
91789178
fsevents "2.3.2"
91799179

0 commit comments

Comments
 (0)