From a43ad2b232209f6ebd94a5708edfb43f48f23bde Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Wed, 1 Nov 2023 11:35:30 +0800 Subject: [PATCH] feat: upgrade cypress to 12.15.0 to fix the connection issue https://github.com/cypress-io/cypress/issues/27804 Signed-off-by: SuZhou-Joe --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19b3ea8e9..46d7ce5a0 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "devDependencies": { "@faker-js/faker": "^7.6.0", "commander": "^9.4.1", - "cypress": "9.5.4", + "cypress": "12.15.0", "cypress-multi-reporters": "^1.5.0", "cypress-real-events": "1.7.6", "eslint": "^7.0.0",