From 9793acfeb5d16371dcd01f705686331536640946 Mon Sep 17 00:00:00 2001 From: "Sebastian Clavijo Suero (Personal)" <128645385+sclavijosuero@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:59:04 -0700 Subject: [PATCH] Rollback cypress version --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47a4078..35f1a5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@bahmutov/cy-api": "^2.2.6", - "cypress": "^13.15.0" + "cypress": "^13.11.0" } }, "node_modules/@babel/parser": { @@ -677,13 +677,13 @@ "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" }, "node_modules/cypress": { - "version": "13.15.0", - "resolved": "https://nexus.ifactornotifi.com/repository/kubra-npm-group/cypress/-/cypress-13.15.0.tgz", - "integrity": "sha512-53aO7PwOfi604qzOkCSzNlWquCynLlKE/rmmpSPcziRH6LNfaDUAklQT6WJIsD8ywxlIy+uVZsnTMCCQVd2kTw==", + "version": "13.11.0", + "resolved": "https://nexus.ifactornotifi.com/repository/kubra-npm-group/cypress/-/cypress-13.11.0.tgz", + "integrity": "sha512-NXXogbAxVlVje4XHX+Cx5eMFZv4Dho/2rIcdBHg9CNPFUGZdM4cRdgIgM7USmNYsC12XY0bZENEQ+KBk72fl+A==", "hasInstallScript": true, "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.4", + "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -722,7 +722,7 @@ "request-progress": "^3.0.0", "semver": "^7.5.3", "supports-color": "^8.1.1", - "tmp": "~0.2.3", + "tmp": "~0.2.1", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, diff --git a/package.json b/package.json index 731d72b..f241a92 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/sclavijosuero/cypress-ajv-schema-validator#readme", "devDependencies": { "@bahmutov/cy-api": "^2.2.6", - "cypress": "^13.15.0" + "cypress": "^13.11.0" }, "dependencies": { "ajv": "^8.16.0",