From 95ea33f3a13ea3a321ab62a6eb72d4a54a4a594b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 15:55:38 +0000 Subject: [PATCH] Chore(deps-dev): 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 34e4cdad..fdaee79a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@nextcloud/webpack-vue-config": "^5.5.1", "copy-webpack-plugin": "^11.0.0", "cypress-visual-regression": "^2.1.1", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^3.0.2", "dockerode": "^3.3.5", "jest": "^29.5.0", "jest-serializer-vue": "^3.1.0", @@ -7393,9 +7393,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/ansi-styles": { @@ -25746,9 +25746,9 @@ } }, "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 }, "dash-ast": { diff --git a/package.json b/package.json index cbe8bc1d..60ef58eb 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "copy-webpack-plugin": "^11.0.0", "@nextcloud/cypress": "^1.0.0-beta.2", "cypress-visual-regression": "^2.1.1", - "cypress-wait-until": "^1.7.2", + "cypress-wait-until": "^3.0.2", "dockerode": "^3.3.5", "jest": "^29.5.0", "jest-serializer-vue": "^3.1.0",