From 4a8e951f41b5569ed517b57ca56ea58534c59d2f Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 22 Feb 2023 09:23:13 +0100 Subject: [PATCH] set latest cypress version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83455dfca..5dc5e6cc3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "codecov": "^3.8.2", "cross-env": "^7.0.3", "cucumber": "^6.0.5", - "cypress": "^7.0.1", + "cypress": "^12.6.0", "cypress-cucumber-preprocessor": "^2.2.1", "cypress-file-upload": "^3.5.3", "date-fns": "^2.25.0",