aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-25 03:12:55 +0000
committerGitHub <noreply@github.com>2025-01-25 03:12:55 +0000
commitb38c0cfbf8400bfc55ff12df9ac0566b547742d1 (patch)
tree5184c7862abb3a96e91434abdb483d8d0527af81
parent60b39ceaf5d11b35fa624cc9b839619db8bd090e (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/stable29/testing-library/cypress-10.0.3.tar.gz
nextcloud-server-dependabot/npm_and_yarn/stable29/testing-library/cypress-10.0.3.zip
chore(deps-dev): bump @testing-library/cypress from 10.0.2 to 10.0.3dependabot/npm_and_yarn/stable29/testing-library/cypress-10.0.3
Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 10.0.2 to 10.0.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.0.2...v10.0.3) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json11
-rw-r--r--package.json2
2 files changed, 7 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json
index e68557b077a..bffadb6c1d2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -102,7 +102,7 @@
"@nextcloud/typings": "^1.8.0",
"@nextcloud/webpack-vue-config": "^6.0.1",
"@pinia/testing": "^0.1.7",
- "@testing-library/cypress": "^10.0.2",
+ "@testing-library/cypress": "^10.0.3",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^5.8.3",
@@ -5781,10 +5781,11 @@
}
},
"node_modules/@testing-library/cypress": {
- "version": "10.0.2",
- "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.2.tgz",
- "integrity": "sha512-dKv95Bre5fDmNb9tOIuWedhGUryxGu1GWYWtXDqUsDPcr9Ekld0fiTb+pcBvSsFpYXAZSpmyEjhoXzLbhh06yQ==",
+ "version": "10.0.3",
+ "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.3.tgz",
+ "integrity": "sha512-TeZJMCNtiS59cPWalra7LgADuufO5FtbqQBYxuAgdX6ZFAR2D9CtQwAG8VbgvFcchW3K414va/+7P4OkQ80UVg==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@testing-library/dom": "^10.1.0"
@@ -5794,7 +5795,7 @@
"npm": ">=6"
},
"peerDependencies": {
- "cypress": "^12.0.0 || ^13.0.0"
+ "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
}
},
"node_modules/@testing-library/cypress/node_modules/@testing-library/dom": {
diff --git a/package.json b/package.json
index 0ec42ac7d9e..594e39e5aae 100644
--- a/package.json
+++ b/package.json
@@ -129,7 +129,7 @@
"@nextcloud/typings": "^1.8.0",
"@nextcloud/webpack-vue-config": "^6.0.1",
"@pinia/testing": "^0.1.7",
- "@testing-library/cypress": "^10.0.2",
+ "@testing-library/cypress": "^10.0.3",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/user-event": "^14.4.3",
"@testing-library/vue": "^5.8.3",