From 005a70496cca9df291e7cc43f11b03f0f3bfcb4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Mar 2024 18:55:36 +0000 Subject: [PATCH] fix: upgrade cypress-real-events from 1.10.3 to 1.12.0 Snyk has created this PR to upgrade cypress-real-events from 1.10.3 to 1.12.0. 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 --- 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 f719c4fcb..cb9393705 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.10.1" + "cypress-real-events": "^1.12.0" } } diff --git a/tests/yarn.lock b/tests/yarn.lock index 47be69244..d8bff9441 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.10.1: - version "1.10.3" - resolved "https://registry.yarnpkg.com/cypress-real-events/-/cypress-real-events-1.10.3.tgz#e2e949ea509cc4306df6c238de1a9982d67360e5" - integrity sha512-YN3fn+CJIAM638sE6uMvv2/n3PsWowdd0rOiN6ZoyezNAMyENfuQHvccLKZpN+apGfQZYetCml6QXLYgDid2fg== +cypress-real-events@^1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/cypress-real-events/-/cypress-real-events-1.12.0.tgz#ffeb2b23686ba5b16ac91dd9bc3b6785d36d38d3" + integrity sha512-oiy+4kGKkzc2PT36k3GGQqkGxNiVypheWjMtfyi89iIk6bYmTzeqxapaLHS3pnhZOX1IEbTDUVxh8T4Nhs1tyQ== cypress-wait-until@^1.7.1: version "1.7.2"