From 9fa72ffa014ecdb9a5dc34982f4941c3539c2f53 Mon Sep 17 00:00:00 2001 From: Andrew Goldis Date: Fri, 9 Dec 2022 22:08:59 -0800 Subject: [PATCH] fix: fixate cy2 version --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ab9419..2fca032 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "currents-reset": "bin/currents-reset.js" }, "dependencies": { - "cy2": "^3.3.0" + "cy2": "3.3.0" }, "keywords": [ "cypress", diff --git a/yarn.lock b/yarn.lock index 3a33c55..59981d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -964,7 +964,7 @@ crypto-random-string@^4.0.0: dependencies: type-fest "^1.0.1" -cy2@^3.3.0: +cy2@3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/cy2/-/cy2-3.3.0.tgz#ece034d1129f131dbd21a9c22ad8f51b670e5d31" integrity sha512-ubMIfQdjDcpZ8swoFyAaTONRgVfDxDYyeBU48g+K3URnvBP2dWFjz1PtTkt20O/n0XMxggRNJRmIIWTMG0KxJw==