diff --git a/package-lock.json b/package-lock.json index c0becdd5..3f3db823 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@astrojs/ts-plugin": "1.6.1", "@eslint/eslintrc": "3.0.2", "@eslint/js": "8.57.0", - "@playwright/test": "1.41.2", + "@playwright/test": "1.43.1", "@types/eslint__eslintrc": "2.1.1", "@types/eslint__js": "8.42.3", "@types/eslint-config-prettier": "6.11.3", @@ -1880,12 +1880,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.41.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.41.2.tgz", - "integrity": "sha512-qQB9h7KbibJzrDpkXkYvsmiDJK14FULCCZgEcoe2AvFAS64oCirWTwzTlAYEbKaRxWs5TFesE1Na6izMv3HfGg==", + "version": "1.43.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.1.tgz", + "integrity": "sha512-HgtQzFgNEEo4TE22K/X7sYTYNqEMMTZmFS8kTq6m8hXj+m1D8TgwgIbumHddJa9h4yl4GkKb8/bgAl2+g7eDgA==", "dev": true, "dependencies": { - "playwright": "1.41.2" + "playwright": "1.43.1" }, "bin": { "playwright": "cli.js" @@ -12377,12 +12377,12 @@ } }, "node_modules/playwright": { - "version": "1.41.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.41.2.tgz", - "integrity": "sha512-v0bOa6H2GJChDL8pAeLa/LZC4feoAMbSQm1/jF/ySsWWoaNItvrMP7GEkvEEFyCTUYKMxjQKaTSg5up7nR6/8A==", + "version": "1.43.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.1.tgz", + "integrity": "sha512-V7SoH0ai2kNt1Md9E3Gwas5B9m8KR2GVvwZnAI6Pg0m3sh7UvgiYhRrhsziCmqMJNouPckiOhk8T+9bSAK0VIA==", "dev": true, "dependencies": { - "playwright-core": "1.41.2" + "playwright-core": "1.43.1" }, "bin": { "playwright": "cli.js" @@ -12395,9 +12395,9 @@ } }, "node_modules/playwright-core": { - "version": "1.41.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.41.2.tgz", - "integrity": "sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==", + "version": "1.43.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz", + "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==", "dev": true, "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 3ca759b5..6cec0d33 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@astrojs/ts-plugin": "1.6.1", "@eslint/eslintrc": "3.0.2", "@eslint/js": "8.57.0", - "@playwright/test": "1.41.2", + "@playwright/test": "1.43.1", "@types/eslint__eslintrc": "2.1.1", "@types/eslint__js": "8.42.3", "@types/eslint-config-prettier": "6.11.3",