Skip to content

Commit 62598e5

Browse files
fix(deps): update dependency @playwright/test to ^1.48.2
1 parent b283f92 commit 62598e5

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"playwright": "playwright"
1313
},
1414
"dependencies": {
15-
"@playwright/test": "^1.47.2",
15+
"@playwright/test": "^1.48.2",
1616
"@types/node": "^20.10.0",
1717
"change-case": "^4.1.2",
1818
"expect-playwright": "^0.8.0",

e2e/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"@jridgewell/resolve-uri" "^3.0.3"
2828
"@jridgewell/sourcemap-codec" "^1.4.10"
2929

30-
"@playwright/test@^1.47.2":
31-
version "1.47.2"
32-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.47.2.tgz#dbe7051336bfc5cc599954214f9111181dbc7475"
33-
integrity sha512-jTXRsoSPONAs8Za9QEQdyjFn+0ZQFjCiIztAIF6bi1HqhBzG9Ma7g1WotyiGqFSBRZjIEqMdT8RUlbk1QVhzCQ==
30+
"@playwright/test@^1.48.2":
31+
version "1.48.2"
32+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.48.2.tgz#87dd40633f980872283404c8142a65744d3f13d6"
33+
integrity sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==
3434
dependencies:
35-
playwright "1.47.2"
35+
playwright "1.48.2"
3636

3737
"@tsconfig/node10@^1.0.7":
3838
version "1.0.9"
@@ -247,10 +247,10 @@ path-case@^3.0.4:
247247
dot-case "^3.0.4"
248248
tslib "^2.0.3"
249249

250-
playwright-core@1.47.2:
251-
version "1.47.2"
252-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.2.tgz#7858da9377fa32a08be46ba47d7523dbd9460a4e"
253-
integrity sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==
250+
playwright-core@1.48.2:
251+
version "1.48.2"
252+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.48.2.tgz#cd76ed8af61690edef5c05c64721c26a8db2f3d7"
253+
integrity sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==
254254

255255
playwright-merge-html-reports@^0.2.3:
256256
version "0.2.3"
@@ -260,12 +260,12 @@ playwright-merge-html-reports@^0.2.3:
260260
jszip "^3.7.1"
261261
yazl "^2.5.1"
262262

263-
playwright@1.47.2:
264-
version "1.47.2"
265-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.47.2.tgz#155688aa06491ee21fb3e7555b748b525f86eb20"
266-
integrity sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==
263+
playwright@1.48.2:
264+
version "1.48.2"
265+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.48.2.tgz#fca45ae8abdc34835c715718072aaff7e305167e"
266+
integrity sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==
267267
dependencies:
268-
playwright-core "1.47.2"
268+
playwright-core "1.48.2"
269269
optionalDependencies:
270270
fsevents "2.3.2"
271271

0 commit comments

Comments
 (0)