mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 03:04:35 -04:00
Merge pull request #60280 from nextcloud/dependabot/npm_and_yarn/stable32/testing-library/cypress-10.1.3
[stable32] chore(deps-dev): Bump @testing-library/cypress from 10.1.0 to 10.1.3
This commit is contained in:
commit
3ae277ea0a
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -98,7 +98,7 @@
|
|||
"@nextcloud/typings": "^1.10.0",
|
||||
"@nextcloud/webpack-vue-config": "^6.3.2",
|
||||
"@pinia/testing": "^0.1.7",
|
||||
"@testing-library/cypress": "^10.1.0",
|
||||
"@testing-library/cypress": "^10.1.3",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@testing-library/vue": "^5.8.3",
|
||||
|
|
@ -6503,9 +6503,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,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
|
|
@ -6516,7 +6516,7 @@
|
|||
"npm": ">=6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
|
||||
"cypress": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/@testing-library/dom": {
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
"@nextcloud/typings": "^1.10.0",
|
||||
"@nextcloud/webpack-vue-config": "^6.3.2",
|
||||
"@pinia/testing": "^0.1.7",
|
||||
"@testing-library/cypress": "^10.1.0",
|
||||
"@testing-library/cypress": "^10.1.3",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@testing-library/vue": "^5.8.3",
|
||||
|
|
|
|||
Loading…
Reference in a new issue