Bump the cypress group with 2 updates

Bumps the cypress group with 2 updates: [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) and [cypress](https://github.com/cypress-io/cypress).


Updates `@badeball/cypress-cucumber-preprocessor` from 20.0.5 to 20.0.6
- [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases)
- [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/badeball/cypress-cucumber-preprocessor/compare/v20.0.5...v20.0.6)

Updates `cypress` from 13.10.0 to 13.11.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.10.0...v13.11.0)

---
updated-dependencies:
- dependency-name: "@badeball/cypress-cucumber-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: cypress
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cypress
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-09 15:57:58 +00:00 committed by GitHub
parent 3e1c281e5e
commit f836d529f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -9,13 +9,13 @@
"version": "1.0.0",
"license": "Apache-2.0",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.5",
"@badeball/cypress-cucumber-preprocessor": "^20.0.6",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vuepress/bundler-vite": "^2.0.0-rc.13",
"cypress": "^13.10.0",
"cypress": "^13.11.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
@ -2310,9 +2310,9 @@
}
},
"node_modules/@badeball/cypress-cucumber-preprocessor": {
"version": "20.0.5",
"resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.5.tgz",
"integrity": "sha512-KmlyvOOq5XjVbCIiCmY/+QyUA2CQPeBoa9AJD7N1UrnuI9EDvZkO11UHdcu+uG2x2V5k8ZBijIqYW/xvsHK4Wg==",
"version": "20.0.6",
"resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.6.tgz",
"integrity": "sha512-e95/LciUMJIrBj6PkbYq83efmbyBBg3v/aUT/IbuK7KhpWYtZ3Kqgv7Ychul6zGNsXy7q092dCg0frX/QEhSVw==",
"dev": true,
"funding": [
{
@ -7638,9 +7638,9 @@
"dev": true
},
"node_modules/cypress": {
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.10.0.tgz",
"integrity": "sha512-tOhwRlurVOQbMduX+KonoMeQILs2cwR3yHGGENoFvvSoLUBHmJ8b9/n21gFSDqjlOJ+SRVcwuh+fG/JDsHsT6Q==",
"version": "13.11.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.11.0.tgz",
"integrity": "sha512-NXXogbAxVlVje4XHX+Cx5eMFZv4Dho/2rIcdBHg9CNPFUGZdM4cRdgIgM7USmNYsC12XY0bZENEQ+KBk72fl+A==",
"dev": true,
"hasInstallScript": true,
"dependencies": {

View File

@ -33,13 +33,13 @@
"update": "npx npm-check-updates"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.5",
"@badeball/cypress-cucumber-preprocessor": "^20.0.6",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vuepress/bundler-vite": "^2.0.0-rc.13",
"cypress": "^13.10.0",
"cypress": "^13.11.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",