Browse Source

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] <support@github.com>
tags/v28.0.0beta1
dependabot[bot] 8 months ago
parent
commit
67f6eceb48
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

"babel-loader-exclude-node-modules-except": "^1.2.1", "babel-loader-exclude-node-modules-except": "^1.2.1",
"css-loader": "^6.8.1", "css-loader": "^6.8.1",
"cypress": "^13.3.0", "cypress": "^13.3.0",
"cypress-wait-until": "^1.7.2",
"cypress-wait-until": "^2.0.1",
"dockerode": "^3.3.5", "dockerode": "^3.3.5",
"eslint-plugin-cypress": "^2.14.0", "eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-es": "^4.1.0", "eslint-plugin-es": "^4.1.0",
} }
}, },
"node_modules/cypress-wait-until": { "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": "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 "dev": true
}, },
"node_modules/cypress/node_modules/@types/node": { "node_modules/cypress/node_modules/@types/node": {

+ 1
- 1
package.json View File

"babel-loader-exclude-node-modules-except": "^1.2.1", "babel-loader-exclude-node-modules-except": "^1.2.1",
"css-loader": "^6.8.1", "css-loader": "^6.8.1",
"cypress": "^13.3.0", "cypress": "^13.3.0",
"cypress-wait-until": "^1.7.2",
"cypress-wait-until": "^2.0.1",
"dockerode": "^3.3.5", "dockerode": "^3.3.5",
"eslint-plugin-cypress": "^2.14.0", "eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-es": "^4.1.0", "eslint-plugin-es": "^4.1.0",

Loading…
Cancel
Save