Skip to content

Commit 839fe77

Browse files
authored
Merge pull request #1262 from rancher/dependabot/npm_and_yarn/tests/playwright/test-1.54.1
Bump @playwright/test from 1.53.2 to 1.54.1 in /tests
2 parents 5427db6 + 9be0f14 commit 839fe77

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"license": "MIT",
66
"devDependencies": {
7-
"@playwright/test": "~1.53.2",
7+
"@playwright/test": "~1.54.1",
88
"@types/js-yaml": "^4.0.9",
99
"@types/lodash": "^4.17.20",
1010
"@types/semver": "^7.7.0",

tests/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@playwright/test@~1.53.2":
6-
version "1.53.2"
7-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.53.2.tgz#fafb8dd5e109fc238c4580f82bebc2618f929f77"
8-
integrity sha512-tEB2U5z74ebBeyfGNZ3Jfg29AnW+5HlWhvHtb/Mqco9pFdZU1ZLNdVb2UtB5CvmiilNr2ZfVH/qMmAROG/XTzw==
5+
"@playwright/test@~1.54.1":
6+
version "1.54.1"
7+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.54.1.tgz#a76333e5c2cba5f12f96a6da978bba3ab073c7e6"
8+
integrity sha512-FS8hQ12acieG2dYSksmLOF7BNxnVf2afRJdCuM1eMSxj6QTSE6G4InGF7oApGgDb65MX7AwMVlIkpru0yZA4Xw==
99
dependencies:
10-
playwright "1.53.2"
10+
playwright "1.54.1"
1111

1212
"@types/js-yaml@^4.0.9":
1313
version "4.0.9"
@@ -208,10 +208,10 @@ mime-types@^2.1.12, mime-types@^2.1.33:
208208
dependencies:
209209
mime-db "1.52.0"
210210

211-
playwright-core@1.53.2:
212-
version "1.53.2"
213-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.53.2.tgz#78f71e2f727713daa8d360dc11c460022c13cf91"
214-
integrity sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==
211+
playwright-core@1.54.1:
212+
version "1.54.1"
213+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.54.1.tgz#d32edcce048c9d83ceac31e294a7b60ef586960b"
214+
integrity sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==
215215

216216
playwright-qase-reporter@^2.1.3:
217217
version "2.1.3"
@@ -222,12 +222,12 @@ playwright-qase-reporter@^2.1.3:
222222
qase-javascript-commons "~2.3.3"
223223
uuid "^9.0.0"
224224

225-
playwright@1.53.2:
226-
version "1.53.2"
227-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.53.2.tgz#cc2ef4a22da1ae562e0ed91edb9e22a7c4371305"
228-
integrity sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==
225+
playwright@1.54.1:
226+
version "1.54.1"
227+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.54.1.tgz#128d66a8d5182b5330e6440be3a72ca313362788"
228+
integrity sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==
229229
dependencies:
230-
playwright-core "1.53.2"
230+
playwright-core "1.54.1"
231231
optionalDependencies:
232232
fsevents "2.3.2"
233233

0 commit comments

Comments
 (0)