From c1a6989fe86ae320737d822f4f0e030fdedb60f0 Mon Sep 17 00:00:00 2001 From: Olu Ashiru Date: Mon, 23 Oct 2023 01:18:49 +0100 Subject: [PATCH] chore(352): used correct version of cypresss --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 241d1ff4..d18b0195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ }, "devDependencies": { "axe-core": "^4.8.2", - "cypress": "^13.5.1", + "cypress": "^13.6.1", "cypress-axe": "^1.5.0" } }, diff --git a/package.json b/package.json index b70652e3..ad582307 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "devDependencies": { "axe-core": "^4.8.3", "cypress-axe": "^1.5.0", - "cypress": "^13.5.1" + "cypress": "^13.6.2" } }