Skip to content

Commit 0b974b9

Browse files
fix(deps): update dependency @playwright/test to ^1.49.0
1 parent 3b056c3 commit 0b974b9

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.49.0",
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.49.0":
31+
version "1.49.0"
32+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.49.0.tgz#74227385b58317ee076b86b56d0e1e1b25cff01e"
33+
integrity sha512-DMulbwQURa8rNIQrf94+jPJQ4FmOVdpE5ZppRNvWVjvhC+6sOeo28r8MgIpQRYouXRtt/FCCXU7zn20jnHR4Qw==
3434
dependencies:
35-
playwright "1.47.2"
35+
playwright "1.49.0"
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.49.0:
251+
version "1.49.0"
252+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.49.0.tgz#8e69ffed3f41855b854982f3632f2922c890afcb"
253+
integrity sha512-R+3KKTQF3npy5GTiKH/T+kdhoJfJojjHESR1YEWhYuEKRVfVaxH3+4+GvXE5xyCngCxhxnykk0Vlah9v8fs3jA==
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.49.0:
264+
version "1.49.0"
265+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.49.0.tgz#df6b9e05423377a99658202844a294a8afb95d0a"
266+
integrity sha512-eKpmys0UFDnfNb3vfsf8Vx2LEOtflgRebl0Im2eQQnYMA4Aqd+Zw8bEOB+7ZKvN76901mRnqdsiOGKxzVTbi7A==
267267
dependencies:
268-
playwright-core "1.47.2"
268+
playwright-core "1.49.0"
269269
optionalDependencies:
270270
fsevents "2.3.2"
271271

0 commit comments

Comments
 (0)