From 8a24b56299c3bc98bf0d719ba448972aaa7f7461 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 20 Jun 2023 14:07:10 +0100 Subject: [PATCH] fix: upgrade cypress-real-events from 1.7.4 to 1.8.1 (#4968) [skip ci] Snyk has created this PR to upgrade cypress-real-events from 1.7.4 to 1.8.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/ombi-shared/project/750c1ef4-1459-4f30-a181-009a5f1ea1dc?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- tests/package.json | 2 +- tests/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/package.json b/tests/package.json index c1bc50c26..7e384553d 100644 --- a/tests/package.json +++ b/tests/package.json @@ -27,6 +27,6 @@ "demo:open": "cypress open --config-file cypress/config/demo.json" }, "dependencies": { - "cypress-real-events": "^1.3.0" + "cypress-real-events": "^1.8.1" } } diff --git a/tests/yarn.lock b/tests/yarn.lock index ca02e0132..564acf796 100644 --- a/tests/yarn.lock +++ b/tests/yarn.lock @@ -503,10 +503,10 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" -cypress-real-events@^1.3.0: - version "1.7.4" - resolved "https://registry.yarnpkg.com/cypress-real-events/-/cypress-real-events-1.7.4.tgz#87780ee0f6669ee30ce52016c4bfc94d094a6e3d" - integrity sha512-bAlIf3w6uJa72hcbLFpQIl/hBoNGYnSVzFMgohefWcooyZz2WbFZdFAEDOl5qOPATtAU01o92sWvc2QW9eT8aA== +cypress-real-events@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/cypress-real-events/-/cypress-real-events-1.8.1.tgz#d00c7fe93124bbe7c0f27296684838614d24a840" + integrity sha512-8fFnA8EzS3EVbAmpSEUf3A8yZCmfU3IPOSGUDVFCdE1ke1gYL1A+gvXXV6HKUbTPRuvKKt2vpaMbUwYLpDRswQ== cypress-wait-until@^1.7.1: version "1.7.2"