Skip to content

Commit 4b82ee2

Browse files
fix(deps): update dependency @playwright/test to ^1.45.3 (#2495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95f3b2d commit 4b82ee2

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.45.1",
15+
"@playwright/test": "^1.45.3",
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.45.1":
31-
version "1.45.1"
32-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.45.1.tgz#819b90fa43d17000fce5ebd127043fd661938b7a"
33-
integrity sha512-Wo1bWTzQvGA7LyKGIZc8nFSTFf2TkthGIFBR+QVNilvwouGzFd4PYukZe3rvf5PSqjHi1+1NyKSDZKcQWETzaA==
30+
"@playwright/test@^1.45.3":
31+
version "1.45.3"
32+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.45.3.tgz#22e9c38b3081d6674b28c6e22f784087776c72e5"
33+
integrity sha512-UKF4XsBfy+u3MFWEH44hva1Q8Da28G6RFtR2+5saw+jgAFQV5yYnB1fu68Mz7fO+5GJF3wgwAIs0UelU8TxFrA==
3434
dependencies:
35-
playwright "1.45.1"
35+
playwright "1.45.3"
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-
251-
version "1.45.1"
252-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.1.tgz#549a2701556b58245cc75263f9fc2795c1158dc1"
253-
integrity sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==
250+
251+
version "1.45.3"
252+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.45.3.tgz#e77bc4c78a621b96c3e629027534ee1d25faac93"
253+
integrity sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==
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-
264-
version "1.45.1"
265-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.1.tgz#aaa6b0d6db14796b599d80c6679e63444e942534"
266-
integrity sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg==
263+
264+
version "1.45.3"
265+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.45.3.tgz#75143f73093a6e1467f7097083d2f0846fb8dd2f"
266+
integrity sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==
267267
dependencies:
268-
playwright-core "1.45.1"
268+
playwright-core "1.45.3"
269269
optionalDependencies:
270270
fsevents "2.3.2"
271271

0 commit comments

Comments
 (0)