Browse Source

chore(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] <support@github.com>
tags/v29.0.0beta1
dependabot[bot] 3 months ago
parent
commit
5cca13466f
No account linked to committer's email address
2 changed files with 5 additions and 5 deletions
  1. 4
    4
      package-lock.json
  2. 1
    1
      package.json

+ 4
- 4
package-lock.json View File

@@ -120,7 +120,7 @@
"cypress-axe": "^1.5.0",
"cypress-if": "^1.10.5",
"cypress-split": "^1.15.3",
"cypress-wait-until": "^2.0.1",
"cypress-wait-until": "^3.0.1",
"dockerode": "^4.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-es": "^4.1.0",
@@ -9458,9 +9458,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": {

+ 1
- 1
package.json View File

@@ -147,7 +147,7 @@
"cypress-axe": "^1.5.0",
"cypress-if": "^1.10.5",
"cypress-split": "^1.15.3",
"cypress-wait-until": "^2.0.1",
"cypress-wait-until": "^3.0.1",
"dockerode": "^4.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-es": "^4.1.0",

Loading…
Cancel
Save