From 338d3fb6deff0b0b61853033d174483a075391f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:47:32 +0000 Subject: [PATCH] Bump cypress-wait-until from 1.7.2 to 3.0.2 Bumps [cypress-wait-until](https://github.com/NoriSte/cypress-wait-until) from 1.7.2 to 3.0.2. - [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) --- 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 c2ee6ce..754f7a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "canvas-confetti": "^1.9.3", "cypress": "^13.8.1", "cypress-real-events": "^1.13.0", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^3.0.2", "feather-icons": "^4.29.2", "jest": "^29.7.0", "jest-junit": "^16.0.0", @@ -2806,9 +2806,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.2", + "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-3.0.2.tgz", + "integrity": "sha512-iemies796dD5CgjG5kV0MnpEmKSH+s7O83ZoJLVzuVbZmm4lheMsZqAVT73hlMx4QlkwhxbyUzhOBUOZwoOe0w==", "dev": true }, "node_modules/cypress/node_modules/execa": { @@ -8397,9 +8397,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.2", + "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-3.0.2.tgz", + "integrity": "sha512-iemies796dD5CgjG5kV0MnpEmKSH+s7O83ZoJLVzuVbZmm4lheMsZqAVT73hlMx4QlkwhxbyUzhOBUOZwoOe0w==", "dev": true }, "dashdash": { diff --git a/package.json b/package.json index 60f4684..0ca92a8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "canvas-confetti": "^1.9.3", "cypress": "^13.8.1", "cypress-real-events": "^1.13.0", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^3.0.2", "feather-icons": "^4.29.2", "jest": "^29.7.0", "jest-junit": "^16.0.0",