Skip to content

Commit 429bc2f

Browse files
fix(deps): update dependency @playwright/test to ^1.59.1
1 parent 561404a commit 429bc2f

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"playwright": "playwright"
1515
},
1616
"dependencies": {
17-
"@playwright/test": "^1.54.2",
17+
"@playwright/test": "^1.59.1",
1818
"@types/node": "^20.10.0",
1919
"change-case": "^4.1.2",
2020
"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.54.2":
31-
version "1.54.2"
32-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.54.2.tgz#ff0d1e5d8e26f3258ae65364e2d4d10176926b07"
33-
integrity sha512-A+znathYxPf+72riFd1r1ovOLqsIIB0jKIoPjyK2kqEIe30/6jF6BC7QNluHuwUmsD2tv1XZVugN8GqfTMOxsA==
30+
"@playwright/test@^1.59.1":
31+
version "1.59.1"
32+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.59.1.tgz#5c4d38eac84a61527af466602ae20277685a02d6"
33+
integrity sha512-PG6q63nQg5c9rIi4/Z5lR5IVF7yU5MqmKaPOe0HSc0O2cX1fPi96sUQu5j7eo4gKCkB2AnNGoWt7y4/Xx3Kcqg==
3434
dependencies:
35-
playwright "1.54.2"
35+
playwright "1.59.1"
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.54.2:
251-
version "1.54.2"
252-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.54.2.tgz#73cc5106f19ec6b9371908603d61a7f171ebd8f0"
253-
integrity sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==
250+
playwright-core@1.59.1:
251+
version "1.59.1"
252+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.59.1.tgz#d8a2b28bcb8f2bd08ef3df93b02ae83c813244b2"
253+
integrity sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==
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.54.2:
264-
version "1.54.2"
265-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.54.2.tgz#e2435abb2db3a96a276f8acc3ada1a85b587dff3"
266-
integrity sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==
263+
playwright@1.59.1:
264+
version "1.59.1"
265+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.59.1.tgz#f7b0ca61637ae25264cec370df671bbe1f368a4a"
266+
integrity sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==
267267
dependencies:
268-
playwright-core "1.54.2"
268+
playwright-core "1.59.1"
269269
optionalDependencies:
270270
fsevents "2.3.2"
271271

0 commit comments

Comments
 (0)