From 6b946353d8be7357f039f0ff1a8c769fc6986173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:16:14 +0000 Subject: [PATCH] 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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b59b4da..8b0c3e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "cypress": "^12.17.2", "cypress-real-events": "^1.11.0", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^3.0.1", "mocha": "^10.2.0", "mock-fs": "^5.2.0", "sinon": "^15.2.0" @@ -756,9 +756,9 @@ } }, "node_modules/cypress-wait-until": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-1.7.2.tgz", - "integrity": "sha512-uZ+M8/MqRcpf+FII/UZrU7g1qYZ4aVlHcgyVopnladyoBrpoaMJ4PKZDrdOJ05H5RHbr7s9Tid635X3E+ZLU/Q==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-3.0.1.tgz", + "integrity": "sha512-kpoa8yL6Bi/JNsThGBbrrm7g4SNzYyBUv9M5pF6/NTVm/ClY0HnJzeuWnHiAUZKIZ5l86Oedb12wQyjx7/CWPg==", "dev": true }, "node_modules/cypress/node_modules/execa": { @@ -3358,9 +3358,9 @@ "requires": {} }, "cypress-wait-until": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-1.7.2.tgz", - "integrity": "sha512-uZ+M8/MqRcpf+FII/UZrU7g1qYZ4aVlHcgyVopnladyoBrpoaMJ4PKZDrdOJ05H5RHbr7s9Tid635X3E+ZLU/Q==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-3.0.1.tgz", + "integrity": "sha512-kpoa8yL6Bi/JNsThGBbrrm7g4SNzYyBUv9M5pF6/NTVm/ClY0HnJzeuWnHiAUZKIZ5l86Oedb12wQyjx7/CWPg==", "dev": true }, "dashdash": { diff --git a/package.json b/package.json index 286a446..3676870 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "cypress": "^12.17.2", "cypress-real-events": "^1.11.0", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^3.0.1", "mocha": "^10.2.0", "mock-fs": "^5.2.0", "sinon": "^15.2.0"