chore(deps-dev): Bump @testing-library/cypress from 10.1.0 to 10.1.3

Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 10.1.0 to 10.1.3.
- [Release notes](https://github.com/testing-library/cypress-testing-library/releases)
- [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/cypress-testing-library/compare/v10.1.0...v10.1.3)

---
updated-dependencies:
- dependency-name: "@testing-library/cypress"
  dependency-version: 10.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-09 01:53:44 +00:00 committed by GitHub
parent 2765b794aa
commit 702d415d58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -44,7 +44,7 @@
"@nextcloud/stylelint-config": "^3.2.1",
"@nextcloud/typings": "^1.10.0",
"@nextcloud/vite-config": "^2.5.2",
"@testing-library/cypress": "^10.1.0",
"@testing-library/cypress": "^10.1.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0",
"@types/dockerode": "^4.0.1",
@ -3742,9 +3742,9 @@
}
},
"node_modules/@testing-library/cypress": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.1.0.tgz",
"integrity": "sha512-tNkNtYRqPQh71xXKuMizr146zlellawUfDth7A/urYU4J66g0VGZ063YsS0gqS79Z58u1G/uo9UxN05qvKXMag==",
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.1.3.tgz",
"integrity": "sha512-rVCH92TmU8idROHqCdTSp/bosIIUezihSwFfR/J2GZD0EAwyzRuYNseh54eziKJWjJ64BCXPT3X3jLO7v4yenQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -3756,7 +3756,7 @@
"npm": ">=6"
},
"peerDependencies": {
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
"cypress": ">=12"
}
},
"node_modules/@testing-library/dom": {

View file

@ -73,7 +73,7 @@
"@nextcloud/stylelint-config": "^3.2.1",
"@nextcloud/typings": "^1.10.0",
"@nextcloud/vite-config": "^2.5.2",
"@testing-library/cypress": "^10.1.0",
"@testing-library/cypress": "^10.1.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0",
"@types/dockerode": "^4.0.1",