Merge pull request #56332 from nextcloud/dependabot/npm_and_yarn/stable31/testing-library/cypress-10.1.0

pull/56358/head
dependabot[bot] 2025-11-10 22:01:39 +07:00 committed by GitHub
commit 50bf9113a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated

@ -101,7 +101,7 @@
"@nextcloud/webpack-vue-config": "^6.2.0",
"@pinia/testing": "^0.1.7",
"@simplewebauthn/types": "^12.0.0",
"@testing-library/cypress": "^10.0.3",
"@testing-library/cypress": "^10.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^5.8.3",
@ -5399,11 +5399,10 @@
}
},
"node_modules/@testing-library/cypress": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.3.tgz",
"integrity": "sha512-TeZJMCNtiS59cPWalra7LgADuufO5FtbqQBYxuAgdX6ZFAR2D9CtQwAG8VbgvFcchW3K414va/+7P4OkQ80UVg==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.1.0.tgz",
"integrity": "sha512-tNkNtYRqPQh71xXKuMizr146zlellawUfDth7A/urYU4J66g0VGZ063YsS0gqS79Z58u1G/uo9UxN05qvKXMag==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@testing-library/dom": "^10.1.0"
@ -5413,7 +5412,7 @@
"npm": ">=6"
},
"peerDependencies": {
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
}
},
"node_modules/@testing-library/dom": {

@ -138,7 +138,7 @@
"@nextcloud/webpack-vue-config": "^6.2.0",
"@pinia/testing": "^0.1.7",
"@simplewebauthn/types": "^12.0.0",
"@testing-library/cypress": "^10.0.3",
"@testing-library/cypress": "^10.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^5.8.3",