chore(deps-dev): bump cypress-wait-until from 3.0.1 to 3.0.2

Bumps [cypress-wait-until](https://github.com/NoriSte/cypress-wait-until) from 3.0.1 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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/46653/head
dependabot[bot] 4 months ago committed by GitHub
parent cdfa01abfc
commit 2c8e3e3fc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      package-lock.json
  2. 2
      package.json

8
package-lock.json generated

@ -121,7 +121,7 @@
"cypress-axe": "^1.5.0", "cypress-axe": "^1.5.0",
"cypress-if": "^1.10.5", "cypress-if": "^1.10.5",
"cypress-split": "^1.24.0", "cypress-split": "^1.24.0",
"cypress-wait-until": "^3.0.1", "cypress-wait-until": "^3.0.2",
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"eslint-plugin-cypress": "^2.15.2", "eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-es": "^4.1.0", "eslint-plugin-es": "^4.1.0",
@ -10060,9 +10060,9 @@
} }
}, },
"node_modules/cypress-wait-until": { "node_modules/cypress-wait-until": {
"version": "3.0.1", "version": "3.0.2",
"resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-3.0.1.tgz", "resolved": "https://registry.npmjs.org/cypress-wait-until/-/cypress-wait-until-3.0.2.tgz",
"integrity": "sha512-kpoa8yL6Bi/JNsThGBbrrm7g4SNzYyBUv9M5pF6/NTVm/ClY0HnJzeuWnHiAUZKIZ5l86Oedb12wQyjx7/CWPg==", "integrity": "sha512-iemies796dD5CgjG5kV0MnpEmKSH+s7O83ZoJLVzuVbZmm4lheMsZqAVT73hlMx4QlkwhxbyUzhOBUOZwoOe0w==",
"dev": true "dev": true
}, },
"node_modules/cypress/node_modules/ansi-styles": { "node_modules/cypress/node_modules/ansi-styles": {

@ -149,7 +149,7 @@
"cypress-axe": "^1.5.0", "cypress-axe": "^1.5.0",
"cypress-if": "^1.10.5", "cypress-if": "^1.10.5",
"cypress-split": "^1.24.0", "cypress-split": "^1.24.0",
"cypress-wait-until": "^3.0.1", "cypress-wait-until": "^3.0.2",
"dockerode": "^4.0.2", "dockerode": "^4.0.2",
"eslint-plugin-cypress": "^2.15.2", "eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-es": "^4.1.0", "eslint-plugin-es": "^4.1.0",

Loading…
Cancel
Save