From d04e16317d4c2998bf079fbf632cc6d3c8f507d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 12:03:22 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/cypress from 10.0.3 to 10.1.0 Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 10.0.3 to 10.1.0. - [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.3...v10.1.0) --- updated-dependencies: - dependency-name: "@testing-library/cypress" dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 124c9f9810e47..e91fd6e7b878d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -101,7 +101,7 @@ "@nextcloud/typings": "^1.9.1", "@nextcloud/webpack-vue-config": "^6.3.0", "@pinia/testing": "^0.1.7", - "@testing-library/cypress": "^10.0.3", + "@testing-library/cypress": "^10.1.0", "@testing-library/jest-dom": "^6.6.4", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.8.3", @@ -5589,11 +5589,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" @@ -5603,7 +5602,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": { diff --git a/package.json b/package.json index 2393d636cd0ce..316fa52779e9f 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "@nextcloud/typings": "^1.9.1", "@nextcloud/webpack-vue-config": "^6.3.0", "@pinia/testing": "^0.1.7", - "@testing-library/cypress": "^10.0.3", + "@testing-library/cypress": "^10.1.0", "@testing-library/jest-dom": "^6.6.4", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^5.8.3",