From 6f30f7dfdbf57b863ac95ed75355348b16f716be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:23:49 +0000 Subject: [PATCH] build(deps-dev): Bump cypress-wait-until from 2.0.1 to 3.0.1 Bumps [cypress-wait-until](https://github.com/NoriSte/cypress-wait-until) from 2.0.1 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/compare/v2.0.1...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 8aeb7fee9..e60ba6b06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "babel-loader-exclude-node-modules-except": "^1.2.1", "clean-webpack-plugin": "^4.0.0", "cypress-visual-regression": "^3.0.0", - "cypress-wait-until": "^2.0.1", + "cypress-wait-until": "^3.0.1", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-react": "^7.33.2", @@ -7998,9 +7998,9 @@ } }, "node_modules/cypress-wait-until": { - "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==", + "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/@types/node": { @@ -28140,9 +28140,9 @@ } }, "cypress-wait-until": { - "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==", + "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 86c02ff26..0dc92f45c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@vue/vue2-jest": "^29.2.6", "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress-visual-regression": "^3.0.0", - "cypress-wait-until": "^2.0.1", + "cypress-wait-until": "^3.0.1", "dockerode": "^4.0.2", "eslint-plugin-cypress": "^2.12.1", "jest": "^29.4.1",