Skip to content

Commit 79ba62a

Browse files
Merge branch 'master' into console-messages
2 parents 4230365 + 6609052 commit 79ba62a

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@devoxa/eslint-config": "3.0.11",
3939
"@devoxa/prettier-config": "2.0.3",
40-
"@playwright/test": "1.43.1",
40+
"@playwright/test": "1.44.0",
4141
"@types/express": "4.17.21",
4242
"@types/node": "20.9.5",
4343
"axe-playwright": "2.0.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@
159159
"@nodelib/fs.scandir" "2.1.5"
160160
fastq "^1.6.0"
161161

162-
"@playwright/test@1.43.1":
163-
version "1.43.1"
164-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.43.1.tgz#16728a59eb8ce0f60472f98d8886d6cab0fa3e42"
165-
integrity sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==
162+
"@playwright/test@1.44.0":
163+
version "1.44.0"
164+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.44.0.tgz#ac7a764b5ee6a80558bdc0fcbc525fcb81f83465"
165+
integrity sha512-rNX5lbNidamSUorBhB4XZ9SQTjAqfe5M+p37Z8ic0jPFBMo5iCtQz1kRWkEMg+rYOKSlVycpQmpqjSFq7LXOfg==
166166
dependencies:
167-
playwright "1.43.1"
167+
playwright "1.44.0"
168168

169169
"@tsconfig/node10@^1.0.7":
170170
version "1.0.9"
@@ -1863,17 +1863,17 @@ picomatch@^2.2.3:
18631863
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
18641864
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
18651865

1866-
playwright-core@1.43.1:
1867-
version "1.43.1"
1868-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.43.1.tgz#0eafef9994c69c02a1a3825a4343e56c99c03b02"
1869-
integrity sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==
1866+
playwright-core@1.44.0:
1867+
version "1.44.0"
1868+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.44.0.tgz#316c4f0bca0551ffb88b6eb1c97bc0d2d861b0d5"
1869+
integrity sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==
18701870

1871-
playwright@1.43.1:
1872-
version "1.43.1"
1873-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.43.1.tgz#8ad08984ac66c9ef3d0db035be54dd7ec9f1c7d9"
1874-
integrity sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==
1871+
playwright@1.44.0:
1872+
version "1.44.0"
1873+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.44.0.tgz#22894e9b69087f6beb639249323d80fe2b5087ff"
1874+
integrity sha512-F9b3GUCLQ3Nffrfb6dunPOkE5Mh68tR7zN32L4jCk4FjQamgesGay7/dAAe1WaMEGV04DkdJfcJzjoCKygUaRQ==
18751875
dependencies:
1876-
playwright-core "1.43.1"
1876+
playwright-core "1.44.0"
18771877
optionalDependencies:
18781878
fsevents "2.3.2"
18791879

0 commit comments

Comments
 (0)