From 8340b0fbf69314b02fe7fc4cedd6e7e944f4a662 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 20 Apr 2023 15:50:54 +0200 Subject: [PATCH] chore(deps): install cypress 12.10.0 exact version (#646) Co-authored-by: Matt Henkes --- 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 ec06a491d..8e464a674 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@bahmutov/print-env": "1.3.0", "colon-names": "1.0.0", - "cypress": "^12.1.0", + "cypress": "12.10.0", "eslint": "7.0.0", "eslint-plugin-cypress": "2.8.1", "eslint-plugin-json-format": "2.0.1", diff --git a/package.json b/package.json index c2f77fc86..7f1ef96a7 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "devDependencies": { "@bahmutov/print-env": "1.3.0", "colon-names": "1.0.0", - "cypress": "^12.1.0", + "cypress": "12.10.0", "eslint": "7.0.0", "eslint-plugin-cypress": "2.8.1", "eslint-plugin-json-format": "2.0.1",