From 4f03002333dbd091dc988eaf89ab1864b5b00b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 09:53:04 +0000 Subject: [PATCH] Chore(deps-dev): Bump cypress-wait-until from 1.7.2 to 2.0.1 Bumps [cypress-wait-until](https://github.com/NoriSte/cypress-wait-until) from 1.7.2 to 2.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/v2.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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d191ded6..80dcd0d5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress": "^12.9.0", "cypress-visual-regression": "^2.1.0", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^2.0.1", "dockerode": "^3.3.4", "eslint-plugin-cypress": "^2.12.1", "jest": "^29.4.1", @@ -7528,9 +7528,10 @@ } }, "node_modules/cypress-wait-until": { - "version": "1.7.2", - "dev": true, - "license": "MIT" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-2.0.1.tgz", + "integrity": "sha512-+IyVnYNiaX1+C+V/LazrJWAi/CqiwfNoRSrFviECQEyolW1gDRy765PZosL2alSSGK8V10Y7BGfOQyZUDgmnjQ==", + "dev": true }, "node_modules/cypress/node_modules/ansi-styles": { "version": "4.3.0", diff --git a/package.json b/package.json index 0de57958f..040773079 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress": "^12.9.0", "cypress-visual-regression": "^2.1.0", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^2.0.1", "dockerode": "^3.3.4", "eslint-plugin-cypress": "^2.12.1", "jest": "^29.4.1",