From 3f3a2da8de34e58961acc2a5b9aa35507087cfac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 07:34:51 +0000 Subject: [PATCH] chore(deps-dev): bump cypress-wait-until from 1.7.2 to 3.0.1 Bumps [cypress-wait-until](https://github.com/NoriSte/cypress-wait-until) from 1.7.2 to 3.0.1. - [Release notes](https://github.com/NoriSte/cypress-wait-until/releases) - [Changelog](https://github.com/NoriSte/cypress-wait-until/blob/master/release.config.js) - [Commits](https://github.com/NoriSte/cypress-wait-until/commits/v3.0.1) --- updated-dependencies: - dependency-name: cypress-wait-until dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e2516fe7dc..d83a66e40e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@testing-library/react": "^12.1.5", "cypress": "^12.16.0", "cypress-tags": "^1.1.2", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^3.0.1", "d2-i18n-extract": "^1.0.5", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.7", diff --git a/yarn.lock b/yarn.lock index ee30f8a694..a2bad3acbb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6438,10 +6438,10 @@ cypress-tags@^1.1.2: boolean-parser "0.0.2" through "^2.3.8" -cypress-wait-until@^1.7.2: - version "1.7.2" - resolved "https://registry.yarnpkg.com/cypress-wait-until/-/cypress-wait-until-1.7.2.tgz#7f534dd5a11c89b65359e7a0210f20d3dfc22107" - integrity sha512-uZ+M8/MqRcpf+FII/UZrU7g1qYZ4aVlHcgyVopnladyoBrpoaMJ4PKZDrdOJ05H5RHbr7s9Tid635X3E+ZLU/Q== +cypress-wait-until@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/cypress-wait-until/-/cypress-wait-until-3.0.1.tgz#6a697a600f4fb8cd2897489a15fda77c9857abec" + integrity sha512-kpoa8yL6Bi/JNsThGBbrrm7g4SNzYyBUv9M5pF6/NTVm/ClY0HnJzeuWnHiAUZKIZ5l86Oedb12wQyjx7/CWPg== cypress@^12.16.0: version "12.16.0"