diff --git a/e2e-tests/development-runtime/package.json b/e2e-tests/development-runtime/package.json index 67b50a26995d1..c15a08714f19c 100644 --- a/e2e-tests/development-runtime/package.json +++ b/e2e-tests/development-runtime/package.json @@ -59,7 +59,7 @@ "postinstall": "playwright install chromium" }, "devDependencies": { - "@playwright/test": "^1.35.1", + "@playwright/test": "^1.37.1", "@simonsmith/cypress-image-snapshot": "^6.1.1", "@testing-library/cypress": "^9.0.0", "@types/simonsmith__cypress-image-snapshot": "npm:@types/cypress-image-snapshot", diff --git a/e2e-tests/production-runtime/package.json b/e2e-tests/production-runtime/package.json index 79a1752c76a79..eb5a7e52c2ec6 100644 --- a/e2e-tests/production-runtime/package.json +++ b/e2e-tests/production-runtime/package.json @@ -55,7 +55,7 @@ "postinstall": "playwright install chromium" }, "devDependencies": { - "@playwright/test": "^1.35.1", + "@playwright/test": "^1.37.1", "cross-env": "^7.0.3", "express": "^4.18.2", "fs-extra": "^11.1.1",